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

body {
	background: #FFFFFF;
	color: #666666;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 22px;
	margin: 0px;
	padding: 0px;
	}
#wrap {
	background: #FFFFFF;
	width: 960px;
	margin: 0px 0px 0px 0px;
	padding: 20px 0px 20px 0px;
	}
.hidden {
	display: none;
	}
	
	h4 {
	color: #000000;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 18px;
	margin: 4px 0px 2px 0px;
	padding: 2px 0px 2px 0px;
	}
	
/************************************************
*	Hyperlinks									*
************************************************/
a img {
	border: none;
	}
a {
	color: #3366cc;
	text-decoration: none;
	}
a:focus, a:hover, a:active {
	text-decoration: none;
	outline: none;
	}
	
/************************************************
*	Social Icons  									*
************************************************/

	#navicons {
	float: right;
	display: block;
	margin: 7px 10px 0px 5px;
	}

.navicon {
	float: right !important;
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 5px 5px 5px;
	}
	
/************************************************
*	Header  									*
************************************************/
#header {
	display: inline-block;
	background: #000000;
	width: 100%;
	height: 60px;
	margin: 0px;
	padding: 0px;
	position: relative;
	z-index: 1;
	zoom: 1;
	}
	#header-login {
	display: inline-block;
	background: #000000;
	width: 100%;
	height: 60px;
	margin: 0px;
	padding: 0px;
	position: relative;
	z-index: 1;
	zoom: 1;
	}
#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: 600px; 
	height: 60px;
	margin: 0px auto 0px; 
	padding: 0px;
	text-indent: -9999px;
	overflow: hidden;
	}
#header .contact_info {
	float: right;
	display: block;
	width: 560px;
	margin: 0px;
	padding: 0px;
	}
#header .email_account, #header .phone_number, #header .social, #header .login, #header .register {
	float: right;
	color: #fd4d12;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: uppercase;
	padding: 10px 20px 0px 0px;
	margin: 20px 0px 0 0;
	vertical-align: baseline;
	}
#header .email_account a, #header .login a, #header .register a {
	color: #fd4d12;
	}
#header .email_account a:hover, #header .login a:hover, #header .register a:hover {
	color: #ffffff;
	text-decoration: none;
	}
#head-search {
	float: right;
	margin-top: 0px;
	padding-right: 10px;
	padding-top: 25px;
}

#head-search input.text {
	background: #fff;
	border: 1px solid #bbb;
	margin-right: 14px;
	width: 130px;
	color: #aaa;
	float: left;
}

#head-search .button {
	float: left;
	text-shadow: none !important;
  }
  /************************************************
*	Twitter      								*
************************************************/

#twitter {
	float: left;
	display: block;
	width: 905px;
	height: 30px;
	background: #EEEEEE;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	}
#twittericon {
	float: left;
	display: block;
	width: 29px;
	height: 30px;
	background: #222222 url(images/twitter.png) no-repeat;
	margin: 0px;
	padding: 0px;
	text-indent: -9999px;
	}
#twitterfeed {
	float: left;
	display: block;
	margin: 0px;
	padding: 5px 10px;
	}
#twitterfeed p {
	font-size: 11px;
	letter-spacing: -0.2px;
	margin: 0px;
	}
	
	
/************************************************
*	Navigation      								*
************************************************/
#navigation {
	display: inline-block;
	position: relative;
	width: 160px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	color: #959393;
	margin: 0px 0px 10px 0px;
	padding: 20px 0px 20px 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: 250px; /* 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 {
	position: relative;
	}
.menu a {
	display: block;
	position: relative;
	}
.menu li:hover ul,
.menu li.sfHover ul {
	left: 0;
	top: 20px; /* 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: #FD4D12 !important;
	}
.menu li .current_page_item a,
.menu li .current-menu-item a,
.menu li .current-cat a {
	color: #333333 !important;
	}
.menu {
	margin-bottom: 0;
	}
.menu a {
	padding: 2px 0px 2px 6px;
	text-decoration: none;
	border-left: 3px solid #FFFFFF;
	border-top:	none;
	}
.menu li li a {
	border-left: none;
	padding: 6px 10px 6px 10px;
	text-decoration: none;
	text-transform: none;
	}
.menu a, .menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color: #333333;
	}
.menu li {
	background: none;
	margin: 0px 0px 6px 0px;
	}
.menu li li {
	background: #cdcdcd;
	}
.menu li li li {
	background: #cdcdcd;
	}
.menu li:hover, .menu li.sfHover {
	background:	none;
	outline: 0;
	}
.menu a:focus, .menu a:hover, .menu a:active {
	border-left: 3px solid #000000;
	background:	none;
	color: #FD4D12;
	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 {
	border-left: none;
	background:	#EEEEEE;
	color: #FD4D12;
	outline: 0;
	}
	
	
/*** VERTICAL STYLE  **/
	
/*** adding sf-vertical in addition to sf-menu creates a vertical menu ***/
.sf-vertical, .sf-vertical li {
	width:	10em;
}
/* this lacks ul at the start of the selector, so the styles from the main CSS file override it where needed */
.sf-vertical li:hover ul,
.sf-vertical li.sfHover ul {
	left:	10em; /* match ul width */
	top:	0;
}

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

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

.menu a.sf-with-ul {
	padding-right: 5px;
	min-width: 1px; /* trigger IE7 hasLayout so spans position accurately */
	}
.sf-sub-indicator {
	position: absolute;
	display: block;
	right: 5px;
	top: 5px; /* 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: 1px;
	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 */
.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:	none;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
	}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
	}
	
/************************************************
*	Featured Slider							    *
************************************************/
#controller {
	float: left;
	display: inline-block;
	clear: both;
	margin: 0px;
	padding: 0px;
	}
#controller span {
	background-repeat: no-repeat;
	display: inline-block;
	padding: 0;
	margin: 0;
	}
#jFlowSlide {
	float: left;
	position: absolute;
	margin: 0;
	padding: 0px;
	display: inline-block;
	clear: both;
	z-index: 1;
	}
#jFlowSlide a img {
	display: block;
	margin: 0px;
	padding: 0px;
	}
#slides p a {
	color: #fb3967;
	}
#prev_btn a img {
	float: left;
	display: block;
	background: transparent url(images/prev_btn.png) no-repeat;
	margin: 0px 0px 0px 0px;
	width: 120px;
	height: 460px;
	position: absolute;
	clear: both;
	z-index: 9;
	overflow: hidden;
	}
