/* 
Theme Name: Oulipo
Theme URI: http://andreamignolo.com/oulipo
Description: A grid-based, black and white WordPress theme
Version: 1.0.3
Author: A. Mignolo 
Author URI: http://andreamignolo.com
Tags: white, three-columns, fixed-width, threaded-comments, sticky-post


License: GNU General Public License (GPL) version 3

*/


/* GLOBAL */

img#wpstats{display:none}

html, body, form, fieldset, h1, h2, h3, h4, h5, h6, pre, blockquote, ul, ol, dl, address, .more-link  {
	margin:0;
	padding:0;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

blockquote:before, blockquote:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

p {
	margin: 1em 0 1.5em 0;
	line-height: 1.6em;
	font-size: .8em;
}

p.note {
	line-height: 1.3em;
	font-size: .7em;
}

h1 {
	font-size: 30px;
	line-height: 36px;
	margin-bottom: .2em;
}

h2 {
	font-size: 24px;
	line-height: 30px;
	margin-top: 2em
	color: #000;
}

h3 {
	font-size: 18px;
	margin: 2em 0 0 0;
}

blockquote {
	margin: 0 0 0 1em;
	padding: 0 0 0 2em;
	border-left: 2px solid #447;
}

ul, ol {
	margin: 0;
	padding-left: 2.2em;
	line-height: 1.6em;
	font-size: .8em;
}

ol li {
	margin: 1em 0 1.5em 0;
}

a, a:link, a:visited {
	outline: none;
	text-decoration: none;
}

p a, ul a, ol a {
	font-weight: bold;
	color: #000;
	border-bottom: 1px dotted #999;
}

p a:hover, ul a:hover, ol a:hover {
	color: #44F;
	border-bottom: 1px dotted #333;
}

h2 a {
	color: #333;
	border-bottom: 1px solid #CCC;
}

h2 a:hover {
	color: #447;
	border-bottom: 1px solid #44F;
}

/* =Layout
------------------------------------------------------------------*/

#wrapper {
	width: 62em;
	margin: 0 auto;
}

/* LEFTHAND MAIN NAVIGATION PANEL */

#main_nav {
	width: 12em;
	margin: 6em 0 0 0;
	float: left;
	display: inline;
	position: fixed;
}

#main_nav h1.masthead a {
	color: #447;
	line-height: 1em;
}

#main_nav h1.masthead a:hover {
	border-right: none;
}

#main_nav ul {
	margin: 0 0 2em 0;
	padding: 0;
	font-size: .75em;
	list-style-type: none;
}

#main_nav li {
	border-bottom: 1px solid #CCC;
	margin: 0;
	padding: 0;
}

#main_nav li ul {
	font-size: 1em;
	margin: 0 0 0 1em;
}

#main_nav a {
	display: block;
	width: 100%;
	line-height: 1.6em;	
	padding-top: .3em;
	color: #333;
	border-bottom: 0;
	font-weight: normal;
}

#main_nav a:hover, #main_nav li.current_page_item, .current {  /* Highlight the current item with a right border */
	width: 100%;
	border-right: 3px solid #CCC;
}

#main_nav ul ul li {
	width: 100%;
	border-top: 1px dotted #CCC;
	border-bottom: 0;
	border-right: 3px solid #FFF;  /* If parent is highlighted with a right border, cover it up for child */
}

#main_nav ul ul li.current_page_item { /* Highlight the child item with a right border if it is current */
	width: 100%;
	border-right: 3px solid #CCC;
}

#content {
	width: 50em;
	margin: 2em 0 0 0;
	float: right;
	display: inline;
	min-height: 30em;
}

#entry_content {
	width: 30em;
	margin: 0 2.5em 0 4em;
	float: left;
	display: inline;
}

#footer_contact {
	width: 15.7em;
	float: right;
	display: inline;
}

#footer_info {
	margin: 0 0 0 20em;
    width: 45em;
	float: left;
	display: inline;
}

#footer {
	clear: both;
	border-top: 1px solid #000;
}

.description {
	margin: .1em 0 1.5em 0;
	padding: 0;
}

.header {
	margin: 0 0 1.5em 0;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}



dd.gallery-caption {
	font-size: 11px;
	line-height: 12px;
	margin-top: .5em;
}

.entry_body .gallery {
	margin-top: 0;
	padding-top: 0;
}

/* =Typography
------------------------------------------------------------------*/

#entry_content .sticky {
	border: 1px dotted #447;
	padding: 15px;
	margin-bottom: 10px;
}

/* GENERAL TEXT FORMATTING */

body, .date, .description, .more-link, .comment-link, .comment-author, .comment-meta, .navigation {
	background: #FFF;
	font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, sans-serif;
}

.delicious-desc, h1, h2, h3, h4, h5, #main_nav ul, .ctitle, .fin .error {
	font-family: "Hoefler Text" "Times New Roman", Times, serif;
}

