/*
Theme Name: Dovetail
Description: A custom template for PCG
*/





@import "typography.css";
* {
	margin:0;
	padding:0;
	outline:0 none;
}

fieldset, form {
	border: 0 none;
}

.clear{ /* 1px prop for opening floated boxs and other fun things. */
	clear:both;
	height:1px;
	width:1px;
	overflow:hidden;
	visibility:hidden
}

.alignright {
	float:right;
	margin:0.2em 0 0.2em 0.75em;
	clear:right
}

.alignleft {
	float:left;
	margin:0.2em 0.75em 0.2em 0;
	clear:left
}

.aligncenter {
	display: block;
	margin: 1em auto;
	clear:both;
	text-align: center;
}

/* Basic layout */
html {
	margin:0;
	padding:0;
	background:url(http://luxuryconcretebuildingproducts.com/precisionwp/wp-content/uploads/2009/10/background.jpg) repeat-x left top #E3DBD1;
	height: 100%;
	min-width: 950px;
}
body{
	color:#6f6060;
	margin:0;padding:0;
}
/* #layer1 {
	background:url(images/background.png) repeat-x center 105px transparent;
} This repeats along the bottom of the header area, if you need it */

#container{
	width:950px;
	margin:0 auto;
	min-height:100%;
	position: relative;
}
#topnav {		height:100px;
		width:950px; background: url(images/header-bg.jpg) no-repeat center bottom;
		position: relative;
		top: 0px;
		z-index:0;
}
#logo {float:left; margin-top:5px;}
ul.navigation {float:right; margin-top:30px;}
ul.navigation li {float:left; list-style:none; background:#8CB134; padding:10px; margin-left:5px; border:1px solid #B7D56F;}
ul.navigation li a {color:#000; text-decoration:none; font-weight:bold;}
	#header{
		height:220px;
		width:950px;
		position: relative;
		top: 0px;
		z-index:0;

	}

	#documentBody {
		position: relative;
		padding: 42px 20px 20px;
		margin-bottom: 0px;
		width: 910px;
		background: url(images/content.gif) no-repeat top center transparent
	}
		#navigationBar {
			position:absolute;
			top:10px;
			right:20px;
			width:415px;
			height:20px;
		}

		#content{
			width:600px;
			display:inline;
			float:left;
		}
		div#stretchContent{
			width: 900px;
			display: inline;
			float: left;
		}

		#sidebar{
			width:290px;
			margin-left: 620px;
			z-index: 10;
		}
		div#homeFooter {
			clear:both;
			width:100%; 
			background: url(http://luxuryconcretebuildingproducts.com/precisionwp/wp-content/uploads/2009/10/footer.jpg) repeat-x top transparent; 
			padding-top:5px;
			margin-top: 50px;
			text-align: center;
		}
		div#footer {
			clear:both;
			width:100%; 
			background: url(http://luxuryconcretebuildingproducts.com/precisionwp/wp-content/uploads/2009/10/footer.jpg) repeat-x top transparent; 
			padding-top:5px;
			margin-top: 275px;
			text-align: center;
		}
		div#socialsites{
			float: right;
			margin: -5px 0px 0px 57.5px;
			z-index: 10;
			position: absolute;
		}
		div#lastModified{
			margin: -25px 0px 0px 7px;
			float: left;
			position: absolute;
	
		}
#footer span.footerLink {margin-top:10px;}
		#footer * {
			color:#F0EBE8; font-weight:bold;
		}

/* Header */
#titles{
	margin:0;
	position: absolute;
	top: 0px;
	left: 0px;
}
	.login a:hover,
	h1#siteTitle a:hover {
		color:#fe6
	}

	.login{
		position:absolute;
		right: 0; display:none;
		z-index: 10;
	}

	.login,
	.login a{
		color:#666666;
		font-size:8pt;
		background-color:transparent;
	}

	/* Navigation Bar */

	#headerPages {
		width:500px;
	}

	#headerPages li {
		list-style-type: none;
		display:inline;
		margin-right: 10px;
	}

	#headerRSS {
		position:absolute;
		width: 70px; display: none;
		height: 70px;
		left:-9px;
		top:-45px;
	}

	#headerSearcher {
		position: absolute;
		right: 0;
		top: 0;
		height: 35px;
		width:290px;
	}

	#headerSearcher .searchInput {
		border:0 none;
		padding: 2px 10px;
		overflow:hidden;
		background-color:transparent;
		width: 250px;
		height: 16px;
	}

	#headerSearcher .searchSubmit  {
		line-height:20px;
		height: 16px;
		border: 0 none;
		background-color: transparent;
		background: url(images/search.gif) no-repeat left top transparent;
		position: absolute;
		right: 0;
		top:0;
		width: 20px;
		height: 20px;
	}
	.searchInput {
		color:#999
	}
	.searchForm {position:relative}

