/* 
	Theme Name: Organic-Verbage-Free
	Theme URL: http://www.organicthemes.com/
	Description: The Verbage Theme is designed and developed by David Morgan of Muku Studios and Jeff Milone.
	Author: Organic Themes
	Author URI: http://www.organicthemes.com
	Version: 1.0.1
	Tags: structure theme, premium wordpress theme, all purpose theme, starter wordpress theme 
	
	The PHP and XHTML are released under the GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/

body {
	background: #f9f9f5 url(images/landscape.jpg) no-repeat;
	color: #333333;
	font-size: 13px;
	font-family: Helvetica Neue, Lucida Grande, Helvetica, sans-serif;
	line-height: 22px;
	margin: 0px auto 0px;
	padding: 0px;
	width:100%;
	height:100%;
	}
#wrap {
    padding: 0 0 100px;
    width: 100%;
	}

/************************************************
*	Common									*
************************************************/

.hidden {
	display: none;
	}
.clear {
	clear: both;
	}
.linerule {
	border-bottom: 1px solid #CCCCCC;
	padding-top: 15px;
	margin-bottom: 15px;
	}

/************************************************
*	Hyperlinks									*
************************************************/

a, a:visited {
	color: #d5cf2d;
	text-decoration: none;
	}
a:focus, a:hover, a:active {
	outline: none;
	text-decoration: underline;
	}
a img {
	border: none;
	}

/************************************************
*	Header  									*
************************************************/

#header {
	float: left;
	display: block;
	width: 940px;
	height: 140px;
	margin: 0px auto 0px;
	padding: 0px;
	}
#header h1 {
	color: #333333;
	font-size: 36px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin: 0px;
	padding: 20px 0px 0px 0px;
	text-decoration: none;
	}
#header h1 a, #header h1 a:visited {
	color: #333333;
	font-size: 36px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	}
#header h1 a:hover {
	color: #333333;
	text-decoration: none;
	}
.logo {
	width: 100%;
	float: left;
	margin: 0px;
	padding: 10px 0 0 20px;
	overflow: hidden;
	z-index:1000;
	}
#header #title {
	padding: 0px;
	margin: 0px;
	}
#header #title a {
	background: url(images/logo.png) no-repeat;
	float: left;
	display: block;
	width: 950px; 
	height: 130px;
	margin: 0; padding: 0;
	text-indent: -9999px;
	overflow: hidden;
	}
	
/************************************************
*	Navigation      								*
************************************************/

#navigation {
	display: block;
	clear:both;
	margin: 0px;
	padding: 0px;

	}
	
/*** ESSENTIAL STYLES ***/

.menu, .menu * {
	margin:	0;
	padding: 0;
	list-style:	none;
	}
.menu {
	line-height: 1.0;
	}
.menu ul {
	margin: 0px;
	padding: 0px;
	height:20px;
	}
.menu ul ul, ul.menu ul {
/*	position: absolute;
	top: -9999px;  */
	width: 180px; /* left offset of submenus need to match (see below) */
	z-index: 11;
	}
.menu ul li ul li, ul.menu ul li {
	border: none;
	margin: 0px 0px 0px 0px;
	background:#ec733c;
	}
.menu li:hover {
	visibility:	inherit; /* fixes IE7 'sticky bug' */
	}
.menu li {
	float: left;
	position: relative;

	}
.menu a {
	display: block;
	position: relative;
	}
.menu li:hover ul,
.menu li.sfHover ul {
	left: 0;
	top: 41px; /* match top ul list item height */
	z-index: 99;
	}
ul.menu li:hover li ul,
ul.menu li.sfHover li ul {
	top: -9999px;
	}
ul.menu li li:hover ul,
ul.menu li li.sfHover ul {
	left: 170px; /* match ul width */
	top: 0;
	}
ul.menu li li:hover li ul,
ul.menu li li.sfHover li ul {
	top: -9999px;
	}
ul.menu li li li:hover ul,
ul.menu li li li.sfHover ul {
	left: 170px; /* match ul width */
	top: 0;
	}

/*** DEMO SKIN ***/

.menu .current_page_item a {
	color: #333333 !important;
	background:	#e9e337;
	}
.menu .current_page_item li a, 
.menu li .current_page_item a {
	color: #333333 !important;
	background:	#e9e337;
	}
