/*
Theme Name: The Plot
Theme URI: http://blog.contraculto.com
Description: The Plot es el blog de Contraculto.
Version: 20?
Author: Contraculto (rod)
Author URI: http://contraculto.com/

Made with Minima WP Theme
http://proyectos.contraculto.com/minima - minima is distributed under a GNU GPL v3 license. http://www.gnu.org/copyleft/gpl.html
Made with grOd CSS Grid System.
http://proyectos.contraculto.com/grod - grOd is distributed under a GNU GPL v3 license. http://www.gnu.org/copyleft/gpl.html

01: CSS Resets.
02: Grid Elements.
03: Common and Specials.
04: WordPress Special Tags.
05: Basic Structure.
06: Header.
07: Main Content.
08: Single.
09: Footer.
*/

/* * * * * * * * * * * * * * * * * * * * 01: CSS Resets. */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td{margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align:baseline; background:transparent}
body{line-height:1}ol, ul{list-style:none}blockquote, q{quotes:none}blockquote:before, blockquote:after, q:before, q:after{content:''; content:none}

/* * * * * * * * * * * * * * * * * * * * 02: Grid Elements. */

.cell_01, .cell_02, .cell_03, .cell_04 {display:inline;float:left;margin:0 10px;overflow:hidden;}
.cell_01{width:185px}.cell_02{width:390px}.cell_03{width:595px}.cell_04{width:800px}
.pre_01{margin-left:215px}.pre_02{margin-left:420px}.pre_03{margin-left:625px}
.post_01{margin-right:215px}.post_02{margin-right:420px}.post_03{margin-right:625px}
.alpha{float:left;margin-left:0;}.omega{float:right;margin-right:0;}.norris{margin:0;}

/* * * * * * * * * * * * * * * * * * * * 03: Common and Specials. */

strong{font-weight:bold;}
.clear{clear:both;margin:0;}
a{color:#000;text-decoration:none;font-weight:bold;}
a:hover{color:#000;text-decoration:underline;}

/* * * * * * * * * * * * * * * * * * * * 04: WordPress Special Tags */

.aligncenter{display:block; margin:0 auto}
.alignleft{float:left}
.alignright{float:right}
.wp-caption{margin:10px; border:1px solid #b6b6b6; background:#f3f3f3; padding-top:4px}
.wp-caption img{}
.wp-caption p.wp-caption-text{padding:0 4px 5px; line-height:17px; font-size:11px}

/* * * * * * * * * * * * * * * * * * * * 05: Basic Structure. */

body	{
	margin: 20px;
	text-align: center;
	font-family: 'Myriad Pro', Calibri, 'Helvetica Neue', 
Helvetica, 'Bitstream Vera Sans', Arial, sans-serif;
}

#wrapper	{
	margin: 0 auto;
	width: 820px;
	text-align: left;
}

#header	{
	margin-bottom: 50px;
	color: #aaa;
}

#footer	{
	margin-bottom: 20px;
	border-top: 4px solid #aaa;
	padding-top: 10px;
	color: #aaa;
	text-align: right;
}

/* * * * * * * * * * * * * * * * * * * * 06: Header. */

#header_branding, #header_navigation	{
	background: transparent;
	margin-bottom: 0;
}

#header_branding	{
	height: 170px;
	background: transparent url(img/header_circle.png) center left no-repeat;
}

#header_branding a	{
	display: block;
	width: 800px;
	height: 150px;
}

#header_navigation	{
	text-align: right;
	font-size: 14px;
	background: pink;
}

#header_navigation ul	{
	padding-bottom: 10px;
}

#header_navigation ul li	{
	display: inline;
	margin-left: 10px;
}

/* * * * * * * * * * * * * * * * * * * * 07: Main Content. */

.single	{
	overflow: hidden;
	margin-bottom: 80px;
}

.single_header	{
	margin-bottom: 20px;
}

.single_header h1	{
	font-size: 35px;
	margin-bottom: 5px;
}

.single_header p	{
	font-size: 14px;
	color: #aaa;
}

.single_header p a	{
	color: #aaa;
	font-weight: normal;
}

.single_main	{
	overflow: hidden;
	line-height: 24px;
	font-size: 16px;
}

.single_main p	{
	margin-bottom: 24px;
}

.single_main ul	{
	margin-bottom: 24px;
}

.single_main ul li	{
	list-style-type: disc;
	list-style-position: inside;
}

.single_main ol	{
	margin-bottom: 24px;
}

.single_main ol li	{
	list-style-type: decimal;
	list-style-position: inside;
}

.single_main blockquote	{
	background: transparent url(img/blockquote.png) top left no-repeat;
	padding-left: 70px;
	min-height: 40px;
	height: auto !important;
	height: 40px;
	font-style: italic;
}

/* * * * * * * * * * * * * * * * * * * * 07: Content Navigation. */

#content_navigation	{
	margin-bottom: 10px;
}

/* * * * * * * * * * * * * * * * * * * * 08: Comments. */

#comments	{
}

#comments h4	{
	margin-bottom: 24px;
	font-size: 20px;
}

#comments_list	{
}

.comments_list_single	{
	margin-bottom: 40px;
}

.comments_list_single_header	{
	margin-bottom: 5px;
}

.comments_list_single_header h3	{
	font-size: 20px;
	font-weight: bold;
}

.comments_list_single_header p	{
	color: #aaa;
	font-size: 13px;
}

#comments_callforcomments	{
	margin-bottom: 20px;
	font-size: 24px;
	font-weight: bold;
}

#comments form p	{
	margin-bottom: 10px;
}

#comments input, #comments textarea	{
	border: 1px solid #aaa;
	padding: 5px;
	background: #fff;
}

#comments label	{
	display: inline-block;
	width: 250px;
}

#comments input	{
	width: 350px;
}

#comments textarea	{
	margin-left: 250px;
	width: 350px;
}

#comments input#submit	{
	margin-left: 250px;
	width: 200px;
}

/* * * * * * * * * * * * * * * * * * * * 09: Footer. */

#footer p	{
	font-size: 14px;
}

#footer a	{
	color: #aaa;
}
