/*
    Project: Poet Lore
    http://www.poetlore.com/
    Schematic and design by Joshua Hill (joshua.d.hill@gmail.com)
    Elemental Web Designs (http://www.e-lemental.com)
    CSS created from CrystalX prototype by Vit Dlouhy
        
    Last revision: 6-2-2008
    
    Structure:
        display | position | float | overflow | width | height | border | margin | padding | background | align | font
*/

* {min-height:1px;}
body {border:0; margin:0; padding:0; background:#FFFFFF url("http://www.poetlore.com/design/bg.gif") 0 0 repeat-x; font:70%/160% "verdana",sans-serif; color:#000000; _text-align:center;}

a {color:#000000;}
a:hover {color:#C0C0C0;}

p {border:0; margin:15px 0; padding:0;}

div {display:block; border:0; margin:0; padding:0;}

h1, h2, h3, h4, h5 {border:0; margin:15px 0 10px 0; padding:0; font-weight:bold;}
h1 {font-size:260%; line-height:100%; font-family:"georgia",serif; font-weight:normal;}
h2 {font-size:180%; line-height:100%; font-family:"georgia",serif; font-weight:normal; font-style:underline;}
h3 {font-size:120%; line-height:100%; font-weight:bold;}
h4 {font-size:120%;}
h5 {font-size:100%;}

/* table {display:table; border-collapse:collapse; margin:15px 0; padding:0; border:1px solid #000000; font-size:100%;}
tr {display:table-row;}
th, td {display: table-cell; border:1px solid #000000; margin:0; padding:5px; vertical-align:top; text-align:left;}
th {background:#FFFFFF; text-align:center; color:#000000; font-weight:bold;} */

ul, ol {display:block; border:0; margin:15px 0 15px 40px; padding:0;}
ol {list-style-type:decimal;}
li {display:list-item; border:0; margin:0; padding:0; _height:1px;}
ul ul, ul ol, ol ol, ol ul {margin: 0 0 0 20px;}

dl {border:0; margin:15px 0; padding:0;}
dt {border:0; margin:0; padding:0; font-weight:bold;}
dd {border:0; margin:0 0 0 30px; padding:0;}

form {border:0; margin:0; padding:0;}
fieldset {border:1px solid #ccc; margin:15px 0; padding:10px;}
legend {margin-left:10px; font-size:100%; font-weight:bold; color:#000000;}

hr {display:block; height:1px; margin:10px 0; padding:0; background:#FFFFFF; border:0 solid #FFFFFF; color:#FFFFFF;}

a, img, span {border:0; margin:0; padding:0;}
abbr, acronym {border-bottom:1px dotted #CCC; cursor:help;}

del, .through {text-decoration:line-through;}
strong, .strong {font-weight:bold;}
cite, em, q, var {font-style:italic;}
code, kbd, samp {font-family:monospace; font-size:110%;}

/* Floating */
.f-left {float:left;}
.f-right {float:right;}
.fleft {float:left; margin:4px; border: 2px solid black;}
.fright {float:right; margin:4px;}

/* Images */
.thumb {border:1px solid black;}
.full {float:left; margin: 4px 8px; border:1px solid black; height:300px;}

/* Text align */
.t-left {text-align:left;}
.t-center {text-align:center;}
.t-right {text-align:right;}

.va-middle {vertical-align:middle;}

.clear {clear:both;}
.box {min-height:1px; _height:1px;}
.box:after {content:"."; display:block; line-height:0px; font-size:0px; visibility:hidden; clear:both;}

.nom {margin:0;}
.noscreen {display:none;}

/* -----------------...........--------------------------------------------------------------------------------------- */

#main {width:800px; margin:10px auto 0 auto; _text-align:left;}

/* Header */
#header {position:relative; top:0px; left:-15px; width:800px; height:242px; margin:0; padding:0; background:#FFFFFF url("http://www.poetlore.com/design/headerframe.png") 0 0 no-repeat; color:#FFF;}
#header1 {position:relative; top:5px; left:10px; width:425px; height:125px; margin:0; padding:0; background:transparent url("http://www.poetlore.com/design/header1.png") 0 0 no-repeat; color:#FFF;}
#header2 {position:relative; top:0px; left:436px; width:350px; height:225px; margin:0; padding:0; background:#FFFFFF url("http://www.poetlore.com/design/header2.png") 0 0 no-repeat; color:#FFF;}

    /* Header - logo */
    #header #logo {position:absolute; top:35px; left:35px; margin:0;}

/*    #header #logo a {color:#FFFFFF;}
    #header #logo a:hover {color:#FFFFFF; text-decoration:underline;} */
    
/* Main menu (tabs) */
#tabs {background:#FFFFFF; margin:0 5px; padding:10px 0 0 0; height:32px;}

    #tabs ul {margin:0 10px; padding:0; list-style:none;}
    #tabs ul li {margin:0 5px 0 0; padding:0; float:left;}
    #tabs ul li a {display:block; position:relative; padding:7px 15px; border:0; background:url("http://www.poetlore.com/design/tab_link.png") 0 0 repeat-x; color:#FFFFFF; font-weight:bold; text-decoration:none; cursor:pointer;}
    
    /* Main menu (tabs - link) */
    #tabs ul li a span.tab-l, #tabs ul li a:hover span.tab-l {position:absolute; top:0; left:0; _left:-15px; width:8px; height:35px; background:url("http://www.poetlore.com/design/tab_link_l.png") 0 0 no-repeat;}
    #tabs ul li a span.tab-r, #tabs ul li a:hover span.tab-r {position:absolute; top:0; right:0; _right:-1px; width:8px; height:35px; background:url("http://www.poetlore.com/design/tab_link_r.png") 100% 0 no-repeat;}
    
    /* Main menu (tabs - hover) */
    #tabs ul li a:hover {background:url("http://www.poetlore.com/design/tab_hover.png") 0 0 repeat-x; color:#000000;}
    #tabs ul li a:hover span.tab-l {background:url("http://www.poetlore.com/design/tab_hover_l.png") 0 0 no-repeat;}
    #tabs ul li a:hover span.tab-r {background:url("http://www.poetlore.com/design/tab_hover_r.png") 100% 0 no-repeat;}
    
    /* Main menu (tabs - active) */
    #tabs ul li#active a {background:url("http://www.poetlore.com/design/tab_hover.png") 0 0 repeat-x; color:#000000;}
    #tabs ul li#active a span.tab-l {position:absolute; top:0; left:0; _left:-15px; width:8px; height:35px; background:url("http://www.poetlore.com/design/tab_active_l.png") 0 0 no-repeat;}
    #tabs ul li#active a span.tab-r {position:absolute; top:0; right:0; width:8px; height:35px; background:url("http://www.poetlore.com/design/tab_active_r.png") 100% 0 no-repeat;}

/* Page (2 columns) */
#page {width:770px; min-height:1px; background:#FFF url("http://www.poetlore.com/design/bg_page.png") 0 0 repeat-y; _height:1px;}
#page-in {min-height:1px; padding:10px 0; background:url("http://www.poetlore.com/design/bg_page_in.png") 0 0 no-repeat; _height:1px;}

/* Strip */
#strip {position:relative; clear:both; padding:3px 20px 10px 20px; color:#000000;}
#strip p {margin:0;}
#strip a {color:#000000;}
#strip a:hover {color:#C0C0C0;}

    /* Strip - breadcrumbs */
    #strip #breadcrumbs {width:520px; margin:0; padding:0;}
    
/* Content */
#content {float:left; width:530px; _width:550px; margin:0; padding:0 0 0 20px;}

    /* Content - welcome */
    #content .welcoming {clear:both; margin:0; padding:2px; background:url("http://www.poetlore.com/design/content_welcome_top.png") 0 0 no-repeat;}
	
    #content .welcome {clear:both; margin:0; padding:20px; background:url("http://www.poetlore.com/design/content_welcome_bg.png") 0 0 repeat;}
    #content .welcome h2 {margin:-10px -20px; padding:10px; 0 0 repeat-y; color:#000000; font-style:underline;}
    #content .welcome h2 span {background:url("") 0 50% no-repeat; padding-left:10px;}
    
    #content .welcome p {text-align:justify;}
    #content .info {margin:10px 0; padding-bottom:8px; border-bottom:1px solid #000000; color:#000000; }
    #content .info a {color:#000000;}
    #content .info a:hover {color:#C0C0C0;}
    
    #content .info span.note {padding-left:15px; background:url("http://www.poetlore.com/design/ico_archive2.png") 0 50% no-repeat; margin-left:8px; font-style:bold;}

    #content .welcomed {clear:both; margin:0; padding:20px; background:url("http://www.poetlore.com/design/content_welcome_btm.png") 0 0 no-repeat;}
	
    /* Content - article */
    #content .article {clear:both; margin:0; padding:20px; background:url("http://www.poetlore.com/design/content_article_bg.png") 0 0 no-repeat;}
    #content .article h2 {margin:0 -20px; padding:10px; background:#000000 url("http://www.poetlore.com/design/content_title_bg.png") 0 0 repeat-y; color:#FFFFFF; font-style:underline;}
    #content .article h2 span {background:url("http://www.poetlore.com/design/ico_list.png") 0 50% no-repeat; padding-left:25px;}
    
    #content .article p {text-align:justify;}
    #content .info {margin:10px 0; padding-bottom:8px; border-bottom:1px solid #000000; color:#000000; }
    #content .info a {color:#000000;}
    #content .info a:hover {color:#C0C0C0;}
    
    #content .info span.date, #content .info span.cat, #content .info span.user, #content .info span.comments {padding-left:15px;} #content .info span.note {padding-left:15px;}
    #content .info span.date {background:url("http://www.poetlore.com/design/ico_date.gif") 0 50% no-repeat;}
    #content .info span.cat {background:url("http://www.poetlore.com/design/ico_cat.gif") 0 50% no-repeat; margin-left:8px;}
    #content .info span.user {background:url("http://www.poetlore.com/design/ico_user.gif") 0 50% no-repeat; margin-left:8px;}
    #content .info span.comments {background:url("http://www.poetlore.com/design/ico_comments.gif") 0 50% no-repeat; margin-left:8px;}
    #content .info span.note {background:url("http://www.poetlore.com/design/ico_archive2.png") 0 50% no-repeat; margin-left:8px; font-style:bold;}
	
    #content #rss {float:right; width:175px; _width:200px; margin:0; padding-left:25px; background:url("http://www.poetlore.com/design/ico_rss.gif") 0 50% no-repeat}
  
    /* Content - Issues */
    #welcome table {display:table; border-collapse:collapse; margin:15px; padding:0; border:0; font-size:100%;}
    #welcome tr {display:table-row;}
    #welcome td {display: table-cell; border:0; margin:0; padding:5px 15px; vertical-align:top; align: center; text-align:center;}
    
    /* Content - More */
    #content .btn-more {margin:0 0 15px 0; padding:0; border:0; position:relative;}
    #content .btn-more a {display:block; position:absolute; top:0; right:0; width:67px; _width:95px; height:21px; margin:0; padding:0 0 0 28px; background:url("http://www.poetlore.com/design/btn_more.png") 0 0 no-repeat; color:#FFF; text-decoration:none;}
    #content .btn-more a:hover {background:url("http://www.poetlore.com/design/btn_more.png") -95px 0 no-repeat;}

/* Right column */
#col {float:left; width:200px; margin:0; padding:0; background:#FFFFFF url("http://www.poetlore.com/design/col_bg.png") 0 0 repeat-y;}
#col-in {padding:20px 10px; background:url("http://www.poetlore.com/design/col_top.png") 0 0 no-repeat;}
#col h3 {padding:13px 15px 14px 15px; margin:0 -10px 15px -10px; background:#FFFFFF url("http://www.poetlore.com/design/col_title_bg.png") 0 0 repeat-y; color:#FFFFFF;}

    /* Right column - About me */
    #col #about-me {margin-bottom:15px; line-height:130%;}
    #col #about-me p {margin:0;}
    #col #about-me #me {float:left; width:54px; height:58px; margin-right:7px;}

    /* Right column - Category */
    #col ul#category {margin:15px 0; padding:0; list-style:none;}
    #col ul#category li {margin:0; padding:0; border-bottom:1px solid #000000;}
    #col ul#category li a {display:block; padding:3px 0 3px 22px; background:url("http://www.poetlore.com/design/ico_archive.gif") 5px 6px no-repeat; text-decoration:none;}
    #col ul#category li a:hover {background-color:#000000; color:#FFFFFF;}
    #col ul#category li#category-active a {background:#000000 url("http://www.poetlore.com/design/ico_archive2.gif") 5px 50% no-repeat; color:#FFFFFF;  font-weight:bold;}
    
    /* Right column - Archive */
    #col ul#archive {margin:15px 0; padding:0; list-style:none;}
    #col ul#archive li {margin:0; padding:0; border-bottom:1px solid #000000;}
    #col ul#archive li a {display:block; padding:3px 0 3px 22px; background:url("http://www.poetlore.com/design/ico_archive.gif") 5px 50% no-repeat; text-decoration:none;}
    #col ul#archive li a:hover {background-color:#000000; color:#FFFFFF;}
    #col ul#archive li#archive-active a {background:#000000 url("http://www.poetlore.com/design/ico_archive2.gif") 5px 6px no-repeat;; color:#FFFFFF;  font-weight:bold;}
 
   /* Right column - Current Issue */
    #col #current-issue {margin:15px 0; padding:0; list-style:none; height:475px}
    #col #current-issue {margin:0; padding:0; border-bottom:0px;}
    #col #current-issue img {border:2px solid black;}
    #col #current-issue .buy {line-height:19px;}
    #col #current-issue .sub {line-height:20px;}
    #col #current-issue .buy a {display:block; padding:0px 10px; background:url("http://www.poetlore.com/design/buyup.gif") 0px 0px no-repeat; text-decoration:none;}
    #col #current-issue .buy a:hover {background:url("http://www.poetlore.com/design/buydown.gif") 0px 0px no-repeat; text-decoration:none;}
    #col #current-issue .sub a {display:block; padding:0px 10px; background:url("http://www.poetlore.com/design/subup.gif") 0px 0px no-repeat; text-decoration:none;}
    #col #current-issue .sub a:hover {background:url("http://www.poetlore.com/design/subdown.gif") 0px 0px no-repeat; text-decoration:none;}    
    
    /* Right column - Links */
    #col ul#links {margin:15px 0; padding:0; list-style:none;}
    #col ul#links li {margin:0; padding:0; border-bottom:1px solid #000000;}
    #col ul#links li a {display:block; padding:3px 0 3px 22px; background:url("http://www.poetlore.com/design/ico_links.gif") 5px 6px no-repeat; text-decoration:none;}
    #col ul#links li a:hover {background-color:#000000; color:#FFFFFF;}

	/* Right column - Logo */
    #col #wclogo {margin: 0px 0; padding:0; list-style:none; border-top: 1px solid black; border-bottom: 1px solid black}
    #col #wclogo a {display:block; padding:55px 0 55px 0px; background:url("http://www.poetlore.com/design/wclogo.png") 10px 6px no-repeat; text-decoration:none;}
	
/* Footer */
#footer {position:relative; clear:both; width:770px; height:60px; margin-bottom:0px; background:url("http://www.poetlore.com/design/footer.png") 0 0 no-repeat; color:#00000;}
#footer a {color:#000000;}
#footer a:hover {color:#C0C0C0;}

    /* Footer - "back on top" */
/*  #top {position:absolute; top:16px; left:521px;}
    #top p {position:relative; width:30px; height:25px; margin:0; overflow:hidden;}
    #top p span {display:block; position:absolute; left:0; top:0; z-index:1; width:30px; height:25px; background:url("http://www.poetlore.com/design/ico_top.gif") 0 0 no-repeat; cursor:pointer;}
    #top a:hover span {background:url("http://www.poetlore.com/design/ico_top.gif") -30px 0 no-repeat;} */
	
	/* Footer - Writer's Center Logo */
/*  #logo {position:absolute; top:-100px; left:570px;}
    #logo p {position:relative; width:158px; height:101px; margin:0; overflow:hidden;}
    #logo p span {display:block; position:absolute; left:0; top:0; z-index:1; width:158px; height:101px; background:url("http://www.poetlore.com/design/wclogo.png") 0 0 no-repeat; cursor:pointer;}
    #logo a:hover span {background:url("http://www.poetlore.com/design/cwlogo.png") 0 0 no-repeat;} */

    /*  Footer - copyright */
    #footer p#copyright {position:absolute; top:-10px; left:40px; margin:0; color:#000000;}

    /* Footer - created by */
    #createdby {position:absolute; top:-10px; left:570px; background:url("http://www.poetlore.com/design/logo.png") margin:0; color:#000000;}
    #createdby a {color:#000000;}
	#createdby a:hover {color:#00ff00;}
