/*
	Theme Name: Powerstudy
	Theme URI: http://switchwp.com
	Description: A custom child theme for the Genesis Framework
	Author: SwitchWP
	Author URI: http://switchwp.com

	Version: 1
	
	Template: genesis
	Template Version: 1.7.1

*/


/* Table of Contents

* Import Fonts
* Defaults
* Hyperlinks
* Body
* Wrap
* Header
* Image Header - Partial Width
* Image Header - Full Width
* Navigation Constants
* Header Right Navigation
* Primary Navigation
* Primary Navigation Extras
* Secondary Navigation
* Welcome
* Featured
* Portfolio
* Inner
* Breadcrumb
* Taxonomy Description
* Content-Sidebar Wrap
* Content
* Column Classes
* Headlines
* Unordered / Ordered Lists
* Post Info
* Post Meta
* Author Box
* Archive Page
* Post Icons
* Images
* Post Navigation
* Primary / Secondary Sidebars
* Dropdowns
* Featured Page / Post
* User Profile
* Buttons
* Search Form
* eNews & Updates Widget
* Calendar Widget
* Footer Widgets
* Footer
* Comments
* Gravity Forms

*/

/*
navy #00215B
light blue #7E86AD
*/


/* Import Fonts
------------------------------------------------------------ */

@import url(http://fonts.googleapis.com/css?family=Droid+Sans);
@import url(http://fonts.googleapis.com/css?family=Oswald);


/* Defaults
------------------------------------------------------------ */

.js .tmce-active .wp-editor-area {
	color: black !important;
}

.wp-editor-area p {
	color: black !important;	
}

.wp-editor-area{color:#333 !important;
	
}

body,
h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6,
p,
input,
select,
textarea {
	color: #000;
	font-family: 'Droid Sans', arial, sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 1.6;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

select,
textarea,
.sticky,
.taxonomy-description {
	background-color: #f5f5f5;
	border: 1px solid #ddd;
}

li,
ol,
ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ol li {
	list-style-type: decimal;
}


/* Hyperlinks
------------------------------------------------------------ */

a,
a:visited {
	color: #404b77;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}


/* Body
------------------------------------------------------------ */

body {
	border-top: 10px solid #8584ae;
}


/* Wrap
------------------------------------------------------------ */

#wrap {
	background-color: #fff;
	margin: 20px auto;
	overflow: hidden;
	padding: 0 10px;
	width: 960px;
}


/* Header
------------------------------------------------------------ */

#header {
/*	border-bottom: 3px double #BBAAA0; */
	min-height: 120px;
	margin: 0 auto;
	overflow: hidden;
	width: 960px;
}

#title-area {
	float: left;
	overflow: hidden;
	padding: 15px 0 0 0;
	width: 30%;
	background: url(images/powerstudy.png)  0 0 no-repeat;
}


.header-full-width #title {
	text-align: center;
}

#title a,
#title a:hover {
	color: #444;
	text-align: center;
	text-decoration: none;
}

.header-full-width #description {
	text-align: center;
}

#header .widget-area {
	float: right;
	width: 60%;
}


#text-2 {
	float: left;
	width: 40%;
	padding: 10px;
}

#search-3 {
	margin-top: 30px;
}


/* Image Header - Partial Width
------------------------------------------------------------ */

.header-image #title-area,
.header-image #title,
.header-image #title a {
	display: block;
	float: left;
	height: 130px;
	overflow: hidden;
	padding: 0;
	text-indent: -9999px;
	width: 330px;
}

.header-image #description {
	display: block;
	overflow: hidden;
}


/* Image Header - Full Width
------------------------------------------------------------ */

.header-full-width #title-area,
.header-full-width #title,
.header-full-width #title a {
	width: 920px;
}


/* Navigation Constants
------------------------------------------------------------ */

li:hover ul ul,
li.sfHover ul ul {
	left: -9999px;
}

li:hover,
li.sfHover { 
	position: static;
}


/* Header / Primary / Secondary Navigation
------------------------------------------------------------ */

.menu-primary,
.menu-secondary,
#header .menu {
	background-color: #00215B;
	clear: both;
	color: #06033a;
	font-size: 13px;
	margin: 10px auto 0;
	overflow: hidden;
	width: 100%;
}


.menu-primary ul {
	float: left;
	width: 100%;
}

.menu-primary li {
	float: left;
	list-style-type: none;
}