.menu {
	margin-bottom: 0;
	}
.menu a {
	display: block;
	margin: 0px;
	text-decoration: none;
	overflow: hidden;
	}
.menu a span {font-size:11px; font-family:Georgia, serif; display:block; text-transform:lowercase; font-weight:normal; font-style:italic;}
.menu li li a, .menu li li a:visited {
	color: #666666;
	background: #EEEEEE;
	padding: 0px 10px;
	margin: 0px;
	text-decoration: none;
	text-transform: none;
	text-shadow: none;
	border: none;
	}
.menu a, .menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color: #999;
		font-size:13px;
	line-height:16px;
	}
.menu a:focus, .menu a:hover, .menu a:active {
	color: #000;
	outline: 0;
	}
.menu li {
	background: none;
	}
.menu li li {
	background: none;
	border: none;
	}
.menu li li li {
	background: none;
	border: none;
	}
.menu li:hover, .menu li.sfHover {
	background:	none;
	outline: 0;
	position: relative;
	z-index: 99;
	}
.menu li li:hover, .menu li li.sfHover {
	background:	#FFFFFF;
	color: #333333;
	outline: 0;
	padding: 0px;
	}
.menu li li a:focus, .menu li li a:hover, .menu li li a:active {
	background:	#e9e337;
	color: #333333;
	outline: 0;
	}
	
/*** VERTICAL STYLE  **/
	
/*** adding sf-vertical in addition to sf-menu creates a vertical menu ***/
.sf-vertical, .sf-vertical li {
	}
/* this lacks ul at the start of the selector, so the styles from the main CSS file override it where needed */
.sf-vertical li:hover ul,
.sf-vertical li.sfHover ul {
	left: 180px; /* match ul width */
	top: 0;
	z-index: 99;
	}

/*** alter arrow directions ***/
.sf-vertical .sf-sub-indicator { background-position: -10px 0; } /* IE6 gets solid image only */
.sf-vertical a > .sf-sub-indicator { background-position: 0 0; } /* use translucent arrow for modern browsers*/

/* hover arrow direction for modern browsers*/
.sf-vertical a:focus > .sf-sub-indicator,
.sf-vertical a:hover > .sf-sub-indicator,
.sf-vertical a:active > .sf-sub-indicator,
.sf-vertical li:hover > a > .sf-sub-indicator,
.sf-vertical li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
	}

/*** ARROWS **/

.menu a.sf-with-ul {
	padding-right: 10px;
	min-width: 1px; /* trigger IE7 hasLayout so spans position accurately */
	}
	.menu a.sf-with-ul:after {
	content:url(images/down-arrow.gif);
	}
.sf-sub-indicator {
	position: absolute;
	display: block;
	top: 16px; /* IE6 only */
	width: 20px;
	height:	20px;
	text-indent: -9999px;
	overflow: hidden;
	background:	url() no-repeat -10px -105px; /* 8-bit indexed alpha png. IE6 gets solid image only */
	}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top: 10px;
	background-position: 0 -105px; /* use translucent arrow for modern browsers*/
	}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: 0px -105px; /* arrow hovers for modern browsers*/
	}
/* point right for anchors in subs */
.menu ul ul .sf-sub-indicator, ul.menu ul .sf-sub-indicator { 
	background-position:  -10px 0; 
	}
.menu ul ul a > .sf-sub-indicator, ul.menu ul a > .sf-sub-indicator { 
	top: 7px;
	background-position:  0 0; 
	}
/* apply hovers to modern browsers */
.menu ul ul a:focus > .sf-sub-indicator,
.menu ul ul a:hover > .sf-sub-indicator,
.menu ul ul a:active > .sf-sub-indicator,
.menu ul ul li:hover > a > .sf-sub-indicator,
.menu ul ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
	}
/*** shadows for all but IE6 ***/
.sf-shadow ul ul {
	background:	none;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
	}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
	}
	
/************************************************
*	Featured Article							    *
************************************************/

#homefeature {
	border-top:8px solid #fff;
    float: none;
    margin-left: 205px;
    width:710px;
	background: #fff;
	height: 325px;
	padding: 0px;
	overflow: hidden;
	box-shadow:-2px 2px 0px #d9dacf;
	}
