/* 
	Theme Name: Organic-Themes-Site
	Theme URL: http://www.organicthemes.com/
	Description: The Organic Themes site is designed and developed by David Morgan of Muku Studios and Jeff Milone.
	Author: Organic Themes
	Author URI: http://www.organicthemes.com
	Version: 2.0
	Tags: wordpress theme 
	
	The CSS, XHTML and Design are released under the GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/

html, body {
	height: 100%;
	}
/*Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;/
	}

body {
	background: #EEEEEE url(images/bg_pattern.jpg) repeat;
	color: #666666;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 22px;
	margin: 0px;
	padding: 0px;
	}
#wrap {
	width: 100%;
	min-height: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
.hidden {
	display: none;
	}
.clear {
	clear: both;
	}
.hide { 
	position: absolute; 
	top: -9999px; 
	left: -9999px; 
	}
.green {
	color: #99CC00;
	}
.red {
	color: #FF0000;
	}
embed:hover { 
	padding: 0px; 
	}
	
/************************************************
*	Hyperlinks									*
************************************************/
a img {
	border: none;
	}
a {
	color: #669900;
	text-decoration: none;
	}
a:focus, a:hover, a:active {
	text-decoration: underline;
	outline: none;
	}
	
/************************************************
*	Header  									*
************************************************/
#header {
	display: inline-block;
	background: #FFFFFF url(images/bg_nav.png) repeat-x;
	width: 100%;
	height: 50px;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
	z-index: 1;
	zoom: 1;
	}
#header_content {
	width: 960px;
	margin: 0px auto 0px;
	padding: 0px;
	}
#header h1 {
	color: #666666;
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
	}
#header h1 a, #header h1 a:visited {
	color: #666666;
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	}
#header h1 a:hover {
	color: #999999;
	text-decoration: none;
	}
#header #title {
	padding: 0px;
	margin: 0px;
	}
#header #title a {
	float: left;
	background: url(images/logo.png) no-repeat;
	display: block; 
	width: 250px; 
	height: 50px;
	margin: 0px auto 0px; 
	padding: 0px;
	text-indent: -9999px;
	overflow: hidden;
	}
	
/************************************************
*	Twitter      								*
************************************************/

#feed_wrap {
	margin: 0px;
	padding: 20px 0px 20px 0px;
	}
#footerfeed {
	display: block;
	background: #FFFFFF;
	width: 960px;
	height: 30px;
	margin: 0px auto 0px;
	padding: 0px 0px 0px 0px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	}
#twittericon {
	float: left;
	display: block;
	width: 29px;
	height: 30px;
	background: url(images/twitter_icon.png) no-repeat;
	margin: 0px;
	padding: 0px;
	text-indent: -9999px;
	}
#twitterfeed {
	float: left;
	display: block;
	max-width: 750px;
	margin: 0px;
	padding: 5px;
	overflow: hidden;
	}
#twitterfeed p {
	font-size: 11px;
	margin: 0px;
	}
#footerfeed .social_links {
	float: right;
	display: inline-block;
	height: 22px;
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
.tweet_btn, .like_btn, .plus_btn {
	float: right;
	display: inline-block;
	width: 92px;
	height: 22px;
	margin: 0px 2px 0px 0px;
	padding: 0px;
	}
.plus_btn {
	width: 74px !important;
	}
.fb_edge_widget_with_comment span.fb_edge_comment_widget iframe.fb_ltr {
	display: none !important;
	}
  
/************************************************
*	Navigation      								*
************************************************/
#navigation {
	float: right;
	display: block;
	position: relative;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #CCCCCC;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	z-index: 9;
	}
	
/*** ESSENTIAL STYLES ***/
.menu, .menu * {
	margin:	0;
	padding: 0;
	list-style:	none;
	}
.menu {
	line-height: 1.0;
	}
.menu ul {
	margin: 0px;
	padding: 0px;
	}
.menu ul ul, ul.menu ul {
	position: absolute;
	top: -9999px;
	width: 160px; /* left offset of submenus need to match (see below) */
	}
.menu ul li ul li, ul.menu ul li {
	width: 100%;
	margin: 0px 0px 0px 0px;
	}
.menu li:hover {
	visibility:	inherit; /* fixes IE7 'sticky bug' */
	}
.menu li {
	float: left;
	position: relative;
	}
.menu a {
	display: block;
	position: relative;
	}
.menu li:hover ul,
.menu li.sfHover ul {
	left: 0;
	top: 50px; /* match top ul list item height */
	z-index: 99;
	}
ul.menu li:hover li ul,
ul.menu li.sfHover li ul {
	top: -9999px;
	}
ul.menu li li:hover ul,
ul.menu li li.sfHover ul {
	left: 160px; /* match ul width */
	top: 0;
	}
ul.menu li li:hover li ul,
ul.menu li li.sfHover li ul {
	top: -9999px;
	}
ul.menu li li li:hover ul,
ul.menu li li li.sfHover ul {
	left: 160px; /* match ul width */
	top: 0;
	}
	
/*** DEMO SKIN ***/
.menu .current_page_item a,
.menu .current-menu-item a,
.menu .current-cat a {
	color: #000000 !important;
	background: #EEEEEE url(images/nav_arrow.png) no-repeat top center;
	padding: 16px 9px 16px 9px;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	}
.menu li .current_page_item a,
.menu li .current-menu-item a,
.menu li .current-cat a {
	color: #FFFFFF !important;
	background: #669900 !important;
	}
.menu {
	float: left;
	margin-bottom: 0;
	}
.menu a {
	border-left: none;
	border-top:	none;
	margin: 5px 0px 0px 0px;
	padding: 16px 10px 16px 10px;
	text-decoration: none;
	line-height: 12px;
	}
.menu li li a {
	margin: 0px;
	padding: 6px 10px 6px 10px;
	text-decoration: none;
	text-transform: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px solid #DDDDDD;
	}
.menu a, .menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color: #999999;
	}
.menu li {
	background: none;
	}
.menu li li {
	background:	#E5E5E5;
	}
.menu li li li {
	background:	#E5E5E5;
	}
.menu li:hover, .menu li.sfHover {
	outline: 0;
	}
.menu a:focus, .menu a:hover, .menu a:active {
	background: #EEEEEE url(images/nav_arrow.png) no-repeat top center;
	color: #000000;
	padding: 16px 9px 16px 9px;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	outline: 0;
	}
.menu li li:hover, .menu li li.sfHover, 
.menu li li a:focus, .menu li li a:hover, .menu li li a:active {
	background:	#000000;
	color: #FFFFFF !important;
	outline: 0;
	}
