/*
Theme Name: Voyage
Theme URI: http://www.voyagebc.com/themes
Author URI: http://www.voyagebc.com/

Description: Voyage Theme is a flexible and responsive theme that allows you change layout and style through theme options. It is based on a modified version of 960.gs and Twitter Bootstrap framework. Voyage is the base theme featuring 10 widget areas and 3 menu positions. It also includes Featured Page Template, Recent Post Summary widget, tabbed navigation widget, Integrated Social Sharing and many shortcodes.
Author: VoyageTheme

Version: 1.0.8
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Tags: two-columns, three-columns, flexible-width, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, custom-menu, full-width-template, theme-options, post-formats

Text Domain: voyage
-------------------------------------------------------------- */

/* The followings are defined in bootrap.min.css 	
 * - Reset
 * - Fonts
 * - Images
 * and other web components. 
 * Refer to http://twitter.github.com/bootstrap for details
-------------------------------------------------------------- */

/* embed objects */
object, embed, iframe {
	max-width: 100%;
}

/* =Global Elements
-------------------------------------------------------------- */
/* Text elements */

p {
	margin: 10px 0;
}
ol {
	list-style: decimal;
}

ol ol {
	list-style: upper-alpha;
}

ol ol ol {
	list-style: lower-roman;
}

ol ol ol ol {
	list-style: lower-alpha;
}

blockquote {
	font-style: italic;
}
big {
	font-size: 20px;
}

ins {
	background: #fff9c0;
	text-decoration: none;
}

abbr,
acronym {
	cursor: help;
 	border-bottom: 1px dotted #999999;
}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}
/* Assistive text */
.assistive-text {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}
/* Inputs */
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	*vertical-align: middle; /* Improves appearance and consistency in all browsers */
}

/* Theme Settings
-------------------------------------------------------------- */
#wrapper {
	width: 100%;
}

#header {
	background: #8b9dc3;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8b9dc3', endColorstr='#f9f9f9'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#8b9dc3), to(#f9f9f9)); /* for webkit browsers */
	background: -moz-linear-gradient(top, #8b9dc3,  #f9f9f9); /* for firefox 3.6+*/ 
}

.custom-background #header {
	background: none;
	filter: none;
}

#branding {
	position: relative;	
	padding-top: 10px;
}

#main {
	clear: both;
	overflow: hidden;	
	background: #f9f9f9;
/*	For testing of grid sysem */
/*	background: url(images/940-12-20.png) repeat-y center top; */
}

.sidebar {
	float: right;
}
/* =Site Title
-------------------------------------------------------------- */
#site-title,
#site-description {
	float: left;
	margin: 10px 10px 10px 0;
}

#site-title {
	margin-top: 6px;
}

h3#site-title {
	font-family: 'Berkshire Swash', Arial;
 	font-size: 36px;
 	text-shadow: 1px 1px 0px #666666, 4px 4px 0px rgba(0,0,0,0.15);
	filter: Shadow(Color=#666666, Direction=135, Strength=4);
}

#site-title a {
	color: #000;
	text-decoration: none;	
}

h3#site-description {
 	font-size: 14px;
	font-family: 'Lucida Sans',  Arial;	
	color: #555;
}
/* Toggle Class */
.toggle-on,
.toggle-off {
	width: 100%;
	margin-top: 16px;
	margin-bottom: 16px;
	border-bottom: solid 1px #c4c4c4; 
}

p.toggle-title {
	padding: 5px 10px;
	margin: 0;
	border: solid 1px #c4c4c4;
	border-bottom: none;
	cursor: pointer;
	font-weight: bold;
}


.toggle-on p.toggle-title {
	background: #f9f9f9 url(images/arrows.png) no-repeat right 5px;	
}

.toggle-off p.toggle-title {
	background: #f9f9f9 url(images/arrows.png) no-repeat right -20px;
}

p:hover.toggle-title {
	background-color: #e3e2e2;
}

.toggle-on p.active {
	background-position: right -20px;
}

.toggle-off p.active {
	background-position: right 5px;
}

.toggle-on div,
.toggle-off div {
	display: block;
	margin: 0;
	padding: 5px 10px;
	border-left: solid 1px #c4c4c4;
	border-right: solid 1px #c4c4c4;
}
/* Search Form on Top */

