/* 
	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
	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: url(images/bg.jpg) repeat-x 0 0 #FEFEFE;
	color: #555;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 22px;
	margin: 0px auto 0px;
	padding: 0px;
	}
#wrap {
	background: url(images/header.png) no-repeat center 0 transparent;
	padding: 20px 0 0 0;
	width: 100%;
	}

/************************************************
*	Common									*
************************************************/



.hidden {
	display: none;
	}
.clear {
	clear: both;
	}
.linerule {
	border-bottom: 1px solid #CCCCCC;
	padding-top: 15px;
	margin-bottom: 15px;
	}
.catpad {
	padding:8px 20px 7px 25px !important;	
}
.contentbgsingle {
	background:url(images/sidebar-line.png) repeat-y top right ;
}
/************************************************
*	Hyperlinks									*
************************************************/

a, a:visited {
	color: #298daa;
	text-decoration: none;
	font-weight:bold;
	}
a:focus, a:hover, a:active {
color: #99CC33;
	outline: none;
	
	}
a img {
	border: 1px solid #eeeeee;
	}
a:hover img {
	border: 1px solid #99CC33;
	}

a.blockybuttons {
	background: #DDDDDD;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	margin: 10px 0 0 0;
	padding: 5px 5px 5px 5px;
	border: none;
	display:block;
	float:right;
}
a.blockybuttons:hover {
	color: #FFFFFF;
	background: #248487;
}
/************************************************
*	Header  									*
************************************************/

#header {
	display: block;
	background: none;
	width: 980px;
	margin: 0px auto 0px;
	padding: 0px;
	position:relative;
	}
#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: 380px;
	float: left;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	height:160px;
	}
#header #title {
	padding: 45px 0 0 20px;
	margin: 0px;
	}
#header #title a {
	background: url(images/logo.png) no-repeat;
	float: left;
	display: block;
	width: 230px; 
	height: 62px;
	margin: 0; padding: 0;
	text-indent: -9999px;
	overflow: hidden;
	}
#header .twitter, #header .facebook, #header .promo, #header .contact {
	background: url(images/header-icons.png) no-repeat 50px 50px;
	display:block;
	text-indent:-9999px;
	position:absolute;
}
#header .twitter {
	height:49px;
	width:49px;
	top:49px;
	left:560px;
background-position:0 -56px;
}
#header .twitter:hover {
	background-position:0 0;	
}
#header .facebook {
	height:55px;
	width:55px;
	top:23px;
	left:680px;
	background-position:-98px -56px;
}
#header .facebook:hover {
	background-position:-98px 0;	
}
#header .promo {
	height:49px;
	width:49px;
	top:59px;
	left:773px;
background-position:-49px -56px;
}
#header .promo:hover {
	background-position:-49px 0;	
}
#header .contact {
	height:55px;
	width:55px;
	top:23px;
	left:888px;
background-position:-153px -56px;
}
#header .contact:hover {
	background-position:-153px 0;	
}
/************************************************
*	Navigation      								*
************************************************/

/* PRIMARY NAV */
#primary-nav {
	background: none;
	margin:0;
	list-style-type:none;
	width:980px;
	padding:0px;
}
.prim-nav {
	list-style-type:none;
	list-style-position:inside;
	height:35px;
	margin:0;
	padding:0 0 0 20px;
}
.prim-nav li {
	float:left;
	margin:0 5px 0 0;
	padding:0;
}
.prim-nav li a {
	padding: 6px 20px 4px 20px;
	color:#888;
	display:block;
	height:25px;
	text-transform:uppercase;
	font-size:14px;
	-moz-border-radius-topleft: 5px; 
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px; 
	-webkit-border-top-right-radius: 5px;
}


.prim-nav li.current_page_item a {
	background:#696865;
	color:#eee;
}
.prim-nav li a:hover {
	background:#696865;
	color:#eee;
	text-decoration:none;
}
.prim-nav li.current_page_item a:hover {
background:#696865;
	color:#eee;text-decoration:none;
}