.menu-primary a {
	color: #fff;
	display: block;
	padding: 7px 15px 6px;
	position: relative;
	text-decoration: none;
	font-weight: bold;
}

.menu-primary li a:active,
.menu-primary li a:hover,
.menu-primary .current_page_item a,
.menu-primary .current-cat a,
.menu-primary .current-menu-item a {
	background-color: #00215B;
	color: #fff;
}

.menu-primary li li a,
.menu-primary li li a:link,
.menu-primary li li a:visited {
	background: none;
	background-color: #B4B8D1;
	border: 1px solid #eee;
	border-left: none;
	border-right: none;
	color: #00215B;
	font-size: 11px;
	font-weight: bold;
	padding: 9px 10px 8px;
	position: relative;
	text-transform: none;
	width: 138px;
}

.menu-primary li li a:active,
.menu-primary li li a:hover {
	background-color: #D3D5E5;
	color: #00215B;
}

.menu-primary li ul {
	height: auto;
	left: -9999px;
	margin: 0 0 0 -1px;
	position: absolute;
	width: 160px;
	z-index: 9999;
}

.menu-primary li ul a,
.menu-secondary li ul a,
#header .menu li ul a {
	width: 140px;
}

.menu-primary li ul ul,
.menu-secondary li ul ul,
#header .menu li ul ul {
	margin: -36px 0 0 159px;
}

.menu li:hover ul ul,
.menu li.sfHover ul ul {
	left: -9999px;
}

.menu li:hover,
.menu li.sfHover {
	position: static;
}

ul.menu li:hover>ul,
ul.menu li.sfHover ul,
#header .menu li:hover>ul,
#header .menu li.sfHover ul {
	left: auto;
}

.menu-primary li a.sf-with-ul,
.menu-secondary li a.sf-with-ul,
#header .menu li a.sf-with-ul {
	padding-right: 25px;
}

.menu li a .sf-sub-indicator,
.menu li li a .sf-sub-indicator,
.menu li li li a .sf-sub-indicator {
	background: url(images/icon-plus-white.png) no-repeat;
	height: 16px;
	position: absolute;
	right: 8px;
	text-indent: -9999px;
	top: 10px;
	width: 16px;
}

#wpadminbar li:hover ul ul {
	left: 0;
}


/* Inner
------------------------------------------------------------ */

#inner {
/*	border-top: 3px double #BBAAA0; */
	margin: 1px auto 0;
	overflow: hidden;
	padding: 25px 0;
	width: 960px;
}

/* Slides
------------------------------------------------------------ */

.slides {
	width: 360px;
	float: left;
}

/* Genesis Slider
------------------------------------------------------------ */

#genesis-slider {
	background-color: #fff;
	border: none !important;
	margin: 0 auto;
	padding: 0 !important;
}

.genesis-slider-wrap {
	clear: both;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 1;
}

#jFlowSlide {
	clear: both;
	display: inline-block;
	float: left;
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 1;
}

#jFlowSlide img {
	float: left;
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 1;
}

#slides {
	float: left;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	z-index: 1;
}

.slide-excerpt {
	background-color: #fff;
	filter: alpha(opacity=80);
	display: block;
	margin: 0 !important;
	opacity: 0.8;
	padding: 0 !important;
	position: absolute;
	z-index: 8;
}

.slide-excerpt-border p {
	font-weight: bold;
	font-size: 14px;
	line-height: 1.3;
	
}

html > body .slide-excerpt-border {
	background: none;
	border: none !important;
	display: inline;
	float: left;
	margin: 5px !important;
	padding: 5px !important;
	position: relative;
	z-index: 8;
}

.slider-next,
.slider-previous {
	background: url(images/slider-previous.png);
	clear: both;
	cursor: pointer;
	display: block;
	height: 60px;
	margin: 0;
	overflow: hidden;
	position: absolute;
	width: 30px;
	z-index: 9;
}

.slider-next,
.slider-next:hover {
	background: url(images/slider-next.png);
	right: 0;
}

.slider-previous,
.slider-previous:hover {
	background: url(images/slider-previous.png);
	left: 0;
}

.slider-next:hover,
.slider-previous:hover {
	background-position: -30px 0;
}

/* Welcome
------------------------------------------------------------ */

.welcome {
	margin: 0 auto;
	width: 570px;
	float: right;
}

.welcome,
.welcome p {
	color: #000;
	font-family: 'Droid Sans', arial, sans;
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	margin-bottom: 10px;
}


