/*
	Theme Name: Lifestyle Child Theme
	Theme URI: http://www.studiopress.com/themes/lifestyle
	Description: Lifestyle is a 2 or 3-column Widget-ready child theme created for the Genesis Framework.
	Author: StudioPress
	Author URI: http://www.studiopress.com
	
	Version: 2.0

	Template: genesis
	Template Version: 1.6.1

	License: GNU General Public License v2.0
	License URI: http://www.opensource.org/licenses/gpl-license.php
*/

/* Table of Contents

* Import Fonts
* Defaults
* Hyperlinks
* Wrap
* Header
* Image Header - Partial Width
* Image Header - Full Width
* Navigation Constants
* Header Right Navigation
* Primary Navigation
* Primary Navigation Extras
* Secondary Navigation
* Inner
* Breadcrumb
* Taxonomy Description
* Content-Sidebar Wrap
* Content
* Post Formats
* 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
* Lifestyle Blue
* Lifestyle Charcoal
* Lifestyle Gray
* Lifestyle Green
* Lifestyle Pink
* Lifestyle Purple
* Lifestyle Tan
* Lifestyle Teal
* Lifestyle Yellow

*/


/* Import Fonts
------------------------------------------------------------ */

@import url(http://fonts.googleapis.com/css?family=Oswald);


/* Defaults
------------------------------------------------------------ */

body,
h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6,
p,
input,
select,
textarea {
	color: #444;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

input,
select,
textarea,
.sticky,
.taxonomy-description {
	background-color: #f5f5f5;
	border: 1px solid #ddd;
}

ol,
ol li,
ul,
ul li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ol li {
	list-style-type: decimal;
margin-left: 30px;
}

ul li {
	list-style-type: square;
margin-left: 30px;
}


/* Hyperlinks
------------------------------------------------------------ */

a,
a:visited {
	color: #F38533;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}


/* Body
------------------------------------------------------------ */

body {
	background-color: #b6e2f4;
}


/* Wrap
------------------------------------------------------------ */

#wrap {
	margin: 0px auto;
	overflow: hidden;
	padding: 0 0 0px;

}


/* Header
------------------------------------------------------------ */

#header {
	background: url(images/header.png) no-repeat top left;
	height: 135px;
	margin: 10px auto;
	width: 960px;
}

.page-template-landing-php #header {
	margin: 20px auto 0;
}

#title-area {
	float: left;
	overflow: hidden;
	padding: 35px 0 0 30px;
	width: 400px;
}

.header-full-width #title-area {
	padding: 35px 0 0;
}
	
#title {
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-size: 48px;
	font-variant: small-caps;
	line-height: 48px;
	text-shadow: #666 1px 1px;
}

.header-full-width #title {
	text-align: center;
}

#title a,
#title a:hover {
	color: #fff;
	text-align: center;
	text-decoration: none;
}

#description {
	color: #fff;
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-size: 20px;
	font-style: italic;
	text-shadow: #666 1px 1px;
}

.header-full-width #description {
	text-align: center;
}

#header .widget-area {
	float: right;
	width: 330px;
background: url(http://9stucks.com/wp-content/uploads/2011/11/headerright.png) top right no-repeat;
height: 145px;
margin-top: -9px;
padding-top: 5px;
padding-left: 200px;
}

#header .widget-area .widget-wrap {padding-top: 10px;
padding-right: 13px;
	width: 265px;
float: right;}

#social-widget-3 .widget-wrap{margin-top: -20px;}

.social {margin-bottom: 10px; height: 30px; clear: both;}


/* 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: 300px;

}

.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: 960px;
}


/* Navigation Constants
------------------------------------------------------------ */

li:hover ul ul,
li.sfHover ul ul {
	left: -9999px;
}

li:hover,
li.sfHover { 
	position: static;
}


/* Header Right Navigation
------------------------------------------------------------ */

#header ul.nav,
#header ul.menu {
	float: right;
}

#header ul.nav ul,
#header ul.menu ul {
	float: right;
	margin: 0;
	padding: 0;
	width: 100%;
}

#header ul.nav li,
#header ul.menu li {
	background-color: #333;
	float: left;
	list-style-type: none;

}

#header ul.nav li a,
#header ul.menu li a {
	color: #fff;
	display: block;
	font-size: 12px;
	padding: 9px 10px 5px;
	position: relative;
	text-decoration: none;
}

