/*   
 *   background: #efefef
Theme Name: nickca
Theme URI: http://nickca.com
Description: theme for nickca.com
Author: Nick Caccamisi
Author URI: http://nickca.com
Version: 0.1
Tags: fixed width, widgets
Last Updated:
*/

/* font-face can allow using any OpenType font for font-family */
@font-face { font-family: Futura; src: url('FuturaLT-Book.otf'); }
@font-face { font-family: Futura_Bold; src: url('FuturaLT-Heavy.otf'); }

@font-face { font-family: Warnock; src: url('WarnockPro-Regular.otf'); }

body {
    /*background: #CFCFCF;*/
    background: url('/images/background.png');
    background-attachment: fixed;
}

img {
    border: none;
}

p {
    font-family: Warnock, Georgia, serif;
    font-size: 11pt;
    font-weight: normal;
    color: #000;
    line-height: 24px;
}

/* Anchor tags {{{ */
a:link {
    font-family: Warnock, Georgia, serif;
    font-size: 11pt;
    font-weight: normal;
    color: #19550D;
    text-decoration: none;
}

a:visited {
    font-family: Warnock, Georgia, serif;
    font-size: 11pt;
    font-weight: normal;
    color: #19550D;
    text-decoration: none;
}

a:hover {
    font-family: Warnock, Georgia, serif;
    font-size: 11pt;
    font-weight: normal;
    color: #35CE16;
    text-decoration: none;
}

a.postlinks {
    font-family: Warnock, Georgia, serif;
    font-size: 10pt;
    font-weight: normal;
    color: #19550D;
    text-decoration: none;
}

a.postlinks:visited {
    font-family: Warnock, Georgia, serif;
    font-size: 10pt;
    font-weight: normal;
    color: #19550D;
    text-decoration: none;
}

a.postlinks:hover {
    font-family: Warnock, Georgia, serif;
    font-size: 10pt;
    font-weight: normal;
    color: #35CE16;
    text-decoration: none;
}

a.post-edit-link {
    font-family: Warnock, Georgia, serif;
    font-size: 10pt;
    font-weight: normal;
    color: #19550D;
    text-decoration: none;
}

a.post-edit-link:visited {
    font-family: Warnock, Georgia, serif;
    font-size: 10pt;
    font-weight: normal;
    color: #19550D;
    text-decoration: none;
}

a.post-edit-link:hover {
    font-family: Warnock, Georgia, serif;
    font-size: 10pt;
    font-weight: normal;
    color: #35CE16;
    text-decoration: none;
}

a.small {
    font-family: Warnock, Georgia, serif;
    font-size: 8pt;
}

a.footer {
    font-size: 9pt;
    font-family: Futura, "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    color: #19550D;
}

a.footer:hover {
    font-size: 9pt;
    font-family: Futura, "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    color: #19550D;
}

a.rss {
    font-family: Futura, "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-size: 10pt;
    color: #19550D;
}

a.rss:hover {
    font-family: Futura, "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-size: 10pt;
    color: #19550D;
}

a.posttitle {
    font-family: Futura, "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    font-size: 11pt;
    color: #fff;
}

a.posttitle:hover {
    font-family: Futura, "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    font-size: 11pt;
    color: #fff;
}

a.rsswidget {
    font-family: Futura, "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    font-size: 9pt;
    color: #000;
    text-transform: none;
}

a.rsswidget:hover {
    font-family: Futura, "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    font-size: 9pt;
    color: #000;
    text-transform: none;
}
/* }}} */

/* containers, layout {{{ */
#maincontainer {
    width: 940px;
    margin: 0 auto;
}

#topsection {
    height: 142px;
}

#left-box-container {
    width: 240px;
    float: left;
    background: #fff;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -khtml-border-radius: 8px;
    -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,1)), to(rgba(1,1,1,0.75)))
}

#content-column {
    margin-left: 240px;
    padding-left: 8px;
    margin-top: 0px;
    padding-top: 0px;
}

#content-container {
    float: left;
    width: 100%;

}

#footer {
    clear: left;
    width: 100%;
    text-align: center;
    padding: 2px 0;
}
/* }}} */

/* presentation {{{ */
#header-box {
    color: #fff;
    line-height: 20px;
    height: 120px;
    padding: 12px;
    z-index: -1;
    /* gradient background and rounded corners will work in a couple browsers...*/
    background: -webkit-gradient(
        linear, 0 50%, 0 100%, from(#232323), color-stop(0.5, #6178C2), to(#503475)
    );
    background: -moz-linear-gradient(
        top, #232323 50%, #6178C2, #503475
    );
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -khtml-border-radius: 8px;
    /* ...but that sweet gradient fade is webkit-only because macs are fuckin' awesome */
    -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,1)), to(rgba(1,1,1,0.75)))
}

#message-box {
    background: #fff;
    color: #000;
    line-height: 14px;
    width: 230px;
    height: 100px;
    padding: 6px;
    -moz-border-radius-topleft: 8px;
    -webkit-border-top-left-radius: 8px;
    -moz-border-radius-bottomleft: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -moz-border-radius-topright: 8px;
    -webkit-border-top-right-radius: 8px;
    -moz-border-radius-bottomright: 0;
    -webkit-border-bottom-right-radius: 0;
    overflow: hidden;
}

#msgbox_border {
    width: 250px;
    height: 120px;
    position: relative;
    float: right;
    margin-right: 20px;
}

#footer-box {
    color: #000;
    line-height: 12px;
    padding: 2px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -khtml-border-radius: 4px;
    background: #ABABAB;
    z-index: -1;
    -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,1)), to(rgba(1,1,1,0.75)))
}