/* Featured
------------------------------------------------------------ */

.featured {
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
	width: 960px;
}

.featured p {
	padding: 0 0 15px;
}

.featured ul.display-posts-listing {
	width: 100%;
	margin: 0; /* was 0 0 0 20px before border */
	padding: 0;
}

.featured .display-posts-listing li {
	width: 14%;
	float: left;
	text-align: center;
	height: 210px;
}

.featured a.title {
	font-size: 12px;
	line-height: 1.2;
	display: block;
	padding: 0 10px;
	margin-top: 5px;
}

.featured a img,
.portfolio a img {
	border: 1px solid #ddd;
	padding: 4px;
}

.featured a:hover img,
.portfolio a:hover img {
	border: 1px solid #999;
	background-color: #e6e6ef;
}


/* WPUI Overrides
------------------------------------------------------------ */

#power_study_chapters.wp-tab-content,
#ltude_power.wp-tab-content {
	margin: 0 !important;
	border: 1px solid #ddd !important;
}

ul.ui-tabs-nav {
	background: none !important;
}

.wpui-no-background .ui-tabs-nav li {
	background: none !important;
}

ul.ui-tabs-nav li.ui-state-active,
ul.ui-tabs-nav li.ui-state-default {
	background: none !important;
	border: none !important;		
	color: #fff !important;
	margin: 0 1px !important;
}

ul.ui-tabs-nav li.ui-state-active a {
	color: #fff !important;
	text-shadow: none !important;
}

ul.ui-tabs-nav li a {
	color: #fff !important;
	text-shadow: none !important;
	padding: 10px 0;
	background-color: #7E86AA;
}

ul.ui-tabs-nav li a:hover {
	background-color: #BAC4D1;
}

/*
ul.ui-tabs-nav li:first-child a {
	background: url(images/dark-l.png) left center no-repeat; 
	background-color: #BAC4D1;
}

ul.ui-tabs-nav li:last-child a {
	background: url(images/dark-r.png) left center no-repeat; 
	background-color: #BAC4D1;
}

ul.ui-tabs-nav li:first-child a:hover {
	background: url(images/light-l.png) left center no-repeat; 
	background-color: #7E86AA;
}

ul.ui-tabs-nav li:last-child a:hover {
	background: url(images/light-r.png) left center no-repeat; 
	background-color: #7E86AA;
}
*/

#wp-tabs-1 .wpui-styles li.ui-corner-top a {
	border-radius: 0 !important;
	border-radius: none !important;	
	border: none !important;
}

.wpui-no-background .ui-tabs-nav li {
	border-bottom: none !important;
	border-width: 0; 
}

#power_study_chapters.ui-tabs-panel,
#ltude_power.ui-tabs-panel {
	margin: 0 !important;
	border: 1px solid #ddd !important;
	padding: 0px;
	padding-top: 10px;	
	background: #f5f5f5 !important;
}

ul.ui-tabs nav .ui-corner-all,
.wpui-alma ul.ui-tabs-nav {
	border: none !important;
}

.wpui-styles .ui-corner-top, .wpui-styles li.ui-corner-top a {
		border-radius: none !important;	
}

#power_study_chapters .wpui-alma .ui-tabs-panel { 
	margin: 0 !important; 
}

/* Breadcrumb
------------------------------------------------------------ */

.breadcrumb {
	color: #444;
	font-family: 'Droid Sans', arial, sans;
	font-size: 12px;
	margin: 0 auto 15px;
	padding: 5px 0;
}

.breadcrumb a,
.breadcrumb a:visited {
	text-decoration: none;
}

.breadcrumb a:hover {
	text-decoration: underline;
}


/* Taxonomy Description
------------------------------------------------------------ */

.taxonomy-description {
	margin: 0 0 30px;
	padding: 10px;
}


/* Content-Sidebar Wrap
------------------------------------------------------------ */

#content-sidebar-wrap {
	float: left;
	width: 790px;
}

.content-sidebar #content-sidebar-wrap,
.sidebar-content #content-sidebar-wrap {
	width: 960px;
}

.sidebar-content-sidebar #content-sidebar-wrap,
.sidebar-sidebar-content #content-sidebar-wrap {
	float: right;
}

.full-width-content #content-sidebar-wrap {
	width: 960px;
}


/* Content
------------------------------------------------------------ */