#content #homefeature h1 {
	margin: 0;
	padding: 0px;
	line-height: 28px;
		background:url(images/yellowarrow-big.png) no-repeat center left;

	}
#content #homefeature h1 a {
display:block;
	padding: 16px 20px 15px 0px;
	text-indent:15px;
	margin: 0px;
	color:#fff;
	}
#content #homefeature h1 a:hover {
	color:#fff;
 	}
#homefeature .post {
	float: left;
	display: block;
	margin: 0px;
	padding: 0px;
	width:100%;
	}
#homefeature .featureinfo {
	width:auto;
	min-width: 640px;
	height: 200px;
	padding: 24px 35px 6px 35px;
	overflow: hidden;
	}
#homefeature .featureinfo p {
	display: inline;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	line-height: 20px;
	overflow: hidden;
	font-size:13px;
	}
#homefeature .featureinfo img {
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 5px 15px 10px 0px;
	overflow: hidden;
	}
#homefeature .readmore a {
	float: right;
	display: block;
	color: #fff;
	background: #514f48;
	height: 30px;
	margin: 0px;
	padding: 0px 11px;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	line-height: 30px;
	}
#homefeature .readmore a:hover {
	color: #FFFFFF;
	background: #beb93d;
	text-decoration: none;
	}

/************************************************
*	Homepage 					     		    * 
************************************************/

#homepage {
	  float: none;
    margin-left: 205px;
    width: auto;	
	min-width: 710px;
	padding: 0px 0px 0px 0px;
	display:block;
	}
#homepage p {
	margin: 0px;
	padding: 0px 0px 10px 0px;
	}
#homepage ul {
	list-style: none;
	list-style-type: none;
	margin: 0px 0px 0px 5px;
	padding: 0px 0px 10px 0px;
	}
#homepage ul li {
	list-style: none;
	list-style-type: none;
	padding: 0px;
	margin: 0px 0px 5px 0px;
	}
.homecontent {
  background: #FFFFFF;  
	margin: 10px 0px 20px 0px;
	padding: 0px;
	box-shadow:-2px 2px 0px #d9dacf;
	}
.homecontentbox {
	float: left;
	background: #FFFFFF;
	width: 355px;
	height: 320px;
	margin: 0px 0px 0px 0px;
	padding: 20px 0px 0px 0px;
	border-bottom: 1px solid #EEEEEE;
	overflow: hidden;
		box-shadow:-2px 2px 0px #d9dacf;

	}
.homecontentbox:hover {
	background: #F8F8F8;
	}
.homecontentbox.first {
	width: 354px;
	border-right: 1px solid #EEEEEE;
	}
.homecontentinfo {
	height: 290px;
	overflow: hidden;
  	}
#homepage .homecontentinfo h2 {
	margin: 0px;
	padding: 0px;
	font-size:20px;
	}
#homepage .homecontentinfo h2 a {
	display: inline-block;
	padding: 8px 20px 0;
	height:25px;
	text-transform:uppercase;
	background: url(images/yellowarrow.png) right center no-repeat;
	color:#fff;
	}
	
#homepage .homecontentinfo h2 a:hover {
color:#fff;
}
#homepage .homecontentinfo p {
	margin: 10px 0px 0px 0px;
	padding: 0px 20px;
	line-height: 22px;
	}
#homepage .homecontentinfo a img {
	margin: 10px 0px 0px 0px;
	padding: 0px;
	}
#homepage .readmore a {
	float: right;
	display: block;
	color: #fff;
	background: #514f48;
	height: 30px;
	padding: 0px 11px;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	line-height: 30px;
	}
#homepage .readmore a:hover {
	color: #FFFFFF;
	background: #beb93d;
	text-decoration: none;
	}
#homecontentnav {
	float: left;
	display: block;
	width: 590px;
	padding: 0px 10px 0px 10px;
	margin: 0px;
	background:url(images/greyplaid.png);
	}

/************************************************
*	Home Page Sidebar						    *
************************************************/

#homeside {
	float: left;
	display: inline;
	width: 240px;
	margin: 0px;
	padding: 0px;
	height:100%;
	}
	
/************************************************
*	Content 					     		    * 
************************************************/

#content {
	display: block;
	width: 90%;
	margin: 0 0 20px;
	padding: 10px 0px 0px 0px;
	clear:both;
	}
