/*
File:			custom.css
Description:	Custom styles for Thesis

BASIC USAGE:

If you have enabled the custom stylesheet in the Thesis options panel, the <body> tag 
will be appended with the "custom" class, like so: <body class="custom">. You can use 
the "custom" class to override *any* CSS declarations contained in the style.css file.

For example, if you wish to change the default link color to green, you would add the 
following declarations to this file:

	.custom a, .custom a:visited { color: #090; }	<--- This makes links green
	.custom a:hover { color: #00f; }				<--- This makes links blue when you mouse over them

WHY THIS WORKS:

By using the "custom" class, you are creating more specific CSS declarations for HTML
elements. CSS styling is applied through rules of specificity, and because declarations
prepended with .custom are more specific, they get applied when the page is rendered!

More information about styling your Thesis installation using this file can be found
in the User's Guide:
	http://diythemes.com/thesis/rtfm/customizing-thesis-with-customcss/
*/


/* Colors
BACKGROUND COLOR: #504F51  (matches bottom of gradient)
MAIN NAVIGATION BACKGROUND COLOR: #4D4D4D

STROKE COLOR: #B3B3B3

ROLLOVER COLOR MAIN NAVIGATION: #CA6928
*/

body { 
	background-color: #504f51; 
	background-image: url("http://redrockfiresystems.com/wp-content/themes/thesis_151/custom/images/RR-Web-background.png"); 
	background-repeat: repeat-x;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	margin: 0;	
}

.custom a, .custom a:visited { color: #F2F2F2; text-decoration: underline; }

.custom a:hover { color: #D69C76; text-decoration: underline;}
	
	
.custom #page { 
	background-color: #000000;
	color: #B3B3B3;
	position: relative;
	margin: 0px auto 0px;
	padding: 0;
	width: 905px; 
	/*background-image: url("http://redrockfiresystems.com/wp-content/themes/thesis_151/custom/images/RR-Web-background-left.png");
	background-repeat:repeat-y;
	*/
}
.custom #tabs {display: none;}
.custom ul#tabs { border: none; }
.headline_area { display: none; }
.custom #content_box {  
	margin: 0 auto;
	width: 100%; 
	background: none;
	min-height: 350px;
}
.custom #content{ overflow: hidden;}
.custom #header { border: none; padding: 0px 0 0 0; }
.custom #footer { border: none; padding: 0 0 28px 0; }

.custom #container {
	width: 945px;
	background-image: url("http://redrockfiresystems.com/wp-content/themes/thesis_151/custom/images/drop_shadow_sliver.png");
	background-repeat: repeat-y;
	margin-top: 40px;
}	


#topBorder {
	position: absolute;
	margin: 0 -20px;
	top: 0px;
	left: 0px;
	height: 20px; /*height of image*/

}
#bottomBorder {
	position: absolute;
	margin: 0 -20px;
	bottom: 0px;
	left: 0px;
	height: 28px; /*height of image*/
	background-color: #504f51;
	background-image: url("http://redrockfiresystems.com/wp-content/themes/thesis_151/custom/images/footer_dropshadow2.png");
	background-repeat: repeat-x;
}

.border{
	width: 945px;
}

#topBar{
	clear: both;
}


#subFooter{
	background-color: #000000;
	height: 25px;
	padding: 10px 20px 10px 20px;
	color: #ffffff;
}

#footer_spacer {
	height: 10px;
	clear: both;

}



#footer_spacer hr{
	width: 865px;
	margin: 0 auto;
}

.footerLinks{
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: 1px;
}

#footer_contact{
	float: left;
	margin-left: 30px;
}

#footer_copyright {
	float: right;
	font-size: 10px;
	margin-right: 30px;	
}


/*Navigation*/

#navigation {
	width: 903px;
}


#clearDiv {
	clear: both;
	height: 0px;
}





#navBar{
	position: relative;
	width: 901px;
	height: 30px;
	background-repeat: no-repeat;
	background-color: #000000;
	border: 2px solid #000000;
	margin: 0 auto;
}

#navBar a{
	border-right: 2px solid #000000;
	height: 28px;
	line-height: 28px;
	float: left;
	width: 178px;
	display: block;
	color: #0d2474;
	text-decoration: none;
	text-align: center;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 12px;
	background-color: #4D4D4D;
	color: #ffffff;
	text-align: center;
	font-weight: bold;
	letter-spacing: 1px;
	cursor: pointer;
	clear: none;
	margin-left: 0px;
	margin-right: 0px;
}

#navBar  a#fps{
	width: 181px; /*extra 3 pixels wide so nav spans entire width*/

}

#navBar  a#contact{
	border-right: none;
}

/** dropdown menus **/

#productsDropdown{
	position: absolute;
	top: 28px;
}

#productsDropdown li{
	list-style-type: none;
}

#productsDropdown li a{
	width: 181px;
	font-size: 10px;
}

#navBar  a:link, #navBar  a:visited, #navBar  a:hover{
	background-color: #4d4d4d;
}

#navBar  a:hover{
	background-color: #CA6928;
}

/*------------------*/



/* Home Page */