.menu li li a:focus, .menu li li a:hover, .menu li li a:active {
	padding: 6px 10px 6px 10px;
	}
	
/*** ARROWS **/
.menu a.sf-with-ul {
	padding: 16px 25px 16px 12px;
	min-width: 1px; /* trigger IE7 hasLayout so spans position accurately */
	}
.menu a.sf-with-ul:hover {
	padding: 16px 24px 16px 11px;
	}
.sf-sub-indicator {
	position: absolute;
	display: block;
	right: 10px;
	top: 16px; /* IE6 only */
	width: 10px;
	height:	10px;
	text-indent: -9999px;
	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: 16px;
	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*/
	}
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator {
	right: 9px;
	}
/* point right for anchors in subs */
.menu ul ul .sf-sub-indicator, ul.menu ul .sf-sub-indicator { 
	background-position:  -10px 0; 
	}
.menu ul ul a > .sf-sub-indicator, ul.menu ul a > .sf-sub-indicator { 
	top: 6px;
	background-position:  0 0; 
	}
/* apply hovers to modern browsers */
.menu ul ul a:focus > .sf-sub-indicator,
.menu ul ul a:hover > .sf-sub-indicator,
.menu ul ul a:active > .sf-sub-indicator,
.menu ul ul li:hover > a > .sf-sub-indicator,
.menu ul ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
	}
/*** shadows for all but IE6 ***/
.sf-shadow ul ul {
	background: transparent;
	}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
	}
	
/************************************************
*	Top Featured Content					    *
************************************************/
#top_content {
	background: url(images/bg_header.png) no-repeat center;
	width: 100%;
	margin: 0px auto 20px;
	padding: 0px;
	}
#featured_content {
	background: #FFFFFF;
	width: 960px;
	height: 180px;
	margin: 0px auto 0px;
	padding: 0px;
	overflow: hidden;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	}
#featured_content h1 {
	font-size: 29px;
	font-weight: 300;
	line-height: 36px;
	letter-spacing: -0.4px;
	margin: 0px;
	padding: 16px 10px;
	}
#featured_content h4 {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	margin: -2px 0px 4px 0px;
	padding: 0px 0px 2px 0px;
	}
#featured_content ul {
	list-style: none;
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
#featured_content ul li {
	list-style: none;
	list-style-type: none;
	line-height: 24px;
	padding: 0px 1px;
	margin: 0px;
	overflow: hidden;
	}
#featured_content .mid_widget ul li {
	height: 24px;
	}
#featured_content .mid_widget ul li a {
	color: #999999;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	}
#featured_content .mid_widget ul li a:hover,
#featured_content .mid_widget ul li a:focus,
#featured_content .mid_widget ul li a:active {
	color: #669900;
	font-weight: bold;
	text-decoration: none;
	}
#featured_content .headline {
	float: left;
	display: inline-block;
	background: url(images/border_gradient.png) repeat-y right;
	width: 400px;
	height: 140px;
	padding: 20px;
	margin: 0px;
	}
#featured_content .mid_widget {
	float: left;
	display: inline-block;
	background: url(images/border_gradient.png) repeat-y right;
	width: 220px;
	height: 140px;
	padding: 20px 20px 20px 18px;
	margin: 0px 0px 0px 1px;
	border-left: 1px solid #E5E5E5;
	}
#featured_content .right_widget {
	float: left;
	display: inline-block;
	width: 220px;
	height: 140px;
	padding: 20px 20px 20px 18px;
	margin: 0px 0px 0px 1px;
	border-left: 1px solid #E5E5E5;
	}
	
/************************************************
*	Featured Slider							    *
************************************************/
#home_slideshow {
	float:left;
	display: block;
	width: 960px;
	height: 450px;
	margin: 0px 0px 20px 0px;
	padding: 0px;
	overflow: hidden;
	}
#slides {
	float: left;
	display: block;
	background: #000000;
	width: 960px;
	height: 420px;
	clear: both;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 1;
	zoom: 1;
	-moz-border-radius: 5px 5px 0px 0px;
	-khtml-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
	}
.slides_container {
	width: 960px;
	display: none;
	position: absolute !important;
	z-index: 8;
	}
.slides_container div {
	width: 960px;
	height: 420px;
	display: block;
	}
#slides .slider_content, #featured_banner .slider_content {
	float: left;
	display: block;
	background: #000000;
	width: 275px;
	padding: 20px 0px 40px 20px;
	margin: 20px 0px 0px 20px;
	position: absolute;
	z-index: 8;
	}
#slides .slider_content h1, #featured_banner .slider_content h1 {
	color: #999999;
	margin: 0px;
	padding: 0px;
	}
#slides .slider_content h1 a {
	color: #999999 !important;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	}
#slides .slider_content h1 a:hover {
	color: #FFFFFF !important;
	}
#slides .slider_content p, #featured_banner .slider_content p {
	color: #CCCCCC;
	margin: 10px 0px 10px 0px;
	padding: 0px;
	}
#slides .slider_image, #featured_banner .slider_image {
	float: left;
	display: block;
	position: absolute;
	z-index: 1;
	}
#slides .pagination {
	float: left;
	display: block;
	background: #000000;
	width: 950px;
	height: 19px;
	text-align: center;
	line-height: 18px;
	margin: 420px 0px 0px 0px;
	padding: 5px;
	position: absolute;
	z-index: 8;
	border-top: 1px solid #222222;
	-moz-border-radius: 0px 0px 5px 5px;
	-khtml-border-radius: 0px 0px 5px 5px;
	-webkit-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
	}
#slides .pagination li {
	display:inline;
	}
#slides .pagination li a, #slides .pagination li a:visited {
	display: inline-block;
	color: #666666;
	font-size: 10px;
	line-height: 19px;
	text-decoration: none;
	margin: 0px 4px;
	cursor: pointer;
	}
#slides .pagination li a:hover, #slides .pagination li a:active, 
#slides .pagination li a:focus, #slides .pagination li.current a {
	color: #CCCCCC;
	text-decoration: none;
	}
#prev_btn a img, #next_btn a img {
	width: 30px;
	height: 30px;
	}
#slides .prev {
	float: left;
	display: block;
	position: absolute;
	background: transparent url(images/prev_btn.png) no-repeat;
	margin: 420px 0px 0px 0px;
	text-indent: -9999px;
	width: 30px;
	height: 30px;
	overflow: hidden;
	z-index: 9;
	}
#slides .next {
	float: right;
	display: block;
	position: absolute;
	background: transparent url(images/next_btn.png) no-repeat;
	margin: 420px 0px 0px 0px;
	text-indent: -9999px;
	width: 30px;
	height: 30px;
	right: 0px;
	overflow: hidden;
	z-index: 9;
	}
