/*

Title:      Lab49 Master CSS
Author:     CrowdFavorite

*/


/* core
----------------------------------------*/

body {
	background: #444;
	font-size: 12px;
	line-height: 1.5em;
	height: 1%;
	font-family: Arial, Verdana, sans-serif;
	margin: 0px;
	padding: 0px;
}

ul, li, h1, h2, h3, h4, p, blockquote, form {
	margin: 0px;
	padding: 0px;
}

h1 {
	font-size: 22px;
}

h2 {
	font-size: 18px;
}

.clear {
	clear: both;
}

img {
	border: none;
}

p {
	margin-bottom: 1.5em;
}

.pagetitle {
  margin-bottom: 1em;
}

/* links
----------------------------------------*/

a:link, a:visited {
	color: #527980;
	text-decoration: none;
}

a:hover, a:active {
	color: #527980;
	text-decoration: underline;
}


/*
structure
----------------------------------------*/

.topheader {
	background: transparent url('images/header_bg.gif') top center no-repeat;
	margin: 16px auto 10px auto;
	width: 937px;
	height: 107px;
	padding-top: 23px;
	padding-left: 23px;
}

.maincontentwrap {
	background: #fff url('images/main_body_top.gif') top center no-repeat;
	margin: 0 auto;
	width: 960px;
	padding: 0px;
}

.maininner {
	margin: 0px 11px 10px 29px;
	padding-top: 10px;
}

.footerwrap {
	clear: both;
  background: #fff url('images/main_body_bottom.gif') bottom center no-repeat;
  margin: 0 auto;
  width: 960px;
}

.footerinner {
	font-size: 11px;
	color: #8199a5;
	
}

.footercontent {
	padding: 16px 0px 16px 0px;
	margin-left: 29px;
	border-top: 1px red solid;
	width: 441px;
}

.wpcopy {
	padding: 6px 0px;
	text-align: right;
	font-size: 10px;
	background: #444;
	color: #a2a2a2;
}


.contentbody {
	margin-top: 50px;
	width: 441px;
	float: left;
	padding-bottom: 50px;
	
}

.post {
	
	border-bottom: 1px #dadada solid;
	margin-bottom: 9px;
}

.post h2 a {
	padding-right: 16px;
}

.vid {
	background: transparent url('images/video_icon.gif') 100% 50% no-repeat;
}

.aud {
	background: transparent url('images/audio_icon.gif') 100% 50% no-repeat;
}

.metainfo, .postinfo {
	font-size: .8em;
	color: #8199a5;
	margin: 6px 0;
}

#respond {
	margin-bottom: 10px;
}

.commentlink {
	padding-left: 16px;
	padding-top: 2px;
	background: transparent url('images/comment_icon.gif') 0% 50% no-repeat;
	white-space:nowrap;
}

.categorylink {
	padding-left: 12px;
	padding-top: 2px;
	background: transparent url('images/external_icon.gif') 0% 50% no-repeat;
	
}

.centercol {
	width: 220px;
	float: left;
	margin-left: 30px;
}

.rightcol {
	width: 220px;
	float: right;
}

.centertopbox {
	color: #7c9fa5;
	font-size: 11px;
	font-weight: bold;
	padding: 8px 0px 8px 18px;
	border-top: 1px #dadada dashed;
	background: transparent url('images/star_icon.gif') 0 10px no-repeat;
	border-bottom: 1px #dadada dashed;
}

.righttopbox {
	color: #7c9fa5;
	font-size: 11px;
	font-weight: bold;
	padding: 8px 0px 6px 18px;
	text-align: right;
}

.rightcolextras {
	margin-top: 12px;
	border-top: 1px #dadada dashed;
	
}

/* widget
----------------------------------------*/

.widgetwrap {
  margin-top: 10px;
}

.widget_categoryposts .widgettitle a,
.widget_categoryposts .widgettitle a:hover,
.widget_categoryposts .widgettitle a:visited {
	color:#fff;
	text-decoration:none;
}

.widget_categoryposts .widgetinner {
  padding:0 4px 4px;
  border-left: 1px #dadada solid;
  border-right: 1px #dadada solid;
  background: #fff;
}

.widget_categoryposts .toggle {
  display: none;
}

.widgettitle .toggle {
  float: right;
  margin-right: 12px;
  color: #fff;
}

.widgettitle .toggle, .widgettitle .toggle:hover, .widgettitle .toggle:visited {
  color: #fff;
  font-weight: normal;
  text-decoration: none;
}

.widget_categoryposts .widgettitle {
  line-height: 2em;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  height: 25px;
  overflow: hidden;
  background: #fff url('images/center_red_header.gif') top center no-repeat;
  padding-left: 8px;
}

