/**
 * Print stylesheet
 */
 
/**
 * @section layout
 */
nav, aside, footer, .post-edit-link, #rotator, #latest_posts, #banner, .messagebanner, #box_abs, .breadcrumb, #footer, #sidebar, ul.ui-tabs-nav {
   display: none;
} 

#logo img {
	border: none !important;
}

/**
 * @section typography
 */ 
body {
	background: white;
	color: #000;
	font-family: Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif", "Bitstream Vera Serif", "Liberation Serif", Georgia, serif;
	font-size: 12pt;
	line-height:1.5;
}

a {
	font-weight:bold;
	text-decoration:underline;
	color:#4183C4;
}

#main > section {
	background:transparent none;
	width: 100%;
	margin: 0;
	float: none;
}

#header h1,
#main > section h1, #main > section h2, #main > section h3,
#main > section h4, #main > section h5, #main > section h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { 
	font-family: Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-decoration:none;
	color:#000;
} 

#header h1 { font-size:24pt; line-height: 1; margin-bottom: 0.5em; border-bottom:1px solid #777; }
#main > section h1 { font-size: 22pt; margin-bottom: 0.75em; }
#main > section h2 { font-size: 18pt; line-height: 1; margin-bottom: 1em; }
#main > section h3 { font-size: 16pt; line-height: 1.25; margin-bottom: 1.25em; }
#main > section h4 { font-size: 14pt; font-weight: bold; margin-bottom: 1.5em; }
#main > section h5 { font-size: 12pt; font-weight: bold; }
#main > section h6 { font-size: 12pt; }

/*
#main > section section a:link:after, 
#main > section section a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
}

#main > section section a[href^="/"]:after {
   content: " (" attr(href) ") ";
}

*/
.banner {
    display: none;
}
#nav {
    display: none;
}
body.home #wrapper {
    display: none;
}
#footer{
    display: none;
}

#sidebar {
    display: none;
}
.bottom-home{
    display: none;
}
.box_abs {
    display: none;
}
#sidebar {
    display: none;
}
#content-home img {
    display: none;
}
ul.booktrip {
    display: none;
}
#logo img {
   overflow: hidden;
    
    position: relative;
    text-align: left;
    top: 10px;
    width: 175px;
    z-index: 0;
}
#content-home {
    padding-top: 80px;
}
body.home #content-home h1 {
font-family: arial;
    text-transform: uppercase;
}
body.home #content-home p{
font-family: arial;
    
}
.breadcrumb {
    display: none;
}
#content-left {
        padding-top: 100px;
}
#content-left h1{
    font-family: arial;
    text-transform: uppercase;
}
#content-left p{
    font-family: arial;
    
}
#content-left h3{
    font-family: arial;
    
}
#content-left img{
    display: none;
}
#blog-page {
    padding-top: 100px;
}
#blog-page p{
    font-family: arial;
}
.navigation {
    display: none;
}
#main section header {
    padding-top: 100px;
}
#main section p{
    font-family: arial;
}
.shareaholic-show-on-load {
    display: none;
}

.wp-tabs .ui-tabs {
	border: none !important;
}