/*

	Theme Name: Copyblogger Child Theme

	Theme URI: http://www.studiopress.com/themes/copyblogger

	Description: Copyblogger is a 2 or 3-column Widget-ready child theme created for the Genesis Framework.

	Author: StudioPress

	Author URI: http://www.studiopress.com

	Version: 1.0.1



	Template: genesis

	Template Version: 1.7.1



	License: GNU General Public License v2.0

	License URI: http://www.opensource.org/licenses/gpl-license.php

*/

 

/* Table of Contents



* 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

* Inner

* Breadcrumb

* Taxonomy Description

* Content-Sidebar Wrap

* Content

* Column Classes

* Headlines

* Unordered / Ordered Lists

* Post Info

* Post Meta

* Author Box

* Sticky Posts

* 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

* Copyblogger Blue

* Copyblogger Orange

* Responsive Design



*/



/* Defaults

------------------------------------------------------------ */



body,

h1,

h2,

h2 a,

h2 a:visited,

h3,

h4,

h5,

h6,

p,

input,

select,

textarea {

	color: #333;

	font-family: Arial, Helvetica, Tahoma, sans-serif;

	font-size: 14px;

	font-weight: normal;

	line-height: 22px;

	margin: 0;

	padding: 0;

	text-decoration: none;

}



input,

select,

textarea,

.sticky,

.taxonomy-description,

.wp-caption {

	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: #a41600;

	text-decoration: none;

}



a:hover {

	text-decoration: underline;

}



a img {

	border: none;

}





/* Body

------------------------------------------------------------ */



body {

	background: #eee;

}





/* Wrap

------------------------------------------------------------ */



#wrap {

	margin: 0 auto;

}





/* Header

------------------------------------------------------------ */



#header {

/*SJM	background: #000 url(images/bg-header.png) repeat-x; */

    background-color: #0c2138;
	//background: #ff6219;
	//background: #2364AA; //BobS
	//background: #2364AA; //BobS
   //color: #000;
   	//color: #0c2138;

	min-height: 108px;

	margin: 0 auto;

	overflow: hidden;

}



#header .wrap {

	margin: 0 auto;

	width: 960px;

}



#header p {

	color: #fff;

}



#title-area {

	float: left;

	overflow: hidden;

	padding: 20px 0 0;

	width: 400px;

}

	

#title {

	font-size: 36px;

	line-height: 42px;

	margin: 0;

}



#title a,

#title a:hover {

	color: #fff;

	text-decoration: none;

}



#description {

	color: #999;

	font-family: Georgia, Times, 'Times New Roman', serif;

	font-size: 14px;

	font-style: italic;

}



#header .widget-area {

	float: right;

	width: 550px;

}





/* Image Header - Partial Width

------------------------------------------------------------ */



.header-image #title-area,

.header-image #title,

.header-image #title a {

	display: block;

	float: left;

	height: 108px;

	overflow: hidden;

	padding: 0;

	text-indent: -9999px;

	width: 400px;

}



.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: 100%;

}





/* Navigation Constants

------------------------------------------------------------ */



li:hover ul ul,

li.sfHover ul ul {

	left: -9999px;

}



li:hover,

li.sfHover { 

	position: static;

}





/* Header Right Navigation

------------------------------------------------------------ */



#header ul.menu {

	float: right;

}



#header ul.menu ul {

	float: right;

	margin: 0;

	padding: 0;

	width: 100%;

}



#header ul.menu li {

	background-color: #444;

	float: left;

	list-style-type: none;

	text-transform: uppercase;

}



#header ul.menu li a {

	color: #fff;

	display: block;

	font-size: 12px;

	padding: 7px 10px 5px;

	position: relative;

	text-decoration: none;

}



#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.menu li a .sf-sub-indicator {

	display: block;

	overflow: hidden;

	position: absolute;

	text-indent: -9999px;

}



#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.menu li li a:hover,

#header ul.menu li li a:active {

	background-color: #000;

}



#header ul.menu li li a .sf-sub-indicator {

	background: url(images/arrow-right.png) no-repeat;

	top: 10px;

}



#header ul.menu li ul {

	height: auto;

	left: -9999px;

	position: absolute;

	width: 180px;

	z-index: 9999;

}



