/*
Theme Name: WP Mozilla Community Theme v3
Theme URI: http://blogs.chilemoz.org
Description: Theme para Blogs de ChilMoz, basado en el theme original de Zbigniew Braniecki (http://diary.braniecki.net/). 3 colums, 2 sidebars, CSS3, WPMU.
Version: 0.35
Author: Lalo
Author URI: http://blogs.chilemz.org/soyellalo
Tags: red,blue,three-columns,fixed-width,css3,wpmu

*/

@import url("./css/core.css");
@import url("./css/skeleton.css");
@import url("./css/layout.css");
@import url("./css/custom.css");
@import url("./css/wordpress.css");

/* sidebar */
.widget ul {list-style-type: none;}
.widget {background: #addae6; border: 0px solid #b3202c; padding:5px 15px; margin: 0px 10px 10px 20px; -moz-border-radius:8px;-webkit-border-radius: 10px;border-radius: 10px;}
.widget h3 {;font-weight: normal; font-size: 115%; border-bottom: 1px solid #ffffff; padding: 10px 10px 5px 10px; margin:0px;text-shadow: 0 1px 0 #ffffff;}
.widget p {padding-left: 10px;}
.widget a[href] {text-decoration: none;}


#content {background: #ffffff; border: 1px solid #6fc65c; padding:15px 15px;margin-top:15px; margin: 10px 10px 10px 20px; -moz-border-radius:9px;-webkit-border-radius: 10px;border-radius: 10px;  }

#header .nav li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: table-cell;
  height: 30px;
  text-align: center;
  font-family: Verdana;
  font-size: 14px;
  width: 16%; /* 100/6 */
  padding-left: 5px;
  padding-right: 5px;
}




#header-bar {
  background-color: #cecedc;
}

#header .nav li a[href] {
  color: #ffffff;
  background-color: #cecedc;
}

#header .nav li a[href]:hover {
  background-color: #185f9b;
text-shadow: 0 1px 0 #000; 
}

#header .nav li.current a[href] {
  background-color: #185f9b;
text-shadow: 0 1px 0 #000;
}

.toc li a[href] {
  color: #185f9b;
}

.toc li a[href]:hover {
  color: #185f9b;
}

/* wordpress 2.7 required part*/
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}