#slides .next:hover, #slides .prev:hover {
	background-position: -32px 0px;
	text-decoration: none;
	}
	
/************************************************
*	Homepage 					     		    * 
************************************************/

#home_container {
	width: 100%;
	margin: 0px auto 0px;
	padding: 0px;
	}
#homepage {
	width: 960px;
	height: 1236px;
	margin: 0px auto 160px;
	padding: 0px 0px 0px 0px;
	}
#homepage ul {
	list-style: none;
	list-style-type: none;
	margin: 0px 0px 0px 5px;
	padding: 0px 0px 10px 0px;
	}
#homepage ul li {
	list-style: none;
	list-style-type: none;
	padding: 0px;
	margin: 0px 0px 5px 0px;
	}
#home_content {
	float: left;
	display: block;
	background: #FFFFFF;
	width: 960px;
	height: 756px;
	overflow: hidden;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	}
#home_content p {
	font-size: 11px;
	line-height: 18px;
	margin: 5px 0px;
	padding: 0px;
	}
#home_content .home_features {
	float: left;
	display: block;
	background: url(images/border_gradient.png) repeat-y right;
	width: 420px;
	margin: 0px;
	padding: 30px 30px 10px 30px;
	}
#home_content .feature {
	float: left;
	display: block;
	width: 200px;
	margin: 0px 0px 20px 0px;
	padding: 0px;
	}
#home_content .feature.left {
	margin: 0px 20px 20px 0px;
	}
#home_content .home_side {
	float: right;
	display: block;
	width: 418px;
	margin: 0px 0px 0px 1px;
	padding: 30px 30px 14px 30px;
	border-left: 1px solid #E5E5E5;
	}
#home_content .home_side .subscribe {
	display: block;
	margin: 0px;
	padding: 0px;
	}
#home_content .home_side .subscribe p {
	margin: -5px 0px 5px 0px;
	}
#home_content .home_side .subscribe_btn {
	float: right;
	display: inline-block;
	margin: 0px 5px 0px 0px;
	padding: 0px;
	}
#home_content .home_side .subscribe .button {
	float: none;
	display: inline-block;
	margin: 10px 0px 0px 12px;
	}
#home_content .home_side .subscribe input {
	width: 116px;
	padding: 4px 0px 12px 20px;
	}
	
/************************************************
*	Content 					     		    * 
************************************************/
#content {
	width: 920px;
	background: #FFFFFF;
	margin: 0px auto 170px;
	padding: 20px;
	overflow: auto;
	position: relative;
	z-index: 1;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	}
#content.left {
	width: 960px;
	background: #FFFFFF url(images/sidebar_bg.jpg) right repeat-y;
	padding: 0px;
	}
#content .page {
	float: left;
	display: inline-block;
	background: url(images/border_gradient.png) right repeat-y;
	width: 640px;
	margin: 0px;
	padding: 20px;
	}
#content .page.blog {
	padding: 20px;
	}
#content .page.blog #pagenav {
	margin: 0px 0px 10px 0px;
	}
#content .page.blog .post, #content .page.blog .tutorial {
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 10px 0px;
	border-bottom: 1px solid #DDDDDD;
	}
#content .page.blog .tuts_thumb img {
	float: left;
	display: block;
	background: #EEEEEE;
	margin: 5px 20px 5px 0px;
	padding: 4px;
	border: 1px solid #DDDDDD;
	}
#content .learnmore a {
	display: inline-block;
	color: #666666;
	background: #F5F5F5;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	text-transform: none;
	text-align: left;
	text-decoration: none;
	letter-spacing: -0.5px;
	line-height: 18px;
	margin: 10px 0px 0px 0px;
	padding: 4px 10px;
	border: 1px solid #DDDDDD;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	}
#content .learnmore a:hover {
	color: #FFFFFF;
	background: #669900;
	border: 1px solid #669900;
	}
h1, #sidebar h2 {
	color: #666666;
	font-size: 28px;
	font-family: 'Lato', Arial, Helvetica, sans-serif;
	font-weight: 300;
	letter-spacing: -0.5px;
	margin: 2px 0px 6px 0px;
	padding: 2px 0px 4px 0px;
	line-height: 32px;
	}
h2 {
	color: #666666;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 5px 0px;
	line-height: 20px;
	}
h3 {
	color: #999999;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 500;
	font-style: normal;
	margin: 4px 0px 2px 0px;
	padding: 2px 0px 2px 0px;
	line-height: 18px;
	}
h4 {
	color: #333333;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: none;
	line-height: 18px;
	margin: 4px 0px 2px 0px;
	padding: 2px 0px 2px 0px;
	}
h5 {
	color: #333333;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 4px 0px 4px 0px;
	margin: 6px 0px 2px 0px;
	border-bottom: 1px solid #DDDDDD;
	}
h6 {
	color: #666666;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 4px 0px 4px 0px;
	margin: 4px 0px 2px 0px;
	border-bottom: 1px solid #DDDDDD;
	}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: #999999;
	text-decoration: none;
	border: none;
	}
h1 a:hover, h2 a:hover, h3 a:hover, 
h4 a:hover, h5 a:hover, h6 a:hover,
h1 a:active, h2 a:active, h3 a:active, 
h4 a:active, h5 a:active, h6 a:active,
h1 a:focus, h2 a:focus, h3 a:focus, 
h4 a:focus, h5 a:focus, h6 a:focus {
	color: #669900;
	text-decoration: none;
	border: none;
	}
.postarea {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
.postarea p {
	padding: 5px 0px 5px 0px;
	margin: 0px 0px 0px 0px;
	}	
.postarea hr {
	border:0;
	width:100%;
	height:1px;
	color:#DDDDDD;
	background-color:#DDDDDD;
	margin: 6px 0px 8px 0px;
	padding: 0px;
	}
.postarea ol {
	margin: 0px 0px 0px 20px;
	padding: 10px 0px 10px 0px;
	}
.postarea ol li {
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 5px 0px;
	}
.postarea ul {
	list-style-type: none;
	margin: 0px 0px 0px 5px;
	padding: 5px 0px 5px 0px;
	}
.postarea ul ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	}
.postarea ul li {
    list-style: inside;
    list-style-type: square;
	background: none;
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 5px 0px;
	}
.postarea ul ul li {
    list-style: inside;
    list-style-type: square;
	background: none;
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 5px 0px;
	}
blockquote {
	color: #999999;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-style: italic;
	line-height: 28px;
	margin: 10px 25px 10px 25px;
	padding: 0px 25px 0px 10px;
	border-left: 2px solid #C0C0C0;
	}
