/* 
	Theme Name: Organic WordPress Theme
	Theme URL: http://www.organicthemes.com/
	Description: Organic Themes is the main theme for organicthemes.com created for WordPress.
	Author: Jeff Milone and David Morgan
	Author URI: http://www.organicthemes.com
	Version: 1.0
	Tags: organic, themes, wordpress, seo, design, support, customization
	
	The CSS, XHTML and design is copywrited 2009 Milone Ventures, LLC and Muku Studios, LLC
	All Rights Reserved
	
	Changelog:
		v1.0 - 1.30.09
		New theme
*/

body {
	background: #eeeeee url(images/bg.png) repeat-x;
	color: #454545;
	font-size: 12px;
	font-family: Helvetica, Arial, Trebuchet MS, Verdana;
	line-height: 18px;
	margin: 0px auto 0px;
	padding: 0px;
	text-align: center;
	behavior: url('csshover3.htc'); 
	}
	
#wrap {
	background: url(images/bg02.jpg) top center no-repeat;
	margin: 0px auto 0px;
	padding: 0px;
	}

.clear {
	clear: both;
	}

/************************************************
*	Hyperlinks									*
************************************************/
	
a img {
	border: none;
	}
	
a, a:link, a:visited {
	color: #669900;
	text-decoration: none;
	}
	
a:focus, a:hover, a:active {
	text-decoration: underline;
	outline: none;
	}
	
/************************************************
*	Header  									*
************************************************/

#header {
	background: none;
	width: 1000px;
	height: 120px;
	margin: 0px auto 0px;
	padding: 0px;
	overflow: hidden;
	}

#header h1 a, #header h1 a:visited {
	color: #333333;
	display: block;
	font-size: 36px;
	font-family: Helvetica, Arial, Trebuchet MS, Verdana;
	font-weight: normal;
	height: 100px;
	width: 600px;
	margin: 0px 0px 0px 0px;
	padding: 20px 0px 0px 0px;
	text-decoration: none;
	text-indent: -9999px;
	}
	
#header h1 {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	text-indent: -9999px;
	}

.headerleft {
	width: 600px;
	margin: 0px auto 0px;
	padding: 0px;
	overflow: hidden;
	}

.headerleft p {
	color: #333333;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	line-height: 18px;
	}
	
#cart {
	float: right;
	display: block;
	width: 40px;
	height: 40px;
	margin: 0px;
	padding: 0px;
	}
	
#cart a {
	float: right;
	background: #333333 url(images/cart_btn.png);
	color: #333333;
	width: 40px;
	height: 40px;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	}
	
#cart a:hover {
	background-position: -40px 0px;
	color: #333333;
	}
	

/************************************************
*	sIFR      								*
************************************************/

.sIFR-flash {
    visibility: visible !important;
    margin: 0;
    padding: 0;
	}
  
.sIFR-replaced, .sIFR-ignore {
    visibility: visible !important;
	}
  
.sIFR-alternate {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    display: block;
    overflow: hidden;
	}
  
.sIFR-replaced div.sIFR-fixfocus {
    margin: 0pt; 
    padding: 0pt; 
    overflow: auto; 
    letter-spacing: 0px; 
    float: none;
	}
	
/************************************************
*	jFlow									*
************************************************/

#controller {
	background: #FFFFFF;
	text-align: center;
	float: left;
	display: inline-block;
	position: relative;
	clear: both;
	width: 960px;
	height: 40px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	z-index: 8;
	}
	
#controller a {
	text-decoration: none;
	}
	
#controller h1 span {
	float: left;
	display: inline;
	_width: 293px;
	margin: 0px;
	padding: 0px;
	border: none;
	}
	
#controller h1 span.mid {
	_width: 294px;
	}

#controller h1 span a, #controller h1 span a:link, #controller h1 span a:visited {
	float: left;
	display: inline;
	color: #333333;
	background: #FFFFFF;
	background-repeat: no-repeat;
	display: inline-block;
	width: 292px;
	height: 38px;
	_height: 40px; /* Only IE6 Fix */
	padding: 0px;
	margin: 0px;
	text-decoration: none;
	overflow: hidden;
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	border-left: none;
	}
	
#controller h1 span a.mid, #controller h1 span a:link.mid, #controller h1 span a:visited.mid {
	width: 293px;
	}
	
#controller h1 span a:hover, #controller h1 span a:active {
	color: #F5F5F5;
	background: #333333 url(images/slider_nav_bg.png) repeat-x;
	text-decoration: none;
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
	border-right: 1px solid #333333;
	border-left: none;
	}
	
#controller h1 span.jFlowSelected a, #controller h1 .jFlowControl.jFlowSelected a {
	background: #333333 url(images/slider_nav_bg.png) repeat-x;
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
	border-right: 1px solid #333333;
	border-left: none;
	}
	
#controller h1 span.jFlowSelected a {
	color: #F5F5F5;
	text-decoration: none;
	border: none;
	}
	
#prev_btn a {
	float: left;
	clear: both;
	background: #333333 url(images/slider_prev_btn.png);
	color: #666666;
	text-decoration: none;
	}
	
#prev_btn a:hover {
	background-position: -40px 0px;
	color: #000000;
	}

#next_btn a {
	float: right;
	background: #333333 url(images/slider_next_btn.png);
	color: #666666;
	text-decoration: none;
	}
	
#next_btn a:hover {
	background-position: -40px 0px;
	color: #000000;
	}

.jFlow {
	float: left;
	background: none;
	display: block;
	clear: both;
	height: 320px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	}

.jFlow h1 {
	margin: 0px;
	}

.jFlow h1 a {
	color: #333333;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	}
	
/************************************************
*	Navbar      								*
************************************************/

#navbar {
	background: #333333 url(images/nav_bg.png) repeat-x;
	width: 960px;
	height: 40px;
	font-size: 12px;
	font-family: Helvetica, Arial, Trebuchet MS, Verdana;
	text-transform: uppercase;
	text-align: left;
	color: #FFFFFF;
	font-weight: bold;
	margin: 20px auto 0px;
	padding: 0px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	}

.navbarright {
	float: right;
	display: inline;
	height: 40px;
	margin: 0px;
	padding: 0px;
	}
	
#navicons {
	float: right;
	display: block;
	margin: 0px;
	padding: 13px 10px 0px 5px;
	}

.navicon {
	float: right !important;
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 3px 0px 3px;
	}
	
#navbar .ot-menu {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	height: 40px;
	}
	
/*** ESSENTIAL STYLES ***/

.ot-menu, .ot-menu * {
	margin:	0;
	padding: 0;
	list-style:	none;
	}
	
.ot-menu {
	line-height: 1.0;
	}

.ot-menu ul {
	position: absolute;
	top: -999em;
	width: 220px; /* left offset of submenus need to match (see below) */
	}
	
.ot-menu ul li {
	width: 100%;
	border: none;
	margin: 0px 0px 0px 0px;
	}
	
.ot-menu li:hover {
	visibility:	inherit; /* fixes IE7 'sticky bug' */
	}
	
.ot-menu li {
	float: left;
	position: relative;
	}
	
.ot-menu a {
	display: block;
	position: relative;
	}
	
