/*  
Theme Name: Load Bearing
Theme URI: http://www.impresario1.com/
Description: A grunge appeal on a green cement accent  
Version: 0.1
Author: Alf Catadman
Author URI: http://www.impresario1.com/

Note concerning image sizes:

Main image on front page is 593 x 426
Secondary image 293 x 150

*/

* {
	margin: 0;
	padding: 0; 
}

body {
	background: #000;
	color: #000;
	font-size: 62.5%;
	font-family: arial, verdana, sans-serif;
	text-align: center;
}

#main-wrapper {
	font-size: 1.1em;
	display: block;
	margin: 0 auto;
	padding: 0;
	width: 960px;
	text-align: left;
  background:#fff url(images/masthead.jpg) no-repeat;	

}

/* ----------------------------------- basics */

h1 {
	font-size: 26px;
	text-transform:uppercase;	
}

h2 {
	font-size: 21px;
}

h3 {
	font-size: 21px;
}

a {
	color: #cc0000;
	outline: none;
	text-decoration: none;
	/*border-bottom: 1px solid #ddd;*/
}

a:hover {
	color: #253E65;
	/*border-color: #3c6c92;*/
}

a img {
	border: none;
	text-decoration:none;
}

ul, ol {
	list-style: none;
}

input, textarea {
	outline: none;
}

/* ----------------------------------- masthead */

#leaderboard {
	padding: 20px 0 50px;
	position: relative;
	height:60px;
	width:967px;



}

#site-name {
	float: left;
	padding: 24px 0 0 30px;
}

#site-name a {
	color: #eaeaea;
	border: 0;
}

#site-name a:hover {
	color: #fff;
}

#main-nav {
	margin: 10px 0 0 0;
	text-transform: uppercase;
	font-weight: bold;
}

#main-nav li {
	float: left;
	margin-left: 7px;
}

#main-nav li a {
	/*	color: #333;
	background: #eee;
display: block;*/
	padding: 12px 0 11px;
	text-decoration: none;
	text-align: center;
	/*width: 90px;*/
	border: 0;
}

#main-nav li a:hover {
	/*background: #1f3434;*/
	color: #eee;
}

#main-nav li.rss-now a:hover, #main-nav li.rss-now a {
	/*background: #3c6c92;*/
	color: #eee;
}
  
/* ----------------------------------- home posts */

.home .left, .home .recent-leads {
	width: 607px;
	margin:0 0 0px 5px;
		
}


.home .main-post-bg {
	background: #eee; 
	display: block;
	height: 350px;
	position: relative;
	margin: 20px 0 10px 5px;
	width: 593px;
	overflow: hidden;	


}

.main-post-bg .post-comments, .secondary-post-bg .post-comments {
	position: absolute;
	top: 0;
	right: 7px;
	z-index: 1;
	background: #3c6c92;


}
.post-comments a, .secondary-post-bg .post-comments a {
	font-size: 11px;
	color: #eee;
	display: block;
	padding: 6px 10px;
	text-align: center;
	border: 0;
} 

.post-comments a:hover, .secondary-post-bg .post-comments a:hover {
	background: #333;
	color: #fff;
}

.home .main-post-bg .title-insert, .home .recent-leads .title-insert {
	background: #333;
	bottom: 0;
	display: block;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: 1;
	padding: 4px 0;

	/*
  opacity - move to sep. stylesheet 
	filter: alpha(opacity=90);
	-moz-opacity: .9;
	opacity:.9;
  
  */
}

.title-insert h2, .home .recent-leads .title-insert h3 {
	margin: 10px 12px 6px;
	line-height: 14px;
}

.title-insert h2 a, .home .recent-leads .title-insert h3 a {
	display: block;
	color: #ddd;
	text-decoration: none;
	border: 0;
}

.title-insert h2 a:hover, .home .recent-leads .title-insert h3 a:hover {
	color: #fff;
}

.home .recent-leads .secondary-post-bg {
	background: #eee;
	display: block;
	width: 293px;
	height: 150px;
	margin: 10px 7px 10px 0;
	position: relative;
	overflow: hidden;
}

.home .right {
	width: 320px;
	text-align: left;
	overflow: hidden;

/* alfs hybrid */	
  padding-right:7px;

}

.home .right h3 {
	font-size: 24px;
	padding-left: 3px;
}

/* ----------------------------------- entry style */
.home.is-single {
	/* border-top: 1px solid #bbb; */
}

.post.single {
	padding-top: 10px;
	font-size: 12px;
	line-height: 18px;
	color: #333;
	width: 590px;

}

