/*
Theme Name: dfBlog
Theme URI: http://www.danielfajardo.com/blog/?page_id=43
Description: Fixed width, two columns, left sidebar, standards compliant.
Version: 1.0.0
Author: danielfajardo web
Author URI: http://www.danielfajardo.com/
Tags: fixed-width, two-columns, right-sidebar, light, white, red, blue

	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");/**/


/* Header -> Head & Main Menu
***************************************************************************** */
#head .logotext {
	font-size: 3.2em;
	font-weight: bold;
	padding: 32px 30px 0 0;
}

#head .slogan {
	font-size: 1.4em;
	padding: 5px 30px 0 0;
}

#head .logoimg {
	padding: 19px 0 0 0;
}

#mainmenu ul {
	display: inline;
	margin: 0;
	padding: 0; 
	}
	#mainmenu ul li {
		padding: 6px 10px 13px 0;
		display: inline;
		font-size: 1.5em;
		text-transform: none;
		}
		#mainmenu ul li a {
			font-weight:normal;
			padding: 0 5px;
		}
		#mainmenu ul li.page_item {
		}
		#mainmenu ul li.page_item:hover {
			background: url('images/mn-hover.png') 50% no-repeat;
		}
		#mainmenu ul li.page_item:action {
			background: url('images/mn-action.png') 50% no-repeat;
		}
		#mainmenu ul li.current_page_item {
			background: url('images/mn-selected.png') 50% no-repeat;
		}
		#mainmenu ul li#mainmenu_rss {
			background: url('images/icons/rss.png') 7px 6px no-repeat;
			padding-left: 24px;
			border-right: none;
		}


/* Wrap -> Contaniner
***************************************************************************** */

.content-header {
	margin: 0;
	padding: 0 0 0 50px;
	text-align: left;
	overflow: hidden;
	clear: both;
	}
	.content-header h2 { font-size: 2.4em; color: #999; border-bottom: 1px solid #cdd; }

.post {
	overflow: visible;
	clear: both;
	margin-left: 1px;
	padding: 0;
	background: #fff url(images/posdt-label.gif) 0px 2em 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: 10px 0 20px 0;
	font-size: 1.4em;
	line-height:1.8em;
	color: #567;
	}
	.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/date.gif) left bottom no-repeat;
		}
		.postmetadata .date:hover {	background: url(images/icons/date-hover.gif) left bottom no-repeat;	}
	.postmetadata .author {
		background: url(images/icons/author.gif) left bottom no-repeat;
		}
		.postmetadata .author:hover {	background: url(images/icons/author-hover.gif) left bottom no-repeat;	}
	.postmetadata .comment {
		background: url(images/icons/comment.gif) left bottom no-repeat;
		}
		.postmetadata .comment:hover {	background: url(images/icons/comment-hover.gif) left bottom no-repeat;	}
	.postmetadata .category {
		background: url(images/icons/category.gif) left bottom no-repeat;
		}
		.postmetadata .category:hover {	background: url(images/icons/category-hover.gif) left bottom no-repeat;	}
	.postmetadata .tag {
		background: url(images/icons/tag.gif) left bottom no-repeat;
		}
		.postmetadata .tag:hover {	background: url(images/icons/tag-hover.gif) left bottom no-repeat;	}
	.postmetadata .edit {
		background: url(images/icons/edit.gif) left bottom no-repeat;
		}
		.postmetadata .edit:hover {	background: url(images/icons/edit-hover.gif) left bottom no-repeat;	}

#content .navigation {
	clear: both;
	margin: 0 0 20px 50px;
	/* padding: 5px 20px 0 20px; */
	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: 550px;
		height: 19px;
		font-size: 0.7em;
		margin: 0;
		padding: 2px 20px 5px 20px;
		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;
}


/* 

 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 #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
 	font-size: 1.0em;
	display: block;
	font-weight:bold;
	}

#wp-calendar caption {
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
	margin: 8px 0 5px 8px;
	color: #666;
	}

#wp-calendar td {
	padding: 3px 6px;
	text-align: center;
	}
	
#wp-calendar td#today {
	background: #eee;
}	

#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
***************************************************************************** */
#myrelatedposts { margin:0; padding:0 0 15px 0; font-size:12px;}
#myrelatedposts ol li a, #myrelatedposts ul li a {color:#00f; text-decoration: none;}
#myrelatedposts ol li a:hover, #myrelatedposts ul li a:hover {color:#66f;}
#myrelatedposts ol li, #myrelatedposts ul li {padding:6px 0 6px 0;}
ul #myrelatedposts ol li, ul #myrelatedposts ul li {padding:6px 0 6px 0;}
#myrelatedposts ol li span, #myrelatedposts ul li span  {padding:3px 3px 1px 3px; background-color: #f90; text-transform: uppercase;font-size:9px;
	border-top:1px solid #fc3;
	border-bottom:1px solid #a40;
	border-left:1px solid #fc3;
	border-right:1px solid #a40;}