#content {
	float: left;
	width: 490px;
}

.content-sidebar #content,
.sidebar-content #content {
	width: 660px;
}

.sidebar-content #content,
.sidebar-sidebar-content #content {
	float: right;
}

.full-width-content #content {
	width: 960px;
}

.page-template-pagelanding-php #content  {
	padding: 20px 100px 0;
	width: 760px;
}

blockquote {
	background: url(images/blockquote.png) no-repeat top left;
	margin: 0 0 20px;
	padding: 25px 30px 5px 70px;
}

blockquote p {
	color: #777;
	font-family: Georgia, Times, 'Times New Roman', sans;
	font-size: 14px;
	font-style: italic;
}

.post {
	border-bottom: 3px double #BBAAA0;
	margin: 0 0 25px;
	overflow: hidden;
	padding: 0 0 25px;
}

.single .post {
	background: none;
	border: none;
	margin: 0 0 10px;
	padding: 0;
}

.sticky {
	margin: 0 0 40px;
	padding: 20px;
}

.entry-content a,
.entry-content a:visited {
	text-decoration: underline;
}

.entry-content a:hover {
	text-decoration: none;
}

.entry-content .archive-page a,
.entry-content .archive-page a:visited {
	text-decoration: none;
}

.entry-content .archive-page a:hover {
	text-decoration: underline;
}

.entry-content p,
.page .entry-content p {
	padding: 0 0 20px;
}

p.subscribe-to-comments {
   padding: 20px 0 10px;
}

.clear {
	clear: both;
}

.clear-line {
	border-bottom: 3px double #BBAAA0;
	clear: both;
	margin: 0 0 15px;
}


/* Column Classes
------------------------------------------------------------ */

.five-sixths,
.four-fifths,
.four-sixths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fifths,
.three-fourths,
.three-sixths,
.two-fifths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin: 0 0 20px;
	padding-left: 3%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48%;
}

.one-third,
.two-sixths {
	width: 31%;
}

.four-sixths,
.two-thirds {
	width: 65%;
}

.one-fourth {
	width: 22.5%;
}

.three-fourths {
	width: 73.5%;
}

.one-fifth {
	width: 17.4%;
}

.two-fifths {
	width: 37.8%;
}

.three-fifths {
	width: 58.2%;
}

.four-fifths {
	width: 78.6%;
}

.one-sixth {
	width: 14%;
}

.five-sixths {
	width: 82%;
}

.first {
	clear: both;
	padding-left: 0;
}


/* Headlines
------------------------------------------------------------ */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #404b77;
	font-family: 'Droid Sans', arial, sans;
	margin: 0 0 10px;
}

h1,
h2,
h2 a,
h2 a:visited {
	color: #404b77;
	font-family: 'Droid Sans', arial, sans;
	font-size: 30px;
	line-height: 36px;
}

.entry-content h2 {
	font-size: 16px;
	font-weight: 700;
	line-height: normal;
}

.featured h2,
.featured h2 a,
.featured h2 a:visited {
	font-size: 24px;
	line-height: 30px;
	margin: 0 0 15px;
}

.portfolio h2,
.portfolio h2 a,
.portfolio h2 a:visited {
	font-size: 18px;
	line-height: 24px;
	margin: 0 0 5px;
}

h2 a:hover {
	color: #8584ae;
	text-decoration: none;
}

h3 {
	font-size: 24px;
}

h4,
h4 a,
h4 a:hover,
h4 a:visited {
	color: #444;
	font-size: 20px;
	text-decoration: none;
}

.widget-area h4,
.widget-area h4 a,
.widget-area h4 a:visited {
	font-size: 14px;
	margin: 0 0 5px;
	text-transform: uppercase;
}

h5 {
	font-size: 16px;
	color: #000;
	font-weight: bold;
	margin-bottom: 5px;
}

h6 {
	font-size: 16px;
}


/* Unordered / Ordered Lists
------------------------------------------------------------ */

.entry-content ol,
.entry-content ul {
	margin: 0;
	padding: 0 0 20px;
}

.entry-content ol {
	margin: 0;
}

.archive-page ul li,
.entry-content ul li {
	list-style-type: square;
	margin: 0 0 0 30px;
	padding: 0;
}

.entry-content ol li {
	margin: 0 0 0 35px;
}

.archive-page ul ul,
.entry-content ul ul,
.entry-content ol ol {
	padding: 0;
}