#next_btn a img {
	float: right;
	display: block;
	background: transparent url(images/next_btn.png) no-repeat;
	margin: 0px 0px 0px 560px;
	width: 120px;
	height: 460px;
	position: absolute;
	clear: both;
	z-index: 9;
	overflow: hidden;
	}
.jFlow {
	float: left;
	display: block;
	clear: both;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 1;
	zoom: 1;
	}
.jFlow h1 {
	margin: 0px;
	}
.jFlow h1 a {
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	}
	
/************************************************
*	Homepage 					     		    * 
************************************************/
#homepage {
	float: left;
	width: 720px;
	margin: 0px 0px 0px 0px;
	padding: 0px 19px 0px 20px;
	border-left: 1px solid #000000;
	}
#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;
	}
#homepage_title {
	color: #000000;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
	letter-spacing: -0.3px;
	margin: 2px 0px 2px 0px;
	padding: 2px 0px 4px 0px;
	line-height: 24px;
	}
	
#homepage h2 {
	color: #333333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
	line-height: 20px;
	text-indent: 2px;
	height: 20px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	}
.homepage_subtitle {
	color: #000000;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
	text-indent: 2px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	}
#homepage .description {
	float: left;
	display: block;
	width: 270px;
	margin: 0px;
	padding: 0px;
	}
#home_banner {
	float:left;
	display: block;
	width: 720px;
	height: 470px;
	margin: 0px 0px 20px 0px;
	padding: 0px;
	overflow: hidden;
	}
	#home_banner_video {
	float:left;
	display: block;
	width: 720px;
	height: 370px;
	margin: 0px 0px 20px 0px;
	padding: 0px;
	overflow: hidden;
	}
#home_portfolio {
	float: left;
	display: block;
	width: 720px;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
	border-top: 1px solid #000000;
	}
	
/************************************************
*	Content 					     		    * 
************************************************/
#content {
	color: #000000;
	float: left;
	width: 750px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
	z-index: 1;
	}
	#contentright {
	color: #000000;
	float: left;
	display: block;
	width: 160px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
#content h1 {
	color: #666666;
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times;
	font-weight: normal;
	font-style: italic;
	text-indent: 2px;
	margin: 10px 0px 4px 0px;
	padding: 2px 0px 4px 0px;
	line-height: 36px;
	}
#content h2 {
	color: #000000;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
	letter-spacing: -0.3px;
	margin: 2px 0px 2px 0px;
	padding: 2px 0px 4px 0px;
	line-height: 24px;
	}
#content h3 {
	color: #000000;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin: 2px 0px 2px 0px;
	padding: 2px 0px 2px 0px;
	line-height: 22px;
	}
#content h4 {
	color: #000000;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 18px;
	margin: 4px 0px 2px 0px;
	padding: 2px 0px 2px 0px;
	}
#content h5 {
	color: #000000;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	padding: 4px 0px 0px 0px;
	margin: 2px 0px 2px 0px;
	border-bottom: 1px solid #000000;
	}
#content h6 {
	color: #000000;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: italic;
	text-transform: lowercase;
	padding: 4px 0px 4px 0px;
	margin: 2px 0px 2px 0px;
	border-bottom: 1px solid #000000;
	}
#content h1 a, #content h2 a,
#content h3 a, #content h4 a,
#content h5 a, #content h6 a {
	color: #000000;
	text-decoration: none;
	border: none;
	}
#content h1 a:hover, #content h2 a:hover,
#content h3 a:hover, #content h4 a:hover, 
#content h5 a:hover, #content h6 a:hover {
	color: #FF0000;
	text-decoration: none;
	border: none;
	}
#content img.wp-smiley {
	float: none;
	border: none;
	padding: 0px;
	margin: 0px;
	}
#content img.wp-wink {
	float: none;
	border: none;
	padding: 0px;
	margin: 0px;
	}
#content.blog .blog, #content .search {
	margin: 0px 0px 25px 0px;
	padding: 0px 0px 20px 0px;
	border-bottom: 1px solid #000000;
	}
	.loginarea {
	display: inline-block;
	margin: 0px 0px 0px 0px;
	padding: 0px 19px 0px 20px;
	align: center;
	}
.postarea {
	display: inline-block;
	margin: 0px 0px 0px 0px;
	padding: 0px 5px 0px 5px;
	border-left: 1px solid #000000;
	}
.postarea p {
	colo: #666666;
	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: 0px 0px 10px 0px;
	}
.postarea ol li {
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 5px 0px;
	}
.postarea ul {
	list-style-type: none;
	margin: 0px 0px 0px 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;
	}
	#editing-library {
  width: 700px;
}
blockquote {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
	line-height: 18px;
	margin: 10px 25px 10px 25px;
	padding: 0px 25px 0px 10px;
	}
#content 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.blog {
	display: inline-block;
	width: 720px;
	}
.postmeta p {
	margin: 0px;
	padding: 0px;
	}
.postservice {
	background: none;
	width: 100%;
	padding: 5px 0px 5px 0px;
	margin: 0px 0px 5px 0px;
	}
code {
	color: #999999;
	background: #EAEAEA;
	font-size: 11px;
	margin: 0px;
	padding: 10px;
	display: block;
	font-family: Verdana, Tahoma, Verdana;
	}
#content .archive {
	float: left;
	width: 280px;
	margin: 0px;
	padding: 0px 20px 0px 0px;
	}
	#content .toparticles {
	float: left;
	width: 350px;
	margin: 0px;
	padding: 0px 20px 0px 0px;
	}
#postnav {
	display: inline-block;
	width: 720px;
	line-height: 12px;
	margin: 20px 0px 0px 0px;
	padding: 20px 0px 0px 0px;
	border-top: 1px solid #000000;
	}
#pagenav {
	display: inline-block;
	width: 720px;
	line-height: 12px;
	margin: 0px;
	padding: 0px;
	}
#prevLink {
	float: left;
	display: block;
	margin: 0px;
	padding: 0px;
	}
#prevLink a {
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
	text-decoration: none;
	letter-spacing: -0.5px;
	margin: 0px;
	padding: 0px;
	}
#prevLink a:hover {
	color: #FF0000;
	}
