@charset "utf-8";
/*  ---------------------------------------
	
	main.css
	````````
	main stylesheets document for
	Triton Custom Homes
	
    ---------------------------------------  */


/*  ---------------------------------------
	Global 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, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: none; text-decoration: none; }

		ul { list-style: none; }
		
		

/*  ---------------------------------------
	Global rules and typography
	- - - - - - - - - - - - - - - - - - - -  */
	
		body {
	color: #fff;
	font-family: Verdana, Arial, sans-serif;
	margin: 0 auto;
	text-align: center;
	background-color: #034364;
	background-image: none;
		}
		
		#container {
			width: 1002px;
			background: transparent url(../images/bg_container.png) repeat-y top center;
			color: inherit;
			margin: 0 auto;
			position: relative;
			overflow: hidden;
		}
		
		#container-inner {
			width: 958px;
			border-left: 2px solid #fff;
			border-right: 2px solid #fff;
			border-bottom: 2px solid #fff;
			margin: 0 20px;
		}
		
		.hr {
			border-top: 1px solid #E9E9E9;
			margin: .5em 0;
		}
		
		.hidden { display: none; }
		.clear { height: 1%; clear: both; }
		.left { float: left; }
		.right { float: right; }
		
		.clearfix:after {
			content: ".";
			display: block;
			height: 0;
			clear: both;
			visibility: hidden;
		}
		
		.clearfix {display: inline-block;}
		.no-background { background: none !important; }
		
		/* Hides from IE-mac \*/
		* html .clearfix {height: 1%;}
		.clearfix {display: block;}
		/* End hide from IE-mac */


/*  ---------------------------------------
	Header
	- - - - - - - - - - - - - - - - - - - -  */
	
		#header {
	position: relative;
	z-index: 100;
	height: 130px;
	border-top: 10px solid #921B1F;
	color: inherit;
	background-color: #ffffff;
		}
			#header h1 {
	width: 246px;
	height: 116px;
	text-indent: -999em;
	/* background: transparent url(../images/logo_triton.png) top left no-repeat; */
	color: inherit;
	position: absolute;
	top: 15px;
	left: 62px;
	z-index: 101;
			}
			#header h1.home {
	top: 5px;
	left: 52px;
			}

				#header h1 a {
					display: block;
					width: 226px;
					height: 96px;
					background: transparent url(../images/logo_triton.gif) top left no-repeat;
					outline: none;
					color: inherit;
				}
				#header h1.home a {
					display: block;
					width: 246px;
					height: 116px;
					background: transparent url(../images/logo_triton.png) top left no-repeat !important;
					outline: none;
					color: inherit;
				}
			
			#header #phone {
				position: absolute;
				top: 55px;
				right: 70px;
				background-color: transparent;
				color: #034364;
				font-size: .8em;
				font-weight: bold;
			}
			
.menu {
	position: absolute;
	top: 50px;
	right: 70px;
	z-index: 101;
}
#nav-primary {
	padding: 0;
	margin: 0;
	list-style-type: none;
	font-size: 15px;
}
#nav-primary li {
	display: inline;
	position: relative;
	float: left;
	border-left: 1px solid #cccccc;
	margin-left: 10px;
	padding-left: 10px;
}
	#nav-primary li.menu_item_192 {
		border-left: none;
		margin-left: 0;
		padding-left: 0;
	}
#nav-primary a {
	line-height: 30px;
	text-decoration: none;
	color: #034364;
}
	#nav-primary .menu_item_84 a {
		color: #0b9825;
	}
#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 {
	color: #921B1F;
}
#nav-primary ul {
	visibility: hidden;
	position: absolute;
	top: 100%;
	left: -1px;
	border-top: 1px solid #cccccc;
	width: 130px;
	height: 0;
}
	#nav-primary li:hover ul,
	#nav-primary a:hover ul {
		visibility: visible;
	}
	#nav-primary .menu_item_8 ul,
	#nav-primary .menu_item_14 ul {
		display: none;
	}
#nav-primary ul li {
	margin: 0;
	border: none;
	padding: 0;
}
#nav-primary ul a,
#nav-primary .current_parent ul a {
	display: block;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	padding: 5px 10px;
	width: 108px;
	text-align: left;
	line-height: 18px;
	font-size: 13px;
	font-weight: normal;
	color: #034364;
	background-color: #efefef;
}
#nav-primary ul a:hover {
	background-color: #BCC0C5;
}
#nav-primary table {
	position: absolute;
	top: 0;
	left: 0;
	border-collapse: collapse;;
}
	