.errorMessage {
	position: absolute;
	color: #900;
	background-color: #fff;
	padding: 5px 20px;
	border:solid 1px #990000;
	top: -10px;
	left:-10px;
	font-weight: bold;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
	.searchInput.focused {
		color: #000;
	}

/* Posts */
.postFrame{
	margin-bottom:24px;
	width:600px;
	position:relative;
	overflow:hidden;
}

	.postFrameTop,
	.postFrameBottom{
		width:600px;
		height:16px;
		background:url(images/post.png) no-repeat -1200px 0px transparent;
		display:block;
	}

	.postFrameTop{
		background-position: -600px 0px;
	}


	.postContent{
		background:url(images/post.png) repeat-y 0 0 white;
		padding:0 12px 0px 12px;
		width:576px;
	}
	.commentmetadata  *,
	.commentmetadata,
	.postMeta,
	.postMeta *{
		font-size:8pt;
		color: #999;
	}

	.postBody {
		padding-top: 0.5em;
		clear:both;
	}
.postBody h2 {border-bottom:1px solid #BFB5B3; color:#3F200C; margin-top:15px; font-size:18px;}
	.postFooter {
		margin-top: 1em;
		padding: 0.5em 0.65em 0.5em;
		background-color: #ccc5bd;
/*		background:url(images/post-footer.jpg) no-repeat center bottom white; */
	}
	.postFooter .postCategories {
		width: 280px;
		list-style-type:none;
		margin-bottom:0;
		float: left;
	}

	.postFooter .postTags {
		margin-left: 290px;
	}
	.postFooter strong{
		display: block;
	}

/* Post body stuff. */

.editMeLink {
	position:relative;
	left:4em
}

/* Foot of post/page  section */
#pageNavigation {
	margin-bottom: 1em;
	font-size: 18px;
	line-height:1.5em;

}
#pageNavigation a {
	color: #fe3;
	text-decoration:none;
}
#pageNavigation a:hover {
	color: #fec;
	text-decoration:underline;
}


#previousPosts  {
	width: 40%;
	float:left
}
#nextPosts {
	margin-left:300px;
	width:300px;
	text-align:right;
}

/* Widgets */
.widget{
	width:290px;
	margin-bottom:12px
}

.widgetCentre,
.widgetTop,
.widgetBottom{
	width:290px;
	height:16px;
	background:url(images/widget.png) no-repeat -580px 0 transparent;
	display:block;
	color:black;
}

.widgetTop {
	background-position:-290px 0;
}

.widgetCentre{
	overflow:hidden;
	background-position:0 0;
	background-repeat:repeat-y;
	width:270px;
	height:auto;
	padding:0 10px;
}

.widget ul li {
	list-style-type: none;
}

.widget ul {
	margin-left: 16px;
	list-style-type: none;
}

.expandToggle {
	cursor:pointer;
	display:inline-block;
	position:relative;
	left:-16px;
	margin-right: -10px;
	height: 9px;
	width: 9px;
	background: url(images/plusminus.gif) no-repeat 0 0 transparent;
	overflow:hidden;
}
.expandToggle.active {
	background-position: 0 -9px;
}


/* Some of the default widgets need a little bit of attention */
table#wp-calendar{
	margin:0 auto 10px auto
}

table#wp-calendar th{
	width: 25px
}

table#wp-calendar tr{
	height: 25px;
	line-height:2em;
	text-align:center
}

table#wp-calendar td{
	border:solid 1px #f3f3f3;
	color: silver;
	background-color:white;
	padding:0;
	margin:0
}