div.meta_strip {
	text-transform: uppercase;
	font-size: .5em;
	color: #447;
	font-weight: bold;
	margin: .5em 0 2em 0;
	width: 100%;
	float: left;
}

div.hot {
	background: #D9D6D2;
	border: 1px solid #313940;
	margin: 0 1.5em 0 1.5em;
	padding: 0 .5em 0 .5em;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

div.hot p, div.hot ul, div.hot ul li {
	color: #313940;
	margin: .5em 0 .5em 0;
	font-weight: bold;
}

div.hot a {
	color: #313940;
	border-bottom: 1px dotted #313940;
}

div.hot a:hover {
	color: #8C3C2A;
	border-bottom: 1px dotted #8C3C2A;
}

.widget li {
	border-bottom: 0;
}

h4 {
	font-size: 1.4em;
	margin: 2em 0 0 0;
	font-variant: small-caps;
}

h5 {
	font-size: 1.3em;
	margin: .8em 0;
}

#entry_content .entry-footer {
	margin: -1em 0 5em 0;
}

#search {
	margin-top: 1.5em;
	border-bottom: 1px dotted #447;
}

.search {
	/* text-transform: uppercase; */
	font-size: .7em;
	padding-right: .5em;
}

#searchform {
	margin-top: -1em;
	text-align: right;
	padding: 0 0 1em 0;
	}

input {
	border: 1px solid #666;
	}

#entry_content .caption {
	margin: -2.4em 2em 1.5em 0;
	font-size: .7em;
	color: #666;
	text-align: center;
}

#entry_content .caption a, ol.footnotes a {
	font-size: 1.0em;
}

/* FOOTNOTES */

.footnotes {
	margin: 3em 0 0 0;
	padding-left: 2.2em;
	border-top: 1px dotted #999;
	font-size: .85em;
	line-height: 1.2em;
}

li.footnote {
	margin-top: .5em;
}

.wp-tag-cloud {
	padding-left: 0;
}

.highlight {
	color: #44F;
}

.error {
	font-size: 5em;
	text-align: center;
}

#footer {
	font-size: .7em;
	line-height: 1.7em;
}

#footer p {
	margin: 0;
	padding: 0;
}

#footer_contact {
	padding: 1em 0 1em 1em;
}

#footer_info {
	height: 3.2em;
	padding: 1em 1.9em 1em 1em;
	border-right: 1px dotted #000;
}

#entry_content .fin {
	text-align: center;
	font-size: 1.3em;
	margin: 3em 0 4em 0;
}

.more-link .bracket {
	line-height: 5em;
	font-size: 1.5em;
}

code {
	font-size: 1.2em;
}

.spacer {
	height: 2em;
	background: url(./images/spacer.png) top center no-repeat;
	padding-right: 1em;
}

.navigation a, .meta_strip a, .meta a, .entry-footer a, .comment-link a {
	color: #447;
	font-weight: bold;
	border-bottom: 1px dotted #999;
}

.navigation a:hover, .meta_strip a:hover, .meta a:hover, .entry-footer a:hover, .comment-link a:hover {
	color: #44F;
	border-bottom: 1px dotted #333;
}

.entry sup {
	font-size: 11px;
}

.entry sup a {
	color: #44F;
	margin: 0;
	font-weight: normal;
	font-size: 10px;
}

div.entry ul {
	list-style-type: square;
}

div.entry li {
	padding: .2em 2em .2em .5em;
}

#footer a {
	font-weight: bold;
	border-bottom: 1px solid #eee;
}

#footer a:hover {
	color: #44F;
	border-bottom: 1px dotted #333;
}

.meta a {
	color: #447;
	font-weight: bold;
	border-bottom: 1px dotted #999;
}

.meta a:hover {
	color: #44F;
	border-bottom: 1px dotted #333;
}

/* #supplementary .offsite a, .offsite a img {
	border: 0;
} */

.entry_body h3 a, .entry h3 a:hover {
	color: #333;
	text-decoration: none;
	border: 0;
}

.entry_body a.more-link {
	color: #666;
	font-variant: small-caps;
	font-size: 1.2em;
	border: 0;
	text-align: center;
	display: block;
	margin: 1em auto;
	text-transform: none;
	font-weight: normal;
	
}


/* =Plug-in Styles
------------------------------------------------------------------*/

ul.delicious {
	list-style-type: none;
}

ul.delicious li {
	margin: 1em 0;
	line-height: 1.5em;
	padding-bottom: .8em;
}

.twitter {
	margin: 0 0 4em 0;
	font-size: .7em;
	color: #999;
}

.smartarchives {
	margin: 2em 0 3em 0;
	font-size: .8em;
}

.smartarchives ul {
	margin: 0 0 1.5em 0;
	list-style-type: none;
}
	
.smartarchives h2 {
	margin: 0 0 0 0;
}

.smartarchives h2 a {
	text-decoration: none;
	color: #000;
	border: 0;
}

