/*  
Theme Name: the plot
Theme URI: http://blog.contraculto.com
Description: the plot @ contraculto
Version: ?
Author: rod
Author URI: http://contraculto.com/
*/

/* - - - - - - - - - - - -

the plot (blog @ contraculto) main css stylesheet
by rodrigo (rod@contraculto.com)
http://contraculto.com
http://estudiosiete.com

made with mini wp theme
http://proyectos.contraculto.com/mini


- - - - - - -  - - - - - */

/* * * * * * * * * * 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; }

/* * * * * * * * * * Imports */

@font-face	{
	font-family:'GentiumAlt';
	src: url('http://assets.contraculto.com/fonts/gentium_alt.ttf') format('truetype');
	}

/* * * * * * * * * * Basic Structure */

body	{
	background: #fff;
	font-family: 'Bitstream Vera Sans ', 'Liberation Sans ', 'Helvetica Neue', 'Verdana', Arial, sans-serif;
	margin: 10px;
	}

#wrapper	{
	text-align: left;
	width: 960px;
	}

#header	{
	height: 120px;
	width: 958px;
	margin-bottom: 15px;
	border: 1px solid #d9d7d4;
	background: #ece8df url(img/header_title.png) bottom right no-repeat;
	}

#content	{
	float: right;
	width: 700px;
	}

#sidebar	{
	float: left;
	width: 240px;
	}

#footer	{
	clear: both;
	width: 958px;
	height: 20px;
	margin-top: 20px;
	border: 1px solid #d9d7d4;
	background: #ece8df;
	}

/* * * * * * * * * * Main Content */

.content_single	{
	margin-bottom: 80px;
	}

.content_single_title	{
	}

.content_single_title h2	{
	font-size: 30px;
	line-height: 31px;
	font-weight: bold;
	padding-bottom: 5px;
	}

.content_single_title_meta	{
	font-size: 11px;
	line-height: 11px;
	color: #777;
	padding-bottom: 5px;
	}

.content_single_title a:link, .content_single_title a:visited, .content_single_title a:active	{
	color: #222;
	text-decoration:none;
	}

.content_single_title a:hover	{
	color: #72222a;
	text-decoration: none;
}

.content_single_body	{
	font-size: 15px;
	line-height: 25px;
	text-align: left;
	color: #333;
	padding-top: 10px;
	}

.content_single_body p	{
	margin-bottom: 15px;
	}

.content_single_body ul	{
	margin-left: 30px;
	padding-left: 0;
	}

.content_single_body ul li	{
	margin-bottom: 10px;
	}

.content_single_body ul li:before	{
	content: '\00BB \0020';
	font-weight: bold;
	color: #72222a;
	}

blockquote	{
	border: 1px solid #d9d7d4;
	margin: 0 40px 15px 40px;
	padding: 15px 15px 0 15px;
	font-style: italic;
	font-size: 14px;
	}

/* * * * * * * * * * Sidebar */

.sidebar_single	{
	margin-bottom: 10px;
	padding: 10px;
	font-size: 15px;
	line-height: 18px;
	border: 1px solid #d9d7d4;
	background: #ece8df;
	}

#sidebar h2	{
	margin-top: 6px;
	}

/* * * * * * * * * * Comments */

#comments	{
	padding-bottom: 20px;
	}

#comments_title	{
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	}

#comments_block	{
	}

.comments_single	{
	margin: 10px 0 10px 0;
	padding: 10px;
	border: 1px solid #d9d7d4;
	background: #ece8df;
	}

.comments_single_meta	{
	font-size: 12px;
	margin-bottom: 10px;
	}

.comments_single_content	{
	margin-top: 4px;
	font-size: 14px;
	line-height: 16px;
	}

#comments_callforcomments	{
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
	}

#comments_registereduser	{
	font-size: 12px;
	margin-bottom: 10px;
	}

#comments label	{
	margin-right: 10px;
	width: 250px;
	display: inline-block;
	text-align: right;
	font-size: 12px;
	}

#comments input	{
	width: 438px;
	border: 1px solid #d9d7d4;
	background: #ece8df;
	margin-bottom: 10px;
	}

#comments textarea	{
	width: 698px;
	height: 200px;
	border: 1px solid #d9d7d4;
	background: #ece8df;
	margin-bottom: 10px;
	}

#comments input:focus	{
	border:1px solid #72222a;
	background: #ece8df;
	}

#comments textarea:focus	{
	border:1px solid #72222a;
	background: #ece8df;
	}

#comments input#submit	{
	width: 698px;
	}

/* * * * * * * * * * Footer */

/* * * * * * * * * * Anchors and Links */

img	{
	border: 0;
	}

a:link, a:visited, a:active	{
	color: #72222a;
	text-decoration:none;
	}

a:hover	{
	color: #4A4D4A;
	text-decoration: underline;
}

.content_single_title_meta a:link, content_single_title_meta a:visited, content_single_title_meta a:active	{
	color: #555;
	text-decoration:none;
	}

.content_single_title_meta a:hover	{
	color: #000;
	text-decoration: none;
}
