/*
Theme Name: Redsteel
Theme URI: http://www.digitalmarketintegration.com
Description: SEO Friendly Dark Colored Wordpress Theme
Version: 1.0
Author: Eric Dobberteen
Author URI: http://eric.dobberteen.com
*/

/* MAIN BODY STYLES */

*{
	padding:0;
	margin:0;
}

hr{
	clear:both;
}

body {
	background-image: url(images/bg.png);
	background-repeat: repeat-x;
	background-color: #919191;
	font-family:  Arial, Verdana;
	font-size: 13px;
	color: #262228;
}

ul, ol {
	list-style:none;
}

h1,h3 {
	color: #333;
	font-weight: bold;
}

h1 {
	font-size: 24px;
	line-height: 34px;
}

h2 {
	color: #333;
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
}

h3 {
	font-size: 18px;
	line-height: 26px;
}

a:link {
	color: #C00;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #C00;
}
a:hover {
	text-decoration: underline;
	color: #333;
}
a:active {
	text-decoration: underline;
	color: #333;
}

h3 a:link {
	margin-right:20px;
	color: #C00;
	text-decoration: underline;
}


.servlist {
	width:298px;
	float:left;
	height:100px;
}


.servlist a:link {
	font-weight:bold;
	text-decoration: underline;
	color:#C00;
}

.servlist a:visited {

	text-decoration: underline;
	color: #C00;
	font-weight:bold;
}
.servlist a:hover {
	
	text-decoration: underline;
	color:#333;
}
.servlist a:active {
	
	text-decoration: underline;
	color: #333;
}


.services a:hover {
	margin-right:20px;
	text-decoration: underline;
	color: #333;
}
.services a:active {
	margin-right:20px;
	text-decoration: underline;
	color: #333;
}

.community{
	margin:0 auto;
	padding:0px;
}

#container {
	margin: auto;
	width: 900px;
}

.services {
	height:180px;
	width:599px;
	margin-top:20px;
	clear:both;
}

.services h3{
	text-align:right;
	margin-top:10px;
	margin-right:50px;
	width:100%;
}

#listbox{ 
	
	margin: 5px 0 5px 0;
	clear:both;
	
	float:left;
	width:599px;
	background-color:#FFF; 
}

#listbox ul{
	margin:10px 0 6px 50px;
	font-size:14px;
	font-weight:bold;
	list-style-position:inside;
	float:left;
	width:240px;
}

#listbox ul li{
	font-weight:normal;
	margin-left:6px;
	font-size:12px;
	width:220px;
}



/* TOP BAR STYLES */

#top-bar {
	float: left;
	height: 24px;
	width: 900px;
	padding-top: 8px;
}

#top-bar a{
	color: #FFFFFF;
	text-decoration: none;
}

#top-bar a:hover{
	color: #FFFFF;
	text-decoration: underline;
}

.nav1 li {
	display: inline;
	list-style-type: none;
	margin-right: 20px;
	color: #FFFFFF;
	float: left;
}

.nav2 li{
	display: inline;
	list-style-type: none;
	color: #FFFFFF;
	float: right;
	margin-left: 20px;
}


/* HEADER STYLES */

#header {
	float: left;
	height: 125px;
	width: 900px;
}

#header img {
	border:0;
}

#site-title{
	height: 80px;
	float: left;
	padding-top: 45px;
}

#site-title p{
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
}

.blue-title {
	color: #309dcf;
}

span.orange-title {
	color: #FF7800;
}

.slogan {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: normal;
	text-transform: none;
}


/* HEADER SEARCH FORM STYLES */

#search {
	float: right;
	padding-top: 45px;
}

.search-field {
	margin-right: 10px;
	padding: 4px;
	background-color: #494949;
	border: 1px solid #666666;
	color: #FFFFFF;
}

.search-button {
	background-color: #494949;
	border: 1px solid #666666;
	color: #FFFFFF;
	padding: 2px;
}

.search-button:hover {
	background-color: #707070;
}


/* NAVIGATION STYLES */

#navigation {
	height: 42px;
	float: left;
	width: 900px;
}

.nav_links ul {
	margin: 0px;
	padding: 0px;
}

.nav_links li {
	list-style:none;
	display:block;
	float: left;
}

.nav_links a {
	text-decoration: none;
	font-size:14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	display: block;
	height: 27px;
	padding-right: 17px;
	padding-left: 17px;
	padding-top: 15px;
	font-weight:bold;
}

.withdiv {
	background-image: url(images/nav_divider.png);
	background-repeat: no-repeat;
}

.nav_links a:hover {
	color: #FFFFFF;
	background-image: url(images/nav-hov.png);
	background-repeat: repeat-x;
	text-decoration: underlined;
}

/* CONTENT CONTAINER STYLES */

#content {
	background-color:#E5E5E5;
	float: left;
	width: 900px;
	min-height:416px;
	margin-top: 20px;
	margin-bottom: 20px;
}

#content p {
	margin: 5px 0 10px; 
	padding-left: 6px;
}

