/* 
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

*/

html
{
	margin:0;
	padding:0;
}

body
{
	margin:0;
	padding:0;
	background: #FFF url('http://www.cortezgroupe.com/blog/wp-content/uploads/2009/10/Background.jpg') fixed;
	color: #999;
	font-family: "Helvetica", "Arial", sans-serif;
}

img#wpstats{display:none}

h2, h2 a:link, h2 a:active, h2 a:visited
/*Blog Post Title*/
{
	font-family: "Georgia", serif;
	font-size: 12pt;
	color: #999;
	font-style:italic;
	margin-bottom: 5px;
	border-bottom: 1px solid #999;
}

h2 a:hover
/*Blog Post Title Hover*/
{
	color: #000;
	border-bottom: 1px solid #fc3;
}

#entry_content .date 
/*Blog Date*/
{
	margin: 0 0 20px 0;
	color: #999;
	font-family: "Georgia", serif;
	font-size: 8pt;
	font-style: italic;
}



.entry img{
	margin: 1px;
	padding: 3px;
	border: 1px solid #999;
width: 440px;
height: auto;
	display: block;
}

.entry div.flickr-thumb img
{
	margin: 0px;
	padding: 0px;
	border: 0px;
width:80px;
}

.flickr-thumb a, .photo
{
	border:0px;
}

.commentcount
/*Comments Link*/
{
	color:#fc3;
	border: 0px;
}

.entry
/*Blog Entry*/
{
	font-size:8pt;
	line-height:12pt;
}
/************/
form
{
	margin:0;
	padding:0;
}

