
/* --------------- Main part --------------- */


body {
	font-size: 11px;
	font-family: Verdana, Helvetica, Sans-Serif;
         background: #570202 url(images/ct_bg.jpg) repeat-x;
	color: #333333;
	margin: 0px;
	padding: 0px;
         text-align: center;
	}

/* --------------- Hyperlinks --------------- */


a:link {
	color:#663300;
	text-decoration:underline;
}

a, a:visited {
	color: #666666;
	text-decoration: underline;
	}

a:hover {
	color: #333333;
	text-decoration: underline;
	}

/* --------------- Topbar --------------- */


#topbar {
	width: 850px;
	height: 45px;
	color: #FFFFFF;
         text-align: right;
	margin: 0px auto 0px;
	padding: 8px 0px 0px 0px;
         font-size: 28px;
         font-family: Times New Roman, Sans-Serif;
	}
	
#topbar a:link {
	color:#FFFFFF
}

#topbar a:visited {
	color:#FFFFFF;
}

#topbar2 ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	background-position: center bottom;
	display: inline;
}


#topbar2 a:link {
	color:#FFFFFF;
	text-decoration:none;
}

#topbar2 a:visited {
	color:#FFFFFF;
	text-decoration:none;
}

#topbar2 a:hover {
	color:#FFFFCC;
	text-decoration:none;
}


/* --------------- Header --------------- */


#header {
	background: #2A2A2A url(images/ct_header.jpg) top center repeat-y;
         /*background: #333333 url(images/beautiful-sunrise.jpg);*/
	width: 850px;
	height: 187px;
         border: 2px solid #000000;
	margin: 0px auto 0px;
	padding: 0px;
	text-align: center;
	}


/* --------------- Topbar2 --------------- */


#topbar2 {
/*	background: #2a2a2a;
*/	width: 850px;
         height: 36px;
	margin: 0px auto 0px;
	padding: 5px 0px 0px 0px;
         text-align: center;
         font-size: 14px;
	color: #E0E0E0;
         font-family: Times New Roman, Sans-Serif;
	}
	
#topbar2 ul li {
	color: #FFFFFF;
	text-decoration: none;
	display: inline;
}

	a:link {
	color: #333333;
	display: inline;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-position: bottom;
}

a:hover {
	color:#570202;
	display: inline;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* --------------- Left Sidebar --------------- */

#sidebar {
	background: #FFFFFF;
	float: right;
	width: 215px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	border-top: 5px solid #2a2a2a;
	border-right: 5px solid #2a2a2a;
         border-bottom: 5px solid #2a2a2a;
          }

#sidebardetail {
	background: #FFFFFF;
	clear:left;
	float:right;
	width: 215px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	border-top: 5px solid #2a2a2a;
	border-right: 5px solid #2a2a2a;
         border-bottom: 5px solid #2a2a2a;
          }

.contenttitle {
	width: 500px;
	margin-left: 50px;
	padding: 0px;
         border: 0px solid red;
	}


#sidebar h2 {
	background: #666666;
	color: #E0E0E0;
	font-size: 11px;
	font-family: Verdana, Helvetica, Sans-Serif;
	font-weight: bold;
	padding: 8px 0px 8px 10px;
	margin: 0px 0px 0px 0px;
	text-transform: uppercase;
	border-bottom: 1px solid #FFFFFF;
	}

#sidebar ul {
	list-style: none;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	}

#sidebar li {
	background: #E5E5E5;
	list-style: none;
	margin: 0px;
	padding: 0px;
	}

#sidebar ul li {
	margin: 0px;
	padding: 0px;
	}

#sidebar ul li a {
    	display: block;
	color: #333333;
	text-decoration: none;
         padding: 4px 10px 4px 10px;
	margin: 0px;
	border-bottom: 1px solid #FFFFFF;
	}

#sidebar ul li a:hover {
	background: #aaaaaa;
	color: #FFFFFF;
	text-decoration: none;
	}



/* --------------- Content --------------- */


#content {
	background: #2a2a2a;
	width: 850px;
	margin: 0px auto 0px;
	padding: 0px;
         text-align:left;
	}

#content p{
	padding: 0px 20px 15px 0px;
	margin: 0px;
	line-height: 20px;
	}

#content p img{
	float: left;
	border: none;
	margin-right: 15px;
	margin-bottom: 10px;
	}

#content h1 {
	color: #333333;
	font-size: 18px;
	font-family: Arial, Verdana, Arial, Sans-Serif;
	font-weight: normal;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	}

#content h1 a  {
	color: #333333;
	text-decoration: none;
	}

#content h1 a:hover {
	color: #AAAAAA;
	text-decoration: none;
	}

#content ol{
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 15px 0px;
	}

#content ol li{
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 5px 0px;
	}

#contentmiddle {
	background: #FFFFFF;
	float: right;
	width: 600px;
         min-height: 520px;
	margin: 0px 0px 0px 0px;
	padding: 20px 0px 20px 20px;
	border: 5px solid #2a2a2a;
	text-align:left;
	}

#contentmiddle p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

#contentmiddle h1 {
	font-weight:bold;
}

#contentmiddle p img{
	float: left;
	border: none;
	margin-right: 15px;
	margin-bottom: 10px;
	}