table#wp-calendar td a{
	background-color: #f3f3f3;
	color:#6F6060;
	display: block;
	line-height: 2.1em;
	width:100%;
	height:2.1em
}

table#wp-calendar td a:hover{
	color:black;
	background-color: silver
}

table#wp-calendar td.pad{
	border:0
}

table#wp-calendar caption{
	font-size:18pt;
	margin:0 auto 10px auto
}

div.widget_calendar h3{
	display:none
}

/* Comments */
#commentsBlock {margin-top: 16px;}
#commentlist li {list-style-type: none;}
#commentlist li.depth-1{width: 580px;}
#commentlist li.depth-1 li {margin-left: 20px; }

#commentlist ul ul {
}
#commentlist li > div {
	padding: 5px;
	border: solid 1px;
	margin-bottom: 1em;
}

#commentlist li.even > div {		background-color: #ffffff;}
#commentlist li.odd > div {			background-color: #efefef;}
#commentsBlock li.bypostauthor > div:first-child .avatar {border:solid 2px #aa0;padding:1px;background-color:#fff;}

#commentlist .toggle {
	cursor:pointer;
	border:solid 1px;
	background-color: #eeeeff;
	padding: 5px;
	line-height: 16px;
	margin-bottom: 1em;
}
#commentlist .toggle span.posterName {
	font-weight:bold;
	font-style:oblique;
}

#commentlist .depth-1 div,
#commentlist .depth-2 div  {border-color:#ddd}
#commentlist .depth-3 div  {border-color:#aa0}
#commentlist .depth-4 div  {border-color:#0a0}
#commentlist .depth-5 div  {border-color:#00a}
#commentlist .depth-6 div  {border-color:#aa0}
#commentlist .depth-7 div  {border-color:#0a0}
#commentlist .depth-8 div  {border-color:#00a}
#commentlist .depth-9 div  {border-color:#aa0}
#commentlist .depth-10 div {border-color:#0a0}

#commentlist .depth-2  .toggle {background-color:#ffd;border-color:#aa0}
#commentlist .depth-3  .toggle {background-color:#dfd;border-color:#0a0}
#commentlist .depth-4  .toggle {background-color:#ddf;border-color:#00a}
#commentlist .depth-5  .toggle {background-color:#ffd;border-color:#aa0}
#commentlist .depth-6  .toggle {background-color:#dfd;border-color:#0a0}
#commentlist .depth-7  .toggle {background-color:#ddf;border-color:#00a}
#commentlist .depth-8  .toggle {background-color:#ffd;border-color:#aa0}
#commentlist .depth-9  .toggle {background-color:#dfd;border-color:#0a0}
#commentlist .depth-10 .toggle {background-color:#ddf;border-color:#00a}

#trackbackList { margin-left: 2em;}
#trackbackList .says {display:none}
#trackbackList li { margin-bottom: 1em;}

.vcard { font-size: 16px; }
.avatar {
	float: left;
	margin-right: 5px;
}
.comment div.commentmetadata {
	margin-bottom: 5px;
}
.comment div.reply {
	width:100%; /*IE7 FIX*/
}

.comment div.reply a {
	text-align:right;
	padding-right: 21px;
	overflow:hidden;
	background-color:#666;
	display:block;
	height: 16px;
	margin-top: 5px;
	background: url(images/reply.gif) no-repeat 100% 0 transparent;
}
.comment div.reply a:hover {
	background-position: 100% -16px;
}

.toggle span.upArrow {
	width: 16px;
	height: 16px;
	margin-left: 10px;
	display: inline-block;
	overflow: hidden;
	background: url(images/uparrow.gif) no-repeat 0 0 transparent;
}
.toggle:hover span.upArrow { /* This'll fail in IE6. */
	background-position: 0 -16px;
}

#commentForm { margin-top: 20px}
#commentForm label {font-weight:bold;display:inline}
#author, #email, #url, #comment {
	border: solid 1px #ddd;
	margin-bottom: 10px;
	vertical-align: text-top;
	width: 50%;
}
#author, #email, #url{
	margin-right:10px;
}