.ot-menu li:hover ul,
.ot-menu li.sfHover ul {
	left: 0;
	top: 40px; /* match top ul list item height */
	z-index: 99;
	}
	
ul.ot-menu li:hover li ul,
ul.ot-menu li.sfHover li ul {
	top: -999em;
	}
	
ul.ot-menu li li:hover ul,
ul.ot-menu li li.sfHover ul {
	left: 220px; /* match ul width */
	top: 0;
	}
	
ul.ot-menu li li:hover li ul,
ul.ot-menu li li.sfHover li ul {
	top: -999em;
	}
	
ul.ot-menu li li li:hover ul,
ul.ot-menu li li li.sfHover ul {
	left: 220px; /* match ul width */
	top: 0;
	}

/*** DEMO SKIN ***/

.ot-menu .current_page_item a {
	color: #FFFFFF !important;
	background: url(images/nav_hover.png) #8fc02c repeat-x;
	text-shadow: 0.2px 0.2px #669900;
	}
	
.ot-menu .first.current_page_item {
	color: #FFFFFF !important;
	background: url(images/nav_home_bg.png) #8fc02c no-repeat;
	background-position: -100px 0px;
	text-shadow: 0.2px 0.2px #669900;
	}
	
.ot-menu .first.current_page_item a {
	color: #FFFFFF !important;
	background: none;
	text-shadow: 0.2px 0.2px #669900;
	}
	
.ot-menu li li.current_page_item a {
	color: #FFFFFF !important;
	background: #669900 !important;
	text-shadow: none !important;
	}

.ot-menu {
	float: left;
	margin-bottom: 0;
	}
	
.ot-menu a {
	border-left: none;
	border-top:	none;
	border-right: none;
	padding: 13px 10px 11px 10px;
	text-decoration: none;
	text-shadow: 0.2px 0.2px #666666;
	line-height: 16px;
	}
	
.ot-menu li li a {
	border-left: none;
	border-top:	none;
	border-right: none;
	padding: 6px 10px 5px 10px;
	text-decoration: none;
	text-transform: none;
	text-shadow: none;
	}
	
.ot-menu a, .ot-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color: #F5F5F5;
	text-decoration: none;
	}

.ot-menu li {
	background: none;
	}
	
.ot-menu li li, .ot-menu li.current_page_item li a {
	background: url(images/subnav_bg.png) #8fc02c repeat-x;
	text-shadow: none;
	}
	
.ot-menu li li li {
	background: url(images/subnav_bg.png) #8fc02c repeat-x;
	}
	
.ot-menu a:focus, .ot-menu a:hover, .ot-menu a:active {
	color: #FFFFFF;
	text-decoration: none;
	text-shadow: 0.2px 0.2px #669900;
	}
	
.ot-menu li:hover, .ot-menu li.sfHover,
.ot-menu li:focus, .ot-menu li:active {
	background: url(images/nav_hover.png) #8fc02c repeat-x;
	_background: url(images/nav_hover.png) #8fc02c repeat-x !important;
	color: #FFFFFF;
	outline: 0;
	}
	
.ot-menu li.first {
	background: url(images/nav_home_bg.png) #8fc02c no-repeat;
	color: #333333;
	}
	
.ot-menu li.first:hover, .ot-menu li.first.sfHover,
.ot-menu li.first:focus, .ot-menu li.first:active{
	background-position: -100px 0px;
	color: #FFFFFF;
	outline: 0;
	}
	
.ot-menu li li:hover, .ot-menu li li.sfHover, 
.ot-menu li li a:focus, .ot-menu li li a:hover, .ot-menu li li a:active {
	background:	#669900;
	color: #FFFFFF;
	outline: 0;
	}

/*** ARROWS **/

.ot-menu a.sf-with-ul {
	padding-right: 2.25em;
	min-width: 1px; /* trigger IE7 hasLayout so spans position accurately */
	}
	
.sf-sub-indicator {
	position: absolute;
	display: block;
	right: 10px;
	top: 16px; /* IE6 only */
	width: 10px;
	height:	10px;
	text-indent: -999em;
	overflow: hidden;
	background:	url(images/arrows-ffffff.png) no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
	}
	
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top: 14px;
	background-position: 0 -100px; /* 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: -10px -100px; /* arrow hovers for modern browsers*/
	}

/* point right for anchors in subs */
.ot-menu ul .sf-sub-indicator { 
	background-position:  -10px 0; 
	}
	
.ot-menu ul a > .sf-sub-indicator { 
	top: 5px;
	background-position:  0 0; 
	}
	
/* apply hovers to modern browsers */
.ot-menu ul a:focus > .sf-sub-indicator,
.ot-menu ul a:hover > .sf-sub-indicator,
.ot-menu ul a:active > .sf-sub-indicator,
.ot-menu ul li:hover > a > .sf-sub-indicator,
.ot-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
	}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url(images/shadow.png) no-repeat bottom right;
	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;
	}

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

#swfDiv {
	margin: 10px 0 0 10px;
	float: left;
	}

#homepagetop {
	float: left;
	display: inline;
	background: none;
	width: 960px;
	height: 360px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
	
#contenthome #homepagetop h1 {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: -0.2px;
	line-height: 40px;
	margin: 0px;
	padding: 0px;
	}
	
#homeslider {
	float: left;
	width: 960px;
	height: 360px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
	}
	
#homepagemid {
	float: left;
	display: inline;
	width: 960px;
	height: 80px;
	padding: 0px 0px 0px 0px;
	margin: 15px 0px 15px 0px;
	overflow: hidden;
	}
	
#homepagemid ul li h4 a {
	font-size: 16px;
	font-weight: bold;
	margin: 10px 0px 2px 0px;
	padding: 0px;
	}
	
#homepagemid p {
	font-size: 10px;
	line-height: 14px;
	letter-spacing: 0.2px;
	margin: 0px 0px 5px 0px;
	padding: 4px 0px 0px 0px;
	}

#homepagemid ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
	
#homepagemid ul li.left {
	float: left;
	display: inline;
	width: 228px;
	list-style-type: none;
	margin: 0px 15px 0px 0px;
	}
	
html>body #homepagemid ul li.left {
	width: 214px;
	}
	
#homepagemid ul li.midleft {
	float: left;
	display: inline;
	width: 229px;
	list-style-type: none;
	margin: 0px 15px 0px 0px;
	}
	
html>body #homepagemid ul li.midleft {
	width: 215px;
	}
	
#homepagemid ul li.midright {
	float: left;
	display: inline;
	width: 229px;
	list-style-type: none;
	margin: 0px 15px 0px 0px;
	}
	
html>body #homepagemid ul li.midright {
	width: 215px;
	}
	
#homepagemid ul li.right {
	float: left;
	display: inline;
	width: 228px;
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	}
	
html>body #homepagemid ul li.right {
	width: 214px;
	}

#homepagemid ul li {
	color: #333333;
	display: block;
	padding: 7px;
	text-decoration: none;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	}	

#homepagemid ul li:hover {
	display: block;
	background: #FFFFFF;
	padding: 6px;
	border: 1px solid #DDDDDD;
	}

#homepagemid ul ul li a {
	color: #333333;
	text-decoration: none;
	}
	
#homepagemid ul ul li a:hover{
	color: #333333;
	text-decoration: none;
	}