#header ul.menu li ul a { 

	width: 160px;

}



#header ul.menu li ul ul {

	margin: -31px 0 0 179px;

}



#header ul.menu li:hover>ul,

#header ul.menu li.sfHover ul {

	left: auto;

}





/* Primary Navigation

------------------------------------------------------------ */



#nav {

	//BobS
    //background: #ba1a00 url(images/nav.png) repeat-x;
    //background: #000000 url(../sd350/nav_sd350.png) repeat-x;
    background: #FFF url(../sd350/nav.png) repeat-x;

	border-bottom: 5px solid #ddd;

    //border-top: 1px solid #e14d09;
    border-top: 0px solid #000;

	clear: both;

	overflow: hidden;

}



#nav .wrap {

	color: #fff;

	font-size: 13px;

	font-weight: bold;

	margin: 0 auto;

    text-shadow: -1px -1px #8e1e03;

	width: 960px;

}



#nav ul {

	float: left;

	width: 100%;

}



#nav li {

	float: left;

	list-style-type: none;

}



#nav li a {
    //BobS
	//background: url(images/nav-line.png) right no-repeat;

	color: #fff;

	display: block;

	font-size: 13px;

	padding: 5px 17px 5px 15px;

	position: relative;

	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 {

	//background: #9c1a03 url(images/nav-line.png) right no-repeat;
	background: #2465AA; 

	color: #fff;

}



#nav li a .sf-sub-indicator {

	overflow: hidden;

	position: absolute;

	text-indent: -9999px;

}



#nav li li a,

#nav li li a:link,

#nav li li a:visited {

	background: none;

    //BobS
    //background-color: #9c1a03;
    background-color: #603201;

	//border: 1px solid #ba1a00;
	border: 1px solid #000;

	border-top-width: 0;

	color: #fff;

	font-size: 11px;

	padding: 5px 10px;

	position: relative;

	text-transform: none;

	width: 138px;

}



#nav li li a:hover,

#nav li li a:active {

	background: none;

	background-color: #ba1a00;

}



#nav li ul {

	height: auto;

	left: -9999px;

	margin: 0 0 0 -1px;

	position: absolute;

	width: 160px;

	z-index: 9999;

}



#nav li ul a { 

	width: 140px;

}



#nav li ul ul {

	margin: -33px 0 0 159px;

}



#nav li:hover>ul,

#nav li.sfHover ul {

	left: auto;

}





/* Primary Navigation Extras

------------------------------------------------------------ */



#nav li.right {

	float: right;

	padding: 5px 15px;

}



#nav li.right a {

	background: none;

	border: none;

	color: #fff;

	display: inline;

	text-decoration: none;

}



#nav li.right a:hover {

	color: #fff;

	text-decoration: underline;

}



#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: 7px 0 5px 16px;

}



#nav li.twitter a {

	background: url(images/twitter-nav.png) no-repeat center left;

	padding: 7px 0 5px 20px;

}





/* Secondary Navigation

------------------------------------------------------------ */



#subnav {

	clear: both;

	overflow: hidden;

}



#subnav .wrap {

	background-color: #222;

	color: #fff;

	margin: 10px auto;

	overflow: hidden;

	width: 960px;

}



#subnav ul {

	float: left;

	width: 100%;

}



#subnav li {

	float: left;

	list-style-type: none;

}



#subnav li a {

	color: #ddd;

	display: block;

	font-size: 13px;

	padding: 6px 15px 5px;

	position: relative;

	text-decoration: none;

}



#subnav li a:hover,

#subnav li a:active,

#subnav .current_page_item a,

#subnav .current-cat a,

#subnav .current-menu-item a {

	background-color: #333;

	color: #fff;

}	



#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: #333;

	border: 1px solid #222;

	border-top-width: 0;

	color: #fff;

	font-size: 11px;

	padding: 5px 10px;

	position: relative;

	width: 128px;

}



#subnav li li a:hover,

#subnav li li a:active {

	background-color: #222;

}



#subnav li ul {

	height: auto;

	left: -9999px;

	position: absolute;

	width: 150px;

	z-index: 9999;

}



#subnav li ul a { 

	width: 130px;

}



#subnav li ul ul {

	margin: -33px 0 0 149px;

}



#subnav li:hover>ul,

