/* @override 
	http://localhost:8888/FinecraftWebsite/_Site/css/screen.css
	http://localhost:8888/FinecraftWebsite/_Site/wp-content/themes/finecraft2011/css/screen.css
	http://www.finecraftcontractors.com/wp-content/themes/finecraft2011/css/screen.css
*/

/* @group Top Level */

a {
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	color: black;
}

a:hover {
	font-weight: normal;
	font-style: normal;
	text-decoration: underline;
	color: #851315;
}

body {
	background-image: url(../img/bkrd.jpg);
	background-color: #e3e4de;
	font: 16px/1.4 TTReg, "Lucida Grande", Lucida, Verdana, sans-serif;
	position: relative;
	color: #5e5e5e;
	overflow: auto;
}

img, div { behavior: url(iepngfix.htc) }

.gradient {
		background: url(../img/Gradient-bkrd.gif) repeat-x;
	background: #e8e6e3; /* Old browsers */
background: -moz-linear-gradient(top, #e8e6e3 0%, #f7f6f3 63%, #ffffff 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e8e6e3), color-stop(63%,#f7f6f3), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #e8e6e3 0%,#f7f6f3 63%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #e8e6e3 0%,#f7f6f3 63%,#ffffff 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, #e8e6e3 0%,#f7f6f3 63%,#ffffff 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e6e3', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, #e8e6e3 0%,#f7f6f3 63%,#ffffff 100%); /* W3C */

}

.icon {
	float: left;
	margin-right: 15px;
}

iframe {
	margin-bottom: 30px;
}

/* @end */

/* @group Text */

h2 {
	font-size: 22px;
	margin-bottom: 10px;
	text-transform: uppercase;
	color: black;
}

h3 {
	font: italic 15pt Georgia, "Times New Roman", Times, serif;
	color: #851315;
	margin-bottom: 14px;
}

h4 {
	color: #851315;
	font-size: 16px;
}



/* @end */

/* @group CTA */

.mainCTA h1 {
	color: black;
	font: italic 28px Georgia, "Times New Roman", Times, serif;
	margin-bottom: 5px;
}

.mainCTA h2 {
	font-size: 20px;
	margin-bottom: 0;
	text-transform: capitalize;
}

.mainCTA {
	border-top: 1px solid #edece7;
	border-bottom: 1px solid #edece7;
	padding-bottom: 20px;
	margin-top: 60px;
	margin-bottom: 30px;
	padding-top: 20px;
	display: block;
}

.mainCTA h1, .mainCTA h2 {
	float: left;
}

.smallCTA {
	color: #60080a;
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
background: #ebeae5; /* Old browsers */
background: -moz-linear-gradient(top, #ebeae5 29%, #b0b1af 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(29%,#ebeae5), color-stop(100%,#b0b1af)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #ebeae5 29%,#b0b1af 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #ebeae5 29%,#b0b1af 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, #ebeae5 29%,#b0b1af 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebeae5', endColorstr='#b0b1af',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, #ebeae5 29%,#b0b1af 100%);
	border: 2px solid #cacbcb;
	padding: 7px 10px 5px 15px;
	text-transform: uppercase;
	font-size: 14px;
	display: block;
	width: 50%;
	margin-top: 20px;
}

.bigCTA {
	width: 200px;
	border: 2px solid white;
	float: right;
-webkit-border-radius: 7px;
-moz-border-radius: 7px;
border-radius: 7px;
-webkit-box-shadow: 0px 0px 5px 2px #a6a6a6;
-moz-box-shadow: 0px 0px 5px 2px #a6a6a6;
box-shadow: 0px 0px 5px 2px #a6a6a6;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	padding: 12px 10px 10px 20px;
}

.bigCTA img, .smallCTA img {
	float: right;
	width: 16px;
	height: 16px;
}

.bigCTA.red {
	
background: #861316; /* Old browsers */
background: -moz-linear-gradient(top, #861316 29%, #5e0303 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(29%,#861316), color-stop(100%,#5e0303)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #861316 29%,#5e0303 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #861316 29%,#5e0303 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, #861316 29%,#5e0303 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#861316', endColorstr='#5e0303',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, #861316 29%,#5e0303 100%);
	color: white;
}

.smallCTA.tan {
	
}

.bigCTA.red a:hover {
	text-decoration: underline;
}

.bigCTA.red a {
	color: white;
	font-family: TTMed, "Lucida Grande", Lucida, Verdana, sans-serif;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
}



/* @end */

/* @group Nav */

#navLinks {
	float: right;
	font-family: TTBold;
	margin-top: 15px;
	position: relative;
}

p#phoneNumber {
	float: right;
	position: absolute;
	top: 57px;
	right: 0;
	font-size: 18px;
}

div#header-container {
	background-color: black;
	color: #edece7;
	border-bottom-style: dotted;
	border-bottom-width: 2px;
	height: 60px;
	margin: auto;
}