#homepagemid ul ul {
	list-style-type: none;
	margin: 0px 0px 0px 10px;
	padding: 0px;
	}
	
#homepagemid ul ul ul {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	}
	
#homepagemid ul li li {
	background: url(images/check.png) no-repeat top left;
	padding: 0px 0px 0px 18px;
	margin: 0px 0px 5px 0px;
	}
	
#homepagemid ul li ul li {
	background: url(images/check.png) no-repeat top left;
	padding: 0px 0px 0px 18px;
	margin: 0px 0px 5px 0px;
	}

#homepage {
	float: left;
	display: inline;
	background: #FFFFFF;
	width: 958px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 1px solid #DDDDDD;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	}
	
#homepage p {
	margin: 0px;
	padding: 5px 0px;
	}
	
#homepage ul {
	list-style-type: none;
	margin: 0px 0px 0px 5px;
	padding: 0px 0px 15px 0px;
	}
	
#homepage ul li {
	background: url(images/check.png) no-repeat left;
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 5px 0px;
	}
	
#homepagecontent {
	float: left;
	display: block;
	margin: 0px;
	padding: 20px;
	}
	
.homeheader {
	float: left;
	display: block;
	background: none;
	width: 600px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
	
.homepageleft {
	float: left;
	width: 285px;
	margin: 0px 25px 0px 0px;
	padding: 0px;
	}

.homepagemiddle {
	float: left;
	width: 285px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	}
	
.homepageright {
	float: right;
	display: inline;
	width: 300px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	}
	
.homebox {
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 0px 0px;
	}
	
.homeaffiliate {
	float: left;
	display: inline;
	background: #F5F5F5;
	margin: 0px 0px 0px 0px;
	padding: 15px;
	border: 1px solid #E5E5E5;
	}
	
.homesubscribe {
	float: left;
	display: inline;
	background: #F5F5F5;
	width: 268px;
	margin: 15px 0px 0px 0px;
	padding: 15px;
	border: 1px solid #E5E5E5;
	}
	
.homesubscribe form {
	float: left;
	display: block;
	width: 268px;
	margin: 0px;
	padding: 0px !important;
	overflow: hidden;
	}
	
.homesubscribe fieldset {
	float: left;
	display: block;
	width: 268px;
	margin: 0px;
	padding: 0px;
	}
	
#commenticon {
	float: left;
	display: inline;
	background: url(images/comment_icon.png) no-repeat;
	width: 27px;
	height: 20px;
	margin: 0px 8px 0px 0px;
	text-align: center;
	line-height: 20px;
	}
	
#commenticon a {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	padding: 0px 0px 0px 3px;
	border: none;
}
	
#fcg {
	background: #F5F5F5;
	margin: 0px 0px 20px 0px;
	padding: 10px;
	}
	
#fcg p {
	color: #FFFFFF;
	margin: 0px;
	padding: 0px 10px 0px 10px;
	font-size: 12px;
	}

/************************************************
*	Content 					     		    * 
************************************************/

#content {
	width: 960px;
	margin: 0px auto 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	}
	
#contenthome {
	width: 960px;
	margin: 0px auto 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	}
	
#contentleft {
	float: left;
	display: inline;
	width: 640px;
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}

#contentwide {
	float: left;
	display: inline;
	width: 960px;
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
	
#contenthome h1, #contentleft h1, #contentwide h1,
#contenthome h2, #contentleft h2, #contentwide h2,
#contenthome h3, #contentleft h3, #contentwide h3 {
	color: #333333;
	font-size: 32px;
	font-family: Helvetica, Arial, Trebuchet MS, Verdana;
	font-weight: bold;
	text-transform: normal;
	letter-spacing: -1px;
	margin: 5px 0px 5px 0px;
	padding: 0px;
	line-height: 30px;
	}
	
#contenthome h1 a, #contenthome h1 a:visited,
#contentleft h1 a, #contentleft h1 a:visited,
#contentwide h1 a, #contentwide h1 a:visited,
#contenthome h2 a, #contenthome h2 a:visited,
#contentleft h2 a, #contentleft h2 a:visited,
#contentwide h2 a, #contentwide h2 a:visited,
#contenthome h3 a, #contenthome h3 a:visited,
#contentleft h3 a, #contentleft h3 a:visited,
#contentwide h3 a, #contentwide h3 a:visited {
	color: #333333;
	text-decoration: none;
	border: none;
	}

#contenthome h1 a:hover, #contentleft h1 a:hover, #contentwide h1 a:hover,
#contenthome h2 a:hover, #contentleft h2 a:hover, #contentwide h2 a:hover,
#contenthome h3 a:hover, #contentleft h3 a:hover, #contentwide h3 a:hover {
	color: #669900;
	text-decoration: none;
	border: none;
	}
	
#contenthome h4, #contentleft h4, #contentwide h4,
#contenthome h5, #contentleft h5, #contentwide h5 {
	color: #333333;
	font-size: 16px;
	font-family: Helvetica, Arial, Trebuchet MS, Verdana;
	font-weight: bold;
	text-transform: normal;
	letter-spacing: -0.25px;
	line-height: 14px;
	margin: 15px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
	
#contenthome h6, #contentleft h6, #contentwide h6 {
	color: #333333;
	font-size: 16px;
	font-family: Helvetica, Arial, Trebuchet MS, Verdana;
	font-weight: bold;
	text-transform: normal;
	letter-spacing: -0.25px;
	line-height: 18px;
	margin: 10px 0px 2px 0px;
	padding: 0px 0px 4px 0px;
	border-bottom: 1px solid #DDDDDD;
	}
	
#contenthome h4 a, #contenthome h4 a:visited,
#contentleft h4 a, #contentleft h4 a:visited,
#contentwide h4 a, #contentwide h4 a:visited,
#contenthome h5 a, #contenthome h5 a:visited,
#contentleft h5 a, #contentleft h5 a:visited,
#contentwide h5 a, #contentwide h5 a:visited,
#contenthome h6 a, #contenthome h6 a:visited,
#contentleft h6 a, #contentleft h6 a:visited,
#contentwide h6 a, #contentwide h6 a:visited {
	color: #333333;
	text-decoration: none;
	}
	
#contenthome h4 a:hover, #contentleft h4 a:hover, #contentwide h4 a:hover,
#contenthome h5 a:hover, #contentleft h5 a:hover, #contentwide h5 a:hover,
#contenthome h6 a:hover, #contentleft h6 a:hover, #contentwide h6 a:hover {
	color: #669900;
	text-decoration: 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;
	}
	
#content hr {
	color: #dddddd;
	background-color: #dddddd;
	height: 1px;
	border: 0;
	}

.postarea p {
	padding: 5px 0px 5px 0px;
	margin: 0px;
	}
	
.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: 5px 0px 0px 25px;
	padding: 0px 0px 0px 0px;
	}
	
.postarea ul ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	}
	
.postarea ul li {
	list-style-type: disc;
	background: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 5px 0px;
	}
	
.postarea ul ul li {
	background: none;
	padding: 0px 0px 0px 5px;
	margin: 0px 0px 5px 0px;
	}
	
.postarea .themefeatures ul {
	list-style-type: none;
	padding: 0px 0px 0px 0px;
	margin: 5px 0px 0px 0px;
	}
	
