/*
Theme Name: BlankSlate
Theme URI: http://tidythemes.com/blankslate/
Description: The bare essentials of a WordPress theme, no CSS styles added. Perfect for those who would like to build their own theme from scratch or for clients if you're a developer or designer. This theme is clean; valid code, semi minified, no comments, SEO-friendly and 100% open source. One custom menu and one widgetized sidebar to get you started. If you don't know CSS and would like to learn we've prepared: http://tidythemes.com/want-to-learn-css/ and please visit us in the forum for further help: http://tidythemes.com/forum/ - Thank You
Author: TidyThemes
Author URI: http://tidythemes.com/
Version: 1.8
Tags: custom-menu, featured-images, microformats, sticky-post, threaded-comments
License: GNU General Public License v2.0 | From TidyThemes: This theme is completely free and open source. You may edit this theme to your hearts content :).
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


.sticky{}
.bypostauthor{}
.wp-caption{}
.wp-caption-text{}
block{}
.alignright{}
.alignleft{}
.aligncenter{}

* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #292827;
}
.clearing {
	clear: both;
}
#header {
}
#navcontainer   {
	background-image: url(../images/nav_bkgd.jpg);
	background-repeat: repeat-x;
	width: 100%;
	height: 54px;
	z-index: 1;
	vertical-align: middle;
	display: inline-block;
}
#mainNav {
	height: 54px;
	width: 1088px;
}

#mainNav ul {
	list-style: none;
	font-family: Verdana, Geneva, sans-serif;
	margin-top: 10px;
}

#mainNav li  {
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #666;
	color: #666;
	float: right;
	padding-right: 30px;
	padding-left: 10px;
}

#mainNav ul a {
	text-decoration: none;
	font-size: 13px;
	color: #666;
	position: relative;
	display: block;
}
#mainNav li.home a {
	padding-right: 32px;
	padding-left: 32px;
	display: block;
	text-decoration: none;
	font-size: 15px;
	color: #CCCCCC;
	text-transform: lowercase;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

#mainNav ul a:hover {
	color: #333;
}
#showcase {
	background-image: url(../images/home_mid_bgd.jpg);
	background-color: #d0c9c0;
	background-repeat: repeat-x;
	background-position: 0px 24px;
}
#showcase.sub {
	background-image: url(../images/sub_mid_bgd.jpg);
	background-color: #d0c9c0;
	background-repeat: repeat-x;
	background-position: 0px 24px;

}
#showcase.sub img.feature {
	padding-left: 20px;
	margin-left: 20px;
}
.showcaseImg {
	border: 1px solid #D2CEC5;
	padding: 3px;
	background-color: #FFF;
}
.topband  {
	background-image: url(../images/home_mid_top_band.jpg);
	height: 24px;
	background-repeat: repeat-x;
	background-color: #CCC;
	padding: 0px;
	margin: 0px;
}
.bottomband {
	background-image: url(../images/home_mid_bot_band.jpg);
	height: 14px;
	background-repeat: repeat-x;
	clear: both;
}
.text  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	color: #000;
}
.text a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	color: #000;
}
.text a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	color: #000;
}
.beige-color  {
	color: #d4c5b8;
}
.beige-color a:link {
	color: #d4c5b8;
}
.beige-color a:visited {
	color: #d4c5b8;
}
.space20 {
	padding-bottom: 20px;
}
.space60 {
	padding-bottom: 60px;
}
.space14 {
	padding-bottom: 14px;
}
.titleImg {
	padding-bottom: 20px;
	padding-top: 10px;
}
#featureImgContainer {
	background-image: url(../images/feat_img_box_bgd.jpg);
	background-repeat: no-repeat;
	width: 397px;
	height: 343px;
	background-position: 0px 18px;
}
#featureRandomImg {
	height: 249px;

}

img.alignright {
float:right;
margin-left: 10px;
}

img.alignleft {
float:left;
margin-right: 10px;
}

.bold {
	font-weight: bold;
}
.iconImg {
	vertical-align: middle;
	display: block;
}
.entry-content {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #666;
	margin-right: 100px;
}
.entry-content h2 {
	font-family: 'News Cycle', sans-serif;
	font-size: 17px;
	color: #999;
	padding-bottom: 4px;
	padding-top: 8px;
	font-weight: normal;

}
.entry-content h3 {
	font-family: Verdana, Geneva, sans-serif;
	letter-spacing: 3px;
	font-size: 11px;
	color: #ada197;
	font-weight: normal;
	

}
.entry-content ul {
	margin-left: 24px;
	margin-bottom: 20px;
}
.entry-content p {
	margin-bottom: 20px;

}
.entry-content a:link {
	color: #C11E10;
	text-decoration: none;
}
.entry-content a:hover {
	text-decoration: underline;

}
.entry-content a:visited {
	color: #7C0F06;
	text-decoration: none;
}
.entry-content img {
	padding: 3px;
	background-color: #FFF;
}
.entry-meta {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #666;
	margin-left: 60px;
	margin-right: 40px;
	padding-bottom: 10px;

}
.entry-meta a:link {
	color: #666;
	text-decoration: none;

}
.entry-meta a:visited {
	color: #666;
	text-decoration: none;

}
.entry-meta a:hover {
	text-decoration: underline;

}
.entry-utility {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #666;
	margin-left: 60px;
	margin-right: 40px;
	padding-bottom: 10px;

}
.entry-utility a:link {
	color: #666;
	text-decoration: underline;

}
.entry-utility a:visited {
	color: #666;
	text-decoration: underline;

}
.entry-utility a:hover {
	text-decoration: underline;

}

#nav-below.navigation {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #666;
	margin-left: 12px;
	padding-top: 10px;
	padding-bottom: 20px;

}
#nav-below.navigation a:link {
	color: #666;
	text-decoration: none;

}
#nav-below.navigation a:visited {
	color: #666;
	text-decoration: none;

}
#nav-below.navigation a:hover {
	text-decoration: underline;

}

h1.home {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #fff2e8;
}
h1.home a:link {
	color: #fff2e8;
	text-decoration: none;
}
h1.home a:visited {
	color: #fff2e8;
	text-decoration: none;
}
h1.entry-title {
	/*font-family: 'ITCFranklinGothicBook';*/
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size: 18px;
	color: #666666;
	margin-bottom: 5px;	

}
h1.entry-title.sub {	/*font-family: 'ITCFranklinGothicBook';*/
	font-family: 'News Cycle', sans-serif;
	font-weight: normal;
	font-size: 40px;
	line-height: 40px;
	color: #cdc7c1;
	padding-bottom: 1px;
	margin-bottom: 20px;
	padding-top: 50px;
	background-image: url(../images/post_tile_and_bkgd.png);
	background-repeat: no-repeat;
	background-position: 25px 22px;
	border-bottom:1px solid #999;
	margin-left: 40px;
}
.headlines  {
	font-family: 'News Cycle', sans-serif;
	font-size: 10px;
	color: #999;
	text-transform: uppercase;
}