.nav{
	list-style:none;
	/* Clear floats */
	float:left;
	width:100%;

}
.menu-item{
	position:relative;
	text-transform: uppercase;
	display: block;
	float: left;
}
.nav a{
	display:block;
	
	text-decoration:none;
	color: white;
	padding: 10px 20px;
}
.nav a:hover{
	background-color: #d9dad4;
	color: black;
}

/*--- DROPDOWN ---*/
.nav ul.sub-menu{
	background: #d9dad4; /* Adding a background makes the dropdown work properly in IE7+. Make this as close to your page's background as possible (i.e. white page == white background). */
	list-style:none;
	position:absolute;
	left:-9999px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	z-index: 10000;
	-webkit-box-shadow: 0px 3px 1px 1px rgba(0, 0, 0, .2);
-moz-box-shadow: 0px 3px 1px 1px rgba(0, 0, 0, .2);
box-shadow: 0px 3px 1px 1px rgba(0, 0, 0, .2);
}
.nav ul.sub-menu li{
	padding-top: 10px; /* Introducing a padding between the li and the a give the illusion spaced items */
	float:none;
}
.nav ul.sub-menu a{
	white-space:nowrap; /* Stop text wrapping and creating multi-line dropdown items */
}
.nav li:hover ul{ /* Display the dropdown on hover */
	left:0; /* Bring back on-screen when needed */
}
.nav li:hover a{ /* These create persistent hover states, meaning the top-most link stays 'hovered' even when your cursor has moved down the list. */
	background: #d9dad4;
	text-decoration: none;
	color: black;
}
	
.nav li:hover ul a{ /* The persistent hover state does however create a global style for links even before they're hovered. Here we undo these effects. */
	text-decoration:none;
	padding-right: 35px;
}

.nav li.subNav {
	background: url(../img/nav-arrow.gif) no-repeat 100%;
	margin-right: 10px;
}
.nav li:hover ul li a:hover{
	color: #851315;
	text-decoration: underline;
	background-color: #edece7;
}

.navUL li a {
	color: white;
	text-decoration: none;
}

a[title=navCTA] {
	color: #851315;
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
background: #ebeae5; /* Old browsers */
background: -moz-linear-gradient(top, #ebeae5 29%, #b0b1af 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(29%,#ebeae5), color-stop(100%,#b0b1af)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #ebeae5 29%,#b0b1af 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #ebeae5 29%,#b0b1af 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, #ebeae5 29%,#b0b1af 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebeae5', endColorstr='#b0b1af',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, #ebeae5 29%,#b0b1af 100%);
	border: 2px solid #474849;
	display: block;
	margin-left: 20px;
	padding: 5px 20px 3px;
	position: relative;
	top: 2px;
}

a[title=navCTA]:hover {
	color: white;
}



/* @end */

/* @group Top */

#logo {
	width: 150px;
	background-color: white;
-moz-border-radius-topleft: 0px;
-moz-border-radius-topright: 0px;
-moz-border-radius-bottomright: 5px;
-moz-border-radius-bottomleft: 5px;
-webkit-border-radius: 0px 0px 5px 5px;
border-radius: 0px 0px 5px 5px;
	padding-top: 10px;
	padding-left: 15px;
	padding-right: 15px;
	float: left;
}