#contentleft {
	float: left;
	display: block;
	background:#FFFFFF;
	width: 670px;
	margin: 0px 0px 10px 230px;
	padding: 20px;
	}
#contentarchive {
	float: left;
	display: block;
	background: #FFFFFF;
	margin: 0px 0px 10px 230px;
	padding: 20px;
	width:670px;
	}
#contentarchive .postarea, #contentarchive .postcomments {
	width: 360px;
	margin: 0px;
	padding: 0px;
	}
#contentarchive .postimg {
	display: block;
	padding: 0px;
	margin: 0px 0px 5px 0px;
	overflow: hidden;
	}
#content h1 {
	color: #666666;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	font-weight: bold;
	text-transform:uppercase;
	line-height: 32px;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	text-shadow:1px 1px 1px #FFFFFF;
	}
#content h2 {
	color: #333333;
	font-size: 14px;
	font-weight: bold;
	text-transform:uppercase;
	letter-spacing:1px;
	line-height: 24px;
	margin: 10px 0px 6px 0px;
	padding: 0px 0px 0px 0px;
	}
#content h1 a, #content h2 a {
	color: #333333;
	text-decoration: none;
	border: none;
	}
#content h1 a:hover, #content h2 a:hover {
	color: #beb93d;
	text-decoration: none;
	border: none;
	}
#content h3 {
	color: #333333;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
	text-transform: none;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	line-height: 18px;
	}
#content h4 {
	color: #333333;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight:normal;
	margin: 0px 0px 5px 5px;
	padding: 0px 0px 0px 0px;
	line-height: 16px;
	}
#content h3 a, #content h4 a {
	color: #333333;
	font-style: normal;
	text-decoration: none;
	border: none;
	}
#content h3 a:hover, #content h4 a:hover {
	color: #beb93d;
	text-decoration: none;
	border: none;
	}
#content h5 {
	color: #333333;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: italic;
	text-transform: none;
	margin: 6px 0px 4px 0px;
	padding: 0px;
	line-height: 20px;
	}
#content h6 {
	color: #333333;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: italic;
	text-transform: none;
	margin: 6px 0px 0px 0px;
	padding: 0px 0px 2px 0px;
	line-height: 20px;
	border-bottom: 1px solid #DDDDDD;
	}
#content h5 a, #content h6 a {
	color: #333333;
	text-decoration: none;
	border: none;
	}
#content h5 a:hover, #content h6 a:hover {
	color: #beb93d;
	text-decoration: none;
	border: none;
	}
#contentleft img.wp-smiley {
	float: none;
	border: none;
	padding: 0px;
	margin: 0px;
	}
#contentleft img.wp-wink {
	float: none;
	border: none;
	padding: 0px;
	margin: 0px;
	}
.postarea p {
	padding: 5px 0px 5px 0px;
	margin: 0px;
	}
.postarea img {max-width:670px; height:100%;}
.postarea a img.nothumb {
	margin: 15px 0px 0px 0px;
	}
.postarea hr {
	border:0;
	width:100%;
	height:1px;
	color:#ddd;
	background-color:#ddd;
	margin:5px 0 8px 0;
	padding: 0;
	}
.postarea ol {
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 10px 0px;
	}
.postarea ol li {
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 5px 0px;
	}
.postarea ul {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
	}
.postarea ul ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	}
.postarea ul li {
    list-style: inside;
    list-style-type: square;
	background: none;
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 5px 0px;
	}
.postarea ul ul li {
	background: none;
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 5px 0px;
	}
.posttitle h3 {font-size:48px !important; margin-bottom:10px !important; font-weight:normal !important; border-bottom:1px solid #ddd;}
.single-post .posttitle h3 {border:none;}
blockquote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: italic;
	line-height: 28px;
	margin: 15px 25px 15px 25px;
	padding: 0px 25px 0px 10px;
	border-left: 2px solid #DDDDDD;
	}
#content blockquote p {
	margin: 0px;
	padding: 10px 0px 10px 0px;
	}
.postauthor {
	margin: -5px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
  text-align:right;
  	}
.postauthor p {
	color: #999999;
	font-size:11px;
	padding: 0px 0px 0px 0px;
	}
.postmeta {
	background: #EEEEEE;
	font-size: 11px;
	margin: 5px 0px 45px 0px;
	padding: 5px 10px 5px 10px;
	}
