/*  
Theme Name: Marbella Sharks
Author URI: http://www.justinparks.com
Version: 1.0
Author: Justin Parks
Description: Custom graphic design, single column widget ready theme for Marbella Sharks.
The CSS, XHTML and design is released under GPL: 
http://www.opensource.org/licenses/gpl-license.php
*/

body {
	background: #ffffff url(images/bg.jpg) top center repeat-x;
	color: #000000;
	font-size: 11px;
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, Sans-Serif;
	margin: 0px;
	}
a, a:visited{
	color: #e00019;
	text-decoration: underline;
	}
	
a:hover{
	color: #000000;
	text-decoration: none;
	}
#container { 
	width: 844px;
	display: block;
	background: #FFFFFF; 
	text-align: left; 
	margin: 2px auto 0;
	padding: 20px;
	border: 1px solid #cccccc;
	}
* html #container {
	overflow: hidden;
}
#header { 
	height:338px;
	margin:0 auto;
	padding:0 0 0 10px;
	position:relative;
	width:870px;
	}
	
#logo { background-image:url(images/marbella-sharks-logo.png);
	background-repeat:no-repeat;
	height:260px;
	margin:0 0 0px;
	padding:10px 0;
	position: relative;
	width:350px;
 }

#subscribeicons { background-image:url(images/subscribe.png);
	background-repeat:no-repeat;
	float:right;
	height:210px;
	margin:0 0 30px 340px;
	position:absolute;
	width:550px;
 }
 
#homelink { 
	background-color:transparent;
	height:260px;
	left:10px;
	position:absolute;
	top:10px;
	width:345px;
 }
 
#sponsor { background-image:url(images/sponsor-button.png);
	background-repeat:no-repeat;
	float:right;
	height:105px;
	padding:10px 0;
	position:relative;
	top:195px;
	width:450px;
 }
 
#sponsorlink { 
	background-color:transparent;
	height: 100px;
	left: 0;
	position:absolute;
	top: 0px;
	width: 450px;
 }
 
#contactlink { 
	background-color:transparent;
	height:40px;
	left:525px;
	position:absolute;
	top:2px;
	width:350px;
 }
 
#rsslink { 
	background-color:transparent;
	height:70px;
	left:660px;
	position:absolute;
	top:45px;
	width:70px;
}
 
#emaillink { 
	background-color:transparent;
	height:70px;
	left:770px;
	position:absolute;
	top:45px;
	width:110px;
}

/* The title of the page, in the top left. White. */
#header .title {
	color: #000000;
	font-size: 35px;
	font-family: Georgia, Times New Roman, Sans-Serif;
	margin: 0px;
	width: 50%;
	}

#header .title a {
	color: #000000;
	text-decoration: none;
	}

#header .title a:hover {
	color: #669900;
	text-decoration: none;
	}
/* the Tagline of the blog, beside the title. Black. */
#header .description {
	color: #000000;
	font-size: 25px;
	font-family: Times New Roman, Sans-Serif; 
	margin: 0px 0px 0px 75px;
	font-style: italic;
	}

#menu { 
	background:#FFFFFF none repeat scroll 0 0;
	border:1px solid #CCCCCC;
	display:block;
	height:33px;
	margin:0 auto 0;
	padding:7px;;
	width:870px;
	}
	
* html #menu {
	bottom: 0px;
}
#navlist, #navlist ul {
	height: 33px;
	width: 870px;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: right;
}
#navlist li {
	border:medium none;
	display:inline;
	float:left;
	height:30px;
	margin:0 3px;
	padding:5px;
	text-align:right;
	width:auto;
}
#navlist li a {
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	color: #00296e;
	width: auto; height: 33px;
	overflow: hidden;
	text-align: center;
	line-height: 25px;
	border: none;
	padding: 6px 0px 0px 0px;
	background: #ffffff;
}
#navlist li a:hover {
	/* border-left: 1px solid #FFFFFF; */
	background: #FFFFFF;
	color: #000000;
border-bottom: 9px solid #ffffff;
}
#content { 
	width: 490px; 
	float: left; 
	margin-bottom: 20px;
	}
#content p{
	margin: 0px;
	line-height: 18px;
	padding: 0px 0px 15px 0px;
	}
	
#content p img{
	border: none;
	/* margin-right: 15px; */
	margin-bottom: 10px;
	}
#content h1 {
	color: #e00019;
	font-size: 22px;
	font-family: "Trebuchet MS", Georgia, Times New Roman, Serif;
	font-weight: bold;
	margin: 0px;
	line-height: 150%;
	}
	
#content h1 a  {
	color: #e00019;
	text-decoration: underline;
	}

#content h1 a:hover {
	color: #000000;
	text-decoration: none;
	}

#content h2 {
	color: #00296e;
	font-size: 22px;
	font-family: "Trebuchet MS", Georgia, Times New Roman, Serif;
	font-weight: bold;
	margin: 0px;
	line-height: 150%;
	}
#content h2 a  {
	color: #e00019;
	text-decoration: none;

	}

#content h2 a:hover {
	color: #e00019;
	text-decoration: none;
	}

blockquote{
	margin: 0px 0px 0px 25px;
	padding: 0px 25px 0px 10px;
	font-style: italic;
	color: #666666;
	border-left: 1px solid #cccccc;
	}
	
#content blockquote p{
	margin: 0px 0px 20px 0px;
	padding: 0px;
	}

.postspace {
	background: #FFFFFF;
	width: 440px;
	height: 32px;
	margin: 0px;
	padding: 0px;
	}
.postspace2 {
	background: #FFFFFF;
	width: 440px;
	height: 0px;
	margin: 0px;
	padding: 0px;
	}

#sidebar { 
	width: 250px; 
	background: #FFFFFF;
	float: right; 
	margin: 0px 20px 20px 20px;
	padding: 5px 15px 15px 15px; 
	}

#aefa { background-image:url(images/aefa.jpg);
	height:130px;
	margin:0 5px 5px;
	padding:5px;
	width:200px;
}
	
#sidebar h2 {
	color: #00296e;
	font-size: 20px;
	font-family: "Trebuchet MS", Georgia, Times New Roman, Serif;
	font-weight: bold;
	list-style: none;
	padding: 15px 0px 5px 0px;
	margin: 0px 10px 0px 0px;
	border-bottom: 1px dotted #cccccc;
	}

#sidebar ul {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 20px 0px;
	}
	
#sidebar li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#sidebar ul li {
	list-style: square inside;
	margin: 0px;
	padding: 5px 0px 0px 0px;
	}
	
#sidebar ul li a {
	color: #000000;
	text-decoration: none;
	}

#sidebar ul li a:hover {
	color: #99cc00;
	text-decoration: underline;
	}

#footer { 
	clear: both;
	font-family: Georgia, Times New Roman, Serif;
	font-size: 12px;
	color: #000000;
	text-align: center;
	border-top: 1px dotted #cccccc;
}

#footer2 { 
	background-image:url(images/lnfa-footer.jpg);
	height:30px;
	padding:10px;
	text-align:center;
	width:780px;
}	
	
#footer a {
	color: #000000;
	text-decoration: underline;
}
#footer a:hover {
	color: #669900;
	text-decoration: none;
}
#content, #footer { padding: 15px; }