.postarea .themefeatures ul li {
	list-style-type: none;
	background: url(images/check.png) no-repeat top left;
	padding: 0px 0px 0px 20px;
	margin: 0px 0px 5px 0px;
	}
	
.postarea .themefeatures ul ul li {
	background: url(images/check.png) no-repeat top left;
	padding: 0px 0px 0px 18px;
	margin: 0px 0px 5px 0px;
	}
	
blockquote {
	color: #999999;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 22px;
	line-height: 26px;
	margin: 0px 20px 0px 20px;
	padding: 0px 0px 0px 0px;
	}
	
#content blockquote p {
	margin: 0px;
	padding: 10px 0px 10px 0px;
	}
	
#content .postheader {
	background: #333333 url(images/header_bar.png) repeat-x;
	height: 40px;
	overflow: hidden;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	}
	
#content .postheader h3, #content .themeheader h3 {
	font-size: 24px;
	color: #FFFFFF;
	margin: 7px 0px 0px 10px;
	}
	
.pagecontent {
	margin: 0px 0px 0px 0px;
	padding: 15px 20px 15px 20px;
	background: #FFFFFF;
	overflow: hidden;
	border: 1px solid #DDDDDD;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	}
	
.postcontent {
	margin: 0px 0px 0px 0px;
	padding: 15px 20px 0px 20px;
	background: #FFFFFF;
	overflow: hidden;
	border: 1px solid #DDDDDD;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	}
	
.postcomments {
	margin: 15px 0px 0px 0px;
	}
	
.postcomments .postcontent {
	margin: 0px 0px 0px 0px;
	padding: 15px 20px 15px 20px;
	background: #FFFFFF;
	overflow: hidden;
	border: 1px solid #DDDDDD;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	}
	
.archivecontent {
	margin: 0px 0px 0px 0px;
	padding: 20px 20px 0px 20px;
	background: #FFFFFF;
	overflow: hidden;
	border: 1px solid #DDDDDD;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	}
	
.postauthor {
	margin: -10px 0px 0px 0px;
	padding: 0px;
	}
	
.postmeta {
	background: #eeeeee;
	font-size: 11px;
	text-transform: normal;
	margin: 5px 0px 20px 0px;
	padding: 5px 10px 5px 10px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	}

.postmeta p {
	margin: 0px;
	padding: 0px;
	}
	
code {
	color: #333333;
	background: #EAEAEA;
	font-size: 11px;
	margin: 0px;
	padding: 10px;
	display: block;
	font-family: Verdana, Tahoma, Verdana;
	}
	
.archive {
	float: left;
	width: 300px;
	margin: 0px;
	padding: 0px 25px 20px 0px;
	}
	
.navlinks {
	margin: 0px 0px 10px 0px;
	}
	
#breadcrumb {
	background: #FFFFFF;
	color: #999999;
	float: left;
	width: 958px;
	height: 30px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
	border-bottom: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	}
	
.breadcrumbcontent {
	margin: 6px 10px 0px 10px;
	}
	
div.sexy-bookmarks {
	margin: 15px 0px 25px 0px !important;
	}
	
.greenpackage {
	display: block;
	width: 100%;
	border-bottom: 1px solid #dddddd;
	padding: 10px 0px 15px 0px;
	margin: 0px 0px 10px 0px;
	}
	
.greenpackage img {
	margin: 0px 15px 0px 0px !important;
	}
	
.download {
	float: left;
	display: block;
	width: 100%;
	border-top: 1px solid #dddddd;
	padding: 15px 0px 15px 0px;
	margin: 0px 0px 0px 0px;
	}
	
.download img {
	margin: 0px 15px 0px 0px !important;
	}
	
/************************************************
*	Table  									*
************************************************/

table {
	width: 100%;
	margin: 10px 0px 20px 0px;
	padding: 0px;
	border-collapse: collapse;
	}
	
table th {
	background: #f1f6e3;
	padding: 8px 10px;
	margin: 0px;
	text-align: center;
	border: 1px solid #DDDDDD;
	}
	
table td {
	padding: 5px 10px;
	margin: 0px;
	border: 1px solid #DDDDDD;
	}
	
table .green {
	background: #f1f6e3;
	}
	
table .red {
	background: #f6e6e3;
	}
	
table .yes {
	background: url(images/check.png) no-repeat top left;
	padding: 3px 0px 0px 20px;
	margin: 0px 0px 0px 0px;
	}
	
table .no {
	background: url(images/x.png) no-repeat top left;
	padding: 2px 0px 0px 18px;
	margin: 0px 0px 0px 0px;
	}
	
#content .themetable h4 {
	margin: 0px;
	padding: 10px 0px 8px 0px;
	}

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

img.centered  {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding: 0px;
	}
	
img.alignnone {
	padding: 0px;
	margin: 10px 0px 5px 0px;
	display: inline;
	}

img.alignright {
	padding: 0px;
	margin: 10px 0px 5px 15px;
	display: inline;
	}

img.alignleft {
	padding: 0px;
	margin: 10px 15px 5px 0px;
	display: inline;
	}
	
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	}

.alignright {
	float: right;
	margin: 0px 0px 10px 10px;
	}

.alignleft {
	float: left;
	margin: 0px 10px 10px 0px;
	}
	
.wp-caption {
	border: 1px solid #DDDDDD;
	text-align: center;
	background-color: #F5F5F5;
	padding: 4px 0px 5px 0px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	}

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

.wp-caption p.wp-caption-text {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
	}
	
/************************************************
*	Sidebar 	        			     	    * 
************************************************/
	
#sidebar {
	float: right;
	display: inline;
	width: 300px;
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	line-height: 18px;
	}
	
#sidebar h3 {
	color: #333333;
	font-size: 11px;
	font-family: Helvetica, Arial, Trebuchet MS, Verdana;
	font-weight: bold;
	text-transform: uppercase;
	margin: 20px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	}
	
#sidebar h4 {
	color: #333333;
	font-size: 24px;
	font-family: Helvetica, Arial, Trebuchet MS, Verdana;
	font-weight: bold;
	text-transform: normal;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	line-height: 24px;
	letter-spacing: -0.5px;
	}
	
#sidebar h5 {
	color: #333333;
	font-size: 18px;
	font-family: Helvetica, Arial, Trebuchet MS, Verdana;
	font-weight: bold;
	letter-spacing: -0.25px;
	margin: 0px 0px 4px 0px;
	padding: 6px 0px 0px 0px;
	}

#sidebar p {
	color: #333333;
	margin: 0px;
	padding: 0px 0px 0px 10px;
	line-height: 18px;
	}
	
#sidebar li {
	list-style-type: none;
	}
	
#sidebar ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
	
#sidebar ul li {
	display: block;
	margin: 0px 0px 0px 0px;
	}

#sidebar ul li ul { 
	margin: 0px 0px 0px 0px;
	}

#sidebar ul li a {
	padding: 2px 4px 2px 0px;
	}
	
#sidebar ul li a:hover {
	padding: 2px 4px 2px 0px;
	}
	
#sidebar ul li ul li {
	display: block;
	margin: 5px 0px 0px 0px;
	padding: 5px 0px 0px 0px;
	border-top: 1px solid #DDDDDD;
	}

