/*
Theme Name: Mozilla Mexico
Theme URI: http://mozilla-mexico.org
Description: Theme for the Mozilla Mexico Buddypress.
Version: 1.0
Author: Ricardo Meza
Author URI: http://ricardomeza.mx/
Template: bp-default
Tags: buddypress, two-column, grey, dark
*/
/* Inherit the default theme styles */
@import url( ../../plugins/buddypress/bp-themes/bp-default/_inc/css/default.css );

/* Inherit the default theme adminbar styles */
@import url( ../../plugins/buddypress/bp-themes/bp-default/_inc/css/adminbar.css );

body {
	background: #ffffff;
	font-size: 12px;
	font-family: Georgia;
	color: #47443e;
	width: 100%;
	min-width: 1005px;
}
body.activity-permalink {
	min-width: 1005px;
	max-width: 1005px;
	}
h1 { font-size: 24px; margin-bottom: 25px; }
h2 { font-size: 20px; margin-bottom: 20px; }
h3 { font-size: 18px;}
a { color: #888; }
.padder { padding: 20px 20px 20px 19px; }
#wp-admin-bar .padder {
	width: 100% !important; /* Line up the admin bar with the content body in this theme */
}
#header {
	color:none;
	height: 145px;
	width: 100%;
	margin: 0pt auto 0pt auto;
	background-repeat:no-repeat;
	margin-bottom: 20px;
}
#header #mozlogo{
	padding-left:10px;
	height:22px;
	padding-top:4px;
	background-image: url(../images/hback1.png);
	background-position:bottom;
	background-color:#0E3E5D;
}
#header #mozlogo .mozilla {
	float:left;
	margin-top:3px;
	vertical-align: top;
	margin-left: 8px;		
}
#header #mozlogo .dino{
	float:left;
	padding-bottom: 4px;
}
#header #mozlogo .div_mcs {
	float:left;
	font-style: italic;
	font-size: 10px;
	color: white;
	font-family: Georgia;
	font-weight: bold;
	text-shadow: 0 -1px 0 #000000;
	vertical-align: middle;
	margin:1px 0px 0px 10px;
}
#header #search-bar .padder {
	padding: 35px 4px;
}
#header #search-bar input[type=text] {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
ul#nav {
	right: 0px;
	max-width: 100%;
}
ul#nav li {
	margin: 0 6px 0 0;
}
ul#nav li a {
	padding: 3px 17.5px;
	background: #163754;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	font-size: 90%;
	text-shadow:0px -1px 0px #05121d;
}
ul#nav li.selected a, ul#nav li.current_page_item a {
	background: #185F9B;
	color: #ffffff;
	text-shadow:0px -1px 0px #0d3454;
}
ul#nav li a[href]:hover {
	background-color: #185f9b;
	color: white;
}
div#container {
	padding-bottom:5px;
	border-right: none;
	border-bottom: none;
	background: none;
}

div#sidebar {
	width: 300px;
	margin-left: -305px;
	margin-top: none;
	border-left: none;
	border: 1px solid #e4e4e4;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0px 2px 2px #d8d9da;
	-webkit-box-shadow: 0px 2px 2px RGB(216, 217, 218);
	background: none;
}
div#sidebar div#sidebar-me h4 {
	margin: 0 0 3px 0;
}
div#sidebar div#sidebar-me .enlace_naranja  a{
	color:#FF7200;		
}
div#sidebar h3.widgettitle {
	background: none;
	font-size: 90%;
	border-top:1px solid #EAEAEA;
	background-image: url(images/gray-grad.png);
	color:#737373;
	text-shadow: 0 1px 0 #f2f2f2;	
}
div#sidebar div.item-options {
	background: none;
}
div#content .padder {
	padding-top:0px;
	margin-right: 310px;
	padding-left: 10px;
	border:none;
}
div#item-header h2 {
	font-size: 26px;
}
div#item-header h2 span.highlight span {
	font-weight: normal;
}
ul.item-list li {
	padding: 5px 0;
	border-bottom: none;
}
div.item-list-tabs {
	font-size:88%;
}
div.item-list-tabs ul li a {
	text-shadow: 0 1px 0 #ffffff;
}
form.standard-form select, form.standard-form input[type=password],
	.dir-search input[type=text] {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 3px;
	font-size: 10px;
	font-family:Georgia;
}
form.standard-form#sidebar-login-form label {
	margin-top: 3px;
	font-size:10px;
}
#login-text{
	margin:0px;
	font-size:11px;
	font-size:103%;
	color:#185F9B;
}
#login-text a{
	font-weight:bold;
	color:#FF7200;
}
form.standard-form#sidebar-login-form input[type=password] {
	padding: 2px;
}
form.standard-form p.description {
	font-size: 10px;
}
div.post h2.pagetitle, div.post h2.posttitle {
	padding-bottom:5px;
	font-weight: normal;
	background:transparent url(./images/hr_trans.png) no-repeat scroll center bottom;
}
div.post h2.pagetitle a, div.post h2.posttitle a {
	color: #185f9b;
}
div.post code { font-family: Georgia; }
div.post blockquote {
	font-family: georgia;
}
div.post div.author-box, div.comment-avatar-box {
	margin: 2px 7px 15px 6px;
	font-family: georgia;
	width: 60px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;	
}
div.author-box p{
	margin: 0 0 20px 0;
}
div.author-box {
	padding: 0px;
}
div.author-box p, div.comment-avatar-box p {
	margin: 5px 0 0;
	text-shadow: 0 1px 0 #ffffff;
	line-height:13px;
}
div.author-box a, div.comment-avatar-box a {
	text-decoration: none;
}
div.post div.author-box img, div.comment-avatar-box img {
	-moz-box-shadow:0 0;
	-webkit-box-shadow:0 0;	
}
div.post div.post-content, div.comment-content {
	margin-left: 100px;
}
div.post p.date, div.post p.postmetadata, div.comment-meta, div.comment-options {
	color: #666666;
	font-size: 10px;
	font-family: Georgia;
	padding: 0;
	margin-bottom:10px;
	border-bottom: none;
	border-top: none;
}
div.post p.date{
	text-align: right;
	margin-top:5px;
	background-image: url("../images/hr_trans.png");
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center top;
}
div.post p.date a, p.postmetadata {
	color: #282623;
	font-family: Georgia;
}
div.post p.postmetadata {
	font-size:110%;
	font-weight:bold;
}
div.post img {
	margin-bottom: 15px;
	border:1px solid #dfecf1;
	-moz-box-shadow:#c8c8c8 0px 5px 8px;
	-webkit-box-shadow:RGB(200,200,200) 0px 5px 8px;
	box-shadow:#c8c8c8 0px 5px 8px;
	
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
div.post img.alignright {
	margin: 0 5px 2px 7px;
}