#menuHolder {
	width:980px;	
	/*background:url("images/mainMenu-repeat.png") repeat-x scroll 0 0 transparent;*/
	background-color:#696865;
	height:49px;
	-moz-border-radius-topleft: 5px; 
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px; 
	-webkit-border-top-right-radius: 5px;
}
#Menu {
	margin-left:10px;
float:left;
height:49px;
font-weight:bold;

	}
	
/*** ESSENTIAL STYLES ***/

#Menu a:link, #Menu a:visited								{ color: #dfdcd6; }			/* links - top level */
#Menu a:hover, #Menu a:active								{ color: #fff; }			/* hover - top level */
#Menu li li a:link, #Menu .sf-menu li li a:visited 			{ color: #fff; }			/* links - sub-menus  */
#Menu .sf-menu li li											{ background: #696865; }	/* background color - sub-menus */
#Menu .sf-menu li li li											{ background: #696865; }	/* background color - sub-sub-menus */
#Menu .sf-menu li li:hover, #Menu .sf-menu li li.sfHover, 
#Menu .sf-menu li li a:focus, #Menu .sf-menu li li a:hover, 
#Menu .sf-menu li li a:active									{ background: #8ba5b9; color: #fff;}	/* hover - sub-menus */
#Menu .sf-menu .current_page_item, #Menu .sf-menu .current-category-parent, #Menu .sf-menu .current-category-ancestor, #Menu .sf-menu .current-menu-ancestor, #Menu .sf-menu .current-menu-parent {background:#8ba5b9;color:#fff; -moz-border-radius-topleft: 5px; 
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px; 
	-webkit-border-top-right-radius: 5px;}

/*** VERTICAL STYLE  **/
	
.sf-menu,.sf-menu *{list-style:none;margin:0;padding:0; }
.sf-menu{float:left;line-height:1.0;margin:6px 0 1em}
.sf-menu ul{position:absolute;top:-999em;width:10em}
.sf-menu ul li{width:100%}
.sf-menu li:hover{visibility:inherit}
.sf-menu li{float:left;position:relative;background:none}
.sf-menu a{display:block;padding:16px 1em 15px;position:relative;text-decoration:none}
.sf-menu li:hover ul,.sf-menu li.sfHover ul{left:0;top:43px;z-index:99}
.sf-menu li li a{padding:8px 1em}
.sf-menu a,.sf-menu a:visited{color:#fff}
.sf-menu li li{background:#2F2F2F}
.sf-menu li li li{background:#181818}
.sf-menu li:hover,.sf-menu li.sfHover,.sf-menu a:focus,.sf-menu a:hover,.sf-menu a:active{outline:0}
.sf-menu li li:hover,.sf-menu li li.sfHover,.sf-menu li li a:focus,.sf-menu li li a:hover,.sf-menu li li a:active{background:#000}
.sf-menu a.sf-with-ul{min-width:1px;padding-right:2em}
.sf-sub-indicator{background:url(images/arrows-ffffff.png) no-repeat -10px -100px;display:block;height:10px;overflow:hidden;position:absolute;right:.8em;text-indent:-999em;top:1.45em;width:10px}
li ul li .sf-sub-indicator{right:1em}
a > .sf-sub-indicator{background-position:0 -100px;top:1.45em}
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:-10px -100px}
.sf-menu ul a > .sf-sub-indicator{background-position:0 0}
.sf-shadow ul{background:url(images/shadow.png) no-repeat bottom right;padding:0 8px 9px 0}
.sf-shadow ul.sf-shadow-off{background:transparent}
ul.sf-menu li:hover li ul,ul.sf-menu li.sfHover li ul,ul.sf-menu li li:hover li ul,ul.sf-menu li li.sfHover li ul{top:-999em}
ul.sf-menu li li:hover ul,ul.sf-menu li li.sfHover ul,ul.sf-menu li li li:hover ul,ul.sf-menu li li li.sfHover ul{left:10em;top:0}
li li a .sf-sub-indicator,li li a > .sf-sub-indicator{top:.9em}
.sf-menu ul .sf-sub-indicator,.sf-menu ul a:focus > .sf-sub-indicator,.sf-menu ul a:hover > .sf-sub-indicator,.sf-menu ul a:active > .sf-sub-indicator,.sf-menu ul li:hover > a > .sf-sub-indicator,.sf-menu ul li.sfHover > a > .sf-sub-indicator{background-position:-10px 0}
	
/************************************************
*	Featured Article							    *
************************************************/

#homefeature {
	float: left;
	display: block;
	background: #FFFFFF;
	width: 610px;
	height: 320px;
	margin: 0px 10px 0px 0px;
	padding: 10px 0;
	overflow: hidden;
	clear: both;
	}
#content #homefeature h1 {
	margin: 0px;
	padding: 0px;
	line-height: 28px;
	}
#content #homefeature h1 a {
	display: block;
	padding: 16px 20px 15px 15px;
	margin: 0px;
	border-left: 5px solid #FFFFFF;
	border-bottom: 1px solid #EEEEEE;
	}