#subnav li.sfHover ul {

	left: auto;

}





/* Inner

------------------------------------------------------------ */



#inner {

	margin: 10px auto;

	overflow: hidden;

	width: 960px;

}



.copyblogger-landing #inner {

	margin: 20px auto;

	width: 700px;

}





/* Breadcrumb

------------------------------------------------------------ */



.breadcrumb {

	background-color: #f5f5f5;

	font-size: 12px;

	margin: 0 0 20px;

	padding: 10px 15px;

}





/* 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,

.copyblogger-landing #content-sidebar-wrap,

.full-width-content #content-sidebar-wrap,

.sidebar-content #content-sidebar-wrap {

	width: 100%;

}



.sidebar-content-sidebar #content-sidebar-wrap,

.sidebar-sidebar-content #content-sidebar-wrap {

	float: right;

}





/* Content

------------------------------------------------------------ */



#content {

	background-color: #fff;

	border: 5px solid #e5e5e5;

	box-sizing: border-box;

	float: left;

	overflow: hidden;

/*SJM	width: 460px;	*/

	width: 760px;

}



.content-sidebar #content,

.sidebar-content #content {

	width: 630px;

}



.sidebar-content #content,

.sidebar-sidebar-content #content {

	float: right;

}



.full-width-content #content {

	width: 100%;

}



blockquote {

	background: #f5f5f5 url(images/blockquote.png) no-repeat top left;

	margin: 0 0 20px -20px;

	padding: 25px 30px 5px 80px;

}



blockquote p {

	color: #666;

	font-family: Georgia, Times, 'Times New Roman', serif;

	font-size: 16px;

	font-style: italic;

	line-height: 22px;

}



.post {

	background: url(images/post.png) bottom repeat-x;

	border-left: 1px solid #fff;

	border-right: 1px solid #fff;

	padding: 20px;

}



#content .page {

	padding: 20px;

}



.entry-content a,

.entry-content a:visited {

	text-decoration: underline;

}



.entry-content a:hover {

	text-decoration: none;

}



.entry-content p {

	padding: 0 0 20px;

}



.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: #333;

	margin: 0 0 10px;

}



h1,

h2,

h2 a,

h2 a:visited {

	color: #a41600;

	font-size: 30px;

	line-height: 36px;

}



.post h1,

.post h2,

.post h2 a {

	margin: 0 0 15px;

}



h2 a:hover {

	color: #333;

	text-decoration: none;

}



h3 {

	font-size: 24px;

}



h4 {

	font-size: 20px;

}



.widget-area h4 {

	color: #333;

	margin: 0 0 5px;

}



#footer-widgets h4 {

    color: #fff;

}



h5 {

	font-size: 18px;

}



h6 {

	font-size: 16px;

}





/* Unordered / Ordered Lists

------------------------------------------------------------ */



.entry-content ol,

.entry-content ul {

	margin: 0;

	padding: 0 0 20px;

}



.entry-content ol {

	margin: 0 0 0 35px;

}



.archive-page ul li,

.entry-content ul li {

	list-style-type: square;

	margin: 0 0 0 25px;

	padding: 0;

}



.archive-page ul li,

.entry-content .post ul li,

.entry-content .page ul li {

	list-style-type: square;

}



.archive-page ul ul,

.entry-content ul ul,

.entry-content ol ol {

	padding: 0;

}





/* Post Info

------------------------------------------------------------ */



.post-info {

	border-bottom: 1px dotted #ddd;

	color: #666;

	font-family: Georgia, Times, 'Times New Roman', serif;

	font-size: 14px;

	margin: 0 0 15px;

	overflow: hidden;

	padding: 0 0 10px;

}



.italic {

	color: #aaa;

	font-style: italic;

}



.post-info a,

.post-info a:visited {

	color: #666;

	text-decoration: none;

}



.post-info a:hover {

	text-decoration: underline;

}





/* Post Meta

------------------------------------------------------------ */



.post-meta {

	border-top: 1px dotted #ddd;

	clear: both;

	color: #999;

	font-family: Georgia, Times, 'Times New Roman', serif;

	font-size: 14px;

	font-style: italic;

	padding: 10px 0 0;

}



.post-meta a,

.post-meta a:visited {

	color: #666;

	text-decoration: none;

}