#homeIntro {
	float: left;
	width: 290px;
	padding-left: 10px;
	height: 300px;
	border-right: 1px solid #D5DBC6;
}
#homeFlash {
	float: left;
	margin-left: 10px;
	width: 450px;
	height: 300px; 
	background-color: #3A4C00;
}
#homeMiddle {
	clear: both;
	margin-top: 20px;
}
#homeVideo {
	float: left;
	margin: 20px;
	width: 360px;
	border: 1px solid #D5DBC6;
	text-align:center;
}
#homeInfo {
	float: left;
	width: 320px;
	padding-left: 10px;
	margin-top: 20px;
}
#homeBottom {
	clear: both;
	margin: 0 auto;
	width: 720px;
	margin-top: 20px;
	border: 1px solid #D5DBC6;
	padding: 5px 10px 10px 10px;
}
/* Testimonial */
.testimonialTitle {
	color: #1F587F;
	font-weight: bold;
}

/* Other */
.titleText {
	margin-top: 10px;
	margin-bottom: 20px;
}

hr {
	border: none;
	color: #D5DBC6;
	background-color: #D5DBC6;
	margin: 15px 0px 15px 0px;
	width: 95%;
	height: 1px;
}
p {
	font-size: 12px;
	margin-top: 10px;
}
.endcap {
	clear: both;
	width: 100%;
	font-size: 0px;
}
.alignnone {
	margin-left: -3px;
}

/*---------------------------Home Page---------------------*/

#splashPage{
	background-color: #000000;
	padding-top: 5px;
	padding-bottom: 5px;

}

#featuredBox{
	height: 280px; /*286px when 3px image border is active*/
	width: 885px;
	border: 1px solid white;
	margin: 10px auto;
	color: #ffffff;
	letter-spacing: 1px;
	
}

#featuredImage{
	/*border: 3px solid black;*/
	float: left;
}


#featuredContent{
	float: right;
	border-left: 3px solid black;
	width: 482px;
}

#featuredContentTitle{
	font-size: 14px;
	background-color: #000000;
	padding: 20px 20px 15px 10px;
	border-bottom: 1px solid white;
}

#featuredContentText{
	border: 4px solid black;
	border-left: 0px;
	font-size: 12px;
	line-height: 20px;
	background-color: #974417;
	padding: 30px 20px 20px 40px;
	font-weight: bold;
	height: 164px;
}

#featuredContentText ul{
	list-style-image: url("http://redrockfiresystems.com/wp-content/themes/thesis_151/custom/images/RR-Web-ContentRight-arrow.png");
}

#contactUsBox{
	height: 86px;
	width: 660px;
	border: 1px solid #4E4E4E;
	margin: 15px 30px 10px 30px;
}

#contactUsBoxImage{
	margin: 15px 30px 10px 30px;
	clear: both;
	width: 660px;
	height: 86px;

}

#contactUsBoxArrow{
	margin: 10px 10px 10px 30px;
	width: 30px;
}

#contactUsBoxText{
	margin-left: 70px;
}

ol.cf-ol li.textonly{
	color: #fff;
	text-align: left;
	padding: 0;
	margin: 0;
}

ol.cf-ol #li-2-6{
	margin-bottom: 20px !important;
}

#factsBox{
	padding: 0 0 0 0px;
}

#bulletFacts {
	float: left;
	margin-left: 110px;
		padding: 0 0 0 20px;
}

#bulletFacts ul{
	list-style-image: url("http://redrockfiresystems.com/wp-content/themes/thesis_151/custom/images/RR-Web-checkmark-box.png");
	font-size: 14px;
	display: list-item;
}

#bulletFacts li{
	padding-left: 5px;
}
	


#fireFactsContainer{
	/*background-image: url("http://redrockfiresystems.com/wp-content/themes/thesis_151/custom/images/RR-Web-FireFactsBoxBackground.png"); */
	margin-right: 45px;
	margin-top: -70px;
	background-repeat: no-repeat;
	float: right;
	width: 120px;
	height: 160px;
	max-width: 120px;
	max-height: 160px;
}
#fireFactsContent{
	margin: 15px 10px 15px 10px;
}

#fireFactsContainer hr{
	width: 100px;
	margin: 2px 0 4px 0;
	height: 2px;
	color: #D69C76;
	background-color: #D69C76;
}

.fireFactsYears{
	clear: both;
	margin-left: 30px;
	margin-bottom: 10px;
}


/*--- NEWSFEED ---*/

#newsSidebar{
	float: left;
	width: 150px;
}

#newsSidebar li{
	list-style-type: none;
}

#categoryList{
	padding: 25px 0 10px 10px;
}

#categoryListTitle{
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 10px;
}

#categoryList li a{
	color: #fff;
	font-size: 14px;
}

#newsFeed{
	float: left;
	width: 705px;
	margin: 25px;
}

#newsFeed h2{
	font-size: 24px;
}

.newsFeedPost{
	margin-bottom: 30px;
}

#newsFeed blockquote{
	background-color: #444444;
	border: none;
	color: #b3b3b3;
	margin: 10px 40px;
	padding: 10px;

}

#previousPost{
	font-size: 18px;
}

#newsFeed img{
	display: block;
	margin-bottom: 10px;
}

/* Miscellaneous classes */

.endCap{
	clear: both;
	width: 100%;
}