#header ul.nav li a:hover,
#header ul.nav li a:active,
#header ul.nav .current_page_item a,
#header ul.nav .current-cat a,
#header ul.nav .current-menu-item a,
#header ul.menu li a:hover,
#header ul.menu li a:active,
#header ul.menu .current_page_item a,
#header ul.menu .current-cat a,
#header ul.menu .current-menu-item a {
	background-color: #000;
	color: #fff;
}

#header ul.nav li a.sf-with-ul,
#header ul.menu li a.sf-with-ul {
	padding-right: 25px;
}	

#header ul.nav li a .sf-sub-indicator,
#header ul.menu li a .sf-sub-indicator {
	background: url(images/arrow-down.png) no-repeat;
	display: block;
	height: 10px;
	overflow: hidden;
	position: absolute;
	right: 10px;
	text-indent: -9999px;
	top: 12px;
	width: 10px;
}

#header ul.nav li li a,
#header ul.nav li li a:link,
#header ul.nav li li a:visited,
#header ul.menu li li a,
#header ul.menu li li a:link,
#header ul.menu li li a:visited {
	background-color: #333;
	border: 1px solid #666;
	border-top-width: 0;
	color: #fff;
	font-size: 11px;
	padding: 5px 10px;
	position: relative;
	width: 158px;
}

#header ul.nav li li a:hover,
#header ul.nav li li a:active,
#header ul.menu li li a:hover,
#header ul.menu li li a:active {
	background-color: #000;
}

#header ul.nav li li a .sf-sub-indicator,
#header ul.menu li li a .sf-sub-indicator {
	background: url(images/arrow-right.png) no-repeat;
	top: 10px;
}

#header ul.nav li ul,
#header ul.menu li ul {
	height: auto;
	left: -9999px;
	position: absolute;
	width: 180px;
	z-index: 9999;
}

#header ul.nav li ul a,
#header ul.menu li ul a { 
	width: 160px;
}

#header ul.nav li ul ul,
#header ul.menu li ul ul {
	margin: -31px 0 0 179px;
}

#header ul.nav li:hover>ul,
#header ul.nav li.sfHover ul,
#header ul.menu li:hover>ul,
#header ul.menu li.sfHover ul {
	left: auto;
}


/* Primary Navigation
------------------------------------------------------------ */

#nav {
	clear: both;
	color: #fff;
	font-family: 'Oswald', arial, serif;
	font-size: 14px;
margin-top: -4px;
height: 35px;
background: #062D59;
}

#nav .wrap {	margin: 0 auto;
	overflow: hidden;
	width: 960px;}

#nav ul {
	float: left;
	width: 100%;
margin-left: 0px;

}

#nav li {
	float: left;
	list-style-type: none;
margin-left: 0px;

}

#nav li a {
	display: block;
	padding: 5px 10px 8px;
	position: relative;
color: #fff;
	text-decoration: none;
}

#nav li a:hover,
#nav li a:active,
#nav .current_page_item a,
#nav .current-cat a,
#nav .current-menu-item a {
	color: #f7941e;
}



#nav li ul {margin-top: 0px;
margin-left: 0px;
}

#nav li li a,
#nav li li a:link,
#nav li li a:visited {
	background-color: #f58426;
	border: 1px solid #f2750d;
	border-top-width: 0;
	color: #fff;
	font-size: 12px;
	padding: 5px 10px;
	position: relative;
	width: 130px;
}

#nav li li a:hover,
#nav li li a:active {
	color: #062D59;
}

#nav li ul {
	height: auto;
	left: -9999px;
	position: absolute;
	width: 150px;
	z-index: 9999;
margin-left: 0px;
}

#nav li ul a { 
	width: 130px;
}

#nav li ul ul {
	margin: -31px 0 0 149px;
}

#nav li ul a .sf-with-ul{ 
	width: 130px;
}

#nav li:hover>ul,
#nav li.sfHover ul {
	left: auto;
}


/* Primary Navigation Extras
------------------------------------------------------------ */

#nav li.right {
	float: right;
	padding: 10px 10px 8px;
}

#nav li.right a {
	background: none;
	border: none;
	display: inline;
	text-decoration: none;
}

#nav li.right a:hover {
	color: #444;
	text-decoration: none;
}