#branding .search-query {
	background: #ededed url(images/search.png) no-repeat 0px center;
    padding-left: 24px; 
	-webkit-border-radius: 10px;
	-webkit-transition-duration: 400ms;
	-webkit-transition-property: width, background;
	-webkit-transition-timing-function: ease;
	-moz-transition-duration: 400ms;
	-moz-transition-property: width, background;
	-moz-transition-timing-function: ease;
	-o-transition-duration: 400ms;
	-o-transition-property: width, background;
	-o-transition-timing-function: ease;
	width: 56px;
}

#branding .search-query:focus {
	padding-left: 16px;
	background: #f9f9f9;
	width: 144px;
}

#branding #searchsubmit {
	display: none;
}
/* =Menus
-------------------------------------------------------------- */
/* Top Menu  */
#access .menu {
	float: left;
}
#access .menu ul {
	font-size: 12px;
	margin:0;
	padding:0;
	list-style:none;	
}

#access .menu ul li a {        
   	float: left;
	color: #000;
    padding: 5px 10px 3px 10px;
	text-decoration:none;
	border-right: 1px solid #9caed4;
}

.menu-footer ul li,
#access .menu ul li {
	float:left;
	position: relative;
}

/* Top Menu Dropdown */
#access .menu li ul {
	left: -999em;        
	margin: 28px 0 0 0;        
	position: absolute;        
	width: 80px;
	z-index: 99; 	
}

#access .menu li ul a {
	background: #8b9dc3;
	border: 0 none;        
	margin-left: 0;        
	width: 80px;               
	border-bottom: 1px solid transparent;        
	border-top: 1px solid transparent;
}

#access .menu ul li a:hover,
#access .menu ul li:hover > a {              
	background:#b2d5ee;  
}

#access .menu li:hover ul {
	left: auto;
}

#access .menu li li ul {
	margin: 0 0 0 100px; 
	visibility:hidden;
}

#access .menu li li:hover ul {
	visibility:visible;
}

/* Footer Menu Style */
.menu-footer ul {
	margin:0;
	padding:0;
	list-style:none;
}

.menu-footer ul li a {        
   	float: left;
	padding: 8px;
}

/* =Content
-------------------------------------------------------------- */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,
th,
td {
	text-align: left;
}

.entry-content table,
.comment-content table {
	border-bottom: 1px solid #ededed;
	color: #757575;
	font-size: 12px;
	margin: 0 0 24px;
	width: 100%;
}
.entry-content table caption,
.comment-content table caption {
	font-size: 16px;
	margin: 24px 0;
}
.entry-content td,
.comment-content td {
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 0;
}

.table-striped tbody tr:nth-child(odd) td,
.table-striped tbody tr:nth-child(odd) th {
  background-color: #f1f1f1;
}

.voyage-icon {
	border: 0;
	margin: -4px 4px -4px 4px;
	padding: 0;
}

.left-arrow,
.right-arrow {
	display: inline-block;
	width: 10px;
	height: 14px;
	background-image: url(images/arrows-left-right.png);
}

.left-arrow {
	background-position: -30px 0;
}

.right-arrow {
	background-position: -42px 0;
}

.left-arrow:hover {
	background-position: -30px -16px;
}

.right-arrow:hover {
	background-position: -42px -16px;
}

.single-post-link {
	position: relative;
	left: 96%;
	bottom: 30px;
}
.hentry {
	margin: 0 0 28px 0;
/*	border-bottom: 0px solid #e1e1e1; */
}

.single .hentry,
.hentry:last-child  {
	border-bottom: none;
}

.page-title,
.tag-archive-meta p,
.category-archive-meta p  {
	font-size: 18px;
	color: #666;
	margin: 0;
	letter-spacing: 0.16px;
	text-transform: uppercase;		
}

.displaynone {
	display: none;
}

.entry-header {
}

.entry-header .format-featured {
	color: #f00;		
}

.entry-header .entry-category {
	color: #555;
	margin-top: 5px;
	letter-spacing: 3px;
	text-transform: uppercase;	
}

.entry-header .entry-category a {
	color: #555;	
	letter-spacing: 0.16px;	
	text-decoration: none;
}

.entry-title {
	 font-size: 24px;
	 line-height: 30px;
	 margin: 0;
	 padding: 0;
	 border-bottom: 2px solid #dedeff;
}

.entry-title a:hover {
	text-decoration: none;
	border-bottom: 2px solid #dedeff;
}

.entry-meta {
	font-size: 12px;
	padding: 4px 0;
	width: 100%;
}

.entry-meta .entry-format {
	text-transform: uppercase;
}
.entry-meta abbr,
.entry-utility abbr {
	border: none;
}