blockquote p {
	margin: 0px;
	padding: 0px;
	}
.postauthor {
	font-size: 11px;
	line-height: 10px;
	margin: -5px 0px 5px 0px;
	padding: 0px;
	}
.postmeta {
	background: #F5F5F5;
	font-size: 11px;
	text-transform: uppercase;
	margin: 10px 0px 20px 0px;
	padding: 5px 10px 5px 10px;
	}
.postmeta p {
	margin: 0px;
	padding: 0px;
	}
.postservice {
	background: none;
	width: 100%;
	padding: 5px 0px 5px 0px;
	margin: 0px 0px 5px 0px;
	}
code {
	display: block;
	color: #666666;
	background: #F5F5F5;
	font-family: "Courier New", Courier, monospace;
	font-size: 11px;
	margin: 10px 0px;
	padding: 10px;
	border: 1px dashed #DDDDDD;
	}
#content .archive {
	float: left;
	width: 340px;
	margin: 0px;
	padding: 0px 20px 0px 0px;
	}
#postnav {
	float: left;
	display: block;
	width: 100%;
	height: 30px;
	line-height: 12px;
	margin: 20px 0px 10px 0px;
	padding: 20px 0px 10px 0px;
	border-top: 1px solid #DDDDDD;
	position: relative;
	overflow: hidden;
	}
#pagenav {
	float: left;
	display: block;
	width: 100%;
	max-height: 30px;
	line-height: 12px;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	position: relative;
	overflow: hidden;
	}
#fullpagenav {
	float: left;
	display: block;
	width: 100%;
	max-height: 30px;
	line-height: 12px;
	margin: 10px 0px 0px 0px;
	padding: 15px 0px 5px 0px;
	border-top: 1px solid #DDDDDD;
	position: relative;
	overflow: hidden;
	}
#fullpagenav #prevLink a, #fullpagenav #nextLink a,
#pagenav #prevLink a, #pagenav #nextLink a,
#postnav #prevLink a, #postnav #nextLink a {
	display: block;
	height: 14px;
	}
#fullpagenav #prevLink p, #fullpagenav #nextLink p,
#pagenav #prevLink p, #pagenav #nextLink p,
#postnav #prevLink p, #postnav #nextLink p {
	padding: 0px;
	}
#prevLink {
	float: left;
	display: block;
	margin: 0px;
	padding: 0px;
	}
#nextLink {
	float: right;
	display: block;
	margin: 0px;
	padding: 0px;
	}
#prevLink a, #nextLink a {
	color: #666666;
	background: #F5F5F5;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	text-transform: none;
	text-align: left;
	text-decoration: none;
	letter-spacing: -0.5px;
	margin: 0px;
	padding: 5px 10px;
	border: 1px solid #DDDDDD;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	}
#nextLink a:hover, #prevLink a:hover {
	color: #FFFFFF;
	background: #669900;
	border: 1px solid #669900;
	}
/************************************************
*	FAQ Page 									*
************************************************/
#faq {
	display: inline-block;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	}
#faq h6 {
	display: inline-block;
	width: 100%;
	}
#faq .postarea ol {
	margin: 0px 0px 0px 10px;
	padding: 0px;
	}
#faq .question {
	float: left;
	display: block;
	width: 315px;
	margin: 5px 10px 5px 0px;
	padding: 0px;
	}
#faq .question.second {
	margin: 5px 0px 5px 0px;
	}
#faq h4.trigger {
	font-weight: bold !important;
	width: 285px;
	}
#faq h4.trigger:hover {
	color: #333333;
	background-color: #E5E5E5;
	}
#faq .toggle_container {
	width: 315px;
	}
/************************************************
*	Theme Page 									*
************************************************/
#themes_title {
	float: left;
	display: block;
	width: 100%;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	}
.theme {
	float: left;
	display: block;
	width: 290px;
	margin: 10px 0px 10px 25px;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
	position: relative;
	z-index: 1;
	zoom: 1;
	}
.theme.first {
	clear: both;
	margin: 10px 0px 10px 0px;
	}
.theme h3 {
	color: #333333;
	margin: 0px 0px 5px 0px;
	}
.theme p {
	color: #666666;
	font-size: 11px;
	line-height: 18px;
	margin: 0px;
	padding: 0px 0px 15px 0px !important;
	border-bottom: 1px solid #CCCCCC;
	}
.theme a, .theme a:visited {
	color: #666666;
	}
.theme a:hover {
	color: #669900;
	text-decoration: none !important;
	}
.theme a img {
	float: left;
	display: block;
	clear: both;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	}
.theme_version {
	display: inline-block;
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
.theme_version .version {
	float: left;
	color: #666666;
	margin: 0px 0px 20px 0px !important;
	padding: 0px 10px 0px 0px !important;
	border-right: 1px solid #DDDDDD;
	}
.theme_version .changelog {
	float: left;
	line-height: 20px !important;
	margin: 0px 0px 20px 0px !important;
	padding: 0px 0px 0px 10px;
	}
.theme_details {
	margin: 0px 0px 0px 0px !important;
	padding: 12px 0px 0px 0px !important;
	border-top: 1px solid #FFFFFF;
	}
#sidebar .theme_details li a {
	display: inline;
	background: none;
	padding: 0px;
	}
#sidebar .theme_details li a:hover {
	display: inline;
	color: #669900;
	background: none;
	padding: 0px;
	}
#sidebar .theme_bullets {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
#sidebar .purchase_links {
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
	}
#sidebar .button {
	float: none;
	font-weight: normal !important;
	margin: 0px 5px 15px 12px !important;
	}
#sidebar .button span {
	text-align: center;
	}
#sidebar .theme_details {
	padding: 0px !important;
	border-top: none;
	}
#content .theme_details li {
	font-size: 11px;
	line-height: 22px;
	margin: 0px;
	padding: 0px;
	list-style-image: url(images/bullet_detail.png);
	list-style-position: inside;
	list-style-type: none;
	}
.theme .buy_theme { 
	float: right;
	background: url(images/btn_buy_theme_price.png) no-repeat;
	width: 150px;
	margin: 10px 0px 0px 0px;
	}
.theme .demo_theme {
	float: left;
	margin: 10px 10px 0px 0px;
	}
#featured_banner {
	width: 100%;
	margin: 0px auto 0px;
	padding: 0px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	}
#featured_theme {
	display: block;
	background: #000000;
	width: 960px;
	height: 420px;
	margin: 0px auto 20px;
	overflow: hidden;
	position: relative;
	z-index: 1;
	clear: both;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	}