#nav li.search {
	padding: 0 10px;
}

#nav li.rss a {
	background: url(images/rss.png) no-repeat center left;
	margin: 0 0 0 10px;
	padding: 0 0 0 16px;
}

#nav li.twitter a {
	background: url(images/twitter-nav.png) no-repeat center left;
	padding: 0 0 0 20px;
}


/* Secondary Navigation
------------------------------------------------------------ */

#subnav {
	background: url(images/subnav.png);
	border-bottom: 1px solid #ddd;
	clear: both;
	color: #fff;
	font-family: 'Oswald', arial, serif;
	font-size: 14px;
	overflow: hidden;

}
#subnav .wrap {
margin: 0 auto;
	width: 960px;
}


#subnav ul {
	float: left;
	width: 100%;
margin-left: -7px;
}

#subnav li {
	float: left;
	list-style-type: none;
margin-left: 0px;
}

#subnav li a {
	border-right: 1px solid #ddd;
	border-left: 1px solid #fff;
	display: block;
	padding: 9px 15px 8px 15px;
	position: relative;
	text-decoration: none;
color: #062D59;
}

#subnav li a:hover,
#subnav li a:active,
#subnav .current_page_item a,
#subnav .current-cat a,
#subnav .current-menu-item a {
	background-color: #fff;
	color: #F48534;
}

#subnav li a .sf-sub-indicator {
	display: block;
	overflow: hidden;
	position: absolute;
	text-indent: -9999px;
}

#subnav li li a,
#subnav li li a:link,
#subnav li li a:visited {
	background-color: #f58426;
	border: 1px solid #f2750d;
	border-top-width: 0;
	color: #fff;
	font-size: 12px;
	padding: 5px 10px;
	position: relative;
	width: 128px;
}

#subnav li li a:hover,
#subnav li li a:active {
color: #062D59;
}

#subnav li ul {
	height: auto;
	left: -9999px;
	margin: 0 0 0 -1px;
	position: absolute;
	width: 150px;
	z-index: 9999;
}

#subnav li ul a { 
	width: 130px;
}

#subnav li ul ul {
	margin: -31px 0 0 149px;
}

#subnav li:hover>ul,
#subnav li.sfHover ul {
	left: auto;
}


/* Inner
------------------------------------------------------------ */

#inner {
	margin: 0 auto;
	overflow: hidden;
	padding: 15px 0 0;

}


/* Breadcrumb
------------------------------------------------------------ */

.breadcrumb {
	background: url(images/line.png) bottom repeat-x;
	color: #444;
	font-family: 'Oswald', arial, serif;
	font-size: 12px;
	margin: 0 auto;
	padding: 10px 0 15px;
	width: 960px;
}

.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: center;
	width: 950px;
margin: 0 auto 0;

}

.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: 450px;
}


.content-sidebar #content,
.sidebar-content #content {
	padding: 5px 10px 0;
	width: 580px;
}



.content-sidebar-sidebar #content {
	padding: 0 10px;
	width: 430px;
}

.sidebar-sidebar-content #content {
	padding: 0 10px 0 0;
	width: 440px;
}

.sidebar-content #content,
.sidebar-sidebar-content #content {
	float: right;
}

.full-width-content #content {
	width: 960px;
}

.page-template-landing-php #content  {
	padding: 20px 100px 0;
	width: 720px;
}

blockquote {
	border:1px solid #CECECE;
	clear: both;
	margin: 5px 15px 20px;
	padding: 5px;
background: #EFEFEF;

}


blockquote p {
color: #032D5C;
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-size: 14px;
line-height: 22px;
	font-style: italic;
}

.post {
background: #EFEFEF;
border: 1px solid #ccc;	
	margin: 0 0 45px;
	overflow: hidden;
	padding: 20px;

}

.sidebar .post {background: #fff;
border: 1px solid #ccc;	
	margin: 0 0 5px;
	overflow: hidden;
	padding: 10px;
clear: both;
}

.single .post {
	background: none;
	margin: 0 0 20px;
	padding: 0;
border: none;
}

.format-aside,
.format-audio,
.format-link,
.format-quote,
.format-status,
.format-video {
	margin: 0 0 20px;
	padding: 0 0 10px;
}

.entry-content a,
.entry-content a:visited {
	text-decoration: underline;
}

.entry-content a:hover {
	text-decoration: none;
}