#nextLink {
	float: right;
	display: block;
	margin: 0px;
	padding: 0px;
	}
#nextLink a {
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: right;
	text-decoration: none;
	letter-spacing: -1px;
	margin: 0px;
	padding: 0px;
	}
#nextLink a:hover {
	color: #FF0000;
	}
	
/************************************************
*	Portfolio  									*
************************************************/
.portfolio_1 {
	float: left;
	display: block;
	width: 100%;
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	border-top: none;
	position: relative;
	z-index: 1;
	zoom: 1;
	}
.portfoliotitle_1 {
	float: left;
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
	width: 720px;
	max-height: 64px;
	overflow: hidden;
	}
.portfoliotitle_1 p {
	color: #666666;
	margin: 0px;
	padding: 0px !important;
	font-size: 11px;
	line-height: 18px;
	height: 36px;
	overflow: hidden;
	}
.portfoliotitle_1 h4 {
	color: #000000;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
	text-transform: uppercase;
	margin: 0px 0px 2px 0px;
	padding: 0px 0px 0px 0px;
	line-height: 18px;
	height: 18px;
	overflow: hidden;
	}
.portfoliotitle_1 a, .portfoliotitle_1 a:visited {
	color: #FF0000 !important;
	}
.portfoliotitle_1 a:hover {
	color: #FF0000;
	text-decoration: underline !important;
	}
.portfolioimg_1 a img {
	float: left;
	display: block;
	clear: both;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	background: #F5F5F5;
	}
	
/************************************************
*	Portfolio 2 Column							*
************************************************/
.portfolio_2 {
	float: left;
	display: block;
	width: 350px;
	margin: 10px 0px 10px 20px;
	padding: 0px 0px 0px 0px;
	border-top: none;
	position: relative;
	z-index: 1;
	zoom: 1;
	}
.portfoliotitle_2 {
	float: left;
	display: block;
	background: #FFFFFF;
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 10px 0px;
	width: 300px;
	max-height: 74px;
	overflow: hidden;
	}
.portfoliotitle_2 p {
	color: #666666;
	margin: 0px;
	padding: 0px !important;
	font-size: 11px;
	line-height: 18px;
	height: 56px;
	overflow: hidden;
	}
.portfoliotitle_2 h4 {
	color: #000000;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
	text-transform: uppercase;
	margin: 0px 0px 2px 0px;
	padding: 0px 0px 0px 0px;
	line-height: 18px;
	height: 38px;
	overflow: hidden;
	}
.portfoliotitle_2 a, .portfoliotitle_2 a:visited {
	color: #3366cc !important;
	}
.portfoliotitle_2 a:hover {
	color: #3366cc;
	text-decoration: underline !important;
	}
.portfolioimg_2 a img {
	float: left;
	display: block;
	clear: both;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	background: #F5F5F5;
	}
.portfolio_2.first {
	margin: 10px 0px 10px 0px;
	}
	
/************************************************
*	Portfolio 3 Column							*
************************************************/
.portfolio_3 {
	float: left;
	display: block;
	width: 230px;
	margin: 10px 0px 10px 15px;
	padding: 0px 0px 0px 0px;
	border-top: none;
	position: relative;
	z-index: 1;
	zoom: 1;
	}
.portfoliotitle_3 {
	float: left;
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
	width: 230px;
	max-height: 64px;
	overflow: hidden;
	}
.portfoliotitle_3 p {
	color: #666666;
	margin: 0px;
	padding: 0px !important;
	font-size: 11px;
	line-height: 18px;
	height: 36px;
	overflow: hidden;
	}
.portfoliotitle_3 h4 {
	color: #000000;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
	text-transform: uppercase;
	margin: 0px 0px 2px 0px;
	padding: 0px 0px 0px 0px;
	line-height: 18px;
	height: 18px;
	overflow: hidden;
	}
.portfoliotitle_3 a, .portfoliotitle_3 a:visited {
	color: #000000;
	}
.portfoliotitle_3 a:hover {
	color: #FF0000;
	text-decoration: none !important;
	}
.portfolioimg_3 a img {
	float: left;
	display: block;
	clear: both;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	background: #F5F5F5;
	}
.portfolio_3.first {
	margin: 10px 0px 10px 0px;
	}
	
/************************************************
*	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: 0px 0px 10px 20px;
	display: inline;
	}
img.alignleft {
	padding: 0px;
	margin: 0px 20px 10px 0px;
	display: inline;
	}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	}
.alignright {
	float: right;
	margin: 10px 0px 10px 10px;
	}
.alignleft {
	float: left;
	margin: 10px 10px 10px 0px;
	}
.wp-caption {
	background: #F5F5F5;
	max-width: 100%;
	text-align: center;
	padding: 0px 0px 5px 0px;
	margin-bottom: 15px;
	border: 1px solid #DDDDDD;
	}
.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 	        			     	    * 
************************************************/
#side_content {
	float: left;
	display: block;
	width: 170px;
	margin: 0px 0px 0px 0px;
	padding: 0px 20px;
	}
#sidebar_left {
	display: inline-block;
	width: 170px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
	#sidebar_right {
	display: inline-block;
	width: 160px;
	margin: 0px 15px 300px 0px;
	padding: 0px;

	}
#sidebar_left h1, #sidebar_left h2, #sidebar_left h3, #sidebar_left h4, #sidebar_right h1, #sidebar_right h2, #sidebar_right h3, #sidebar_right h4 {
	color: #000000;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times;
	font-weight: normal;
	font-style: italic;
	text-indent: 2px;
	text-align:left;
	text-transform: lowercase;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 4px 0px;
	border-bottom: 1px solid #000000;
	}
#sidebar_left a, #sidebar_left a:visited {
	color: #000000;
	font-weight: bold;
	line-height: 16px;
	}
#sidebar_left a:hover {
	color: #FF0000;
	text-decoration: none;
	}
#sidebar_left p {
	padding: 0px;
	margin: 0px;
	line-height: 20px;
	}
#sidebar_left li {
	list-style-type: none;
	}
#sidebar_left ul, #sidebar_right ul, {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
#sidebar_left ul li, #sidebar_right ul li, {
	display: block;
	margin: 2px 0px 0px 0px;
	padding: 2px 0px 0px 0px;
	}
#sidebar_left ul li ul, #sidebar_right ul li ul { 
	margin: 0px 0px 0px 0px;
	}
