/* 
Theme Name: Oulipo
Theme URI: http://andreamignolo.com/oulipo
Description: A grid-based, black and white WordPress theme
Version: 1.0.6
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
------------------------------------------------------------------*/

html, body, form, fieldset, h1, h2, h3, h4, h5, h6, pre, blockquote, ul, ol, dl, address, .more-link  {
	margin:0;
	padding:0;
	}
	
html { 
	background: #fff url(images/bg_html.gif) repeat-y top left; padding-top: 0 !important; 
}	


body, #footer_bg { 
	background: url(images/bg_body.gif) repeat-x top left; margin-top: 0 !important; 
}

#footer_bg { 
	height: 15px; 
}



a, a:link, a:visited {
	outline: none;
	text-decoration: underline;
	}


h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

blockquote:before, blockquote:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}
img { border: none; }

/* =Layout
------------------------------------------------------------------*/

#wrapper {
	width: 995px;
	margin: 0 auto;
}

#main_nav {
	width: 10em;
	margin: 9em 0 0 0;
	float: left;
	display: none;
	position: fixed;
}

#content {
	margin: 0;
	min-height: 30em;
}

#entry_content {
	width: 660px;
	margin: 0;
	float: left;
	display: inline;
}

#supplementary {
	width: 240px;
	margin: 0 0 0 0;
	float: right;
	display: inline;
}

#footer_contact {
	float: left;
	color: #474747;
}

#footer_info {
}

#main_nav ul {
	margin: 2.5em 0 0 0;
}


.meta ul {
}

.meta li.widget {
	margin-bottom: 30px;
}

ul#categories li, ul#archives li {
	border-bottom: 0;
}

#footer {
	clear: both;
}

.date, .description {
	margin: .1em 0 1.5em 0;
	padding: 0;
}


.header {
	margin: 0 0 1.5em 0;
}


.post {
	padding-left: 85px;
}
.entry {
	margin: 0 0 5px 0;
}
.entry-author {
	float: left;
	width: 80px;
	padding-right: 5px;
	margin-left: -85px;
	line-height: 12px;
}
.entry-author img.avatar{
	float: none !important;
}
.entry-author a {
	text-decoration: none;
	font-style: italic;
	font-size: 12px;
}
.entry-author a:hover {
	text-decoration: underline;
}

.single-post .entry-info {
	padding-bottom: 10px;
	border-bottom: 1px solid #efefef;
}
.entry-info {
}
.entry-info .entry-comment {
	float: right;
	line-height: 19px;
	margin-left: 10px;
}
.entry-info .entry-comment .link-comments {
	margin-left: 10px;
	display: block;
	color: #9d9d9d;
	text-decoration: none;
	width: 35px;
	height: 19px; line-height: 19px; text-align: center;
	float: right;
	background-position: top left; background-image: url("images/bg_comments.gif"); background-repeat: no-repeat;
}
.entry-info .entry-comment .link-comments:hover {
	background-position: bottom left;
	color: #fff; 
}
.entry-info p.tags {
	padding-top: 5px;
}
.entry-info p.tags a,
.entry-info p.tags {
	font-size: 10px;
	color: #b8b8b8;
}

.alignleft {
	float: left;
}
.alignleft a {
	padding-left: 25px; background: url(images/go_prev.gif) no-repeat top left;
	font-size: 10px;
	line-height: 14px;
	padding-bottom: 2px;
	text-decoration: none;
}
.alignright a {
	padding-right: 25px; background: url(images/go_next.gif) no-repeat top right;
	font-size: 10px;
	line-height: 14px;
	padding-bottom: 2px;
	text-decoration: none;
}
.alignright a:hover, .alignleft a:hover {
	text-decoration: underline;
}
.alignright {
	float: right;
}

.entry img.alignright {
	margin: 0 0 1.5em 1em;
}

.entry img.alignleft {
	margin: 0 1em 1.5em 0;
}

.offsite img {
	margin-top: 1em;
	border: 0;
}

#main_nav h1.masthead a {
	line-height: 1em;
}

dd.gallery-caption {
	font-size: 11px;
	color: #CCC;
	line-height: 12px;
	margin-top: .5em;
}

.entry .gallery {
	margin-top: 0;
	padding-top: 0;
}

/* =Typography
------------------------------------------------------------------*/

#entry_content .sticky {
	border: 1px dotted #CCC;
	padding: 15px;
	margin-bottom: 20px;
}


/* =Typography
------------------------------------------------------------------*/

body, .delicious-desc {
	
		font-family: Arial, "Lucida Grande", "Lucida Sans Unicode", verdana, sans-serif;
		font-size: 12px;
		
	/*
	font: 16px/20px Georgia, "Times New Roman", Times, serif; color: #666666;
*/
	
}

h1 {
	font-size: 1.5em;
}

h2 {
	font-size: 2em;
}

h3 {
	font-size: 2em;
	margin: 1em 0 0 0;
	border-bottom: 1px solid #eee;
}

