/* 
	Theme Name: LLB-Green
	Theme URL: http://www.inspiredbusinessmarketing.com
	Description: Three column
	Version: 1.0	
	Tags: blue, widget ready, fixed width, three columns,  3 colums, widgets, adsense, seo, adsense ready, custom header, gravatar support, sidebar left, sidebar right,  widget sidebar, seo adsense, XHTML, blue theme
*/


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

h1, h2, h3, h4, h5, h6, pre, code {
	font-size: 62.5%;
}

a {
	text-decoration: none;
}

a img {
	border: none;
}

body {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 62.5%;
	line-height: 150%;
	margin: 0;
	padding: 0;
	background-color: #fff;
}


/* 
------------------------------------------------
											Links
------------------------------------------------
*/

a:link, a:visited {
	color: #adbc39;
}

a:hover {
	color: #cb514e;
	border-bottom: 1px solid #c9817e;	
}

a:active {
	color: #cb514e;
}


/* 
------------------------------------------------
									General Text
------------------------------------------------
*/

body {
	}

p {
	color: #343e41;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 1.3em;
	line-height: 130%;
	margin: 0.4em 0 0.8em 0.4em;
}

p a {
	font-size: 90%;
	font-weight: bold;
}

h1, h2, h3 {
	font-family: Georgia, serif;
	line-height: 120%;
	margin: 1.2em 0 0.8em 0;
}

h1{font-size:2.0em;color:#29707e;} h2{font-size:1.8em;color:#6f9792;} h3{font-size:1.6em;color:#6f9792;} 

h4, h5, h6 {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #6f9792;
}
h4{font-size:1.4em;} h5{font-size:1.2em;} h6{font-size:1.0em;} 

ul, ol {
	margin: 0.4em 0 1.6em 0.4em;
}

li {
	color: #343e41;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 1.3em;
	line-height: 130%;
	margin: 0.4em 0;
}

ol li {
	margin-left: 2.0em;
}

ul li {
	padding-left: 2.0em;
	list-style: none;
	background: url(images/square-bullet-grey.gif) no-repeat 0.6em 0.4em; 
}

li a {
	font-size: 90%;
	font-weight: bold;
}

blockquote {
	margin: 2.0em 2.4em 2.4em 2.4em;
	padding: 1.0em 3.0em 1.6em 2.0em; 
	border: 1px solid #cbe7e3;
	background-color: #deeded;
}

ol blockquote p {
	font-size: 12px;
}


/*
------------------------------------------------
										Branding
------------------------------------------------
*/

#idBranding {
	background-color: #adbc39;
	border-top: 1px solid #4f6603;
/*	border-bottom: 0.6em solid #fff; */
	margin: 0;
	overflow:hidden;
	text-align:left;
}

a:link.clBlogTitle, a:visited.clBlogTitle, a:hover.clBlogTitle, a:active.clBlogTitle {
	text-decoration: none;
	color: white;
}


#idBranding small {color:white;}

#idBrandingInner {
	position: relative;
	width: 98em;
	height: 11.6em;
	margin: 0 auto;
	background: url(images/lucy-whittington-loves-business.jpg) no-repeat left top;
}

#idLogo {
	position: absolute;
	bottom: 3.5em;
	left: 22em;
}

h1.clBlogTitle {
	color: #fff;
	font-family: Georgia, serif;
	font-size: 3.2em;
	font-weight: bold;
	line-height: 130%;
	margin:0; padding:0;
	position:relative;
	width:373px; height:35px;
	overflow:hidden;
	border: 0;
}

h1.clBlogTitle span {
	display:block;
	position:absolute; left:0; top:0; z-index:1;
	width:373px; height:35px;
	margin:0; padding:0;
	background: url(images/lucy-loves-business-web-logo.gif) top left no-repeat;
}

h3.clBlogDescription {
	color: #254634;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 1.4em;
	font-weight: normal;
	line-height: 130%;
	margin: 0 0 0 1.2em;
	padding: 0;
	margin:0; padding:0;
	position:relative;
	width:425px; height:20px;
	overflow:hidden;
}

h3.clBlogDescription span {
	display:block;
	position:absolute; left:0; top:0; z-index:1;
	width:425px; height:20px;
	margin:0; padding:0;
	background: url(images/whats-inside-my-head-strap.gif) top left no-repeat;
}



/*
------------------------------------------------
								Main Navigation
------------------------------------------------
*/