#imgScroller {
	background-image: url(images/img_scroll_bkgd.jpg);
	background-repeat: no-repeat;
	margin-top: 5px;
	margin-bottom: 30px;
	background-position: 20px;

}
#newsScroller {
	margin-top: 5px;
	position: relative;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	overflow: hidden;

}
#sidebarContainer {
	margin-top: 20px;
}

#footerContainer {
	height: 70px;
	text-decoration: none;
	background-image: url(../images/footer_bkgd.jpg);
	background-repeat: repeat-y;
	position: relative;
	width: 100%;
}
#footerContainer img{
	border: none;
	margin-top: -10px;
}
.footerlinks {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #807973;
	text-decoration: none;
	position: relative;
	padding-top: 20px;
	width: 970px;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	white-space: nowrap;
}
.footerlinks a img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.footerlinks ul {
	display: inline-block;
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}
.footerlinks li {
	float: left;
	list-style-type: none;
	border-left:1px solid #999;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
}

.footerlinks li:first-child {
	padding-left: -10px;
	border-left-width: 0;
}
.footerlinks a:link {
	color: #807973;
	text-decoration: none;
}
.footerlinks a:visited {
	color: #807973;
	text-decoration: none;
}
.footerlinks a:hover {
	color: ##807973;
	text-decoration: underline;
}
.copyright {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #666;
	display: inline-block;
	float: left;
	position: relative;
}
.breadcrumbs {
	float: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #999;
	margin-top: 5px;
	margin-left: 30px;
	margin-bottom: 5px;
	text-align: left;
	text-decoration: none;

}
.breadcrumbs a:link {
	color: #999;
	text-decoration: none;
}
.breadcrumbs a:visited {
	color: #999;
	text-decoration: none;
}
.breadcrumbs a:hover {
	color: #666;
	text-decoration: none;
}
#contentwrapper {
	width: 1198px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/left_side_gradation.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.textmiddle {
	vertical-align: middle;
	margin-top: -6px;
	margin-right: 3px;
}
.news-date {
	background-color: #272320;
	padding: 1px;
	text-align: center;
	vertical-align: middle;
	display: block;
}
.project-snippet {
	background-color: #272320;
	padding: 5px;
	margin: 0px;
	display: inline-block;
	width: 98%;
}
.time {
	color: #6d655f;
}
.vertical-align {
	vertical-align: middle;
	display: inline-block;
	position: relative;
	top: 0px;
	height: 24px;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 0px;
}
.news-divider {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #716963;
	margin-top: 8px;
	margin-bottom: 7px;
}
.white a:link {
	color: #FFF;
	text-decoration: none;
}
.white a:visited {
	color: #FFF;
	text-decoration: none;
}
.gray a:link{
	color: #666;
}
.gray a:visited {
	color: #666;
}
.subnavtext {
	font-family: 'News Cycle', sans-serif;
	font-size: 11px;
	text-align: center;
	float: left;
	margin: 0px;
	padding: 0px;
}
.subnavtext a:link {
	text-align: center;
	float: left;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}