#top-container.home {
	background-image: url(../img/wood-bkrd.jpg);
	border-bottom: 20px solid white;
	position: absolute;
	z-index: -1;
	left: 0;
	width: 100%;
	height: 385px;
	margin-bottom: 125px;
	padding-bottom: 10px;
}

#top-container.inside {
	background-image: url(../img/wood-bkrd.jpg);
	border-bottom: 20px solid white;
	position: absolute;
	z-index: -1;
	left: 0;
	width: 100%;
	height: 215px;
}

#insideTitle {
	width: 960px;
	position: relative;
	right: 30px;
	padding: 10px 20px 30px;
	background-color: #f2f1eb;
	margin-top: 6px;
	height: 25px;
}

#topQuote {
	margin: 0 auto auto;
	color: white;
	text-align: center;
	padding-top: 65px;
	font: italic 48px Georgia, "Times New Roman", Times, serif;
}



/* @end */

/* @group Main Container */

#mainContainer.home {
	background-color: white;
	padding-top: 30px;
	margin-top: 125px;
	position: relative;
}

#mainContainer.inside {
	background-color: white;
	padding-top: 30px;
	margin-top: 169px;
	position: relative;
	height: 100%;
	overflow: auto;
	clear: right;
	padding-bottom: 50px;
}

#pageintro h1 {
	width: 660px;
	float: left;
	margin-top: 5px;
	font: 17px/1.5 TTReg, "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #5e5e5e;
}

#pageintro {
	margin-top: 30px;
	margin-bottom: 30px;
}

.morebox {
	padding-top: 30px;
	border-top: 1px solid #edece7;
	padding-bottom: 30px;
}



/* @end */

/* @group Home Boxes */

#homeBoxes  {
	padding: 20px;
	width: 900px;
	margin-bottom: 30px;
}

#homeBoxes h1 img {
	float: left;
	clear: both;
	margin-right: 40px;
}

#homeBoxes h1 {
	clear: both;
	display: block;
	height: 120px;
	font: italic 20pt Georgia, "Times New Roman", Times, serif;
	color: #851315;
}

#homeBoxes .grid_4 {
	width: 280px;
}

#homeIMG p {
	margin-bottom: 0;
	padding: 0;
	height: 400px;
}



/* @end */

/* @group Home Bottom */

#homeBottom {
	width: 960px;
	position: relative;
	right: 30px;
	padding: 20px 20px 30px;
	background-color: #d0cdc6;
	border-top: 2px solid #851113;
	margin-top: 30px;
}

p.homeBottomBox {
	display: block;
	position: relative;
	padding-top: 30px;
	padding-left: 80px;
	height: 40px;
	border-top: 1px solid white;
	padding-bottom: 20px;
	border-bottom: 1px solid white;
	margin-top: -1px;
}

p.homeBottomBox img {
	padding-top: 0;
	position: absolute;
	left: 0;
	top: 15px;
}

#homeBottom h2 {
	color: #851315;
	margin-bottom: 20px;
}



/* @end */

/* @group Footer */

#footerContainer a {
	color: white;
}

#like {
	float: left;
	width: 140px;
}

#footer h2 {
	color: white;
}

#footerContainer {
	background-color: black;
	display: block;
	color: white;
	padding-top: 30px;
	line-height: 1.5;
	padding-bottom: 30px;
}

div#copyright {
	font-size: 11px;
	border-top: 2px dotted #fffefe;
	margin-top: 10px;
	padding-top: 10px;
}

#copyright span {
	float: right;

}



/* @end */

/* @group sidebar */

#sidebar ul li.current_page_item a {
	left: 0;
	padding-left: 30px;
	background: #f9f9f6 url(../img/sidebar-current.gif) no-repeat 10px;
}

#sidebar ul li.consult a {
	border-style: none;
	margin-top: 100px;
	border-bottom-style: none;
}

