/*
Theme Name: Funny Google Searches
Theme URI: http://www.funnygooglesearches.com/
Description: Customised WP Theme for Funny Google searches. Lots of cool custom stuff happenin!
Version: 0.1
Author: Leon Stafford
Author URI: http://leonstafford.com/wp/
Tags: fluid CSS, custom regex and almost gauranteed to have custom category templates
*/



body{
background-image:url('images/headerbk.png');
background-repeat:repeat-x;
margin:0;
padding:0;
line-height: 1.5em;
font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #333;
	/*
	text-align: center;
	*/
}

ul,li
{
	list-style-type: none;
	list-style-image: none;
}


b{font-size: 110%;}
em{color: red;}




#topsection{
/*
height: 90px; 
*/
/*
border-bottom: 1px solid #cccccc;
*/
}



#topsection h1{
margin: 0;
padding: 0;
text-indent:-666px;
}

#topsection a{
margin: -10px;
padding: -10px;
display:block;
background-image:url('images/headerpic.png');
background-repeat:no-repeat;
width:364px;
height:150px;
}

.description
{
text-indent:-666px;
}


#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin-right: 200px; /*Set right margin to RightColumnWidth*/
}

#rightcolumn{
float: left;
width: 200px; /*Width of right column in pixels*/
margin-left: -201px; /*Set left margin to -(RightColumnWidth) */
margin-top:-117px;
background: #ffffcc;
border-left: 1px solid #cccccc;
}

#footer{
clear: left;
width: 100%;
background: black;
color: #FFF;
text-align: center;
padding: 4px 0;
}

#footer a{
color: #FFFF80;
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}

.comment-author{
	display:none;
}

.comment-meta{
	display:none;
}

