/* 
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;
	}
a, a:link, a:visited {
	outline: none;
	text-decoration: none;
	}

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

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

blockquote, q {
	quotes: "" "";
}


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

#wrapper {
	width: 60em;
	margin: 0 auto;
}

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

#content {
	width: 50em;
	margin: 2em 0 0 0;
	float: right;
	display: inline;
	min-height: 30em;
}

#entry_content {
	width: 30em;
	margin: 0 2.5em 0 4.5em;
	float: left;
	display: inline;
}

#supplementary {
	width: 11em;
	margin: 0 0 0 0;
	float: right;
	display: inline;
}

#footer_contact {
	width: 15.7em;
	float: right;
	display: inline;
}

#footer_info {
	margin: 0 0 0 20em;
    width: 550px;
	float: left;
	display: inline;
	font-size: 9px;
	line-height: 12px;
}

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


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

#footer {
	clear: both;
	border-top: 1px solid #000;
}

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

.description {
        padding-top: 50px;
}

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

.entry {
	margin: 0 0 4em 0;
}

.alignleft {
	float: left;
}

.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 {
	background: #FFF;
	font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, sans-serif;
color: white;
}

h1, h2, h3, h4, h5, #main_nav ul, .date, .description, .ctitle, .fin,
 	.entry > p:first-child:first-line, .error, .navigation, .more-link, .comment-author, .comment-meta {
	font-family: "Hoefler Text", "Constantia", Georgia, "Times New Roman", Times, serif;

}

h1, .date, .description {
	font-variant: small-caps;
}

h1 {
	font-size: 1.5em;
}

h2 {
	font-size: 1.7em;
	margin-bottom: 1em;

}

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

#supplementary h3, h2.widgettitle {
	margin: 2em 0 -.7em 0;
	font-size: 1.15em;
	font-variant: small-caps;
	border-bottom: none;
}

.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: .75em;
	line-height: 1.9em;
}

#entry_content p {
	margin: .7em 0 2em 0;
}

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

.commentcount {
	color: #aaa ;
}

#entry_content .date {
	margin: -2em 0 2em 0;
}

.entry > p:first-child:first-letter {
	font-size: 2em;
}

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

#search {
	margin-top: 1.5em;
	border-bottom: 1px dotted #CC9933;
}

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

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

.entry img {
	margin: 1.5em auto 0 auto;
	padding: 3px;
	border: 1px solid #CC9933;
	display: block;
}

.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 {
	border-bottom: 1px dotted #EEE;
}

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

.meta {
	margin: 0;
	font-size: .7em;
	line-height: 1.9em;
}

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

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

code {
	font-size: 1.2em;
}

.navigation {
	font-size: .9em;
	border-top: 1px solid #EEE;
	font-variant: small-caps;
}

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


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

a {
	color: #CC9933;
}

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

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

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

h2 a:hover {
	color: #999;
	border-bottom: 0px solid #FF9900;
}

h3 {
	margin: 2em 0 0 0;
}

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

.entry a, .navigation a {
	font-weight: bold;
	font-size: 12px;
	color: #CC9933;
	border-bottom: 1px solid #EEE;
}

.entry a:hover, .navigation a:hover {
	color: #FF9900;
	border-bottom: 1px dotted #333;
}

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

.entry sup a {
	border: 0;
	color: #ffcc00;
	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%;
        color: #ff9900;
	border-bottom: 0px solid #ff9900;
}

#footer a {
	border-bottom: 0px solid #eee;
}

#footer a:hover {
	color: #ffcc00;
	border-bottom: 0px solid #FF9900;
}

#supplementary a {
	color: #888;
}

#supplementary a:hover {
	color: #ffcc00;

}

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

.entry h3 a, .entry h3 a:hover {
	color: #333;
	text-decoration: none;
	border: 0;
}

.entry 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;
	clear: both;
	text-decoration: underline;
}


/* =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: #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 {
	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 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;
}

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

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


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

body {
  background: #000 url("/bound_bg.jpg") left top fixed no-repeat;
}

.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: 0px dotted #CCC;
}

.right_space {
        border-top: 1px solid #F00;
}

#right_side_social {
        text-align: center;
        border-bottom: 1px dotted #e09b0f;
        padding-bottom: 20px;
}

#right_side_social img {
        border: none;
        padding: 2px;
}

#recruitment_widget, #meetup_widget, #combat_logs_widget {
        border-bottom: 1px dotted #e09b0f;
        padding-bottom: 20px;
        text-align: center;
		cursor: pointer;
}

#pages_widget {
        border-bottom: 1px dotted #e09b0f;
        padding-bottom: 20px;
}

#recruitment_widget h3, #meetup_widget h3, #combat_logs_widget h3, #pages_widget h3 {
        padding: 0px;
        margin: 0px;
}

#recruitment_widget p, #meetup_widget p, #combat_logs_widget p, #pages_widget p {
        padding: 0px;
        margin: 0px;
        padding-bottom: 10px;
}

#pages_widget p {
        text-align: left;
        padding: 0px;
        margin: 0px;
        padding-bottom: 10px;
        line-height: 20px;
}

.class {
       text-align: center;
}

.closed {
        color: #F00;
}

.open {
        color: #090;
}

.pages_lvl1 {
        text-align: left;
        padding: 0px;
        margin: 0px;
}

.pages_lvl1 li {
        padding: 0px;
        margin: 0px;
}

.pages_lvl2 {
        text-align: left;
        padding-left: 20px;
        padding-top: 0px;
        margin-top: 0px;
}





/* 
 *	This file was created by dumping out the CSS inserted by js-kit
 *	using Firefox Firebug. 
 *	2009-08-12 14:15:16-04
 */