/*  ---------------------------------------
	Masthead
	- - - - - - - - - - - - - - - - - - - -  */
	
		#masthead {
	background-color: #751619;
	color: #fff;
	text-align: left;
	font-size: .9em;
	padding: 30px 0 35px;
	border-right-width: 345px;
	border-right-style: solid;
	border-right-color: #921B1F;
		}
			
			#masthead #masthead-pad {
				padding: 0 70px;
			}
		
			#masthead h2 {
	font: normal 28px 'Century Gothic', 'Arial', sans-serif;
	margin-bottom: 0;
			}
		
			#masthead a {
				background-color: transparent;
				color: #fff;
				text-decoration: none;
			}
			
			#masthead a:hover {
				text-decoration: underline;
			}
			
			/* hide testimonials and portfolio */
			#testimonials div, #portfolio div {
				display: none;
			}
	


/*  ---------------------------------------
	Content
	- - - - - - - - - - - - - - - - - - - -  */
	
		#content {
	background-color: #fff;
	color: #555555;
	text-align: left;
	font-size: 0.8em;
	padding: 40px 0;
		}
		
			#content-pad {
				padding: 0 70px;
			}
		
			#content p {
				margin-bottom: 1em;
			}
			
			#content a {
				text-decoration: underline;
				background-color: transparent;
				color: #921B1F;
			}
			
			#content a em {
				text-decoration: underline;
			}
			
			#content a:hover {
				background-color: transparent;
				color: #333;
			}
			
			#content blockquote {
				padding-top: 29px;
				background: transparent url(../images/icon_quote.gif) no-repeat 0 0;
				color: inherit;
				font-style: italic;
			}



/*  ---------------------------------------
	Main
	- - - - - - - - - - - - - - - - - - - -  */
	
		#main {
			float: left;
			width: 503px;
			padding-right: 40px;
			border-right: 1px solid #ccc;
		}
		
			#main p {
	margin-bottom: 20px;
	line-height: 20px;
	text-align: justify;
			}
			
			#main p.intro {
				font-size: 1.1em;
			}
#main ul, #main ol {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 20px;
}
#main ul li, #main ol li {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	list-style-type: disc;
	line-height: 20px;
}
		
			#main h3 {
	background-color: transparent;
	color: #054465;
	margin-bottom: 10px;
	font: normal 20px 'Century Gothic', 'Arial', sans-serif;
			}
			
			#main h4 {
				background-color: transparent;
				color: #054465;
				margin-bottom: .5em;
				font: normal 16px 'Century Gothic', 'Arial', sans-serif;
			}
			#main .project-left {
	margin-top: 0px !important;
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 20px;
}
			#main .project-left img {
	float: left;
	margin-right: 20px;
	width: 245px;
	height: 80px;
			}
				#main .project-left-text img {
					width: auto;
					height: auto;
				}
			
			#main .project-right img {
	float: right;
	margin-left: 20px;
	width: 245px;
	height: 80px;
			}
			#main .project-left-text {
				float: left;
			}
			#main .project-left p, #main .project-right p {
	background-color: transparent;
	color: #666;
	margin: 0px;
	padding: 0px;
			}
			#main .project-left-description {
				display: none;
			}
			
			#main .project-right {
				text-align: right;
				margin-top: 0px !important;
				margin-bottom: 20px;
				border-bottom-width: 1px;
				border-bottom-style: solid;
				border-bottom-color: #CCCCCC;
				padding-bottom: 20px;
			}
			
			#main .project-right h4 {
	background-color: transparent;
	color: #921B1F;
	padding-top: 5px;
	margin-bottom: 3px;
	font-size: 1.5em;
			}
			#main .project-left h4 {
	background-color: transparent;
	color: #921B1F;
	padding-top: 25px;
	margin-bottom: 3px;
	font-size: 22px;
			}
#main hr {
	padding: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

.post {
	padding-bottom: 40px;
}


/*  ---------------------------------------
	Sidebar
	- - - - - - - - - - - - - - - - - - - -  */
	
		#sidebar {
			float: right;
			width: 245px;
		}
	
			#sidebar .widgettitle,
			#sidebar .widgettitle a,
			#sidebar h3 {
				background-color: transparent;
				color: #034364;
				text-transform: uppercase;
				text-decoration: none;
				margin-bottom: 11px;
				font-size: 15px;
			}
			
			#sidebar a p {
				background-color: transparent;
				color: #666;
			}
			
			#sidebar blockquote {
				margin-top: 2em;
			}
			
			#sidebar cite {
				font-style: normal;
				font-weight: bold;
				display: block;
			}
			
			#sidebar .section {
				margin-bottom: 40px;
			}
			
			#sidebar #sidenav {
	margin-bottom: 4em;
	border-top: 1px solid #E9E9E9;
			}
			
				#sidebar #sidenav li {
	border-bottom: 1px solid #E9E9E9;
				}
				
				#sidebar #sidenav a:link, #sidebar #sidenav a:visited {
	text-decoration: none;
	display: block;
	padding-top: 1em;
	padding-right: 0;
	padding-bottom: 1em;
	padding-left: 10px;
				}
				
				#sidebar #sidenav a:hover,
				#sidebar #sidenav a:active,
				#sidebar #sidenav .current_page_item a,
				#sidebar #sidenav .current-cat a {
					text-decoration: underline;
					background-color: transparent;
					color: #034364;
				}
				
				#sidebar #sidenav .current_page_item a,
				#sidebar #sidenav .current-cat a {
	text-decoration: none;
	color: #034364;
	background-color: #EFEFEF;
	padding-left: 10px;
				}