.postauthor a:hover {text-decoration:none; color:#333;}
.postauthor p a {color:#999;}
.postmeta p {
	margin: 0px;
	padding: 0px;
	}
#prevLink {
	float: left;
	padding: 0px;
	margin: 0px;
	}
#nextLink {
	float: right;
	padding: 0px;
	margin: 0px;
	}
#prevLink p, #nextLink p {
	padding: 0px;
	}
#prevLink p a, #nextLink p a {
	display: block;
	padding: 7px 0px;
	font-size:10pt;
	text-transform:uppercase;
	}
code {
	color: #222222;
	background: #EAEAEA;
	font-size: 11px;
	margin: 0px;
	padding: 10px;
	display: block;
	font-family: Verdana, Tahoma, Verdana;
	}

/************************************************
*	Images  					     		    * 
************************************************/

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding: 0px;
	}
img.alignnone {
	padding: 0px;
	margin: 5px 0px 5px 0px;
	display: block;
	}
img.alignright {
	padding: 0px;
	margin: 0px 0px 10px 10px;
	display: inline;
	}
img.alignleft {
	padding: 0px;
	margin: 0px 10px 10px 0px;
	display: inline;
	}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	}
.alignright {
	float: right;
	margin: 10px 0px 10px 10px;
	}
.alignleft {
	float: left;
	margin: 10px 10px 10px 0px;
	}
.wp-caption {
	text-align: center;
	background-color: #EEEEEE;
	padding: 5px 0px 0px 0px;
	margin-bottom: 10px;
	}
.wp-caption img {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	border: 0px;
	}
.wp-caption p.wp-caption-text {
	margin: 0px;
	padding: 5px;
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
	}

/************************************************
*	Sidebars	 	        			     	* 
************************************************/

#sidebar_right {
    left: 0;
    margin: 0 0 0 40px;
    position: fixed;
    width: 200px;
    z-index: 500;
	}
#sidebar_left {
    left: 0;
    margin: 0 0 0 40px;
    position: fixed;
    width: 200px;
    z-index: 500;
	}
#sidebar_right ul, #sidebar_left ul {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
#sidebar_right h4, #sidebar_left h4 {
    color: #333333;
	}
#sidebar_left .widget {
	float: left;
	display: block;
	width: 240px;
	list-style:none;
	margin: 0px 0px 10px 0px;
	padding: 0 0 20px;
	}
#sidebar_left .widget_nav_menu {
font-size:13px;
}

#sidebar_right .widget ul, #sidebar_left .widget ul {
	color: #333333;
	margin: 10px 0px;
	display:block;
	clear:both;
	}
#sidebar_right .widget ul li, #sidebar_left .widget ul li {
	color: #333333;
	display: block;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	background:none;
	clear:both;
	}
#sidebar_right .widget ul li a, #sidebar_left .widget ul li a, .widget a {
	display: block;
	padding: 3px;
	margin: 0px 0px 0px 0px;
	}
	#sidebar_right .widget ul li li a, #sidebar_left .widget ul l li a { /*subnav*/
	color:#333;
	display: block;
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
	text-transform: none;
	text-decoration: none;
	text-indent: 10px;
	padding: 3px 0px 3px 0px;
	margin: 0px 0px 0px 0px;
	width:180px;
  background:none;
	}
#sidebar_right .widget ul li a:hover, #sidebar_left .widget ul li a:hover {
	color: #000;
	display: block;
	text-decoration: none;
	}
#sidebar_right .widget ul ul, #sidebar_left .widget ul ul {
	color: #333333;
	margin: 0px 0px 0px 10px;

	}
	
/************************************************
*	Widgets										*
************************************************/

.widget {
	padding: 0 0 25px 0;
	display:block;
	clear:both;
	overflow:hidden;
	}
.textwidget p {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
	}

/************************************************
*	Calendar Widget							*
************************************************/

#calendar_wrap {
	margin: 0px auto 0px;
	padding: 5px 10px 5px 10px;
	}
#wp-calendar {
	width: 100%;
	text-align: center;
	}
#wp-calendar a {
	margin: 0px !important;
	}
#wp-calendar caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin: 5px 0px 5px 0px;
	}