#content-left {
	float: left;
	width: 602px;
	margin:5px 0 5px 5px;
}


/* MIDDLE SQUARES */

.midsquare {
	float:left;
	margin:0 auto;
	padding: 0 px;
	background-image: url(/wp-content/uploads/middlecontent.png);
	background-repeat:no-repeat;
	border: solid #666 1px;
	width: 597px;
	height: 253px;
}

#btmhome{
	border-top: 1px solid #bababa;
	border-bottom: 1px solid #bababa;

	background-color:#FFF;
	width:599px;
	height:420px;
	padding-top:10px;
}

.italic{
	font-style:italic;
}

/* POST STYLES */

.a-post {
	border: 1px solid #bababa;	
	width: 599px;
	
	float: left; 
	
} 

.a-post hr{
	width:300px;
	height:1px;
	color:#bababa;
	margin-left:149px;

}

.a-post p{
	padding-left: 5px;
	text-align:justify;
	width: 96%;
	margin-left:5px;
}

.a-post h1{
	font-family:Verdana, Geneva, sans-serif;
	text-align:center;
	color: #C00;
	font-size: 22px;
	font-weight: bold;
	line-height: 30px;
	padding-left:10px;
	padding-top:10px;
}

.a-post img{
	border: none;
	padding: 5px;
	float: left;
}

/***
Custom Posts
***/


.a-custom {
	border: 1px solid #bababa;	
	width: 890px;
	
	float: left; 
	
} 

.a-custom hr{
	float:right;
	width:300px;
	color:#bababa;
	margin-right:20px;
}

.a-custom p{
	padding-left: 5px;
	text-align:justify;
	width: 96%;
	margin-left:5px;
}

.a-custom h1{
	font-family:Verdana, Geneva, sans-serif;
	text-align:center;
	color: #C00;
	font-size: 22px;
	font-weight: bold;
	line-height: 30px;
	padding-left:10px;
	padding-top:10px;
}

.a-custom img{
	border: none;
	padding: 5px;
	float: left;
}

#content-custom{
	margin:5px 5px 5px 5px;
}
.contactform{
	width:600px;
	float:right;
	clear:both;
}
/***End CUstom Posts**/

.post-img {
	float: left;
	height: 198px;
	width: 234px;
	margin-right: 10px;
}

.post-title {
	float: left;
	width: 336px;
	margin-bottom: 10px;
}

.post-title p{
	color: #FFFFFF;
	background-color: #90c6df;
	float: left;
}

.post-desc {
	float: left;
	width: 336px;
	text-align: justify;
	font-style: italic;
	line-height: 16px;
}


/* SIDEBAR STYLES */

#side-bar {
	
	border: 1px solid #bababa;
	float: left;
	width: 260px;
	background-image: url(images/sidebar_bg.png);
	background-repeat: no-repeat;
	margin: 5px 0 5px 5px;
	padding: 10px;
}

#side-bar-content {
	width: 260px;
	float: left;
	margin-bottom: 20px;
}

.side-bar-ads {
	margin-left: 3px;
	margin-bottom: 3px;
}

#side-bar h1{
	color: #C00;
	font-size: 20px;
	font-weight: bolder;
	line-height: 24px;
}

#side-bar p {
	text-align: justify;
	line-height: 16px;
}

#side-bar li {
	line-height: 18px;
	
	margin-left: 5px;
	margin-top: 4px;
	display: block;
}


/* FOOTER STYLES */

#footer {
	background-image: url(images/footer_bg.png);
	background-repeat: repeat-x;
	clear: both;
	height: 147px;
	margin-top:20px;
	text-align:center;
}

#footer-content {
	
	height: 113px;
	margin: auto;
	width: 900px;
	padding-left:20px;
	padding-top:20px;
}

#footer-content p {
	color: #333;
	padding-top: 45px;
	text-align: right;
}

#footer-content ul {
	width:280px;
	float:left;
	margin:0 8px 0 0px;
	list-style-position:inside;
	padding-left:10px;
}
#footer ul a:link {
	color: #000;
	text-decoration: none;
	font-weight: bold; 
}

#footer ul a:visited {
	text-decoration: none;
	color: #000;
	font-weight: bold;
}
#footer ul a:hover {
	text-decoration: underline;
	color: #000;
	font-weight: bold;
}

#footer ul a:active {
	text-decoration: none;
	color: #309DCF;
}

#footer ul li a:link {
	color: #C00;
	text-decoration: none;
}
#footer ul li a:visited {
	text-decoration: none;
	color: #C00;
}
#footer ul li a:hover {
	text-decoration: underline;
	color: #C00;
}

#footer ul li a:active {
	text-decoration: none;
	color: #309DCF;
}


.comment-box {
	border: 1px dashed #666666;
	margin-bottom: 10px;
	padding: 5px;
	float: left;
	text-align: justify;
	width: 565px;
}

.comment-box p {
	margin: 5px 0 10px; 
	padding: 0;
}

.gravatar {
	float: right;
	margin: 5px;
}