#contentmiddle ul{
	list-style-type: square;
	margin: 0px 0px 0px 30px;
	padding: 0px 0px 15px 0px;
	}

#contentmiddle ul li{
	list-style-type: square;
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 0px 0px;
	}

blockquote{
	margin: 0px 0px 0px 25px;
	padding: 0px 25px 0px 10px;
	font-style: italic;
	color: #666666;
	border-left: 3px solid #999999;
	}

#content blockquote p{
	margin: 0px 0px 20px 0px;
	padding: 0px;
	}

.contentdate {
	background: #FFFFFF url(images/ct_date.gif);
	float: left;
	width: 40px;
	height: 44px;
	margin: 0px;
	padding: 0px;
	}

.contentdate h3 {
	color: #FFFFFF;
	font-size: 10px;
	font-weight: normal;
	padding: 1px 0px 0px 8px;
	margin: 0px;
	text-transform: uppercase;
	}

.contentdate h4 {
	font-family: Times New Roman, Helvetica, Sans-Serif;
	color: #999999;
	font-size: 21px;
	font-weight: bold;
	padding: 2px 3px 0px 0px;
	margin: 0px;
	text-align: center;
	}


#contentmiddle ul li {
	margin: 0px;
	padding: 5px 0px 0px 0px;
	}

#contentmiddle ul li a {
	color: #507AA5;
	text-decoration: none;
	}

#contentmiddle ul li a:hover {
	color: #507AA5;
	text-decoration: underline;
	}

#content img.wp-smiley {
	float: none;
	border: none;
	padding: 0px;
	margin: 0px;
	}

#content img.wp-wink {
	float: none;
	border: none;
	padding: 0px;
	margin: 0px;
	}
	
#contenttitle h1 {
	font-size:16px;
}

.postinfo {
	width: 550px;
	background: #FFFFFF;
	font-size: 10px;
	color: #333333;
	margin: 10px 0px 10px 0px;
	padding: 5px 10px 7px 10px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
         text-align:center;
	}
	
.author {
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#999999;
	margin-top:-10px;
	padding-top:-10px;
}

/* --------------- Footer --------------- */


#footer {
	width: 850px;
	color: #404040;
	margin: 0px auto 0px;
	padding: 10px 0px 10px 0px;
	text-align: center;
         font-size:9px;
	}

#footer a, #footer a:visited {
	color: #404040;
	text-decoration: none;
	}

#footer a:hover {
	color: #404040;
	text-decoration: none;
	}

/* --------------- Search Form --------------- */


#searchdiv {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	}

#searchform {
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	}

#s {
	width: 190px;
	background: #EFEFEF;
	color: #333333;
	font-size: 11px;
	font-family: Verdana, Helvetica, Sans-Serif;
	padding: 3px;
	margin: 8px 0px 0px 10px;
	border: 1px solid #C0C0C0;
	}

/* --------------- Comments --------------- */


#commentblock {
	width: 450px;
	background: #EFEFEF;
	color: #333333;
	float: left;
	padding: 10px 20px 0px 20px;
	margin: 10px 0px 10px 0px;
	border: 1px solid #C0C0C0;
	}

ol#commentlist {
	padding: 5px 0px 5px 0px;
	margin: 0px;
	list-style-type: none;
	}

.commentdate {
	font-size: 12px;
	padding-left: 0px;
	}

#commentlist li p{
	margin-bottom: 8px;
	line-height: 20px;
	padding: 0px;
	}

.commentname {
	color: #333333;
	margin: 0px;
	padding: 5px 5px 5px 0px;
	}

.commentinfo{
	clear: both;
	}

.commenttext {
	clear: both;
	margin: 5px 0px 20px 0px;
	padding: 20px 10px 5px 10px;
	width: 365px;
	background: #FFFFFF url(images/comment.gif) no-repeat top;
	}

.commenttext-admin {
	clear: both;
	margin: 5px 0px 20px 0px;
	padding: 20px 10px 5px 10px;
	width: 365px;
	background: #FFFFFF url(images/comment.gif) no-repeat top;
	}

#commentsformheader{
	padding-left: 0px;
	}

#commentsform{
	text-align: left;
	margin: 0px;
	padding: 0px;
	}

#commentsform form{
	text-align: left;
	margin: 0px;
	}

#commentsform p{
	margin: 0px;
	}

#commentsform form textarea{
	width: 99%;
	}

p.comments_link  img{
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}

/*  This is for the detail page formatting */

#contentdetail {
	background: #FFFFFF;
	float: left;
	width: 600px;
         min-height: 520px;
	margin: 0px 0px 0px 0px;
	padding: 20px 0px 20px 20px;
	border: 5px solid #2a2a2a;
	}

#contentdetail p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

#contentdetail h1 {
	font-weight:bold;
}

#contentdetail p img{
	float: left;
	border: none;
	margin-right: 15px;
	margin-bottom: 10px;
	}

#contentdetail ul{
	list-style-type: square;
	margin: 0px 0px 0px 30px;
	padding: 0px 0px 15px 0px;
	}

#contentdetail ul li{
	list-style-type: square;
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 0px 0px;
	}