#sidebar_left ul li a, #sidebar_right ul li a {
	display: block;
	color: #000000;
	font-weight: bold;
	padding: 2px 4px 2px 0px;
	}
#sidebar_left ul li a:hover, #sidebar_right ul li a:hover {
	color: #FF0000;
	text-decoration: none;
	}
#sidebar_left ul li ul li, #sidebar_right ul li ul li {
	display: block;
	margin: 2px 0px 0px 0px;
	padding: 2px 0px 0px 0px;
	text-indent: 10px;
	}
#sidebar_left ul li ul li ul li {
	display: block;
	margin: 2px 0px 0px 0px;
	padding: 2px 0px 0px 0px;
	text-indent: 20px;
	}
	
/************************************************
*	Sidebar Widgets									*
************************************************/
#sidebar_left .widget {
	float: right;
	background: #FFFFFF;
	width: 170px;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 20px 0px;
	list-style-type: none;
	}
	
#sidebar_right .textwidget {
	background: #EEEEEE;
	margin: 0px 0px 0px 0px;
	padding: 10px 15px;
	}

#sidebar_right .widget {
	float: left;
	display: block;
	width: 280px;
	list-style:none;
	margin: 1px 0px 0px 0px;
	padding: 0px;
	}

/************************************************
*	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 {
	background: #F5F5F5;
	width: 94%;
	color: #999999;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px 0px 0px 0px;
	padding: 6px 4px;
	display: inline;
	border: 1px solid #EEEEEE;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	}
#searchsubmit {
	float: right;
	background: #333333;
	color: #CCCCCC;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: lowercase;
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	margin: 10px 0px 0px 0px;
	padding: 4px 10px 4px 10px;
	border: none;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	}
#searchsubmit:hover {
	background: #fd4d12;
	color: #FFFFFF;
	}
/************************************************
*	Footer Top									*
************************************************/

#footertopbg {
	display: inline-block;
	background: #121212;
	width: 100%;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	}
#footertop {
	float: left;
	display: block;
	line-height: 16px;
	background: #121212;
	width: 960px;
	margin: 0px 0px 0px 0px;
	padding: 0px 20px 0px 20px;
	color: #999999;
	}
#footertop a {
	color: #999999;
	}
#footertop a:hover {
	color: #fd4d12;
	}
#footertop h4 {
	color: #FFFFFF;
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	text-transform: lowercase;
	font-style: italic;
	line-height: 20px;
	text-transform: normal;
	margin: 0px 0px 10px 0px;
	padding: 20px 0px 5px 0px;
	text-decoration: none;
	}
#footertop li {
	text-decoration: none;
	list-style-type: none;
	}
#footertop li a, #footertop li a:link, #footertop li a:visited {
	font-weight: normal;
	text-decoration: none;
	}
#footertop ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
#footertop ul li {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	}
#footertop ul li ul li {
	text-indent: 10px;
	}
#footertop ul li ul li ul li {
	text-indent: 20px;
	}
#footertop ul li a {
	background: none;
	display: block;
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 0px 0px;
	}
#footertop ul li a:hover {
	display: block;
	}
#footertop .widget {
	float: left;
	display: block;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	}
#footertop .textwidget {
	color: #b7b7b7;
	line-height: 14px;
	}
#footertop .textwidget a, #footertop #wp-calendar a {
	color: #b7b7b7;
	display: block;
	margin: 0px;
	padding: 0px;
	}
#footertop .textwidget a:hover, #footertop #wp-calendar a:hover {
	color: #fd4d12;
	display: block;
	margin: 0px;
	padding: 0px;
	}
.footertopleft {
	width: 250px;
	float: left;
	display: inline;
	margin: 0px 10px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
.footertopmidleft {
	width: 300px;
	float: left;
	display: inline;
	margin: 0px 20px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
.footertopmidright {
	width: 200px;
	float: left;
	display: inline;
	margin: 0px 20px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
.footertopright {
	width: 220px;
	float: right;
	display: inline;
	margin: 0px 20px 0px 0px;
	padding: 0px 20px 0px 0px;
	}

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

#footerbg {
	display: inline-block;
	background: #000000;
	width: 100%;
	margin: 0px;
	padding: 0px 20px 0px 20px;
	border-top: 1px solid #222222;
	}

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

#footer {
	background: #000000;
	width: 100%;
	height: 60px;
	color: #666666;
	line-height: 8px;
	margin: 0px;
	padding: 0px;
	}
#footer p {
	margin: 0px;
	padding: 0px;
	font-style: italic;
	}
#footer a {
	color: #999999;
	text-decoration: none;
	}
#footer a:hover {
	color: #fd4d12;
	text-decoration: none;
	background: none;
	}
.footerleft {
	float: left;
	display: block;
	}
.footertop {
	font-size: 12px;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	padding: 10px 20px 0px 20px;
	}
.footerbottom {
	font-size: 11px;
	color: #666666;
	font-weight: normal;
	line-height: 14px;
	margin: 0px;
	padding: 0px 20px 0px 20px;
	}
.footerright {
	float: right;
	display: block;
	margin: 15px 15px 0px 0px;
	}
.footerping {
	font-size: 3px;
	color: #ffffff;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	}
.footerping a{
	font-size: 3px;
	color: #ffffff;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	}	
	
/************************************************
*	Comments									*
************************************************/
#submit {
	background: #333333;
	color: #CCCCCC;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: italic;
	font-size: 12px;
	border: none;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	}
#author, #email, #url {
	background: #f5f5f5 !important;
	color: #999999;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 4px;
	border: 1px solid #DDDDDD;
	}
#comment {
	background: #f5f5f5 !important;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 5px 0px 5px 0px;
	padding: 4px;
	border: 1px solid #DDDDDD;
	}
#postcomments {
	width: 720px;
	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;
	}
#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;
	margin: 5px 0px 5px 0px;
	padding: 0px;
	}
#postcomments .commentmetadata {
	font-weight: normal;
	}
#commentform input {
	width: 170px;
	padding: 4px 2px;
	margin: 5px 5px 1px 0px;
	}
#commentform {
	margin: 5px 10px 0px 0px;
	}
#commentform textarea {
	width: 100%;
	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 {
	background: #FF0000;
	color: #FFFFFF;
	}
.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: 0px 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: #FF0000;
	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;
	}
