/*
Theme Name: Fear the Theme
Theme URI: http://fearthecrab.com
Description: Customized theme based on Apathy by Perishable Press
Author: CancerMan
Author URI: http://fearthecrab.com
*/

html, body
{
    margin: 0;
    padding: 0;
}
body
{
    font-family: "Palatino Linotype", Georgia, "Times New Roman", serif;
    background: #EEE url(images/bg.jpg) left top fixed repeat;
}
a
{
    text-decoration: none;
}

#container
{
    width: 95%;
    margin: 10px auto;
    background: #EEE url(images/bg.jpg) left top fixed repeat;
    background-color: #fff;
    color: #333333;
    line-height: 130%;
}
#header
{
    color: #333333;
}
#header a:link, #header a:visited
{
    color: #333333;
}
#header a:hover, #header a:active
{
    color: #CC0000;
    border-bottom: 1px dotted #CC0000;
}
#header img
{
    border: none;
}
#header ul
{
    font-family: "Palatino Linotype", Georgia, "Times New Roman", serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    font-size: 11px;
    padding: 0px;
    margin: 0px;
}
#header ul li
{
    list-style-type: none;
    display: inline;
    margin: 0px;
    padding: 0px 10px;
}
#left_column
{
    float: left;
    width: 200px;
    margin: 0px;
    padding: 2em;
    line-height: 120%;
}
#left_column a:link, #left_column a:visited
{
    color: #333333;
}
#left_column a:hover, #left_column a:active
{
    color: #CC0000;
    border-bottom: 1px dotted #CC0000;
}
#twitter_stuff
{
    padding-bottom: 10px;
}
#twitter_stuff ul
{
    font-family: "Palatino Linotype", Georgia, "Times New Roman", serif;
    list-style: disc url(images/bullet.gif) outside;
    padding: 0px;
    margin: 0px 0px 11px 0px;
    font-weight: lighter;
    letter-spacing: 1px;
    font-size: 10px;
}
#twitter_stuff li
{
    padding: 5px;
}
#twitter_stuff a:link, #twitter_stuff a:visited
{
    color: #CC0000;
}
#twitter_stuff a:hover, #twitter_stuff a:active
{
    color: #CC0000;
    border-bottom: 1px dotted #CC0000;
}
.twitter-timestamp
{
    font-size: 9px;
}

#content
{
    font-family: "Palatino Linotype", Georgia, "Times New Roman", serif;
    margin-left: 250px;
    border-left: 1px solid gray;
    padding: 11px 33px;
    min-width: 333px;
    max-width: 40em;
}
.article_urls a:link, .article_urls a:visited
{
    color: #CC0000;
}
.article_urls a:hover, .article_urls a:active
{
    color: #CC0000;
    border-bottom: 1px dotted #CC0000;
}

#custom_comments
{
    font-size: 12px;
}
ul.commentlist
{
    list-style: disc url(images/bullet.gif) outside;
}
ul.commentlist li p a:link, ul.commentlist li p a:visited
{
    color: #CC0000;
}
ul.commentlist li p a:hover, ul.commentlist li p a:active
{
    color: #CC0000;
    border-bottom: 1px dotted #CC0000;
}
li.comment img.avatar
{
    float: right;
}
.comment-meta
{
    font-size: 9px
}
.comment-meta a:link, .comment-meta a:visited
{
    color: #333333;
}
.comment-meta a:hover, .comment-meta a:active
{
    color: #333333;
    border-bottom: 1px dotted #CC0000;
}
cite.fn
{
    font-family: "Palatino Linotype", Georgia, "Times New Roman", serif;
    font-weight: bolder;
    font-size: 15px;
}
cite.fn a:link, cite.fn a:visited
{
    color: #CC0000;
}
cite.fn a:hover, cite.fn a:active
{
    color: #CC0000;
    border-bottom: 1px dotted #CC0000;
}
#author, #email, #url, #comment
{
    font-family: "Palatino Linotype", Georgia, "Times New Roman", serif;
    font-size: 12px;
}
#commentform a:link, #commentform a:visited
{
    color: #CC0000;
}
#commentform a:hover, #commentform a:active
{
    color: #CC0000;
    border-bottom: 1px dotted #CC0000;
}
#commentform #submit
{
    font-family: "Palatino Linotype", Georgia, "Times New Roman", serif;
    background-color: transparent;
    letter-spacing: 1px;
    border: 0px none;
    font-weight: bold;
    padding: 4px 8px;
    font-size: 11px;
    margin: 0px;
    color: #333;
}
#commentform #submit:hover
{
    border: 3px double #990000;
    background-color: #888;
    text-decoration: none;
    padding: 1px 5px;
    color: #EEE;
}

