/*

Theme Name: Surf Seed

Theme URI: http://www.surfseeds.com

Description: SurfSeeds.com Theme

Version: 1.0

Author: Madebygo.com

*/



/* CSS Document */



/******************** Remove Defaults ********************/

* {

	margin: 0;

	padding: 0;

}

a img {

	border: 0;

}

body {

	font-family: Arial, Helvetica, sans-serif;

	text-align:center;

	font-size:75%;

	line-height:1.3;

	background:url(images/footer-surf.jpg) no-repeat right bottom;

}



#page_container{

background:url(images/bg.jpg) repeat-x 0px 196px;

}

a {

	color:#000000;

	text-decoration:none;

}

a:hover {

	text-decoration:underline;

}



.cleardiv {

	clear:both;

}

#wrapper li.first{

border-left: none;

}



#mainContent p {

margin-bottom: 1em;

display: block;

}


.post small{

margin-bottom: 3px;

}

/******************* Structural Elements ***************************/



#wrapper {

	width:949px;

	text-align:left;

	margin:0 auto;

}



#header{

background:url(images/header.jpg) no-repeat right top;

height: 287px;

}



#drop_wrapper{

background:url(images/shoppingcart.png) no-repeat;

height: 480px;

width: 120px;

position: fixed;

top: 50px;

left: 50%;

margin-left:-480px;

}



#header h1, #header h2, #header h3{

	overflow:hidden;

	position:absolute;

	top:-500em;

}
h2 {
font-size: 220%;
line-height: 1.2em;
padding:10px;}


#nav{

margin: 205px 0 0 120px;

float: left;

list-style-type:none;
font-weight:bold;

}



#nav li{

margin: 0 6px;

float: left;

}



#nav li ul{

display: none;

}



#mainContent {

background:url() 65% top no-repeat;

padding:1px 0px 0 20px;

min-height: 175px;

width: 805px;

float: right;

}



.columns{

clear:both;

}



.column{

width: 30%;

float: left;

padding:0 1.5%;

}



.column h3{

color:#0080BE;

margin-bottom:1em;

font-size:1em;

}



.column ul{

list-style-type:none;

padding-left:1em;

}



#footer {

clear:both;

height:70px;

padding:110px 0 0 135px;

}



#footer span{

color:#1AACCE;

font-weight:bold;

display:block;

}



#footer a{

color:#1AACCE;

}



#footercontainer{

background:url(images/footer.jpg) repeat-x left bottom;

}