html {
	background-color: #f9e49d;
}

body { 
	background-color: #FFFFFF;
	position: relative;
	margin: auto;
	width: 800px;
	border: 1px solid #000000;
	border-top-width: 0px;
	margin-bottom: 25px;
}

a {
	text-decoration: none;
	color: #bb6209;
}

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

a#white {
	color: #FFFFFF;
	text-decoration: none;
}

.gray {
	color: #bb6209;
	text-decoration: underline;
	font-weight: bold;
}

.header {
	background-color: #bb6209;
	background: url("http://javierchinchon.com/styles/Custom/background.jpg");
	height: 53px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	color: #FFFFFF;
	font-family: Georgia,Times New Roman,Times;
	font-size: 24pt;
	font-weight: bold;
	padding-top: 7px;
	padding-bottom: 8px;
	padding-left: 15px;
}

.description {
	font-family: Georgia,Times New Roman,Times;
	font-size: 12pt;
	font-style: italic;
	font-weight: bold;
	color: #f9e49d;
}

.container {
	margin: 15px;
	font-family: Verdana;
	font-size: 0.75em;	
}

.containerPost {
	margin: 15px 232px 0px 15px;
}

.postInfo {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #EEEEEE;
	padding-top: 15px;
	padding-bottom: 5px;
	text-align: right;
	color: #666666;
	font-family: Times New Roman,Times;
	font-size: 9pt;
}

.postTitle {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #bb6209;
	color: #bb6209;
	font-family: Georgia,Times New Roman,Times;
	font-size: 16pt;
	font-weight: bold;
	margin-bottom: -8px;
	text-align: left;
}

.postText {
	font-family: Georgia,Times New Roman,Times;
	font-size: 10pt;
	color: #444444;
	margin-left: 5px;
	text-align: justify;
}

hr {
	border: 0;
	height: 1px;
	color: #dddddd;
}

.info {
	float: right;
	position: relative;
	left: -5px; 
	width: 180px;
	background-color: #f9e49d;
	border: 1px solid #000000;
	margin: 10px 5px 0px 0px;
	padding: 10px;
	padding-top: 5px;
	font-family: Verdana;
	font-size: 0.75em;
}

.infoSection {
	color: #FFFFFF;
	background-color: #bb6209;
	border: 0px solid #444444;
	padding: 2px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 3px;
}

.containerComments {
	margin: 15px 232px 0px 15px;
	font-family: Georgia,Times New Roman,Times;
	font-size: 9pt;
	color: #444444;
}

.commentInfo {
	text-align: right;
	color: #444444;
	font-family: Times New Roman,Times;
	font-size: 9pt;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #EEEEEE;
	margin-top: -5px;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

.footer {
	clear: both;
	color: #999999;
	margin: auto;
	font-family: Verdana;
	font-size: 0.75em;
	text-align: center;
	width: 400px;
	padding: 5px;
	padding-top: 50px;
}

.header img {
	position: absolute;
	right: 15px;
	top: 5px;
}

.inputTitle {
	width: 700px;
}

textarea {
	width: 700px;
	height: 300px;
}

.commentTextarea {
	width: 500px;
	height: 200px;
}

.code {
	font: 9pt 'Courier New', Courier, Fixed;
}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}