#supplementary h3, h2.widgettitle {
	font-size: 18px;
	color: #444444;
	margin-bottom: 10px;
}

.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;
}

#main_nav ul {
	text-transform: uppercase;
	font-size: .75em;
	list-style-type: none;
}

.entry {
	font-size: 13px;
	line-height: 15px;
	color: #666666;
}

#entry_content p {
	margin: 0 0 10px 0;
}

.description, .date  {
	font-size: .8em;
	color: #aaa;
}

.commentcount {
	color: #aaa ;
}

#entry_content .date {
	font-size: 10px;
	margin: 55px 0 0;
}
#entry_content .single-post .date {
	margin-top: 0;
}
#entry_content .single-post .entry-author {
	float: none;
	width: auto;
	height: 55px;
	padding-top: 5px;
}
#entry_content .single-post .entry-author a {
	text-decoration: underline;
	color: #444444;
	font-style: normal;
}
#entry_content .single-post .entry-author a:hover {
	text-decoration: none;
}
#entry_content .single-post .entry-author img {
	float: left !important;
	display: block;
	width: 40px; height: 40px;
	margin-right: 45px;
	margin-top: -5px;
}

.entry ul, .entry ol {
	margin: 1.5em 0 0 0;
	padding-left: 2.2em;
}


#search {
	padding: 63px 0 29px 0;
	border-bottom: 1px solid #efefef;
	margin-bottom: 25px;
}

.search {
	text-transform: uppercase;
	font-size: .7em;
	padding-right: .5em;
}

input {
	border: 1px solid #666;
	}


#searchform {
	height: 50px;
	}
#searchform div {
	padding: 4px 12px 3px;
	width: 134px;
	height: 18px;
	background: url(images/bg_search.gif) no-repeat top left;
}
#searchform div input.edit {
	border: none;
	width: 110px;
	font-size: 12px;
	color: #d5d5d5;
	font-family: Arial;
}
#searchsubmit {
	float: left;
	width: 16px; height: 16px;
	padding: 0;
	background: url(images/btn_search.gif);
	border: 0;
}

#search .logo { width: 155px; height: 37px; display: block; background: url(images/logo.gif); }

blockquote {
	width: 90%;
	margin: 2em auto;
	padding: 0 0 0 1em;
	border-left: 2px solid #000;
	font-style: italic;
}

.entry img {
}

.entry img.wp-smiley {
	display: inline;
	border: 0;
	padding: 0;
	margin: 0;
}

#entry_content .caption {
	margin: -2.4em 2em 1.5em 0;
	font-size: .85em;
	color: #666;
	text-align: center;
}

#entry_content .caption a, ol.footnotes a {
	font-size: 1.0em;
}

#entry_content h3 a {
	font-weight: normal;
	font-variant: small-caps;
	color: #000;
	font-size: .75em;
}

#supplementary ul {
	list-style-type: none;
}

#supplementary ul li ul li {
}

#supplementary p {
	line-height: 1.5em;
}

.meta {
	margin: 0;
}

.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: #ff9900;
}

.error {
	font-size: 5em;
	text-align: center;
}

#footer {
	padding-top: 50px;
	height: 115px;
}

#footer p {
	margin: 0;
	padding: 0;
}

#footer_contact {
	padding-top: 50px;
}

#footer_info {
	float: right;
	text-align: right;
	color: #474747;
}

#footer .rss {
	float: left;
	margin-left: 350px; padding-top: 50px;
	}
#footer .rss a, #footer .rss div {
  float: left; margin-right: 10px;
}
#footer_info p a {
	color: #474747;
	text-decoration: none;
}
#footer_info p a:hover {
	text-decoration: underline;
}

#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;
}

.post_nav {
	position: fixed;
	width: 15.5em;
}

code {
	font-size: 1.2em;
}

.navigation {
	margin-left: 85px;
	padding-top: 50px;
}

.spacer {
	height: 2em;
	background: url(./images/spacer.png) top center no-repeat;
	padding-right: 1em;
}


/* =Link Styles
------------------------------------------------------------------*/

a {
	color: #8e8e8e;
	text-decoration: underline;
}
a:hover { text-decoration: none; color: #444444; }

#main_nav h1.masthead a {
	color: #FF9900;
}
#main_nav h1.masthead a:hover {
	border-right: none;
}

h2 {
	margin: 0 0 15px 0;
}

h2 a, #main_nav a {
	color: #444444;
}

h2 a:hover {
	color: #444444;
}

h3 {
	margin: 2em 0 0 0;
}

img a, img a:hover {
	text-decoration: none;
}

.entry a {
	font-size: 12px;
	color: #444;
}
.navigation a  {
	font-size: 10px;
	color: #898989;
}

.entry sup {
	font-size: 11px;
	color: #aaa;
}