li.listing-item a.title {
	text-decoration: none;
}

.page-id-23 ul.display-posts-listing,
.page-id-7 ul.display-posts-listing {
	padding: 0;
}

.page-id-23 li.listing-item,
.page-id-7 li.listing-item {
	margin-bottom: 10px;
	margin-left: 0;
	list-style-type: none;
	line-height: 1.2;
}

.page-id-23 li.listing-item:first-child,
.page-id-7 li.listing-item:first-child {
	margin-top: 10px;
}

ul.dlm_download_list {
	margin-bottom: 10px;
}

ul.dlm_download_list li {
	list-style-type: none;
	float: left; 
	width: 24%;
	margin-left: 0;
	margin-bottom: 25px;
	text-align: center;	
}

ul.dlm_download_list li a {
	text-align: center;	
}

/* had been off */

ul.dlm_download_list img {
	text-align: center;
	padding: 3px; 
	background: #eee; 
	border: 1px solid #ddd; 
}

a.dl-doc { 
	text-align: center; 
	display: block;
	font-size: 12px;
	text-decoration: none;
	line-height: 1.2; 
	padding: 0 10px;
}


a.dl-doc:hover {
	background: url(images/) no-repeat;
} 


.arrows {
	float: right;
	font-size: 100px;
	margin-right: 25px;
	color: #ddd;
}




/* Post Info
------------------------------------------------------------ */

.post-info {
	font-size: 11px;
	margin: 5px 0 15px;
	text-transform: uppercase;
}


/* Post Meta
------------------------------------------------------------ */

.post-meta {
	background-color: #f5f5f5;
	clear: both;
	font-size: 11px;
	padding: 7px 10px 5px;
	text-transform: uppercase;
}


/* Author Box
------------------------------------------------------------ */

.author-box {
	background-color: #f5f5f5;
	margin: 0 0 40px;
	padding: 10px;
	overflow: hidden;
}


/* Archive Page
------------------------------------------------------------ */

.archive-page {
	float: left;
	padding: 20px 0 0;
	width: 48%;
}


/* Post Icons
------------------------------------------------------------ */

.categories {
	background: url(images/icon-categories.png) no-repeat top left;
	padding: 2px 0 2px 22px;
}
	
.post-comments {
	background: url(images/icon-comments.png) no-repeat top left;
	margin: 0 0 0 10px;
	padding: 2px 0 2px 22px;
}

.tags {
	background: url(images/icon-tags.png) no-repeat top left;
	margin: 0 0 0 10px;
	padding: 2px 0 2px 20px;
}
	
.time {
	background: url(images/icon-time.png) no-repeat top left;
	padding: 2px 0 2px 21px;
}


/* Images
------------------------------------------------------------ */

img.portfolio {
	border: 1px solid #ddd;
	padding: 14px;
	width: 930px;
}

.featuredpage img,
.featuredpost img {
	margin: 0 10px 0 0;
}

.portfolio .featuredpage img,
.portfolio .featuredpost img {
	margin: 0;
}

.avatar,
.post-image {	
	background-color: #f5f5f5;
	border: 1px solid #ddd;
	padding: 4px;
}

.author-box .avatar {
	background-color: #fff;
	float: left;
	height: 80px;
	margin: 0 10px 0 0;
	width: 80px;
}

.post-image {
	margin: 0 10px 10px 0;
}

.comment-list li .avatar { 
	background-color: #fff;
	float: left;
	height: 30px;
	margin: 0 5px 0 0;
	padding: 4px;
	width: 30px;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 10px;
}

img.alignnone {
	display: inline;
	margin: 0 0 10px;
}

img.alignleft {
	display: inline;
	margin: 0 20px 10px 0;
}

img.alignright {
	display: inline;
	margin: 0 0 10px 20px;
}

.alignleft {
	float: left;
	margin: 0 10px 0 0;
}

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

.wp-caption {
	text-align: center;
}

p.wp-caption-text {
	font-size: 11px;
	line-height: 12px;
	padding: 5px 0;
}

.wp-smiley,
.wp-wink {
	border: none;
	float: none;
}

.gallery-caption {
}


/* Post Navigation
------------------------------------------------------------ */

.navigation {
	overflow: hidden;
	padding: 10px 0;
	width: 100%;
	border-bottom: 1px solid #8584AE;
	border-top: 1px solid #8584AE;
}

.navigation .alignleft,
.navigation .alignright {
	max-width: 50%;	
}