#footer
{
    font-family: "Palatino Linotype", Georgia, "Times New Roman", serif;
    clear: both;
    text-align: center;
    font-weight: lighter;
    font-size: 10px;
    line-height: 120%;
}
#footer a:link, #footer a:visited
{
    color: #333333;
}
#footer a:hover, #footer a:active
{
    color: #CC0000;
    border-bottom: 1px dotted #CC0000;
}

/* -- caption classes for WP images   -- */
.aligncenter, div.aligncenter
{
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.alignleft
{
    float: left;
}
.alignright
{
    float: right;
}
.wp-caption
{
    border: 1px solid #ddd;
    text-align: center;
    background-color: #f3f3f3;
    padding-top: 4px;
    padding-bottom: 4px;
    margin: 10px;
    /* optional rounded corners for browsers that support it */
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.wp-caption img
{
    margin: 0;
    padding: 0;
    border: 0 none;
}
.wp-caption p.wp-caption-text
{
    font-size: 11px;
    line-height: 17px;
    padding: 5px 4px 5px;
    margin: 2px;
    letter-spacing: 1px
}
.wp-caption a:link, .wp-caption a:visited
{
    color: #CC0000;
}
.wp-caption a:hover, .wp-caption a:active
{
    color: #CC0000;
    border-bottom: 0px;
}
/* -- end of WP image caption classes -- */

/* -- quote classes for wp_quotes     -- */
.wp_quotes_quote
{
    font-family: "Palatino Linotype", Georgia, "Times New Roman", serif;
    font-weight: lighter;
    letter-spacing: 1px;
    text-align: center;
    font-size: 15px;
    padding: 0px;
    margin: 0px;
}
.wp_quotes_author
{
    font-family: "Palatino Linotype", Georgia, "Times New Roman", serif;
    font-weight: lighter;
    letter-spacing: 1px;
    text-align: center;
    font-size: 15px;
    padding: 0px;
    margin: 0px;
}
/* -- end of wp_quotes classes        -- */

/* -- classes for wp_calendar         -- */
table#wp-calendar
{
    font-family: "Palatino Linotype", Georgia, "Times New Roman", serif;
    margin: 0px 0px 11px 0px;
    padding: 0px;
    width: 91%;
}
table#wp-calendar caption
{
    font-family: "Palatino Linotype", Georgia, "Times New Roman", serif;
    background: transparent url(images/bookmark.gif) no-repeat center bottom;
    padding: 0px 0px 14px 0px;
    letter-spacing: normal;
    font-weight: lighter;
    line-height: 1.33em;
    text-align: center;
    font-size: 18px;
    margin: 0px;
}
table#wp-calendar caption:before
{
    content: "~ ";
}
table#wp-calendar caption:after
{
    content: " ~";
}
table#wp-calendar thead,
table#wp-calendar td#prev,
table#wp-calendar td#next
{
    font-weight: bold;
    font-size: 14px;
}
table#wp-calendar td
{
    text-align: center;
    font-size: 11px;
    padding: 2px;
}
table#wp-calendar tbody a:link,
table#wp-calendar tbody a:visited
{
    text-decoration: none;
    font-weight: bold;
    font-size: 11px;
    color: #990000;
    padding: 5px;
}
table#wp-calendar tbody a:hover,
table#wp-calendar tbody a:active
{
    border: 3px double #990000;
    background-color: #888;
    padding: 2px;
    color: #EEE;
}
td#today
{
    border: 1px solid #999;
    background-color: #FFF;
    font-weight: bold;
    font-size: 12px;
    cursor: default;
    color: #333;
}
/* -- end of wp_calendar classes      -- */

/* -- classes for calendar            -- */
.calnk a:hover
{
    background-position: 0 0;
    text-decoration: none;  
    color: #000000;
    border-bottom: 1px dotted #000000;
}
.calnk a:visited
{
    text-decoration: none;
    color: #000000;
    border-bottom: 1px dotted #000000;
}
.calnk a
{
    text-decoration: none; 
    color: #000000; 
    border-bottom: 1px dotted #000000;
}
.calnk a span
{ 
    display: none; 
}
.calnk a:hover span
{
    color: #333333; 
    background: #D3D3D3; 
    border: 1px dotted #A9A9A9;
    display: block;
    position: absolute; 
    margin-top: 1px; 
    padding: 5px; 
    width: 150px; 
    z-index: 100;
}
.calendar-table
{
    border: none;
    width: 100%;
}
.calendar-heading
{
    height: 25px;
    text-align: center;
    border: 1px solid #A9A9A9;
    background-color: #BEBEBE;
    #border: 1px solid #D6DED5;
    #background-color: #E4EBE3;
}
.calendar-next
{
    width: 25%;
    color:  #CC0000;
    text-align: center;
    font-size:  x-small;
}
.calendar-prev
{
    width: 25%;
    color:  #CC0000;
    text-align: center;
    font-size:  x-small;
}
.calendar-month
{
    width: 50%;
    text-align: center;
    font-weight: bold;
    font-size:  large;
}
.normal-day-heading
{
    text-align: center;
    width: 25px;
    height: 25px;
    font-size: 0.8em;
    border: 1px solid #A9A9A9;
    background-color: #D3D3D3;
    #border: 1px solid #DFE6DE;
    #background-color: #EBF2EA;
}
.weekend-heading {
    text-align: center;
    width: 25px;
    height: 25px;
    font-size: 0.8em;
    border: 1px solid #A9A9A9;
    background-color: #D3D3D3;
    color: #CC0000;
    #border: 1px solid #DFE6DE;
    #background-color: #EBF2EA;
    #color: #FF0000;
}
.day-with-date {
    vertical-align: text-top;
    text-align: left;
    width: 60px;
    height: 60px;
    border: 1px solid #A9A9A9;
    #border: 1px solid #DFE6DE;
}
.no-events
{
}
.day-without-date
{
    width: 60px;
    height: 60px;
    background-color: #D3D3D3;
    border: 1px solid #A9A9A9;
    #border: 1px solid #E9F0E8;
}
span.weekend
{
    color: #CC0000;
    #color: #FF0000;
}
.current-day
{
    vertical-align: text-top;
    text-align: left;
    width: 60px;
    height: 60px;
    border: 1px solid #CC0000;
    background-color: #BEBEBE;
    #background-color: #E4EBE3;
}
span.event
{
    font-size: 0.75em;
}
.kjo-link
{
    font-size: x-small;
    #font-size: 0.75em;
    text-align: center;
}
.event-title
{
    text-align: center;
    font-weight: bold;
    font-size: 1.2em;
}
.event-title-break
{
    width: 96%;
    margin-left: 2%;
    margin-right: 2%;
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: center;
    height: 1px;
    background-color: #000000;
}
.event-content-break
{
    width: 96%;
    margin-left: 2%;
    margin-right: 2%;
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: center;
    height: 1px;
    background-color: #000000;
}
.calendar-date-switcher
{
    height: 25px;
    font-family: "Palatino Linotype", Georgia, "Times New Roman", serif;
    text-align: center;
    border: 1px solid #A9A9A9;
    background-color: #D3D3D3;
    #border: 1px solid #D6DED5;
    #background-color: #E4EBE3;
}
.calendar-date-switcher form
{
    font-family: "Palatino Linotype", Georgia, "Times New Roman", serif;
    font-size: 12px;
    margin: 0;
    padding: 0;
}
.calendar-date-switcher input
{
    font-family: "Palatino Linotype", Georgia, "Times New Roman", serif;
    font-size: 12px;
    border: 1px solid #CC0000;
    #border: 1px #D6DED5 solid;
}
.calendar-date-switcher select
{
    font-family: "Palatino Linotype", Georgia, "Times New Roman", serif;
    font-size: 12px;
    border: 1px #D6DED5 solid;
}
.calendar-date-switcher-submit
{
    font-family: "Palatino Linotype", Georgia, "Times New Roman", serif;
    font-size: 12px;
    background-color: transparent;
    padding: 2px;
    margin: 0px;
    color: #333;
}
.calendar-date-switcher-submit:hover
{
    font-family: "Palatino Linotype", Georgia, "Times New Roman", serif;
    font-size: 12px;
    border: 3px double #990000;
    background-color: #888;
    text-decoration: none;
    padding: 0px;
    color: #EEE;
}

.cat-key
{
    width: 100%;
    margin-top: 10px;
    padding: 5px;
    border: 1px solid #D6DED5;
}

/* -- end of calendar classes         -- */

h1
{
    font-family: "Palatino Linotype", Georgia, "Times New Roman", serif;
    text-transform: uppercase;
    font-weight: lighter;
    letter-spacing: 7px;
    text-align: center;
    line-height: 1.77em;
    padding: 33px 0px;
    font-size: 60px;
    margin: 0px;
}
h2
{
    font-family: "Palatino Linotype", Georgia, "Times New Roman", serif;
    font-weight: lighter;
    letter-spacing: 1px;
    text-align: center;
    font-size: 20px;
    padding: 0px;
    margin: 0px;
}
h3.clock
{
    font-family: "Palatino Linotype", Georgia, "Times New Roman", serif;
    text-transform: uppercase;
    padding: 3px 0px 11px 0px;
    margin: 3px 0px 11px 0px;
    font-weight: lighter;
    letter-spacing: 1px;
    text-align: center;
    font-size: 10px;
    color: #990000;
}
h3.bookmarks
{
    font-family: "Palatino Linotype", Georgia, "Times New Roman", serif;
    background: transparent url(images/bookmark.gif) no-repeat center bottom;
    text-align: center;
    text-transform: uppercase;
    padding: 0px 0px 14px 0px;
    margin: 0px;
    letter-spacing: 1px;
    font-size: 12px;
}
h3.bookmarks a:link, h3.bookmarks a:visited
{
    color: #333333;
}
h3.bookmarks a:hover, h3.bookmarks a:active
{
    color: #CC0000;
    border-bottom: 1px dotted #CC0000;
}
h3.post_title
{
    font-family: "Palatino Linotype", Georgia, "Times New Roman", serif;
    padding: 0px 0px 10px 0px;
    font-weight: lighter;
    line-height: 0.5em;
    text-align: center;
    font-size: 30px;
    margin: 10px;
}
h3.post_title a:link, h3.post_title a:visited
{
    color: #333333;
}
h3.post_title a:hover, h3.post_title a:active
{
    color: #CC0000;
    border-bottom: 1px dotted #CC0000;
}
h4.meta
{
    border: 1px solid #CCC;
    background-color: #f3f3f3;
    font-family: "Palatino Linotype", Georgia, "Times New Roman", serif;
    text-align: center;
    font-weight: bold;
    font-size: 10px;
    line-height: 120%;
    padding: 5px;
    color: #4d4d4d;
    margin: 0px 0px 10px;
    /* optional rounded corners for browsers that support it */
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
h4.meta a:link, h4.meta a:visited
{
    color: #333333;
}
h4.meta a:hover, h4.meta a:active
{
    color: #CC0000;
    border-bottom: 1px dotted #CC0000;
}
h4.navigation
{
    font-family: "Palatino Linotype", Georgia, "Times New Roman", serif;
    text-transform: uppercase;
    padding: 0px;
    margin: 0px;
    font-weight: lighter;
    letter-spacing: 1px;
    font-size: 12px;
}
h4.navigation a:link, h4.navigation a:visited
{
    color: #333333;
}
h4.navigation a:hover, h4.navigation a:active
{
    color: #CC0000;
    border-bottom: 1px dotted #CC0000;
}

hr
{
    background-color: #999;
    background-image: url(images/hr.gif);
    background-repeat: repeat-x;
    background-position: center;
    border: 0px none;
    margin: 9px 7px;
    clear: both;
    height: 1px;
    width: 99%;
}

ul.bookmarks
{
    font-family: "Palatino Linotype", Georgia, "Times New Roman", serif;
    list-style: disc url(images/bullet.gif) outside;
    text-transform: uppercase;
    padding: 0px;
    margin: 0px 0px 11px 0px;
    font-weight: lighter;
    letter-spacing: 1px;
    font-size: 10px;
}

.more_tag
{
    text-transform: uppercase;
    font-weight: bold;
    font-size: 10px;
    padding: 0px;
    line-height: 3;
}

#s
{
    font-family: "Palatino Linotype", Georgia, "Times New Roman", serif;
    border: 1px solid #999;
    letter-spacing: 1px;
    padding: 1px 3px;
    font-size: 10px;
    color: #CC0000;
    margin: 0px;
}
#searchform
{
    font-family: "Palatino Linotype", Georgia, "Times New Roman", serif;
    letter-spacing: 1px;
    padding: 1px 3px;
    font-size: 10px;
    color: #CC0000;
    margin: 0px;
}
.search_submit
{
    font-family: "Palatino Linotype", Georgia, "Times New Roman", serif;
    background-color: transparent;
    letter-spacing: 1px;
    border: 0px none;
    padding: 4px 8px;
    font-size: 11px;
    margin: 0px;
    color: #333;
}
.search_submit:hover
{
    border: 3px double #990000;
    background-color: #888;
    text-decoration: none;
    padding: 1px 5px;
    color: #EEE;
}

