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

* Import Fonts
* Defaults
* Hyperlinks
* Body
* Wrap
* Header
* Image Header - Partial Width
* Image Header - Full Width
* Navigation Constants
* Primary 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

*/


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

@font-face {
    font-family: 'FuturaStdMedium';
    src: url('fonts/futurastd-medium-webfont.eot');
    src: url('fonts/futurastd-medium-webfont.eot#iefix') format('embedded-opentype'),
         url('fonts/futurastd-medium-webfont.woff') format('woff'),
         url('fonts/futurastd-medium-webfont.ttf') format('truetype'),
         url('fonts/futurastd-medium-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'FuturaStdBold';
    src: url('fonts/futurastd-bold-webfont.eot');
    src: url('fonts/futurastd-bold-webfont.eot#iefix') format('embedded-opentype'),
         url('fonts/futurastd-bold-webfont.woff') format('woff'),
         url('fonts/futurastd-bold-webfont.ttf') format('truetype'),
         url('fonts/futurastd-bold-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}


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

body,
h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6,
p,
input,
select,
textarea {
	margin: 0; padding: 0;
	color: #333;
	font: 14px/19px Tahoma, Verdana, sans-serif; font-weight: normal;
	text-decoration: none;
}

input[type="text"],
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 {
	margin: 0 auto;
	height: 108px;
	color: #fff;
	background: #ededed url(images/bg-header.png) repeat-x;
	overflow: hidden;
}

#header .wrap {
	margin: 0 auto;
	width: 960px;
}

#header p {
	color: #fff;
}

#title-area {
	float: left;
	margin: 0; padding: 8px 0 0 0;
	overflow: hidden;
	width: 490px;
}

#title a {
	display: block; width: 490px; height: 100px;
	text-indent: -99999px; text-transform: uppercase;
	background: url(images/logo-travelbloggeracademy.png) no-repeat top center;
}

#description {
	display: none;
}

#header .widget-area {
	float: right;
	width: 460px;
}


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

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

.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;
}


/* Primary Navigation
------------------------------------------------------------ */

#nav {
	clear: both; overflow: hidden;
	height: 34px;
	background: #ba1a00 url(images/bg-nav.png) repeat-x;
}

#nav .wrap {
	margin: 0 auto;
	width: 960px;
	color: #fff;
	font-size: 14px; font-weight: bold;
	text-shadow: 0px 1px 1px #1e0000;
}

#nav ul {
	float: left;
	width: 100%;
}

#nav li {
	float: left;
	list-style-type: none;
}

#nav li a {
	color: #fff;
	display: block;
	padding: 7px 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 {
		color: #fff;
		text-shadow: 1px 0 4px #fcfaf7;
	}
	
	#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;
	background-color: #9c1a03;
	border: 1px solid #ba1a00;
	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;
}


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

#inner {
	overflow: hidden;
	margin: 20px auto;
	width: 960px;
}

.copyblogger-landing #inner {
	margin: 20px auto;
	width: 700px;
}


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

.breadcrumb {
	margin: 0 0 20px; padding: 10px 15px;
	font-size: 12px;
	background-color: #f5f5f5;
}


/* 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 {
	float: left; /*overflow: hidden;*/
	width: 460px;
	background-color: #fff;
	border: 5px solid #e5e5e5;
	box-sizing: border-box;
}

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

	.single-post.content-sidebar #content {
		margin-bottom: 20px;
	}

.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 {
	overflow: hidden;
	padding: 20px;
	background: url(images/post.png) bottom repeat-x;
	border-left: 1px solid #fff; border-right: 1px solid #fff;
}

#content .page {
	overflow: hidden;
	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;
	margin: 50 0 50 5px;
}

h4 {
	font-size: 20px;
}

.widget-area h4 {
	margin: 0 0 5px;
	color: #1e1d1d;
	font-size: 24px; line-height: 29px;
}

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 {
	padding: 1px 0 2px 22px;
	background: url(images/icon-categories.png) no-repeat top left;
}
	
.post-comments {
	float: right;
	margin: 0 0 0 10px; padding: 0 0 0 22px;
	background: url(images/icon-comments.png) no-repeat center left;
}

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


/* 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;
	width: 300px;
	font-size: 15px; line-height: 20px;
	text-shadow: 1px 1px #fff;
}

#sidebar-alt {
	float: left;
	width: 150px;
}

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

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

.sidebar .widget {
	margin: 0 0 15px; padding: 15px;
	background-color: #e5e5e5;
	border: 3px solid #cfcfcf;
}

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

.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 {
	display: inline;
	margin: 2px 0 0; padding: 3px;
	width: 100%;
	color: #666;
	font: 14px/20px Georgia, Times, 'Times New Roman', serif; font-style: italic;
	background-color: #fff;
}

/* 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
------------------------------------------------------------ */
a.rp-log-button,
a.rp-log-button:visited,
input[type="button"],
input[type="submit"],
.reply a,
.reply a:visited {
	padding: 10px;
	cursor: pointer;
	color: #fff;
	font: 14px/14px Tahoma, Verdana, sans-serif; font-weight: bold;
	text-decoration: none; text-shadow: -1px -1px #8e1e03;
	background-color: #ab0000;
	border: 1px solid #540101;
}