.smartarchives h2 a:hover {
	text-decoration: none;
	border: 0;
}

.monthly {
	clear: both;
	padding-top: 3em;
}

ul.archive_block {
	padding-left: 0;
	width: 100%;
	overflow: hidden;
	padding-bottom: 2em;
}

#content .archive_block li {
	float: left;
	display: inline;
	padding: 5px 7px;
	background: #000;
	color: #FFF;
	font-size: 11px;
	margin-left: .2em;
	margin-bottom: .2em;
}

#content .archive_block li.empty {
	font-size: 11px;
	color: #333;
}

#content .smartarchives .archive_block li a {
	color: #F00;
	border-bottom: 0;
	font-weight: normal;
	font-size: 11px;
	border-bottom: 1px dotted #336699;
	
}

.contactform {
	margin: 2em 0;
}

.contactform label {
	font-weight: bold;
}

.contactleft {
	margin: 1em 0 0 0;
}

#contactsubmit {
	margin: 1em 0 0 0;
}




/* =Threaded Styles
------------------------------------------------------------------*/

ul.commentlist cite {
	font-style: normal;
	font-weight: bold;
}

ul.commentlist span.says {
	display: none;
}

ul.commentlist .comment-author, ul.commentlist .comment-meta {
	font-variant: small-caps;
}

ul.commentlist .comment-meta {
	margin-top: -.5em;
}

ul.children {
	list-style-type: none;
}

h3#comments {
	margin-bottom: 1em;
}

ul.commentlist .navigation {
	border: 0;
}

ul.commentlist .comment.bypostauthor .vcard img {
	border: 1px solid #3333FF;
}

ul.commentlist .comment .comment-author.vcard img{
	border: 1px solid #000;
}

.depth-2 {
	margin-top: 2em;
}


/* =Comment Styles
------------------------------------------------------------------*/
ul.commentlist, ul.commentmeta {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 1em;
}


ul.commentmeta {
	margin-top: 2em;
}

img.avatar {
	margin: 0 1em 0 0;
	float: left;
	display: inline;
}

.commenttext {
	margin-left: 4.4em;
	border-bottom: 1px dotted #000;
	padding-bottom: 1.5em;
}

#comments, #respond {
	margin: 3em 0 0 0;
	border: 0;
}

.moderation {
	margin-left: 4.4em;
}

.ctitle {
	font-variant: small-caps;
}

/* =Widget
------------------------------------------------------------------*/
.textwidget {
	margin-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px dotted #447;
}

/* ENTRY LAYOUT */

#entry_content div.entry {
	float: left;
	width: 100%;
	margin: 1em 0 2em 0;
}

.meta_strip div.date {
	width: 30%;
	float: left;
	display: block;
}

.meta_strip div.comment-link {
	width: 30%;
	float: left;
	text-align: left;
	display: block;
}

/* ENTRY BODY */

div.entry_body {
	float: left;
	width: 100%;
	margin: -1em 0 -1em 0;
}

/* SUPPLEMENTARY & META FORMATTING */

#supplementary {
	width: 11em;
	margin: 0;
	float: right;
	display: inline;
}

.meta h3 {
	margin-bottom: .5em;
}

.meta p {
	margin: 0;
	font-size: .7em;
	line-height: 1.5em;
}

.meta ul {
	padding: 0;
	font-size: .7em;
	list-style-type: none;
	line-height: 1.5em;
}

.meta li {
	margin: .5em 0 1em 0;
}

/* IMAGE FORMATTING */

img {
	padding: 3px;
	border: 1px solid #447;
	-ms-interpolation-mode:bicubic;  /* =Better image scaling in IE */
	margin: 0 0 2em 0;
}

/* IMAGE FORMATTING REQUIRED BY WORDPRESS */

.aligncenter,
div.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: 1em 1em 1em 1em;
   /* optional rounded corners for browsers that support it */
   -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 {
	color: #447;
	font-size: .825em;
	line-height: 1.5em;
	padding: 0 4px 5px;
	margin: 3px 0 0 0;
}

/* SIDEBAR NAVIGATION MENU */

#sidebar_nav_title {
	font-size: .8em;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-topleft: 3px;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	background: #A2A6A1;
	color: #D9D6D2;
	margin: 5em 0 0 0;
	padding: .5em;
	text-align: center;
}

#sidebar_nav_body {
	background: #D9D6D2;
	margin: 0;
	padding: 0;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
}

#sidebar_nav_body ul {
	margin: 0;
	padding: .5em 0 .5em 0;
	font-size: .8em;
}

#sidebar_nav_body li {
	margin: 0;
	padding: .5em 0 .5em 0;
}

#sidebar_nav_body li a {
	background: #656D73;
	color: #D9D6D2;
	font-weight: normal;
	padding: .5em;
	margin: 0 auto 0 auto;
	width: 80%;
	display: block;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: none;
}

#sidebar_nav_body li a:hover {
	background: #313940;
	color: #D9D6D2;
}