#content #homefeature h1 a:hover {
	background: none;
	border-left: 5px solid #99CC33;
	}
#homefeature .featureinfo {
	width: 540px;
	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: 26px;
	overflow: hidden;
	}
#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: #333333;
	background: #EEEEEE;
	height: 30px;
	padding: 0px 11px;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	line-height: 30px;
	}
#homefeature .readmore a:hover {
	color: #FFFFFF;
	background: #99CC33;
	text-decoration: none;
	}

/************************************************
*	Homepage 					     		    * 
************************************************/

#homepage {
	float: left;
	display: inline;
	width: 610px;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	}
#homepage p {
	margin: 0px;
	padding: 0px 0px 10px 0px;
	}
#homepage ul {
	list-style: inside;
	list-style-type: bullet;
	margin: 0px 0px 0px 5px;
	padding: 0px 0px 10px 0px;
	}
#homepage ul li {
	
	padding: 0px;
	margin: 0px 0px 5px 0px;
	}
.homepromo {
	padding:20px;
	
}
.homecontent {
	float: left;
	display: block;
	background: #FFFFFF;
	width: 585px;
	margin: 0px 0px 0px 0px;
	padding: 20px 0 0 25px;
	}
.homecontent h4 {
	border-bottom:2px dotted #ddd;
	padding-bottom:3px;
}
.homecontentbox {
	background: #FFFFFF;
	margin: 0px 0px 0px 0px;
	padding: 20px 0px 20px 0px;
	border-bottom: 1px solid #EEEEEE;
	overflow: hidden;
	}

.homecontentinfo {

	overflow: hidden;
	float:left;
	width:265px;
	}
 .homecontentinfo h2 {
	margin: 0px;
	padding: 0px;
	}
 .homecontentinfo h2 a {
	display: inline-block;
	padding: 0px 0px;
	}
 .homecontentinfo p {
	margin: 10px 0px 0px 0px;
	padding: 0px 0px;
	line-height: 22px;
	}
 .homecontentimage {
	float:left;
	width:265px;
	margin-right:20px;
}
 .homecontentinfo a img {
	margin: 10px 0px 0px 0px;
	padding: 0px 0px;
	}
#homepage .readmore a {
	float: right;
	display: block;
	color: #333333;
	background: #EEEEEE;
	height: 30px;
	padding: 0px 11px;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	line-height: 30px;
	}
#homepage .readmore a:hover {
	color: #FFFFFF;
	background: #99CC33;
	text-decoration: none;
	}
#homecontentnav {
	float: left;
	display: block;
	width: 590px;
	padding: 0px 10px 0px 10px;
	margin: 0px;
	}

/************************************************
*	Home Page Sidebar						    *
************************************************/

#homeside {
	float: right;
	display: block;
	width: 340px;
	margin: 0px;
	padding: 0px;
	}
	
/************************************************
*	Content & Category Description					     		    * 
************************************************/
#categoryDescription {
	width:922px;
	display: block;
	background: #FFFFFF;
	margin: 20px auto 40px auto;
	padding: 0px 15px 20px 0;
	border-bottom:1px solid #ddd;
	font-size:14px;
	font-style:italic;
	font-family: georgia, "Times New Roman", Times, serif;
	}