.entry-content p,
.home #content p,
.page .entry-content p {
	padding: 0 0 15px;
}

.clear {
	clear: both;
}

.clear-line {
	border-bottom: 1px solid #ddd;
	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: #444;
	font-family: 'Oswald', arial, serif;
	font-size: 18px;
	margin: 0 0 5px;
}

h1{
	color: #032D5C;
	font-family: 'Oswald', arial, serif;
	font-size: 24px;
	line-height: 30px;
}


h2, h2 a
 {
	
color: #F78427;
	font-size: 18px;
padding: 10px 0px 6px 0px;
font-family: 'Arial';
display: block;
width: 568px;

}



h2 a:hover {
	color: #444;
	text-decoration: none;
}



.page-template-page-portfolio-php h2 a,
.page-template-page-portfolio-php h2 a:visited {
	color: #F78427;
	font-size: 18px;
padding: 10px 0px 6px 0px;
font-family: 'Arial';
	font-weight: bold;
display: block;
width: 568px;
}

h3 {
	font-size: 18px;
border-bottom: 2px dashed #F7941E;
color: #032D5C;
padding: 10px 0px 6px 0px;
font-family: 'Arial';
	font-weight: bold;
display: block;
width: 568px;

}

h4,
h4 a,
h4 a:hover,
h4 a:visited {
	font-size: 18px;
color: #032D5C;
padding: 10px 0px 6px 0px;
font-family: 'Arial';
	font-weight: bold;
display: block;
width: 568px;

}

#footer-widgets h4 {
    color: #fff;
}

h5 {
	font-size: 18px;
border:1px solid #FFE0BA;
padding: 10px;
margin: 10px 20px 10px 5px;
background: #FDE9D0;
width: 550px;
float: left;
line-height: 28px;
text-align: center;
color: #062D59;
font-weight: bold;
font-family: Times New Roman;
	font-style: italic;
clear: both;
}

.stucks h5 {	font-size: 18px;
color: #032D5C;
    font-family: Georgia,Times,'Times New Roman',serif;
    font-style: italic;
    line-height: 22px;
font-weight: bold;
font-family: Times New Roman;
	font-style: italic;}

.stucks h5 img {border: none;padding-left: 0px; height: 50px; width: 50px;}

h6 {
font-size: 20px;
line-height: 28px;
color: #A0A0A0;
}


/* Unordered / Ordered Lists
------------------------------------------------------------ */

.entry-content ol,
.entry-content ul {
	margin: 0;
	padding: 0 0 15px;
margin-left: 30px;
}

.entry-content ol {
	margin: 0;
margin-left: 30px;
}

.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;
margin-left: 30px;
}

.archive-page ul ul,
.entry-content ul ul,
.entry-content ol ol {
	padding: 0;
}


/* Post Info
------------------------------------------------------------ */

.post-info {
	font-size: 11px;
	margin: 5px 0 5px;

}

.home .post-info {margin-bottom: -10px;}

.home .post-info .published { display: none; }


/* Post Meta
------------------------------------------------------------ */

.post-meta {
	background-color: #f5f5f5;
	clear: both;
	font-size: 11px;
	padding: 7px 10px 5px;
	text-transform: uppercase;
}





/* Author Box
------------------------------------------------------------ */

.author-box {
	background: url(images/line.png) top repeat-x;
	margin: 0 0 40px;
	padding: 20px 0 0;
	overflow: hidden;
}


/* Archive Page
------------------------------------------------------------ */

.archive-page {
	float: left;
	padding: 20px 0;
	width: 50%;
}


/* 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 {
	max-width: 96%;
}

.post-format-image {
	background: none;
	display: block;
	float: left;
	margin: 0 10px 10px 0;
}

.page .post-format-image {
	display: none;
}

img.alignleft,
img.aligncenter
img.alignright,
.alignleft img,
.aligncenter img,
.alignright img,
.featuredpage img,
.featuredpost img {
	border: 1px solid #ddd;
	max-width: 550px;
	margin: 0 0 10px;
	padding: 4px;
background: #fff;
}

.page-template-page-portfolio-php .featuredpost a img:hover {
	border: 1px solid #999;
}

.avatar,
.post-image {	
	background-color: #f5f5f5;
	border: 1px solid #ddd;
	padding: 4px;
}

.author-box .avatar {
	float: left;
	margin: 0 10px 0 0;
}

.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 10px 10px 0;
}

img.alignright {
	display: inline;
	margin: 0 0 10px 10px;
}

.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;
}

.wp-smiley,
.wp-wink {
	border: none;
	float: none;
}


/* Post Navigation
------------------------------------------------------------ */