.js-CommentsSkin-echo .jsk-ThreadWrapper {
	margin-bottom: 1em;
	padding: 10px;
	-moz-border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
}

.js-CommentsSkin-echo .jsk-StreamWrapper {
	margin-bottom: 1em;
	background: url(//js-kit.com/images/dot-gray.png) repeat-x bottom;
}

.js-CommentsSkin-echo .jsk-HeaderWrapper {
	padding-top: 1em;
	padding-bottom: 1em;
}

.js-CommentsSkin-echo textarea.js-CmtText-noWYSIWYG,
.js-CommentsSkin-echo textarea.js-CmtTextEdit-noWYSIWYG {
	border: 0px;
	background: #000;
}

.js-CommentsSkin-echo .jsk-CommentFormBody-noWYSIWYG, 
.js-CommentsSkin-echo .jsk-CommentEditFormBody-noWYSIWYG {
	border: 1px solid #BBBBBB;
	padding: 5px 7px;
	background: #FFFFFF;
}

.js-CommentsSkin-echo .js-commentTool {
	display: none;
}

.js-CommentsSkin-echo .js-singleCommentAvatar {
	background-position: center;
}

.js-CommentsSkin-echo .js-singleCommentAvatarWrapper {
	padding: 2px;
}

.js-PageMore {
	text-align: center;
	border: solid 1px #E4E4E4;
	padding: 10px;
	-moz-border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
	font-weight: bold;
	background-color:
	#000;
}

.jsk-HeaderInfoBox {
	float: left;
}

.jsk-HeaderInfoBoxImg {
	float: left;
	padding: 0px;
	width: 16px;
	height: 16px;
}

.jsk-CommentsCountWrap {
	float: left;
	padding: 0px;
	margin-left: 5px;
	line-height: normal !important;
}

.jsk-CommentsCount {
	font-weight:
	bold !important;
}

.jsk-HeaderMenu {
	float: right;
	width: 112px;
}

.jsk-MenuAdmin {
	float: right;
}

.jsk-MenuAdmin .jskit-MenuItem {
	text-align: left;
}

.jsk-ItemWrapper {
	padding-bottom: 1em;
	padding-top: 1em;
	background: url(//js-kit.com/images/dot-gray.png) repeat-x
	top;
	line-height: 150%;
}

.jsk-ItemUserAvatar {
	float: left;
	width: 48px;
	height: 48px;
}

.jsk-ItemContentWrapper {
	margin-left: 10px
}

.jsk-ItemFooter {
	text-align: left;
}

.jsk-ItemAttachmentsTitle {
	float: left;
	line-height: 100%;
	font-size: 0.8em;
	padding: 1px;
}

.jsk-ItemAttachmentIconWrapper {
	padding: 5px;
	border: 1px solid #ECECEC;
}

.jsk-ItemAttachmentWrapper {
	float: left;
	margin: 0px;
	margin:
	5px 12px 5px 12px;
	text-align: center;
	width: 110px;
}

.js-singleCommentAdminStar {
	border: 0;
	width: 16px;
	height: 16px;
	vertical-align:
	middle;
	display: none;
}

.jsk-CommentFormSurface {
	zoom: 1;
	-moz-border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
	border: 1px solid
	#dddddd;
	padding: 11px;
	line-height: normal;
}

.jsk-CommentFormSurface input {
	line-height: normal;
	font-size: 10pt;
}

.jsk-CommentFormAvatar {
	float: left;
}

.jsk-CommentFormFooter {
	margin-top: 11px;
	width: 100%;
}

.jsk-CommentFormAvatarsArea {
	border: 1px
	solid #bbbbbb;
	margin: 0em 0em 0.6em 0em;
	padding: 0.3em;
}

.jsk-CommentFormAvatarsArea .jsk-avt-section-label {
	font-weight: bold;
	font-size: 12px;
}

.jsk-CommentFormAvatarsArea .jsk-avt-upload-label {
	font-size: 8pt;
}

.jsk-CommentFormInputsWrapper {
	padding-left:
	113px;
	margin-bottom: 11px;
}

.jsk-CommentFormButton {
	margin-left: 0.5em;
}

.jsk-CommentFormWrapper {
	margin-bottom: 1em;
}

.jsk-PagerWrapper {
	width: 100%;
	text-align: center;
	padding: 0.75em 0px;
}

.jsk-Pager {
	border: 0;
	margin: 0;
	padding: 0;
	display:
	inline;
}

.jsk-Pager li {
	border:0;
	margin:0;
	padding:0;
	list-style:none;
	display: inline;
	margin-left: 3px;
}

.jsk-Pager a {
	border: solid
	1px #DDDDDD;
}

.jsk-Pager .jsk-PrevOff, .jsk-Pager .jsk-NextOff {
	color:#666666;
	padding: 5px 8px;
}

.jsk-Pager .jsk-Prev a,
.jsk-Pager .jsk-Next a {
	border:solid 1px #DDDDDD;
}

.jsk-Pager .jsk-Active {
	color:#ff0084;
	font-weight:bold;
	padding: 5px 8px;
}

.jsk-Pager a:link,
.jsk-Pager a:visited {
	color:#0063e3;
	padding: 4px 7px;
	text-decoration:none;
}

.jsk-Pager a:hover {
	border:solid 1px #666666;
}

.jsk-PrimaryBackgroundColor {
	background-color: #000;
}

.jsk-SecondaryBackgroundColor {
	background-color: #f4f4f4;
}

.jsk-PrimaryHighlightColor {
	color: #fffea9;
}

.jsk-SecondaryHighlightColor {
	color: #ffff00;
}

.jsk-PrimaryFontColor {
	color: #3a3a3a;
}

.jsk-SecondaryFontColor {
	color: #c6c6c6;
}

.jsk-ThreadWrapper a, .jsk-LinkColor {
	color: #476cb8;
}

.jsk-H1Color {
	color: #878487;
}

.jsk-PrimaryFont,
.jsk-CommentFormSurface input {
	font-family: Lucida grande, Tahoma, Verdana, Arial;
}

.jsk-PrimaryFont {
	font-size: 8pt;
	font-weight: normal;
}

.jsk-H1Font {
	font-size: 1.38em;
	font-weight: bold;
	line-height: 1.4em;
}

.jsk-LinkFont, .jsk-ThreadWrapper a,
.jsk-ThreadWrapper a:hover {
	text-decoration: none;
	font-weight: normal;
}

.jsk-DisabledFontColor {
	color: #cccccc;
}

.jsk-ItemName {
	font-weight: bold;
}

input.jsk-CommentFormButton {
	font-size: 1.25em;
}

.jsk-HeaderMenu table td {
	border-spacing: 0;
	padding: 0;
	margin: 0;
	vertical-align: middle;
	height: 16px;
}

.jsk-HeaderMenu table td .js-singleCommentMenuTitleExpandMarker {
	margin: 0;
	padding: 0;
}

.jsk-HeaderMenu .js-singleCommentMenuTitle {
	padding: 0;
	margin: 0;
}

.js-CommentsSkin-echo .js-poweredBy {
	font-family: Arial;
	font-size:
	9px;
	color: #bbbbbb;
	margin-top: 1.2em;
	white-space: nowrap;
	line-height: normal;
	text-align: right;
}

.js-CommentsSkin-echo .js-poweredBy-wrapper {
	float: right;
}

.js-CommentsSkin-echo .js-poweredBy-logo {
	border: none;
	margin-left: 5px;
	height: 14px;
	width:
	25px;
	float: right;
}

.js-CommentsSkin-echo .js-poweredBy-text {
	float: right;
}

.js-CommentsSkin-echo .js-commentAvatar {
	margin: 0;
}

.js-CommentsSkin-echo .js-commentFieldInput {
	outline: 0px;
	border: 0px solid;
	width: 100%;
}

.js-CommentsSkin-echo .js-commentFieldLabel {
	clear: none;
	margin: 0;
}

.js-CommentsSkin-echo .js-authSelector {
	float: none;
}

.js-CommentsSkin-echo .js-singleComment {
	border: none;
}

.js-CommentsSkin-echo .js-singleCommentBg {
	padding: 0;
	position: static;
}

.js-CommentsSkin-echo .js-singleCommentCtls {
	float: none;
}

.js-CommentsSkin-echo .js-singleCommentDate {
	font-size: 1em;
}

.js-CommentsSkin-echo .js-previewImageDescr {
	width: 110px;
}

.js-CommentsSkin-echo .js-singleCommentCtls {
	white-space: normal;
}

.js-CommentsSkin-echo .jsk-ItemAge {
	float: left;
	margin: 0 0.5em 0
	0;
}

.js-CommentsSkin-echo .js-singleCommentCtls {
	float: left;
}

.js-kit-nonClickable {
	cursor: default;
}

.js-singleViaLinkWrapper {
	text-align: right;
	float: right;
	margin-right: 7px;
}

.js-singleCommentViaIcon {
	border: 0;
	margin: 0.1em 0.3em 0 0.3em;
	width: 16px;
	height: 16px;
	float: right;
}

.js-singleViaText {
	margin-bottom: 0.5em;
	white-space: nowrap;
	float: right;
}

table.mceToolbar {
	width: auto
	!important;
}

table.mceLayout td {
	padding: 0px !important;
}


.roster {
	font-size: 12px;
}

#blizzard_copyright {
	font-size: 9px;
}