.navigation .alignleft {
	padding-left: 10px;
}

.navigation .alignright {
	padding-right: 10px;
	text-align: right;
}

.navigation li {
	display: inline;
}

.navigation li a,
.navigation li.disabled,
.navigation li a:hover,
.navigation li.active a {
	border: 1px solid #ddd;
	padding: 5px 8px;
}

.navigation li a:hover,
.navigation li.active a {
	background-color: #f5f5f5;
}

/* hide links at beginning and end of report loop */
.post-23 .navigation .alignleft,
.post-7 .navigation .alignleft {
	visibility: hidden;
}

.post-140 .navigation .alignright,
.post-146 .navigation .alignright,
.post-174 .navigation .alignright {
	visibility: hidden;
}



/* Primary / Secondary Sidebars
------------------------------------------------------------ */

.sidebar {
	background: #f5f5f5;
	display: inline;
	float: right;
	font-size: 13px;
	line-height: 20px;
	margin: 0 0 20px;
	padding: 15px 15px 5px;
	width: 250px;
}

#sidebar-alt {
	background: #f5f5f5;
	float: left;
	padding: 15px 15px 5px;
	width: 120px;
}

.sidebar p {
	font-size: 13px;
	line-height: 20px;
}

.sidebar-content #sidebar,
.sidebar-sidebar-content #sidebar {
	float: left;
}

.content-sidebar-sidebar #sidebar-alt {
	float: right;
}

.sidebar .widget {
	margin: 0 0 15px;
	padding: 0 0 20px;
}

.widget-area ol,
.widget-area ul {
/*	margin: 0 0 0 20px; */
}

.widget-area ul li {
	list-style-type: square;
 	word-wrap: break-word;
 	line-height: 1.1; 
 	color: #ccc;
}

.widget-area #simple-section-nav-3 ul {
	margin: 0 0 20px 0;
}

.widget-area #simple-section-nav-3 ul.children {
	margin: 0 0 5px 20px;
	border-bottom: none;
}

.widget-area #simple-section-nav-3 ul li {
	list-style-type: none;
 	word-wrap: break-word;
 	border-bottom: 1px solid #e5e5e5;
 	margin: 5px 0;
 	padding-bottom: 5px;
}

.widget-area #simple-section-nav-3 ul li li {
	list-style-type: square;
	font-size: 12px;
	border-bottom: none;
	margin: 0;
	padding: 3px 0;
}

.widget-area #simple-section-nav-3 ul.children ul.children {
	margin-bottom: 0;
	padding-bottom: 0;
}

#simple-section-nav-3.widget h4.widgettitle {
	font-weight: bold;
	font-size: 18px;
}

#simple-section-nav-3.widget {
	margin: 0;
	padding: 0;
}


/* Dropdowns
------------------------------------------------------------ */

#cat,
.widget_archive select {
	background-color: #fff;
	color: #8584ae;
	display: inline;
	font-family: 'Droid Sans', arial, sans;
	font-size: 12px;
	margin: 2px 0 0;
	padding: 3px;
	width: 100%;
}


/* Featured Page / Post
------------------------------------------------------------ */

.featuredpage,
.featuredpost {
	clear: both;
	overflow: hidden;
}

.featuredpage .page,
.featuredpost .post {
	border: none;
	margin: 0 ;
	overflow: hidden;
	padding: 0;
}

.portfolio .featuredpage .page,
.portfolio .featuredpost .post {
	float: left;
	margin: 5px 20px 0 0;
	width: 170px;
}


/* User Profile
------------------------------------------------------------ */

.user-profile {
	overflow: hidden;
}


/* Buttons
------------------------------------------------------------ */

div.gform_footer input.button,
.enews #subbutton,
.searchsubmit,
#submit {
	background-color: #444;
	border: 1px solid #444;
	color: #fff !important;
	cursor: pointer;
	font-family: 'Droid Sans', arial, sans;
	font-size: 12px;
	font-weight: normal;
	padding: 4px 7px;
	text-decoration: none;
}

#nav .searchsubmit {
	padding: 2px 7px;
}

div.gform_footer input.button:hover,
.enews #subbutton:hover,
.searchsubmit:hover,
#submit:hover {
	background-color: #8584ae;
	border: 1px solid #8584ae;
	color: #fff;
	text-decoration: none;
}


/* Search Form
------------------------------------------------------------ */