#menu {
	position: absolute;
	bottom: 0;
	left: 22em;
	margin: 0;
	padding: 0;
	margin: 0;
}

* html #menu { /* for our IE6 friends and their double margin bug */
	display: inline;
	bottom: -0.1em; 
}

#menu ul {
	margin:0;
	padding: 0;
	list-style: none;
}

#menu li.page_item {
	margin:0;
	padding: 0;
	float: left;
	margin-right: 0.2em;
	background: none;
}

#menu a {
	display: block;
	float: left;
	padding: 0.3em 1.6em;
	font-weight: bold;
	color: #254634;
	background-color: #c3ce56;
	border-top: 1px solid #cdd665;
}

#menu a:hover {
	background-color: #dfe57b;
	border-top: 1px solid #ebef95;
	border-bottom: none;
}

#menu li.current_page_item a {
	background: #fff url(images/current-menu-tab-bg.png) repeat-x top left;
	border-top: 0.1em solid #eff7e5;
	border-bottom: none;
}

* html #menu a{
	/*height: 1px;*/
	display: inline;
}



/*
------------------------------------------------
										Images
------------------------------------------------
*/

img.left {
  float:left;
  margin:0 12px 0 0;
}

img.right {
  float:right;
  margin:0 0 0 12px;
}

img.center {
  display: block;
  margin:0 auto;
}

img.top-full-width-480 {
	padding: 0 0 1em 0;
}


/* paragraphs, lists, blockquote  etc
--------------------------------------------------*/


/* Next post link 
---------------------------------------------------*/


/*
------------------------------------------------
										Containers
------------------------------------------------
*/

#idContainer {
  padding-top: 0;
  background: #e7efee;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  text-align: left;
  overflow:hidden;
	border-top: 0.7em solid #758b0d;
}

#commentspopup #idContainer {
  width: 455px;
  padding: 0 15px;
}

/* navigation
--------------------------------------------------*/


/* Post Title 
--------------------------------------------------*/ 
.post-title {
	display: block;
	font-family: Georgia, serif;
	font-size: 2.6em !important;
	font-weight: bold;
	line-height: 1.0em;
	margin: 5px 0px 10px 0px !important;
	padding: 5px 0pt; 
}



/*
------------------------------------------------
									Post Credits
------------------------------------------------
*/

.clPostCredits {
	font-family: Arial, Verdana, sans-serif;
	font-size: 1.1em;
	color: #6a7375;
	line-height: 130%;
	margin: 0 2em 2em 0;
	padding: 0.3em 0;
	border-bottom: 1px dashed #919da2;	
	border-top: 1px dashed #919da2;
}



/*
------------------------------------------------
								Content Wrappers
------------------------------------------------
*/
#idContentWrapperOuter {
	width: 100%;
	background: #e7efee url(images/page-blue-grad-slice.png) repeat-x top left;
	border-top: 0.6em solid #fff;
	min-height: 35em;
}

* html #idContentWrapperOuter {
	height: 35em;
}

#idContentWrapperInner {
	width: 98em;
	margin: 0 auto;
	padding: 1.7em 0 3.0em 0;
}


/*
------------------------------------------------
										Content
------------------------------------------------
*/
#idContent {
  float: left;
  width: 49.2em;
  margin-left: 21.4em;
	padding-left: 3.1em;
	padding-right: 3.1em;
  margin-right: 1em;
  display:inline;
  overflow:hidden;
	border-left: 1px solid #d0e7C6;
	border-right: 1px solid #d0e7C6;
}

* html #idContent {
	width: 48.6em;
}

#idContent h1 {
   color: #333333;
   font-weight: normal;
   font-family: Georgia, Arial, Helvetica, sans-serif;
   line-height: 1.6em;
   margin: 0 0 8px 0;
   font-size: 1.8em;
}

/*
------------------------------------------------
										Post
------------------------------------------------
*/

h2.clPostTitle {
	font-size: 2.2em;
	color: #318a8a;
	padding-bottom: 0.3em;
	margin: 0;
}

.entry {
	margin-bottom: 5em;
}

.clLW {
	float: left;
	margin:0 0 0 0.5em; padding:0;
	position:relative;
	width:22px; height:18px;
	overflow:hidden;
}

.clLW span {
	display:block;
	position:absolute; left:0; top:0; z-index:1;
	width:22px; height:18px;
	margin:0; padding:0;
	background: url(images/lw-sig.gif) top left no-repeat;
}