#content {
	border:1px solid #dddddd;
	background-color:#ffffff;
	display: block;
	width: 980px;
	margin: 0px auto 0px;
	padding: 0px 0px 30px 0px;
	}
#contentleft {
	float: left;
	display: block;
	background:#FFFFFF;
	width: 570px;
	margin: 0px 0px 10px 0px;
	padding: 20px 20px 0 30px;
	
	}
#contentarchive {
	float: left;
	display: block;
	background: #FFFFFF;
	margin: 0px 0px 10px 0px;
	padding: 20px;
	}
#contentarchive .postarea, #contentarchive .postcomments {
	width: 360px;
	margin: 0px;
	padding: 0px;
	}
#contentarchive .postimg {
	display: block;
	padding: 0px;
	margin: 0px 0px 5px 0px;
	overflow: hidden;
	position:relative;
	}
#content h1 {
	color: #666666;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	font-weight: normal;
	font-style: italic;
	line-height: 32px;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	}
#content h2 {
	color: #333333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	font-style: italic;
	line-height: 20px;
	margin: 0px 0px 6px 0px;
	padding: 0px 0px 0px 0px;
	}
#content p {
	padding: 5px 0px 10px 0px;
	margin: 0px;
	}
#content .postarea h2 {
	margin:20px 0 10px 0;	
}
#content h1 a, #content h2 a {
	color: #333333;
	text-decoration: none;
	border: none;
	font-weight:normal;
	}
#content h1 a:hover, #content h2 a:hover {
	color: #298DAA;
	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-weight: bold;
	font-style: normal;
	text-transform: uppercase;
	margin: 0px 0px 5px 0px;
	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: #99CC33;
	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: #99CC33;
	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 {
	padding-bottom:0px;	
}
.postarea p {
	padding: 5px 0px 10px 0px;
	margin: 0px;
	}
.postarea p.important {
	padding:8px 12px 8px 60px;
	margin:0 0 15px 0;
	background:url(images/infro-p.png) no-repeat 10px 10px #d8f1fa;	
}
.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;
	}
#content ul .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;
	}
#content ul li .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;
	}
blockquote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-style: italic;
	line-height: 26px;
	margin: 15px 25px 15px 30px;
	padding: 0px 25px 0px 10px;
	border-left: 2px solid #DDDDDD;
	}
blockquote.testimonials {
	font-size:16px;
	margin: 15px 5px 5px 30px;
	line-height:20px;
}
p.customer {
	text-align:right;	

}
#content blockquote p {
	margin: 0px;
	padding: 10px 0px 10px 0px;
	}
.postauthor {
	margin: -5px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	}
.postauthor p {
	color: #999999;
	padding: 0px 0px 0px 0px;
	}
.postmeta {
	background: #EEEEEE;
	font-size: 11px;
	margin: 5px 0px 25px 0px;
	padding: 5px 10px 5px 10px;
	}

.postmeta p {
	margin: 0px;
	padding: 0px;
	}
.post-thumb {
	float:left;
	margin:0 20px 10px 0;
}
#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;
	}
code {
	color: #222222;
	background: #EAEAEA;
	font-size: 11px;
	margin: 0px;
	padding: 10px;
	display: block;
	font-family: Verdana, Tahoma, Verdana;
	}


/************************************************
*	Category Splash Pages 				        * 
************************************************/
#contentcategory {
	background:#FFFFFF;
	display:block;
	margin:15px auto 10px auto;
	padding:0;
	width:960px;
	}

.categoryposts {
	background:none repeat scroll 0 0 #FFFFFF;
	border-left:5px solid #FFFFFF;
	border-bottom:1px solid #EEEEEE;
	display:block;
	float:left;
	margin:0 0 1px;
	padding:20px 20px 20px 15px;
	position:relative;
	width:280px;
	z-index:1;
	position:relative;
}
.categoryposts:hover {
	border-left:5px solid #e4e1d2;
}

.categoryposts.first {
border-right:1px solid #EEEEEE;
width:279px;
}

.topborder {
	border-top:1px solid #EEEEEE;	
}
.bottomborder {
	border-bottom:1px solid #EEEEEE;	
}