.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}

.entry-content,
.entry-summary {
	clear: both;
}

.entry-content fieldset {
	border: 1px solid #e7e7e7;
	margin: 0 0 24px 0;
	padding: 24px;
}

.entry-content fieldset legend {
	background: #fff;
	padding: 0 24px;
}

.entry-content input {
	margin: 0 0 24px 0;
}

.entry-content input.file,
.entry-content input.button {
	margin-right: 24px;
}

.entry-content select {
	margin: 0 0 32px 0;
}

.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}

.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}

.page-link {
	clear: both;
	margin: 0 0 12px 0;
	word-spacing: 3px;
}

.page-link a:link,
.page-link a:visited {
	font-weight: normal;
	padding: 8px;
	text-decoration: none;
	background: #d9e8f7;	
}

.home .sticky .page-link a {
	background: #d9e8f7;
}

.comments-link {
	float: right;
}

a.more-link {
	font-size: 12px;
	font-weight: normal;
}

.tag-links a {
	text-decoration: none;
}

.tag-links {
	margin-right: 5px;
}

.tag-links:before {
    content: url(images/tag.png); 
	position: relative;
	top: 5px;	
	margin-right: 3px;
}

#author-info {
	background: #f2f7fc;
	border-top: 4px solid #e1e1e1;
	clear: both;
	margin: 24px 0;
	overflow: hidden;
	padding: 18px 20px;
}

#author-info #author-avatar {
	background: #fff;
	border: 1px solid #e1e1e1;
	float: left;
	height: 60px;
	margin: 0 -104px 0 0;
	padding: 11px;
}

#author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}

#author-info h2 {
	font-weight: bold;
	margin-bottom: 0;
}

.entry-utility {
	clear: both;
	font-size: 12px;	
}

.meta-prep,
.entry-utility-prep {
	display: none;
}

/* Post Format Styles */
/* Aside */
.format-aside .entry-content,
.format-aside .entry-summary {
	background:#f1f1f1;
	padding: 5px 10px;
	border-left: 20px solid #e1e1e1;
}

.format-aside .entry-category,
.format-aside .entry-title,
.format-aside .more-link,
.format-aside .entry-footer {
	display: none;
}

.single .format-aside .entry-title {
	display: block;
}
.format-aside .entry-meta {
	color: #888;
}

/* Images
--------------------------------------------------------------
*/
.featured-image-container {
	width: auto;
	border: 1px solid #e1e1e1;
	-webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
}

img.featured-image {
	margin-left: auto;
	margin-right: auto;
	max-width: 98%;
	padding: 1%;	
}

.alignleft,
img.alignleft {
	display: inline;
	float: left;
	padding-right: 20px;
}


.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 20px;
}

.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignleft,
img.alignright,
img.aligncenter {
	margin-top: 4px;
	margin-bottom: 10px;
}

.wp-caption {
	margin-bottom: 20px;
	max-width: 100%; /* prevent too-wide images from breaking layout */
	text-align: center;
}

.wp-caption p.wp-caption-text {
	margin: 8px;
}

.wp-smiley {
	margin: 0;
}

.gallery {
	margin: 0 auto 24px;
}

.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery img {
	border: 2px solid #cfcfcf;
}

.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}

.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}

.gallery .gallery-caption {
	margin: 0 0 16px;
}

.gallery dl {
	margin: 0;
}

.gallery img {
	border: 10px solid #e1e1e1;
}

.gallery br+br {
	display: none;
}

#content .attachment img {/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}
#content .video-player {
	padding: 0;
}

/* =Navigation
-------------------------------------------------------------- */
#content nav {
	clear: both;
	overflow: hidden;
	padding: 8px 0; 
}
#content nav a {
	font-weight: bold;
	line-height: 19px;
}

#nav-above {
	display: none;
}

.paged #nav-above {
	display: none;
}

.nav-paginate {
	font-size: 12px;
	float: right;
	text-align: right;
	width: 100%;
	margin-top: 8px;	
	margin-bottom: 8px;	
}

.nav-paginate .current {
	padding: 8px;
	font-weight: bold;
}

.nav-paginate a {
	text-decoration: none;
	padding: 8px;
	background: #e1e1e1;
}

.nav-paginate a:hover {
	text-decoration: none;
	background: #b2d5ee;
}

.previous-image,
.nav-previous {
	float: left;
	width: 50%;
}

.next-image,
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#content nav .meta-nav {
	font-weight: normal;
}

