/*
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;
  float: left;
}

#mainmenu ul, #mainmenu ul li, #mainmenu ul li a {
}

#mainmenu ul {
  width: 590px;
	margin: 0;
	padding-left: 0;
	padding-right: 0;
	font-size: 1.2em;
	list-style: none;
	}
	#mainmenu ul li {
		display: inline;
		font-size: 14px;
		font-weight: bold;
    white-space: nowrap;
		}
		#mainmenu ul li a {
			height: 20px;
			margin-right: 20px;
		font-weight: bold;
		}
		#mainmenu ul li.page_item {
		}
		#mainmenu ul li.page_item:hover {

		}
		#mainmenu ul li.page_item:active {

		}
		#mainmenu ul li.current_page_item {

		}
		#mainmenu ul li.page_last {
		}

/* Wrap -> Contaniner
***************************************************************************** */

.content-header {
	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 0;
	/*background: #fff url(images/post-label.gif) 0px 0px no-repeat;*/
  font-size: 0.9em;
	}
  .post h1 {
    padding-top: 14px;
  }
	.post h2 {
		margin: 0;
		padding: 0;
    padding-top: 10px;
		text-align: left;
    font-weight: bold;
    font-size: 2em;
    line-height: 2em;
	}
	.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;
  padding: 2px;
	font-size: 1.3em;
	line-height:1.6em;
  height: 1.6em;
	color: #888;
  border-top: 1px solid #ccc;
	}
.postmetadata-header {
}
  .postmetadata .pmd-left { float: left; }
  .postmetadata .pmd-right { float: right; }
	.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; }

.entry p {
  text-align: justify;
}

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 {  }

#search-text {
  width: 200px;
  background: transparent url(images/new/bg_boxinput.png) left top repeat-x;
  border: 1px solid #999;
	color: #666666;
  font-size: 13px;
  -moz-border-radius: 0;
  padding: 4px 2px;
  vertical-align: middle;
}

#search-box button {
  background: transparent url(images/new/icon_busca.gif) left top no-repeat;
  border: 0;
  width: 36px;
  height: 31px;
  vertical-align: middle;
}

.news-text {
  width: 270px;
  background: transparent url(images/new/bg_boxinput.png) left top repeat-x;
  border: 1px solid #999;
	color: #666666;
  font-size: 13px;
  -moz-border-radius: 0;
  padding: 4px 2px;
  margin: 5px 0 7px 0;
  vertical-align: middle;
}
.news-submit {
  background: transparent url(images/new/corporate_news_btn.png) -5px -1px no-repeat;
  width: 278px;
  height: 36px;
  line-height: 36px;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  moz-border-radius: 0;
  padding: 0;
  border: 0;
}
/* Sidebar
************************************* */


#sidebar h2 {
  border-bottom: 1px solid #cccccc;
	margin-bottom: .5em;
	color: #2266aa;
	padding: 1px 0px 1px 1px;
	font-size: 13px;
  font-weight: normal;
	text-align: left;
}

#sidebar a {
	font-size: 12px;
	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 li.widget_recent_entries { padding-top: 25px; background: transparent url(images/new/ultimos_posts.png) top left no-repeat; }
#sidebar ul li.widget_recent_entries ul { border-top: 1px solid #ccc; }
#sidebar ul li.widget_recent_entries ul li { border-bottom: 1px dotted #ccc; background: transparent url(images/new/icon_posts.png) top left no-repeat; line-height: 16px; padding: 4px; padding-left: 24px; }
#sidebar ul li.widget_recent_entries h2 { display: none; }

#sidebar ul li.widget_recent_comments { padding-top: 25px; background: transparent url(images/new/comentarios.png) top left no-repeat; }
#sidebar ul li.widget_recent_comments ul { border-top: 1px solid #ccc; }
#sidebar ul li.widget_recent_comments ul li { border-bottom: 1px dotted #ccc; background: transparent url(images/new/icon_comentarios.png) top left no-repeat; line-height: 16px; padding: 4px; padding-left: 24px; }
#sidebar ul li.widget_recent_comments h2 { display: none; }

#sidebar ul li.widget_links { padding-top: 25px; background: transparent url(images/new/recomendamos.png) top left no-repeat; }
#sidebar ul li.widget_links ul { border-top: 1px solid #ccc; }
#sidebar ul li.widget_links ul li { border-bottom: 1px dotted #ccc; background: transparent url(images/new/icon_recomendamos.png) top left no-repeat; line-height: 16px; padding: 4px; padding-left: 26px; }
#sidebar ul li.widget_links h2 { display: none; }

#sidebar ul li.widget_feedburner p { text-align: right; }

#sidebar ul li.widget_links ul { margin: 4px; }
#sidebar ul li.widget_links ul li { line-height: 16px; border-bottom: 1px dotted lightGrey; }

.random-video-title { font-size: 12px; font-weight: bold; padding: 4px 0 6px 0; display: none; }
.random-video {
  background: #ffffff url(images/new/corporate_videos.png) center 8px no-repeat;
  display: block;
  clear: both;
  float: none;
  padding: 50px 3px 5px 3px;
  border: 1px solid #ccc;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}

#wpcumuluswidgetcontent {
  background: #ffffff url(images/new/corporate_tags.png) center 8px no-repeat;
  display: block;
  clear: both;
  float: none;
  padding: 50px 3px 5px 3px;
  border: 1px solid #ccc;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}

.side-banner {
  display: block;
  clear: both;
  float: none;
  padding: 4px;
  border: 1px solid #ccc;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}

#sidebar .widget_recent_entries ul li {
  list-style-type: none;
}

.menu-social {
  float: right;
}
.menu-social ul {
  list-style-type: none;
  margin: 10px;
}
.menu-social ul li {
  display: inline;
  margin-left: 5px;
}

#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;
}

#sidebar #socialLinksContainer ul {
  list-style-type: none;
}
#sidebar #socialLinksContainer ul li {
  display: inline;
}
#sidebar #socialLinksContainer ul li, #sidebar #socialLinksContainer ul li a, #sidebar #socialLinksContainer ul li a img {
  line-height: 24px;
  vertical-align:middle;
}
#sidebar #socialLinksContainer ul li a img {
  padding-right: 3px;
}

	
	
/* 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: 12px;
	line-height: 1.2em;
	color: #888;
}

/* Custom
***************************************************************************** */

