/*
Theme Name: Local Color Media
Description: WordPress theme for LCM
Author: Jeph Christoff
Author URI: http://www.jephchristoff.com
Version: 1.0

[Table Of Contents] 

	00- Reset
	01- Global
	02- Header 
	03- Navigation
	04- Headings
	05- General Content 
	06- Left Column
	08- Right Column
	09- Footer 
	10- Clearfix

*/


/* 
----------------------------------------------------------------------------- 
=00 RESET
-----------------------------------------------------------------------------*/
body,div,dl,dt,dd,ul,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,table,th,td,embed,object{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img,abbr{border:0;}
address,caption,cite,code,dfn,h1,h2,h3,h4,h5,h6,th,var{font-style:normal;font-weight:normal;}
ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:1.0em;}
q:before,q:after{content:'';}
q:before, q:after,
blockquote:before, blockquote:after {
	content: "";
}
a {
	text-decoration:none;
	outline: none;
	color: #572600;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}
.right, .alignright {
	float: right;
}
.left, .alignleft {
	float: left;
}
.none {
	display:none;
}
#content #copy p {
	margin-bottom: 1em;
}




/* 
----------------------------------------------------------------------------- 
=01 GLOBAL
-----------------------------------------------------------------------------*/
body {
	font: 0.75em/1.2em "Trebuchet MS", Arial;
	color: #464543;
	margin: 0px;
	padding: 0px;
	background: url(images/bg.gif) repeat-x;
}
#doc {
	width: 980px;
	margin: 0px auto;
}



/* 
----------------------------------------------------------------------------- 
=02 HEADER
-----------------------------------------------------------------------------*/
#header {
	height: 90px;
	overflow: hidden;
	padding-left: 15px;
}
#header h1 a {
	background: url(images/logo.png) no-repeat;
	display: block;
	height: 90px;
	width: 240px;
	text-indent: -9999px;
}



/* 
----------------------------------------------------------------------------- 
=03 NAVIGATION
-----------------------------------------------------------------------------*/
#navigation {
	height: 26px;
	font-size: 13px;
	text-align: right;
	float: right;
	padding-right: 10px;
}

#navigation ul li {
	display: inline;
	float: left;
}
#navigation a {
	display: block;
	height: 20px;
	text-decoration: none;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 6px;
}
#navigation .current_page_item a, #navigation .current_page_ancestor a {
	display: block;
	height: 26px;
	text-decoration: none;
	background: url(images/nav-left.png) no-repeat left bottom;
	padding: 0px 0px 0px 30px;
	font-weight: bold;
	color: #FFFFFF;
}
#navigation .current_page_item a span, #navigation .current_page_ancestor a span {
	background: url(images/nav-right.png) no-repeat right bottom;
	padding-right: 30px;
	padding-top: 6px;
	display: block;
	height: 20px;
}


#navigation a:hover {
	color: #758B10;

}
#navigation .current_page_item a:hover, #navigation .current_page_ancestor a:hover {
	color: #FFFFFF;
	text-decoration: none;
}






/* 
----------------------------------------------------------------------------- 
=04 HEADINGS
-----------------------------------------------------------------------------*/
h1 {
	font-size:300%;
	line-height:1em;
	font-weight: bold;
	letter-spacing: -2px;
	margin-bottom: 5px;
}
#home #content #main #copy h1 {
	font-size: 38px;
}

h2 {
	font-size:210%;
	line-height:1em;
	font-weight: bold;
	letter-spacing: -1px;
	margin-bottom: 10px;
}
h3 {
	font-weight: bold;
    clear: both;
	font-size:140%;
}
.sIFR-alternate{
	display:none;
}




/* 
----------------------------------------------------------------------------- 
=05 GENERAL CONTENT STYLES
-----------------------------------------------------------------------------*/
#content {
	background: #99B40B url(images/bg-content-top.png) no-repeat;
	padding-top: 10px;
}
#content #main {
	background: url(images/bg-content.png) repeat;
}
#content #main #inside {
	background: url(images/bg-content-bottom.png) no-repeat left bottom;
	padding-left: 30px;
	color: #FFFFFF;
	line-height: 1.4em;
	padding-bottom: 20px;
}
#work #content #main #inside {
	padding-right: 30px;
	padding-bottom: 40px;
}
#content #main #copy {
	padding-top: 20px;
	font-size: 17px;
	line-height: 1.3em;
	width:680px;
}
#work #content #main #copy {
	width: 920px;
	font-weight: bold;
	padding-top: 20px;
}
#home #content #main #copy {
	width: 463px;
	font-weight: bold;
	padding-top: 40px;
}


/* FEATURED HOMEPAGE STYLES */
#content #main #featured {
	background: url(images/bg-new-work.png) no-repeat;
	width: 400px;
	margin-top: 20px;
	padding: 9px 15px 13px 18px;
	margin-right: 15px;
}
#content #main #featured a {
	font-weight: bold;
	color: #4f5715;
}
#content #main #featured img {
	padding-bottom: 8px;
}
#content #main #featured p.left {
	font-weight: bold;
	text-transform: uppercase;	
}