/* Singular navigation */
#nav-single {
	float: left;
	width: 100%;
}

/* =Comments */
#content .comment-navigation .nav-next a,
#content .comment-navigation .nav-previous a {
	background: none;
	border-radius: 0;
	color: #7d7d7d;
    font-size: 11px;
    margin: 16px 0;
    padding: 0;
    text-align: left;
    text-shadow: none;
}
#content .comment-navigation .nav-next a:hover,
#content .comment-navigation .nav-previous a:hover {
	color: #c0c0c0;
}
.comments-title,
#respond h3#reply-title {
	border-bottom: 1px solid #e3e3e3;
	font-weight: 600;
	font-size: 14px;
	margin: 0;
	padding: 5px 0;
	text-transform: uppercase;
}
#respond h4#reply-title {
	border: none;
}
#respond {
	background: #e3effc;
	margin: 32px 0;
	padding: 24px;
}
.commentlist,
.children {
	list-style: none;
	margin: 0;
}
.children {
	margin: 0 0 0 6%;
}
.full-width .children {
	margin: 0 0 0 4%;
}
.commentlist li.comment,
.commentlist li.pingback {
	border-bottom: 1px solid #e3d3d3;
}
.commentlist .children li {
	border: none;
}
article.comment,
li.pingback {
	overflow: hidden;
	padding: 48px 0 12px;
    position: relative;
}
.children article.comment,
.children li.pingback {
	padding-top: 16px;
}
.comment-author {
	margin: 0;
	position: relative;
}
.comment-author cite {
	font-style: normal;
	font-weight: bold;
}
.comment-author .avatar {
    border: 1px solid #ccc;
    padding: 3px;
    position: absolute;
    right: 0;
   	top: 0;
}

.bypostauthor > article .comment-author .avatar {

}
.comment-meta {
	color: #7d7d7d;
	font-size: 12px;
	font-weight: 300;
	margin: 0 0 24px;
    padding: 0;
}
.comment-meta a {
	color: #7d7d7d;
}
.comment-content {
	margin: 0;
	position: relative;
}
.comment-content p {
	font-size: 13px;
	padding-bottom: 12px;
}
a.comment-reply-link {
	background-color: #589fe6;
	background: -webkit-gradient(linear, left top, left bottom, from(#589fe6), to(#468cd4));
	background: -moz-linear-gradient(top, #589fe6, #468cd4);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#589fe6', endColorstr='#468cd4');
	border-radius: 6px;
	color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 11px;
    margin: 0 0 24px;
    opacity: 0.8;
    padding: 0 14px;
    text-align: center;
    text-shadow: 1px 1px #3e79b9;
}
a.comment-reply-link:hover {
	opacity: 1;
}
#cancel-comment-reply-link {
	background: #cc6a22;
    border-radius: 10px;
    color: #fff;
    display: inline-block;
    float: right;
    font-size: 10px;
    margin-left: 24px;
    padding: 4px 16px 2px;
    text-align: right;
}
#cancel-comment-reply-link:hover {
	opacity: 0.8;
}
#content .comment-navigation {
	margin: 16px 0 0;
}
.nopassword,
.nocomments,
.logged-in-as,
#respond .comment-notes {
	color: #7d7d7d;
	font-size: 12px;
	font-style: italic;
}

/* Comments Form */
#commentform {
	position: relative;
}
#respond label {
	display: inline-block;
	font-size: 11px;
	font-weight: 600;
	margin: 8px 8px;
}
#respond .comment-form-author input[type="text"], 
#respond .comment-form-email input[type="text"] {
	margin-left: 20px;
}
#respond .comment-form-url input[type="text"] {
	margin-left: 16px;
}
.form-allowed-tags {
	color: #7d7d7d;
	line-height: 24px;
}
.form-allowed-tags,
.form-allowed-tags abbr,
.form-allowed-tags code {
	font-size: 11px;
}
#respond .required {
	color: #ff4b33;
}


/* =Widget Areas
-------------------------------------------------------------- */
.widget-title {
	padding: 4px 0;
	margin: 0;
}

#sidebar_one .widget-title,
#sidebar_two .widget-title {
	padding: 8px 0;
	border-bottom: 1px solid #eaeafc;
}

#home-widget-area .widget-title {
	color: #555;
	padding: 16px 0;	
	font-size: 18px;
}

#footer-widget-area {
/*	border-top: 1px solid #e1e1e1;	*/	
	border-bottom: 1px solid #e1e1e1;
	overflow: hidden;
	padding-bottom: 8px;
}

