/*  
Theme Name: SHU
Theme URI: http://www.simhookup.com
Description: My third WP theme
Version: 3.0
Author: SUR6E
Author URI: http://www.simhookup.com/

*/

body {
	margin:0;
	background-color:#000;
	}

a:link {color:#900;text-decoration:none;}
a:visited {color:#900;text-decoration:none;}
a:hover {color:#f00;text-decoration:underline;}
a:active {color:#f90;text-decoration:overline;}

#full_frame {
	width:100%;
	}

#center_all {
	margin:auto;
	background-color:#fff;
	width:900px;
	max-width:900px;
	}

#header {
	background:#fff url('header.jpg') no-repeat;
	height:150px;
	}

#main_menu {
	padding:115px 10px 10px 10px;
	}
	.button {
		display:inline;
		font:12pt 'trebuchet ms';
		color:#fff;
		padding:5px 10px 5px 10px;
		cursor:pointer;
		}
	.button_on {
		display:inline;
		background-color:rgb(200,50,0);
		font:12pt 'trebuchet ms';
		color:#fff;
		padding:5px 10px 5px 10px;
		cursor:pointer;
		}
		
	#cat {
		display:inline;
		float:right;
		border-style:solid;
		border-width:1px;
		border-color:#fff;
		font:10pt 'trebuchet ms';
		padding:0;
		margin:0;
		background-color:#333;
		color:#fff;
		}
	
	#s {
		border-style:solid;
		border-width:1px;
		border-color:#fff;
		font:10pt 'trebuchet ms';
		padding:0;
		margin:5px 10px 0 0;
		float:right;
		background-color:#333;
		color:#fff;
		}
	


	
#blog {
	background-color:#fff;
	padding:0 0 25px 0;
	}

.blog_title {
	background:url('title_bg.jpg') repeat-x top left;
	margin:0;
	}
.title_bg {
	background:url('title_bg.jpg') repeat-x top left;
	margin:0;
	}

.post {
	font:12pt trebuchet ms,arial;
	padding:0 25px 0 25px;
	}
	.post img {
		border:solid 1px #000;
		}

.post_day {
	background-color:#f90;
	padding:5px;
	margin:0 20px 10px 0;
	float:left;
	text-align:center;
	font-size:20px;
	}

.post_month {
	font-size:10pt;
	background-color:#fff;
	padding:0 2px 0 2px;
	}

.entrytitle {
	font:small-caps 18pt trebuchet ms,arial;
	clear:both;
	}

.entrytitle a:link {color:rgb(200,50,0);text-decoration:none;}
.entrytitle a:visited {color:#600;text-decoration:none;}
.entrytitle a:hover {color:#f00;text-decoration:underline;}
.entrytitle a:active {color:rgb(200,50,0);text-decoration:overline;}

.entry a:link {color:rgb(200,50,0);text-decoration:none;}
.entry a:visited {color:#600;text-decoration:none;}
.entry a:hover {color:#f00;text-decoration:underline;}
.entry a:active {color:rgb(200,50,0);text-decoration:overline;}

.navigation {
	font:small-caps 12pt trebuchet ms,arial;
	text-align:center;
	}
.navigation a:link {color:rgb(200,50,0);text-decoration:none;}
.navigation a:visited {color:#600;text-decoration:none;}
.navigation a:hover {color:#f00;text-decoration:underline;}
.navigation a:active {color:rgb(200,50,0);text-decoration:overline;}

#footer {
	font:8pt 'trebuchet ms';
	color:#666;
	text-align:center;
	background-color:#eee;
	}
	
.search_results {
	font:12pt 'trebuchet ms';
	list-style:square;
	margin: 25px;
	}