.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 #DDDDDD;
	margin: 0px;
	padding: 0px;
	}
.even, .alt {
	border: 1px solid #DDDDDD;
	margin: 0px;
	padding: 0px;
	}
/************************************************
*	Slick Slider									*
************************************************/
#nav-dcssb, #nav-dcssb li {
margin: 0; 
padding: 0; 
list-style: none;
}
#nav-dcssb {
}
#nav-dcssb li {
padding: 5px;
}
#nav-dcssb li.size-box {
text-align: center;
height: 60px;
}
#nav-dcssb li.size-small {
height: 30px;
}
/* Floater */
.dc-social-float .tab {
cursor: pointer;
height: 44px;
margin-left: -1px;
}
.dc-social-float .dc-social-float-content {
background: #fff;
border: 1px solid #bbb;
padding: 10px;
}
.dc-social-float .dc-social-float-content {
border-radius: 10px; -webkit-border-radius: 10px;
}

/* Slick */
.dc-social-slick .dc-social-slick-content {
padding: 10px;
background: #fff;
border: 1px solid #ccc;
}
.dc-social-slick.vertical .dc-social-slick-content {
width: 78px;
}
.dc-social-slick.horizontal.left #nav-dcssb li.size-small, .dc-social-slick.horizontal.right #nav-dcssb li.size-small {
height: 60px;
}

.dc-social-slick.top  {
top: 0;
}
.dc-social-slick.bottom  {
bottom: 0;
}
.dc-social-slick.right  {
right: 0;
}
.dc-social-slick.left {
left: 0;
}
.dc-social-slick.right, .dc-social-slick.left {
padding-top: 2px; 
background: url(images/bg_slick_top.png) repeat-x 0 0;
}

.dc-social-slick.right .dc-social-slick-content {
border-top: none;
border-right: none;
border-radius: 0 0 0 10px; -webkit-border-radius: 0 0 0 10px;
padding: 10px 10px 20px 10px;
}
.dc-social-slick.left .dc-social-slick-content {
border-top: none;
border-left: none;
border-radius: 0 0 10px 0; -webkit-border-radius: 0 0 10px 0;
padding: 10px 10px 20px 10px;
}
.dc-social-slick.left.horizontal .dc-social-slick-content, .dc-social-slick.right.horizontal .dc-social-slick-content {
border-radius: 0; -webkit-border-radius: 0;
padding: 10px 10px 18px 10px;
}
.dc-social-slick.top.vertical .dc-social-slick-content, .dc-social-slick.bottom.vertical .dc-social-slick-content {
border-top: none;
border-bottom: none;
}

.dc-social-slick .tab {
cursor: pointer;
}
.dc-social-slick.top .tab, .dc-social-slick.bottom .tab {
height: 46px;
}
.dc-social-slick.left .tab, .dc-social-slick.right .tab {
width: 46px;
}

.dc-social-slick.bottom .tab {
top: 1px;
}
.dc-social-slick.top .tab {
bottom: 1px;
}
.dc-social-slick.align-left .tab {
margin-left: -1px;
}
.dc-social-slick.align-right .tab {
margin-right: -1px;
}

.dc-social-slick.bottom.align-right.horizontal .dc-social-slick-content {
border-radius: 10px 0 0 0; 
-webkit-border-radius: 10px 0 0 0;
}
.dc-social-slick.bottom.align-left.horizontal .dc-social-slick-content {
border-radius: 0 10px 0 0; 
-webkit-border-radius: 0 10px 0 0;
}

.dc-social-slick.top.align-right.horizontal .dc-social-slick-content {
border-radius: 0 0 0 10px; 
-webkit-border-radius: 0 0 0 10px;
}
.dc-social-slick.top.align-left.horizontal .dc-social-slick-content {
border-radius: 0 0 10px 0; 
-webkit-border-radius: 0 0 10px 0;
}

.dc-social-slick.right .tab, .dc-social-slick.left .tab {
margin-top: -2px;
}
.dc-social-slick.right .tab {
left: 1px;
}
.dc-social-slick.left .tab  {
right: 1px;
}

.dc-social-slick.horizontal #nav-dcssb li {
float: left;
}
.clear {clear: both;}