.catpoststitle {
display:block;
float:left;
margin:0;
overflow:hidden;
padding:0 2px;
}

.categoryposts p {
color:#666666;
font-size:11px;
height:54px;
line-height:18px;
margin:0 0 11px 0;
overflow:hidden;
padding:0 !important;
}

#content .catpoststitle h4 a, #content h4.nolink {
display:block;
color:#333333;
font-family:Georgia,"Times New Roman",Times,serif;
font-size:18px;
font-style:italic;
font-weight:normal;
height:24px;
line-height:22px;
margin:0 0 5px;
overflow:hidden;
padding:0;
text-transform:none;
}

#content .catpoststitle h4 a:hover {
	text-decoration:underline;	
}

/************************************************
*	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 {
	float: right;
	display: inline-block;
	width: 340px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	line-height: 22px;

	}
#sidebar_left {
	float: left;
	display: inline-block;
	width: 200px;
	margin: 0px 10px 0px 0px;
	padding: 0px;
	}
#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 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	font-weight: normal;
	text-transform: none;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	line-height: 20px;
	border-bottom:2px dotted #ddd;
	padding-bottom:3px;
	}
#sidebar_right .widget {
	border-bottom:1px solid #efefef;
	float: left;
	display: block;
	background: #FFFFFF;
	width: 300px;
	list-style:none;
	margin: 0px 0px 10px 0px;
	padding: 20px;
	}
#sidebar_left .widget {
	float: left;
	display: block;
	background: #FFFFFF;
	width: 160px;
	list-style:none;
	margin: 0px 0px 10px 0px;
	padding: 20px;
	}
#sidebar_right .widget ul, #sidebar_left .widget ul {
	color: #333333;
	margin: 0px 0px 0px 0px;
	}
#sidebar_right .widget ul li, #sidebar_left .widget ul li {
	color: #333333;
	display: inline;
	background: none;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	}
#sidebar_right .widget ul li a, #sidebar_left .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: 16px;
	text-transform: uppercase;
	text-decoration: none;
	text-indent: 10px;
	padding: 5px 0px 5px 0px;
	margin: 0px 0px 0px 0px;
	}
#sidebar_right .widget ul li a:hover, #sidebar_left .widget ul li a:hover {
	background: #EEEEEE;
	color: #333333;
	display: block;
	text-decoration: none;
	}
#sidebar_right .widget ul ul, #sidebar_left .widget ul ul {
	color: #333333;
	margin: 0px 0px 0px 10px;
	}
#sidebar_right .widget ul li.current_page_item a {
	font-weight:bold;background: #EEEEEE;color:#222;	
}
#sidebar_right .widget ul li.current_page_item {
	
}	
/************************************************
*	Widgets										*
************************************************/

.widget {
	padding: 0 0 15px 0;
	}
.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: #99CC33;
	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 {
	background: #EEEEEE;
	width: 97%;
	color: #666666;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 5px 0px 0px 0px;
	padding: 6px 4px;
	display: inline;
	border: none;
	}
#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: #248487;
	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 {
	background:#e4e1d2;
	display: block;
	width: 100%;
	margin: 50px 0 0 0;
	padding: 20px 0px 0px 0px;
	border-top:1px solid #efefef;
	}
#footertop {
	display: block;
	line-height: 22px;
	color: #333333;
	background: none;
	width: 920px;
	margin: 0px auto;
	padding: 0px 20px 0px 20px;
	}
#footertop a {
	color: #666666;
	}
#footertop a:hover {
	color: #99CC33;
	}
#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: #d3cfbc;
	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: #99CC33;
	display: inline;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	}
#footertop .textwidget a:hover, #footertop #wp-calendar a:hover {
	color: #99CC33;
	display: inline;
	margin: 0px;
	padding: 0px;
	text-decoration: underline;
	}
.footertopleft {
	width: 170px;
	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 {
	display: block;
	width: 960px;
	margin: 0 auto 0;
	padding: 0px 0px 0px 0px;
	border-top: 1px solid #999;
	}
#footer {
	width: 960px;
	height: 75px;
	color: #888888;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
#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: 5px 0px 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: #248487;
	}
