/*
THEME NAME: wLabs
THEME URI: http://www.woodylabs.com
DESCRIPTION: <a href="http://www.woodylabs.com">wLabs</a> bespoke theme for blog.woodylabs.com by wh 14.01.2011
VERSION: 1.0
AUTHOR: Woody Hayday
AUTHOR URI: http://blog.woodylabs.com
*/
body,td,th {
	font-family:Adobe Garamond Pro,Garamond Premier Pro,Garamond,Times,Times New Roman,serif;
	font-size-adjust:none;
	font-variant:normal;
	font-weight:normal;
	font-style:normal;	
	padding:0;
	margin:0;
	background:#FFFFFF;
}

/* added to make syntax highlighter plugin output smaller */
.syntaxhighlighter  
{
 
    margin: 0 !important;
 
    padding: 0 !important;
 
    border: 0 !important;
 
    outline: 0 !important;
 
    background: none !important;
 
    text-align: left !important;
 
    float: none !important;
 
    vertical-align: baseline !important;
 
    position: static !important;
 
    left: auto !important;
 
    top: auto !important;
 
    right: auto !important;
 
    bottom: auto !important;
 
    height: auto !important;
 
    width: auto !important;
 
    line-height: 1.1em !important;
 
    font-family: "Consolas", "Monaco", "Bitstream Vera Sans Mono", "Courier New", Courier, monospace !important;
 
    font-weight: normal !important;
 
    font-style: normal !important;
 
    font-size: 1em !important;
 
}
a:link{
	text-decoration:none;	
}
#page
{
	background:#FFFFFF;
}
#topBanner
{
	background-color:#222222;
	width:100%;
	position: absolute; top: 0; left: 0;
	position:fixed;
	z-index:1000
}
#topBannerContent
{
	width:1024px;
	margin:0;
	margin-left:auto;
	margin-right:auto;
	padding:2px;
	color:#6C6C88;
	border:0;
	border-bottom:1px solid #6C6C88;
	height:20px;
}
#topBannerContent a:link, a:active
{
	color:#FFFFFF;
}
#topBannerContent a:visited
{
	color:#FFFFFF;
}
#topBannerContent a:hover
{
	color:#5987E5;
}
#topBannerContentL
{
	width:395px;
	float:left;
	padding-top:2px;
}
#topBannerContentR
{
	width:205px;
	float:left;
	padding-top:0px;
}
#topBannerSearch
{
	margin-left:auto;
	margin-right:auto;
}
#topBannerContentM
{
	width:605px;
	float:left;
	text-align:right;
	padding-top:2px;
	padding-right:24px;
}
#topBannerContentL > a:link
{
	color:#5987E5;
}
#topBannerContentL > a:visited
{
	color:#5987E5;
}
#topBannerContentL > a:active
{
	color:#5987E5;
}
#topBannerContentL > a:hover
{
	color:#FFF;
}
#topBannerContentL > a:link:first-child
{
	color:#FFF;
}
#topBannerContentL > a:visited:first-child
{
	color:#FFF;
}
#topBannerContentL > a:active:first-child
{
	color:#FFF;
}
#topBannerContentL > a:hover:first-child
{
	color:#5987E5;
}
#s
{
	width:160px;
	border:1px solid #6C6C88;
	color:#5987E5;
	font-family: Adobe Garamond Pro, Adobe Garamond Pro Bold;
	height:16px;
	font-size:12px;
	padding-left:5px;
	margin-left:10px;
	padding-top:0px;
}
#content
{
	width:1024px;
	margin:0;
	margin-top:25px;
	margin-left:auto;
	margin-right:auto;
	padding:0;
	color:#6C6C88;
	border:0;
	overflow:hidden;
	background:#FFFFFF;
}
#contentL
{
	width:796px;
	float:left;
	margin-right:13px;
	padding-right:14px;
	border-right:1px dashed #6C6C88;
}
#contentR
{
	width:200px;
	float:left;
}
#header
{
	 /*border:1px solid #000;	*/	
}
#headerL
{
	width:210px;
	height:178px; 
	border:0;	
	float:left;
	 /*border:1px solid #000;	*/
}
#me
{
	margin-top:14px;
	cursor:pointer;
}
#me:hover
{
	cursor:hand;
}
#headerM
{
	width:610px;
	float:left;
	height:178px;
	font-size:34px;
	letter-spacing:-4px;
	text-align:center; /*border:1px solid #000;	*/
}
#headerM h1
{
	font-size:76px;
	font-weight:normal;
	letter-spacing:-7px;
	margin:0;
	padding:0;
	margin-top:14px;
}
#headerM h1 a:link
{
	color:#6C6C88
}
#headerM h1 a:active
{
	color:#6C6C88
}
#headerM h1 a:visited
{
	color:#6C6C88
}
#headerM h1 a:hover
{
	color:#6C6C88
}
#headerBiLine
{
	margin:0;
	padding:0;
	color:#222222;
}
#headerR
{
	width:200px;
	float:left;
	height:164px; /* 14 less than header m and header l */
	padding-top:14px;
	padding-left:4px;
	padding-right:0px; /*border:1px solid #000;	*/
}
#headerRM
{
	padding-bottom:4px;
}