.navigation {
	overflow: hidden;
	padding: 20px 0;
	width: 100%;
}

.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;
}


/* Primary / Secondary Sidebars
------------------------------------------------------------ */


 .sidebar {
	background: #ffffff;
	display: inline;
	float: right;
	margin: 0 0 20px;
	padding: 10px;
	width: 280px;
}

.sidebar h4 {
	font-size: 17px;
border:none;
border-bottom: 1px dotted #efefef;
padding: 0px;
margin: 10px 0px 10px 0px;
background: #fff;
width: 300px;
clear: both;
line-height: 28px;
color: #062D59;
font-weight: normal;
}


.content-sidebar .sidebar {width: 320px;}
.sidebar img {max-width: 300px;}


.sidebar h2 {
	color: #F7941E;
	font-family: 'Oswald', arial, serif;
	font-size: 19px;
	line-height: 22px;
}

#sidebar-alt {
	background: #f5f5f5;
	float: left;
	padding: 15px 15px 5px;
	width: 120px;
}

.sidebar-bottom-left {
	display: inline;
	float: left;
	width: 110px;
}
	
.sidebar-bottom-right {
	display: inline;
	float: right;
	width: 125px;
}

.sidebar-content #sidebar,
.sidebar-sidebar-content #sidebar {
	float: right;
}

.content-sidebar-sidebar #sidebar-alt {
	float: right;
}

.sidebar .widget {
	background: #fff;
	margin: 0 0 15px;
	padding: 0px;
}

.sidebar .widget p{padding: 8px;}
.sidebar .widget h2 a {padding-left: 0px; padding-right: 8px; color: #f7941e; font-size: 18px;}

.widget-area ol,
.widget-area ul {
	margin: 5px 0 -5px 20px;
}

.widget-area ol ol,
.widget-area ul ul {
	margin: 0 0 0 15px;
}

.widget-area ul li {
	list-style-type: square;
 	word-wrap: break-word;
}

.widget-area ol li {
	list-style-type: decimal;
}

.textwidget, .sidebar .widget p { border: none;}
.quote {background: url(http://9stucks.com/wp-content/uploads/2011/11/quotemid.jpg) top left repeat-y;
margin-top: -8px; margin-bottom:-12px; 
margin-left: 8px;
text-align: center; font-size: 16px;}

.sidebar {width: 300px; background: #fff; border: none;}

/* Dropdowns
------------------------------------------------------------ */

#cat,
.widget_archive select {
	background-color: #fff;
	color: #F38533;
	display: inline;
	font-family: 'Oswald', arial, serif;
	font-size: 12px;
	margin: 2px 0 0;
	padding: 3px;
	width: 100%;
}


/* Featured Page / Post
------------------------------------------------------------ */

.featuredpage,
.featuredpost {
	clear: both;
	margin: 0 0 5px;
	overflow: hidden;
}

.featuredpage .page,
.featuredpost .post {
padding: 2px 10px 2px 10px;
margin-bottom: 15px;
}

.page-template-page-portfolio-php .featuredpage .page,
.page-template-page-portfolio-php .featuredpost .post {
	float: left;
	margin: 0 9px 10px;
	padding: 5px 0 15px;
	overflow: hidden;
	width: 212px;
}

#homepage-left {
	clear: none;
	float: left;
	width: 48%;
}

#homepage-right {
	clear: none;
	float: right;
	width: 48%;
}


/* User Profile
------------------------------------------------------------ */

.user-profile {
	overflow: hidden;
}


/* Buttons
------------------------------------------------------------ */

div.gform_footer input.button,
.enews #subbutton,
.reply a,
.reply a:visited,
.searchsubmit,
#submit {
	background-color: #F38533;
	border: 1px solid #ed761e;
	color: #fff !important;
	cursor: pointer;
	font-family: 'Oswald', arial, serif;
	font-size: 12px;
	font-weight: normal;
	padding: 4px 7px 4px;
	text-decoration: none;
}

#nav .searchsubmit {
	padding: 2px 7px 2px;
}