.post.single h2, .post.single h2 a {
  padding:100px 0 0 40px;
	font-size: 36px;
	line-height: 21px;
	color: #930;
	border:0;


}

.post.single h2 a:hover {
	color: #3c6c92;
}

.post.single .entry {
  margin-top:30px;
	float: right;
	width: 500px;
}

.post.single .meta {
	border-top: 1px solid #3c6c92;
	color: #777;
	padding: 4px 0 0 3px;
	margin-top: 18px;
	float: left;
	width: 72px;
	font-size: 11px;
	line-height: 16px;
}

.post.single p {
	margin: 1em 0;
	line-height: 18px;
}

.post.single p a, .post.single li a {
	font-weight: bold;
}

.post.single h3 {
	font-size: 16px;
	color: #3c6c92;
	margin-top: 20px;
}

.post.single blockquote, .post.single ul, .post.single ol {
	margin: 0 14px;
	color: #555;
}

.post.single ul li {
	list-style: circle;
	margin: 0 20px;

}

.post.single ol li {
	list-style: decimal;
	margin: 0 20px;
}

.post.single blockquote {
	font-style: italic;
	border-left: 1px solid #ccc;
	margin-left: 21px;
	padding-left: 10px;
}

.post.single img.floatleft {
	float: left;
	margin: 4px 10px 0 0;
}

.post.single img.floatright {
	float: right;
	margin: 4px 0 0 10px;
}

.navigation {
	font-size: 10px;
	padding: 10px 0;
}

.navigation a {
	border: 1px solid #ddd;
	display: block;
	float: left;
	color: #777;
	text-transform: uppercase;
	padding: 4px 7px 3px;
}

.navigation .left {
	width: 50%;
	text-align: left;
}

.navigation .right {
	width: 49%;
	text-align: right;
	margin: 0 15px 0 0;
}

.navigation .right a {
	float: right;
}

.navigation a:hover {
	background: #eee;
	border-color: #3c6c92;
	color: #3c6c92;
}

/* ----------------------------------- sidebar / widget modules */

h3.module-title, h3.widgetTitle {
	border-top: 1px solid #bbb;
	border-bottom: 1px solid #eee;
	margin: 10px 0 0 20px;
	padding: 15px 4px;
	font-size:21px;
/*font-size: 14px; */	
}


h3.module-title a, h3.widgetTitle a {
	border: 0;
}

.widgetContainer {
	margin: 20px 0 10px 0;
}

.widgetContainer .textwidget {
	font-size: 12px;
	line-height: 16px;
	margin: 0 15px 0 35px;
}

ul.module-list, .widgetContainer ul {
	font-size: 12px;
	margin: 0 0 40px 0;
}

.module-list li, .widgetContainer li {
	margin: 0 3px 7px 41px;
	list-style-image:url(images/reddot.gif);
	line-height: 18px;
}

.sidebar-nextprev {
  margin-top:60px;
	width: 320px;
	overflow: hidden;
}

.sidebar-nextprev li {
	float: left;
	/* border-left: 1px solid #ccc; */
	height: 50px;
	width: 159px;

}

.sidebar-nextprev li.previous {
	/* border-right: 1px solid #ccc; */
	/*background:#fff url(images/prev.gif) no-repeat;*/
	background:#fff url(images/arrow-prev.gif) no-repeat;
  margin-left: -1px;		
}

.sidebar-nextprev li.next {
	float: right;
	/* border-left: 1px solid #ccc; */
	margin-left: -1px;
	background:#fff url(images/arrow-next.gif) no-repeat;

}

.sidebar-nextprev li a {
	margin-left: 1px;
	font-size: 14px;
	text-transform:uppercase;
  letter-spacing:1px;
	display: block;
	height: 50px;
	border: 0;
	color: #aaa;
	/*border-left: 1px solid #ccc; */

}	
.sidebar-nextprev li a:hover {
	color: #3c6c92;
	border-color: #3c6c92;

}

.sidebar-nextprev li a span {
	display: block;
	padding: 12px 0 0 10px;
	cursor: pointer;
}

.widgetContainer #wp-calendar {
	border-collapse: collapse;
	width: 100%;
	font-size: 12px;
}

#wp-calendar caption {
	font-weight: bold;
	margin-bottom: 7px;
}

#wp-calendar thead th {
	padding: 4px 0 4px 3px;
	border: 1px solid #ccc;
	border-width: 1px 0;
}

#wp-calendar td {
	padding: 3px 0 7px 3px;
	color: #777;
}