/************************************************
*	Subscriptions  									*
************************************************/
#pricing-options {
	float: left;
  margin: 0px auto;
  overflow: hidden;
  padding-bottom: 40px;
  width: 900px;
}
  #pricing-options h1 {
    color: #564f4b;
    font-family: MuseoSansRounded-500, Helvetica, Arial, sans-serif;
    font-size: 38px;
    margin-bottom: 35px;
    padding-top: 35px;
    text-align: center;
    text-shadow: 0px -1px 0px #423c39, 0px 1px 0px #fff;
  }
  #pricing-options h2 {
  color: #564f4b;
    font-family: MuseoSansRounded-500, Helvetica, Arial, sans-serif;
    font-size: 28px;
    text-shadow: 0px -1px 0px #423c39;
	}
  #pricing-options .pricing-item {
    background: url(images/bg-price.png) no-repeat 0 0;
    display: inline-block;
    height: 250px;
    margin-bottom: 15px;
    position: relative;
    width: 250px;
  }
   #pricing-options .pricing-benefits {
    background: url(images/bg-price.png) no-repeat 0 0;
    height: 250px;
    margin-bottom: 15px;
    position: relative;
    width: 250px;
  }
    #pricing-options .pricing-title {
    display: block;
    position: relative;
	
  }
  #pricing-options .pricing-title h1 {
   color: #564f4b;
    font-family: MuseoSansRounded-500, Helvetica, Arial, sans-serif;
    font-size: 30px;
	font-style:normal;
	font-weight: bold;
    text-shadow: 0px -1px 0px #423c39;
  }
  #pricing-options .pricing-title h2 {
    color: #564f4b;
    font-family: MuseoSansRounded-500, Helvetica, Arial, sans-serif;
    font-size: 26px;
	line-height: 36px;
    text-shadow: 0px -1px 0px #423c39;
	padding-left: 40px;
	padding-bottom: 10px;
  }
  #pricing-options .checkout-vids {
    background: url(images/bg-checkout.png) no-repeat 0 0;
    display: block;
    float: left;
    height: 300px;
    margin-bottom: 45px;
    position: relative;
    width: 300px;
  }
  #pricing-options .pricing-item.right {
    float: right;
  }
  #pricing-options .pricing-item.center {
    float: none;
    margin: 0 auto 0 auto;
  }
    #pricing-options .pricing-item a.orange-button.large {
      position: absolute;
	  padding-top: 5px;
      left: 55px;
      bottom: 0px;
    }
    #pricing-options .pricing-item.center a.orange-button.large {
      left: 70px;
    }
    #pricing-options .pricing-item ul {
      color: #f3d5c0;
      font-size: 14px;
      line-height: 21px;
      padding: 6px 5px;
      position: relative;
      text-align: center;
    }
      #pricing-options .pricing-item ul li {
        display: block;
      }
      #pricing-options .pricing-item ul li.msg {
       
        height: 106px;
        position: absolute;
        right: -2px;
        text-indent: -9999px;
        top: -2px;
        width: 106px;
      }
      #pricing-options .pricing-item.right ul li.msg {
        background-position: -370px -85px;
      }
      #pricing-options .pricing-item ul li.level-top {
        color: #fff;
        font-family: MuseoSansRounded-700, Helvetica, Arial, sans-serif;
        font-size: 18px;
		margin-top: 20px;
        margin-bottom: 0px;
		margin-left: -10px;
      }
	  #pricing-options .pricing-item ul li.level-bottom {
        color: #fff;
        font-family: MuseoSansRounded-700, Helvetica, Arial, sans-serif;
        font-size: 28px;
		font-weight:bold;
		line-height: 30px;
        margin-bottom: 40px;
		margin-left: -10px;
      }
      #pricing-options .pricing-item ul li.cost {
        color: #fff;
        font-family: MuseoSansRounded-500, Helvetica, Arial, sans-serif;
        font-size: 40px;
        line-height: 1em;
        position: relative;
        margin-bottom: -15px;
      }
        #pricing-options .pricing-item ul li.cost span {
          font-size: 20px;
          font-family: MuseoSansRounded-700, Helvetica, Arial, sans-serif;
          line-height: 36px;
          position: relative;
          top: -45px;
        }
        #pricing-options .pricing-item ul li.cost small {
          font-size: 20px;
          font-family: MuseoSansRounded-700, Helvetica, Arial, sans-serif;
        }
		#pricing-options .pricing-item ul li.desc {
        font-family: MuseoSansRounded-500, Helvetica, Arial, sans-serif;
        color: #f3d5c0;
      font-size: 14px;
	  font-weight:bold;
      line-height: 21px;
      padding: 6px 5px;
      position: relative;
      text-align: center;
      }
	  #pricing-options .pricing-item ul li.desc-benefits {
        font-family: MuseoSansRounded-500, Helvetica, Arial, sans-serif;
        color: #ffe400;
      font-size: 12px;
	  font-weight:bold;
      line-height: 16px;
      padding: 9px 5px;
      position: relative;
      text-align: left;
      }
        #pricing-options .pricing-item ul li.guarantee {
          
          color: #fdd283;
          font-size: 12px;
          margin-bottom: 10px;
          padding: 4px 0;
          text-transform: uppercase;
        }
  #pricing-options .pricing-message {
    background: #e2e0d3;
    background-color: rgba(0,0,0,0.05);
    color: #5f5e4d;
    float: left;
    font-size: 16px;
	margin-top: 25px;
	margin-left: 55px;
    padding: 10px 15px;
    text-align: center;
    width: 510px;
    /* CSS3 */
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    -moz-box-shadow: 0px 1px 0px rgba(255,255,255,0.6), 0px -1px 0px rgba(0,0,0,0.25);
    -webkit-box-shadow: 0px 1px 0px rgba(255,255,255,0.6), 0px -1px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 1px 0px rgba(255,255,255,0.6), 0px -1px 0px rgba(0,0,0,0.25);
  }
    #pricing-options .pricing-message span {
      font-family: MuseoSansRounded-700, Helvetica, Arial, sans-serif;
      font-size: 18px;
      padding-right: 5px;
    }
#pricing-what-you-get {
	float:left;
  padding: 0 0 40px 0;
  overflow: hidden;
  
}
#pricing-what-you-get .link-message {
    background: #e2e0d3;
    background-color: rgba(0,0,0,0.05);
    color: #5f5e4d;
    float: left;
    font-size: 16px;
	margin-top: 25px;
	margin-left: 85px;
    padding: 10px 15px;
	padding-left: 25px;
    text-align: center;
    width: 510px;
    /* CSS3 */
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    -moz-box-shadow: 0px 1px 0px rgba(255,255,255,0.6), 0px -1px 0px rgba(0,0,0,0.25);
    -webkit-box-shadow: 0px 1px 0px rgba(255,255,255,0.6), 0px -1px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 1px 0px rgba(255,255,255,0.6), 0px -1px 0px rgba(0,0,0,0.25);
  }
  #pricing-what-you-get .included-details {

    border: 1px solid #d5d4c7;
    overflow: hidden;
    position: relative;
    padding: 35px 50px;
    width: 700px;
    /* CSS3 */
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
  }
    #pricing-what-you-get .included-details ul {
      margin-left: 0px;
    }
      #pricing-what-you-get h3 {
		font-style:normal;
        color: #ae373e;
      }
	  #pricing-what-you-get .included-details ul li h4 {
		  font-style:normal;
        color: #ae373e;
      }
  #pricing-what-you-get .included-details .premium-testimonials-widget {
    margin-right: 0px;
  }
    #pricing-what-you-get .included-details .premium-testimonials-widget .widget-thumbnail {
      border: 1px solid #dfdfdf;
      /* CSS3 */
      -moz-box-shadow: 0px 0px 2px #efefef;
      -webkit-box-shadow: 0px 0px 2px #efefef;
      box-shadow: 0px 0px 2px #efefef;
    }
    #pricing-what-you-get .included-details .premium-testimonials-widget .widget-entry-content::before {
      background: url(images/quotes.png) no-repeat 0 0;
    }
    #pricing-what-you-get .included-details .premium-testimonials-widget .widget-entry-title h4 {
      color: #6d6d6d;
      text-shadow: none;
    }
      #pricing-what-you-get .included-details .premium-testimonials-widget .widget-entry-title h4 a {
        color: #6d6d6d;
      }
      #pricing-what-you-get .included-details .premium-testimonials-widget .widget-entry-title h4 span {
        color: #999;
      }
	  #pricing-what-you-get a {
    color: #3366cc;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 0px;
  }
