/*

Theme Name: WP Minisite Theme
Theme URI: http://www.wpminisitethemes.com
Description: A 2 column, widget ready, fixed width, minisite style theme
Version: 1.0
Author: wpminisitethemes.com
Author URI: http://wpminisitethemes.com
*/

body {

	background: #000000;

	font-family:Geneva, Arial, Helvetica, sans-serif;

	font-size:62.5%; /* Sets default font size to 10px */

	color:#000000;

	}



* {

	margin:0;

	padding:0;

	}



img {

	border:0;

	}



p {

	margin-bottom:1.75em;

	}



a {

	text-decoration:none;

	color:#2E3192;

	}

a:hover {

	text-decoration:none;

	color:#0000FF;

	}







#wrapper {

	margin:0 auto;

	width:850px;

	background:#ffffff url(images/content.jpg);

        border:#cccccc groove;

	font-size:1.20em;



	}

#header {

	height:218px;

        margin:0;

	background:url() no-repeat;

	}



#menutabs ul {

	margin-left: 130px ;

	padding: 0 ;

        margin-bottom: 10px;

	list-style: none ;

	display: inline ;

}

#menutabs ul li {

	margin: 0;

	padding: 0 ;

	display: inline ;

	text-align: center ;

	list-style: none ;

	font-family: Arial, Helvetica, sans-serif ;

}

#menutabs li a {

	color: #000000 ;

	background-color: #ffb200 ;

	border: 1px outset #b37d00 ;

	padding: 8px ;

	text-decoration: none ;

	display: inline ;

}

#menutabs li a:hover {

	color: #fff ;

	background-color: #92000a ;

}

#sidebar {

	float:right;

	width:180px;

	background:#ffffff;

	margin-right: 60px;

	}

#content {

	float:left;

	width:550px;

	min-height:400px;

	margin-left: 60px;

	}



#footer {

	clear:both;

	height:250px;

	background:#ffffff url(images/footer.jpg);

        font-family:"Times New Roman", Times, serif;

	text-align: center;

        font-size: 20px;

	}

	

.entry {

	padding:5px 10px;

	text-align:justify;

	line-height:1.75em;

	}

.entry-title {

	font-size:1.90em;

	font-weight:normal;

	letter-spacing:-1px;

	}

.date {

	font-size:0.9em;

	color:#bbb;

	cursor:default;

	letter-spacing:1px;

	}



#sidebar ul {

	list-style-type:none;

	margin-top:5px;

	}

#sidebar li {

	

	}

#sidebar li a {

	display:block;

	height:20px;

	line-height:20px;

	color:#2E3192;

	padding-left:5px;

	}

#sidebar li a:hover {

	color:#0000FF;

	}