@charset "utf-8";
/* CSS Document */

/*-----------------------------------------------------------
					HEADER
------------------------------------------------------------*/
#wrap
{
	background: url(../images/fullBB.jpg) top center no-repeat;
	height:2000px;
}

.header
{
	height:255px;
	text-align:center;
	width:100%;
}

#head
{
	right:100px;
}

.wrapper
{
	margin: 0px auto;
	width:680px;
}
.topNav
{
	background:#036;
	border-bottom:#000 solid 1px;
	height:30px;
	margin-bottom:20px;
	padding-top:5px;
	width:100%;
}

.topNav ul
{
	margin-bottom:0px;
	text-align:left;
}

.topNav li{
	display:inline;
	list-style:none;
	list-style-position:inside;
	margin-left:0px;
	padding-left:20px;
}

.topNav a
{
	color:#CCC;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bolder;
}

.topNav a:hover
{
	border-top:#CCC solid;
	border-bottom:#CCC solid;
}

/*-----------------------------------------------------------
					LEFT SIDE
------------------------------------------------------------*/
.date
{
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:25px;
	font-weight:bolder;
	line-height:1em;
	margin-right:10px;
	margin-bottom:0px;
	padding-top:22px;
	text-align:right;
}

.year
{
	color:#CCC;
	padding-right:0px;
}

.sideCategories
{
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	margin-right:10px;
	padding-top:20px;
	text-align:right;
}

.sideCategories a
{
	color:#FC0;
	text-decoration:none;
}
.sideCategories a:hover
{
	text-decoration:underline;
}

/* CAROUSEL
------------------------------------------------------------*/
.featuredPosts
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#999;
	margin-right:10px;
	padding-top:92px;
}
	
#Carousel
{
	display:none;
}
.carouselExcerpt
{
	height:200px;
}

.carouselPost a:hover
{
	text-decoration:underline;
}
.carouselPost a
{
	text-decoration:none;
	color:#FFF;
}
.carouselContent
{
	position:absolute;
	bottom:0;
}
.carouselText h2
{
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bolder;
	font-size:18px;
	padding:6px 0px;
	line-height:1em;
}
.carouselText
{
	color:#FFF;
	font-weight:bold;
	padding:6px;
	line-height:1em;
	position:absolute;
	bottom:0px;
}
#carouselWrap
{
	position:relative;
	background:url(../images/semitrans.png);
}
.carouselPrev
{
	position:absolute;
	top: 70px;
	left: 10px;
	cursor:pointer;
}
.darkener
{
	background:url(../images/semitrans.png);
	height:255px;
}
.carouselNext
{
	position:absolute;
	right:10px;
	top:70px;
	cursor:pointer;
}
	
/* BODY
------------------------------------------------------------*/
body
{
	background:url(../images/back.png) center top repeat-x #211715;
}

.searchReturn
{
	color:#FFF;
	margin-bottom:10px;
	text-align:center;
}

/* Posts
------------------------------------------------------------*/
h1
{
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	background:#036;
	font-family:Arial, Helvetica, sans-serif;
	line-height:1.2em;
	margin-bottom:0px;
	padding:5px;
}

h1 a
{
	color:#FFF;
	text-decoration:none;
	text-align:left;
}

h1 a:hover
{
	text-decoration:underline;
}

.carouselWrap
{
	float:left;
	background:white;
	display:inline;
	margin-left:140px;
	width: 560px;
	padding: 10px;
}

/* LeftCol
------------------------------------------------------------*/

.postCategories
{
	margin-right:0px;
	margin-top:auto;
	margin-bottom:auto;
}
.postCategories a
{
	color:#036;
	text-align:left;
	text-decoration:none;
}
.postCategories a:hover
{text-decoration:underline;}
.postContent
{
	margin-left:0px;
	margin-right:0px;
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
}

.postContent a
{
	color:#036;
	font-weight:bold;
}
.grid_2
{
	margin-right:0px;
}
.grid_7
{
	margin-left:0px;
	width:568px;
}

.postCon
{
	background-color:#FFF;
	border:#666 solid 1px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	margin-bottom:20px;
	padding:10px;
	width: 518px;
}

/* RightCol
------------------------------------------------------------*/
.byAuthor
{
	font-size:20px;
	font-weight:bold;
	margin-left:0px;
	margin-top:auto;
	margin-bottom:auto;
	text-align:right;
}

.grid_7 .postContent .storycontent
{
	padding:0px 10px;
	width:528px;

}


.height
{
	padding-top:10px;
	min-height:300px;
}
.olderPosts
{
	margin-left:500px;
	text-align:right;
}
.olderPosts a
{
	color:#FC0;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration:none;
}
.olderPosts a:hover
{	text-decoration:underline;}

h2
{
	color:#003366;
	margin-bottom:0px;
}

.widgettitle 
{
	background: #211715;
	color:#FFF;
	margin-bottom:5px;
	margin-top:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	padding:5px;
}

.commentBoxes
{
	text-align:center;
	width:518px;
}

#author, #email, #url
{
	border: #333 solid 1px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	padding:5px;
	margin-left:10px;
	margin-right:10px;
	margin-top:10px;
	margin-bottom:0px;
	width:200px;
}

#url
{
	margin-top:0px;
	width:400px;
}

#comment
{
	border: #333 solid 1px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

/*-----------------------------------------------------------
					RIGHT SIDE
------------------------------------------------------------*/

.sidebarRight li
{
	margin:0px;
}

.widget_recent_entries li, .widget_categories li
{
	border-left: solid 5px #666;
	padding-left: 5px;
	padding-top:3px;
	padding-bottom:3px;
	line-height:95%;
	vertical-align:middle;
}

.widget_recent_entries li:hover, .widget_categories li:hover
{
	border-left: solid 5px #FFF;
}
.widget_recent_entries li a:hover, .widget_categories li a:hover
{text-decoration:none;}

.sidebarRight
{
	color:#CCC;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	text-align:left;
}

.sidebarRight a
{
	color:#FC0;
	text-decoration: none;
}
.sidebarRight a:hover
{text-decoration:underline;}

.sidebarRight ul
{
	list-style:none inside;
}

.sidebarRight li
{
	margin-left:0px;
}

#searchBox
{
	border:#666 solid 1px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	margin-bottom:5px;
	padding:5px;
	width:94%;
}
.masked
{
	color:#999;
}
.unmasked
{
	color:#000;
}

/*-----------------------------------------------------------
					FOOTER
------------------------------------------------------------*/
#disqus_thread
{
	width:550px;
}

/*-----------------------------------------------------------
					FOOTER
------------------------------------------------------------*/

.footerBar
{
	background:#000;
	border:#000 solid 5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	color:#FFF;
	margin:20px auto 0px auto;
	text-align:center;
	width:900px;
}