.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: #99CC33;
	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;
	}

/* ZAZZLE RULES & OVERRIDES */

.realviewLink, .realviewImage {position:relative; z-index:1; height:152px;}
.gridCell .realviewLink {padding: 0 0 4px 0; !important}
.zazzoom {position:absolute; width:18px; height:18px; top:137px; right:2px;z-index:2;}
.zazzoom img {background:none;}
.zazbut a {background:url(images/buynow.png) no-repeat 0 -25px; display:block; height:25px; width:86px; text-indent:-9999px; margin:0 auto;}
.zazbut a:hover {background-position:0 0;}
.gridCell img {padding:0;}
.gridCell {overflow:visible !important;}

/* ARTWORK BUTTON */

.artbuy {background:url(images/buynow.png) no-repeat 0 -25px; display:block; height:25px; width:86px; text-indent:-9999px; margin:20px 0 0 0;}
.artbuy:hover {background-position:0 0;}

/* STYLE FOR REDBUBBLE PAGES */

.artsale {font-size:11px; padding:0px 0px; float:left; width:154px; text-align:center; margin:0 14px 20px 14px;}
.artsale img { margin-bottom:0px; border:1px solid #ddd; width:152px; height:152px; padding:0;}
.artsale span {display:block; margin:3px;}
.artsale h3 {font-size:11px; margin:10px 0; height:25px; padding:0 10px; font-family: verdana, arial, helvetica, sans-serif;}
.artsale span a {font-style:normal; font-weight:bold; font-size:10px; display:block; margin-top:12px;}
.artsale a.zazbut  {background:url(images/buynow.png) no-repeat 0 -25px; display:block; height:25px; width:86px; text-indent:-9999px; margin:10px auto 0 auto;}
.artsale a.zazbut:hover {background-position:0 0;}

/* STYLE FOR BREADCRUMBS */

.archiveTitle {
	padding:8px 20px 7px 0px;
	border-bottom: 0px solid #DBDBD5;
	color: #777777;
	font-size:13px;
	margin:0 0 15px 0;
}

/*=== PageNavi. ===*/
.postarea .wp-pagenavi {
	clear: both;
	position:relative;
	font-family: georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	margin: 20px 20px 10px 0;
	text-align: center;
	color: #6A5051;
	height:40px;
}
.postarea .wp-pagenavi a, .postarea .wp-pagenavi .current, .postarea .wp-pagenavi span, .postarea .nextpostslink, .postarea .previouspostslink {
	color: #555555;
	background: #f7f7f7;
	margin-left: 5px;
	padding: 5px 10px;
	text-decoration: none;
	border:1px solid #EEEEEE;
}

.postarea .wp-pagenavi a:hover {
	color: #f6f6f6;
	background:#8C98A1;
	border:1px solid #EEEEEE;
	padding: 5px 10px;
}

.postarea .wp-pagenavi .current {
	color: #f6f6f6;
	background:#8C98A1;
	text-decoration:none;
}
.postarea .wp-pagenavi .extend {
	display:none;
}
.postarea .wp-pagenavi .pages {
	border:0 none;
	background:#fff;
	color:#888888;
	font-size:14px;
	margin:0;
	text-align:center;
	font-style:italic;
}

/************************************************
*	YARPP LAYOUT				        * 
************************************************/
.related {
	float: left;
	display: block;
	background:transparent;
	width: 590px;
	margin: 0px 0px 10px 0px;
	padding: 0 20px 20px 0px;
	}
	

.relatedposts {
	background:none repeat scroll 0 0 #FFFFFF;
	border-left:3px solid #FFFFFF;
	border-bottom:0px solid #EEEEEE;
	border-top:1px solid #EEEEEE;
	display:block;
	float:left;
	margin:0 0 1px;
	padding:10px 5px 20px 6px;
	position:relative;
	width:179px;
	z-index:1;
}
.relatedposts:hover {
	border-left:3px solid #298DAA;
}

.relatedposts.first {
border-right:1px solid #EEEEEE;
width:179px;
}

.relatedpoststitle {
display:block;
float:left;
margin:0;
overflow:hidden;
padding:0 2px;
}

.relatedposts p {
color:#666666;
font-size:11px;
height:54px;
line-height:18px;
margin:0 0 11px 0;
overflow:hidden;
padding:0 !important;
}

#content .relatedpoststitle h4 a {
display:block;
color:#333333;
font-family:Georgia,"Times New Roman",Times,serif;
font-size:14px;
font-style:italic;
font-weight:normal;
height:20px;
line-height:20px;
margin:0 0 5px;
overflow:hidden;
padding:0;
text-transform:none;
}