.subnavtext a:visited {
	text-align: center;
	float: left;
	margin: 0px;
	padding: 0px;
	text-decoration: none;

}
#news {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #D2C3B7;
}
#news ul {
border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #716963;
	padding-bottom: 8px;
	padding-top: 8px;
	width: 90%;
}

#news ul li.post-date {
	color: #D2C3B7;
	background-color: #272320;
	text-align: center;
	vertical-align: middle;
	display: block;
	padding: 5px;
	width: 20%;
	float: left;
	margin-right: 5px;

}
#news ul li.post-title {
	color: #D2C3B7;
	text-align: left;
	vertical-align: middle;
	display: block;
	padding: 5px;


}
#news li a {
	color: #D2C3B7;
	
}
/* Pagination
################################################################################################################## */
#wp_page_numbers ,#wp_page_numbers ul, #wp_page_numbers li, #wp_page_numbers a {
	font-size: 100%;
}

#wp_page_numbers {
	clear:both;
	display:block;
	margin:0;
	background:#FFF;
	width: 100%;
	background: transparent;
	padding:0;
}
#wp_page_numbers ul {
	width: 100%;
	margin:0;
	padding:0;
}
#wp_page_numbers li {
	float: left;
	display: block;
	margin: 2px;
	padding:0px;
}

#wp_page_numbers a {
	padding: 3px;
	padding-left: 5px;
	padding-right: 5px;
	margin-left: 2px;
	margin-right: 2px;
	display: block;
	color: #333;
	border: 1px solid #d6dfe0;
	background-color:#FFF;
}

#wp_page_numbers li a:hover {
	border-color: #00468b;
	text-decoration: underline;
}
#subnavigation {
	float: right;
}

#wp_page_numbers li.space {
	padding: 6px;
	padding-left: 2px;
	padding-right: 2px;
}

#wp_page_numbers li.first_last_page {
	font-style: italic;
}

#wp_page_numbers li.active_page a {
	border-color: #047ff8;
}
#wp_page_numbers li.active_page a:hover  {
	color: black; /* IE fix */
	text-decoration: underline;
	border-color: #00468b;
}

#wp_page_numbers li.page_info {
	float: left;
	display: block;
	padding: 3px;
	padding-left: 5px;
	padding-right: 5px;
	margin-right: 2px;
	color: #666;
	font-size: 11px;
	border: 1px solid #bfbfbf;
}
#wp_page_numbers li.dropdown{
	float: right;
	display: block;
	padding: 3px;
	padding-left: 5px;
	padding-right: 5px;
	margin-right: 2px;
	color: #666;
	font-size: 11px;
	border: 1px solid #bfbfbf;
}
.page-link-images {
	height: 108px;
	background-color: #dad4cb;
	padding-left: 40px;

}
.page-link-images img {
	float:left;
	padding-top: 2px;
}
img.thumbnail { 
	float:left;
	margin-right: 10px;
}

/* Styling of Comments Template */

.comments-template{
	font-family: Verdana, Geneva, sans-serif;
	color: #666;
	font-size: 10px;
	margin-left: 60px;
	margin-right: 40px;
	padding: 10px 0 0;

}
.comments-template a{
	color: #666;


}

.comments-template ol{
		border-top: 1px solid #ccc;

	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{

	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

.comments-template h2, .comments-template h3{
	font-family: 'News Cycle', sans-serif;
	font-size: 17px;
	color: #999;
	padding-bottom: 4px;
	padding-top: 8px;
	font-weight: normal;
}

.commentmetadata{
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
}
#featProjContainer {
	background-image: url(../images/feat_project_bkgd.jpg);
	background-repeat: repeat-y;
	height: 194px;
}
#featProjContainer img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.bolditalic {
	font-style: italic;
	font-weight: bold;
}