.clShareIt {
	float: right;
}

a:link.clReadMore, a:visited.clReadMore {
	margin: 0.4em 0;
	font-size: 1.2em;
	font-weight: normal;
	line-height: 1.2em;
	padding: 0.2em 0 0.1em 1.0em;
	margin-left: 1.0em;
	color: #adbc39;
	background: url(images/dbl-arrow.gif) no-repeat left 0.5em;
	text-decoration: none; 	
}

a:hover.clReadMore, a:active.clReadMore {
	color: #cb514e;
	border-bottom: 0; 	
}



/*
--------------------------------------------------
											Footer
--------------------------------------------------
*/

#idFooter {
	clear: both;
	margin: 0;
	padding: 0;
	width: 100%;
	background-color: #fff;
	border-top: 1px solid #d0e7c6;
}

#idFooterInner {
	width: 98em;
	margin: 1em auto 0 auto;
	padding: 0 0 1em 0;
	text-align: center;
}

#idFooter p {
	font-size: 1.1em;
}



/*
--------------------------------------------------
											Sidebars
--------------------------------------------------
*/

.sidebar_box_left {
	width: 18em;
	margin: 0.5em 1em 1em 0;
	position:relative;
}

.sidebar_box_right {
	width: 18em;
	margin: 0.5em 0 1em 1em;
	position:relative;
}

h4.clSidebarHeader {
	display: block;
	color: #254634;
	font-size: 1.2em;
	width: 100%;
	text-align: center;
	padding: 0.2em 0.6em;
	background-color: #bee7e7;
	border: 1px solid #bce2d9;
}

.sidebar_box_left ul li {
	padding-left: 2.0em;
	list-style: none;
	background: url(images/square-bullet.gif) no-repeat 0.6em 0.4em; 	
}

.sidebar_box_left ul li a {
	font-weight: normal; 	
}

.sidebar_box_right ul li {
	padding-left: 2.0em;
	list-style: none;
	background: url(images/square-bullet.gif) no-repeat 0.6em 0.4em; 	
}

.sidebar_box_right ul li.clRss {
	padding: 0;
	margin: 0.2em 0;
	text-align: center;
	background: none;	
}

.sidebar_box_right ul li.clRss a {
	border: none;	
}

.sidebar_box_right ul li a {
	font-weight: normal; 	
}

/* left sidebar
--------------------------------------------------*/
#sidebar_l {
	float: left;
	width: 20em;
	margin-left: -78em;
}

/* right sidebar
--------------------------------------------------*/
#sidebar_r {
	float: right;
	margin-left: -0.3em;
	width: 20em;
}
* html #sidebar_r {
	display: inline;
}


/* Email Form
--------------------------------------------------*/

#idEmailForm {
	margin: 1em; 
}

p.clFormPara {
	margin: 0.4em 0 !important;
}

.clInputLabel {
	clear: left;
	float: left;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 90%;
	margin-bottom: 0.4em;
	margin-left: 3em;
	width: 14em;
}

input.single {
	background: #FFFFFF none repeat scroll 0 0;
	border: 1px solid #c4d6ce;
	color: #000000;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 90%;
	width: 16em;
}

textarea.area {
	background: #FFFFFF none repeat scroll 0 0;
	border: 1px solid #c4d6ce;
	color: #000000;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 90%;
	width: 20em;	
}



/* Wordpress Widget Related CSS Code
--------------------------------------------------*/
#wp-calendar {
	/*border: 1px solid #ddd;*/
	empty-cells: show;
	font-size: 0.9em;
	margin: 0;
	width: 90%;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	display: block;
	text-decoration: none;
	font-weight:bold;
}

#wp-calendar a:hover {
/*	background: #e0e6e0; */
background:white;
	color: #333;
}

#wp-calendar caption {
	color: #14568A;	
	text-align: center;
	font-weight:bold;
	font-size:1.2em;
}

#wp-calendar td {
/*	color: #ccc;*/
	font: normal 12px 'Lucida Grande', Verdana, Arial, Sans-Serif;
	letter-spacing: normal;
	padding: 2px 0;
	text-align: center;
}

#wp-calendar td.pad:hover {
	background: #fff;
}

#wp-calendar td:hover, #wp-calendar #today {
	background: #eee;
	color:#003366;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}

/* Captions & aligment */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions & aligment */