#wp-calendar #prev a {
	float: left;
	margin: 10px 0px 0px 0px !important;
	text-align: left;
	}
#wp-calendar #next a {
	float: right;
	margin: 10px 0px 0px 0px !important;
	text-align: right;
	}
	
/************************************************
*	Recent Comments Widget						*
************************************************/

#footertop #recentcomments a, 
#sidebar_right #recentcomments a {
	display: inline;
	background: none;
	color: #beb93d;
	padding: 0px;
	margin: 0px;
	font-size: 12px;
	font-weight: normal;
	text-transform: none;
	text-decoration: none;
	}
#sidebar_right #recentcomments li {
	display: block;
	padding: 2px 0px;
	margin: 0px;
	}
#footertop #recentcomments a:hover, 
#sidebar_right #recentcomments a:hover {
	text-decoration: underline;
	}
	
/************************************************
*	Search Form									*
************************************************/

.widget_search {
	float: left;
	display: block;
	width: 100%;
	}
#searchform {
	margin: 0px;
	padding: 0px;
	}
#searchform label {
	display: none;
	}
#s, #searchformheader {
	background: #f2f2ef;
	width: 97%;
	color: #999;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 5px 0px 0px 0px;
	padding: 6px 4px;
	display: inline;
	border: none;
	border-radius:12px;
	box-shadow:inset 1px 1px 2px #aaa;
	}
#searchsubmit {
	float: right;
	background: #EEEEEE;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	width: 80px;
	margin: 10px 0px 0px 0px;
	padding: 6px 3px 6px 3px;
	border: none;
	}
#searchsubmit:hover {
	background: #beb93d;
	color: #FFFFFF;
	}
#searchbox {
	background: #EEEEEE;
	width: 180px;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	padding: 4px 0px 4px 5px;
	margin: 0px 0px 0px 0px;
	border: none;
	}

/************************************************
*	Footer Top									*
************************************************/

#footertopbg {
	float: left;
	display: block;
	width: 960px;
	margin: 0px auto 0px;
	padding: 0px 0px 0px 0px;
	}
#footertop {
	float: left;
	display: block;
	line-height: 22px;
	color: #333333;
	background: #FFFFFF;
	width: 920px;
	margin: 0px 0px 0px 0px;
	padding: 0px 20px 0px 20px;
	}
#footertop a {
	color: #666666;
	}
#footertop a:hover {
	color: #beb93d;
	}
#footertop h4 {
	color: #333333;
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: italic;
	text-transform: normal;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
	}
#footertop .widget ul {
	color: #333333;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	}
#footertop .widget ul li {
	color: #333333;
	display: block;
	background: none;
	margin: 0px;
	padding: 0px;
	height: 28px;
	overflow: hidden;
	}
#footertop .widget ul li a {
	display: block;
	color: #666666;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
	line-height: 24px;
	text-transform: uppercase;
	text-decoration: none;
	padding: 2px 10px 2px 10px;
	margin: 0px 0px 0px 0px;
	}
#footertop .widget ul li a:hover {
	background: #EEEEEE;
	color: #333333;
	display: block;
	text-decoration: none;
	}
#footertop .widget ul ul {
	color: #333333;
	margin: 0px 0px 0px 10px;
	}
#footertop .widget {
	margin: 0px;
	padding: 20px 0px 20px 0px;
	}
#footertop .textwidget {
	color: #333333;
	line-height: 22px;
	}
#footertop .textwidget a, #footertop #wp-calendar a {
	color: #beb93d;
	display: inline;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	}
#footertop .textwidget a:hover, #footertop #wp-calendar a:hover {
	color: #beb93d;
	display: inline;
	margin: 0px;
	padding: 0px;
	text-decoration: underline;
	}
.footertopleft {
	width: 200px;
	float: left;
	display: inline;
	margin: 0px 20px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
.footertopmid {
	width: 200px;
	float: left;
	display: inline;
	margin: 0px 20px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
.footertopright {
	width: 480px;
	float: right;
	display: inline;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}

/************************************************
*	Footer  									*
************************************************/

#footerbg {
	float: left;
	display: block;
	width: 960px;
	margin: 20px auto 0;
	padding: 0px 0px 0px 0px;
	border-top: 1px solid #DDDDDD;
	overflow:hidden;
	}
#footer {
    font-size: 11px;
    margin: 0px 0 0;
    padding: 0 40px;
    position: relative;
    z-index: 1000;
	}