/* FOOTER BAR - Base Banner */
#baseBanner
{
	background-color:#222222;
	width:100%;
}
#baseBannerContent
{
	width:1024px;
	margin:0;
	margin-left:auto;
	margin-right:auto;
	padding:2px;
	color:#6C6C88;
	border:0;
	border-top:1px solid #6C6C88;
	height:20px;
}
#baseBannerContent a:link
{
	color:#FFFFFF;
}
#baseBannerContent a:visited
{
	color:#FFFFFF;
}
#baseBannerContent a:active
{
	color:#5987E5;
}
#baseBannerContent a:hover
{
	color:#5987E5;
}
#baseBannerContentL
{
	width:400px;
	float:left;
	padding-top:2px;
}
#baseBannerContentR
{
	width:624px;
	float:left;
	text-align:right;
	padding-top:0px;
}


/* page title  - archives, pages */
h2.page-title  {
	text-align:center;
	font-size:46px;
	font-weight:normal;
	letter-spacing:-6px;
	margin:0;
	padding:0;
	margin-top:14px;
	color:#222222;
	border-bottom:1px dashed #222222;
}

/* posts */
.post
{
	margin-bottom:60px;
}
.post h2 a:link
{
	font-size:56px;
	font-weight:normal;
	letter-spacing:-6px;
	margin:0;
	padding:0;
	margin-top:14px;
	color:#222222;
}
.post h2
{
	font-size:48px;
	font-weight:normal;
	letter-spacing:-6px;
	margin:0;
	padding:0;
	margin-top:14px;
	color:#222222;
}
.entry-meta
{
	margin-top:-4px;	
	margin-left:14px;
}
.post .entryPointL
{
	font-size:24px; 
	font-weight:normal;
	letter-spacing:-1px;
	margin:0;
	padding:0;
	margin-top:4px;
	color:#222222;
	width:580px;
	float:left;
}
.post .entryPointR
{
	font-size:24px; 
	font-weight:normal;
	letter-spacing:-1px;
	margin:0;
	padding:0;
	margin-top:4px;
	width:200px;
	float:left;
	text-align:right
}
.post .entry-meta
{
	margin-bottom:56px;
}
.post .entry-content
{
	color:#000000;	
	font-weight:normal;
	letter-spacing:0px;
	line-height:1.4;
	margin-bottom:24px;
}
.post .entry-content blockquote {
	background-color: whiteSmoke;
	border: 1px solid #E2E2E2;
	font-size: 12px;
	line-height: 1.5;
	padding: 18px;
	line-height: 100%;
	display: block;
	font-family: monospace;
	margin: 1em 0px;
	white-space: pre;
}
.post .entry-utility
{
	padding-top:2px;
	padding-bottom:2px;
	border-bottom:1px dashed #6C6C88;
	border-top:1px dashed #6C6C88;
}
.post .readmore 
{
	font-size:24px;
	font-weight:normal;
	letter-spacing:-1px;
	margin:0;
	padding:0;
	margin-bottom:14px;
	color:#222222;
}
.post .readmore a:link
{
	font-size:24px;
	font-weight:normal;
	letter-spacing:-3px;
	margin:0;
	padding:0;
	margin-bottom:14px;
}
#comments 
{
	margin-bottom:40px;
	margin-top:-40px;
}
#comments .form-input
{
	margin-left:85px;
}
#comments .form-submit
{
	margin-left:85px;
	margin-top:5px;
}
#comments .form-input input
{
	border:1px solid #222222;
	color:#222222;
	font-family: 'Myriad Pro', Calibri, 'Lucida Grande', 'Lucida Sans', 'Lucida Sans Unicode', Verdana, sans-serif;
	font-size: 15px;
	font-weight:700;
	padding:15px;
}
#comments .form-submit input
{
	border:1px solid #222222;
	color:#222222;
	font-family: 'Myriad Pro', Calibri, 'Lucida Grande', 'Lucida Sans', 'Lucida Sans Unicode', Verdana, sans-serif;
	font-size: 15px;
	font-weight:700;
	padding:5px;
}
#comment 
{
	width:600px;
	margin-left:85px;
	border:1px solid #222222;
	color:#222222;
	font-family: 'Myriad Pro', Calibri, 'Lucida Grande', 'Lucida Sans', 'Lucida Sans Unicode', Verdana, sans-serif;
	font-size: 15px;
	font-weight:700;
	padding:15px;
}
/* actual comments */
#comments-list ol
{
	/*list-style-type:decimal*/
	list-style-type:none;
}
#comments-list li
{
	margin-bottom:18px;
	padding-bottom:4px;	
	list-style-type:none;
}
#comments-list h3 
{
	text-align:center;
	font-size:36px;
	font-weight:normal;
	letter-spacing:6px;
	margin:0;
	padding:0;
	margin-top:14px;
	color:#222222;
	border-bottom:1px dashed #222222;
}
#respond
{
	padding-bottom:14px;
}
#respondlink
{
	text-align:center;
	font-size:20px;
}
#respond h3 
{
	text-align:center;
	font-size:36px;
	font-weight:normal;
	letter-spacing:6px;
	margin:0;
	padding:0;
	margin-top:14px;
	color:#222222;
	border-bottom:1px dashed #222222;
}
#comments-list li.bypostauthor
{
	margin-bottom:18px;
	padding-bottom:4px;	
	background:#EEF0EB;
	border:1px dotted #B7C3D2;
}
.commentor 
{
	margin-top:4px;
	margin-left:4px;
}
.commentorAvatar
{
	width:80px;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:1px;
	float:left;
}
.commentorBlock
{
	float:left;
	width:650px;
	padding:2px;
	color:#000000;
	font-family: 'Myriad Pro', Calibri, 'Lucida Grande', 'Lucida Sans', 'Lucida Sans Unicode', Verdana, sans-serif;
	font-size: 15px;
}
.commentorBlock p:first-child
{
	margin-top:0;
	padding-top:0;
}
.comment-meta 
{
	text-align:right;	
	font-size: 12px;
	width:270px;
	float:left;
	padding-bottom:14px;
}
.commentorName 
{
	width:470px;
	float:left;
}

