/*
Theme Name: WP Framework Custom
Theme URI: http://d-whoah.com/blog
Version: 0.1
Description: integrates with d-whoah v 4.2
Author: d-ro
Author URI: http://d-whoah.com
Tags: blog, d-whoah
Template: wp-framework
*/

/* Reset Browser Defaults */
@import url( '../wp-framework/library/media/css/reset.css' );

/* Apply base theme styles and colors */
@import url( '../wp-framework/library/media/css/base.css' );

/* Basic 2 Column Layout */
@import url( '../wp-framework/library/media/layouts/2col-l.css' );

/* Stylistic CSS Styles */
@import url( '../wp-framework/library/media/css/screen.css' );

/* These empty css selectors are temporarily here for compatiability with the WordPress theme repository checklist. */
.aligncenter {} .alignleft {} .alignright {} .wp-caption {} .wp-caption-text {}

body, input, textarea, button {
	font: 12px/1.5 Geneva, Arial, Helvetica, sans-serif;
	}

.serif {
	Georgia, Times, "Times New Roman", serif;
	}
.sans-serif {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	}

h1, h2 {
	font-family: Georgia, Times, "Times New Roman", serif;
	color: #ff9933
	}

h3, h4, h5, h6 {
	font: 14px;
	font-family: Georgia, Times, "Times New Roman", serif;
	}

a:link {
	color: #ff9933;
	text-decoration: none;
	}

a:visited {
	color: #999999;
	text-decoration: none;
	}

a:hover, a:active {
	color: #ffffff;
	text-decoration: none;
	font-weight: 500;
	background: #ff9933; 
	}

a:active {
	color: #ffffff;
	text-decoration: none;
	font-weight: 500;
	background: #ff9933; 
	}

.container {
	margin: 0px 0px 0px 0px;
	width: 920px;
	}

.header {
	display: none;
	}

.menu {
	display: none;
	}

.aside {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 16px;
	width: 84px;
	font-size: 11px;
	display: inline;
	}

div.widget {
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
	border-bottom: 1px dotted #ff9933;
	}

.aside ul {
	margin: 0px 0px 0px 0px;
	list-style-type: none;
	}

.aside li {
	width: 100px;
	height: 20px;
	}

input.search {
	width: 74px;
	}

form.searchform {
	margin: 0px 0px;
	}

button.search-btn {
	padding: 1px 5px;
	background-color: #ff9933;
	color: #ffffff;
	font-size: 11px;
	letter-spacing: .5px;
	}

.hfeed {
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 10px;
	width: 800px;
	}

.entry-title {
	font-size: 24px;
	line-height: 30px;
	}

.entry-title a {
	display: block;
	width: 800px;
	height: 40px;
	background: transparent url(titlebg.png) no-repeat;
	}

.entry-title a:hover {
	color: #ffffff;
	background-position: -800px 0px; 
	}

.entry-header {
	margin-top: -10px;
	}

.hentry {
	margin-bottom: 30px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #ff9933;
	}

p {
	width:525px;
	}

.entry-footer {
	font-size: 12px;
	font-style: italic;
	}

.footer {
	padding: 0px 0px 0px 110px;
	font-size: 11px;
	font-style: italic;
	}