#sideinfo_01 {
	background: #333333 url(images/sidebar_bg.png) repeat-x;
	height: 125px;
	width: 258px;
	margin: 0px 0px 20px 0px;
	padding: 20px;
	overflow: hidden;
	border: 1px solid #333333;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	}

#sideinfo_01 p {
	color: #FFFFFF;
	padding: 0px 0px 0px 0px;
	}
	
#sideinfo_02 {
	width: 298px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 20px 0px;
	}
	
#sideinfo_02 p {
	color: #333333;
	font-size: 11px;
	margin: 0px;
	padding: 0px 0px 5px 0px;
	line-height: 16px;
	}

#sideinfo_02 ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
	
#sideinfo_02 ul li {
	list-style-type: none;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	}

#sideinfo_02 ul li a {
	display: block;
	padding: 8px 8px 8px 8px;
	text-decoration: none;
	}	

#sideinfo_02 ul li a:hover {
	display: block;
	background: #FFFFFF;
	padding: 7px 7px 7px 7px;
	border: 1px solid #DDDDDD;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	}

#sideinfo_02 ul ul li a, #sidebar ul ul li a:visited {
	color: #333333;
	text-decoration: none;
	}
	
#sideinfo_02 ul ul li a:hover{
	background: #CCCCCC;
	color: #669900;
	text-decoration: none;
	}

#sideinfo_02 ul ul {
	list-style-type: none;
	margin: 0px 0px 0px 10px;
	padding: 0px;
	}
	
#sideinfo_02 ul ul ul {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	}
	
#sideinfo_02 ul li li {
	background: url(images/check.png) no-repeat top left;
	padding: 0px 0px 0px 18px;
	margin: 0px 0px 5px 0px;
	}
	
#sideinfo_02 ul li ul li {
	background: url(images/check.png) no-repeat top left;
	padding: 0px 0px 0px 18px;
	margin: 0px 0px 5px 0px;
	}
	
#sideinfo_03 {
	background: #FFFFFF url(images/affiliate_bg.png) no-repeat left bottom;
	height: 198px;
	width: 258px;
	margin: 0px 0px 0px 0px;
	padding: 20px;
	overflow: hidden;
	border: 1px solid #DDDDDD;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	}
	
#sideinfo_03 h4 {
	color: #333333;
	padding: 0px 0px 0px 0px;
	}

#sideinfo_03 p {
	padding: 0px 0px 0px 0px;
	}

#sidetab {
	width: 300px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 20px 0px;
	}

#sidetab h3 {
	color: #333333;
	border: none;
	text-transform: none;
	font-size: 18px;
	font-family: Helvetica, Arial, Trebuchet MS, Verdana;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	}
	
#buytheme a {
	background: transparent url(images/buy_theme_btn.png) no-repeat;
	display: block;
	margin: 0px 0px 10px 0px;
	width: 300px;
	height: 80px;
	}
	
#buytheme a:hover {
	background-position: -300px 0;
	}
	
#buyall a {
	background: transparent url(images/buy_all_btn.png) no-repeat;
	display: block;
	margin: 0px 0px 20px 0px;
	width: 300px;
	height: 80px;
	}
	
#buyall a:hover {
	background-position: -300px 0;
	}
	
#downloadtheme a {
	background: transparent url(images/download_theme_btn.png) no-repeat;
	display: block;
	margin: -10px 0px 20px 0px;
	width: 300px;
	height: 50px;
	}
	
#downloadtheme a:hover {
	background-position: -300px 0;
	}
	
/************************************************
*	Sidebar Widgets									*
************************************************/
	
#sidebar .widget  {
	background: #FFFFFF;
	margin: 20px 0px 0px 0px;
	padding: 20px;
	overflow: hidden;
	border: 1px solid #DDDDDD;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	}
	
.textwidget {
	margin: 0px;
	padding: 0px 0px 0px 10px;
	}
	
.widget_tag_cloud {
	margin: 0px;
	padding: 0px 0px 0px 10px;
	}
	
#wp125 {
	padding: 20px 20px 10px 20px !important;
	}
	
/************************************************
*	Subscribe Form									*
************************************************/
	
#subscribe {
	background: #333333 url(images/subscribe_bg.png) no-repeat;
	height: 100%;
	width: 258px;
	margin: 0px 0px 20px 0px;
	padding: 20px;
	overflow: hidden;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	}
	
#subscribe h4 {
	color: #FFFFFF;
	}
	
#subscribe label {
	color: #FFFFFF;
	}
	
#subscribe p {
	color: #FFFFFF;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	line-height: 18px;
	}

#subbox {
	background: #FFFFFF !important;
	width: 98%;
	color: #333333;
	font-size: 12px;
	font-family: Helvetica, Arial, Trebuchet MS, Verdana;
	font-weight: normal;
	margin: 5px 0px 0px 0px;
	padding: 5px 0px 5px 5px;
	display: inline;
	border: none;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	}
	
#subbutton {
	background: #333333;
	color: #FFFFFF;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
	margin: 0px 0px 0px 5px;
	padding: 3px 5px 4px 5px;
	border: 1px solid #333333;
	}
	
/************************************************
*	Search Form									*
************************************************/

.postform {
	background: #F5F5F5;
	width: 240px;
	color: #333333;
	font-size: 12px;
	font-family: Helvetica, Arial, Trebuchet MS, Verdana;
	margin: 5px 0px 0px 0px;
	padding: 1px;
	display: inline;
	border: 1px solid #DDDDDD;
	}
	
#cat {
	background: #FFFFFF;
	color: #333333;
	margin: 5px 0px 0px 10px;
	}

#searchform {
	margin: 0px 0px 0px 0px;
	}
	
#searchformheader {
	float: left;
	margin: 9px 0px 0px 0px;
	}
	
#searchbox {
	background: #FFFFFF !important;
	width: 155px;
	height: 17px;
	color: #666666;
	font-family: Helvetica, Arial, Trebuchet MS, Verdana;
	padding: 5px 5px 0px 5px;
	margin: 0px 0px 0px 0px;
	border: none;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	border-top-right-radius: 3px;
	}
	
#searchbutton {
	background: #555555;
	color: #FFFFFF;
	font-family: Helvetica, Arial, Trebuchet MS, Verdana;
	padding: 3px;
	margin: 0px;
	border: 1px solid #555555;
	}
	
#s {
	background: #F5F5F5;
	width: 170px;
	color: #333333;
	font-size: 12px;
	font-family: Helvetica, Arial, Trebuchet MS, Verdana;
	margin: 5px 3px 0px 0px;
	padding: 3px 0px 3px 3px;
	display: inline;
	border: 1px solid #DDDDDD;
	}
	
#searchsubmit {
	background: #DDDDDD;
	color: #333333;
	font-family: Helvetica, Arial, Trebuchet MS, Verdana;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	margin: 0px;
	padding: 1px 2px 1px 2px;
	border: 1px solid #AAAAAA;
	display: inline;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	}
	
#submit {
	background: #eeeeee;
	color: #333333;
	font-family: Helvetica, Arial, Trebuchet MS, Verdana;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	margin: 0px;
	padding: 2px 5px 2px 5px;
	border: 1px solid #dddddd;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	}
	
