/* 
Theme Name: Abrupt Theme
Theme URI: http://www.abrupt.org/abruptlog
Description: A grid-based, black and white WordPress theme with color highlights. Modified from Oulipo.
Version: 1.0.6
Author: Abrupt (Based on Oulipo theme by A. Mignolo) 
Author URI: http://andreamignolo.com
Tags: white, three-columns, fixed-width, threaded-comments, sticky-post

License: GNU General Public License v3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html

*/


/* =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     { margin: 0 2em 0 3em; width: 63em }

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

#content        { display: inline; margin-top: 2em; margin-right: 2em; margin-bottom: 0; padding-top: 5em; width: 52em; min-height: 30em; float: right; clear: both }

#entry_content       { display: inline; margin-top: 1em; margin-bottom: 0; margin-left: 5em; position: relative; left: -2em; width: 33em; float: left }

#supplementary         { display: inline; margin-right: 2em; position: relative; width: 10em; float: right }

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

#footer_info {
  margin: 0 0 0 20em;
    width: 45em;
  float: left;
  display: inline;
}

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


.meta ul   { margin-top: 1em; margin-bottom: 0; margin-left: 0; width: 27em }

.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: 0.1em 0 1.5em; padding: 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 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;
}

h1, h2, h3, h4, h5, #main_nav ul, .date, .author, .description, .ctitle, .fin,
   .entry > p:first-child:first-line, .error, .navigation, .more-link, .comment-author, .comment-meta {
  font-family: Palatino, "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;
  margin-bottom: 1px;
}

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

#entry_content td.description {
  padding-left: 2em;
  padding-bottom: 2px;
  border-bottom: 1px dotted #CCC;
}

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

.commentcount {
  color: #AA0000 ;
}

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

#entry_content .author  { font-size: 10pt; font-variant: small-caps; margin-top: -1.75em; margin-bottom: 2em; padding-bottom: 0.5em; border-bottom: 1px solid #eee }

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

#headerbar    { background-color: white; display: inline; padding-top: 1em; position: fixed; z-index: 40; width: 100% }

#headerbar .description    { margin-bottom: 0; padding-bottom: 1em; z-index: 35; border-bottom: 5px double #aa0000 }

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

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

#searchform {
  margin-top: -1em;
  text-align: left;
  padding: .5em 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 #000;
  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   { font-size: 0.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    { margin-left: 1.5em; width: 17em }

code {
  font-size: 1.2em;
}

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

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


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

a  { color: #666 }

#main_nav h1.masthead a {
  color: #FF9900;
}

#main_nav h1.masthead a:hover  { border-right: medium none }

#headerbar h1.masthead a {
  color: #a00;
  font-size: 2em;
}

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

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

h2 a:hover  { color: #a00 }

h3 {
  margin: 2em 0 0 0;
}

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

.entry a, .navigation a  { color: #a00; font-size: 14px; font-weight: bold; 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: #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 none }

.navlink      { font-family: Palatino, "Hoefler Text", Constantia, Georgia, "Times New Roman", Times, serif; font-variant: small-caps; padding-top: 1em; margin-bottom: 5px }

.navlink img  { vertical-align: top; border-width: 0 }

.navlink img.nxt   { margin-left: 2px }
.navlink img.prv   { margin-right: 3px }

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

#main_nav li.current-cat { font-weight: bold }

#supplementary .post_nav p.navlink a     { color: black; font-size: 13pt }

#supplementary .post_nav p.navlink a:hover    { color: #a00 }

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

#main_nav a:hover, .current_page_item, .current  { color: #a00; width: 100% }

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

#footer a:hover {
  color: #a00;
}

#supplementary a {
  color: #888;
}

#supplementary a:hover {
  color: #a00;

}

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


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

li.current_page_item {
	font-weight: bold;
}


/* =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 {
  width: 100%;
  margin: 3em 0 0 0;
  border: 0;
}

.moderation {
  margin-left: 4.4em;
}

.ctitle {
  font-variant: small-caps;
}

.comment-body {
	padding-bottom: .5em;
	margin-bottom: .5em;
	border-bottom: 1px dotted #a00;
}



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

/* =onmouseover grow image
------------------------------------------------------------------*/
a.rollover  { position: relative; z-index: 20; }

a.rollover:hover  { display: inline; z-index: 50; }

a.rollover span  { display: none }

a.rollover:hover span     { display: block; position: fixed; top: 0 }

a.rollover:hover span img  { background-color: #fff; padding: 15px; border-width: thin; border-color: black }

/* =GD Star Rating custom styles
------------------------------------------------------------------*/

.ratingstarsinlineright { float: right; margin-left: 6px; }

.ratingtext_listing { font-size: 8pt; padding-bottom: 2px; margin-bottom: 2px; margin-top: 0px; color: #666; }


/* =Culture Jamming
------------------------------------------------------------------*/

.cj {
	background-image: url("../../../img/cj/cjback3.gif");
	background-attachment: fixed;
	}
	
.cj_footer    { margin-top: 2em; margin-bottom: -2em; border-top: 1px dotted }

.cj_footer p   { font-size: 9pt; font-family: Palatino, Times, "Times New Roman", serif; font-weight: normal; text-align: center; margin-bottom: 0 }

#cj_bored p   { font-size: 10pt; line-height: 1.25; text-align: justify; text-indent: 4em; margin-top: 0; margin-bottom: 6pt }

#cj_bored span    { font-size: 48pt; font-weight: bold; text-align: center; text-indent: 0; display: block; margin-top: -10pt; margin-bottom: -10pt }


#entry_content.cj p {
	font-family: Palatino, Times, "Times New Roman", serif;
	font-size: 9pt;
	}
	
#entry_content.cj img {
	width: 82px;
	height: 110px;
	margin: 6px;
	}
	
#entry_content a.cjtitle {
	font-family: Palatino, Times, "Times New Roman", serif;
	font-variant: small-caps;
	font-size: 11pt;
	font-weight: bold;
	color: black;
	}

#entry_content a.cjtitle:hover {
	color: #a00;
	}

#entry_content span.cj_colleft {
	float: left;
	text-align: left;
	width: 48%;
	}

#entry_content span.cj_colright {
	float: right;
	text-align: right;
	width: 48%;
	}

#spehe_header  { background-image: url("../../../img/cj/specoff2.gif"); background-repeat: repeat-x; background-position: 24px 25%; width: 100%; height: 2em }

/* =Poetry
------------------------------------------------------------------*/
#entry_content td.poetry_excerpt  {
	font-size: 8pt;
	margin-top: 3px;
	font-family: Palatino, "Hoefler Text", Constantia, Georgia, "Times New Roman", Times, serif;
	border-bottom: 1px solid #bbb;
}

#entry_content td.poetry_excerpt p {
  margin-bottom: .5em;
}

#entry_content a.poetry_title {
	color: #a00;
	width: 60%;
	font-size: 13pt;
	text-indent: 0;
	padding-right: 1em;
}

#entry_content a.poetry_title:hover {
	text-decoration: underline;
}


/* =EDITORIALS
------------------------------------------------------------------*/
#fractback  { color: #ffffff; background-color: black; background-image: url("/abruptlog/img/fractbak.png"); background-repeat: repeat-y; padding: 2em 2em 2em 7em; text-decoration: none}

#fractback a { color: #a55; font: inherit; border: 0 }
#fractback a:visited { color: #77a }
#fractback H3 { text-align: center; color: #FF0000; font-size: 12pt; border: 0 }
#fractback P.small { font-size: 9pt }