#header .searchform {
	float: right;
	padding: 20px 0 0;
}

#nav .searchform {
	float: right;
	margin: 1px 0 0;
}

.s {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #8584ae;
	font-family: 'Droid Sans', arial, sans;
	font-size: 12px;
	margin: 5px 1px 0 0;
	padding: 4px 0 5px 7px;
	width: 175px;
}

#nav .s {
	padding: 2px 0 2px 5px;
}

/* Accordians
------------------------------------------------------------ */

div.arconix-accordion-title {
    background-color: #7E86AA !important;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    color: #ffffff !important;
}

.arconix-accordions div.current,
.arconix-accordions div.current:hover,
.arconix-accordions arconix-accordion-title, 
.arconix-accordions div.current:hover  
.arconix-accordions div.current:active {
    background-color: #7E86AA !important;
    color: #ffffff !important;
}

div.arconix-accordions div.arconix-accordion-title,
.arconix-accordions div.arconix-accordion-title,
.arconix-accordions arconix-accordion-title {
    color: #ffffff !important;	
}

.arconix-accordions-vertical div.arconix-accordion-title a {
    color: #ffffff !important;
}

/* Footer
------------------------------------------------------------ */

#footer {
	border-top: double #eee;
	clear: both;
	font-family: 'Droid Sans', arial, sans-serif;
	font-size: 12px;
	overflow: hidden;
	margin: 0 auto;
	padding: 10px 0;
	width: 960px;
}

#footer p {
	color: #444;
	font-family: 'Droid Sans', arial, sans-serif;
	font-size: 12px;
}

#footer a,
#footer a:visited {
	color: #444;
	text-decoration: none;
}

#footer a:hover {
	color: #8584ae;
	text-decoration: none;
}

#footer .footleft {
	float: left;
	width: 680px;
}

.footleft p {
	text-align: left;
}

#footer .footright {
	float: right;
	width: 160px;
	margin-top: 30px;
}


/* Comments
------------------------------------------------------------ */

#comments,
#respond {
	margin: 0 0 30px;
	overflow: hidden;
}

#comments {
	font-size: 13px;
	line-height: 20px;
}

#author,
#comment,
#email,
#url {
	background-color: #f5f5f5;
	border: 1px solid #ddd;
	font-size: 12px;
	margin: 10px 5px 0 0;
	padding: 5px;
	width: 250px;
}

#comment {
	height: 150px;
	margin: 10px 0;
	width: 98%;
}

.ping-list {
	margin: 0 0 40px;
}

.comment-list ol,
.ping-list ol {
	margin: 0;
	padding: 10px;
}

.comment-list li,
.ping-list li {
	font-weight: bold;
	list-style: none;
	margin: 10px 0 0;
	padding: 10px;
}

.comment-list li ul li {
	list-style-type: none;
}

.comment-list p,
.ping-list p {
	font-size: 13px;
	font-weight: normal;
	line-height: 20px;
	margin: 10px 5px 10px 0;
	padding: 0;
	text-transform: none;
}

.comment-list ul.children {
	margin-top: 20px;
}

.comment-list ul.children li.comment  {
	background: #fff;
}

.comment-list cite,
.ping-list cite {
	font-style: normal;
	font-weight: bold;
}

.commentmetadata {
	font-weight:normal;
}

.comment-author { 
	background: #e5e5e5;
	font-size: 12px;
	font-weight: bold;
	padding: 8px 10px 0;
}

.comment-meta { 
	background: #e5e5e5;
	font-size: 12px;
	padding: 0 10px 8px;
}

.nocomments {
	text-align: center;
}

#comments .navigation {
	display: block;
	padding: 20px 0;
}

.bypostauthor {
}

.thread-alt,
.thread-even {
	background: #f5f5f5;
}

.alt,
.depth-1,
.even {
	border: 1px solid #ddd;
}


/* Gravity Forms
------------------------------------------------------------ */

div.gform_wrapper input,
div.gform_wrapper select,
div.gform_wrapper textarea {
	background-color: #f5f5f5;
	border: 1px solid #ddd;
	color: #555 !important;
	font-size: 13px !important;
	padding: 4px 5px !important;
}

div.gform_footer input.button {
	color: #fff;
}

div.gform_wrapper .ginput_complex label {
	font-size: 12px;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 0 0 10px;
}

div.gform_wrapper .gform_footer {
	border: none;
	margin: 0;
	padding: 0;
}