/*
Theme Name: TenfoldCollective
Description: A custom WordPress theme for the Tenfold Collective.
Version: 1.0
Author: Matt Wade
Author URI: http://www.tenfoldcollective.com
Tags: blue, custom header, fixed width, two columns, widgets


*/

body  {
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(images/background.jpg);
	margin: 0;
	padding: 0;
	text-align: center;
	color: #beb4aa;
	width:100%;
	height:100%;
}

:focus { outline: none; /* prevent annoying outline on FF bkgnd image links */ }

/*//////////////////////// STRUCTURE ///////////////////////////////*/

.twoColFixRtHdr #container { 
	width: 952px;
	margin: 0 auto;
	text-align: left;
	position:relative;
}
 
.twoColFixRtHdr #header #logo {
	display:block;
	float:left;
	width:431px;
	margin-top:46px;
	margin-bottom:36px;
}

.twoColFixRtHdr #header #bloghome_btn a {
	display:block;
	width:91px;
	height:18px;
	background-image:url(images/blog_home_rollover2.png);
	background-position:0px 0px;
	background-repeat:no-repeat;
	overflow:hidden;
	line-height:500px;
	float:left;
	margin:67px 0px 0px 185px;
	font-size:0px;
}

.twoColFixRtHdr #header #bloghome_btn a:hover {
	background-position:0px -18px;
}


.twoColFixRtHdr #header #mainsite a {
	float:right;
	display:block;
	width:104px;
	height:18px;
	background-image:url(images/main_website.png);
	background-position:0px 0px;
	background-repeat:no-repeat;
	overflow:hidden;
	font-size:0px;
	line-height:500px;
	margin:67px 97px 0px 0px;
}

.twoColFixRtHdr #header #mainsite a:hover {
	background-position:0px -18px;

}

.twoColFixRtHdr .postpreview {
	position:relative;
	margin-bottom:10px;

}

.twoColFixRtHdr .graybar {
	margin-bottom:10px;
}

.graybar_bottom {
	margin-bottom:10px;
}

.twoColFixRtHdr .postgraybar {
	margin-bottom:15px;
}

.twoColFixRtHdr .date {
	width:76px;
	display:block;
	float:left;
}

.twoColFixRtHdr .postdate_contain {
	float:left;
	text-align:right;
	line-height:20px;
}

.twoColFixRtHdr .postdate_contain .thecategory {
	margin:12px 0px 0px 0px;
	padding:0px;

}

.twoColFixRtHdr .postdate_contain .thecategory a {
	font-size:12px;
	color:#beb4aa;
	text-decoration:none;
}

.twoColFixRtHdr .postdate_contain .thecategory a:hover {
	font-size:12px;
	color:#eb5b17;
	text-decoration:underline;
	cursor:pointer;
}

.twoColFixRtHdr .postdate {
	width:127px;
	display:block;
	text-align:right;
}


.twoColFixRtHdr .postblock {
	display:block;
	float:right;
	position:relative;
}

.twoColFixRtHdr .postblock .posttitle {
	width:542px;
	display:block;
	float:right;
	position:relative;
}


.twoColFixRtHdr .postblock .posttitle h1 {
	font-size:24px;
	color:#FFFFFF;
}


.twoColFixRtHdr .postblock .actualpost {
	width:542px;
	display:block;
	float:right;
	margin:0px 0px 0px 0px;
}

.twoColFixRtHdr .postblock .actualpost p {
	font-size:14px;
	line-height:24px;
	margin:-8px 0px 35px 0px;
}

.twoColFixRtHdr .postblock .actualpost img {
	border:solid;
	border-width:1px;
	border-color:#64513e;
	width:542px;
	height:auto;
}

.twoColFixRtHdr .postblock .actualpost a  {
	color:#ffffff;
	text-decoration:none;
}

.twoColFixRtHdr .postblock .actualpost a:hover, .postblock .actualpost a:visited:hover {
	color:#eb5b17;
	text-decoration:underline;
}


.twoColFixRtHdr .postblock .thumbnail {
	display:block;
	float:left;
}

.twoColFixRtHdr .postblock .postsummary {
	width:309px;
	height:216px;
	background-color:#FFFFFF;
	display:block;
	float:left;
	position:relative;
}

.twoColFixRtHdr .postblock .postsummary .postsummarytext a {
	position:relative;
	width:290px;
}

.twoColFixRtHdr .postblock  .postsummary .postsummarytext p {
	font-size:11px;
	color:#848484;
	line-height:18px;
	margin:0px 0px 0px 0px;
	width:292px;
}



.twoColFixRtHdr .postblock  .postsummary .postsummarytext h1 {
	font-size:16px;
	width:285px;
}

.twoColFixRtHdr .pagetitle h1 {
	font-size:24px;
}

.twoColFixRtHdr #sidebar1 {
	float: right;
	width: 198px;
	font-size:12px;
	color:#a39280;
	line-height:20px;
}

