/*
Theme Name: dfBlog
Theme URI: http://www.danielfajardo.com/dfblog/
Description: Clean and clear, fixed width, two columns, right sidebar, standards compliant. Compatible with WordPress 2.8. Valid CSS & HTML. Style combinations available configurable from the Theme Options Admin Page. Supported languages: English, Spanish, Italian, Czech, Dutch, German, Norwegian, Russian, French, Chinese, Slovenian, Hungarian, Polish, Swedish and Danish. Please contact us, if you like to contribute your own language. Designed by danielfajardo web. See http://www.danielfajardo.com/dfblog/ for more info.
Version: 1.1.5
Author: danielfajardo web
Author URI: http://www.danielfajardo.com/
Tags: fixed-width, two-columns, right-sidebar, theme-options, threaded-comments, custom-colors, light, white, red, blue, pink, silver

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/

/* Reset Browser Default */ 
/*\*/@import url(css/reset.css); /**/

body {
  text-align: center;
  min-width: 923px;
}

#wrapper {
  text-align: center;
  width: 923px;
  margin: 0 auto;
}

img {
	margin-bottom: 20px;
	border: none;
}

p {
	margin: 20px 0;
}

h2 {
	display: inline;
}

a {
	text-decoration: none;
}

#footer {
	margin-top: 120px;
	position: relative;
	color: #666;
	font-size: 8pt;
}

#left {
	position: absolute;
	top: 0; left: 20px;
}

#right {
	position: absolute;
	top: 0; right: 20px;
}

#right a {
	color: #666;
	text-decoration: none;
}