a.rp-log-button,
a.rp-log-button:visited,
.reply a,
.reply a:visited {
	font-size: 12px;
	padding: 4px 8px;
}
.rp-log-button:hover,
input:hover[type="button"],
input:hover[type="submit"],
.reply a:hover {
	background-color: #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 {
	margin: 5px 1px 0 0; padding: 10px 6px;
	width: 200px;
	color: #727171;
	font: italic 14px/14px Georgia, Times, 'Times New Roman', serif;
	background-color: #fff;
	border: 1px solid #c0c0c0;
	-moz-box-shadow: 0 0 5px #d7d7d7;
	-webkit-box-shadow: 0 0 5px #d7d7d7;
	-khtml-box-shadow: 0 0 5px #d7d7d7;
	box-shadow: 0 0 5px #d7d7d7;
}

	.s:focus {
		outline: none;
		border: 1px solid #a70000;
	}

#sidebar .s {
	line-height: 26px;
	width: 180px;
}


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

#footer {
	clear: both; overflow: hidden;
	padding: 20px 0 15px;
	background-color: #000;
}

#footer .wrap {
	margin: 0 auto;
	width: 960px;
}

#footer p {
	color: #fff;
	font-size: 12px; line-height: 33px;
}

#footer a,
#footer a:visited {
	color: #fff;
}

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

#footer .gototop {
	float: left;
	width: 200px;
}

#footer .creds {
	float: right;
	width: 755px;
	text-align: right;
}

	.logo-small {
		display: inline-block;
		margin: 0 0 0 10px; padding: 0 0 0 42px;
		height: 33px;
		background: url(images/logo-travelbloggeracademy-small.png) no-repeat top left;
	}


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

#home-featured-form {
	position: relative;
	margin: 0 0 20px; padding: 25px;
	font-size: 18px; line-height: 22px;
	background: #eee;
	background: -moz-linear-gradient(top,#f6f9fb 0,#eee 100%);
	background: -webkit-gradient(linear,left top,left bottom,from(#f6f9fb),to(#eee));
	border: 1px solid #8a8a8a;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
}

	#home-featured-form h4 {
		margin: 0 0 15px;
		color: #9e0000;
		font: 22px/26px 'FuturaStdBold', 'Century Gothic', 'FuturaStdMedium', sans-serif;
	}
	
	#home-featured-form h2 {
		color: #3c3c3c;
		font: 37px/47px 'FuturaStdBold', 'Century Gothic', 'FuturaStdMedium', sans-serif;
	}

	#home-featured-form p {
		margin: 15px 0;
		font-size: 18px; line-height: 22px;
	}
	
	#home-featured-form .sample-link {
		z-index: 999999999999 !important;
		position: absolute; top: 385px; left: 400px;
		font-size: 10px; line-height: 14px;
	}
	
		#home-featured-form .sample-link a,
		#home-featured-form .sample-link a:visited {
			color: #0364d0;
			text-decoration: underline;
		}
		
		#home-featured-form .sample-link a:hover {
			color: #2783ea;
		}
	
	#home-featured-form .gform_widget {
		clear: both;
		margin-top: -90px; padding: 0 0 0 250px;
		width: 375px; height: 65px;
		background: url('images/featured-formBg.png') no-repeat left top;
	}
	
		#home-featured-form .free-guide-form input[type="text"] {
			float: left;
			width: 200px; height: 27px;
			color: #353535;
			font-size: 18px; line-height: 27px; font-weight: bold; font-style: normal;
			border: 1px solid #b4b4b4;
		}
	
		#home-featured-form .free-guide-form .gform_button {
			display: block; float: right;
			margin: 0;
			width: 142px; height: 41px;
			background: url('images/featured-btn.png') no-repeat 0 -41px;
		}
		
			#home-featured-form .free-guide-form .gform_button:hover {
				background-position: 0 0;
			}
			
			/* FF & IE fixes */
			
			.gecko #home-featured-form .gform_widget,
			.ie #home-featured-form .gform_widget {
				position: absolute; top: 425px;
			}
			
			.gecko #home-featured-form .free-guide-form input[type="text"],
			.ie #home-featured-form .free-guide-form input[type="text"] {
				margin-top: -10px;
			}
			
				.ie7 #home-featured-form .free-guide-form input[type="text"] {
					margin: 0;
				}
			
			.gecko #home-featured-form .free-guide-form .gform_button,
			.ie #home-featured-form .free-guide-form .gform_button {
				margin: -10px 0 0 0;
			}
			
				.ie7 #home-featured-form .free-guide-form .gform_button {
					margin: -80px 0 0 0;
				}
	