.twoColFixRtHdr #sidebar1 hr {
	color:#beb4aa;
	margin:0px 0px 5px 0px;
	padding:0px 0px 0px 0px;
	outline:none;
	border:solid;
	border-color:#beb4aa;
	border-width:1px;
}

.twoColFixRtHdr #sidebar1 p {
	margin:10px 0px 35px 0px;
	padding:0px 0px 0px 0px;

}

.twoColFixRtHdr #sidebar1 ul li ul {
	margin:10px 0px 35px 0px;
	padding:0px 0px 0px 0px;
	
}


.twoColFixRtHdr #sidebar1 ul {
	list-style:none;
	margin:0px;
	padding:0px;
}

.twoColFixRtHdr #sidebar1 ul li {
	list-style:none;
	margin:0px;
}


.twoColFixRtHdr #mainContent {
	width:698px;
	float:left;
} 

/*//////////////////////// LINKS ///////////////////////////////*/

.twoColFixRtHdr #sidebar1 ul li a, #sidebar1 ul li a:visited  {
	color:#a39280;
	text-decoration:none;
}

.twoColFixRtHdr #sidebar1 ul li a:hover, #sidebar1 ul li a:hover:visited  {
	color:#eb5b17;
	text-decoration:underline;
}


.twoColFixRtHdr .postblock .postsummary .readmore a {
	display:block;
	width:72px;
	height:22px;
	background-image:url(images/read_more.gif);
	background-position:0px 0px;
	position:absolute;
	right:17px;
	bottom:0px;
	font-size:0px;
	line-height:500px;
	overflow:hidden;
	cursor:pointer;
}

.twoColFixRtHdr .postblock .postsummary .readmore a:hover {
	background-position:0px -22px;
}

#rssbtn a {
	display:block;
	width:28px;
	height:100px;
	overflow:hidden;
	background-image:url(images/rss_subscribe.gif);
	background-position:0px 0px;
	cursor:pointer;
	line-height:500px;
	position:absolute;
	top:136px;
	left:0px;
}

#rssbtn a:hover {
	background-position:-28px 0px;
}


/*//////////////////////// FOOTER ///////////////////////////////*/

.twoColFixRtHdr #footer { 
	
	
}

.twoColFixRtHdr #footer #olderposts a {
	width:98px;
	height:44px;
	display:block;
	float:left;
	background-image:url(images/forward-and-backward-buttons.png);
	background-position:0px 0px;
	line-height:200px;
	overflow:hidden;
	cursor:pointer;
	margin-top:10px;
	margin-bottom:20px;
} 

.twoColFixRtHdr #footer #olderposts a:hover {
	background-position:0px -44px;
}




.twoColFixRtHdr #historyback a {
	width:90px;
	height:44px;
	display:block;
	float:left;
	background-image:url(images/history-back.png);
	background-position:0px 0px;
	line-height:200px;
	overflow:hidden;
	cursor:pointer;
	margin-top:10px;
	margin-bottom:20px;
} 

.twoColFixRtHdr #historyback a:hover {
	background-position:0px -44px;
}




.twoColFixRtHdr #footer #newerposts a { 
	width:98px;
	height:44px;
	display:block;
	float:left;
	background-image:url(images/forward-and-backward-buttons.png);
	background-position:98px 0px;
	line-height:200px;
	overflow:hidden;
	cursor:pointer;
	margin-top:10px;
	margin-bottom:20px
} 

.twoColFixRtHdr #footer #newerposts a:hover { 
	background-position:98px -44px;
}

/*/////////////////////// IE 6 MESSAGE ///////////////////////////////*/

#ie-message {
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	background-color:#000000;
	filter: alpha(opacity = 90);
	zoom:1;
	z-index:500;
	color: #fff;
	font-size:14px;
	font-weight:bold;
	letter-spacing:-1px;
}

#ie-message_box {
	position:absolute;
	left:50%;
	margin-left:-300px;
	width:594px;
	color:#c9c9c9;
	z-index:501;
	background-color:#000000;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:normal;
	border-bottom:solid;
	border-left:solid;
	border-right:solid;
	border-width:1px;
	border-color:#999999;
}

#ie-message_box .skull {
	float:left;
	width:327px;
}

#ie-message_box .text {
	float:right;
	width:267px;
}



/*/////////////////////// MISC ///////////////////////////////*/


.share {

	font-size:11px;
	display:block;
	margin:-10px 0px 15px 0px;
}

.share .sharetext {


}

.share .icon {
	display:inline;
	width:16px;
	height:16px;
}

.fltrt {
	float: right;
	margin-left: 8px;
}

.fltlft {
	float: left;
	margin-right: 8px;
}

.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


div #flashinsert {
	display:block;
	width:542px;
	text-align:right;
	margin:-30px 0px 30px 0px;
}