fieldset
{
	margin:0;
	padding:0;
}
/**********/
#search
/*House*/
{
	text-align:center;
	margin-top: 20px;
	border-bottom: 1px solid #999;
}
/**********/
#wrapper 
/*Width of whole site*/
{
	width: 800px;
	margin: auto;
}
/*********/
#main_nav 
/*Left Navigation*/
{
	width: 125px;
	margin: 100px 0 0 0;
	float: left;
	display: inline;
	position: fixed;
}
#main_nav a
{
	display: block;
	width: 100%;
	line-height: 1.6em;	
	padding-top: 5px;
color:#999;
}
#main_nav li a:hover
{
	width: 100%;
	border-right: 3px solid #999;
}
.search
{
	font-variant: small-caps;
	font-size: 8pt;
}
#submit, #searchsubmit
/*Buttons*/
{
	font-variant: small-caps;
	font-size: 8pt;
	border: 1px solid #999;
	color: #999;
	font-family: Helvetica, Arial, sans-serif;
	background-color: transparent;
	margin:0;
}
input 
{
	border: 1px solid #999;
	margin: 0;
}
#searchform 
{
	text-align: left;
}
#underneath_main_nav 
{
	width: 125px;
	margin: 400px 0 0 0;
	float: left;
	display: inline;
	position: fixed;
}
#main_nav ul 
{
	margin: 2.5em 0 0 0;
}
/**********/
#footer_contact 
/*Footer*/
{
	width: 125px;
	float: left;
	display: inline;
	padding:5px 0 5px 5px;
	border-top: 1px solid #999;
	text-align:left;
}
#footer_info 
{
	margin: 0 0 0 20em;
    width: 45em;
	float: right;
	display: inline;
	padding: 0;
}
#footer 
{
	font-size: 7pt;
	line-height: 10pt;
	border: 0px;
	clear: both;
}
#footer a:hover 
{
	color: #000;
	border-bottom: 1px solid #fc3;
}
/**************/
#supplementary 
/*Right Navigation*/
{
	width: 125px;
	margin: 50px 0 0 0;
	float: right;
	display: inline;
	position: auto;
}
#supplementary .post_nav ul.about_nav li a, 
#supplementary .post_nav ul.single_post_meta a, 
#supplementary ul.contact_key li a 
{
	color: #999;
	border-bottom: 0;
}
.post_nav 
{
}
#supplementary h3
{
	font-size: 9pt;
	font-variant: small-caps;
	border-bottom: 1px solid #999;
} 
#supplementary ul li ul li 
{
	border-bottom: none;
}
#supplementary p.quote 
/*Quote*/
{
	line-height: 11pt;
	font-size: 11pt;
	color: #999;
	font-family: "Century Gothic";
	font-style: italic;
	font-weight: bold;
	margin: 0;
}
#supplementary a 
{
	color: #999;
}
#supplementary a:hover 
{
	color: #fc3;
}
#supplementary .offsite a, .offsite a img 
{
	border: 0;
}
#supplementary p 
/*Category Name, Tag, etc.*/
{
	font-size: 8pt;
	color: #999;
}
.spacer 
{
	height:10px;
}
/****************/
#content
/*Container for Blog Posts and Right Navigation*/
{
	width: 675px;
	margin: 50px 0 0 0;
	float: right;
	display: inline;
	min-height: 30em;
}
#content .archive_block li 
{
	float: left;
	display: inline;
	padding: 5px 7px;
	background: #000;
	color: #FFF;
	font-size: 8pt;
	margin-left: .2em;
	margin-bottom: .2em;
}
#content .archive_block li.empty 
{
	font-size: 8pt;
	color: #999;
}
#content .smartarchives .archive_block li a 
{
	color: #999;
	border-bottom: 0;
	font-weight: normal;
	font-size: 8pt;
	border-bottom: 1px solid #999;
	
}
/********/
#entry_content
/*Container for all posts*/
{
	width: 450px;
	margin: 0 50px 0 50px;
	float: left;
	display: inline;
}
#entry_content .sticky 
/*Sticky version... not yet designed*/
{
	border: 1px solid #999;
	padding: 15px;
	margin-bottom: 20px;
}
#entry_content .caption
/**/
{
	margin: -2.4em 2em 1.5em 0;
	font-size: 8pt;
	color: #666;
	text-align: center;
}
#entry_content .caption a, 
ol.footnotes a 
{
	font-size: 8pt;
}
#entry_content h3 a 
{
	font-weight: normal;
	font-variant: small-caps;
	color: #000;
	font-size: 8pt;
}
#entry_content .fin 
{
	text-align: center;
	font-size: 8pt;
	margin: 3em 0 4em 0;
}
#entry_content .entry p.wp-caption-text 
{
	color: #CCC;
	text-align: center;
	font-size: 8pt;
	margin-top: 0;
}
#comments
/*Comment Text Box*/
{
	margin: 20px 0 0 0;
	width: 500px;
	border: 0;
}
/*******************/
a:link, a:visited, a:active
/*Links*/
{
	color: #fc3;
	border-bottom: none;
	text-decoration: none;
}
a:hover
{
	color: #000;
	border-bottom: 1px solid #fc3;
	text-decoration: none;
}
/***************/
.addthis_container
/*Bookmark This Add This*/
{
margin: 25px auto auto auto;
}
.addthis_container a img
{
width:auto;
}


















h2.widgettitle 
{
	margin: 2em 0 -.7em 0;
	font-size: 8pt;
	font-variant: small-caps;
	border-bottom: none;
}

ul 
{
	list-style-type: none;
}
.current_page_item, .current {
	width: 100%;
	border-right: 3px solid #999;
}
h1
{
	font-family: "Arial", "Franklin Gothic", sans-serif;
	font-size: 9pt;
}

h3
{
	font-family: "Arial", "Franklin Gothic", sans-serif;
	font-size: 9pt;
	margin: 1em 0 0 0;
	border-bottom: 1px solid #eee;
}

h4
{
	font-family: "Arial", "Franklin Gothic", sans-serif;
	font-size: 9pt;
	margin: 2em 0 0 0;
	font-variant: small-caps;
}

h5
{
	font-family: "Arial", "Franklin Gothic", sans-serif;
	font-size: 9pt;
	margin: .8em 0;
	margin: 1px;
	padding: 3px;
	border: 1px solid #999;
width: 20px;
height: auto;
	display: block;
}

h6
{
	font-family: "Arial", "Franklin Gothic", sans-serif;
font-size:10pt;
font-weight:bold;
}

pre
{
	margin:0;
	padding:0;
}