#content #primary.pricing-style {
  background: #fff;
  border: 1px solid #d5d4c7;
  position: relative;
  overflow: hidden;
  padding: 35px 50px;
  width: 700px;
  /* CSS3 */
  -webkit-border-top-left-radius: 12px;
  -webkit-border-top-right-radius: 12px;
  -moz-border-radius-topleft: 12px;
  -moz-border-radius-topright: 12px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
#content #primary.testimonial-style {
  background: #fff;
  border: 1px solid #fff;
  position: relative;
  overflow: hidden;
  padding: 35px 50px;
  width: 700px;
  /* CSS3 */
  -webkit-border-top-left-radius: 12px;
  -webkit-border-top-right-radius: 12px;
  -moz-border-radius-topleft: 12px;
  -moz-border-radius-topright: 12px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
  #content #primary.pricing-style .left,
  #content #primary.pricing-style .right {
    float: left;
    width: 270px;
  }
   #content #primary.pricing-style .left-quote {
    float: left;
    width: 370px;
  }
   #content #primary.pricing-style .right-quote {
    float: left;
    width: 370px;
  }
   #content #primary.testimonial-style .left-quote-testimonial {
    float: left;
    width: 300px;
  }
   #content #primary.testimonial-style .right-quote-testimonial {
    float: left;
    width: 300px;
  }
  #content #primary.pricing-style .right {
    float: right;
    padding-right: 80px;
  }
  #content #primary.pricing-style .right-quote {
    float: right;
    padding-right: 20px;
  }
    #content #primary.testimonial-style .right-quote-testimonial {
    float: right;
    padding-right: 20px;
  }
  #content #primary.pricing-style h1,
  #pricing-what-you-get .included-details h1 {
    color: #564f4b;
    font-family: MuseoSansRounded-500, Helvetica, Arial, sans-serif;
    font-size: 30px;
    text-shadow: 0px -1px 0px #423c39;
  }
  #content #primary.pricing-style h2,
  #pricing-what-you-get .included-details h2 {
    color: #564f4b;
    font-family: MuseoSansRounded-500, Helvetica, Arial, sans-serif;
    font-size: 28px;
    text-shadow: 0px -1px 0px #423c39;
  }
  #content #primary.pricing-style h3 {
    color: #ae373e;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 0px;
  }
  #content #primary.pricing-style h3 a {
    color: #3366cc;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 0px;
  }
a#view-testimonials {
  color: #ae373e;
  font-family: Helvetica;
  font-size: 20px;
  font-style: none;
  font-weight: normal;
  line-height: 20px;
  position: absolute;
  right: 35px;
  text-decoration: none;
  bottom: 52px;
  padding-left:40px;
}
#home-sub-bottom a#view-estimonials { 
  color: #f3d5c0;
}
a:hover#view-estimonials {
  text-decoration: underline;
}
.testimonials #content #upper-area {
  background: url(images/bg-testimonial-page.png) no-repeat 160px bottom;
  margin-bottom: 25px;
  padding: 40px 0 15px 0;
  overflow: hidden;
  width: 100%;
}
  .testimonials #content #upper-area h1 {
    color: #cb530a;
    display: block;
    font-family: MuseoSansRounded-700, Helvetica, Arial, sans-serif;
    font-size: 40px;
    font-weight: bold;
    margin: 0;
    text-shadow: 0px 1px 0px #fff;
  }