.reply a,
.reply a:visited {
	padding: 0 4px;
}

div.gform_footer input.button:hover,
.enews #subbutton:hover,
.reply a:hover,
.searchsubmit:hover,
#submit:hover {
	background-color: #ed761e;
	border: 1px solid #F38533;
	color: #fff;
	text-decoration: none;
}


/* Search Form
------------------------------------------------------------ */

#header .searchform {
	float: right;
	padding: 40px 0 0;
}

#nav .searchform {
	float: right;
	margin: 1px 0 0;
}

.s {
	background-color: #fff;
	color: #F38533;
	font-family: 'Oswald', arial, serif;
	font-size: 12px;
	margin: 5px 2px 0 0;
	padding: 4px 0 5px 5px;
	width: 175px;
}

#nav .s {
	padding: 2px 0 2px 5px;
}


/* eNews and Update Widget
------------------------------------------------------------ */

.enews{
	background: #fff;
margin-top: 0px;
	
}

.enews #subbox {
	background: #fff;
	color: #000;
	font-family: 'Oswald', arial, serif;
	font-size: 12px;
	margin: 0px 5px 0 0px;
	padding: 4px 0 5px 7px;
	width: 250px;
}

.home .enews #subbox {	background: #fff;
	color: #000;
	font-family: 'Oswald', arial, serif;
	font-size: 12px;
	margin: 0px 5px 0 0px;
	padding: 4px 0 5px 7px;
	width: 250px;

}

#header .widget-area  .enews #subbox {
	background-color: #fff;
	color: #F38533;
	font-family: 'Oswald', arial, serif;
	font-size: 12px;
	margin: 5px 5px 0 20px;
	padding: 4px 0 5px 7px;
	width: 175px;
}


/* Calendar Widget
------------------------------------------------------------ */

#wp-calendar {
	width: 100%;
}

#wp-calendar caption {
	font-size: 12px;
	font-style: italic;
	padding: 2px 5px 0 0;
	text-align: right;
}

#wp-calendar thead {
	background-color: #f5f5f5;
	font-weight: bold;
	margin: 10px 0 0;
}

#wp-calendar td {
	background-color: #f5f5f5;
	padding: 2px;
	text-align: center;
}


/* Footer Widgets
------------------------------------------------------------ */
 
#footer-widgets {
  background-color: #CECECE;  
    clear: both;
    color: #062D59;
    font-size: 12px;
    margin: 0 auto 0;
    overflow: hidden;
    padding: 10px 0 10px 0;
border-top: 1px solid #BABABA;

}
 
#footer-widgets .wrap {
 background-color: #CECECE;
width: 960px;
margin: 0 auto 0;


}
 
#footer-widgets .widget {
    background: none;
    border: none;
    padding: 0;
}

#footer-widgets p {
    color: #062D59;
    padding: 0 0 10px;
}
 
#footer-widgets a,
#footer-widgets a:visited {
    color: #062D59;
    text-decoration: none;
}

#footer-widgets a:hover {
    text-decoration: underline;
}
 
#footer-widgets ul {
    color: #062D59;
    list-style-type: none;
    margin: 0 0 10px;
}
 
#footer-widgets ul li {
    list-style-type: square;
    margin: 0 0 0 15px;
}

#footer-widgets #wp-calendar thead,
#footer-widgets #wp-calendar td {
	background: none;
}

.footer-widgets-1 {
    float: left;
    padding: 0 20px 0 0;
    width: 290px;
}
 
.footer-widgets-2 {
    float: left;
    width: 300px;
}
 
.footer-widgets-3 {
    float: right;
    width: 290px;
}

.footer-widgets .textwidget {background: transparent;}

#footer-widgets h4 {
    color: #062D59;
}
/* Footer
------------------------------------------------------------ */

#footer {
	background-color: #f7941e;
	clear: both;
	font-family: 'Oswald', arial, serif;
	font-size: 12px;
	overflow: hidden;
	margin: 0 auto;
	padding: 5px 0;

}

#footer .wrap {width: 960px;   margin: 0 auto;}

#footer p {
	color: #fff;
	font-family: 'Oswald', arial, serif;
	font-size: 12px;
}

#footer a,
#footer a:visited {
	color: #fff;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footer .gototop {
	float: left;
	padding: 0 0 0 10px;
	width: 200px;
}

