/*
Theme Name: firstchoice
Theme URI: http://firstchoice.com/
Description: The default theme  for the site.
Version: 1.0
Author: ripesol
Author URI: http://ripesol.com.com/
Tags: black, custom header, fixed width, one columns, widgets
*/



/* ----- ( Reset ) ----------------------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}



/* ----- ( Clearfix ) ----------------------------------------------------------------------------- */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */




/* ----- ( General ) ----------------------------------------------------------------------------- */
body {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
	color: #333;
	background: #000;
}
	#wrapper {
		margin: 0 auto;
		width: 792px;
	}
	a { color: #fff; text-decoration: none; }




/* ----- ( Header ) ----------------------------------------------------------------------------- */
#header {
	
}
	#header h1 a {
		background: url(images/logo.png) no-repeat;
		height: 305px;
		display: block;
		text-indent: -9999px;
	}




/* ----- ( Nav ) ----------------------------------------------------------------------------- */
ul#mainnav {
	background: url(images/nav.png) repeat-x;
	height: 37px;
      
}
	ul#mainnav li {
		display: inline;
text-align:center;
	}	
		ul#mainnav li a {
                        font-weight:bold;
			height: 37px;
			display: block;
			float: left;
			line-height: 37px;
			padding: 0px 30px;
			background: url(images/divider.png) no-repeat right;
		}
			ul#mainnav li a:hover {
				color: #999;
			}	
			ul#mainnav li.last a {
				background: none;
			}	




/* ----- ( Content ) ----------------------------------------------------------------------------- */
#content {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background: #060a0d;
	padding: 20px;
}
	#content h1 {
font-family:Arial, Helvetica, sans-serif;
color:#f3b233;
font-size:18px;
line-height:30px;	
	}
	#content h3 {
font-family:Arial, Helvetica, sans-serif;
color:#fff;
font-size:14px;
font-weight:bold;
line-height:30px;	
	}
#content h2{
font-family:Arial, Helvetica, sans-serif;
font-size:24px;
color:#fff;
line-height:30px;
	}
#content h2 a{
	color: #333;
	}

#content p{
line-height:18px;
color:#fefefd;
word-spacing:2px;
}
#content ul{
padding:20px 0 20px 60px;
margin:0px;
list-style:url(images/ul_bullet.gif);
color:#FF4A4A;
line-height:24px;
font-weight:bold;
}
#content a{
color:#FF4A4A;
text-decoration:none;
}
#content a:hover{
color:#fff;
}
.h_line{
background-image:url(images/line.gif);
background-repeat:repeat-x;
background-position:center
}
.image_box{
background-color:#121517;
border:#121517 solid 7px;
margin-left:10px;
float:left;
text-align:center;
line-height:20px;
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
color:#666666
}
.postmetadata a{
color:#333;
}
/* ----- ( Bottom Links ) ----------------------------------------------------------------------------- */
ul#bottom-links {
	background: url(images/bottom-links.png) repeat-x;
	height: 37px;
}
	ul#bottom-links li {
		float: left;
		color: #fff;
		height: 37px;
		line-height: 37px;
		padding-left: 38px
	}	




/* ----- ( Footer ) ----------------------------------------------------------------------------- */
#footer {
	background: url(images/footer.png);
	height: 210px;
}
