/*
Theme Name: Live.Learn.Create
Theme URI: http://livelearncreate.com/
Description: Custom theme built of LLC portfolio
Version: 2.0
Author: Ian Whitmore
Author URI: http://ianwhitmore.com/
Tags: custom, multi-color, simple, clean

	LIVELEARNCREATE v2.0
	 http://livelearncreate.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/


/* Begin Typography & Colors */
body {
	font-size: 10px;
	font-family: Helvetica, Arial, Verdana, Sans-Serif;
	text-align: center;
	line-height: 170%;
	}

#page {
	text-align: left;	
	margin: 40px auto;
	padding: 0;
	width: 1020px;	
	}

#logo {
	width: 100%;
	height: 40px;
	margin: 0 0 60px 0;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 4px 0;
}

#content {
	font-size: 1.2em;
	}

#rightBar {
	float: right;
	width: 175px;
	margin: 84px 0 0 10px;
}

.singlePost {
	margin: 69px 0 0 0;
}

.singlePost h3{
	margin-bottom: 13px;
}


.sidebar {
	padding: 0px 0 10px 0;
	width: 175px;
	float: left;
	margin-left: 20px;
	}



.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.narrowcolumn .entry p{
	width: 560px;
	line-height: 140%;
}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: left;
	font-size: 0.8em;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}

#footer {
	border: none;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}


.sidebar h2 {
	font-size: 1.2em;
	}

h3 {
	font-size: 20px;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #774e1d;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited, .sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}


.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li, #commentform input, #commentform textarea {
	font-size: 0.9em;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	}

.commentmetadata {
	font-weight: normal;
	}

.sidebar {
	font-size: 1em;
	}


code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	text-decoration: underline;
	}


#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em Helvetica, Arial;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 20px 0;
	padding: 0;
	}

.narrowcolumn {
	float: right;
	padding: 0 0 20px 0px;
	margin: 0px 0 0;
	width: 600px;
	}
	
.home {
	padding-top: 3px;
}	

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.postThumb {
	float: left;
	margin: 0 20px 0 0;
}


.thumbPost {
	float: left;
	width: 460px;
}

.thumbPost .entry p{
	width: 450px;
}

.post {
	margin: 12px 0 28px 0;
	text-align: left;
	float: left;
	}

.single .post{
	margin: 16px 0 40px;
}

.single .post li{
	list-style: none;
	text-indent: 0;
}

.page .post {
	margin: 16px 0 40px;
}

.page .post p{
	width: 450px;
	margin-bottom: 20px;
}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 100%;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 0 0 8px 0;
	font-size: 20px;
	}

h2.pagetitle {
	text-align: center;
}

.sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin:  0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
	
h4 {
	margin: 2px 0 10px 0;
}	
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 0px;
	list-style: none;
	padding-left: 0px;
	text-indent: 0px;
	}

html>body .entry li {
	}

.entry ul li:before, .sidebar ul ul li:before {
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

.sidebar ul, .sidebar ul ol {
	margin: 0;
	padding: 0;
	}

.sidebar ul p, .sidebar ul select {
	margin: 5px 0 8px;
	}

.sidebar ul ul, .sidebar ul ol {
	margin: 5px 0 0 10px;
	}

.sidebar ul ul ul, .sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, .sidebar ul ol li {
	list-style: decimal outside;
	}

.sidebar ul ul li, .sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

.sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

.sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 150px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */

.sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#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;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



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

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

.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 */


/* SIDEBAR STYLES */

.sidebar .cats {
	margin-bottom: 40px;
}

.sidebar ul {
}

.sidebar ul li {	
	list-style-type: none;
	list-style-image: none;
	display: block;
	margin: 0;
}

.sidebar ul li a {
	color: #be7c2f;
	text-decoration: none;
	text-transform: uppercase;
	margin: 0;
	padding: 9px 0px 8px 9px;
	display: block;
}

.sidebar ul li a:hover {
	color: #FFF;
	font-weight: bold;
}

.sidebar ul li.current-cat a{
	color: #FFF;
	font-weight: bold;	
}

/* NARROW COLUMN STYLES */

.catDesc {
	line-height: 150%!important;
	float: left;
	margin-bottom: 29px;
	width: 520px;
}

h3.hthumb{
	margin-top: 10px;
}

.alignnone {
	margin-bottom: 15px;
}



/* IMAGE SLIDER GALLERY */

/*preload classes*/ 
.svw {width: 50px; height: 20px; background: #fff;} 
.svw ul {position: relative; left: -999em;} 
 
/*core classes*/ 
.stripViewer {  
position: relative; 
overflow: hidden;  
margin: 0 0 1px 0; 
} 
.stripViewer ul { /* this is your UL of images */ 
margin: 0; 
padding: 0; 
position: relative; 
left: 0; 
top: 0; 
width: 1%; 
list-style-type: none; 
} 
.stripViewer ul li {  
float:right; 
} 
.stripTransmitter { 
overflow: auto; 
width: 1%; 
margin-bottom: 20px;
} 
.stripTransmitter ul { 
margin: 0; 
padding: 0; 
position: relative; 
list-style-type: none; 
} 
.stripTransmitter ul li{ 
width: 20px; 
float:left; 
margin: 0 1px 1px 0; 
} 
.stripTransmitter a{ 
font: bold 10px Verdana, Arial; 
text-align: center; 
line-height: 22px; 
text-decoration: none; 
display: block; 
} 
.stripTransmitter a:hover, a.current{ 
	text-decoration: none;
} 


 
/* TOOLTIP FORMATTING */ 
#tooltip { 
background: #fff; 
color: #000; 
border: 3px solid #dedede; 
} 
#tooltip h3 {  
font: normal 10px Verdana;  
margin: 0;  
padding: 6px 2px;  
border: 0; 
} 