#featured_theme .slider_content {
	}
#featured_theme .slider_image {
	position: absolute;
	z-index: 1;
	}
#theme_features {
	display: inline-block;
	margin: 15px 0px 0px 0px;
	}
#theme_features .feature {
	float: left;
	display: block;
	width: 200px;
	margin: 0px 0px 20px 20px;
	padding: 0px;
	}
#theme_features .feature.left {
	margin: 0px 0px 20px 0px;
	}
#theme_features .theme_icon {
	margin: 0px 50px;
	padding: 0px;
	}
#theme_features .feature_info {
	float: left;
	display: block;
	height: 112px;
	font-size: 11px;
	line-height: 20px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	}
#preview{
	position: absolute;
	background: #000000;
	text-align: center;
	margin: 0px auto 0px;
	padding: 5px;
	display: none;
	color: #666666;
	z-index: 9;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	}
	
/************************************************
*	Showcase Page 								*
************************************************/
.showcase {
	float: left;
	display: block;
	width: 290px;
	margin: 10px 0px 10px 25px;
	padding: 0px 0px 0px 0px;
	position: relative;
	overflow: hidden;
	z-index: 1;
	zoom: 1;
	}
.showcase.first {
	clear: both;
	margin: 10px 0px 10px 0px;
	}
.showcase h3 {
	color: #333333;
	margin: 0px 0px 5px 0px;
	text-indent: 2px;
	}
.showcase a, .showcase a:visited {
	color: #666666;
	}
.showcase a:hover {
	color: #669900;
	text-decoration: none !important;
	}
.showcase a img {
	float: left;
	display: block;
	clear: both;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	}
#home_content .home_showcase {
	margin: 0px;
	padding: 0px;
	}
.showcase_item {
	float: left;
	display: block;
	margin: 0px 0px 30px 0px;
	padding: 0px;
	}
.showcase_item img {
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	}
#featured_showcase {
	float: left;
	display: block;
	padding: 0px 0px 20px 0px;
	margin: 10px 0px 10px 0px;
	border-bottom: 1px solid #DDDDDD;
	}
#featured_showcase .showcase_thumb {
	float: left;
	display: block;
	margin: 0px 20px 0px 0px;
	padding: 0px;
	}
#featured_showcase .showcase_info {
	float: right;
	display: block;
	width: 480px;
	height: 200px;
	overflow: hidden;
	}
#featured_showcase .showcase_info p {
	margin: 5px 0px 0px 0px;
	}
	
/************************************************
*	Hosting										*
************************************************/

#hosting {
	width: 960px;
	margin: -150px auto 170px;
	padding: 0px;
	overflow: hidden;
	}
#hosting h1 {
	margin: 5px 0px 10px 0px;
	}
#hosting p {
	margin: 0px;
	padding: 5px 0px;
	}
#hosting .host_container {
	float: left;
	display: inline-block;
	background: #FFFFFF;
	width: 920px;
	margin: 20px auto 0px;
	padding: 20px;
	margin: 0px;
	overflow: hidden;
	clear: both;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	}
	
/************************************************
*	Hosting Form  								*
************************************************/
	
#hosting #packages {
	float: left;
	display: inline-block;
	margin: 0px;
	padding: 0px;
	}
#hosting .package_01 {
	float: left;
	display: inline-block;
	width: 280px;
	margin: 30px 0px 0px 0px;
	padding: 0px;
	}
#hosting .package_02 {
	float: left;
	display: inline-block;
	width: 320px;
	margin: 0px 20px 0px 20px;
	padding: 0px;
	}
#hosting .package_03 {
	float: left;
	display: inline-block;
	width: 280px;
	margin: 30px 0px 0px 0px;
	padding: 0px;
	}
#hosting .packageheader {
	color: #999999;
	background: #000000;
	font-size: 24px;
	text-align: center;
	margin: 0px;
	padding: 12px 0px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	}
#hosting .package_02 .packageheader {
	font-size: 28px;
	padding: 15px 0px;
	}
#hosting ul.details {
	background: #EEEEEE;
	padding: 0px 0px 2px 0px;
	margin: 0px;
	overflow: hidden;
	border-top: none;
	border-bottom: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	}
#hosting ul.details li {
	list-style-position: inside;
	list-style-image: url(images/check.png);
	list-style-type: none;
	text-align: left;
	padding: 4px 8px;
	margin: 0px;
	border-top: 1px solid #DDDDDD;
	border-bottom: none;
	border-left: none;
	border-right: none;
	}
#hosting .package_02 ul.details li {
	padding: 6px 8px;
	}
#hosting ul.details li.even {
	background: #F5F5F5;
	}
#hosting .package_btn {
	display: inline-block;
	color: #CCFF99;
	background: #669900;
	font-size: 14px;
	width: 260px;
	text-align: center;
	padding: 2px 10px;
	margin: 10px 0px 10px 0px;
	cursor: pointer;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	}
#hosting .package_02 .package_btn {
	background: #669900;
	width: 300px;
	font-size: 18px;
	padding: 0px 10px;
	}
#hosting .package_btn:hover {
	background: #66AA00;
	color: #FFFFFF;
	text-decoration: none;
	}
#hosting .package_btn p {
	float: left;
	display: inline-block;
	width: 100%;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 0.2px;
	line-height: 34px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	}
#hosting .package_02 .package_btn p {
	line-height: 44px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	}
#hosting .package_btn p a {
	color: #FFFFFF;
	}
#hosting .package_btn p a:hover {
	text-decoration: none;
	}
#hosting .package_btn label {
	padding: 10px 2px;
	}
#hosting .package_btn input {
	float: left;
	background: #FFFFFF;
	padding: 15px;
	margin: 10px;
	cursor: pointer;
	}
#hosting .package_02 .package_btn input {
	margin: 15px;
	}
#hosting #theme_selection {
	list-style-type: none;
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
#hosting #theme_selection li {
	display: inline-block;
	list-style-type: none;
	width: 184px;
	margin: 0px;
	padding: 0px;
	}
#hosting #theme_selection h3 {
	display: inline-block;
	font-size: 12px;
	padding: 2px 10px;
	}
#hosting #theme_selection .themeicon {
	display: block;
	background: url(images/theme_check.png) no-repeat;
	text-indent: -9999px;
	width: 184px;
	height: 120px;
	position: absolute;
	z-index: 9;
	}
#hosting #theme_selection .theme_product {
	float: left;
	display: inline-block;
	width: 156px;
	height: 80px;
	margin: 2px 10px 14px 10px;
	padding: 3px 3px 3px 3px;
	overflow: hidden;
	border: 1px solid #DDDDDD;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	}
