/*
 * Theme Name: DnD Viewport
 * Theme URI: http://dark-n-damd.com/
 * Description: Child Theme for Viewport
 * Author: Stevenson
 * Author URI: http://odark-n-damd.com/
 * Template: viewport
 * Version: 0.1
 * */
 
 @import url("../viewport/style.css");

div.post-title, .post-title-single
{
max-width: 870px;
padding-top: 15px;
padding-right: 15px;
padding-bottom: 15px;
padding-left: 515px;
position: absolute;
top: 20px;
left: 20px;
z-index: 100;
background-color: transparent;
background-image: url("images/titlebg.png");
background-repeat: repeat;
background-attachment: scroll;
background-position: 0pt 0pt;
font-size: 4em;
font-weight: normal;
}

div.postmetadata {
	display: none;
}

div#thecomments {
	display: none;
}

ul#searchbox {
	display: none;
}