#sidebar #contact-box {
	margin-bottom: 20px;
}
#sidebar #contact-box p strong {
	font-size: 14px;
	font-weight: bold;
	color: #921B1F;
}
.widget_rss {
	list-style-type: none;
}
.widget_rss img {
	display: none;
}
.widget_rss li {
	margin-bottom: 15px;
}
.widget_rss li a {
	font-style: italic;
}
.rss-date {
	display: block;
}



/*  ---------------------------------------
	Footer
	- - - - - - - - - - - - - - - - - - - -  */
	
		#footer {
	color: #fff;
	text-align: left;
	font-size: .75em;
	padding: 40px 0 20px 0;
	background-color: #BCC0C5;
	background-image: none;
	background-repeat: repeat-x;
	background-position: center top;
		}
		
			#footer-pad {
				padding: 0 70px 0 68px;
			}
			
			#footer h4 {
				text-transform: uppercase;
				background-color: transparent;
				color: #034364;
				font-size: 1em;
				margin-bottom: .25em;
			}

			#footer a {
				background-color: transparent;
				color: #fff;
				text-decoration: underline;
			}
			
			#footer a:hover {
				background-color: transparent;
				color: #921B1F;
			}
			
		#footer #featured-work {
			float: left;
			width: 242px;
			min-height: 110px;
			height: auto !important; /* "Min-Height Fast Hack" by Dustin Diaz */
		  height: 110px; /* for IE 6 */
			padding-right: 28px;
		}
			
			#footer #featured-work ul {
				float: left;
				margin-bottom: 1em;
			}
			
				#footer #featured-work ul li {
					float: left;
					display: inline;
					margin-right: 3px;
				}
			
		#footer #nav-secondary {
			float: left;
		}
		
			#footer #site-links {
				float: left;
				width: 116px;
				border-left: 1px solid #bcbcbc;
				padding-left: 28px;
				min-height: 110px;
				height: auto !important; /* "Min-Height Fast Hack" by Dustin Diaz */
			  height: 110px; /* for IE 6 */
			}
			
			#footer #site-info {
				float: left;
				width: 101px;
			}

			#footer #nav-secondary a {
				text-decoration: none;
			}
			
			#footer #nav-secondary a:hover {
				text-decoration: underline;
			}
	
		#footer #extra {
	float: left;
	width: 220px;
	margin-left: 29px;
	padding-left: 29px;
	border-left: 1px solid #bcbcbc;
	min-height: 110px;
	height: auto !important; /* "Min-Height Fast Hack" by Dustin Diaz */
	height: 110px; /* for IE 6 */
		}
		
			#footer #extra p {
				font-size: 1.1em;
			}
		
			#footer #extra .phone {
				background-color: transparent;
				color: #921B1F;
				font-size: 16px;
				font-weight: bold;
			}
			#footer #extra .addtoany_list a {
				display: block;
				margin: 5px 0 5px -10px;
			}
#icons a {
	outline: none;
}
#footer .social-icon {
	margin: 5px 5px 5px 0;
	width: 35px;
	height: 35px;
}



/*  ---------------------------------------
	Copyright
	- - - - - - - - - - - - - - - - - - - -  */
	
		#copyright {
			font-size: .75em;
			width: 1002px;
			margin: 0 auto;
			padding: 18px 0;
			text-align: center;
			background: transparent url(../images/bg_copyright.png) no-repeat top center;
			color: #B0AFAF;
		}
		
			#copyright p {
				text-align: left;
				margin-left: 70px;
			}
			
			#copyright a {
				background-color: transparent;
				color: #B0AFAF;
				text-decoration: none;
			}
			
			#copyright a:hover {
				background-color: transparent;
				color: #fff;
				text-decoration: underline;
			}
			

/*  ---------------------------------------
	Sitemap Generator
	- - - - - - - - - - - - - - - - - - - -  */
	
	.ddsg-wrapper h2, .ddsg-wrapper p {
		display: none;
	}
	
		.ddsg-wrapper ul {
			margin-bottom: 1.5em;
		}
	
		.ddsg-wrapper ul li {
			background: transparent url(../images/icon_bullet.gif) no-repeat 0 7px;
			color: inherit;
			padding-left: 9px;
			margin-bottom: 5px;
			font-weight: bold;
		}
		
			.ddsg-wrapper ul ul {
				margin-left: 10px;
				margin-bottom: 10px;
			}
			
			.ddsg-wrapper ul ul li {
				margin-top: 5px;
				font-weight: normal;
				background: transparent url(../images/icon_bracket.gif) no-repeat 0 5px;
				color: inherit;
				padding-left: 10px;
			}

