
/*---------------------------------------------------------------- 
  Copyright: 
  Copyright (C) 2009 - 2011 danielfajardo web

  License: GNU General Public License v2.0
  License URI: http://www.gnu.org/licenses/gpl-2.0.html

  Author: 
  danielfajardo - http: //wwww.danielfajardo.com
---------------------------------------------------------------- */


.clear {
	clear: both;
	height: 0;
}

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


/* Wrap -> Contaniner -> Content, pagenavigator, entry...
**************************************************************** */

#content > :first-child { padding-top: 0; margin-top: 0; }

.content-header {
	margin: 0;
	padding: 15px 0px 15px 40px;
	text-align: left;
	overflow: hidden;
	clear: both;
}

.post, .page, .attachment, .hentry, .sticky {
	overflow: visible;
	clear: both;
	padding: 0px 0px 40px 40px;
	}
	.post hr {
		display: block;
	}

body.post, body.page, body.attachment, body.hentry, body.sticky { padding: 0 !important; }

.post_mark {
	width: 40px;
	height: 32px;
	float: left;
	margin-top: -2px;
	margin-left: -57px;
	overflow: hidden;
	background: transparent url(../images/sys/postMark.png) 0px 0px no-repeat;
}

.postmetadata {
	clear: both;
	font-size: 1.2em;
	line-height:1.6em;
	color: #888;
	}
	.postmetadata.top { border-bottom: 1px solid #cdd; margin: .5em 0 1.5em; }
	.postmetadata.bottom { margin: .5em 0;}
	.postmetadata.edit { margin-top: .5em; }
	.postmetadata .date, .postmetadata .author, .postmetadata .comment, .postmetadata .category, .postmetadata .tag, .postmetadata .edit {
		margin:  0 0 0 2px;
		padding: 0 15px 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; }

.post-meta {
	margin: 20px 0 0;
	padding-left: 10px;
	border-left: 2px solid #555;
	color: #777;
	}
	.post-meta li {
		list-style-type: none;
	}
	.post-meta span.post-meta-key {
		color: #444;
	}

.page-link {
	margin: 20px 0 0;
}

#pagenavigator {
	clear: both;
	margin: 0 0 40px 40px;
	height: 25px;
	font-size: 1.2em;
	border: 1px solid #cdd;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	}
	#pagenavigator a,
	#pagenavigator span.current { margin: 0 .75em 0 0; padding: 3px .25em; }
	#pagenavigator a.page       {}
	#pagenavigator span.current {
		color: #aa0a0a;
		background: #e0e0e0 url(../images/sys/noise-bg.png);
		border-radius: 7px;
		-moz-border-radius: 7px;
		-webkit-border-radius: 7px;
	}
	#pagenavigator a.first      {}
	#pagenavigator a.last       {}
	#pagenavigator span.extend  {}
	#pagenavigator span.pages   {}

.entry {
	clear: both;
	}
	.entry span.readmore {
		font-size: .85em;
		letter-spacing: .07em;
		text-shadow: rgba(0, 0, 0, 0.2) 0px 1px 2px;
		color: #aa0a0a;
	}
	.entry img.alignleft {
		margin: 0 20px 20px 0;
		float: left;
	}
	.entry img.alignright {
		margin: 0 0 20px 20px;
		float: right;
	}
	.entry img.aligncenter {
		margin: 0 auto 20px;
		display: block;
		text-align: left;
	}
	.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;
		border: 1px solid #ccc;
		border-radius: 7px;
		-moz-border-radius: 7px;
		-webkit-border-radius: 7px;
	}
	.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;
		}

.sticky{
	padding: 20px 30px 20px 20px !important;
	margin: 0 0 40px 40px;
	border-left: 10px solid #cdd;
	background: #fafbfc url(../images/sys/noise-bg.png);
	-webkit-border-top-right-radius: 7px;
	-webkit-border-bottom-right-radius: 7px;
	-moz-border-radius-topright: 7px;
	-moz-border-radius-bottomright: 7px;
	border-top-right-radius: 7px;
	border-bottom-right-radius: 7px;
	
	}
	.sticky h3 {
		margin-bottom: .5em;
	}
	.sticky p {
		color: #222;
		text-align: justify;
	}

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

form#commentform input#submit {
	float: right;
}
form#commentform .required {
	color: red;
}

#comments {
	font-size: 1em;
	line-height: 1.4em;
	margin: 0 0 20px 40px;
	}
	#comments .browse {
		clear: both;
		height: 20px;
		margin: 0 0 10px;
	}

.commentlist {
	margin: 10px 0;
	}
	.commentlist li {
		list-style: none;
		padding: 10px;
	}

li.comment {
	border: 1px solid #cdd;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-bottom: 20px;
	padding-top: 1em;
	font-size: 12px;
	}
	li.comment div, li.pingback div {
	}
	.vcard img.avatar {
		float: left;
		border: 1px solid #eee;
		padding: 2px;
		margin: 0 20px 1em 0;
		background: #fff;
	}
	.vcard cite {
		font-weight: bold;
		font-size: 12px;
	}
	.vcard span {
		font-size: 10px;
	}
	.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: #f0f0f0;
}

.commentlist li.odd {
	background: #fff;
}

.commentlist .bypostauthor {
}

#respond {
	font-size: 12px;
	}
	#respond p.small {
		font-size: 10px;
	}
	#respond textarea {
		width: 96%;
	}
	#respond div.cancel-comment-reply {
		padding: 10px 0 0;
	}

#commentform {
	padding-bottom: 30px;
}


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

#sidebar h2,
#bottom-sidebar h2 {
	margin-bottom: .5em;
	font-size: 1.6em;
}
#bottom-sidebar h2 {
	color: #aa0a0a;
	font-size: 1.4em;
}
#sidebar h2:hover {
	cursor: pointer;
}

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

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

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


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

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

#sidebar ul ul ul,
#bottom-sidebar ul ul ul,
#sidebar ul ol,
#bottom-sidebar ul ol {
	margin: .5em 0 .5em 1em;
}

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

#sidebar ul ul li,
#bottom-sidebar ul ul li,
#sidebar ul ol li,
#bottom-sidebar ul ol li {
	padding: 0;
	margin: .5em 0 .5em 0;
}
/* TagCloud */

.tagcloud a {
	line-height: normal;
}

/* 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 7px 4px 7px;
	text-align: right;
	}
	#wp-calendar td#today {
		color: #aa0a0a;
		background: #e0e0e0 url(../images/sys/noise-bg.png);
		border-radius: 7px;
		-moz-border-radius: 7px;
		-webkit-border-radius: 7px;
	}
	#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;
}