.post-meta a:hover {

	text-decoration: underline;

}





/* Author Box

------------------------------------------------------------ */



.author-box {

	background: url(images/post.png) bottom repeat-x;

	margin: 0 0 20px;

	padding: 20px;

	overflow: hidden;

}





/* Sticky Posts

------------------------------------------------------------ */



.sticky {

	margin: 0 0 40px;

	padding: 10px;

}





/* Archive Page

------------------------------------------------------------ */



.archive-page {

	float: left;

	padding: 20px 0;

	width: 45%;

}





/* Post Icons

------------------------------------------------------------ */



.categories {

	background: url(images/icon-categories.png) no-repeat top left;

	padding: 1px 0 2px 22px;

}

	

.post-comments {

	background: url(images/icon-comments.png) no-repeat center left;

	float: right;

	margin: 0 0 0 10px;

	padding: 0 0 0 22px;

}



.tags {

	background: url(images/icon-tags.png) no-repeat top left;

	margin: 0 0 0 10px;

	padding: 1px 0 2px 20px;

}





/* Images

------------------------------------------------------------ */



img {

	max-width: 100%;

}



.avatar,

.featuredpage img,

.featuredpost img,

.post-image {	

	background-color: #f5f5f5;

	border: 1px solid #ddd;

	padding: 4px;

}



.author-box .avatar {

	background-color: #fff;

	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 {

	border: none;

	padding: 5px;

	text-align: center;

}



p.wp-caption-text {

	color: #666;

	font-family: Georgia, Times, 'Times New Roman', serif;

	font-size: 12px;

	font-style: italic;

	line-height: 16px;

	padding: 5px;

}



.wp-smiley,

.wp-wink {

	border: none;

	float: none;

}





/* Post Navigation

------------------------------------------------------------ */



.navigation {

	overflow: hidden;

	padding: 25px 20px;

}



.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 {

	display: inline;

	float: right;

	font-size: 13px;

	line-height: 20px;

	text-shadow: 1px 1px #fff;

	width: 300px;

}



#sidebar-alt {

	float: left;

/* SJM	width: 150px;	*/

	width: 170px;

}



.sidebar-content #sidebar,

.sidebar-sidebar-content #sidebar {

	float: left;

}



.content-sidebar-sidebar #sidebar-alt {

	float: right;

}



.sidebar .widget {

	background-color: #e5e5e5;

	margin: 0 0 15px;

	padding: 20px;

}



.sidebar p {

	font-size: 13px;

	line-height: 20px;

}



.sidebar.widget-area ol,

.sidebar.widget-area ul {

	margin: 5px 0 0 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;

}





/* Dropdowns

------------------------------------------------------------ */



#cat,

.widget_archive select {

	background-color: #fff;

	display: inline;

	color: #666;

	font-family: Georgia, Times, 'Times New Roman', serif;

	font-size: 14px;

	font-style: italic;

	margin: 2px 0 0;

	padding: 3px;

	width: 100%;

}



/* Featured Page / Post

------------------------------------------------------------ */



.featuredpage,

.featuredpost {

	clear: both;

	margin: 0 0 15px;

	overflow: hidden;

}



.featuredpage .page,

.featuredpost .post {

	overflow: hidden;

	margin: 0 0 15px;

	padding: 10px 10px 5px;

}



.more-from-category {

	padding: 0 10px;

}





/* User Profile

------------------------------------------------------------ */



.user-profile {

	overflow: hidden;

}



.user-profile p {

	padding: 10px 10px 0;

}



.user-profile .posts_link {

	padding: 0 0 0 10px;

}





/* Buttons

------------------------------------------------------------ */



input[type="button"],

input[type="submit"],

.reply a,

.reply a:visited {

	background: url(images/nav.png) center;

	border: 1px solid #9c1a03;

	color: #fff;

	cursor: pointer;

	font-size: 14px;

	font-weight: bold;

	padding: 5px 8px;

	text-decoration: none;

    text-shadow: -1px -1px #8e1e03;

}



.reply a,

.reply a:visited {

	font-size: 12px;

	padding: 4px 8px;

}



input:hover[type="button"],

input:hover[type="submit"],