#comment {width: 572px; background: 98% 95% #fff; max-width: 572px;}
.commentSubmit {text-align: right;}
.commentSubmit a {color: #900;margin-right:2em;}
.commentSubmit a:hover {color: #f00;}

.wp-caption {
	padding: 5px 0;
	text-align:center;
	border: solid 1px #eee;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.wp-caption img {
	margin: 0;
}

p.wp-caption-text{
	font-size: 10px;
	margin: 0;
	padding: 0.25em 0 0 0;
}


div.postDate{
	width: 50px;
	height:60px;
	position: relative;
	top:-4px;
	float:right;
	background:url(images/calendar.gif) no-repeat center center white
}
span.postMonth{
	display:block;
	width:50px;
	text-align:center;
	position:absolute;
	top: 1px;
	color:white;
	font-weight: bold;
	background-color:transparent;
	left: -1px;
}
span.postDay{
	line-height:60px;
	font-size:22pt;
	display:block;
	width:48px;
	height:60px;
	position:absolute;
	letter-spacing:-2px;
	text-align:center;
	font-weight: 900;
	z-index:10;
	top:3px;
	color: #000;
	left: -1px;
}
span.postYear{
	display:block;
	width:50px;
	text-align:center;
	position:absolute;
	bottom:0;
	font-weight: 900;
	bottom: 2px;
	font-size: 7.5pt;
	color: #000;
	left: 0px;
}

input.submit {
	border: 0 none;
	color: #fff;
	font-weight: bold;
	padding: 1px 10px;
	background: url(images/submit.gif) repeat-x left top #000;
}

/* Pagination */

.pageLinks {
	text-align:right
}

#commentPagination, .pageNavigationLinks {
	clear:both;
	text-align: center;
	padding: 1em 0 2em;
}
.page-numbers {
	line-height: 26px;
	height: 26px;
	min-width: 20px;
	padding: 0 3px;
	margin-right: 2px;
	display: inline-block;
	text-align:center;
	text-decoration:none;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;

	background-color: #fff;
	color:#000;
}

a.page-numbers:focus,
a.page-numbers:hover {
	background-color: #ccc;
	color: #333;
}

span.dots,
a.prev, a.next {
	background-color:transparent;
	color: #fff;
}

a.prev, a.next {
	font-size: 200%;
	vertical-align:top;
}

a.prev:focus,
a.next:focus,
a.prev:hover,
a.next:hover {
	color:#ccc;
	background-color:transparent;
}

.current {
	background-color:#ccc;
	color:#999;
}

/*////////////////////*/

.pageLinks .page-numbers,
#commentPagination span.current {
	background-color:#eee;
	color:#ccc;
}

.pageLinks a {text-decoration:none}

.pageLinks a .page-numbers,
#commentPagination .page-numbers {
	color:#5E882F;
	background-color: #ddd;
}
#commentPagination span.dots,#commentPagination a.prev,#commentPagination a.next {
	background-color:transparent;
	color: #333;
}
.pageLinks a:hover .page-numbers,
#commentPagination a.page-numbers:focus,
#commentPagination a.page-numbers:hover {
	background-color: #5E882F;
	color: #fff;
}

#commentPagination a.prev:focus,
#commentPagination a.next:focus,
#commentPagination a.prev:hover,
#commentPagination a.next:hover {
	background-color:transparent;
	color:#5E882F;
}

.rssscroller {height:200px}




/* Buckets */
.bucket{
	width:215px;float:left; background: #fff url(http://luxuryconcretebuildingproducts.com/precisionwp/wp-content/themes/dovetail/images/bg-footer-holder.gif) repeat-x top;
	margin-bottom:12px; margin-left:10px;
}
.bucket p {margin-top:5px;}
.bucketCentre,
.bucketTop,
.bucketBottom{
	width:215px;
	height:16px;

	display:block;
	color:#5F5353;
}

