/*  
Theme Name: Theme Name
Theme URI: http://www.yourwebsite.com
Description: Wordpress Theme for YourThemeURL.com
Version: 1.0
Author: Author Name
Author URI: http://www.yourthemeurl.com
*/



 /* BODY
--------------------------------------------------------------------*/

body
{
	background-color: rgb(255,255,255);
	margin: 0;
	padding: 0;
	text-align: center;
	position: relative;
}

#container
{
	position: relative;
	width: 900px;
	padding: 0;
	margin: 0 auto;
	text-align: left;
	border: 0;
}

 /* HEADER
--------------------------------------------------------------------*/

#container #header
{
	background: url(images/header.jpg) no-repeat 0 0;
	float: left;
	width: 900px;
	height: 136px;
	margin: 0 0 4px 0;
	padding: 0;
	border: 0;
}

	#header h1
	{
		font-family: Arial,Helvetica,sans-serif;
		font-size: 34px;
		font-weight: bold;
		color: rgb(255,255,255);
		text-decoration: none;
		padding: 49px 0 0 90px;
		margin: 0;
	}

	#header h2
	{
		font-family: Arial,Helvetica,sans-serif;
		font-size: 14px;
		font-weight: bold;
		color: rgb(255,255,255);
		text-decoration: none;
		padding: 0 0 0 90px;
	}



 /* MENU
--------------------------------------------------------------------*/

#navmenu
{
	background-color: rgb(255,255,255);
	float: left;
	width: 900px;
	height:40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color:#000000;
	text-decoration: none;
	margin: 0 0 15px 0;
	padding: 0;
	border-top: 1px solid  #cfcfcf;
	border-bottom: 1px solid  #cfcfcf;

}

	#navmenu ul
	{
		float: left;
		margin: 0;
		padding: 0;
	}

	#navmenu ul li
	{
		float:left;
		height: 40px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px; 
		color: #000000;
		text-decoration: none;
		text-transform: uppercase;
		line-height: 40px;
		padding: 0 10px;
		margin: 0;
		list-style-type: none;
		border-right: 1px solid  #cfcfcf;
	}

		#navmenu ul li a
		{
			font-family: Arial, Helvetica, sans-serif;
			font-weight: bold;
			font-size: 11px;
			color: #000000;
			text-decoration: none;
			text-transform: uppercase;
		}

		#navmenu ul li a:hover
		{
			color: #c00202;
		}


 /* CONTENT
--------------------------------------------------------------------*/

#container #content
{
	background: url(images/contentbg.jpg) repeat-y 0 0;
	float: left;
	width: 900px;
	margin: 0;
	padding: 0;
	border: 0;
}


 /* MAIN CONTENT
--------------------------------------------------------------------*/

#content #maincontent
{
	float: left;
	width: 559px;
	margin: 0;
	padding: 0 11px 0 0;
	border: 0;
}


 /* POSTS
--------------------------------------------------------------------*/


.post
{
	float: left;
	width: 559px;
	margin: 0;
	padding: 0;
	border: 0;
}

.postbordertop
{
	border-top: 1px solid rgb(169,169,169);
	padding-top:15px;
}


	.post h2.secondposttitle, .post h2.secondposttitle a, .post h2.secondposttitle a:active, .post h2.secondposttitle a:visited
	{
		font-family: Arial,Helvetica,sans-serif;
		font-size: 16px;
		color: #db0102;
		text-decoration: none;
		margin: 0;
		padding: 0;
	}

.post .posttitle
{
	background-color: rgb(242,242,242);
	float: left;
	width: 539px;
	margin: 0 0 3px 0;
	padding: 5px 10px;
	border: 0;
}
	.posttitle h2, .posttitle a, .posttitle a:active, .posttitle a:hover, .posttitle a:visited
	{
		font-family: Arial,Helvetica,sans-serif;
		font-size: 20px;
		color: #db0102;
		text-decoration: none;
		margin: 0;
		padding: 0;
	}

.post .postcontent
{
	float: left;
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	text-decoration: none;
}

	.postcontent p
	{
		font-family: Arial,Helvetica,sans-serif;
		font-size: 12px;
		line-height: 18px;
		color: #000000;
		text-decoration: none;
		margin: 0 0 20px 0;
		padding: 0;
	}

	/* Post Links
	-----------------------------*/

	.postcontent a, .postcontent a:active, .postcontent a:visited
	{
		color: #db0102;
		text-decoration: underline;
	}

	.postcontent a:hover
	{
		text-decoration: none;
	}

	a.more-link, a.more-link:active, a.more-link:visited
	{
		font-size: 14px !important;
		font-weight: bold;
		color: #db0102;
		text-decoration: underline;
	}

	.postcontent p.postinfo
	{
		margin-bottom:15px !important;
	}


	/* Post Images
	-----------------------------*/

	.postcontent .postimageleft
	{
		float: left;
		margin: 0 15px 15px 0;
		padding: 0;
		border: 0;
	}

	.postcontent .postimageright
	{
		float: right;
		margin: 0 0 15px 15px;
		padding: 0;
		border: 0;
	}

	.postcontent .postimagecenter
	{
		text-align: center !important;
	}



 /* NAVIGATION LINKS
--------------------------------------------------------------------*/