#wp-calendar td a {
	font-weight: bold;
}

#middle-widgets {
  width: 961px;	
	height:252px;
	background:#fff url(images/aurynfoot1.jpg) no-repeat bottom;
}

#middle-widgets .widgetContainer {
	clear: top;
	float: left;
	width: 312px;
	margin: 0 11px 0px 0;
	color:#000;
}
/* hybrid version */

#middle-widgets a{
  padding-left:20px;
  display:block;
  color:#000;
  border-bottom:1px dotted #c53806;
}

#middle-widgets a:hover{
  border-bottom:1px solid #912704;

}
#middle-widgets h3{
  border:none;
}
/* ----------------------------------- legacy comments - remove this if you have wp 2.7 */
.legacy .commentlist li {
	margin: 0;
	border-top: 1px solid #bbb;
	padding: 7px 0 15px 90px;
}

.legacy img.avatar {
	float: right;
	margin: 0 7px 0 0;
}

.legacy cite {
	font-style: normal;
}

.legacy .commentlist li p {
	margin: 1em 0;
}

.legacy .commentlist li ul, .legacy .commentlist li ol, .legacy .commentlist li blockquote {
	margin: 1em 15px;
}

.legacy .commentlist li ul li, .legacy .commentlist li ol li {
	border: 0 !important;
	margin: 0 15px !important;
	padding: 0 !important;
}

.legacy .commentlist ul li {
	list-style: circle;
	/* list-style-image:url(images/greenbullet.gif); */
}

.legacy .commentlist ol li {
	list-style: decimal;
}

.legacy #respondform {
	padding: 10px 0 0 0;
	margin-left: 90px;
}

#respondform p {
	margin: 1em 0;
}

#respondform #author, #respondform #email, #respondform #url, #respondform textarea {
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
	border: 1px solid #bbb;
	padding: 4px 3px;
	width: 160px;
	margin-right: 4px;
}

#respondform textarea {
	width: 99%;
	overflow: auto;
	margin-right: 0;
}

/* ----------------------------------- threaded comments - no support for wp 2.6 */

#comments-wrapper, #comments-wrapper-form {
	width: 600px;
}

h3#comments {
	clear: both;
	font-size: 20px;
	margin: 20px 0 20px 90px;
}

.commentlist {
	font-size: 12px;
	margin: 0;
}

.commentlist li.comment, .commentlist li.pingback {
	margin: 0;
	border-top: 1px solid #bbb;
	padding: 7px 0 15px 90px;
}

.commentlist li.comment-author-admin {
	border-color: #3c6c92;
}

.commentlist li.comment p {
	margin: 1em 0;
}

.commentlist li.comment ul, .commentlist li.comment ol, .commentlist li.comment blockquote {
	margin: 0 15px;
}

.commentlist li.comment ul li {
	list-style: circle;

}

.commentlist li.comment blockquote {
	border-left: 1px solid #ccc;
	padding-left: 10px;
	font-style: italic;
	color: #777;
}

.commentlist ul.children {
	margin: 0 !important;
	padding: 0;
}

.commentlist .children li.comment {
	padding: 7px 0 0 45px;
	margin: 15px 0 0 0;
	list-style: none;
}

.comment-author {}

.comment-author img.avatar {
	float: right;
	margin: 0 7px 0 0;
}

.comment-author cite {
	font-style: normal;
}

.comment-meta {
	font-size: 11px; 
}

#respond {
	padding: 10px 0 0 0;
	margin-left: 90px;
}

li.comment #respond {
	margin-left: 0;
}

#respond h3 {
	margin: 0 0 15px 0;
}

#respond p {
	margin: 1em 0;
}

#respond #author, #respond #email, #respond #url, #respond textarea {
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
	border: 1px solid #bbb;
	padding: 4px 3px;
	width: 160px;
	margin-right: 4px;
}

#respond textarea {
	width: 97%;
	overflow: auto;
	margin-right: 0;
}

/* ----------------------------------- categories */

#categories {
	padding: 10px 0;
	margin: 35px 0 45px;
}

#categories h3 {
	font-size: 14px;
	margin-bottom: 10px;
}

#categories ul {
	color: #777;
	font-size: 12px;
	line-height: 16px;
	
  list-style-image:url(images/greenbullet.gif);	
}

#categories li {
	float: left;
	text-align: right;
	display: block;
	width: 145px;
	margin: 0 8px 7px 7px;
  

}

#categories li a {
	font-weight: bold;
	float: left;
	text-decoration: none;
}

