/*  ---------------------------------------
	
	home.css
	````````
	home page stylesheets document for
	Triton Custom Homes
	
    ---------------------------------------  */


/*  ---------------------------------------
	Masthead
	- - - - - - - - - - - - - - - - - - - -  */

#header {
	margin-bottom: -130px;
	background: url(../images/header-bg.png) repeat-x;
}
#nav-primary a,
#nav-primary a:hover,
#nav-primary .current_page a,
#nav-primary .current_parent a,
#nav-primary :hover > a,
#nav-primary ul a:hover,
#nav-primary .current_parent ul a:hover,
#nav-primary ul :hover > a,
#nav-primary .menu_item_84 a {
	color: #ffffff;
}
#masthead {
	color: #fff;
	height: 530px;
	font-weight: bold;
	border-right: none;
}
#masthead h2 {
	margin-bottom: 1em;
	font-size: 18px;
}
#masthead.photo-1 {
	background: #921B1F url(../images/masthead_photo_1.jpg) no-repeat top left;
}
#masthead.photo-2 {
	background: #921B1F url(../images/masthead_photo_2.jpg) no-repeat top left;
}
#masthead.photo-3 {
	background: #921B1F url(../images/masthead_photo_3.jpg) no-repeat top left;
}
#stripe {
	position: absolute;
	top: 475px;
	right: 22px;
	z-index: 100;
	background: url(../images/stripe-bg.png) left top repeat-x;
}
#stripe a {
	display: block;
	padding: 0 25px;
	outline: none;
	line-height: 40px;
	font-size: 24px;
	color: #ffffff;
}



/*  ---------------------------------------
	Main
	- - - - - - - - - - - - - - - - - - - -  */
	
	#main {
			width: 526px;
			padding-right: 25px;
		}
		
			#main h3 {
				background-color: transparent;
				color: #034364;
				text-transform: uppercase;
				margin-bottom: 11px;
				font: bold 15px 'Verdana', 'Arial', sans-serif;
			}
	
			#main #about-us {
				float: left;
				width: 224px;
				border-right: 1px solid #ccc;
				padding-right: 38px;
				margin-right: 38px;
			}
			
			#main #testimonials {
				float: left;
				width: 224px;
			}
			#main #testimonials #testimonials-slideshow {
				display: block;
				margin-bottom: 10px;
				width: 207px;
			}
			#main #testimonials #testimonials-slideshow p {
				width: 207px;
			}
			
			#main blockquote {
				margin-bottom: 1.5em;
			}
		
		

/*  ---------------------------------------
	Sidebar
	- - - - - - - - - - - - - - - - - - - -  */
			
			#sidebar {
				width: 225px;
			}
			#sidebar a p {
				background-color: transparent;
				color: inherit;
			}
			
			#sidebar #portfolio p {
				margin-bottom: 2em;
			}