/* MISC STYLES */

.embedflash{
	margin-bottom: 25px;
}

h3.thumbH{
	margin-bottom: 8px;
}



/*//////////////////////////////////*/
/* /// GOLD + ORANGE STYLESHEET /// */
/*//////////////////////////////////*/


/* MAIN ELEMENTS */
body{
	background: #FFF url('images/gold_bg.jpg') no-repeat;
	color: #be7c2f;
}

#logo {
	background-image: url('images/gold_logo.png');
}

/* INLINE ELEMENTS */
a:link {
	color: #774e1d;
}

a:visited { color: #774e1d; }


a:hover {
	text-decoration: underline;
	}

small, .sidebar ul ul li, .sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #774e1d;
	}



/* SIDE BAR */

.sidebar ul {
	border-bottom: 1px solid #f2e2c7;	
}

.sidebar ul li {	
	color: #be7c2f;
	border-top: 1px solid #f2e2c7;
}

.sidebar ul li a:hover {
	background-color: #ca8432;
}


.sidebar ul li.current-cat a, .current_page_item a,.current_page_item a:visited, .sidebar ul li.current_page_item a{
	background-color: #ca8432;
	color: #FFF;
	font-weight: bold;
}

#rightBar .cats {
	margin-bottom: 15px!important;
}

#rightBar a{
	text-decoration: none;
}

#rightBar img{
	vertical-align: middle;
	margin: 0 5px 0 8px;
}

#rightBar small{
 	color: #ca8432;
}

/* SLIDE SHOW */

.stripViewer {  
border: 1px solid #ca8432;   
} 

.stripTransmitter a{ 
color: #be7c2f; 

} 
.stripTransmitter a:hover{ 
color: #774e1d; 
} 

a.current{
	border-bottom: 1px solid #f2e2c7;
}



/* ARCHIVE LISTS */

.postThumb{
	border: 2px solid #ca8432;
}

/* TWITTER FEED */
.twitter_div{
	margin: 40px 0 0 0;
	padding: 8px;
	background-color: #ca8432;
	font-size: 1.1em;
}

.twitter_div li span {
	display: block;
}

#twitter_update_list{
	list-style: none;
	color: #FFF;
}

#twitter_update_list a{
	color: #d8b080;
}

.twitter_div small {
	text-align: left;
}

.twitter_div small a{
	color: #FFF;
	font-style: italic;
}


.embedflash{
	margin-bottom: 25px;
}

h3.thumbH{
	margin-bottom: 8px;
}

small.copyRight{
	color: #d8b080;
	display: block;
	margin: 12px 0px 0px 8px;
	width: 160px;
}

small.copyRight:hover {
	color: #be7c2f;
}

#round_me {
	display: none;
}

html>body #round_me {
	display: block;
}

/* New Rounded Corners */
#round_me .sb-inner, #round_me .sbmid{ background-color: #ca8432;}


#num {padding-left: 6px;}

.img-bot {margin-bottom: 6px; display: block; }