/*  
Stylesheet: vtravelled print
Site URI: http://blog.vtravelled.com/
Description: This is a hand coded, custom print stylesheet for blog.vtravelled.com
Version: 1.0
Author: Lyrical Media
Author URI: http://www.lyricalmedia.com/
*/


/*------------------------------------------ Table of Contents -------------------------------------------/
0.0 - Development Notes
1.0 - CSS Reset
  1.1 - 960.gs
2.0 - Common
3.0 - Header
  3.1 - Navigation
  3.2 - Search
4.0 - Feature Slider
5.0 - Posts
  5.1 - Post Content
  5.2 - Breadcrumb
  5.3 - Sociable Icons
  5.4 - Author Info
  5.5 - Related Posts
  5.6 - Comments
6.0 - Sidebar
7.0 - Popular Posts
8.0 - Footer
  8.1 - Newsletter Signup
9.0 - Pagination & Misc


/*------------------------------------------ 1.0 CSS Reset ------------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
   margin: 0;
   padding: 0;
   border: 0;
   outline: 0;
   font-weight: inherit;
   font-style: inherit;
   font-size: 100%;
   font-family: inherit;
   vertical-align: baseline;
}
:focus {
   outline: 0;
}
body {
   line-height: 22px;
}
ul {
   list-style: none;
}
table {
   border-collapse: separate;
   border-spacing: 0;
}
caption, th, td {
   text-align: left;
   font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
   content: "";
}
blockquote, q {
   quotes: "" "";
}
	
.clearfix:after {
	content: ".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

/* Hides from IE-max \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/*------------------------------------------ 1.1 960.gs ------------------------------------------*/

/*none*/

/*------------------------------------------ 2.0 Common ------------------------------------------*/

body {
	font-size:14px;
	font-family:Georgia, Times, serif;
}

h1 {
	font-size:28px;
	line-height:28px;
	font-weight:bold;
}

h2 {
	font-size:26px;
	line-height:26px;
	font-weight:bold;
}

h3 {
	font-size:20px;
	font-weight:bold;
}

h4 {
	font-size:17px;
	font-weight:bold;
}

h5 {
	font-size:15px;
	font-weight:bold;
}

h6 {
	font-size:14px;
	font-weight:bold;
}

h1, h2, h3, h4, h5, h6 {margin-bottom:11px;}
p {margin-bottom:22px;}
strong, b {font-weight:bold;}
em, i {font-style:italic;}
a {color:#781351;}
a:hover {text-decoration:none;}

.more {display:none;
}

#globalheader {display:none;}
#globalfooter {display:none;}

#header, #featurewrap, #content, #sidebar, #footer {position:relative;z-index:40;}

.external {margin-bottom:20px;}

.aligncenter {margin:10px auto 20px auto;display:block;}
.alignleft {margin:10px 20px 8px 0;float:left;}
.alignright {margin:10px 0px 8px 20px;float:right;}

.thumbnail {display: block;}
.box .thumbnail {margin: 0 0 5px 0 ;}


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

#header {display:none;}


/*------------------------------------------ 3.1 Navigation ------------------------------------------*/

#nav {display:none;}


/*------------------------------------------ 3.2 Search ------------------------------------------*/

#searchform {display:none;}

.screen-reader-text {display:none;}


/*------------------------------------------ 4.0 Feature Slider ------------------------------------------*/

#featurewrap {display:none};


/*------------------------------------------ 5.0 Posts ------------------------------------------*/

.title {margin-bottom:0!important;}
.title a {color:#000;text-decoration:none;}

.postmeta {
	display:block;
	float:left;
	width:100%;
	margin-bottom:20px;
	font-size:12px;
}

.postimg {
	margin-right:20px;
}

.post .excerpt {min-height:80px;}

.buttons {display:none;}
.single .post {padding:20px 30px 0 30px;}
.single h1 a {color:#000;text-decoration:none;}
.single .postimg {margin:0 0 20px 0;}

.postnav {display:none;}


/*------------------------------------------ 5.1 Post Content ------------------------------------------*/

.extra h1, .extra h2, .extra h3, .extra h4, .extra h5, .extra h6, .extra p {margin-bottom:0;}

.wp-caption {
	background-color:#fff;
	padding:8px 4px;
	text-align:center;
}
	.wp-caption img {margin:0;}
	
.wp-caption-text {
	margin:5px 0 0 0!important;	
	font-size:11px;
}

.post ul {
	margin:0 0 22px 15px;
	list-style:disc;
}
.post ol {margin:0 0 22px 20px;}

.post blockquote {margin-left:30px;margin-right:30px;font-style:italic;}
#ZoomCapDiv {display:none!important}
.post .gallery {padding-bottom:22px;}
.post .gallery .gallery-icon {margin:0;}


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

#breadcrumb {display:none;}


/*------------------------------------------ 5.3 Sociable Icons ------------------------------------------*/

.sociablewrap {display:none;}


/*------------------------------------------ 5.4 Author Info ------------------------------------------*/

.theauthor {display:none;}


/*------------------------------------------ 5.5 Related Posts ------------------------------------------*/

.relatedposts {display:none;}


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

div#comments {display:none;}
.comments {display:none;}


/*------------------------------------------ 6.0 Sidebar ------------------------------------------*/

#sidebar {display:none;}


/*------------------------------------------ 7.0 Popular Posts ------------------------------------------*/

#popular {display:none;}


/*------------------------------------------ 8.0 Footer ------------------------------------------*/
	
#footerwrap {display:none;}


/*------------------------------------------ 8.1 Newsletter Signup ------------------------------------------*/

/*none*/

/*------------------------------------------ 9.0 Pagination & Misc ------------------------------------------*/

.wp-pagenavi, .wp-commentnavi {display:none;}

#tweets {display:none;}
.fblike {display:none;}
#credits {display:none;}