#footer-widget-area .widget-title {	
	font-size: 12px;
	line-height: 16px;
}

.widget-area ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.widget-area ul ul {
	list-style: square;
	margin-left: 16px;
}

li.widget_voyage_navigation ul {
	list-style: none;
	margin-left: 0;
}

#main .widget_archive ul,
#main .widget_recent_entries ul,
#main .widget_categories ul {
	list-style: none;
	margin-left: 0;
}

#main .widget_categories ul ul {
	margin-left: 16px;
}

#main .widget_archive ul li,
#main .widget_recent_entries ul li,
#main .widget_categories ul li {
	padding: 0 5px 5px 0;
	border-bottom: 1px solid #efefFF;
}

#main .widget_categories ul ul li:last-child  {
	padding-bottom: 0px;
}

#main .widget_archive ul li:last-child,
#main .widget_recent_entries ul li:last-child,
#main .widget_categories ul li:last-child,
#main .widget_categories ul li li {
	border-bottom: none;
}

#main .widget_archive ul a:before,
#main .widget_recent_entries ul a:before,
#main .widget_categories ul a:before {
	position: relative;
	top: 4px;
	margin-right: 8px;
}

#main .widget_categories ul a:before {
	content: url(images/bullet-blue.png);
}

#main .widget_archive ul a:before {
	content: url(images/bullet-purple.png);	
}
#main .widget_recent_entries ul a:before {
	content: url(images/bullet-green.png);
}

#main .widget_categories ul ul a:before {
	content: url(images/bullet-orange.png);
}

#main .widget_categories ul ul ul a:before {
	content: url(images/bullet-purple.png);
}

.widget_search #searchsubmit,
.widget_search label {
	display: none;
}

#wp_tag_cloud div {
	line-height: 24px;
}

#wp-calendar {
	width: 100%;
}

#wp-calendar caption {
	font-weight: bold;
	padding-bottom: 6px;
	text-align: center;
}

#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	padding: 3px 0 2px;
	text-align: center;
}

#wp-calendar tbody .pad {
	background: none;
}

#wp-calendar tfoot #next {
	text-align: right;
}

/* =Footer
-------------------------------------------------------------- */
#footer {
	margin-bottom: 16px;
	font-size: 12px;
}

#site-info {
	margin-top: 4px;
}

#site-generator {
	margin-top: 4px;
}
#site-info a,
#site-generator a {
	text-decoration: none;
}

#site-generator {
	font-style: italic;
	text-align: right;
}

img#wpstats {
	display: none;
	margin: 0 auto 10px;
}
/* Bootstrap Modification */
#access.navbar {
	margin: 0;
}
#branding .navbar {
	margin-bottom: 10px;
	font-weight: bold;
	font-color: #000;	
} 
#branding .navbar-inner {
	padding-left: 10px;
	padding-right: 10px;
}
#branding .nav-collapse {
	margin-top: 9px;
}

#branding .navbar .btn-navbar {
	margin-top: 12px;	
}

.no-js .carousel-inner .item {
	display: block
}

/* Dropdown Menu */
.nav li.dropdown > a {
	float: left;
}

.nav li.dropdown ul li > a {
	float: none;
}

.nav li.dropdown .dropdown-toggle {
	margin-left: -15px;
	padding-left: 5px;
	padding-right: 5px;	
}

ul.nav li.dropdown:hover .menu-depth-1 {
    display: block;    
	margin-top: 0;
}

/* Featured Post */
.featured {
	margin-bottom: 10px;
	line-height: 21px;
}

.featured p {
	line-height: 21px;
}

.featured .carousel-inner .item {
	height: 300px;
}

.featured-thumnail {
	float: left;
	height: auto;
	padding-right: 20px
}

.featured-nav-prev,
.featured-nav-next {
	display: inline-block;
	color: #ffffff;
	position: absolute;
	right: 0;
	bottom: 10px;
	padding: 0px 10px 3px 10px;
	font-size: 24px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
 	border-radius: 50%;
	background: #222222;
	opacity: 0.5;
	filter: alpha(opacity=50);
}

.featured-nav-prev {
	right: 32px;
}

.featured-nav-prev:hover,
.featured-nav-next:hover {
	cursor: pointer;
	opacity: 0.9;
	filter: alpha(opacity=90);
}

.featured .entry-title {
	border-bottom: none;
	padding: 10px 0px;
}