.reply a:hover {

	background: #9c1a03;

	border: 1px solid #9c1a03;

	color: #fff;

	text-decoration: none;

}





/* Search Form

------------------------------------------------------------ */



#header .searchform {

	float: right;

	padding: 40px 0 0;

}



#nav .searchform {

	float: right;

}



.s {

	background-color: #fff;

	color: #666;

	font-family: Georgia, Times, 'Times New Roman', serif;

	font-size: 14px;

	font-style: italic;

	margin: 5px 1px 0 0;

	padding: 5px 0 4px 6px;

	width: 200px;

}



#sidebar .s {

	line-height: 26px;

	width: 180px;

}





/* eNews and Update Widget

------------------------------------------------------------ */



.enews #subbox {

	background-color: #fff;

	color: #666;

	font-family: Georgia, Times, 'Times New Roman', serif;

	font-size: 14px;

	font-style: italic;

	line-height: 22px;

	margin: 5px 5px 0 0;

	padding: 6px 0 6px 6px;

	width: 200px;

}





/* 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: #171717;

    border-top: 5px solid #000;

    clear: both;

    color: #fff;

    font-size: 12px;

    margin: 0 auto;

    overflow: hidden;

    padding: 15px 0;

    text-shadow: 1px 1px #000;

}

 

#footer-widgets .wrap {

    margin: 0 auto;

    width: 960px;

}

 

#footer-widgets .widget {

    background: none;

    border: none;

    padding: 0;

}



#footer-widgets .textwidget {

	padding: 0;

}



#footer-widgets .widget_tag_cloud div div {

	padding: 0;

}

 

#footer-widgets p {

    color: #fff;

	font-size: 12px;

    padding: 0 0 10px;

}

 

#footer-widgets a, #footer-widgets a:visited {

    color: #fff;

    text-decoration: underline;

}



#footer-widgets a:hover {

    text-decoration: none;

}

 

#footer-widgets ul {

    color: #fff;

    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: 300px;

}

 

.footer-widgets-2 {

    float: left;

    width: 300px;

}

 

.footer-widgets-3 {

    float: right;

    width: 300px;

}





/* Footer

------------------------------------------------------------ */



#footer {

	background-color: #000;

	clear: both;

	font-size: 13px;

	overflow: hidden;

	padding: 20px 0;

}



#footer .wrap {

	margin: 0 auto;

	width: 960px;

}



#footer p {

	color: #999;

	font-size: 13px;

}



#footer a,

#footer a:visited {

	color: #999;

}



#footer a:hover {

	color: #fff;

	text-decoration: none;

}



#footer .gototop {

	float: left;

	width: 200px;

}



#footer .creds {

	float: right;

	text-align: right;

	width: 755px;

}





/* Comments

------------------------------------------------------------ */



#comments,

#respond {

	margin: 0;

	overflow: hidden;

	padding: 10px 20px 20px;

}



#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,

.reply {

	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,

div.gform_wrapper .gform_footer input[type="submit"] {

	color: #fff;

	font-size: 12px;

}



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;

}





/* Copyblogger Blue

------------------------------------------------------------ */



.copyblogger-blue a,

.copyblogger-blue a:visited,

.copyblogger-blue h1,

.copyblogger-blue h2,

.copyblogger-blue h2 a,

.copyblogger-blue h2 a:visited {

	color: #0072a4;

}



.copyblogger-blue h2 a:hover {

	color: #333;

}



.copyblogger-blue #nav {

	background: #0080ba url(images/blue/nav.png) repeat-x;

	border-top: 1px solid #0978e1;

}



.copyblogger-blue #nav .wrap {

    text-shadow: -1px -1px #035b8e;

}



.copyblogger-blue #nav li a {

	background: url(images/blue/nav-line.png) right no-repeat;

}



.copyblogger-blue #nav li a:hover,

.copyblogger-blue #nav li a:active,

.copyblogger-blue #nav .current_page_item a,

.copyblogger-blue #nav .current-cat a,

.copyblogger-blue #nav .current-menu-item a {

	background: #036b9c url(images/blue/nav-line.png) right no-repeat;

}



.copyblogger-blue #nav li li a,

.copyblogger-blue #nav li li a:link,

.copyblogger-blue #nav li li a:visited {

	background-color: #036b9c;

	border: 1px solid #0080ba;

	border-top-width: 0;

}



