/*  
Theme Name: Beta2k-Blog
Theme URI: http://www.beta2k.es
Description: Primer tema creado por Beta2k
Version: 1.0
Author: Alejandro Troncoso (Beta2k)
*/

body {
  background:#ffffff url('images/128-114.jpg');
  height: 100%;
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
}

#page {
  width:900px;
  margin:auto;
  background-color:#FFFFFF;
  -moz-box-shadow: 1px 1px 10px #000; /* Firefox */
  -webkit-box-shadow: 10px 10px 10px 10px #000; /* Safari and Chrome */
  box-shadow: 10px 10px 10px 10px #000; /* Opera 10.5+, future browsers and IE6+ using IE-CSS3 */
  behavior: url(ie-css3.htc); /* Activamos el soporte para IE */
}

#header {
  height: 100px;
}

#header img {width: 274px; height:100px;}

/* -- LINKS -- */
a 					{text-decoration:none;}
a:link, a:visited 	{color:#F30; }
a:hover	            {color:#F30; }

/*-- MENU --*/
	
ul#menuList{
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    background-color: #333333;
    list-style: none;
    font-size: 14px;
    font-weight: bold;
    width: 100%;
    height: 30px;
    float: left;
    border-bottom:3px solid #0036D6;
}

#menuList ul li{
    display: inline;
}

#menuList a{
	float: left;
	display: block;
	text-decoration: none;
	padding: 5px 15px 5px 15px;
}

#menuList a:link, #menuList a:visited{
	background-color: #333333;
    color: #FFF;
    padding: 5px 15px;
    float: left;
    text-decoration: none; 
}
	
#menuList a:hover, #menuList a:active{
	color: #FA7D00;
    background-color: #737373;
    height: 20px; 
    border-bottom: 3px solid #FA7D00;
}

#content {
  margin:0px 0px 0px 0px;
  padding:0px 0px 0px 10px;
  width:600px;
  float:left;
}

#content h2 {color:#5C5C5C; font-size:24px;}

.metaheader {font-size:12px;}


.published {
	display:inline;
	text-align: center;
	float:left;
	width:40px;
	height:45px;
	color:#000000;
	background-color:#B3B3B3;
	margin: 0px 0px 0px -50px;
}

.pub-month{
	padding:0px 0px 0px 0px;
}
	
.pub-month {
	display:block;
	font-size: 15px;
	margin:0px 0px 0px 0px;
	color:#000;
}
	
.pub-date {
	display:block;
	font-size:25px;
	font-weight:bold;
}

.gravatar {
    display:block;
    margin:0px 0px 0px 0px;
	float:right;
	border:3px solid #EEEEEE;
	-webkit-transform: rotate(5deg);
	-moz-transform: rotate(5deg);
	-o-transform: rotate(5deg);

 }
 
.postmetadata{
  font-size:12px;
  width:100%;
}

.post blockquote { 
    background:#fce27c;
    color: #474747; 
    font-size: 1.3em; 
    padding-left: 30px;
    font-style: italic;
}

.post blockquote p { 
    display: block;
    padding-right: 30px;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

/* FORMULARIO COMENTARIOS */

input[type=submit] {
	color: #333;
}

#respond {
	margin-top: 24px;
	border-top: 2px solid #d5d5d5;
	overflow: hidden;
	position: relative;
}

.form-allowed-tags {
	line-height: 1em;
}

#commentform label {
	color: #888;
	font-size: 12px;
	width: 200px;
    float:left;
}
#commentform input {
	margin:0px 0px 0px 0px;
}
#commentform textarea {
	width:98%;
}

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

.commentlist li {
	padding: 5px 5px 5px 5px;
	background-color:#EDEDED;
}

.commentlist img {
	width:48px;
	height:48px;
}

.commentlist cite {
	font-weight:bold;
	text-transform:uppercase;
	font-style:normal;
}

.commentlist ol {}

.commentlist p {
   margin-left:48px;
}

.authcomment {
  background-color: #B3FFCC !important;
} 


.gravatarcom {
 margin:0px 0px 0px 0px;
 padding:0px 0px 0px 0px;
 float:left;
}

#sidebar {
  width:278px;
  float: right;
  padding:0px 0px 0px 0px;
  margin:0px 0px 0px 0px;
}

#sidebar h2{
  color:#fff;
  font-weight:bold;
  background-color:#333;
  border-bottom:3px solid #0036D6;
  text-align:left;
  padding:3px;
  font-size:14px;
}

#sidebar ul{
  padding:0px 0px 0px 0px;
  margin:0px 0px 0px 0px;
  list-style-type:none;
  background-color:#ffffff;
 }
 
#sidebar img {border:0px; padding:5px 0px 5px 5px;}

.rss {padding:5px 5px 5px 5px; float:right; font-weight:bold; text-align:right;}

.pie {padding:5px 5px 5px 5px; color:#ffffff; }

#footer {
  clear: both;
  background-color:#333;
  border-top:3px solid #0036D6;
  height:100px;
}