#footer p {
	margin: 0px;
	padding: 0px;
	}
#footer a {
	color: #666666;
	text-decoration: none;
	}
#footer a:hover {
	color: #666666;
	text-decoration: underline;
	background: none;
	}
.footerleft {
	float: left;
	display: block;
	}
.footertop {
	font-size: 12px;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	padding: 10px 20px 0px 0px;
	}
.footerbottom {
	font-size: 11px;
	font-weight: normal;
	line-height: 14px;
	margin: 0px;
	padding: 0px 20px 0px 0px;
	}
.footerright {
	float: right;
	display: block;
	margin: 15px 25px 0px 0px;
	}

/************************************************
*	Comments									*
************************************************/

#submit {
	background: #DDDDDD;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	margin: 0px;
	padding: 2px 5px 2px 5px;
	border: none;
	}
#author, #email, #url {
	background: #f5f5f5 !important;
	color: #666666;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 5px;
	border: none;
	}
#comment {
	background: #f5f5f5 !important;
	color: #666666;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 5px 0px 5px 0px;
	padding: 5px;
	border: 1px solid #DDDDDD;
	}
.commentlist li ul li {
	font-size: 12px;
	}
.commentlist li {
	font-weight: bold;
	}
.commentlist li .avatar {
	background: #FFFFFF;
	float: right;
	border: 1px solid #DDDDDD;
	margin: 0px 0px 10px 10px;
	padding: 2px;
	}
.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 12px;
	}
.commentlist p {
	font-weight: normal;
	text-transform: none;
	}
.commentmetadata {
	font-weight: normal;
	}
#commentform input {
	width: 140px;
	padding: 6px 0px 6px 0px;
	margin: 5px 5px 0px 0px;
	}
#commentform {
	margin: 5px 10px 0px 0px;
	}
#commentform textarea {
	width: 100%;
	padding: 4px;
	}
#respond:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
	}
#commentform p {
	margin: 5px 0px 5px 0px;
	}
#commentform #submit {
	margin: 0px;
	float: left;
	display: block;
	cursor: pointer;
	}
#commentform #submit:hover {
	color: #FFFFFF;
	background: #beb93d;
	}
.alt {
	margin: 0px;
	padding: 10px;
	}
.commentlist {
	margin: 0px;
	padding: 0px;
	}
.commentlist ol {
	margin: 0px;
	padding: 10px;
	}
.commentlist li {
	margin: 15px 0px 5px 0px;
	padding: 10px 10px 10px 10px;
	list-style: none;
	}
.commentlist li ul li {
	margin-right: 5px;
	margin-left: 5px;
	}
.commentlist p {
	margin: 10px 0px 10px 0px;
	padding: 0px;
	}
.children {
	margin: 0px;
	padding: 0px;
	}
.nocomments {
	text-align: center;
	margin: 0px;
	padding: 0px;
	display: none;
	}
.reply {
	padding: 5px 0px 0px 0px;
	}
.reply a, .reply a:visited {
	display: inline-block;
	background: #DDDDDD;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	margin: 0px;
	padding: 2px 8px 2px 8px;
	border: none;
	}
.reply a:hover {
	background: #beb93d;
	color: #FFFFFF;
	text-decoration: none;
	border: none;
	}
.commentmetadata {
	font-size: 10px;
	line-height: 14px;
	margin: 0px;
	display: block;
	}
.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 30px;
	}
.alignright {
	float: right;
	}
.alignleft {
	float: left;
	}
.thread-alt {
	background: #FFFFFF;
	margin: 0px;
	padding: 0px;
	}
.thread-even {
	background: #EEEEEE;
	margin: 0px;
	padding: 0px;
	}
.depth-1 {
	border: 1px solid #DDDDDD;
	margin: 0px;
	padding: 0px;
	}
.even, .alt {
	border: 1px solid #DDDDDD;
	margin: 0px;
	padding: 0px;
	}
	
	
/************************************************
*	Portfolio Page 					     		    * 
************************************************/

#workpage {
    float: none;
    margin-left: 205px;
    width: auto;
	}
#workpage p {
	margin: 0px;
	padding: 0px 0px 10px 0px;
	}