.bucketBottom { border-bottom:1px solid #DFD2C3;}


.bucketCentre{
	overflow:hide;

	width:195px;
	height:375px;
	padding:0 10px;
}
.bucketCentre p{line-height:1.1em; font-size:1em;}
.bucketCentre p a{ font-weight:bold; float:right; background:url(images/plus-minus.gif) no-repeat right top; padding-right:15px; margin-top:5px;}

h2.bucketTitle{ color:#000; line-height:18px; color:#2e0000; border-bottom:1px solid #E3DBD1;padding-bottom:0px;}




.cbb {
	margin:1em 0;
	padding:0 10px;
	border:1px solid #666;
	background:#fff;
}
.cbb h1 {
	margin:0 -10px;
	padding:0.3em 10px;
	background:#efece6;
	font:bold 1.2em/1 Arial, Helvetica, sans-serif;
}
/* Normal styling */
.cb {margin:0.5em 0;}
	/* Top corners and border */
.bt {
	height:17px;
	margin:0 0 0 18px;
	background:url(images/box.png) no-repeat 100% 0;
}
.bt div {
	position:relative;
	left:-18px;
	width:18px;
	height:17px;
	background:url(images/box.png) no-repeat 0 0;
	font-size:0;
	line-height:0;
}

	/* Bottom corners and border */
.bb {
	height:14px;
	margin:0 0 0 12px;
	background:url(images/box.png) no-repeat 100% 100%;
}
.bb div {
	position:relative;
	left:-12px;
	width:12px;
	height:14px;
	background:url(images/box.png) no-repeat 0 100%;
	font-size:0;
	line-height:0;
}

	/* Left border */
.i1 {
	padding:0 0 0 12px;
	background:url(images/borders.png) repeat-y 0 0;
}
	/* Right border */
.i2 {
	padding:0 12px 0 0;
	background:url(images/borders.png) repeat-y 100% 0;
}
	/* Wrapper for the content. Use it to set the background colour and insert some padding between the borders and the content. */
.i3 {
	display:block;
	margin:0;
	padding:1px 10px;
	background:#fff;
}
	/* Make the content wrapper auto clearing so it will contain floats (see http://positioniseverything.net/easyclearing.html). */
.i3:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.i3 {display:inline-block;}
.i3 {display:block;}

.postFooter, .postMeta , .postDate {display:none;}


.tImage {width:95%;}

div#tbBack {
	position: relative;
	float: right;
	width: 35px;
	height: 41px;
	margin-top: -20px;

}
a.tButton {
	display: block;
	background: url(http://luxuryconcretebuildingproducts.com/precisionwp/wp-content/uploads/2009/10/nav_left.png) no-repeat top left;
	padding-left: 13px;
	height: 41px;
	line-height: 41px;
	color: #000;
	text-decoration: none;
	float: right;
	z-index: 100;
}
a.tButton:hover {color:#2E0000;}
a.tButton:visited { /* For IE */
	color: #000;
	text-decoration: none;
}

a.tButton span {
	display: block;
	padding-right: 13px;
	background: url(http://luxuryconcretebuildingproducts.com/precisionwp/wp-content/uploads/2009/10/nav_right.png) no-repeat top right;
	width: auto;
}
#jq-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
}
#jq-floaty {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#floaty-container-embed {
	position: relative;
	width: 100px;
	height: 100px;
	margin: 0 auto;
}

#floaty-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#floaty-container-embed > #floaty-nav {left:0}
#floaty-nav a { outline: none;}
#floaty-close-btn {position: relative;cursor:pointer;width:35px;height:35px;top:-20px;right:-20px;float:right}
#floaty-close-btn:hover {background-position:-35px 0}
#floaty-object{float:left;margin:-25px 10px;}

.thumb {width:900px; height: auto; text-align: center;}
.thumb {margin: 35px 0px 50px 0px;}
.thumb a img{border:solid 1px #ccc;padding:3px;margin:15px 15px 0px 12px;}
.thumb a img:hover{border:solid 1px #666}

.thumb a img {border:0; height: 225px;}

.vHeader {
margin: 50px 0px 25px 0px;
width: 910px;
text-align: center;
}
div#aThumb{
width: 910px;
text-align: center;
}

.acThumb a img{border:solid 1px #ccc;padding:3px;margin:15px 15px 0px 12px;}
.acThumb a img:hover{border:solid 1px #666}
.acThumb a img{width: 700px; height: auto;}

div#companyLogos{
	width: 100%;
	height: 63px;
	text-align: center;
	margin: 10px 0px 50px 0px;
}
