/*
Theme Name: dfBlog
Theme URI: http://www.danielfajardo.com/blog/?page_id=43
Description: Fixed width, two columns, right sidebar, standards compliant. Compatible with WordPress 2.7. Valid CSS & HTML. IE6 optimized whit support for PNG images with transparency. Supported languages: English, Spanish & Italian. Please contact us, if you like to contribute your own language.
Version: 1.1.0
Author: danielfajardo web
Author URI: http://www.danielfajardo.com/
Tags: fixed-width, two-columns, right-sidebar, light, white, red, blue, pink

	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); /**/

/* Typography */
/*\*/@import url(css/typography.css); /**/

/* Template */
/*\*/@import url(css/template.css); /**/

img { behavior: url(wp-content/themes/dfblog/css/iepngfix.htc) }

/* Header -> Head & Main Menu
***************************************************************************** */
#head .logotext {
	font-size: 3.2em;
	font-weight: bold;
	padding: 32px 30px 0 30px;
}

#head .slogan {
	font-size: 1.4em;
	padding: 5px 30px 0 30px;
}

#head .logoimg {
	padding: 19px 0 0 20px;
}


#mainmenu {
	font-weight: lighter;
}

#mainmenu ul, #mainmenu ul li, #mainmenu ul li a {
	padding-top: 19px;
	padding-bottom: 24px;
}

#mainmenu ul {
	margin: 0;
	padding-left: 0;
	padding-right: 0;
	font-size: 1.2em;
	list-style: none;
	}
	#mainmenu ul li {
		display: inline;
		margin-left: -7px;
		}
		#mainmenu ul li a {
			height: 60px;
			padding-left: 1em;
			padding-right: 1em;
			font-weight:normal;
		}
		#mainmenu ul li.page_item {
			background: url(images/mn-background.png) 0 0 no-repeat;
		}
		#mainmenu ul li.page_item:hover {
			background: url(images/mn-background.png) 0 -60px no-repeat;
		}
		#mainmenu ul li.page_item:active {
			background: url(images/mn-background.png) 0 -120px no-repeat;
		}
		#mainmenu ul li.current_page_item {
			background: url(images/mn-background.png) 0 -180px no-repeat;
		}
		#mainmenu ul li.page_last {
			background: url(images/mn-background.png) 0 0 no-repeat;
		}


/* Wrap -> Contaniner
***************************************************************************** */

.content-header {
	margin: 0;
	padding: 0 0 0 50px;
	text-align: left;
	overflow: hidden;
	clear: both;
	}
	.content-header h2 {
		margin: 0 0 40px;
		font-size: 2.4em;
		color: #999;
		border-bottom: 1px solid #cdd;
	}

.post {
	overflow: visible;
	clear: both;
	margin-left: 1px;
	padding: 0 0 40px 50px;
	background: #fff url(images/post-label.gif) 0px 0px no-repeat;
	}
	.post h2 {
		margin:  0;
		padding: 0;
		text-align: left;
	}
	.post h3.post-title {
		margin:  0;
		padding: 0;
		text-align: left;
		font-weight: bold;
		font-size: 1.8em;
	}
	.post hr {
		display: block;
	}

.postmetadata {
	clear: both;
	margin: 0;
	font-size: 1.2em;
	line-height:1.6em;
	color: #888;
	}
	.postmetadata .date, .postmetadata .author, .postmetadata .comment, .postmetadata .category, .postmetadata .tag, .postmetadata .edit {
		margin:  0 0 0 2px;
		padding: 0 0 0 20px;
	}
	.postmetadata .date           { background: url(images/icons/icons-normal.png) 0 0 no-repeat; }
	.postmetadata .date:hover     { background: url(images/icons/icons-hover.png) 0 0 no-repeat;	}

	.postmetadata .author         { background: url(images/icons/icons-normal.png) 0 -16px no-repeat; }
	.postmetadata .author:hover   { background: url(images/icons/icons-hover.png) 0 -16px no-repeat;	}

	.postmetadata .comment        { background: url(images/icons/icons-normal.png) 0 -32px no-repeat; }
	.postmetadata .comment:hover  { background: url(images/icons/icons-hover.png) 0 -32px no-repeat;	}

	.postmetadata .category       { background: url(images/icons/icons-normal.png) 0 -48px no-repeat; }
	.postmetadata .category:hover { background: url(images/icons/icons-hover.png) 0 -48px no-repeat;	}

	.postmetadata .tag            { background: url(images/icons/icons-normal.png) 0 -64px no-repeat; }
	.postmetadata .tag:hover      { background: url(images/icons/icons-hover.png) 0 -64px no-repeat;	}

	.postmetadata .edit           { background: url(images/icons/icons-normal.png) 0 -80px no-repeat; }
	.postmetadata .edit:hover     { background: url(images/icons/icons-hover.png) 0 -80px no-repeat;	}

#content .navigation {
	clear: both;
	margin: 0 0 20px 50px;
	width: 590px;
	height: 22px;
	font-size: 1.0em;
	border: 1px solid #dee;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background: #f1f9f9;
}

