/*
----------------------------------------------- 
wine heads site layout and design css
powered by advantage motorsports marketing
version: 03.01.06
----------------------------------------------- */


/* gone global 
----------------------------------------------  */
body {
	color: #222;
	background-color: #e2e2e2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 0px;
	padding: 0px;
	}

p { padding: 0; margin: 0; }

ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	font-size: 9px;
	}
	
li { margin: 0; font-size: 9px; }
	
a:link, a:visited { text-decoration: none; font-weight: bold; color: #030C2A; }
a:hover { text-decoration: underline; color: #333; }

h3,h4 { margin: 0; padding: 0; }

h4 { font-size: 12px; color: #030C2A; }


/* main layout divs
----------------------------------------------- */
#banner {
	margin: 0px auto;
	padding: 10px 0;
	width: 747px;
	height: 275px;
	background-color: #fff;
	text-align: center;
	}

#topLogo {
	margin: 0px auto;
	width: 747px;
	height: 78px;
	text-align: center;
	background: #fff url(gfx/backgrounds/logos/topLogo_01.gif) no-repeat;
	}
	
#content {
	margin: 0px auto;
	width: 747px;
	text-align: left;
	background-color: #fff;
	}
#left {
	float: left;
	width: 210px;
	padding-left: 5px;
	display: inline;
	}
#right {
	float: left;
	width: 507px;
	margin: 0;
	background-color: #fff;
	}

#picture {
	width: 507px;
	height: 172px;
	margin: 0 10px 0 0;
	background: #fff url(gfx/backgrounds/picture_01.jpg) top left no-repeat;
	}
#blog {
	width: 507px;
	background: #fff;
	}
	
#footer {
	margin: 0px auto;
	width: 800px;
	text-align: center;
	}


/* p stuffs
----------------------------------------------- */
#footer p { 
	padding: 8px 0 8px 0;
	color: #666;
	font-size: 9px;
	}

#blog p { 
	padding: 10px;
	color: #1B128A;
	font-size: 13px;
	}
	
#left p, #left h4 { color: #FFF602; padding: 5px 8px 0 8px; }

/* img  stuffs
----------------------------------------------- */
#blog img.nextIssue {
	float: right;
	margin: 0 0 5px 12px;
	}
	
	
/* a linkage
----------------------------------------------- */	
#footer a:link, #footer a:visited { text-decoration: none; font-weight: bold; color: #777; }
#footer a:hover { text-decoration: underline; color: #333; }

#left a:link, #left a:visited { text-decoration: none; font-weight: bold; color: #870000; }
#left a:hover { text-decoration: underline; color: #333; }


/* misc
----------------------------------------------- */	
a img { border: none; }	
#clear { clear: both; }

/* thats all
----------------------------------------------- */            