/* ----------------------------------- search */

#searchForm {
	margin: 0;
}

#searchWrap span {
	background: #f1f1f1;
	/*border: 1px solid #ccc; */
	display: block;
	padding: 2px;
	margin:40px 30px 0 60px;
}

#searchWrap input {
	border:none;
	padding: 4px;
	color: #777;
	width: 234px;
}
  
/* ----------------------------------- footer */


#footer {
  clear:both;
	font-size: 12px;
	padding: 10px 0 42px 0;
	width: 970px;
	color:#fff;
	line-height:20px;
	background: #000 url(images/grungycement.jpg) no-repeat;
}

#footer a {
  color:#fff;
	font-weight: bold;
	border-bottom:none;	
}

#footer a:hover {
  color:#fff;
}

/* ----------------------------------- floats */
.right {
	float: right;
}

.left {
	float: left;
}

.clear {
	clear: both;
}

.fix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;

}

.fix {
	display: inline-block;
	/* background-color:#fff; */
}

* html .fix {
	height: 1%;
}

.fix {
	display: block;

}

/* -------------------------------------------------------- */

#mainscreen {
  margin-top:-10px;
  background:#fff url(images/bgmain.jpg) no-repeat;
}
#screen-edge {
  margin:0
  padding: 0;
  height: 100px;
  color:#000;
  background:#000 url(images/bgstrip.jpg) no-repeat bottom;
}
h1.feat {
  margin:40px 0 0 30px;
  font-size:40px;
  color:#930;
}
blockquote {
  margin:40px 60px 0 40px;
  font-size:20px;
  font-style:italic;
  color:#76800F;
  text-indent:30px;
  width:280px;
  
}
#pagescreen {
  margin-top:-10px;
  background:#fff url(images/bgpage.jpg) no-repeat;
}
.spacer {
  margin-top:180px;
}
.naviclick {
  padding-top:0px;
  font-size:14px;
  color:#ccc;

}
#maincontent {
  margin:10px;
  line-height:22px;
  font-size:14px;
}
#maincontent h3 {
  font-size:22px;
  color:#930;
  padding:10px 0;
}
#maincontent li.one{margin-top:5px;list-style-image:url(images/1.gif);}
#maincontent li.two{margin-top:5px;list-style-image:url(images/2.gif);}
#maincontent li.three{margin-top:5px;list-style-image:url(images/3.gif);}
#maincontent li.four{margin-top:5px;list-style-image:url(images/4.gif);}

.contactform {
	background: #fff;
	bottom: 0;
	display: block;
	left: 0;
	width: 420px;
	z-index: 1;
	padding: 10px;
	border:1px dashed #630;
	color: #306289;
	font: bold 1.2em Arial, Helvetica, sans-serif;

}
#captcha-style {

  padding:10px;
}
/* specifications for presenting content in the post page using a play of icons and color */

#site-decription {
  margin-left: 80px;
  width: 500px;  
  border: 1px dashed #f90;  
}
#site-description a {
  /*text-decoration: underline;*/
  border-bottom:1px dotted #c53806;
  font-weight: normal;
}

#site-description .site-excerpt,.site-featured-on,.site-wordpress,.site-weaver,.site-jump,.site-tone,.site-harmony,.site-memorable,.site-info {
  border: 1px dashed #f90;
  padding:10px 0 10px 80px;
  display:block; 

}
.site-excerpt {
  background: #fff url(images/iconic-psd.png) no-repeat left;  
}  
.site-jump {
  padding:30px 0 30px 80px;
  background: #fff url(images/iconic-eye.png) no-repeat left;
}
.site-featured-on {
  background: #fff url(images/iconic-featured.png) no-repeat left;  
}
.site-weaver {
  background: #fff url(images/iconic-weaver.png) no-repeat left;
}
.site-wordpress {
  padding:30px 0 30px 80px;
  background: #fff url(images/iconic-wordpress.png) no-repeat left;
}
.site-tone {
  padding:30px 10px 30px 80px;
  background: #fff url(images/iconic-valid.png) no-repeat left;
} 
.site-memorable {
  padding:30px 10px 30px 80px;
  background: #fff url(images/iconic-time.png) no-repeat left;
}   
.site-harmony {
  padding:30px 10px 30px 80px;
  background: #fff url(images/iconic-twitt.png) no-repeat left;
} 
.site-info {
  padding:30px 10px 30px 80px;
  background: #fff url(images/iconic-rss.png) no-repeat left;
} 


/* ----------------------------------- end --------------------------------*/ 