#footer .creds {
	float: right;
	padding: 0 10px 0 0;
	text-align: right;
	width: 695px;
}


/* Comments
------------------------------------------------------------ */

#comments,
#respond {
	margin: 0 0 30px;
	overflow: hidden;
}

#author,
#comment,
#email,
#url {
	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-weight: normal;
	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: 0;
}

.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 {
	color: #333;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	font-size: 12px;
	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;
}

#content {
	float: left;
	width: 610px;
}





/* HOME PAGE
------------------------------------------------------------ */

.home #content {width: 600px;}
.home .post-meta {
	background-color: transparent;
	clear: both;
	font-size: 11px;
	padding: 5px 10px 0px;
	text-transform: uppercase;
margin-bottom: 0px;
height: auto;
}
.home .post-info {margin-top: 3px; padding-top: 1px;}

.home h2 a ,
.home h2 a:visited {
margin-bottom: 0px;
padding-bottom: 0px;
color: #032D5C;
	font-family: 'Oswald', arial, serif;
	font-size: 24px;
	line-height: 28px;
}

.more-link{background-color: #F38533;
	border: 1px solid #ed761e;
	color: #fff !important;
	cursor: pointer;
	font-family: 'Oswald', arial, serif;
	font-size: 12px;
	font-weight: normal;
	padding: 4px 7px 4px;
	text-decoration: none;
float: right;
margin-top: 15px;
margin-left: 5px;
margin-bottom: 10px;
display: none;}


.morelink{background-color: #F38533;
	border: 1px solid #ed761e;
	color: #fff !important;
	cursor: pointer;
	font-family: 'Oswald', arial, serif;
	font-size: 12px;
	font-weight: normal;
	padding: 4px 7px 4px;
	text-decoration: none;
float: right;
margin-top: -5px;
margin-left: 5px;
margin-bottom: 5px;}


/* BUTTONS
------------------------------------------------------------ */

.buttonsleft{margin-left: 10px; width: 310px;}
.buttonsmiddle {width: 315px; margin-left: 10px;}
.buttonsright {width: 315px; margin-left: -40px;}
.buttonsleft img, .buttonsmiddle img, .buttonsright img{width: 95px; height: 120px; margin-right: 8px; margin-bottom: 10px;}
.buttons {margin: 0 auto 0; float: center; width: 960px; margin-bottom: 18px;}



/* SIDEBAR GREY BOX ON 9 STUCKS PAGES
------------------------------------------------------------ */

#side{background: #EAEAEA; border: 1px solid #ccc; padding: 10px; margin-top: 5px; width: 300px;}
#side h2 {color: #F7941E; width: 280px;}
#side p {background: #eaeaea; line-height: 23px;}
#rotator {width: 323px;}


/* FIXING STUCKS SIDEBAR
------------------------------------------------------------ */

#fix {background: #F9F9F9; border: 1px solid #ccc; padding: 10px; margin-top: 0px; width: 300px; margin-left: 0px; padding-top: 0px; margin-top: 45px;}

#fix h4 {
	font-size: 18px;
border-bottom:1px solid #FFE0BA;
padding: 10px;
margin: 0px 0px 10px -10px;
background: #FDE9D0;
width: 300px;
float: left;
clear: both;
line-height: 28px;
text-align: center;
color: #062D59;
font-weight: bold;
font-family: Times New Roman;
	font-style: italic;
}

#side h2 {color: #F7941E;}

.printfriendly  {
width: 600px;
}

blockquote img.alignleft {background: transparent; padding: 0px; border: none;}


