/* dvdwebz.7 blog Styles */

* {
	margin: 0px;
	padding: 0px;
}

body {
	background-image: url('../img/background_blog.jpg');
	font-family: sans-serif, arial;
	color: #969696;
	font-size: 16px;
}

#logo {
	position: fixed;
	top: 25px;
	left: 18px;
}

/* sidebar */
#sidebar {
	position: fixed;
	left: 0%;
	top: 35%;
	width: 44px;
}

#header_sidebar {
	background-image: url('../img/background_header_sidebar.png');
	width: 44px;
	height: 6px;
}

#main_sidebar {
	background-color: #ffffff;
	width: 44px;
}

#main_sidebar img {
	position: relative;
	left: 9px;
	padding-bottom: 6px;
}

#footer_sidebar {
	background-image: url('../img/background_footer_sidebar.png');
	width: 44px;
	height: 6px;
}

/* blog principal */

#envoltorio {
	position: relative;
	width: 750px;
	left: 50%;
	top: 35px;
	margin-left: -375px;
}

#titulo_blog {
	margin-bottom: 30px;
}

#header_blog {
	background-image: url('../img/background_header_envoltorio.png');
	width: 750px;
	height: 12px;
}

#main_blog {
	background-color: #ffffff;
	width: 750px;
}

#footer_blog {
	background-image: url('../img/background_footer_envoltorio.png');
	width: 750px;
	height: 12px;
}

/* post */

.post {
	padding: 10px;
	margin-bottom: 60px;
}

.post h1, #new_comment h1 {
	position: relative;
	float: left;
	font-weight: normal;
	font-size: 25px;
	width: 550px;
	color: #79C026;
}

.post h1 a:link, .post h3 a:link {
	color: #79C026;
	text-decoration: none;	
}

.post h1 a:visited, .post h3 a:visited {
	color: #79C026;
	text-decoration: none;	
}

.post h1 a:hover, .post h3 a:hover {
	color: #98D6FF;
	text-decoration: underline;	
}

.post h2 {
	position: relative;
	float: right;
	font-weight: normal;
	color: #79C026;
	font-size: 20px;
}

.post h3 {
	position: relative;
	clear: both;
	font-weight: normal;
	color: #79C026;
	font-size: 15px;
	margin-bottom: 5px;
}

.post p{
	margin-bottom: 10px;
}

p a:link {
	color: #444444;
	text-decoration: none;
}

p a:visited {
	color: #444444;
	text-decoration: none;
}

p a:hover {
	color: #98D6FF;
	text-decoration: underline;
}

.post img {
	border: 4px solid #79C026;
	padding: 2px;
}

.oyendo {
	position: relative;
	top: 10px;
	float: left;
	background-image: url('../img/oyendo_ico.png');
	background-repeat: no-repeat;
	height: 26px;
}

.oyendo p {
	position: relative;
	top: 10px;
	left: 25px;
	font-size: 13px;
}

.comments {
	position: relative;
	top: 10px;
	float: right;
	background-image: url('../img/comments_ico.png');
	width: 48px;
	height: 37px;
}

.comments p {
	position: relative;
	top: 5px;
	color: white;
	font-size: 20px;
	text-align: center;
}

.comments p a:link {
	color: #FFFFFF;
	text-decoration: none;
}

.comments p a:visited {
	color: #FFFFFF;
}

.comments p a:hover {
	color: #98D6FF;
}

.pagination p{
	text-align: center;
}

.pagination_num {
	margin-left: 10px;
	margin-right: 10px;
}

.pagination_current_num {
	margin-left: 10px;
	margin-right: 10px;
}

/* Comments Styles */

.comment {
	position: relative;
	left: 10px;
}

.user {
	position: relative;
	float: left;
}

.user img {
	padding: 2px;
}

.comment_text {
	position: relative;
	top: 22px;
	width: 650px;
	float: left;
	margin-left: 5px;
}

.comment_text h1 {
	position: relative;
}

.comment_text h1 a:link {
	font-weight: normal;	
	color: #79C026;
	text-decoration: none;
	position: relative;
	font-size: 20px;
}

.comment_text h1 a:visited {
	font-weight: normal;
	color: #79C026;
	text-decoration: none;
	position: relative;
	font-size: 20px;
}

.comment_text h1 a:hover {
	font-weight: normal;
	color: #98D6FF;
	text-decoration: underline;
	position: relative;
	font-size: 20px;
}

.comment_text h2 {
	font-weight: normal;
	color: #79C026;
	font-size: 15px;
	padding-right: 13px;
	padding-bottom: 3px;
	position: relative;
}

.comment_text p {
	padding-left: 7px;
	padding-right: 5px;
	clear: both;
	position: relative;
	padding-bottom: 10px;
}

#new_comment {
	position: relative;
	padding: 10px;
}

#new_comment img {
	position: relative;
	float: right;
	right: 70px;
	top: 100px;
}

#new_comment_form {
	margin-top: 10px;
	float: left;
}

.fields {
	border: thin solid #79C026;
	margin-bottom: 10px;
	font-family: sans-serif, arial;
	color: #969696;
	font-size: 16px;
	width: 415px;
}

#submit_button {
	width: 100px;
}

.clear_comment {
	clear: both;
	padding-bottom: 20px;
}

/* footer */

#footer {
	position: relative;
	width: 750px;
	left: 50%;
	margin-left: -375px;
	margin-top: 50px;
}

#header_footer {
	background-image: url('../img/background_header_envoltorio.png');
	width: 750px;
	height: 12px;
}

#main_footer {
	background-color: #ffffff;
	width: 750px;
	height: 25px;
}

#main_footer ul {
	position: relative;
	display: block;
	list-style: none;
	font-weight: normal;
	font-size: 20px;
	bottom: 5px;
	left: 25px;
}

#main_footer li {
	float: left;
	margin-left: 50px;
}

.azul a:link{
	color: #94d6ff;
	text-decoration: none;
}

.azul a:visited{
	color: #94d6ff;
	text-decoration: none;
}

.azul a:hover{
	color: #94d6ff;
	text-decoration: underline;
}

.morado a:link{
	color: #9865ff;
	text-decoration: none;
}

.morado a:visited{
	color: #9865ff;
	text-decoration: none;
}

.morado a:hover{
	color: #9865ff;
	text-decoration: underline;
}

.naranja a:link{
	color: #ff982e;
	text-decoration: none;
}

.naranja a:visited{
	color: #ff982e;
	text-decoration: none;
}

.naranja a:hover{
	color: #ff982e;
	text-decoration: underline;
}

.verde a:link{
	color: #79C026;
	text-decoration: none;
}

.verde a:visited{
	color: #79C026;
	text-decoration: none;
}

.verde a:hover{
	color: #79C026;
	text-decoration: underline;
}

#lista_categorias a:link, #lista_enlaces a:link {
	color: #444444;
	text-decoration: none;
}

#lista_categorias a:visited, #lista_enlaces a:visited {
	color: #444444;
	text-decoration: none;
}

#lista_categorias a:hover, #lista_enlaces a:hover {
	color: #98D6FF;
	text-decoration: underline;
}

.clear {
	clear: both;
}