* {margin: 0 auto;}
body {background: url(../images/hdbg.gif) top center repeat-x; font-family: Tahoma, Geneva, sans-serif;}
a {color: #C30; text-decoration: none}

#maincontainer {float:left; width: 100%;}
.container {width: 980px;}
#head {floaT:left; width: 100%; min-height: 162px; margin-bottom: 10px;}
#logo {margin-top: 15px;padding:10px; width: 175px;	height: 106px;  color: #ED008C;  font: bold 12pt Arial, Helvetica, sans-serif; }	
#logo h1 { float: left;  position: relative;  display: block;  width: 175px; }
#logo h1 a {display: block;  height: 106px;  text-indent: -666em;  background: url(../images/logo.png) no-repeat;  overflow: hidden; }

.sectionleft {float:left;width: 530px;}
.sectionright {float:right; width:425px; margin-left: 10px;}

h3 {font: 1em Tahoma, Geneva, sans-serif; border-bottom: 1px dashed #d3d3d3; padding-bottom: 5px; margin-bottom: 10px;}
address {font-size: 0.8em; line-height: 24px; margin-bottom: 15px;color: #666;}

#fade{ width: 425px; height: 300px; /*a width should be defined for transition to work*/border: 0px solid orange;padding: 5px; overflow: hidden; vertical-align:central middle;}  
#fade img {height: 100%; width: 100%; margin: 0 auto;}

/* Pure CSS Post Tags */	

.post{
	position:relative;
	padding:10px 20px;
	background:#f8f8f8;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	width:450px;
	border:1px solid #e8e8e8;
	margin-bottom:20px;
	}
	
.tags{
	float:left;
	width: 100%;
	margin:10px 0;
	padding:0;
	list-style:none;
	}	
.tags li, .tags a{
	float:left;
	height:20px;
	position:relative;
	font:0.9em Tahoma, Geneva, sans-serif;
	margin-bottom: 3%;
	}	
.tags a{
	margin-left:20px;
	padding:4px 10px 0 12px;
	background: #900;
	color:#fff;
	text-decoration:none;
	-moz-border-radius-bottomright:4px;
	-webkit-border-bottom-right-radius:4px;	
	border-bottom-right-radius:4px;
	-moz-border-radius-topright:4px;
	-webkit-border-top-right-radius:4px;	
	border-top-right-radius:4px;	
	}	
.tags a:before{
	content:"";
	float:left;
	position:absolute;
	top:0;
	left:-12px;
	width:0;
	height:0;
	border-color:transparent #900 transparent transparent;
	border-style:solid;
	border-width:12px 12px 12px 0;		
	}	
.tags a:after{
	content:"";
	position:absolute;
	top:10px;
	left:0;
	float:left;
	width:4px;
	height:4px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	background:#fff;
	-moz-box-shadow:-1px -1px 2px #004977;
	-webkit-box-shadow:-1px -1px 2px #004977;
	box-shadow:-1px -1px 2px #004977;
	}		

.tags a:hover{background:#555;}	
.tags a:hover:before{border-color:transparent #555 transparent transparent;}	

.credits {float:left; width: 100%; border-top: 1px dashed #d3d3d3; padding-top: 8px; margin-top: 10px; font-size: 0.8em;}