#content .relatedpoststitle h4 a:hover {
	text-decoration:underline;	
}

#content .related h1 {
	font-size:18px;
	padding-left:0px;
}

/* TUMBLR */

.tumblrHolder {
	background:none repeat scroll 0 0 #ffffff;
	margin:0 0 10px;
	padding:10px 0px 5px 20px;
	width:950px;
}
#content .tumblrHolder h1 {

}
.tumblr_photo_post img {
	width:169px;
	height:auto;
	padding:2px;
	border:1px solid #eee;
	margin:0 10px 10px 0;
}
.widget .tumblr_photo_post img {
	width:110px !important;
	height:auto;
	padding:2px;
	border:1px solid #eee;
	margin:0 10px 10px 0;
	float:left;
}
.tumblr_photo_post p {
	line-height:1.3em;
	font-size:10px;
}
.widget .tumblr_photo_post p {
	line-height:1.3em;
	font-size:12px;
}
.tumblr_photo_post p span {
	font-size:0.9em;
	color:#2b331d;
}
.tumblr_photo_post a {
	color:#298DAA;
	text-decoration:underline;
}
.tumblr_photo post a:hover {
	color:#000000;
}
ol.tumblr_posts {
	list-style-type:none;
	border:0px solid #ddd;
	padding:0;
	margin:0 0 0 0px;
	float:left;
}
ol.tumblr_posts li {
	width:169px;
	margin:0px 20px 15px 0;
	float:left;
}
.widget ol.tumblr_posts li {
	margin:0px 20px 15px 0;
	float:left;
		width:290px;
}

/* KEY ICONS */
#key {
	padding:0 5px 0 20px;
	width:460px;
	margin:0 auto 40px;
}

span.icon {
	float:left;
	display:block;
	padding:0 18px 0 0;
	color: #999999;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	font-style:italic;
}
span.available {
	font-size:14px;	
}
span.ebay {
	background:url(images/ebay-icon.png) no-repeat 0 1px;
	padding-left:30px;
}
span.etsy {
	background:url(images/etsy-icon.png) no-repeat 0 1px;
	padding-left:30px;
}
span.zazzle {
	background:url(images/zazzle-icon.png) no-repeat 0 1px;
	padding-left:30px;
}
span.redbubble {
	background:url(images/redbubble-icon.png) no-repeat 0 1px;
	padding-left:30px;
}
img.icon {
	position:absolute;
	top:323px;
	right:24px;
}

/* BUY IT NOW BUTTON FOR ART PAGES */
.etsy-icon a {
	background:url(images/buyitnow.png) no-repeat 0 0;
	display:block;
	width:280px;
	height:29px;
	text-indent:-9999px;
	margin-top:10px;
}
.etsy-icon a:hover {
	background-position:0 -29px;
}
.ebay-icon a {
	background:url(images/biditnow.png) no-repeat 0 0;
	display:block;
	width:280px;
	height:29px;
	text-indent:-9999px;
	margin-top:10px;
}
.ebay-icon a:hover {
	background-position:0 -29px;
}

/* LIST CATEGORIES BELOW MAIN CATEGORY PAGE */

#cats-in-the-footer {
	background:none repeat scroll 0 0 #ffffff;
	margin:0 auto 10px auto;
	padding:10px 0px;
	width:930px;
	border-top:1px dashed #ddd;
	border-bottom:1px dashed #ddd;
	
}
#cats-in-the-footer h1 {
	margin-bottom:20px;	
}

/* CAT FOOTER CATS MENU */
.footercats {
	padding:0;
	margin:10px 0 10px 0;
}