#content ul, #content blockquote {
	margin: 0px 0px 1em 1em;
	padding: 0px;
}
#content ol {
	margin: 0px 0px 1em 1em;
	padding: 0px;
}
#content ul ul {
	margin: 0px 0px 0.25em;
	padding: 0px;
}
#content ol ol {
	margin: 0px 0px 0.25em 1.5em;
	padding: 0px;
	list-style: lower-alpha;
}
#content ul li {
	background: url(images/arrow-white.gif) no-repeat left 7px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#content ul ul li {
	background: url(images/icons/bullet-small.gif) no-repeat left 6px;
	padding-bottom: 2px;
	padding-left: 8px;
}
#content ol li {
	padding-bottom: 5px;
}
#content ol ol li {
	padding-bottom: 2px;
}
#content blockquote {
	background: #FDF6E9;
	padding: 10px;
	font: 125% Georgia, "Times New Roman", Times, serif;
	color: #5F4220;
}
#content blockquote p {
	margin: 0px;
	padding: 0px;
}


#print-share {
	padding-top: 10px;
	width: 116px;
}
#news #print-share {
	width: 195px;
}
#print-share a  {
	background: url(images/icons/print.png) no-repeat;
	display: block;
	float: left;
	height: 18px;
	width: 53px;
	text-indent: -99999px;
}
#print-share a#share  {
	background: url(images/icons/share-this.png) no-repeat;
	width: 58px;
	margin-right: 5px;
}
#print-share a#rss  {
	background: url(images/icons/rss-feed.png) no-repeat;
	width: 74px;
	margin-right: 5px;
}
#work #content #main #copy ul {
	margin: 0px;
	padding: 0px;
}

#content #main #copy ul#portfolio li {
	display: inline;
	float: left;
	background: url(none);
	margin: 0px 20px 20px 0px;
	padding: 0px;
	width:160px;
}
#content #main #copy ul#portfolio li img {
	padding: 1px;
	border: 1px solid #FFFFFF;
}
#content #main #copy ul#portfolio li p {
	margin:0px;
	padding:0px;
}







/* 
----------------------------------------------------------------------------- 
=08 SIDEBAR
-----------------------------------------------------------------------------*/
#sidebar {
	width: 210px;
	padding-right: 30px;
}
#sidebar div {
	margin-bottom: 20px;
}

#sidebar #subnav ul li {
	background: url(images/icons/line-bulleted.png) no-repeat left bottom;
	padding-bottom: 8px;
}
#sidebar #subnav ul ul li {
	background: url(none);
	padding-bottom: 0px;
}
#sidebar #subnav ul a {
	display: block;
	padding-left: 12px;
}
#sidebar #subnav ul ul a {
	display: block;
	padding-left: 24px;
	font-size: 90%;
}
#sidebar #subnav li.current_page_item a {
	font-weight: bold;
}
#sidebar #subnav li.current_page_item ul li a {
	font-weight: normal;
}
#sidebar #subnav h4 {
	margin-bottom: 5px;
}



/* 
----------------------------------------------------------------------------- 
=09 FOOTER
-----------------------------------------------------------------------------*/
#footer {
	line-height: 1.3em;
	font-size: 95%;
	color: #4a575f;
}
#footer-links {
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	margin-top: 15px;
}






/* 
----------------------------------------------------------------------------- 
=10 CFORM STYLES
-----------------------------------------------------------------------------*/
#cformsform.cform {
	margin:0;
	width:auto;
}
#cformsform ol {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#cformsform .single {
	width: 666px;
	border-width: 0px;
	border-style: none;
	padding: 4px;
	font: 14px Arial, sans-serif;
	color: #666666;
	margin: 0px;
}
#cformsform .area {
	width: 666px;
	border-width: 0px;
	border-style: none;
	padding: 4px;
	font: 14px Arial, sans-serif;
	color: #666666;
}
#cformsform .reqtxt, #cformsform .emailreqtxt {
	font-size: 10px;
	color: #63350A;
	background: #FFFFFF;
	padding: 4px;
	display:none;
}
#usermessagea.failure {
	color: #b80615;
	margin-bottom: 1em;
	padding: 5px;
	font-size: 110%;
	font-weight: bold;
	letter-spacing: normal;
	text-align: left;
}
p#ll {
	display: none;
}
#cformsform.cform input:hover, #cformsform.cform textarea:hover, #cformsform.cform select:hover {
	background: #FFFFFF;
}
#cformsform.cform label {
	display:none;
}
#cformsform.cform li.cf_li_err label {
	color: #b80615;
}
#cformsform.cform label.cf-before {
	display:inline-block;
}
#cformsform.cform input.backbutton, #cformsform.cform input.resetbutton, #cformsform.cform input.sendbutton {
	margin:0;
}





/* 
----------------------------------------------------------------------------- 
=11 CLEARFIX
-----------------------------------------------------------------------------*/
.clearfix:after, blockquote:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
