/*
THEME NAME: dfhu
THEME URI: http://dfhu.org/blog/
DESCRIPTION: dfhu is the theme for dfhu.org/blog/ it uses Ian Stewarts "Thematic" as a frame work, but is not a child theme.
VERSION: 0.1
AUTHOR: Victory
AUTHOR URI: http://dfhu.org/
TAGS: light, two-columns, fixed-width, theme-options, right-sidebar, threaded-comments, sticky-post, microformats
.
The Thematic Theme is copyright Victory @ http://dfhu.org
This work, like WordPress, is released under GNU General Public License, version 2 (GPL).
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
.
*/

/* Reset browser defaults */
@import url('library/styles/reset.css');

/* Apply basic typography styles */
@import url('library/styles/typography.css');

/* Apply a basic layout */
@import url('library/layouts/2c-r-fixed.css');

/* Apply basic image styles */
@import url('library/styles/images.css');

/* Apply default theme styles and colors */
@import url('library/styles/default.css');

/* Prepare theme for plugins */
@import url('library/styles/plugins.css');

/* -------------------------------------------------------------- 
   
   Default styles for Images
   
   I've duplicated these styles here from images.css in
   order to get Thematic through the auto-checker at the
   official WordPress Themes directory.
   
   When the directory can hunt though css files linked
   through @import the styles below will no longer be
   neccesary and will be removed.
   
   Cheers. --Ian Stewart
  
-------------------------------------------------------------- */   

.entry-content img {
    margin: 0 0 18px 0;
    max-width:100%;
}
.alignleft,
img.alignleft {
	float: left;
    margin-right:20px;
}
.alignright,
img.alignright {
	display: block;
	float: right;
    margin-left:20px;
}
.aligncenter,
img.aligncenter {
	margin-left:auto;
	margin-right:auto;
	display: block;
	clear: both;
}
.wp-caption {
	text-align: center;
	margin-bottom:18px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	margin: 0;
	padding:5px;
}
.gallery img {
    margin:0;
}
.wp-smiley { /* Prevent the smileys from breaking line-height */
	max-height:12px;
	margin:0 !important;
}


/* Nicenest for code blocks */


/**

Victory:

**/

div.code_box{
  width: 480px;
  background-color: #eef;
  margin: 0 auto 0 auto;
}


div.code_box table{
}

div.code_box h4{
 background-color: #fafaee;
 color: #500;
 margin-top: 15px;
 border-top: 1px solid #933;
 border-right: 1px solid #933;
 border-left: 1px solid #933;
 
 margin: 0px auto;
 margin-top: 15px;
 margin-right: 0px;

 
 padding-left: 10px;
 padding-top: 3px;
 padding-bottom: 3px;
 
 
 width: 470px;

 font-size: 13px;
 font-variant: normal;
 font-family: mono;
 text-transform: none;
 line-height: 1.1em;

 
}


.code_box table, .code_box tr{
 border:none;
}
code {
    color: #668;
    background-color: #eef;
    font-size: .7em;
}


div.post{
 font-size: 1.4em;
 background: #FAFAFA;
 margin: 3px;
 border: 1px dotted #500;
 padding: 10px !important;
 line-height: 1.3em;
 margin-bottom: 25px;
}

h1.entry-title{
 font-size: 2.3em;
 display:block;
 line-height: 1.1em;
}

div#branding{
 padding: 3px;
}

input{
 width: 98%;
}

input[type=text], textarea{
 background-color: #dfdfdf;
 border: 1px solid #933;
 font-family: mono;
 line-height: 1.3em;
 color: #511;
 font-weight: 700;
}

input[type=submit]{
 background: #DDD;
}

div#respond{

    font-size: 2em;
    background: #FAFAFA;
    margin: 3px;
    border: 1px dotted #500;
    padding: 10px !important;
    line-height: 1.2em;
}


.aside{
    border: 1px dotted #aaa;
    padding-top: 10px;
}

.widgettitle{
 margin-bottom: 3px;
 text-decoration: underline;
}




a.color_blind, a.make_bigger{
 color: #333;
 text-decoration: none
}

.comments{
 font-size: 1.5em;
}

pre span{
 font-size: 10px;
}

td.line_numbers pre{
 font-size: 1.3em;
}


div.entry-content a{
font-style:oblique;
}

a{
 text-decoration: none !important;
 color: #800 !important;
 
}

a:hover{
 color: #811 !important;
 text-decoration: underline !important;
}

a:visited{
 color: #855 !important;
}


div.entry-content h2{
 font-size: 1.5em;
}


div#TB_ajaxContent{
    padding-top: 20px;
    padding-bottom: 10px;
}

p#did_you_know{
    margin-top: 10px;
    margin: 10px auto 10px auto;
    padding: 10px;
    width: 600px;
}


li.widget_recent_entries li{
  margin-bottom: 8px;
  border-bottom: 1px dotted #cebbbb;
}