#author, #email, #url {
	background: #EAEAEA !important;
	color: #333333;
	font-size: 12px;
	font-family: Helvetica, Arial, Trebuchet MS, Verdana;
	margin: 0px;
	padding: 4px;
	border: 1px solid #AAAAAA;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	}
	
#comment {
	background: #eeeeee !important;
	color: #333333;
	font-size: 12px;
	font-family: Helvetica, Arial, Trebuchet MS, Verdana;
	margin: 5px 0px 5px 0px;
	padding: 4px;
	border: none;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	}
	
/************************************************
*	Comments									*
************************************************/
	
.commentlist li ul li {
	font-size: 12px;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	background: #FFFFFF;
	float: right;
	border: 1px solid #EEEEEE;
	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: 4px 0px 2px 0px;
	margin: 5px 5px 1px 0px;
	}

#commentform {
	margin: 5px 0px 0px 0px;
	}
	
#commentform textarea {
	width: 98%;
	padding: 6px;
	border: 1px solid #dddddd;
	}
	
#respond {
	margin: 0px 0px 0px 0px;
	padding: 15px 0px 0px 0px;
	}
	
#respond:after {
	content: "."; 
	display: block; 
	height: 0px; 
	clear: both; 
	visibility: hidden;
	}
	
#commentform p {
	margin: 5px 0px 5px 0px;
	}
	
#commentform #submit {
	margin: 0px;
	float: left;
	}
	
.alt {
	margin: 0px;
	padding: 10px;
	}

.commentlist {
	margin: 0px;
	padding: 0px;
	}
	
.commentlist ol {
	margin: 0px;
	padding: 10px;
	}

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

	}
.commentlist li ul li { 
	margin: 10px 0px 0px 0px;
	}

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

.nocomments {
	text-align: center;
	margin: 0px;
	padding: 0px;
	}
	
.reply a, .reply a:visited {
	background: #eeeeee;
	color: #333333;
	font-family: Helvetica, Arial, Trebuchet MS, Verdana;
	font-size: 11px;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	padding: 4px 5px 2px 5px;
	border: 1px solid #dddddd;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	}
	
.reply a:hover {
	background: #669900;
	color: #FFFFFF;
	text-decoration: none;
	border: 1px solid #669900;
	}

.commentmetadata {
	font-size: 10px;
	margin: 0px;
	display: block;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 20px;
	}
	
.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
	
.thread-alt {
	background: #FFFFFF;
	margin: 0px;
	padding: 0px;
	}
	
.thread-even {
	background: #f5f5f5;
	margin: 0px;
	padding: 0px;
	}
	
.depth-1 {
	border: 1px solid #eeeeee;
	margin: 0px;
	padding: 0px;
	}

.even, .alt {
	border: 1px solid #eeeeee;
	margin: 0px;
	padding: 0px;
	}
	
.subscribe-to-comments {
	padding: 8px 0px 0px 0px !important;
	}

/************************************************
*	Theme Page									*
************************************************/

#theme h1 {
	color: #FFFFFF;
	font-size: 24px;
	font-family: Helvetica, Arial, Trebuchet MS, Verdana;
	font-weight: lighter;
	text-transform: uppercase;
	margin: 10px 0px 0px 10px;
	padding: 0px;
	line-height: 24px;
	}

#theme h2 {
	color: #333333;
	letter-spacing: -0.5px;
	font-size: 18px;
	font-family: Helvetica, Arial, Trebuchet MS, Verdana;
	font-weight: bold;
	margin: 0px;
	padding: 0px 0px 5px 0px;
	}

#theme h2 a, #theme h2 a:visited  {
	color: #333333;
	text-decoration: none;
	border: none;
	}

#theme h2 a:hover {
	color: #669900;
	text-decoration: none;
	border: none;
	}

#theme h3 {
	color: #333333;
	font:Helvetica, Arial, Trebuchet MS, Verdana;
	line-height: normal;
	letter-spacing: -1px;
	font-size: 36px;
	font-weight: bold;
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 8px 0px 0px 0px;
	}
	
#theme h4 {
	margin: 0px 0px 2px 0px;
	}

#themebanner {
	background: none;
	float: left;
	width: 960px;
	height: 320px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
	
#themebanner h2, #themebanner h3 {
	color: #333333;
	font-size: 32px;
	font-family: Helvetica, Arial, Trebuchet MS, Verdana;
	font-weight: bold;
	text-transform: normal;
	text-align: center;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	letter-spacing: -0.5px;
	line-height: 30px;
	}

#themebanner h2 a, #themebanner h2 a:visited,
#themebanner h3 a, #themebanner h3 a:visited {
	color: #333333;
	text-decoration: none;
	border: none;
	}

#themebanner h2 a:hover, #themebanner h3 a:hover {
	color: #FFFFFF;
	text-decoration: none;
	border: none;
	}
	
#themebanner p {
	margin: 5px 0px 5px 0px;
	}
	
.bannerinfo {
	float: left;
	display: block;
	clear: both;
	position: absolute;
	background: transparent url(images/banner_fold.gif) no-repeat center bottom;
	width: 960px;
	margin: 270px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	z-index: 9;
	}
	
.bannertitle {
	background: #99cc33 url(images/bannertitle_bg.jpg) repeat-x bottom;
	width: 620px;
	height: 30px;
	padding: 15px;
	margin: 0 auto 0;
	overflow: hidden;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	}
	
.bannerimg {
	float: left;
	display: block;
	margin: 0px;
	padding: 0px;
	}
	
#themedetail {
	float: left;
	display: block;
	margin: 0px;
	padding: 0px;
	}

.theme {
	background: none;
	width: 310px;
	display: inline;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	overflow: hidden;
	}
	
.theme a img {
	display: block;
	margin: 0px;
	padding: 0px;
	}
	
.themeheader {
	background: #333333 url(images/header_bar.png) repeat-x;
	height: 40px;
	width: 640px;
	overflow: hidden;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	}
	
.themeheader h1 {
	font-size: 24px !important;
	color: #FFFFFF !important;
	margin: 7px 0px 0px 10px !important;
	}
	
.themethumbheader {
	background: #333333 url(images/header_bar.png) repeat-x;
	height: 40px;
	width: 310px;
	overflow: hidden;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	}
	
.themethumbheader h3 {
	font-size: 24px !important;
	color: #FFFFFF !important;
	margin: 7px 0px 0px 10px !important;
	}
	
.themebox {
	margin: 0px 0px 0px 0px;
	padding: 20px 20px 20px 20px;
	background: #FFFFFF;
	height: 135px;
	overflow: hidden;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	}
	
.themecontent {
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 20px 20px 20px 20px;
	background: #FFFFFF;
	overflow: hidden;
	border: 1px solid #DDDDDD;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	}
	
.themefeatures {
	float: left;
	width: 567px;
	margin: 5px 0px 15px 0px;
	padding: 15px 15px 15px 15px;
	background: #f1f6e3;
	border: 1px solid #e1e9cc;
	}
	
/************************************************
*	Showcase									*
************************************************/

#showcasebanner {
	background: none;
	float: left;
	width: 960px;
	height: 320px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
	
#showcasebanner h3 {
	color: #333333;
	font-size: 42px;
	font-family: Helvetica, Arial, Trebuchet MS, Verdana;
	font-weight: bold;
	text-transform: normal;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	letter-spacing: -0.5px;
	line-height: 30px;
	}