/* HOME SLIDER */
#homeslider {
	width:922px;
	display: block;
	background: #FFFFFF;
	margin: 0px auto 0px auto;
	padding: 0px 0 0px 0;
	position:relative;
	z-index:1;
	border-bottom:1px solid #dddddd;
	}
	
/* HOME INTRO PART */
#intro {
	padding:10px 10px 30px 0px; background:#ffffff;
	margin:0 0 20px 0;

}
#intro h2.intro {
	font-size:26px;
	line-height:29px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	margin-bottom:10px;
}
#intro h2.intro span {
	color:#777;
		
}
#intro h3 {
	font-size:16px;
	margin:0 0 0 5px;
	line-height:24px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
}
span.important {
	color:#248487;
	font-weight:bold;
	letter-spacing:1px;
}
#intro p {
	margin-left:5px;
}
#intro h3 a {
color: #298daa;
	text-decoration: none;
	font-weight:bold;
}

#homepage .homefirstpostpad {
	margin-bottom:30px !important;
}

/* WHATS NEW HODLDER */

#whatsnewHolder {
	padding:0 0 0 35px;	
}

img.imageborder {
	padding:5px;
	background: #efefef;
}

/* SEXY HIDDEN PROMO BAR */

#sexyhiddenpromobar {
	background:#53524f;
	color:#eee;
	height:0px;
	width:100%;
	padding:1px 0 0 0;
	overflow: hidden;
}

#sexyhiddenpromobar .promo {
	width:980px;
	margin:20px auto 0;
	text-align:center;
}

#sexyhiddenpromobar .promo h2 {
	font-size:16px;
}
#sexyhiddenpromobar .promo p {
	font-size:14px;
	width:800px;
	margin:0 auto;
	font-weight:bold;
}
#sexyhiddenpromobar .promo span {
	color:#95c0e2;	
}
#sexyhiddenpromobar .promo strong:hover {
	text-decoration:underline;	
}

/* POPULAR PRODUCTS FRONT PAGE */
#popprodsHolder {
	margin:0px auto 30px auto;
	padding:20px 0 20px 0;
	width:922px;
	background:#fff;
	border-bottom:1px solid #ddd;	
}
.popularproducts {
	float:left;
	width:300px;
	height:120px;
	text-align:center;
	background:#efefef;
	border:0px solid #eee;	
	margin-right:10px;	
}
.prodsnorightmargin {
	margin-right:0 !important;
}
.popularproducts img {
	border:1px solid #eee;	
}
.popmargin {
	margin-right:12px;	
}

/* FACEBOOK AND SOCIAL */

.like {
	border-top:1px solid #ddd;
	margin-bottom:20px;
	
}

ul.social {
	list-style-type:none;
	list-style-position:inside;
	width:120px;
	float:right;
	margin:18px 0 0 0;
	padding:0;
}
ul.social li {
	float:left;
	margin: 0 0 0 5px;
}
.twitter a, .facebook a, .stumble a, .delicious a {
	width:24px;
	height:24px;
	background-image:url(images/social-icons.png);
	display:block;
	text-indent:-9999px;
}

.twitter a {
	background-position:0 -24px;	
}
.stumble a {
	background-position:-24px -24px;	
}
.facebook a {
	background-position:-48px -24px;	
}
.delicious a {
	background-position:-72px -24px;	
}
.twitter a:hover {
	background-position:0 0;	
}
.stumble a:hover {
	background-position:-24px 0;	
}
.facebook a:hover {
	background-position:-48px 0;	
}
.delicious a:hover {
	background-position:-72px 0;	
}

/* SUBPAGES GALLETY */
.portfoliopadding {
	padding:0 25px 20px 25px;
}
.gallery {
	float:left;
	margin:10px 13px 10px;
	width:158px;
}
.gallerynomargin {
	margin-left:0 !important;
}
.gallery img {
	padding:3px;
	border:1px solid #ddd;
}
.gallery span {
	display:block;
	width:100%;
	text-align:center;
	font-weight:bold;
	font-size:10px;
	margin:0;
	padding:0;
}

.advert {
	width:468px;
	margin:0 0 20px 50px;
}