#hosting #theme_selection .theme_product:hover, #hosting #theme_selection .theme_product:active, 
#hosting #theme_selection .theme_product:focus {
	background: #669900;
	border: 1px solid #669900;
	}
#hosting label.error {
	color: #FF0000;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	}
#hosting #packages label.error {
	float: left;
	display: block;
	position: absolute;
	width: 280px;
	margin: 30px 0px 0px -10px;
	}
#hosting .account_info label.error {
	display: inline-block;
	width: 100%;
	padding: 0px 0px 0px 10px;
	}
#hosting .description {
	display: inline-block;
	}
#hosting .title {
	display: inline-block;
	width: 100%;
	margin: 15px 0px 0px 0px;
	}
#hosting .select {
	color: #999999;
	background: #F5F5F5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	width: 240px;
	padding: 5px 5px 5px 5px;
	margin: 0px 5px 0px 5px;
	border: 1px solid #E5E5E5;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	}
#hosting .select:hover, #hosting .select:focus, #hosting .select:active {
	color: #333333;
	background: #F9F9F9;
	}
#hosting .select.short {
	float: none !important;
	width: 140px;
	}
#hosting .field, #hosting #productoptions input {
	color: #999999;
	background: #F5F5F5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	width: 200px !important;
	padding: 5px 5px 5px 5px;
	margin: 0px 5px 0px 5px;
	border: 1px solid #DDDDDD;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	}
#hosting .field:hover, #hosting .field:focus, #hosting .field:active,
#hosting #productoptions input:hover, #hosting #productoptions input:focus, #hosting #productoptions input:active {
	color: #333333;
	background: #FFFFFF;
	}
#hosting #checkoutmsg {
	text-align: center;
	}
#hosting .field.inline {
	display: inline;
	width: 44%;
	clear: none !important;
	}
#hosting .field.wide {
	width: 94%;
	}
#hosting .field.date {
	width: 22px !important;
	}
#hosting .field.short {
	width: 40px !important;
	}
#hosting .field_label {
	display: inline-block;
	width: 125px;
	text-align: right;
	}
#hosting .wp_info .field_label.name {
	width: 162px;
	}
#hosting .wp_info .field_label.pass {
	width: 175px;
	}
#hosting .account_info .field, #hosting .account_info .field_inline {
	float: left;
	margin: 5px;
	}
#hosting .account_info .field, #hosting .payment_info .field {
	display: inline-block;
	clear: both;
	}
#hosting .account_info .select, #hosting .payment_info .select {
	float: left;
	display: inline-block;
	margin: 5px;
	clear: both;
	}
#hosting .domain_check .field {
	width: 360px;
	margin: 0px 0px 0px 0px;
	padding: 10px;
	}
#hosting .account_info {
	display: block;
	background: #F9F9F9;
	margin: 10px 0px 20px 0px;
	padding: 15px;
	border: 1px solid #EEEEEE;
	overflow: hidden;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	}
#hosting .account_info .column_one {
	float: left;
	display: inline-block;
	width: 420px;
	padding: 0px 19px 0px 0px;
	border-right: 1px solid #DDDDDD;
	}
#hosting .account_info .column_two {
	float: left;
	display: inline-block;
	width: 400px;
	padding: 0px 20px 0px 20px;
	}
#hosting .check {
	margin: 0px 0px 0px 10px;
	}
#hosting .domain_option, 
#hosting .domain_addon, #hosting .wp_field, 
#hosting .payment_option {
	float: left;
	display: block;
	width: 100%;
	margin: 2px 0px;
	padding: 0px;
	}
#hosting .wp_field, #hosting .payment_option {
	margin: 5px 0px;
	}
#hosting .domain_check, 
#hosting #productoptions .wp_info, 
#hosting .payment_info,
#hosting #cartResult {
	display: block;
	background: #F9F9F9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: center;
	padding: 15px;
	margin: 10px 0px 5px 0px;
	border: 1px solid #EEEEEE;
	overflow: hidden;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	}
#hosting #cartResult {
	font-size: 12px !important;
	width: 400px;
	margin: 10px auto 5px;
	}
#cartResult div {
	margin: 10px 0px;
	padding: 0px 0px 10px 0px;
	border-bottom: 1px solid #DDDDDD;
	}
#hosting #domainresults {
	display: block;
	font-size: 12px;
	overflow: hidden;
	}
#hosting #domainresults h5 {
	font-size: 14px;
	margin: 5px 0px 4px 0px;
	padding: 10px 0px 4px 0px;
	}
#hosting #domainresults div {
	text-align: left;
	}
#hosting .wp_info {
	font-size: 16px;
	}
#hosting #tos {
	padding: 10px 0px 5px 0px;
	}
	
/************************************************
*	Table  									*
************************************************/

table {
	width: 100%;
	margin: 10px 0px 10px 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 {
	color: #339900;
	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;
	}

/************************************************
*	Buttons  					     		    * 
************************************************/
.button, .button span, .button input {
	background: url(images/btn_default.png); 
	border: none;
	}
.button {
	background-position: right top;
	}
.button span, .button input {
	background-position: left top; 
	color: #FFFFFF;
	}
.button:hover, .button:focus, .button:active {
	background-position: right -40px;
	text-decoration: none;
	border: none;
	}
.button:hover span, .button:hover input,
.button:focus span, .button:focus input,
.button:active span, .button:active input {
	background-position: left -40px; 
	color: #FFFFFF;
	text-decoration: none;
	border: none;
	}
.disabled {
    opacity: 0.4;
	}
.button {
	float: left;
    margin: 10px 5px 0px 12px;
    padding: 0px 8px 0px 0px;
    display: block; 
	line-height: 0;
	position: relative;
	vertical-align: baseline; 
	cursor: pointer;
	zoom: 1;
	}
.button span, .button input {
    padding: 0 0 0 20px;                                
    left: -12px;  	                                    
    height: 30px;
    display: block;
	color: #ccff99;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	text-align: center;
	text-decoration: none;
	text-shadow: 0.2px 0.2px #336600;
	line-height: 28px;
	position: relative; 
	margin: 0;
    white-space: nowrap; 
	cursor: pointer;
	}
.button span input {
    margin: 0 -20px 0 -20px;
    padding: 0 20px 0 20px;
    left: 0; 
	background: none;
	}
	
/************************************************
*	Images  					     		    * 
************************************************/
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding: 0px;
	}
img.alignnone {
	padding: 0px;
	margin: 0px 0px 10px 0px;
	display: inline;
	}