#showcasebanner h3 a, #showcasebanner h3 a:visited {
	color: #333333;
	text-decoration: none;
	border: none;
	}

#showcasebanner h3 a:hover {
	color: #FFFFFF;
	text-decoration: none;
	border: none;
	}
	
#showcasebanner h4 {
	color: #333333;
	font-size: 12px;
	font-family: Helvetica, Arial, Trebuchet MS, Verdana;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px 0px 2px 0px;
	padding: 0px 0px 0px 0px;
	letter-spacing: -0.5px;
	line-height: 16px;
	}
	
#showcasebanner p {
	margin: 8px 0px 5px 0px;
	}

.showcase {
	float: left;
	display: block;
	background: none;
	width: 310px;
	padding: 0px 15px 0px 0px;
	margin: 15px 0px 0px 0px;
	position: relative;
	overflow: hidden;
	z-index: 1;
	}
	
.showcaseinfo {
	float: left;
	display: block;
	clear: both;
	position: absolute;
	width: 470px;
	margin: 60px 0px 0px 460px;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
	z-index: 9;
	}
	
.showcasefeatured {
	float: left;
	display: block;
	position: relative;
	margin: 0px;
	padding: 0px;
	z-index: 1;
	}
	
.showcase.image3, .showcase.image6, .showcase.image9,
.showcase.image12, .showcase.image15, .showcase.image18,
.showcase.image21, .showcase.image24, .showcase.image27 {
	padding: 0px 0px 0px 0px !important;
	}
	
.showcase.image1, .showcase.image2, .showcase.image3 {
	margin: 0px 0px 0px 0px;
	}
	
#content .showcase h4 {
	margin: 0px 0px 2px 0px;
	}
	
.showcaseimg a img {
	background: #FFFFFF;
	margin: 0px;
	padding: 5px;
	}
	
.showcaseimg a img:hover {
	background: #99cc33;
	}
	
.showcasebox {
	margin: 0px 0px 0px 0px;
	padding: 15px 20px 15px 20px;
	background: #FFFFFF;
	height: 60px;
	overflow: hidden;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	}
	
.showcasetab {
	float: right;
	display: block;
	clear: both;
	position: absolute;
	width: 310px;
	z-index: 9;
	}
	
.showcasetag {
	float: right;
	display: block;
	background: #99cc33;
	padding: 4px 10px 2px 10px;
	margin: 0px 0px 0px 0px;
	}
	
.showcasetag a {
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: -0.2px;
	}
	
/************************************************
*	Standard Features							*
************************************************/
	
#standardfeatures {
	float: left;
	display: block;
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	}
	
#standardfeatures h4 {
	color: #333333;
	letter-spacing: -0.5px;
	font-size: 18px;
	font-family: Helvetica, Arial, Trebuchet MS, Verdana;
	font-weight: bold;
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
	
#standardfeatures h5 {
	color: #333333;
	letter-spacing: -0.5px;
	font-size: 14px;
	font-family: Helvetica, Arial, Trebuchet MS, Verdana;
	font-weight: bold;
	margin: 2px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	}
	
#standardfeatures p {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	}
	
#standardfeatures img {
	float: left;
	display: block;
	background: #F5F5F5;
	width: 114px;
	height: 94px;
	padding: 3px 3px 3px 3px;
	margin: 0px 10px 0px 0px;
	border: 1px solid #DDDDDD;
	}

#standardfeatures ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
	
#standardfeatures ul li {
	float: left;
	background: none;
	height: 100px;
	list-style-type: none;
	margin: 10px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
	border-top: 1px solid #dddddd;
	}
	
/************************************************
*	About Page									*
************************************************/
	
#aboutteam {
	float: left;
	display: block;
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	}
	
#aboutteam h4 {
	color: #333333;
	letter-spacing: -0.5px;
	font-size: 14px;
	font-family: Helvetica, Arial, Trebuchet MS, Verdana;
	font-weight: bold;
	margin: 2px 0px 2px 0px;
	padding: 0px 0px 0px 0px;
	line-height: 14px;
	}
	
#aboutteam h5 {
	color: #999999;
	font-size: 12px;
	font-family: Helvetica, Arial, Trebuchet MS, Verdana;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
	}
	
#aboutteam p {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	}
	
#aboutteam img {
	float: left;
	display: block;
	background: #EEEEEE;
	width: 200px;
	height: 240px;
	padding: 0px 0px 0px 0px;
	margin: 0px 10px 0px 0px;
	}

#aboutteam ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
	
#aboutteam ul li {
	float: left;
	background: none;
	height: 240px;
	list-style-type: none;
	margin: 10px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
	border-top: 1px solid #dddddd;
	}


/************************************************
*	Affiliate Page									*
************************************************/
	
#affiliate {
	float: left;
	display: block;
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	}
	
#affiliate h4 {
	color: #333333;
	font-size: 16px;
	font-family: Helvetica, Arial, Trebuchet MS, Verdana;
	font-weight: bold;
	text-transform: normal;
	letter-spacing: -0.25px;
	line-height: 14px;
	margin: 2px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	}
	
#affiliate h5 {
	color: #999999;
	font-size: 12px;
	font-family: Helvetica, Arial, Trebuchet MS, Verdana;
	font-weight: normal;
	margin: 0px 0px -5px 0px;
	padding: 5px 0px 0px 0px;
	}
	
#affiliate h5 a, #affiliate h5 a:active {
	color: #999999;
	}
	

#affiliate h5 a:hover {
	color: #669900;
	}
	
#affiliate p {
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 0px 0px;
	}
	
#affiliate img, #affiliate object {
	float: left;
	display: block;
	background: #EEEEEE;
	padding: 0px 0px 0px 0px;
	margin: 0px 15px 0px 0px;
	}

#affiliate ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
	
#affiliate ul li {
	float: left;
	width: 100%;
	background: none;
	list-style-type: none;
	margin: 10px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
	border-top: 1px solid #dddddd;
	}
	
#affiliate textarea {
	background: #eeeeee;
	border: 1px solid #dddddd;
	padding: 10px;
	margin: 0px;
	}
	
/************************************************
*	ShareThis									*
************************************************/

#sharethis {
	float: left;
	margin: -2px 0px 0px 0px;
	}

#sharethis a:hover {
	border: none;
	}
	
#sharethis span .stbuttontext {
	float: left;
	margin: -1px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
	
#sharethis a.stbutton {
	float: left;
	margin: 3px 0px 0px 0px;
	}

/************************************************
*	Contact Page									*
************************************************/

.wpcf7-validates-as-required {
	background: #EEEEEE;
	border: 1px solid #EEEEEE;
	}
	
/************************************************
*	Footer Top									*
************************************************/

#footerfull {
	background: url(images/footer_bg.png) no-repeat bottom;
	margin: 20px auto 0px;
	padding: 0px;
	width: 100%;
	text-align: center;
	}

#footertopbg {
	background: #dddddd;
	width: 960px;
	margin: 0 auto 0;
	padding: 0px 20px 0px 20px;
	text-align: left;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	}