.testimonials #content #primary {
  background: #fff url(images/bg-l.png) repeat 0 0;
  border: 1px solid #d5d4c7;
  position: relative;
  overflow: hidden;
  padding: 35px 50px;
  width: 898px;
  /* CSS3 */
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}
  .testimonial-buttons {
    float: left;
    padding: 10px 0 15px 0;
    width: 100%;
  }
    .testimonial-buttons .alpha {
      margin-left: 200px;
    }
    .testimonial-buttons span {
      float: left;
      padding: 10px 20px;
    }
  .testimonials .premium-testimonials-widget {
    float: right;
    font-size: 22px;
    font-family: Georgia;
    font-style: italic;
    line-height: 21px;
    padding: 3px 0 35px 0;
    position: relative;
    width: 420px;
  }
  .testimonials .premium-testimonials-widget.right {
    float: right;
  }
    .testimonials .premium-testimonials-widget .widget-thumbnail {
      background: #fff;
      border: 1px solid #d1d1d1;
      float: right;
      padding: 4px;
      height: 50px;
      margin-top: 3px;
      width: 50px;
      /* CSS3 */
      -moz-box-shadow: 0px 1px 2px #d1d1d1;
      -webkit-box-shadow: 0px 1px 2px #d1d1d1;
      box-shadow: 0px 1px 2px #d1d1d1;
    }
    .testimonials .premium-testimonials-widget .widget-entry-content {
		font-size: 22px;
        font-family: Georgia;
        font-style: italic;
        font-weight: normal;
        line-height: 21px;  
      float: right;
	  padding-left: 30px;
	  margin-left: 20px;
      width: 330px;
    }
	 p#widget-entry-content {
		font-size: 22px;
        font-family: Georgia;
        font-style: italic;
        font-weight: normal;
        line-height: 21px;  
      float: right;
	  padding-left: 30px;
	  margin-left: 20px;
      width: 330px;
    }
    .testimonials .premium-testimonials-widget .widget-entry-content::before {
      background: url(images/quotes.png) no-repeat 0 0;
      content: '\0020';
      display: block;
      float: left;
      height: 14px;
      padding-right: 5px;
      position: relative;
      top: 3px;
      width: 18px;
    }
	
      .testimonials .premium-testimonials-widget .widget-entry-content p {
		font-size: 22px;
        font-family: Georgia;
        font-style: italic;
        font-weight: normal;
        line-height: 21px;  
        padding-left: 30px;
		padding-bottom: 10px;
      }
    .testimonials .premium-testimonials-widget .widget-entry-title {
      float: left;
      width: 100%;
    }
      .testimonials .premium-testimonials-widget .widget-entry-title h4 {
        color: #6d6d6d;
        font-size: 14px;
        font-family: Georgia;
        font-style: italic;
        font-weight: normal;
        line-height: 21px;
      }
      .testimonials .premium-testimonials-widget .widget-entry-title h4::before { 
        content: "~ "; 
      }
        .testimonials .premium-testimonials-widget .widget-entry-title h4 a {
          color: #6d6d6d;
          text-decoration: none;
        }
        .testimonials .premium-testimonials-widget .widget-entry-title h4 a:hover {
          text-decoration: underline;
        }
        .testimonials .premium-testimonials-widget .widget-entry-title h4 span {
          color: #999;
          display: block;
          font-size: 12px;
          font-weight: normal;
          line-height: 14px;
          text-indent: 11px;
        }
		.included-details ul {
      float: left;
      margin-left: 50px;
      width: 270px;
    }
      .included-details ul li {
        float: left;
        margin-right: 20px;
      }
        .included-details ul li > div {
          float: left;
          height: 85px;
          padding-left: 30px;
          width: 245px;
        }
        .included-details ul li .pencil {
          background-position: 0px 0px;
        }
        .included-details ul li .screen {
          background-position: 0px -170px;
        }
        .included-details ul li .book {
          background-position: 0px -85px;
        }
        .included-details ul li .clock {
          background-position: 0px -255px;
        }
        .included-details ul li h4 {
          color: #fff;
          font-family: MuseoSansRounded-500, Helvetica, Arial, sans-serif;
          font-size: 18px;
          line-height: 24px;
          margin-bottom: 0px;
        }
    .included-details .premium-testimonials-widget {
      float: right;
      font-size: 14px;
      font-family: Georgia;
      font-style: italic;
      line-height: 21px;
      margin-right: 50px;
      padding: 3px 0 5px 0;
      position: relative;
      width: 290px;
    }
      .included-details .premium-testimonials-widget .widget-thumbnail {
        background: #fff;
        border: 1px solid #cd6017;
        float: right;
        padding: 4px;
        height: 50px;
        margin-top: 3px;
        width: 50px;
        /* CSS3 */
        -moz-box-shadow: 0px 0px 2px #dc691a;
        -webkit-box-shadow: 0px 0px 2px #dc691a;
        box-shadow: 0px 0px 2px #dc691a;
      }
      .included-details .premium-testimonials-widget .widget-entry-content p{
        font-size: 22px;
        font-family: Georgia;
        font-style: italic;
        font-weight: normal;
        line-height: 21px;  
      float: right;
	  padding-left: 30px;
	  margin-left: 20px;
      width: 330px;
      }
      .included-details .premium-testimonials-widget .widget-entry-content::before {
        background: url(images/quotes.png) no-repeat 0 0;
        content: '\0020';
        display: block;
        float: left;
        height: 14px;
        padding-right: 5px;
        position: relative;
        top: 3px;
        width: 18px;
      }
        .included-details .premium-testimonials-widget .widget-entry-content p {
          padding-bottom: 10px;
        }
      .included-details .premium-testimonials-widget .widget-entry-title {
        float: left;
        width: 100%;
      }
        .included-details .premium-testimonials-widget .widget-entry-title h4 {
          color: #f3d5c0;
          font-size: 14px;
          font-family: Georgia;
          font-style: italic;
          font-weight: normal;
          line-height: 21px;
          text-shadow: 0px 1px 0px #d05f14;
        }
        .included-details .premium-testimonials-widget .widget-entry-title h4::before { 
          content: "~ "; 
        }
          .included-details .premium-testimonials-widget .widget-entry-title h4 a {
            color: #f3d5c0;
            text-decoration: none;
          }
          .included-details .premium-testimonials-widget .widget-entry-title h4 a:hover {
            text-decoration: underline;
          }
          .included-details .premium-testimonials-widget .widget-entry-title h4 span {
            display: block;
            font-size: 12px;
            font-weight: normal;
            line-height: 14px;
            text-indent: 11px;
		  }
			a.orange-button,
    input.orange-button,
    a.comment-reply-link,
    input#submit,
    button.button {
      border: 1px solid #e7a943;
      border-bottom-color: #d6982f;
      border-top-color: #f5b74e;
      color: #623f1d;
      display: block;
      float: left;
      font-size: 12px;
      font-weight: bold;
      line-height: 12px;
      padding: 10px 18px;
      text-decoration: none;
      text-shadow: 0 1px 0 #fede9d;
      /* CSS3 */
      -moz-box-shadow: 0px 1px 2px #d9d9d9, inset 0px 1px 0px #ffe598;
      -webkit-box-shadow: 0px 1px 2px #d9d9d9, inset 0px 1px 0px #ffe598;
      box-shadow: 0px 1px 2px #d9d9d9, inset 0px 1px 0px #ffe598;
      -webkit-border-radius: 20px;
      -moz-border-radius: 20px;
      border-radius: 20px;
      /* Gradient */
      background-color: #ffe400;
      background-image: -webkit-gradient(linear, left top, left bottom, from(#ffe400), to(#febb49)); /* Saf4+, Chrome */
      background-image: -webkit-linear-gradient(top, #ffe400, #febb49); /* Chrome 10+, Saf5.1+ */
      background-image:    -moz-linear-gradient(top, #ffe400, #febb49); /* FF3.6 */
      background-image:     -ms-linear-gradient(top, #ffe400, #febb49); /* IE10 */
      background-image:      -o-linear-gradient(top, #ffe400, #febb49); /* Opera 11.10+ */
      background-image:         linear-gradient(top, #ffe400, #febb49);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffe400', EndColorStr='#febb49'); /* IE6–IE9 */
    }
	a:hover.orange-button,
    input:hover.orange-button,
    a:hover.comment-reply-link,
    input:hover#submit,
    button:hover.button {
      background-color: #fee296;
      background-image: -webkit-gradient(linear, left top, left bottom, from(#fee296), to(#fec166)); /* Saf4+, Chrome */
      background-image: -webkit-linear-gradient(top, #fee296, #fec166); /* Chrome 10+, Saf5.1+ */
      background-image:    -moz-linear-gradient(top, #fee296, #fec166); /* FF3.6 */
      background-image:     -ms-linear-gradient(top, #fee296, #fec166); /* IE10 */
      background-image:      -o-linear-gradient(top, #fee296, #fec166); /* Opera 11.10+ */
      background-image:         linear-gradient(top, #fee296, #fec166);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#fee296', EndColorStr='#fec166'); /* IE6â€“IE9 */
    }
   