/*
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.7. Valid CSS & HTML. IE6 optimized whit support for PNG images with transparency. Style combinations available with six different colors, configurable from the Theme Options Admin Page. Supported languages: English, Spanish, Italian, Czech, Dutch, German, Norwegian, Russian & French. 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.4
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); /**/

/* Typography */
/*\*/@import url(css/typography.css); /**/

/* Template */
/*\*/@import url(css/template.css); /**/


/* Header -> Head & Main Menu
***************************************************************************** */
#head {
	margin-top:0px;
}

#head .logotext {
	font-size: 3.2em;
	font-weight: bold;
	padding: 32px 30px 0 30px;
	letter-spacing: -.05em;
}

#head .slogan {
	font-size: 1.4em;
	padding: 5px 30px 0 30px;
}

#head .logoimg {
	padding: 0px 0px 0 0px;
}

#mainmenu {
	text-align: left;
	letter-spacing: -.12em;
			color:#FFFFFF;
margin-top:5px;
}

#mainmenu ul, #mainmenu ul li, #mainmenu ul li a {
	padding-top: 0px;
	padding-bottom: 0px;
}

#mainmenu ul {
	margin: 0 0 0 5px;
	padding-left: 0;
	padding-right: 0;
	font-family:  "Gotham", "Helvetica", "Arial", "sans-serif";
	font-size: 2.5em;
	list-style: none;

	}
	#mainmenu ul li {
		display: inline;
		margin-left: -7px;
		}
		#mainmenu ul li a {
			height: 60px;
			padding-left: 0;
			margin-right: 1em;
			font-weight:normal;
			text-transform: uppercase;
		}
		


/* Wrap -> Contaniner
***************************************************************************** */
#container {
margin:0 0 20px 0; padding:0;
}
.content-header {
	margin: 0;
	padding: 0px 0 0px 0px;
	text-align: left;
	overflow: hidden;
	font-family: "Helvetica", "Arial", "sans-serif";
	font-size: 0.5em;

	letter-spacing: .25em;
	clear: both;
	}
	.content-header h2 {
		padding: 9px 0 21px 10px;
		margin: 0px 0 0 0px;
		color: #FFF;
		background: url(images/TitlesBG.png) 100% 0px repeat-x; }
	font-weight: bold;
	}

.post {
	overflow: visible;
	clear: both;
	margin: 10px 0 0 1px;
	padding: 0px 0 40px 60px;
	background-position:bottom;	
	}
	.post hr {
		display: block;
	}

.postmetadata {
	clear: both;
	margin: 10px 0 0 0px;
	font-size: 1.2em;
	color: #000000;
	
	}

.postmetadata .date {margin: 7px 0 9px 10px;}
	.postmetadata .date, .postmetadata .author, .postmetadata .comment,  .postmetadata .edit {
		margin:  0 0 0 2px;
		padding: 0 0 0 0px;
	}
	.postmetadata a:link, .postmetadata a:active, .postmetadata a:visited, .postmetadata a:hover {
		font-weight:bold;
		font-family: "Helvetica", "Arial", "sans-serif";
		color: #000000;
	}

.postmetadata .comment    {float: right; margin:0;}
.postmetadata .category {}
#postbottom {background:url(images/PostLine.png) repeat-x center 20px; margin-bottom:13px;}
.postmetadata br { line-height:3em;}
/*
	.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; float: right;}
	.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;	}
*/
#pagenavigator {
	clear: both;
	margin: 24px 0 20px 0px;
	width: 608px;
	height: 22px;
	font-size: 15px;
	background: #FFFFFF;
	}
	#pagenavigator a,
	#pagenavigator span.current { margin: 0 .75em 0 0; padding: 3px .25em; }
	#pagenavigator a.page       {}
	#pagenavigator span.current { color: #be66FE; font-weight: bold; }
	#pagenavigator a.first      {}
	#pagenavigator a.last       {}
	#pagenavigator span.extend  {}
	#pagenavigator span.pages   {}

.entry {
	font-size: 12px;
	line-height: 14pt;
	margin: 13px 0 0 2px;
	}
	.entry blockquote {
		font-size: .9em;
	}
	.entry blockquote blockquote {
		font-size: .9em;
	}
	.entry fieldset {
		padding: 1em 1em 1em 2em;
		margin-bottom: 1em;
		border: 1px dashed #ccc;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	}
	.entry fieldset legend {
		font-weight: bold;
		text-transform: uppercase;
		margin: -.25em 0 -.25em -3em;
		padding: .25em 1em .25em 1em;
		background-color: white;
		border: 1px solid #ccc;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	}
	.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; }

	.entry ul.links {
		list-style: none;
		margin-left: 0;
		}
		.entry ul.links li {
			padding: 0 0 1em;
		}

.notice {
		font-size: 1.4em;
		line-height: 1.4em;
		padding: 2em 1em 1em 0;
		border: 1px solid #ccc;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		background: #fff9f9;
	}
	.notice div#icon {
		float: left;
		margin-left: 20px;
		width: 48px;
		height: 48px;
		background: url(images/icons/notice.png) 0 0 no-repeat;
	}
	.notice div#box {
		float: right;
		width: 500px;
		}
		.notice div#box form {
			margin-bottom: 1em;
		}

p img {
	padding: 1px;
	border:1px solid black;
	max-width: 100%;
	margin-left:-1px;
}

li.comment p img { border: none; }

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}


/* Comments
************************************* */

#comments {
	font-size: 1em;
	line-height: 1.4em;
	margin: 20px 0 20px 2px;
	padding: 24px 0 0 0;
	border-top: 1px solid #cdd;
	}
	#comments .browse {
		clear: both;
		width: 606px;
		height: 19px;
		display:none;
		padding-bottom: 9px;
	}