img.alignright {
	padding: 0px;
	margin: 5px 0px 10px 15px;
	display: inline;
	}
img.alignleft {
	padding: 0px;
	margin: 5px 15px 10px 0px;
	display: inline;
	}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	}
.imgborder {
	background: #F5F5F5;
	padding: 3px !important;
	border: 1px solid #DDDDDD;
	}
.alignright {
	float: right;
	margin: 10px 0px 10px 20px !important;
	}
.alignleft {
	float: left;
	margin: 10px 20px 10px 0px !important;
	}
.wp-caption {
	background: #F5F5F5;
	max-width: 100%;
	text-align: center;
	padding: 0px 0px 5px 0px;
	margin: 10px 0px;
	border: 1px solid #DDDDDD;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	}
.wp-caption img {
	margin: 0px 0px 0px 0px;
	padding: 5px 5px 5px 5px;
	}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	width: 98%;
	margin: 0px 0px 0px 0px;
	padding: 2px 0px 0px 0px;
	}
	
/************************************************
*	Sidebar 	        			     	    * 
************************************************/
#sidebar {
	float: right;
	display: inline-block;
	background: #F5F5F5;
	width: 240px;
	height: 100%;
	margin: 0px 0px 0px 1px;
	padding: 20px 20px 20px 18px;
	border-left: 1px solid #E5E5E5;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	}
#sidebar a, #sidebar a:visited {
	color: #333333;
	font-weight: bold;
	line-height: 16px;
	}
#sidebar a:hover {
	color: #669900;
	text-decoration: none;
	}
#sidebar p {
	padding: 0px;
	margin: 0px;
	line-height: 20px;
	}
#sidebar li {
	list-style-type: none;
	}
#sidebar ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
#sidebar ul li {
	margin: 2px 0px 0px 0px;
	padding: 2px 0px 0px 0px;
	}
#sidebar ul li ul { 
	margin: 0px 0px 0px 0px;
	}
#sidebar ul li a {
	display: block;
	color: #666666 !important;
	background: #E5E5E5;
	font-weight: bold;
	text-decoration: none;
	padding: 6px 10px;
	margin: 0px 0px 5px 0px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	}
#sidebar ul li a:hover {
	color: #333333 !important;
	background: #FFFFFF;
	text-decoration: none;
	}
#sidebar #support_docs li a {
	color: #666666;
	background: #E5E5E5 url(images/download_icon.png) right center no-repeat;
	}
#sidebar #support_docs li a:hover {
	color: #333333;
	background: #FFFFFF url(images/download_icon.png) right center no-repeat;
	}
#sidebar ul li ul li {
	display: block;
	margin: 2px 0px 0px 0px;
	padding: 2px 0px 0px 0px;
	text-indent: 10px;
	}
#sidebar ul li ul li ul li {
	display: block;
	margin: 2px 0px 0px 0px;
	padding: 2px 0px 0px 0px;
	text-indent: 20px;
	}
#sidebar #services {
	margin: 10px 0px;
	padding: 0px;
	}
#sidebar #services .customization a {
	background: #E5E5E5 url(images/icon_customization.png) left center no-repeat;
	padding: 5px 5px 5px 80px;
	}
#sidebar #services .customization a:hover {
	background: #FFFFFF url(images/icon_customization.png) left center no-repeat;
	}
#sidebar #services .resources a {
	background: #E5E5E5 url(images/icon_resources.png) left center no-repeat;
	padding: 5px 5px 5px 80px;
	}
#sidebar #services .resources a:hover {
	background: #FFFFFF url(images/icon_resources.png) left center no-repeat;
	}
#sidebar #services .view_themes a {
	background: #E5E5E5 url(images/icon_themes.png) left center no-repeat;
	padding: 5px 5px 5px 80px;
	}
#sidebar #services .view_themes a:hover {
	background: #FFFFFF url(images/icon_themes.png) left center no-repeat;
	}
#sidebar #services li a p {
	color: #666666 !important;
	font-size: 11px;
	font-weight: normal;
	line-height: 16px;
	padding: 0px 0px 10px 0px;
	}
	
/************************************************
*	Sidebar Widgets								*
************************************************/
#sidebar .widget {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 10px 0px;
	list-style-type: none;
	}
#sidebar #support_docs {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 10px 0px;
	list-style-type: none;
	}
#sidebar #recentcomments a {
	background: none;
	}
#sidebar #recentcomments a:hover {
	background: none;
	color: #669900 !important;
	}

/************************************************
*	Testimonials Widget								*
************************************************/
#top_content #tbtestimonials-widget li.testimonial-slide ul li.testimonial {
	width: 220px;
	padding: 5px 0px 10px 0px;
	border-bottom: none;
	}
#top_content #tbtestimonials-widget li.testimonial-slide .testimonial-data {
	float: left;
	width: 160px;
	}
#top_content #tbtestimonials-widget li.testimonial-slide .testimonial-data p.testimonial-content {
	line-height: 18px !important;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 12px;
	padding: 0px 0px 5px 0px;
	margin: -4px 0px 0px 0px;
	}
#top_content #tbtestimonials-widget li.testimonial-slide .testimonial-data p.testimonial-author {
	font-size: 11px;
	letter-spacing: 0.5px;
	color: #999999;
	text-align: right;
	}
#top_content #tbtestimonials-widget li.testimonial-slide .testimonial-gravatar {
	background: #F5F5F5;
	width: 40px;
	padding: 3px;
	margin: 0px 12px 0px 0px;
	border: 1px solid #DDDDDD;
	}

/************************************************
*	Calendar Widget							*
************************************************/
#calendar_wrap {
	margin: 0px auto 0px;
	padding: 5px 0px 5px 0px;
	}
#wp-calendar {
	width: 100%;
	text-align: center;
	}
#wp-calendar a {
	margin: 0px !important;
	}
#wp-calendar caption {
	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;
	}
	
/************************************************
*	Search Form									*
************************************************/
#searchform {
	margin: 0px;
	padding: 0px;
	}
#searchform label {
	display: none;
	}
#s {
	display: inline-block;
	background: #FFFFFF;
	width: 56%;
	color: #999999;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px 6px 0px 0px;
	padding: 6px 4px;
	border: 1px solid #EEEEEE;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	}
#searchsubmit {
	background: #333333;
	color: #CCCCCC;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	margin: 0px 0px 0px 0px;
	padding: 4px 10px 4px 10px;
	border: none;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	}
#searchsubmit:hover {
	background: #669900;
	color: #FFFFFF;
	}
	
