/*======================================
      WELCOME TO THE STYLESHEET
--------------------------------------      
     Copyright Mike Crittenden
      Author: Mike Crittenden
======================================*/
 
/**************************************\
|------------    MISC    --------------|
|--------------------------------------|
\**************************************/
.front-news-item .post {
	margin: 5px;
	width: 210px;
	float: left;
}
.content p.news-title {
	color: #342e30;
	margin: 30px 0 -4px 10px;
	padding: 0;
	font-weight: bold;
	font-size: 24px;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.front-news-item span {
	color: #000;
	font-size: 11px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
.front-news-item .news-post-title a:link,
.front-news-item .news-post-title a:visited {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

.ngg-album .ngg-description {
	width: 460px;
	float: right;
	font-size: .9em;
}

/**************************************/
/*              GLOBALS               */
/**************************************/
/* WordPress Optional Styles
.categories {...}
.cat-item {...}
.current-cat {...}
.current-cat-parent {...}
.pagenav {...}
.page_item {...}
.current_page_item {...}
.current_page_parent {...}
.widget {...}
.widget_text {...}
.blogroll {...}
.linkcat{...}
*/


/**************************************/
/*              HEADER                */
/**************************************/
body {
	background: #342e30;
	margin: 0;
	padding: 0;
}
body .header {
	background: url('../img/header_bg.jpg') top left repeat-x;
	height: 180px;
}
body .container {
	margin-top: 0;
	padding-top: 0;
}
.header .container img {
	margin-left: 0px;
}
body .content-wrapper {
	background: #0b0b0b;
}
.content-wrapper h1 {
	margin: 0;
	padding: 0;
}

/**************************************/
/*             NAVIGATION             */
/**************************************/

.widget_search input#s {
	width: 120px;
}
.sidebar .widget {
	margin-left: 10px;
	text-align: left;
}
.sidebar .widget ul li {
	line-height: 1.2em;
	font-size: .9em;
	margin-bottom: 1.2em;
	text-align: left;
}
.sidebar-wrapper {
	font-size: 1.2m;
	margin: 20px 0 20px 0;
	text-transform: lowercase;
}
.sidebar-wrapper ul.sidebar li ul li {
	margin: 5px 0 0	 0;
}
.sidebar-wrapper ul.sidebar,
ul.sidebar li,
ul.sidebar li ul,
ul.sidebar li ul li {
	font-weight: bold;
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: right;
}
ul.sidebar li ul li a:link,
ul.sidebar li ul li a:visited {
	color: #fff;
}

/**************************************/
/*            MAIN CONTENT            */
/**************************************/
.content-wrapper {
	padding: 20px 0 0 0;
}
.content-wrapper .content {
	margin-left: 30px;
}
.front-slideshow {
	border: 10px solid #fff;
	width: 620px;
	height: 460px;
}
.content .by-line {
	color: #666;
	font-size: .8em;
	margin: 0;
	padding: 0;
}
.content h1.post-title {
	
}

/**************************************/
/*               FOOTER               */
/**************************************/

/**************************************/
/*            WP COMMENTS             */
/**************************************/
ol.commentlist{
	list-style:none;
	text-indent:0;
	margin:0;
	padding:0;
}
ol.commentlist li{
	border:1px solid #ddd;
	height:1%;
	position:relative;
	margin:0 0 10px;
	padding:5px 7px 5px 57px;
}
ol.commentlist li div.vcard{
	font:bold 14px/1.4 helvetica,arial,sans-serif;
}
ol.commentlist li div.vcard cite.fn{
	font-style:normal;
}
ol.commentlist li div.vcard cite.fn a.url{
	color:#dc1e44;
	text-decoration:none;
}
ol.commentlist li div.vcard img.avatar{
	border:1px solid #ddd;
	left:7px;
	position:absolute;
	top:7px;
}
ol.commentlist li div.comment-meta{
	font:bold 10px/1.4 helvetica,arial,sans-serif;
	position:absolute;
	right:10px;
	text-align:right;
	top:5px;
}
ol.commentlist li div.comment-meta a{
	color:#ccc;
	text-decoration:none;
}
ol.commentlist li p{
	font:normal 12px/1.4 helvetica,arial,sans-serif;
	margin:0 0 1em;
}
ol.commentlist li ul{
	font:normal 12px/1.4 helvetica,arial,sans-serif;
	list-style:square;
	text-indent:0;
	margin:0 0 1em;
	padding:0;
}
ol.commentlist li div.reply{
	background:#675b5f;
	border:2px solid #666;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	color:#fff;
	font:bold 9px/1 helvetica,arial,sans-serif;
	text-align:center;
	width:36px;
	padding:5px 10px;
}
ol.commentlist li div.reply:hover{
	background:#dc1e44;
	/*border:2px solid #dc1e44;*/
}
ol.commentlist li div.reply a{
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
}
ol.commentlist li ul.children{
	list-style:none;
	text-indent:0;
	margin:1em 0 0;
}
ol.commentlist li.even{
	/*background:#6484042;*/
}
ol.commentlist li.odd{
	/*background:#fff;*/
}
ol.commentlist li div.comment-author,ol.commentlist li.pingback div.vcard{
	padding:0 170px 0 0;
}
ol.commentlist li div.vcard cite.fn a.url:hover,ol.commentlist li div.comment-meta a:hover{
	text-decoration: underline;
}
ol.commentlist li ul.children li.depth-2,ol.commentlist li ul.children li.depth-3,ol.commentlist li ul.children li.depth-4{
	margin:0 0 .25em;
}