#myrelatedposts ol li span:hover, #myrelatedposts ul li span:hover{background-color: #600;}
#myrelatedposts ol li span a, #myrelatedposts ul li span a {color:#fff; text-decoration: none; font-weight:bold;}
#myrelatedposts ol li span a:hover, #myrelatedposts ul li span a:hover {color:#f00;}
#myrelatedposts h3 {border-bottom:1px dotted #ccc; font-size:16px;}
#yarpp { margin:0; padding:0 0 15px 0; font-size:12px;}
#yarpp ol li a, #yarpp ul li a {color:#00f; text-decoration: none;}
#yarpp ol li a:hover, #yarpp ul li a:hover {color:#66f;}
#yarpp ol li, #yarpp ul li {padding:6px 0 6px 0;}
ul #yarpp ol li, ul #yarpp ul li {padding:6px 0 6px 0;}
#yarpp ol li span, #yarpp ul li span  {padding:3px 3px 1px 3px; background-color: #f90; text-transform: uppercase;font-size:9px;
	border-top:1px solid #fc3;
	border-bottom:1px solid #a40;
	border-left:1px solid #fc3;
	border-right:1px solid #a40;}
#yarpp ol li span:hover, #yarpp ul li span:hover{background-color: #600;}
#yarpp ol li span a, #yarpp ul li span a {color:#fff; text-decoration: none; font-weight:bold;}
#yarpp ol li span a:hover, #yarpp ul li span a:hover {color:#f00;}
#yarpp h3 {border-bottom:1px dotted #ccc; font-size:16px;}
#yarpp h4 {display:none;}


.post h2 {font-size:3em;}
.productinfo {font-size:16px; color:#999; line-height:1.5em;}
.productinfo strong {font-size:20px; color:#f90;}
.productinfo a {font-size:1.33em; color:#ff6fcf;}
.productinfo a:hover {color:#bb3b9b;}
.producttease {padding:0 30px 0 30px; line-height:33px; display: block;}
.producttease a {background-color: #fdf; padding:0 3px 0 3px;}
.producttease a:hover {background-color: #fdf;}

#text-415563912 {text-align:left;}



/*
Pijada de Template
*/
/*---------------------------------------------------------------- 
  Copyright: 
  Copyright (C) 2009 danielfajardo web
  
  License: 
  GPL Software 
  
  Author: 
  danielfajardo - http: //wwww.danielfajardo.com
---------------------------------------------------------------- */

/* Template structure

	body
		page
			wrapper -> width: 940px;
				header
					head
					mainmenu
					search
				wrap
					container
						content
						sidebar
				bottom
					footer
*/


/* Template. Main areas
***************************************************************************** */
body {
	margin: 0;
	background: #fff url(../images/bg-jpage.png) center repeat-y;
}

#page {

}
	
#wrapper {
	width: 980px;
	margin: 0 auto;
	background: url(../images/wr9ap-bg.png) center top repeat-y;
}

	#header {
	}
		#head {
		
		
		}
		#menubar {
		
			margin: 0;

		}
			#mainmenu {
				float: left;
				width: 640px;
				padding-top: 25px;
			}
			

	#wrap {
			padding:30px 0 0 0;
		
		}
		#container {
			padding:30px 0 0 0;
			margin:0 0 0 0; 
			}
			#content {
				width: 580px;
				float: left;
				margin-right: 0px; 
			}
			#sidebar {
				width: 391px;
				float: right;	
				margin: -100px 0 0 0; 
				}
			#sidebar2 {float:left; width:190px; margin:0; padding:0 25px 0 5px; text-align:center;}
	
	#bottom {
		clear: both !important;
		height: 100px;
		padding: 0 20px;
		background: url(../images/footier-bg.png) center -40px no-repeat;
	}
		#footer { 
			margin: 0 260px 0 50px;
			padding: 7px 0;
			border-top: 1px solid #cdd;
		}

a {	text-decoration: none; }
	a:link    { color: #00f; text-decoration:underline; }
	a:hover   { color: #000; }
	a:active  { color: #be261e; }
	a:visited { color: #26a; }

a img {	border: none;	}
#siding {position:fixed; text-align:left; width:380px;}
div.content-header {margin:0; padding:0 0 15px 0;}
div.content-header h2.pagetitle {margin:0; padding:8px 4px 4px 8px; font:18px/33px Arial, Verdana, sans-serif; background-color:#ffefff; color:#999; }
#inthewild ul li {float:left; width:150px; margin:5px; padding:10px; background-color:red;}

.wrap {
    background: #FFF;
    border: 0px solid #456;
    padding: 10px;
	margin-bottom: 20px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.wrap:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.box {
    margin: 5px;
    padding: 5px;
    background: #D8D5D2;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-size: 11px;
    float: left;
}

.col1 { width: 80px; }
.col2 { width: 160px; }
.col3 { width: 280px; }
.col4 { width: 380px; }
.col5 { width: 480px; }

.col1 img { max-width: 80px; }
.col2 img { max-width: 160px; }
.col3 img { max-width: 280px; }
.col4 img { max-width: 380px; }
.col5 img { max-width: 480px; }
