/*
Theme Name: photo stress
Theme URI: http://wordpress.org/
Description: 001
Version: 1.0
Author: Jorge Morales
*/

body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.8;
}

a {
	color: #2968B9;
	text-decoration: none;
}

a:hover {
	color: #46b34a;
	text-decoration: none;
}

a img {
	border: none;
}

img {
	margin: 0 10px 0 0;
}

img.left {
	display: block;
	float: left;
}

img.right {
	display: block;
	float: right;
}

img.center {
	display: block;
	margin: 0 auto;
}

code {
	display: block;
	padding: 0 0 0 40px;
	margin: 0;
	background: url('img/code.jpg') no-repeat;
}

blockquote {
	display: block;
	padding: 0 0 0 30px;
	margin: 0;
	background: url('img/blockquote.jpg') no-repeat;
}

#page {
	width: 750px;
	margin: 0 auto;
}

#header {
	
}

.top {
	border-bottom: 1px solid #828282;
	padding-bottom: 60px;
}

#header h1 {
	width: 80%;
	float: left;
	margin-top: 0px;
}

#header h1 a {
	color: #ccc;
	font-size: 40px;
	font-family: Arial;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: -6px;
}

#header h1 a:hover {
	color: #4D4D4D;
}

a#feed {
	right: 0;
	bottom: 0;
	display: block;
	height: 48px;
	width: 48px;
	background: url('feed.png') bottom right no-repeat;
	text-indent: -999em;
	text-decoration: none;
	margin: 5px auto 0 auto;
	outline: none;
	float: right;
}

#content {
	float: left;
	margin: -15px 0 0 0;
	*margin: 0px;
	width: 750px;
}

.post {
	display: block;
	margin-bottom: 20px;
	width: 750px;
}

#content h2 {
	display: block;
	margin-bottom: 20px;
}

#content h2 a {
	font-size: 18px;
	color: #46b34a;
	text-decoration: underline;
}

#content h2 a:hover {
	color: #2968B9;
	text-decoration: underline;
}

.published {
	display: block;
	text-align: center;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom: none;
	background: #2968B9;
	color: #fff;
	font-weight: bold;
	margin: 0 20px 10px 0;
	width: 40px;
}
.pub-month {
	display: block;
	margin: 0 0 -5px 0;
	padding: 0;
	background: #2968B9;
}
.pub-date {
	display: block;
	margin: 0;
	padding: 0;
}

.entry {
	margin: 0 0 0 60px;
	border-bottom: 1px solid #ccc;
}

.postmetadata {
	margin: 0 0 0 60px;
	font-size: 10px;
	text-align: right;
}

.postmetadata a {
	text-decoration: none;
}

.category {
	background: url('img/folder.png') no-repeat;
	padding: 1px 2px 5px 20px;
}

.tag {
	background: url('img/tag.png') no-repeat;
	padding: 0 2px 5px 20px;
}

.comentar {
	background: url('img/comment.png') no-repeat;
	padding: 0 1px 5px 20px;
}

.navigation {
	clear: both;
	margin: 0 0 20px 60px;
}

.alignleft {
	float: left;
	width: 49%;
	margin: 0 0 30px 0;
}

.alignright {
	float: right;
	width: 49%;
	margin: 0 0 30px 0;
	text-align: right;
}

#comentarios {
	margin: 0 0 0 60px;
	font-size: 11px;
}

.commentlist li {
	list-style: none;
	margin: 0 0 20px 10px;
	border-bottom: 1px solid #ccc;
	padding: 0 0 10px 0;
}

.gravatar {
	float: left;
	margin: 0 0 0 -38px;
}

.autor {
	font-weight: bold;
}

#author {
	border: 1px solid #2968B9;
	border-left: 3px solid #2968B9;
}

#email {
	border: 1px solid #2968B9;
	border-left: 3px solid #2968B9;
}

#url {
	border: 1px solid #2968B9;
	border-left: 3px solid #2968B9;
}

#comment {
	border: 1px solid #2968B9;
	border-left: 3px solid #2968B9;
}

#sidebar {
	width: 180px;
	float: right;
	font-size: 10px;
	color: #7F7F7F;
	background: #fff;
	display: none;
}

#sidebar h2 {
	font-size: 16px;
}

#sidebar ul {
	margin: 0 0 0 -30px;
	*margin: 0;
}

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

#footer {
	clear: both;
	border-top: 1px solid #828282;
	padding: 10px 0;
	margin: 0 0 0 60px;
	font-size: 10px;
	line-height: 0.8;
	color: #7F7F7F;
}

#footer a {
	text-decoration: none;
}

.info {
	display: block;
	background: #CF7317 url(img/info.png) 5px no-repeat;
	padding: 5px 5px 5px 25px;
	color: #ffffff;
	border: 1px solid #F5881B;
	text-align: center;
	font-weight: bold;
}

.info a, .info a:hover {
	color: #cccccc;
	text-decoration: none;
	border-bottom: 2px dotted;
}

.info a:hover {
	color: #ffffff;
}

.download {
	display: block;
	background: #59A86A url(img/download.png) 5px no-repeat;
	padding: 5px 5px 5px 25px;
	color: #1B1D21;
	border: 1px solid #82F59B;
	text-align: center;
	font-weight: bold;
}

.download a, .download a:hover {
	color: #ffffff;
	text-decoration: none;
	border-bottom: 2px dotted;
}

.download a:hover {
	color: #474747;
}

.changelog {
	display: block;
	background: #307575 url(img/changelog.png) 5px no-repeat;
	padding: 5px 5px 5px 25px;
	color: #cccccc;
	border: 1px solid #88A8A8;
	text-align: center;
	font-weight: bold;
}

.changelog a, .changelog a:hover {
	color: #cccccc;
	text-decoration: none;
	border-bottom: 2px dotted;
}

.changelog a:hover {
	color: #cccccc;
}

.warning {
	display: block;
	background: #BA1506 url(img/warning.png) 5px no-repeat;
	padding: 5px 5px 5px 25px;
	color: #cccccc;
	border: 1px solid #E01907;
	text-align: center;
	font-weight: bold;
}

.warning a, .warning a:hover {
	color: #cccccc;
	text-decoration: none;
	border-bottom: 2px dotted;
}

.warning a:hover {
	color: #cccccc;
}