.entry sup a {
	border: 0;
	color: #3399FF;
	margin: 0;
	font-weight: normal;
	font-size: 10px;
}

#supplementary .post_nav ul.about_nav li a, #supplementary .post_nav ul.single_post_meta a, #supplementary ul.contact_key li a {
	color: #888888;
	border-bottom: 0;
}

#main_nav li {
	border-bottom: 1px solid #EEE;
}

#main_nav a {
	display: block;
	width: 100%;
	line-height: 1.6em;	
	padding-top: .3em;
}

#main_nav a:hover, .current_page_item, .current {
	width: 100%;
	border-right: 3px solid #EEE;
}

#supplementary .offsite a, .offsite a img {
	border: 0;
}

.entry a.more-link {
	color: #666;
	border: 0;
	text-align: left;
	clear: both;
	display: block;
	padding-top: 10px;
}


/* =Plug-in Styles
------------------------------------------------------------------*/

ul.delicious {
	list-style-type: none;
}

ul.delicious li {
	margin: 1em 0;
	line-height: 1.5em;
	padding-bottom: .8em;
}

.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: #CCC;
	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 {
}
ul.commentlist .comment-author {
}
ul.commentlist .comment-author a {
	color: #444444;
}
ul.commentlist .comment-author img {
	display: inline;
	margin-left: -85px;
	float: left; border: none;
	margin-right: 45px;
	width: 40px; height: 40px;
}

ul.commentlist .comment-meta {
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #efefef;
}
ul.commentlist .navigation { padding: 0; }

ul.children {
	list-style-type: none;
}
ul.commentlist li.comment {
	margin-bottom: 10px;
}

h3#comments {
	margin-bottom: 1em;
	clear: both;
}

ul.commentlist .navigation {
	border: 0;
}

ul.commentlist .comment.bypostauthor .vcard img {
	border: 1px solid #FF9900;
}

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


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-top: 50px;
	border: 0;
}

#respond h3 {
	display: none; 
}

.moderation {
	margin-left: 4.4em;
}

.ctitle {
	font-variant: small-caps;
}
#commentform .fields {
	height: 40px;
}
#commentform .fields p {
	float: left;
	margin-right: 20px;
	background: url(images/bg_fields.gif) no-repeat top left;
	width: 158px;
	height: 25px;
}
#commentform .fields p input {
	border: none;
	font-size: 12px;
	color: #444;
	font-family: Arial;
	margin: 3px 14px; width: 130px;
}
#commentform .fields p label {
	display: none;
}
#commentform p.text {
	display: block;
	width: 558px;
	height: 125px;
	background: url(images/bg_textarea.gif) no-repeat top left;
	padding: 10px;
} 
#commentform p.text textarea {
	border: none; width: 545px; height: 120px;
	font-size: 12px;
	color: #444;
	font-family: Arial;
}
#commentform input.button {
	border: none;
	background: #fff;
	font-size: 12px;
	color: #444;
	font-family: Arial;
	padding: 0;
	border-bottom: 1px solid #444;
}

/* =Better image scaling in IE
------------------------------------------------------------------*/

img { -ms-interpolation-mode:bicubic; }


/* =Required 
------------------------------------------------------------------*/

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

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

#entry_content .entry p.wp-caption-text {
	color: #CCC;
	text-align: center;
	font-size: 11px;
	margin-top: 0;
}

/* =Widget
------------------------------------------------------------------*/
.textwidget {
	margin-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px dotted #CCC;
}


.multiwidget_author_avatars .author-list  { margin-top: 15px; text-align: left !important; }
.multiwidget_author_avatars .author-list .with-name { height: 60px; padding: 0; }
.multiwidget_author_avatars .author-list .with-name img { border: none; }
.multiwidget_author_avatars .author-list .with-name a span.name { text-decoration: underline; color: #444444; }
.multiwidget_author_avatars .author-list .with-name a:hover span.name { text-decoration: none; }

.follow-us { margin-bottom: 25px; }
.follow-us a { background-repeat: no-repeat; background-position: 0 50%; padding: 5px 0 5px 25px; }
.follow-us .facebook { background-image: url(images/facebook.gif); margin-right: 55px; }
.follow-us .twitter { background-image: url(images/twitter.gif); }

.widget_categories li a { color: #444444; }

.blog-info {
}
.blog-info h1 {
	margin-left: 85px;
	margin-bottom: 30px;
}
.blog-info .quote {
	padding-left: 85px;
	background: url(images/quote_open.jpg) no-repeat 40px 0;
	font-size: 18px;
	font-weight: normal;
	color: #969696; 
}
.blog-info .quote div {
	padding-bottom: 20px;
	padding-right: 30px;
	background: url(images/quote_close.jpg) no-repeat 95% 60px;
}


.widget_tag_cloud div a { font-family: "Lucida Grande","Lucida Sans Unicode",verdana,sans-serif; text-decoration: none; }
.widget_tag_cloud div a:hover { text-decoration: underline; } 
