/*  
Template Name: Minisites
Version: 1.0
Author: Armando Monroy Sandoval
Author URI: http://minisites.me
*/

* {
	margin: 0;
	padding: 0;
	outline: none;
}

a {
	color: #06f;
	text-decoration: none;
}

a img { border: none; }

body {
	text-align: center;
	font: normal 12px/150% "Lucida Grande", Tahoma, Verdana, Arial, sans-serif;
	color: #515151;
}

button,
input[type="submit"] {
	background: #06c;
	border: 1px solid #06c;
	color: #fff;
	padding: 2px;
	cursor: pointer;
}

h3 {
	margin: 0 0 1em 0;
}

input[type="text"],
textarea {
	border: 1px solid #999;
	padding: 2px;
	font: normal 12px "Lucida Grande", Tahoma, Verdana, Arial, sans-serif;
}

ol,
ul { list-style-position: inside; }

p {
	text-align: justify;
	margin: 0 0 1em 0;
}

/* Layout */

#header {
	height: 150px;
	text-align: center;
	background: #000;
	position: relative;
}

#navigation {
	height: 29px;
	padding: 8px 0 0 0;
	margin: 0 0 20px 0;
	background: url("img/navigation.gif") repeat-x 0 0;
	text-align: center;
}

#content {
	width: 640px;
	float: left;
	margin: 0 0 20px;
}

#sidebar {
	width: 300px;
	float: right;
}

#footer {
	clear: both;
	padding: 15px 0 0 0;
	border-top: 1px solid #ccc;
}

.wrap {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}

/*** Header ***/

#header .wrap {
	height: 150px;
	background: url("img/header.jpg") no-repeat 0 -25px;
}

#header h1 {
	position: absolute;
	top: 35px;
	left: 45px;
}

#header h1 a {
	display: block;
	width: 355px;
	height: 75px;
	text-indent: -9999px;
}

/*** Navigation ***/

#navigation ul {
	font-family: Georgia;
	font-size: 17px;
}

#navigation ul li {
	display: inline;
	padding: 3px 12px;
}

#navigation ul li a { color: #000; }

#navigation ul li a:hover { text-decoration: underline; }

/* Search Form */

#searchform {
	position: absolute;
	right: 0;
	top: 0;
}

#searchform label { display: none; }

#searchform input[type="text"] { width: 220px; }

/*** Content ***/

/* Post */

.post {
	padding: 0 0 10px 0;
	margin: 0 0 20px 0;
}

.post .meta {
	margin: 0;
	font-size: 12px;
	color: #999;
	position: relative;
}

.post .meta .promote {
	position: absolute;
	right: 0;
}

.post .meta a {
	color: #999;
	text-decoration: underline;
}

.post .meta a:hover { text-decoration: none; }

.post .meta strong a {
	color: #06f;
	text-decoration: none;
}

.post h2 {
	font-weight: normal;
	font-size: 30px;
	line-height: 34px;
	margin: 0 0 0.5em 0;
	color: #000;
}

.post h2 a { color: #000; }

.post ol,
.post ul { margin: 0 0 1em; }

.post ol li,
.post ul li {
	margin: 0 0 5px;
	text-align: justify;
}

/* Comments */

h3#comments,
#respond h3 {
	font-size: 24px;
	font-weight: normal;
	line-height: 26px;
	margin: 0 0 1em 0;
	color: #000;
}

ol#commentList { list-style: none; }

ol#commentList li { margin: 0 0 20px; }

.comment-author {
	background: #f9f9f9;
	padding: 15px 0;
	border-top: 2px solid #069;
	margin: 0 0 5px;
}

.comment-author .avatar {
	float: left;
	margin: -10px 10px 0;
}

.comment-author .comment-meta { padding: 0 10px; }

/*** Sidebar ***/

#sidebar h3 {
	padding: 0 0 5px;
	border-bottom: 1px solid #ccc;
}

#sidebar #suscription,
#sidebar #tabs,
#sidebar #network,
#sidebar #twitter { margin: 0 0 20px 0; }

/* Feed */

#suscription .feed {
	background: url("img/feed.png") no-repeat 0 50%;
	padding: 0 0 0 40px;
	margin: 0 0 1em 0;
}

#suscription .feed h2 {
	font-size: 14px;
	text-transform: uppercase;
}

#suscription .feed h2 a { color: #000; }

#suscription .feed p { font-size: 10px; }

#suscription input[type="text"] { width: 210px; }

#suscription p { margin: 0 0 7px 0; }

/* Twitter */

#twitter h2 {
	padding: 15px 0 15px 40px;
	background: url("img/twitter_32.png") no-repeat 0 50%;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: -1px;
}

/* Tabs */

ul.idTabs {
	list-style: none;
	clear: both;
	overflow: hidden;
}

ul.idTabs li {
	display: inline;
	float: left;
	text-align: center;
	margin: 0 2px 0 0;
}

ul.idTabs li a {
	display: block;
	padding: 5px 10px;
	background: #eee;
	color: #7AAFFF;
}

ul.idTabs li a.selected {
	background: #ddd;
	color: #06f;
	font-weight: bold;
}

.tab {
	border: 3px solid #ddd;
	padding: 10px;
}

.tab ul {
	list-style-position: outside;
	list-style-type: square;
	margin: 0 0 0 12px;
}

.tab ul li {
	padding: 0 0 5px 0;
	margin: 0 0 5px 0;
	border-bottom: 1px solid #ccc;
}

.tab ul li:last-child { border-bottom: none; }

#tags { text-align: center; }

/* Network */

#network h4 {
	margin: 0 0 10px;
	text-transform: uppercase;
}

#network ul {
	list-style-position: outside;
	list-style-type: square;
	margin: 0 0 15px 12px;
}

#network ul li {
	margin: 0 0 4px;
	padding: 0 0 4px;
	border-bottom: 1px solid #ccc;
}

#network ul li:last-child { border: none; }

/*** Footer ***/

#footer #statistics { display: none; }

/*** Misc ***/

.required {
	font-weight: bold;
	color: #e32;
}

.adsense,
.smowtion {
	margin: 0 0 2em 0;
	text-align: center;
}

/* Forms */

#commentForm input[type="text"],
.wpcf7-form input[type="text"] {
	margin: 0 5px 5px 0;
	width: 300px;
}

#commentForm label,
.wpcf7-form label {
	font-weight: bold;
	display: block;
	width: 80px;
	float: left;
	padding: 0 10px 0 0;
	text-align: right;
}

#commentForm p,
.wpcf7-form p { clear: left; }

#commentForm p.submit,
.wpcf7-form p.submit {
	text-align: right;
	position: relative;
}

.wpcf7-form p.submit img {
	position: absolute;
	top: 0;
	left: 0;
}

#commentForm textarea,
.wpcf7-form textarea { width: 544px; }

/* Clearfix */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix { display: inline-block; }  /* for IE/Mac */

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.alignright { float: right; }

.alignleft { float: left; }
/* End Images */

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px 10px 0 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 p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
	text-align: center;
}
/* End captions */