.sidebar .gform_widget {
	margin: 0 0 20px; padding: 0;
	background-color: #fff;
	border: 10px solid #000;
}

.sidebar .gform_widget .gform_wrapper {
	padding: 0 0 80px 0;
	background: url(images/sidebarForm-footer.png) no-repeat bottom center;
}

.free-guide-form {
	font-size: 13px; line-height: 18px;
}

	.free-guide-form .gform_heading {
		margin: 0 0 10px;
	}

.sidebar .free-guide-form {
	padding: 130px 15px 5px 15px;
	background: url(images/sidebarForm-header.png) no-repeat top center;
}

	.ie7 .sidebar .free-guide-form {
		margin-top: 0 !important;
	}

.sidebar.widget-area .free-guide-form ul,
.sidebar.widget-area .free-guide-form ul li,
.sidebar.widget-area .free-guide-form li {
	list-style: none; list-style-type: none; list-style-image: none;
}

	.sidebar.widget-area .free-guide-form ul {
		margin: 0;
	}
	
	.sidebar.widget-area .free-guide-form li,
	.free-guide-form li {
		margin: 0 0 10px;
	}

.free-guide-form label {
	display: none;
}

.free-guide-form input[type="text"] {
	padding: 6px;
	width: 236px;
	color: #111;
	font-size: 13px; line-height: 15px; font-style: italic;
	background-color: #fff;
	border: 1px solid #131313;
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	-khtml-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
}

	.free-guide-form input[type="text"]:focus {
		outline: none;
		border: 1px solid #d90000;
	}

.free-guide-form .gform_button {
	display: block; width: 252px; height: 95px;
	margin: 15px auto 0; padding: 0;
	text-indent: -99999px; text-transform: uppercase;
	background: url(images/sidebarForm-btn.png) no-repeat 0 -95px;
	background-color: transparent !important;
	border: none !important;
}

	.free-guide-form .gform_button:focus {
		outline: none;
	}

	.free-guide-form .gform_button:hover,
	#pre-comment-opt-in .free-guide-form .gform_button:hover,
	#bottom-opt-in .free-guide-form .gform_button:hover {
		cursor: pointer;
		background-position: 0 0;
		background-color: transparent !important;
	}
	
#pre-comment-opt-in {
	margin: 10px -5px; padding: 0;
	width: 620px; height: 270px;
	background-color: #e5e4e4;
	border: 10px solid #000;
	overflow: hidden;
}
	
#bottom-opt-in {
	clear: both; float: left;
	margin: 0; padding: 0;
	width: 620px; height: 299px;
	background-color: #e5e4e4;
	border: 10px solid #000;
	overflow: hidden;
}

	.webkit #pre-comment-opt-in,
	.webkit #bottom-opt-in,
	.ie8 #pre-comment-opt-in,
	.ie8 #bottom-opt-in {
		width: 610px;
	}
	
	.ie7 #bottom-opt-in {
		margin: 20px 0 !important;
	}

#pre-comment-opt-in .free-guide-form,
#bottom-opt-in .free-guide-form {
	margin: 0; padding: 20px 16px 0 312px;
	height: 250px;
	text-shadow: 1px 1px #fff;
	background: url(images/contentForm-header2.png) no-repeat top left;
}

	#pre-comment-opt-in .free-guide-form input[type="text"],
	#bottom-opt-in .free-guide-form input[type="text"] {
		width: 264px;
	}
	
	#pre-comment-opt-in .free-guide-form .gform_button,
	#bottom-opt-in .free-guide-form .gform_button {
		margin: 15px 0 0;
		width: 282px; height: 97px;
		background: url(images/contentForm-btn.png) no-repeat 0 -97px;
	}
	
	.webkit #pre-comment-opt-in .free-guide-form .gform_button,
	.webkit #bottom-opt-in .free-guide-form .gform_button {
		margin: 15px auto 0;
	}
	

/* errors */

.validation_error,
.validation_message {
	color: #a41600;
}

	#home-featured-form .validation_error,
	#home-featured-form .validation_message,
	#pre-comment-opt-in .validation_error,
	#pre-comment-opt-in .validation_message {
		display: none; visibility: hidden;
	}

.free-guide-form .gfield_error input[type="text"] {
	border: 1px solid #f00;
}


/***    Travel Blogger Academy Customizations    ***/


/*  To allow us to use absolute position on login/out button  */
#header{position:relative;} 

.rb-log-button-box{ position:absolute; top:70px; right:500px;}


/* 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%;
	}
		
}