/*  
Theme Name: Untitled-project
Theme URI: http://untitled-project.com
Description: Print Stylesheet, designed by Roger Bymolt for Untitled-project.com
Version: 1.0
Author: Roger Bymolt
Author URI: http://untitled-project.com
*/

/*-----------------------------GENERAL-------------------------------*/
body {
font-size: 11pt;
font-family: Georgia, "Times New Roman", Times, serif;
background-image: none;
float: none;
width: auto;
height: auto;
margin: 0;
padding: 0;
}
img {
border:0;
}

/*-----------------------------HEADER-------------------------------*/
#header {
display:none;
}
/*-----------------------------MAIN BOX-------------------------------*/

#main {
display:block;
}
/*-----------------------------SIDE NAV-------------------------------*/
#sidebar {
display:none;
}
/*-----------------------------CONTENT-------------------------------*/
#content {
display:block;
}
#content .post {
display:block;
/*
padding-bottom:10px;
margin:0px 0px 15px 25px;
*/
border-bottom:1px dashed #BF834E;
}
#content .entry {
}


#content .navigation { /*This is for << >> nav on individual post page */
display:none;
}
#content h2{
font-size:13pt;
color:#026E87;
}
#content h2.pagetitle{
color:#A4491E;
font-size: 13pt;
margin-bottom: 2em;
border-bottom:1px dashed #BF834E;
}
#content h3 {
margin-bottom: 2em;
font-size:12pt;
color:#026E87;
}
#content p {
font-size:11pt;
line-height:16pt;
font-weight:normal;
}
#content a {
color:#026E87;
}
#content .nocomments {
display:none;
}

#content .imagebox {
font-size:10pt;
color:#A4491E;
display:block;
float:right;
width:178px;
margin:1em 0em 1em 3em;
text-align:center;
}
#content .imagebox img {
margin:1em;
border:5px solid #EAF5F8;
}
#content .blogimage{
display:block;
margin:1em 0em 1em 3em;
float:right;
border:5px solid #EAF5F8;
}

#commentform, #respond {
display:none;
}

/*-----------------------------FOOTER-------------------------------*/
#footer {
display:none;
}