#trackbacks-list
{
	border-bottom:1px dashed #000000;	
}

#trackbacks-list h3 
{
	text-align:center;
	font-size:36px;
	font-weight:normal;
	letter-spacing:6px;
	margin:0;
	padding:0;
	margin-top:14px;
	color:#222222;
	border-bottom:1px dashed #222222;
}
/* navigation at the bottom */

.navigation 
{
	font-size:24px;
	font-weight:normal;
	letter-spacing:-1px;
	margin:0;
	padding:0;
	margin-bottom:14px;
	color:#222222;
}
.navigation .alignleft 
{
	width:380px;
	margin-right:14px;
	float:left;
	text-align:left;
}
.navigation .alignright 
{
	width:380px;
	margin-right:14px;
	float:left;
	text-align:right;
}

/* side bar */
/* news bar */
#newsPanel 
{
	padding-top:2px;
	padding-bottom:2px;
}
#newsHead 
{
	padding-bottom:1px;
	border-bottom:1px dashed #6C6C88;
	margin-bottom:2px;
}
.newsBox
{
	height:94px;
	width:200px;
	margin-bottom:7px;
	padding-bottom:4px;
	border-bottom:1px dashed #6C6C88;
}
.newsBox a:link
{
	color:#FFF;
}
.newsBox a:hover
{
	color:#FFF;
}
.newsBox a:visited
{
	color:#FFF;
}
.newsBox a:active
{
	color:#FFF;
}
.newsBox img 
{
	
}
.newsBox .newsSubTitle 
{
	z-index:2;
	position:relative;
	margin-top:-20px;
	text-align:right;
	float:right;
}
.newsBox .newsT 
{
	background:#222222;
	padding-left:3px;
}
/* categories */
.catsPanel 
{
	margin-top:28px;
	padding-top:2px;
	padding-bottom:2px;
	width:200px;
	margin-bottom:7px;
	padding-bottom:7px;
	border-bottom:1px dashed #6C6C88;
}
.catsHead 
{
	padding-bottom:1px;
	border-bottom:1px dashed #6C6C88;
	margin-bottom:7px;
}
.cats
{
	margin-bottom:14px;	
}
.cats a:link 
{
		color:#000;
}
.cats a:visited 
{
		color:#000;
}
.cats a:hover
{
		color:#000;
}
.cats a:active
{
		color:#000;
}
.cats li a:link 
{
		color:#5987E5;
}
.cats li a:visited 
{
		color:#5987E5;
}
.cats li a:hover
{
		color:#5987E5;
}
.cats li a:active
{
		color:#5987E5;
}
.cats ul
{
	display: inline;
	margin:0;
	padding:0;
}
.cats ul li
{
	display: inline;
	padding:0;
	margin:0;
}
.cats ul li:after {
    content: ", ";
}
.cats ul li:last-child:after {
    content: "";
}
/*up*/
#backUp
{
	margin-top:14px;
	margin-bottom:14px;
	text-align:center;
}