.commentlist {
	margin: 0px 0;
	}
	.commentlist li {
		list-style: none;
		padding: 10px;
	}

li.comment {
	
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	margin-bottom: 0px;
	padding-top: 1em;
	font-size: 12px;
	}
	li.comment div, li.pingback div {
	}
	.vcard img.avatar {
display:none;
		float: left;
		border: 1px solid #eee;
		padding: 2px;
		margin: 0 20px 1em 0;
		background: #fff;
	}
	.vcard cite {
font-family: "Gotham", sans-serif;
		font-weight: bold;
font-style:normal;
text-transform:uppercase;
		font-size: 10px;
	}
	.vcard span {
		font-size: 10px;
display:none;
	}
	.commentmetadata {
		font-size: 10px;
	}
	
	li.comment p {
		clear: both;
	}
	
	li.comment blockquote {
		clear: both;
		font-size: 12px;
		min-height: 2em;
	}
	.reply {
		font-size: 10px;
	}

.commentlist li.even {
	background: #FFF7FF;
}

.commentlist li.odd {
	background: #f7f7f7;
}

ul.children {
	margin: 1em 0 0;
}

ul.children li {
	list-style: none;
	margin-bottom: 10px;
	padding-top: 1em;
}

#respond {
	font-size: 12px;
	margin: 13px 0;
	}
	#respond p.small {
		font-size: 10px;
	}
	#respond textarea {
		width: 584px;
	}
	#respond div.cancel-comment-reply {
		padding: 10px 0 0; 
display:none;
	}

#commentform {
	padding-bottom: 30px;
}

/* Search
************************************* */
#searchform {
	display:none;
}

#search-box {
	width: 190px;
	height: 23px;
	background: 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;
}


/* Breadcrumb NavXT plugin
************************************* */

#breadcrumb {
	
}


/* Sidebar
************************************* */

#sidebar h2 {
	padding: 9px 0 20px 10px;
	font-size: 9px;
	margin: 0px 0 0 0px;
	color: #FFF;
	background: url(images/TitlesBG.png) 100% 0px repeat-x; }
	font-transform: uppercase;
	text-align: left;
	overflow: hidden;
	font-family: "Arial", "sans-serif";
	letter-spacing: .25em;
}

#sidebar a {
	font-size: 1.2em;
	background: none;
}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0 0 0 10px;
}

#sidebar ul li {
	margin: 0 0 0 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
}

#sidebar ul li p {
	padding-left:10px;
	padding: 0 0 20px 9px;
	margin: 0px 0 20px 0px;
	background: url(images/BottomLine.png) bottom repeat-x;
	font-size:12px;
}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 -1px;
}

#sidebar ul ul ul, #sidebar ul ol {
	margin: .5em 0 .5em 1em;
}

#sidebar ul ol li {
	list-style: decimal outside;
}

#sidebar ul ul li, #sidebar ul ol li {
	padding: 0;
	margin: -5px 0 0 0;
}
	
	
/* Calendar
************************************* */

#wp-calendar {
 	font-size: 1.2em;
	empty-cells: show;
	}

#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 0;
	text-transform: uppercase;
	letter-spacing: 0.3em;
	font-weight: lighter;
 	font-size: .8em;
 	color: #444;
	text-align: right;
	}

#wp-calendar th {
	padding: 4px 5px 4px 6px;
	font-weight: lighter;
 	font-size: .8em;
 	color: #666;
	text-align: right;
	background: #f4f4f4;
}

#wp-calendar td {
	padding: 4px 5px 4px 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;
	height: 0;
}

.alignright, .alignleft {
	padding: 0;
	margin: 6px 20px 10px 20px;
	display: inline;
}

.alignright {
	float:right;
}

.alignleft {
	float:left;
}

.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #000000;
	text-align: center;
	background-color: #FFFFFF;
	padding-top: 2px;
}

.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_container {
float:left;
margin-top: 9px;
width: 500px;
	text-align: left;
	font-size: .9em;
	line-height: 1.0em;
	color: #888;
}

#footer_left {
float: left;
}

#footer_left ul, #footer_left ul li, #footer_left ul li a {
	padding-top: 0px;
	padding-bottom: 0px;
}

#footer_left ul {
	margin: 0;
	padding-left: 0;
	padding-right: 0;
	font-family:  "Helvetica", "Arial", "sans-serif";
	font-size: 2em;
	list-style: none;
	}
	#footer_left ul li {
		display: block;
		margin-top: 14px;
		}
		#footer_left ul li a {
			color:#FFFFFF;
			text-transform:uppercase;
			padding-left: 0;
			margin-right:1em;
			font-weight:bold;
			
		}

#footer_right ul, #footer_right ul li, #footer_right ul li a {
	padding-top: 0px;
	padding-bottom: 0px;
}

#footer_right {
float: right;
}

#footer_right ul {
	margin: -1px 150px 0 0;
	padding-left: 0;
	padding-right: 0;
	font-family:  "Georgia", "serif";
	font-size: 10pt;
	color: #FFFFFF;
	font-weight:bold;
	list-style: none;
	}
	#footer_right ul li {
		display: block;
		margin-top: 14px;
		}
		#footer_right ul li a {
			padding-left: 0;
			margin: 0;
			color:#fff;
		}

#footer_logo {
/*border-left: 1px #737373 solid;*/
text-align:right;
float: right;
width: 285px;
padding: 10px 0 10px 0;
}

#footer_logo p {
margin:10px 2px 0 0;
font-spacing:20px;
color:#262626;
}

.foot {
margin: 8px 0 0 0px;
}