.js div.large-featured {
	position: absolute;
	top: 5px;
	left: 0;
	color: #fff;
	padding-left: 10px;
	padding-right: 10px;	
	background:url(images/bg_featured.png) -20px top repeat;
}

.js .large-featured .entry-title a {
	color: #fff;
}

.featured .more-link {
	float: left;
}

.large-featured .more-link {
	display: none;
}

.featured .entry-content,
.featured .entry-summary {
	clear: none;
}

.featured .entry-category {
	display: none;
}

.featured .entry-content ul {
	list-style: none;
}

.featured .entry-content ul, 
.featured .entry-content ol {
	list-style-position: inside;
}

.featured .entry-content ul li:before {
	content: url(images/bullet-blue.png);
	margin-right: 8px;
	position: relative;
	top: 4px;
} 
/* Social Sharing */
.voyage-sharing ul {
	list-style: none;
	margin: 5px 0 0 0;
	font-size: 12px;
}

.voyage-sharing li {
	float: left;
	margin-right: 5px;
}

.voyage-sharing .dropdown-menu {
	padding: 10px;
}

.voyage-sharing iframe {
	width: 80px;
	height: 21px;
	border: 0;
}

/* Voyage Recent Post Widget */
.widget_voyage_recent_post .entry-title {
	font-size: 16px;
	line-height: 20px;
	border-bottom: none;
}

.widget_voyage_recent_post .hentry  {
	border-bottom: 1px solid #e1e1e1;
}

.widget_voyage_recent_post .hentry:last-child {
	border-bottom: none;
}

.widget_voyage_recent_post .post-thumbnail {
	display: inline;
	float: left;
	margin: 0px 10px 10px 0;
}

.widget_voyage_recent_post p {
	margin: 4px 0;
}

.widget_voyage_recent_post .entry-summary {
	clear: none;
}

.widget_voyage_recent_post .format-aside .entry-meta,
.widget_voyage_recent_post .entry-format {
	display: none;
}

.widget_voyage_recent_post .entry-meta a,
.widget_voyage_recent_post .entry-meta {
	line-height: 14px;
	color: #999;
}
/* Voyage Navigation */
.widget_voyage_navigation .nav-tabs {
	font-size: 12px;
	font-weight: bold;
}
.widget_voyage_navigation .tab-content {
	border-left: 1px solid #ddd;
 	border-right: 1px solid #ddd;
 	border-bottom: 1px solid #ddd;
	padding: 10px;
	background: #fff;
}

.widget_voyage_navigation a:focus {
	outline: none;
}

.widget_voyage_navigation {
	margin-top: 5px;
	margin-bottom: 10px;
}

/*
Back to top button 
*/
.back-to-top {
	position: fixed;
	bottom: 10px;
	right: 10px;
}
.back-to-top a {
	color: #000;
	padding: 5px;
	background: #e1e1e1;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-decoration: none;
}

.back-to-top a:hover {
	background: #c1c1c1;
}

/* =Print Style
-------------------------------------------------------------- */
@media print {
  h1            { page-break-before: always }
  h1, h2, h3,
  h4, h5, h6    { page-break-after: avoid }
  ul, ol, dl    { page-break-before: avoid }

	body {
		background: none !important;
	}

	#wrapper {
		clear: both !important;
		display: block !important;
		float: none !important;
		position: relative !important;
	}

	#header {
		border-bottom: 2pt solid #000;
		padding-bottom: 18pt;
	}

	#colophon {
		border-top: 2pt solid #000;
	}

	#site-title,
	#site-description {
		float: none;
		margin: 0;
		padding: 0;	
		font-size: 13pt;
	}

	.entry-content {
		font-size: 14pt;
		line-height: 1.6em;
	}

	.entry-title {
		font-size: 21pt;
	}

	#access,
	#section-menu,
	#branding img,
	#respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	.widget-area {
		display: none !important;
	}

	#header,
	#footer {
		margin: 0;
		width: 100%;
	}

	#content {
		margin: 24pt 0 0;
		width: 100%;
	}

	.wp-caption p {
		font-size: 11pt;
	}

	#site-info,
	#site-generator {
		float: none;
		width: auto;
	}

	#colophon {
		width: auto;
	}

	img#wpstats {
		display: none;
	}

	#site-generator a {
		margin: 0;
		padding: 0;
	}

	#entry-author-info {
		border: 1px solid #e7e7e7;
	}

	#main {
		display: inline;
	}
	
}
	