#workpage ul {
	list-style: none;
	list-style-type: none;
	margin: 0px 0px 0px 5px;
	padding: 0px 0px 10px 0px;
	}
#workpage ul li {
	list-style: none;
	list-style-type: none;
	padding: 0px;
	margin: 0px 0px 5px 0px;
	}
.workcontent {
	float: left;
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	}
.workcontentbox {
    float: left;
    height: 290px;
    margin: 0 0 20px 25px;
    overflow: hidden;
    padding: 0;
    width: 230px;
    background:#f8f6f4;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
		}
.workcontentbox:hover {background:#fff; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);}
.workcontentbox img {	opacity:.9; -moz-opacity:.9;	}

.workcontentbox:hover img {
	opacity:1.0;
	}
.workcontentbox.first {
    float: left;
    height: 290px;
    margin: 0 0 20px 25px;
    overflow: hidden;
    padding: 0;
    width: 230px;
    border-top:1px solid #f8f6f4;
	}	
.workcontentinfo {
	height: 220px;
	overflow: hidden;
  	}
#workpage .workcontentinfo h2 {
	margin: 0px;
	padding: 0px;
	font-size:20px;
	}
#workpage .workcontentinfo h2 a {
	display: inline-block;
	padding: 8px 20px 0;
	height:25px;
	text-transform:uppercase;
	background: url(images/yellowarrow.png) right center no-repeat;
	color:#fff;
	}
	
#workpage .workcontentinfo h2 a:hover {color:#fff;}
#workpage .workcontentinfo p {
	margin: 10px 0px 0px 0px;
	padding: 0px 20px;
	line-height: 22px;
	display:block;
	}
#workpage .workcontentinfo a img {
	margin:-20% 0 0 -25%;
	padding: 0px;
	}
#workpage .readmore {padding:10px 0;}
#workpage .readmore span {
	float: left;
	display: block;
	padding: 0px 10px 0px 30px ;
	text-decoration: none;
	font-size: 12px;
	line-height:16px;
	margin-left:40px;
	text-indent:-40px;
	color:#999;
	}
#workpage .readmore span:hover {
	text-decoration: none;
	}
#workpage label {
font-weight:bold; text-transform:uppercase; color:#333; letter-spacing:1px; font-size:11px; width:14px; display:inline-block; margin-left:26px;}
#workcontentnav {
	float: left;
	display: block;
	padding: 0px 10px 0px 10px;
	margin: 0px;
	}	
	
.excerpt {display:block; width:300px;}
.workmeta {	margin: -5px 0px 20px 0px;	padding: 0px 0px 0px 0px; color:#666; border-top:1px solid #eee; border-bottom:1px solid #eee; overflow:hidden;}
.workmeta p {width:50%; display:inline-block; font-size:13px;}
.workdesc {float:right; width:49%; padding:5px 0;}
.workdesc p {width:100%;}
.workmeta label {text-transform:uppercase; font-weight:bold; font-size:11px; letter-spacing:1px; color:#333;}
.role {background:#eee; display:inline; padding:3px 5px; margin-right:5px;}
#workimages {text-align:center;}

img.magicfields {max-width:670px; margin:0 auto 20px; display:block;}


.featurebox {
padding:20px;
border-radius:10px;
-moz-border-radius:10px;
-webkit-border-radius:10px;
border:1px solid #fff;
float:left;
background:#ddd;
box-shadow:0px 0px 6px #aaa;}
.featurebox a {background:#fff; padding:3px 8px;}

#lbImage, #lbCenter {border-radius:10px 10px 0 0; -moz-border-radius:10px 10px 0 0; -webkit-border-radius:10px 10px 0 0; }
#lbBottom, #lbBottomContainer {border-radius:0 0 10px 10px; -moz-border-radius:0 0 10px 10px; -webkit-border-radius:0 0 10px 10px; border:0 !important; }
#lbCloseLink {margin-right:10px !important;}

.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.clearfix {
    display: block;
}
.top {background:url(images/up-arrow.gif) no-repeat top left; height:20px; text-indent:25px; padding:0 !important; font-size:11px; color:#999 !important;}
.top:hover {background-position:bottom left; }
.line { 
    border-bottom: 1px solid #ccc; float: left; display:block; width: 20px;
}

.postthumb {float:right;}