#rss-box {
    border: 1px solid #CDCDCD;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -khtml-border-radius: 4px;
    line-height: 20px;
    padding: 12px 4px 4px 4px;
    z-index: -1;
    background: #efefef;
}

.shadowtext {
    font-family: Warnock, Georgia, serif;
    font-size: 14pt;
    font-weight: bold;
    font-style: italic;
    text-shadow: -2px 2px 2px #000;
}

.tweettext {
    font-family: Warnock, Georgia, serif;
    font-size: 9pt;
    font-weight: normal;
    font-style: italic;
    color: #000;
}

.footertext {
    font-size: 9pt;
    font-weight: normal;
    color: #fff;
    font-family: Futura, "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

.replytext {
    font-size: 9pt;
    font-weight: normal;
    color: #000;
    font-family: Futura, "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

h2.pagetitle {
    font-size: 13pt;
    font-weight: normal;
    color: #000;
    font-family: Futura, "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}
/* }}} */

/* default elements (wordpress sidebar) {{{ */
h2.leftbar {
    font-family: Futura_Bold, "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    font-size: 11pt;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    padding: 6px;
    background: #efefef;
    color: #010101;
    width: 222px;
    margin: 0px;
    border: 1px solid #CDCDCD;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -khtml-border-radius: 4px;
}

label.screen-reader-text {
    font-family: Futura, "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    font-size: 9pt;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    padding: 6px;
    background: #010101;
    color: #fff;
    margin: 0px;
    -moz-border-radius-topleft: 8px;
    -webkit-border-top-left-radius: 8px;
    -moz-border-radius-bottomleft: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-topright: 8px;
    -webkit-border-top-right-radius: 8px;
    -moz-border-radius-bottomright: 8px;
    -webkit-border-bottom-right-radius: 8px;
}

li {
    list-style: none;
    margin: 0px;
    padding: 2px;
}

ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    text-align: left;
}

p.submit {
    border: 0;
    padding: 0;
    display: inline;
}
/* }}} */    

/* form inputs {{{ */
/* password image bg {{{ */
input[type="password"] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5%2BAAAABGdBTUEAALGPC%2FxhBQAAABd0RVh0U29mdHdhcmUAUGFpbnQuTkVUIHYyLjW8h8n%2BAAAAJUlEQVQYV2P8DwQMUHD27FkGBpAACJw5cwZMgwVgHLAAMgckAAAYmjRqrBQcygAAAABJRU5ErkJggg%3D%3D);
}
/* }}} */

/* Beautify form fields {{{ */
input[type="reset"], input[type="submit"], button
{
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -khtml-border-radius: 4px;
    border: 1px solid #D8D9D8;
    border-bottom: 1px solid #B6B4B6;
    border-right: 1px solid #B6B4B6;
    background-color: #E3E7E4;
    color: #000;
}

input[type="submit"]:hover,input[type="reset"]:hover,button:hover {
    border-color: #D8D9D8;
    border-top-color:#999;
    border-left-color:#999;
    background-color: #FFFFFF;
}

input[type="image"] {
    border: none;
    padding: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -khtml-border-radius: 0;
}

input, textarea
{
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -khtml-border-radius: 4px;
}

input, textarea,select
{
    background-color: #FFF;
    border-top: 1px solid #989898;
    border-right: 1px solid #C3C3C3;
    border-bottom: 1px solid #DDD;
    border-left: 1px solid #C3C3C3;
    color: #000;
}

textarea {
    margin-left: 2px;
}
/* }}} */

/* Use 10pt monospace font for form inputs {{{ */
input[type="text"], input[type="password"], textarea
{ 
    font-family: monospace;
    font-size: 10pt;
}
/* }}} */

/* }}} */    

/* Posts {{{ */
.post {
    background: #fff;
    padding: 4px;
    z-index: 1;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -khtml-border-radius: 8px;
    -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,1)), to(rgba(1,1,1,0.75)))
}

.post-title-header {
    font-size: 11pt;
    font-weight: normal;
    color: #fff;
    font-family: Futura, "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    padding: 4px;
    background: #232323;
    /*background-image: url('/images/antinazi1.jpg');
    background-attachment: fixed;*/
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -khtml-border-radius: 2px;
}

.postmetadata {
    font-family: Warnock, Georgia, serif;
    font-size: 10pt;
    color: #000;
}

#comment {
    width: 95%;
}

li.comment {
    list-style: none;
    margin: 0px;
    padding: 2px;
}

ol.commentlist {
    list-style: none;
    margin: 0px;
    padding: 4px;
    text-align: left;
}

.comment-author {
    border-bottom: 1px dotted #000;
}

.navigation {
    border-top: 1px dashed #000;
    padding: 0;
    margin: 0;
    position: relative;
    top: 0;
}

.navigation-left {
    position: absolute;
    top: 0px;
    left: 4px;
    display: inline;
}

.navigation-right {
    position: absolute;
    top: 0px;
    right: 4px;
    display: inline;
}
/* }}} */

/* WordPress comments {{{ */
.aligncenter,
div.aligncenter {
        display: block;
        margin-left: auto;
        margin-right: auto;
}

div.alignleft {
    float: left;
}

div.alignright {
    float: right;
}

.wp-caption {
        width: 160px;
        border: 1px solid #ddd;
        text-align: center;
        background-color: #f3f3f3;
        padding-top: 4px;
        margin: 10px;
        -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: 0 4px 5px;
        margin: 0;
}
/* }}} */

/* {{{ Twitter widget CSS */
a.twitter_title_link {
    font-family: Futura, "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    font-size: 11pt;
    color: #19550D;
}

a.twitter-link {
    font-family: Futura, "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    font-size: 9pt;
    color: #19550D;
}

li.twitter-item {
    font-family: Futura, "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    font-size: 9pt;
    color: #000;
}
/* }}} */