/*in post usables */
.post .wPoint 
{
	background:#EEF0EB;
	padding:9px	
}


/*quotes*/
.bigQuoteS {
     float: left;
     height: 30px;
     margin-top: -20px;
     font-size: 500%;
     color: #006;
 }


 .bigQuoteE {
     float: right;
     height: 25px;
     margin-top: 0px;
     margin-top: -20px;
     font-size: 500%;
     color: #006;
 }
 
 #speaker { 
 	font-weight:700;
 }

.fb-subscribe {

margin-left: 185px;
margin-top: 24px;
}


#sleepingGiant {
	padding: 8px 35px 8px 14px;
	margin-bottom: 20px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #fcf8e3;
	border: 1px solid #fbeed5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #3a87ad;
	background-color: #d9edf7;
	border-color: #bce8f1;
	width:600px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 12px;
	margin-bottom: 30px;
	height:170px;
	display:none;
}
#commentsArchived {
	padding: 8px 35px 8px 14px;
	margin-bottom: 20px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #fcf8e3;
	border: 1px solid #fbeed5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #3a87ad;
	background-color: #d9edf7;
	border-color: #bce8f1;
	width:745px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 12px;
	margin-bottom: 30px;
	display:none;
}
#sleepingGiant p, #commentsArchived p {
	font-size:18px;
	margin-left:7px;
}
#sleepingGiant img, #commentsArchived img {
	float:right;
	margin:4px;
	margin-right:-10px;
}
#sleepingGiant h2, #commentsArchived h2 {
	color: #000;
	margin-top: 5px;
	margin-left: 5px;
}
.btn {
display: inline-block;
padding: 4px 12px;
margin-bottom: 0;
font-size: 14px;
line-height: 20px;
color: #333;
text-align: center;
text-shadow: 0 1px 1px rgba(255,255,255,0.75);
vertical-align: middle;
cursor: pointer;
background-color: #f5f5f5;
background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
background-image: -o-linear-gradient(top,#fff,#e6e6e6);
background-image: linear-gradient(to bottom,#fff,#e6e6e6);
background-repeat: repeat-x;
border: 1px solid #bbb;
border-color: #e6e6e6 #e6e6e6 #bfbfbf;
border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
border-bottom-color: #a2a2a2;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffe6e6e6',GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
}
.btn-large {
padding: 11px 19px;
font-size: 17.5px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
}
.btn-w {
	color: #FFFFFF;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #3A87AD;
	*background-color: #3A87AD;
	background-image: -moz-linear-gradient(top, #3a87ad, #3A87AD);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#3a87ad), to(#3A87AD));
	background-image: -webkit-linear-gradient(top, #3a87ad, #3A87AD);
	background-image: -o-linear-gradient(top, #3a87ad, #3A87AD);
	background-image: linear-gradient(to bottom, #3a87ad, #3A87AD);
	background-repeat: repeat-x;
	border-color: #3A87AD;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3a87ad', endColorstr='#3A87AD', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	margin:10px;
}
.btn-w:hover,
.btn-w:active,
.btn-w.active,
.btn-w.disabled,
.btn-w[disabled] {
	color: #FFFFFF;
	background-color: #3A87AD;
	*background-color: #003bb3;
}

/* CLP TWEAK */
.checklistplugin-checklist.standard ul.checklistplugin-checklist-items {
line-height: 22px;
width: 110px;

}

#newBlog {
border-bottom: 0;
margin-top: 0;
}

#quotation {
margin-top: 15px;
}
.bigQuoteE {
margin-top:-4px;
}

.catsPanel ul.whll {
margin: 0;
padding-left: 0;
}
.catsPanel ul.whll li {

vertical-align: middle;
display: list-item;
margin-left: 15px;
}