.copyblogger-blue #nav li li a:hover,

.copyblogger-blue #nav li li a:active {

	background: none;

	background-color: #0080ba;

}



.copyblogger-blue input[type="button"],

.copyblogger-blue input[type="submit"] {

	background: url(images/blue/nav.png) center;

	border: 1px solid #036b9c;

    text-shadow: -1px -1px #035b8e;

}



.copyblogger-blue input:hover[type="button"],

.copyblogger-blue input:hover[type="submit"] {

	background: #036b9c;

	border: 1px solid #036b9c;

}





/* Copyblogger Orange

------------------------------------------------------------ */



.copyblogger-orange a,

.copyblogger-orange a:visited,

.copyblogger-orange h1,

.copyblogger-orange h2,

.copyblogger-orange h2 a,

.copyblogger-orange h2 a:visited {

	color: #d37f35;

}



.copyblogger-orange h2 a:hover {

	color: #333;

}



.copyblogger-orange #nav {

	background: #d9751d url(images/orange/nav.png) repeat-x;

	border-top: 1px solid #fcad21;

}



.copyblogger-orange #nav .wrap {

    text-shadow: -1px -1px #b06d24;

}



.copyblogger-orange #nav li a {

	background: url(images/orange/nav-line.png) right no-repeat;

}



.copyblogger-orange #nav li a:hover,

.copyblogger-orange #nav li a:active,

.copyblogger-orange #nav .current_page_item a,

.copyblogger-orange #nav .current-cat a,

.copyblogger-orange #nav .current-menu-item a {

	background: #be6d23 url(images/orange/nav-line.png) right no-repeat;

}



.copyblogger-orange #nav li li a,

.copyblogger-orange #nav li li a:link,

.copyblogger-orange #nav li li a:visited {

	background-color: #be6d23;

	border: 1px solid #d9751d;

	border-top-width: 0;

}



.copyblogger-orange #nav li li a:hover,

.copyblogger-orange #nav li li a:active {

	background: none;

	background-color: #d9751d;

}



.copyblogger-orange input[type="button"],

.copyblogger-orange input[type="submit"] {

	background: url(images/orange/nav.png) center;

	border: 1px solid #be6d23;

    text-shadow: -1px -1px #b06d24;

}



.copyblogger-orange input:hover[type="button"],

.copyblogger-orange input:hover[type="submit"] {

	background: #be6d23;

	border: 1px solid #be6d23s;

}





/* Responsive Design

------------------------------------------------------------ */



@media only screen and (max-width: 600px) {



	.content-sidebar-sidebar #content,

	.content-sidebar #content,

	.copyblogger-landing #inner,

	.full-width-content #content,

	.sidebar,

	.sidebar-content #content,

	.sidebar-content-sidebar #content,

	.sidebar-sidebar-content #content,

	#content-sidebar-wrap,

	#footer .creds,

	#footer .gototop,

	#footer .wrap,

	#footer-widgets .wrap,

	#header .widget-area,

	#header .wrap,

	#inner,

	#nav .wrap,

	#sidebar-alt,

	#subnav .wrap,

	#title-area,

	#wrap {

		width: 100%;

	}

	

	#header {

		overflow: hidden;

		padding: 0 0 20px;

	}

	

	#header .widget-area {

		padding: 10px 0 0;

		text-align: center;

	}

	

	#header .searchform {

		float: none;

		padding: 0;

	}

	

	#description,

	#footer .creds,

	#footer .gototop,

	#title,

	#title-area {

		text-align: center;

	}



	#header ul.menu,

	#nav li.right,

	#nav ul,

	#subnav ul {

		float: none;

		text-align: center;

	}

	

	#header ul.menu li,

	#nav li,

	#nav li.right,

	#subnav li {

		display: inline-block;

		float: none;

	}

	

	#nav {

		border: none;

	}

	

	#nav li a,

	.copyblogger-blue #nav li a,

	.copyblogger-orange #nav li a {

		background: none;

	}

	

	#nav li a:hover,

	#nav li a:active,

	#nav .current_page_item a,

	#nav .current-cat a,

	#nav .current-menu-item a {

		background: #9c1a03;

	}

	

	.copyblogger-blue #nav li a:hover,

	.copyblogger-blue #nav li a:active,

	.copyblogger-blue #nav .current_page_item a,

	.copyblogger-blue #nav .current-cat a,

	.copyblogger-blue #nav .current-menu-item a {

		background: #036b9c;

	}

	

	.copyblogger-orange #nav li a:hover,

	.copyblogger-orange #nav li a:active,

	.copyblogger-orange #nav .current_page_item a,

	.copyblogger-orange #nav .current-cat a,

	.copyblogger-orange #nav .current-menu-item a {

		background: #be6d23;

	}



	#subnav .wrap {

		margin: 0 auto;

	}



	#inner {

		margin: 0 auto;

	}

	

	#content {

		border: none;

	}

	

	.archive-page,

	.full-width-content #content,

	.full-width-content #content-sidebar-wrap {

		float: none;

		width: 100%;

	}

	

	.enews #subbox {

		width: 65%;

	}

	

	.footer-widgets-1,

	.footer-widgets-2,

	.footer-widgets-3 {

		margin: 0;

		width: 100%;

	}



}