/* STUCK CAST PAGE
------------------------------------------------------------ */
.cast blockquote {
	border:1px solid #CECECE;
	clear: both;
	margin: 5px 15px 20px;
	padding: 5px;
width: 500px;
height: 210px;
background: #EFEFEF;


}
.cast blockquote img.alignleft {background: #fff; padding: 4px; border:1px solid #CECECE;}

.cast blockquote ul li {margin-left: 180px;
color: #032D5C;
    font-family: Georgia,Times,'Times New Roman',serif;
    font-size: 14px;
    font-style: italic;
    line-height: 22px;
}


/* 9 STUCKS SUMMARY PAGE
------------------------------------------------------------ */

.summary .blockquoteb{
	clear: both;
	margin: 0px;
	padding: 5px;
background: #EFEFEF;
width: 300px;
background: #FDE9D0;
  border: 1px solid #FFE0BA;
height: 200px;
margin-bottom: 10px;
}

.summary blockquote {
	margin: 0px;
	padding: 5px;
width: 300px;
height: 200px;
margin-bottom: 10px;
}






.summary .blockquoteb h4, .summary blockquote h4 {text-align: left; color: #032D5C;
    font-family: Georgia,Times,'Times New Roman',serif;
    font-size: 14px;
    font-style: italic;
    line-height: 19px; font-weight: bold; width: 300px;
padding-left: 10px;
margin-left: 0px;
margin-bottom: 0px;
margin-top: 0px;
padding-top: 5px;
}


.summary .blockquoteb p, .summary blockquote p{color: #032D5C;
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-size: 14px;
line-height: 22px;
	font-style: italic;
padding: 0px;
margin: 0px; 
margin-left: 10px; 
padding-right: 15px;}


.summary blockquote h2, .summary .blockquoteb h2{background: #fff; padding-top: 9px; padding-bottom: 2px; padding-left: 5px; border: 1px solid #ccc; height: 33px;  margin-bottom: 6px; width: 290px; margin-left: 0px; }



.summary .blockquoteb h2 img, .summary blockquote h2 img {
    border: medium none;
    display: inline;
    margin-top: -7px;
    padding: 0;
}


.blockquoteb img.alignleft, blockquote img.alignleft {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    padding: 0;
}


/* TWITTER IN SIDEBAR
------------------------------------------------------------ */

#latest-tweets-4 {background: #EAEAEA url(http://9stucks.com/wp-content/uploads/2012/02/twitter.png) top right no-repeat; border: 1px solid #ccc; padding: 10px; margin-top: 5px; width: 280px; float: center;padding-bottom: 20px;}
#latest-tweets-4 h4 {background: transparent; width: 300px; clear: both; padding-top: 0px; margin-top: 0px; border-bottom: none;}


/* TRAINING IN SIDEBAR
------------------------------------------------------------ */

#advancedrecentposts-2 {background: #f3f3f3 url(http://9stucks.com/wp-content/uploads/2012/06/whistle1.png) top right no-repeat; border: 1px solid #ccc; padding: 10px; margin-top: 5px; width: 280px; float: center; padding-bottom: 20px;}
#advancedrecentposts-2 h4 {background: transparent; width: 230px; clear: both; padding-top: 0px; margin-top: 0px; border-bottom: none; font-weight: bold; line-height: 20px;}
#advancedrecentposts-2 .widgettitle{ display: block; background: transparent; width: 230px; clear: both; padding-top: 0px; margin-top: 0px; border-bottom: none; margin-bottom: 5px;}

#advancedrecentposts-2 .widget-area ul li {width: 200px;  display: block; color: #fff;}


/* RECENT POSTS IN SIDEBAR
------------------------------------------------------------ */

#recent-posts-3 {background: #fff; border: 1px solid #ccc; padding: 10px; margin-top: 5px; width: 280px; float: center;}
#recent-posts-3 h4 {background: transparent; width: 300px; clear: both; padding-top: 0px; margin-top: 0px; border-bottom: none;margin-bottom: 5px; display: block;}



.really_simple_share {float: right; margin-top: -20px; margin-bottom: -25px; padding-bottom: 0px; margin-right: 10px;}

#tag_cloud-3 {background: #fff; border: 1px solid #ccc; padding: 10px; margin-top: 5px; width: 280px; float: center;}
#tag_cloud-3 h4 {background: transparent; width: 300px; clear: both; padding-top: 0px; margin-top: 0px; border-bottom: none;margin-bottom: 5px; display: block;}

#text-28 {background: #FCFCFC; padding: 10px; border: 1px solid #EFEFEF; width: 280px; text-align: center;}
#text-28 img {max-width: 280px; height: auto;}
#mc_embed_signup {background: transparent;}

#recent-posts-3 {background: url(http://9stucks.com/wp-content/uploads/2013/02/rp-bg.png) top left no-repeat;}
#recent-posts-3 h4 {margin-left: 60px;}

.intro {border:1px dotted #062D59; padding:3mm; background: #E1ECF4; margin-bottom: 10px;text-align: center;}

.page .intro{display: none;}