/************************************************
*	Footer  									*
************************************************/
#footer_wrap {
	background: url(images/footer_bg.png) no-repeat center bottom;
	position: relative;
	width: 100%;
	height: 170px;
	padding: 0px;
	margin: -170px 0px 0px 0px;
	clear: both;
	}
#footer {
	background: #000000;
	width: 960px;
	height: 100px;
	color: #444444;
	line-height: 8px;
	margin: 0px auto 0px;
	padding: 0px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	}
#footer p {
	margin: 0px;
	padding: 0px;
	}
.sitemap {
	float: left;
	display: inline-block;
	line-height: 40px;
	width: 920px;
	height: 40px;
	margin: 0px 20px;
	padding: 0px;
	border-bottom: 1px solid #333333;
	}
.menu_footer {
	text-align: center;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
.menu_footer li {
	display: inline;
	}
.menu_footer li a {
	display: inline-block;
	color: #666666;
	font-size: 11px;
	text-decoration: none;
	margin: 0px 4px;
	padding: 0px;
	}
.menu_footer li a:hover {
	color: #CCCCCC;
	text-decoration: none;
	}
.footertop {
	font-size: 11px;
	color: #444444;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	padding: 18px 0px 0px 0px;
	}
.footertop a {
	color: #666666;
	text-decoration: none;
	}
.footertop a:hover {
	color: #999999;
	text-decoration: none;
	}
.footerbottom {
	font-size: 11px;
	color: #444444;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	padding: 8px 0px 0px 0px;
	}
.footerbottom a {
	color: #666666;
	text-decoration: none;
	}
.footerbottom a:hover {
	color: #669900;
	text-decoration: none;
	}
.footerright {
	float: right;
	display: inline-block;
	margin: 4px 18px 0px 0px;
	padding: 0px;
	}
.footerleft {
	float: left;
	display: inline-block;
	margin: 0px;
	padding: 0px 0px 0px 20px;
	}
	
/************************************************
*	Comments									*
************************************************/
#submit {
	background: #F5F5F5;
	color: #666666;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: italic;
	font-size: 12px;
	border: 1px solid #DDDDDD;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	}
#author, #email, #url {
	color: #666666;
	background: #F5F5F5 !important;
	color: #999999;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 4px;
	border: 1px solid #DDDDDD;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	}
#comment {
	color: #666666;
	background: #f5f5f5 !important;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
	margin: 5px 0px 5px 0px;
	padding: 4px;
	border: 1px solid #DDDDDD;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	}
#respond {
	display: inline-block;
	width: 100%;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	}
#postcomments {
	width: 640px;
	float: left;
	display: inline-block;
	}
#postcomments .commentlist {
	margin: 0px;
	padding: 0px;
	}
#postcomments .commentlist ol {
	margin: 0px;
	padding: 10px;
	}
#postcomments .commentlist ul {
	margin: 0px;
	padding: 0px;
	}
#postcomments .commentlist li ul li {
	font-size: 12px;
	margin: 10px 0px 5px 0px;
	}
#postcomments .commentlist li {
	font-weight: bold;
	margin: 15px 0px 5px 0px;
	padding: 10px 10px 5px 10px;
	list-style: none;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	}
#postcomments .commentlist li .avatar {
	background: #FFFFFF;
	float: right;
	border: 1px solid #DDDDDD;
	margin: 0px 0px 5px 5px;
	padding: 2px;
	}
#postcomments .commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 12px;
	}
#postcomments .commentlist p {
	font-weight: normal;
	text-transform: none;
	line-height: 18px;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 5px 0px;
	}
#postcomments .commentmetadata {
	font-weight: normal;
	}
#commentform input {
	width: 170px;
	padding: 4px 2px;
	margin: 5px 5px 1px 0px;
	}
#commentform {
	margin: 5px 0px 0px 0px;
	}
#commentform textarea {
	width: 98%;
	padding: 5px;
	}
#respond:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
	}
#commentform p {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
#commentform #submit {
	float: left;
	display: block;
	width: 120px;
	margin: 5px 0px 5px 0px;
	padding: 4px 10px;
	}
#commentform #submit:hover {
	color: #FFFFFF;
	background: #669900;
	border: 1px solid #669900;
	}
.alt {
	margin: 0px;
	padding: 10px;
	}
.children {
	margin: 0px;
	padding: 0px;
	}
.nocomments {
	display: none;
	text-align: center;
	margin: 0px;
	padding: 0px;
	}
.reply a, .reply a:visited {
	display: inline-block;
	background: #333333;
	color: #CCCCCC;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	text-decoration: none;
	line-height: 16px;
	margin: 5px 0px 5px 0px;
	padding: 3px 10px 5px 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	}
.reply a:hover {
	background: #669900;
	color: #FFFFFF;
	text-decoration: none;
	}
.commentmetadata {
	font-size: 10px;
	margin: 0px;
	display: block;
	}
.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 30px;
	}
.thread-alt {
	background: #FFFFFF;
	margin: 0px;
	padding: 0px;
	}
.thread-even {
	background: #F5F5F5;
	margin: 0px;
	padding: 0px;
	}
.depth-1 {
	border: 1px solid #DDDDDD;
	margin: 0px;
	padding: 0px;
	}
.even, .alt {
	border: 1px solid #DDDDDD;
	margin: 0px;
	padding: 0px;
	}
	
/************************************************
*	jQuery Drop Content							*
************************************************/

h4.trigger {
	display: inline-block;
	padding: 0px 0px 0px 30px !important;
	margin: 0px 0px 0px 0px;
	background: #EEEEEE url(images/toggle_arrow.png) no-repeat left top;
	color: #666666;
	font-size: 12px !important;
	font-weight: normal !important;
	line-height: 30px !important;
	text-transform: none;
	height: 30px;
	width: 260px;
	cursor: pointer;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	}
h4.trigger a {
	color: #999999 !important;
	line-height: 40px !important;
	text-decoration: none;
	display: block;
	}
h4.trigger a:hover { 
	color: #FFFFFF !important; 
	}
h4.active { 
	background-position: left bottom;
	-moz-border-radius-bottomleft: 0px;
	-moz-border-radius-bottomright: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	} /*--When toggle is triggered, it will shift the image to the bottom to show its "opened" state--*/
.toggle_container {
	display: inline-block;
	margin: 0px;
	padding: 0px;
	background: #EEEEEE;
	overflow: hidden;
	font-size: 12px;
	width: 290px;
	clear: both;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-top-left-radius: 0px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	}
.toggle_container .block {
	padding: 5px 15px 15px 15px; /*--Padding of Container--*/
	background: url(toggle_block_btm.gif) no-repeat left bottom; /*--Bottom rounded corners--*/
	}