#footertop {
	background: #dddddd;
	width: 960px;
	height: 200px;
	line-height: 20px;
	margin: 0px auto 0px;
	padding: 0px 0px 0px 0px;
	border-bottom: 1px solid #AAAAAA;
	}

#footertop h4 {
	color: #333333;
	font-size: 18px;
	font-family: Helvetica, Arial, Trebuchet MS, Verdana;
	font-weight: bold;
	margin: 0px;
	padding: 20px 0px 10px 0px;
	list-style-type: none;
	}

#footertop li a, #footertop li a:link, #footertop li a:visited {
	color: #333333;
	font-weight: normal;
	text-decoration: none;
	}
	
#footertop li {
	list-style: none;
	}

#footertop ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
	
#footertop ul li {
	list-style-type: none;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	}

#footertop ul li a {
	background: #DDDDDD;
	display: block;
	height: 18px;
	_height: 22px;
	padding: 3px 6px 3px 6px;
	overflow: hidden;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	}	

#footertop ul li a:hover {
	background: #EEEEEE;
	display: block;
	padding: 3px 6px 3px 6px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	}
	
#footertop .footertwitter ul li a {
	color: #669900;
	background: none;
	display: inline;
	padding: 0px;
	text-decoration: none;
	}
	
#footertop .footertwitter ul li a:hover {
	color: #669900;
	background: none;
	display: inline;
	padding: 0px;
	text-decoration: underline;
	}

.footertopleft {
	width: 175px;
	float: left;
	display: inline;
	margin: 0px 15px 0px 0px;
	padding: 0px 0px 0px 0px;
	}

.footertopmid {
	width: 175px;
	float: left;
	display: inline;
	margin: 0px 15px 0px 0px;
	padding: 0px 0px 0px 0px;
	}

.footertopright {
	width: 175px;
	float: left;
	display: inline;
	margin: 0px 15px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
	
.footertwitter {
	width: 380px;
	height: 190px;
	float: left;
	display: inline;
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
	}
	
#footertop .footertwitter div h4 {
	background: none;
	color: #333333;
	font-size: 18px;
	font-family: Helvetica, Arial, Trebuchet MS, Verdana;
	font-weight: bold;
	margin: 0px;
	padding: 20px 0px 0px 0px;
	list-style-type: none;
	list-style: none;
	}
	
#footertop .footertwitter div h4 a {
	background: url(images/twitter_bird.png) no-repeat right;
	color: #333333;
	font-size: 18px;
	font-family: Helvetica, Arial, Trebuchet MS, Verdana;
	font-weight: bold;
	margin: 0px;
	padding: 20px 35px 10px 0px;
	list-style-type: none;
	list-style: none;
	}
	
#footertop .footertwitter ul li {
	list-style-type: none;
	margin: 5px 0px 0px 0px;
	padding: 5px 0px 0px 0px;
	border-top: 1px solid #BBBBBB;
	}

/************************************************
*	Footer Background							*
************************************************/

#footerbottombg {
	background: #DDDDDD;
	width: 960px;
	margin: 0 auto 0;
	padding: 0px 20px 0px 20px;
	}
	
/************************************************
*	Footer  									*
************************************************/

#footer {
	width: 960px;
	height: 60px;
	color: #333333;
	text-align: left;
	margin: 0px auto 0px;
	padding: 0px;
	border-top: solid 1px #EEEEEE;
	}
	
#footer p {
	margin: 0px;	
	padding: 0px;
	line-height: 12px;
	}

.footertop {
	font-size: 12px;
	color: #999999;
    font-weight: normal;
	margin: 0px;
	padding: 16px 0px 0px 0px;
	width: 600px;
	}
	
.footertop a {
	color: #666666;
	text-decoration: none;
	}

.footertop  a:hover {
	color: #333333;
	text-decoration: none;
	}
	
.footerbottom {
	font-size: 11px;
	color: #999999;
    font-weight: normal;
	margin: 0px;
	padding: 5px 0px 0px 0px;
	width: 600px;
	}
	
.footerbottom a {
	color: #666666;
	text-decoration: none;
	}

.footerbottom a:hover {
	color: #333333;
	text-decoration: none;
	}
	
.footersponsor a {
	float: right;
	display: block;
	margin: -35px 0px 0px 0px;
	padding: 0px;
	background: url(images/sponsor01.png);
	height: 40px;
	width: 40px;
	text-decoration: none;
	}

.footersponsor a:hover {
	background-position: -40px 0px;
	}
	
/* TipTip CSS - Version 1.1 */

#tiptip_holder {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99999;
}

#tiptip_holder.tip_top {
	padding-bottom: 5px;
}

#tiptip_holder.tip_bottom {
	padding-top: 5px;
}

#tiptip_holder.tip_right {
	padding-left: 5px;
}

#tiptip_holder.tip_left {
	padding-right: 5px;
}

#tiptip_holder.tip_left #tiptip_content {
	margin-right: 5px;
}

#tiptip_content {
	font-size: 11px;
	color: #fff;
	text-shadow: 0 0 2px #000;
	padding: 4px 8px;
	border: 1px solid #222222;
	background-color: #333333;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(transparent), to(#000));
	box-shadow: 0 0 3px #555;
	-webkit-box-shadow: 0 0 3px #555;
	-moz-box-shadow: 0 0 3px #555;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

#tiptip_arrow, #tiptip_arrow_inner {
	position: absolute;
	border-color: transparent;
	border-style: solid;
	border-width: 6px;
	height: 0;
	width: 0;
	overflow: hidden;
}

#tiptip_arrow_inner {
	border-width: 6px;
}

#tiptip_holder.tip_top #tiptip_arrow {
	border-top-color: #222222;
}

#tiptip_holder.tip_bottom #tiptip_arrow {
	border-bottom-color: #222222;
}

#tiptip_holder.tip_right #tiptip_arrow {
	border-right-color: #222222;
}

#tiptip_holder.tip_left #tiptip_arrow {
	border-left-color: #222222;
}

#tiptip_holder.tip_top #tiptip_arrow_inner {
	margin-top: -7px;
	margin-left: -6px;
	border-top-color: #333333;
	border-top-color: #333333;
}

#tiptip_holder.tip_bottom #tiptip_arrow_inner {
	margin-top: -5px;
	margin-left: -6px;
	border-bottom-color: #333333;
	border-bottom-color: #333333;
}

#tiptip_holder.tip_right #tiptip_arrow_inner {
	margin-top: -6px;
	margin-left: -5px;
	border-right-color: #333333;
	border-right-color: #333333;
}

#tiptip_holder.tip_left #tiptip_arrow_inner {
	margin-top: -6px;
	margin-left: -7px;
	border-left-color: #333333;
	border-left-color: #333333;
}

/* Webkit Hacks  */
@media screen and (-webkit-min-device-pixel-ratio:0) {	
	#tiptip_content {
		padding: 4px 8px 5px 8px;
		background-color: #222222;
	}
	#tiptip_holder.tip_bottom #tiptip_arrow_inner { 
		border-bottom-color: #222222;
	}
	#tiptip_holder.tip_top #tiptip_arrow_inner { 
		border-top-color: #222222;
	}
}