.entry {
	font-size: 1.4em;
	line-height: 1.4em;
	margin: 20px 0;
	}
	.entry blockquote {
		border: 1px dashed #ccc;
		font-size: 0.9em;
		padding: 5px 20px;
		margin: 10px 0;
		background: #f8f8f8;
	}
	.entry blockquote blockquote {
		font-size: 1em;
	}
	.entry fieldset {
		border: 1px dashed #ccc;
	}
	.entry fieldset legend {
		font-weight: bold;
		text-transform: uppercase;
	}
	.entry table {
		border-width: 0 1px 1px 0;
		border-style: solid;
		border-color: #ccc;
		font-size: 0.9em;
	}
	.entry table tr td {
		padding: 5px 10px;
		border-width: 1px 0 0 1px;
		border-style: solid;
		border-color: #ccc;
	
	}
	.entry table tr th {
		border-width: 1px 0 0 1px;
		border-style: solid;
		border-color: #ccc;
		padding: 5px 10px;
		background: #f4f4f4;
		color: #666;
		font-weight: bold;
		text-align: center;
	}
	.entry ol { list-style-type: decimal; }
	.entry ol ol {	list-style-type: lower-alpha; }
	.entry ol ol ol {	list-style-type: lower-roman; }

p img {
	padding: 0;
	max-width: 100%;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}


/* Comments
************************************* */

#comments {
	font-size: 1.4em;
	line-height: 1.4em;
	margin: 20px 0 20px 50px;
	padding: 20px 0 0 0;
	border-top: 1px dashed #cdd;
	}
	#comments .browse {
		clear: both;
		width: 588px;
		height: 19px;
		font-size: 0.7em;
		margin: 0;
		padding-bottom: 9px;
		border: 1px solid #dee;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		background: #f1f9f9;
	}

.commentlist {
	margin: 10px 0;
	padding: 0 0 1px 0;
	}
	.commentlist li {
		list-style:none;
		margin: 10px 0;
		padding: 0;
		border: 1px solid #cdd;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		background: #f1f9f9;
	}

li.comment div, li.pingback div {
	padding: 20px;
	overflow: auto;
}

li.comment div div, li.pingback div div {
	padding: 0;
	overflow: visible;
}

.commentlist li.even {
	background-color: #fafafa;
}

.commentlist li.odd {
	background-color: #f6f6f6;
}

ul.children li {
	list-style: none;
}

img.avatar {
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	margin: 0;
	background: #fff;
}

.comment-meta, .reply {
	margin: 0;
	padding: 0;
	font-size: 0.8em;
}

.comment-author cite {
	font-style: normal;
	font-weight: bold;
}


/* Search
************************************* */

#search-box {
	width: 190px;
	height: 23px;
	background: transparent url(images/box-search.png) left top no-repeat;
}

#search-text {
	background: transparent none no-repeat 0 0;
	border: none;
	margin: 1px 32px 4px 4px;
	color: #666666;
	width: 122px;
}


/* Sidebar
************************************* */

#sidebar h2 {
	margin-bottom: .5em;
	font-size: 1.6em;
	border-bottom: 1px solid #cdd;
	color: #999;
}

#sidebar a {
	font-size: 1.2em;
	background: none;
}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
}

#sidebar ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 20px;
}


#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 0;
}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 20px;
}

#sidebar ul ol li {
	list-style: decimal outside;
}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
}
	
	
/* Calendar
************************************* */

#wp-calendar {
 	font-size: 1.2em;
	empty-cells: show;
	width: 155px;
	}

#wp-calendar a {
 	font-size: 1.0em;
	display: block;
	font-weight: bold;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}
#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar caption {
	margin: 8px 2px;
	text-transform: uppercase;
	letter-spacing: 0.3em;
	font-weight: lighter;
 	font-size: .8em;
 	color: #444;
	text-align: right;
	}

#wp-calendar th {
	padding: 4px 6px 4px;
	font-weight: lighter;
 	font-size: .8em;
 	color: #666;
	text-align: center;
	background: #f4f4f4;
}

#wp-calendar td {
	padding: 3px 6px;
	text-align: right;
	}
	#wp-calendar td#today {
		background: #e0e0e0;
	}
	#wp-calendar td#prev a {
		padding: 0;
		text-align: left;
		font-weight: normal;
	}
	#wp-calendar td#next a {
		padding: 0;
		text-align: right;
		font-weight: normal;
}


/* Template. Auxiliary
***************************************************************************** */

.clear {
	clear: both;
}

.alignright, .alignleft {
	padding: 0;
	margin: 6px 20px 10px 20px;
	display: inline;
	float:right;
}

.alignright {
	float:right;
}

.alignleft {
	float:left;
}

.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ccc;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}


/* Bottom -> Footer
***************************************************************************** */

#footer {
	text-align: left;
	font-size: .9em;
	line-height: 1.0em;
	color: #888;
}

/* Custom
***************************************************************************** */