#sidebar ul li a {
	font: 16px TTReg, "Lucida Grande", Lucida, Verdana, sans-serif;
	color: black;
	border-bottom: 1px solid #cacbcb;
	margin-bottom: 0;
	padding-top: 15px;
	padding-bottom: 15px;
	display: block;
	text-decoration: none;
	padding-left: 10px;
	margin-left: 10px;
	margin-right: 20px;
}

#sidebar ul li a:hover {
	background-color: white;
}

#sidebar h1 {
	font-size: 24px;
	color: black;
	padding: 20px 20px 10px;
}

#sidebar {
	width: 260px;
}



/* @end */

/* @group Inside */

ul.client-list {
	float: left;
	width: 225px;
}

#clients ul.client-list li {
	margin-top: 10px;

}

#more2 img, #more3 img, #more4 img {
	border: 1px solid #c3c3c3;
	-webkit-box-shadow: 0px 1px 5px 1px rgba(1, 1, 1, .6);
-moz-box-shadow: 0px 1px 5px 1px rgba(1, 1, 1, .6);
box-shadow: 0px 1px 5px 1px rgba(1, 1, 1, .2);
}

#ss {

	margin-left: 11px;
}

.gradient h2 {
	font-size: 20px;
	text-transform: capitalize;
}

.inside-boxes.gradient {
	padding: 15px;
	width: 185px;
	margin-top: 30px;
	margin-left: 10px;
}

#clients.gradient {
	padding: 15px;
	width: 910px;
	margin-top: 30px;
	margin-left: 10px;
}

#inside-main h1, #gallery h1{
	font-size: 25pt;
	color: black;
	margin-bottom: 30px;
}

#inside-main h2{
	font-size: 22px;
	color: #851315;
	text-transform: capitalize;
}

#inside-main p + h2, #inside-main p + h3{
	padding-top: 30px;
}

#inside-main p {
	margin-bottom: 10px;
}

#inside-main li {
	list-style-type: circle;
	list-style-position: inside;
}

#inside-main ul {
	margin-bottom: 10px;
}

#breadcrumbs {
	margin-top: 70px;
	color: white;
	z-index: 1000;
}

#breadcrumbs a {
	color: white;
}

#insideTitle h1 {
	color: #851315;
text-shadow: ##430405 -1px -1px 0;
	font: 35px TTMed, "Lucida Grande", Lucida, Verdana, sans-serif;
	margin-top: 7px;
}



/* @end */

/* @group Gallery */

#gallery-sort {
	margin-bottom: 25px;
	border-bottom: 1px dotted #cacbcb;
	padding-bottom: 20px;
}

#gallery-sort ul li:first-child {
	background-image: none;
}

#gallery-sort ul li {
	float: left;
	color: #851315;
	list-style-image: none;
	list-style-position: inside;
	background: url(../img/icons/gallery-plus.gif) no-repeat;
	margin-left: 30px;
	padding-left: 25px;
	font-size: 16px;
}

#gallery-sort ul li a {
	text-decoration: none;
	color: #851315;
}

#gallery-sort ul li a:hover {
	text-decoration: underline;
	color: black;
}

#gallery-sort ul {
	float: right;
}

#gallery {
	width: 960px;
}

div.ngg-gallery-thumbnail img {
	float: left;
	margin-right: 5px;
	margin-bottom: 30px;
	margin-left: 5px;
}

#gallery blockquote {
	float: left;
	width: 320px;
}



/* @end */

/* @group testm */

.testm-cont {
	background-image: url(../img/testm-bkrd.gif);
	position: relative;
	padding-bottom: 30px;
	padding-top: 10px;
	min-height: 200px;
}

.testm {
	position: relative;
}

.testm p {
	padding-right: 20px;
	padding-top: 10px;
}

img.quote-bottom {
	margin-bottom: 20px;
}

img.quote-top {
	position: absolute;
	top: 10px;
	left: 0;
}



/* @end */

/* @group resources */

div.resources-loop {
-moz-column-count: 2;
-moz-column-gap: 20px;
-webkit-column-count: 2;
-webkit-column-gap: 20px;
column-count: 2;
column-gap: 20px;
}

div.res-post {
	margin-bottom: 20px;
min-height: 150px
}

div.res-post h2 {
}



/* @end */