#maincontent #navigationlinks
{
	float: left;
	width: 559px;
	text-align: center;
	margin: 0;
	padding: 0;
	border: 0;
}

	#navigationlinks a, #navigationlinks a:visited, #navigationlinks a:active
	{
		font-family: Arial,Helvetica,Tahoma,Verdana;
		font-size: 14px !important;
		font-weight: bold;
		color: #db0102;
		text-decoration: underline;
	}

		#navigationlinks a:hover
		{
			text-decoration: none;
		}



 /* COMMENTS
--------------------------------------------------------------------*/

#maincontent #postcomments
{
	float: left;
	width: 559px;
	margin: 35px 0 0 0;
	padding: 0;
	border: 0;
}

	#postcomments h3
	{
		font-family: Arial,Helvetica,sans-serif;
		font-size: 16px;
		color: #db0102;
		text-decoration: none;
		margin: 0;
		padding: 0;
	}

	#postcomments textarea
	{
		width: 500px;
		height: 150px;
	}

	#postcomments .avatar
	{
		float: left;
		margin: 0 10px 10px 0;
	}

	#postcomments p
	{
		font-family: Arial,Helvetica,sans-serif;
		font-size: 12px;
		line-height: 18px;
		color: #000000;
		text-decoration: none;
		margin: 0 0 20px 0;
		padding: 0;
	}

	#postcomments a, #postcomments a:active, #postcomments a:visited
	{
		color: #db0102;
		text-decoration: underline;
	}

	#postcomments a:hover
	{
		text-decoration: none;
	}


 /* SIDEBAR
--------------------------------------------------------------------*/

#content #sidebar
{
	float: left;
	width: 310px;
	margin: 0;
	padding: 10px;
	border: 0;
}

	#sidebar .sidebarad
	{
		float: left;
		margin: 0 0 15px 0;
		padding: 5px;
		border: 0;
	}

		.sidebarad img
		{
			width: 300px
			height: 250px;
			margin: 0;
			padding: 0;
			border: 0;
		}

	#sidebar h3
	{
		font-family: Arial,Helvetica,sans-serif;
		font-size: 16px;
		font-weight: bold;
		color: #db0102;
		text-decoration: none;
		text-align: center;
		width: 310px;
		margin: 0 0 15px 0;
		padding: 0;
		border-bottom: 1px solid rgb(169,169,169);
	}

		#sidebar ul, #sidebar ol
		{
			margin: 0 0 0 20px;
			padding: 0;
		}

		#sidebar ul li, #sidebar ol li
		{
			font-family: Arial,Helvetica,sans-serif;
			font-size: 11px;
			color: #000000;
			text-decoration: none;
			margin: 0 0 10px 0;
			padding: 0;
		}

			#sidebar ul li a, #sidebar ul li a:active, #sidebar ul li a:visited, #sidebar ol li a, #sidebar ol li a:active, #sidebar ol li a:visited
			{
				font-family: Arial,Helvetica,sans-serif;
				font-size: 11px;
				color: #000000;
				text-decoration: underline;
				color: #db0102;
			}



 /* WIDGETS
--------------------------------------------------------------------*/

#sidebar .widget
{
	float: left;
	width: 310px;
	margin: 0 0 10px 0;
	padding: 0;
	border: 0;
}

	.widget a, .widget a:active, .widget a:visited
	{
		color: #db0102;
		text-decoration: underline;
	}




 /* FOOTER
--------------------------------------------------------------------*/

#footer
{
	background-color: #d4d4d4;
	float: left;
	width: 900px;
	height: 46px;
	text-align:center;
	margin: 0;
	padding: 0;
	border: 0;
}

	#footer p
	{
		font-family: Arial,Helvetica,sans-serif;
		font-size: 12px;
		line-height: 46px;
		color: #000000;
		text-decoration: none;
		text-align: center;
		margin: 0;
		padding: 0;
	}

	#footer a, #footer a:active, #footer a:visited
	{
		font-size: 14px !important;
		font-weight: bold;
		color: #db0102;
		text-decoration: underline;
	}

		#footer a:hover
		{
			text-decoration: none !important;
		}