.widget_categoryposts .widgettopcap {
  height: 5px;
  background: #fff url('images/center_bg_top.gif') top center no-repeat;
}

.widget_categoryposts .widgetbottomcap {
  height: 5px;
  background: #fff url('images/center_bg_bottom.gif') top center no-repeat;
}

.widgetinner {
  background: #f5f6f6;
}

.widgettopcap {
  height: 5px;
  background: #f5f6f6 url('images/right_bg_top.gif') top center no-repeat;
  overflow: hidden;
}

.widgetbottomcap {
  height: 5px;
  background: #f5f6f6 url('images/right_bg_bottom.gif') bottom center no-repeat;
}

.widgettitle {
  line-height: 2em;
  font-weight: bold;
  text-transform: uppercase;
  color: #f5f6f6;
  height: 25px;
  overflow: hidden;
  padding-left: 12px;
  background: #f5f6f6 url('images/right_grey_light_header.gif') top center no-repeat; 
}

.off {
  background: #f5f6f6 url('images/right_grey_header.gif') top center no-repeat;
}

.on {
  background: #f5f6f6 url('images/right_grey_light_header.gif') top center no-repeat; 
}

.widget_categoryposts .widgetinner ul {
  padding: 0;
  margin: 12px 9px 0px 22px;
  list-style-image: url('images/list_bullet.gif');
} 

.widget_categoryposts .widgetinner ul li {
  font-weight: bold;
  padding: 3px;
  border-bottom: 1px #ececec solid;
}

.widget_categoryposts .widgetinner ul li.last, .widget_categoryposts .widgetinner ul li:last-child {
  font-weight: bold;
  padding: 3px 3px 0px 3px;
  border-bottom: none;
}

.widgetinner ul {
  padding: 0;
  margin: 12px 9px 0px 26px;
  list-style-image: url('images/list_bullet.gif');
} 

.widgetinner ul li {
  font-weight: normal;
  padding: 3px;
  border-bottom: 1px #fff solid;
}

.widgetinner ul li.last, .widgetinner ul li:last-child {
  padding: 3px 3px 10px 3px;
  border-bottom: 1px #fff solid;

}

.widget_text .widgetinner {
  background-color: #fff;
  padding: 10px 4px 0px 4px;
  border-top: 1px #dadada dashed;
}

.widget_text .widgetinner .break {
  border: 0;
  margin: 10px 0;
  padding: 0;
  border-bottom: 1px #dadada dashed;
  line-height: 0;
}

.widget_text .widgettopcap, .widget_text .widgetbottomcap, .widget_text .widgettitle {
  display: none;
}

.rss {
	font-weight: bold;
	background: transparent url('images/rss_icon.gif') 0% 50% no-repeat;
	padding-left: 20px;

}

/*
comments
----------------------------------------*/


.commentwrapper {}

.commentwrapper h3 {
	color: #527980;
	font-style: italic;
	border-bottom: 1px #dadada solid;
	padding-bottom: 9px;
	margin-bottom: 9px;
}

.comment {
}

#commentform textarea {
  width: 430px;
}

.commentinfo {
	font-style: italic;
	color: #9d9d9d;
	border-bottom: 1px #dadada solid;
	margin-bottom: 18px;
	
}

.commentform {
	padding: 12px;
}

.commentform h3 {
	border: none;
	font-style: normal;
}

.cformname {
	float: left;
	width: 33%;
}

.cformemail {
	float: left;
	width: 33%;
}

.cformwebsite {
	float: left;
	width: 33%;
}

.cformcomment {
	width: 100%;
	padding-top: 33px;
}

.cformbutton {
	float: left;
	margin-top: 18px;
	margin-right: 25px;
}

.req {
	color: #cc2200;
}

/* Content*/

.contentbody { overflow: hidden; }
.contentbody * { max-width: 440px; }

.contentbody blockquote {
  margin: 10px;
  padding: 10px;
  background: #eee;
  border-left: 2px solid #ccc;
}

.contentbody blockquote p:last-child {
  padding-bottom:0;
  margin-bottom:0;
}

.content ul, .content ol { padding-left: 2em; }
.content p, .content blockquote, .content ul, .content ol, .content h1, .content h2, .content h3, .content h4 { margin-bottom: 1em; }


.nvaigation { margin-bottom: 1em; padding-bottom: 1em; }
.navigation .alignleft { float: left; }
.navigation .alignright { float: right; }

.widgetcontent select { width:90%; margin:5px 10px 0 10px; }

.content img { padding:10px; }

div.feedburner { margin:0 5px; background: url(http://www.feedburner.com/fb/images/pub/feed-icon16x16.png) top left no-repeat; }
div.feedburner a { margin-left:20px; }
div.technorati { margin-left:1px; }