@media only screen and (min-width: 600px) and (max-width: 960px) {



	#footer .creds,

	#footer .gototop,

	#footer-widgets .wrap,

	#header .widget-area,

	#header .wrap,

	#inner,

	#nav .wrap,

	#subnav .wrap,

	#title-area,

	#wrap {

		width: 100%;

	}

	

	#wrap {

		overflow: hidden;

	}

	

	#description,

	#footer .creds,

	#footer .gototop,

	#header .widget-area,

	#title,

	#title-area {

		text-align: center;

	}



	#header .widget-area {

		padding: 5px 0 10px;

	}



	#header .searchform {

		float: none;

		padding: 0;

	}

	

	#header ul.menu,

	#nav li.right,

	#nav ul,

	#subnav ul {

		float: none;

		text-align: center;

	}

	

	#header ul.menu li,

	#nav li,

	#nav li.right,

	#subnav li {

		display: inline-block;

		float: none;

	}

	

	#nav li a,

	.copyblogger-blue #nav li a,

	.copyblogger-orange #nav li a {

		background: none;

	}

	

	#nav li a:hover,

	#nav li a:active,

	#nav .current_page_item a,

	#nav .current-cat a,

	#nav .current-menu-item a {

		background: #9c1a03;

	}

	

	.copyblogger-blue #nav li a:hover,

	.copyblogger-blue #nav li a:active,

	.copyblogger-blue #nav .current_page_item a,

	.copyblogger-blue #nav .current-cat a,

	.copyblogger-blue #nav .current-menu-item a {

		background: #036b9c;

	}

	

	.copyblogger-orange #nav li a:hover,

	.copyblogger-orange #nav li a:active,

	.copyblogger-orange #nav .current_page_item a,

	.copyblogger-orange #nav .current-cat a,

	.copyblogger-orange #nav .current-menu-item a {

		background: #be6d23;

	}



	#inner {

		margin: 10px auto 0;

	}



	.content-sidebar #content,

	.sidebar-content #content {

		width: 65%;

	}



	.content-sidebar-sidebar #content-sidebar-wrap,

	.sidebar-sidebar-content #content-sidebar-wrap,

	.sidebar-content-sidebar #content-sidebar-wrap {

		width: 80%;

	}

	

	.content-sidebar-sidebar #content,

	.sidebar-sidebar-content #content,

	.sidebar-content-sidebar #content {

		width: 60%;

	}

	

	.content-sidebar-sidebar #sidebar-alt,

	.sidebar-sidebar-content #sidebar-alt,

	.sidebar-content-sidebar #sidebar-alt {

		width: 15%;

	}



	.content-sidebar .sidebar,

	.sidebar-content .sidebar,

	.content-sidebar-sidebar .sidebar,

	.sidebar-sidebar-content .sidebar,

	.sidebar-content-sidebar .sidebar {

		width: 30%;

	}

	

	.archive-page,

	.full-width-content #content,

	.full-width-content #content-sidebar-wrap {

		float: none;

		width: 100%;

	}

	

	.footer-widgets-1,

	.footer-widgets-2,

	.footer-widgets-3 {

		margin: 0;

		width: 100%;

	}