blockquote 
{
	width: 90%;
	margin: 2em auto;
	padding: 0 0 0 1em;
	border-left: 2px solid #000;
	font-style: italic;
}

blockquote:before, blockquote:after 
{
	content: "";
}

<!--blockquote, q {	quotes: "" "";}-->

.more-link
{

}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}



/* =Layout
------------------------------------------------------------------*/

.meta ul {
	margin: 1em 0 0 0;
}

.meta li {
	margin: .3em 0 0 0;
	line-height: 1.5em;
	padding: 0 0 .2em 0;
}

ul#categories li, ul#archives li {
	border-bottom: 0;
}




.header {
	margin: 0 0 1.5em 0;
}

.entry {
	margin: 0 0 4em 0;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.entry img.alignright {
	margin: 0;
}

.entry img.alignleft {
	margin: 0;
}

.offsite img {
	margin-top: 1em;
	border: 0;
}

#main_nav h1.masthead a {
	line-height: 1em;
}

dd.gallery-caption {
	font-size: 8pt;
	color: #CCC;
	line-height: 12px;
	margin-top: .5em;
}

.entry .gallery {
	margin-top: 0;
	padding-top: 0;
}

.delicious-desc {
	background: #FFF;
	font-family: "Arial", "Franklin Gothic", sans-serif;
}


.widget li {
	border-bottom: 0;
}

#main_nav ul {
	text-transform: uppercase;
	font-size: 8pt;
	list-style-type: none;
}

.entry {
	font-size: 8pt;
	line-height: 1.9em;
}





/*
.entry > p:first-child:first-letter {
	font-size: 8pt;
}

.entry > p:first-child:first-line {
	font-variant: small-caps;
	font-size: 1.3em;
}
*/
.entry ul, .entry ol {
	margin: 1.5em 0 0 0;
	padding-left: 2.2em;
}




blockquote {
	width: 90%;
	margin: 2em auto;
	padding: 0 0 0 1em;
	border-left: 2px solid #000;
	font-style: italic;
}

.entry img.wp-smiley {
	display: inline;
	border: 0;
	padding: 0;
	margin: 0;
}

.meta {
	margin: 0;
	font-size: 8pt;
	line-height: 1.9em;
}

.footnotes {
	margin: 3em 0 0 0;
	padding-left: 2.2em;
	border-top: 1px solid #999;
	font-size: 8pt;
	line-height: 1.2em;
}

li.footnote {
	margin-top: .5em;
}

.wp-tag-cloud {
	padding-left: 0;
}

.highlight {
	color: #ff9900;
}

.error {
	font-size: 10pt;
	text-align: center;
}


.more-link .bracket {
	line-height: 5em;
	font-size: 8pt;
}



code {
	font-size: 8pt;
}

.navigation {
	font-size: 8pt;
	border: none;
	font-variant: small-caps;
}




/* =Link Styles
------------------------------------------------------------------*/

#main_nav h1.masthead a {
	color: #999;
}
#main_nav h1.masthead a:hover {
	border-right: none;
}
#main_nav li {
	border-bottom: 1px solid #EEE;
}



.entry sup {
	font-size: 8pt;
	color: #aaa;
}

.entry sup a {
	border: 0;
	color: #3399FF;
	margin: 0;
	font-weight: normal;
	font-size: 8pt;
}

.entry h3 a, .entry h3 a:hover {
	color: #999;
	text-decoration: none;
	border: 0;
}

.entry a.more-link {
	color: #666;
	font-variant: small-caps;
	font-size: 8pt;
	border: 0;
	text-align: center;
	display: block;
	margin: 1em auto;
	text-transform: none;
	font-weight: normal;
	clear: both;
	
}


/* =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: 8pt;
	color: #999;
}

.smartarchives {
	margin: 2em 0 3em 0;
	font-size: 8pt;
}

.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;
}

.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;
	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 solid #000;
	padding-bottom: 1.5em;
}

#respond {
	margin: 3em 0 0 0;
	border: 0;
}

.moderation {
	margin-left: 4.4em;
}

.ctitle {
	font-variant: small-caps;
}

/* =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;
}

/* =Widget
------------------------------------------------------------------*/
.textwidget {
	margin-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #CCC;
}