/*
Theme Name: EPress- The Quickening
Description: Designed to be ASS-KICKINGLY AWESOME AND FAST.
Version: 0.5
Author: Matthew Gerrring
*/


/* --------------------------------------------------------------
   Reset
-------------------------------------------------------------- */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline; }
body { line-height: 1.5; background: #fff; margin: 0; }
table { border-collapse: collapse; border-spacing: 0; }
caption, th, td { text-align: left; font-weight:400; }
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }
a img { border: none; }
input,textarea { margin: 0; }

/* Removes Firefox imposed outline */
a { outline: none; }

/* Clearing floats without extra markup  */
.wrapper { display: inline-block; }
.wrapper:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
* html .wrapper { height: 1%; }
.wrapper { display: block; }




/* --------------------------------------------------------------
   Typography
-------------------------------------------------------------- */

/* This is where you set your desired font size. The line-heights
   and vertical margins are automatically calculated from this.
   The percentage is of 16px (0.75 * 16px = 12px). */
body { font-size: 75%; }


/* Default fonts and colors. */
body,h1,h2,h3,h4,h5,h6,p,ul,ol,dl,input,textarea { font-family: Verdana, Arial, Helvetica, sans-serif;}


/* Headings
-------------------------------------------------------------- */



h1 { font-size: 3em; line-height: 1; margin-bottom: 0.25em; }
h2 { font-size: 2em; margin-bottom: 0.375em; }
h3 { font-size: 1.5em; line-height: 1; margin-bottom: .5em; }
h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: .625em; }
h5 { font-size: 1em; margin-bottom: .75em; }
h6 { font-size: 1em; }

@font-face {
  font-family: 'headline-sans';
  src: url(fnt/sf-old-republic-bold.eot);
  src: local('SF Old Republic Bold'),
         url(fnt/sf-old-republic-bold.ttf) format('truetype');
}

h1,h2,h3,h4,h5,h6 { font-family:headline-sans, Futura, Helvetica Neue, Helvetica, Verdana, Arial, sans-serif ; }

/* Text elements
-------------------------------------------------------------- */

p { margin: 0 0 1.5em; }

ul, ol { margin: 0 1.5em 1.5em 1.5em; }
ul { list-style-type: circle; }
ol { list-style-type: decimal; }

dl { margin: 0 0 1.5em 0; }
dl dt { font-weight: bold; }
dl dd { margin-left: 1.5em; }

abbr, acronym { border-bottom: 1px dotted #000; }
address { margin-top: 1.5em; font-style: italic; }
del { color: #000; }

a { color:#00aeef; text-decoration:none; }
a:hover { background-color:#00aeef; color:#fff;  }

blockquote { margin: 1.5em; }
strong { font-weight: bold; }
em, dfn { font-style: italic; }
dfn { font-weight: bold; }
pre, code { margin: 1.5em 0; white-space: pre; }
pre, code, tt { font: 1em monospace; line-height: 1.5; }
tt { display: block; margin: 1.5em 0; line-height: 1.5; }


/* Tables
-------------------------------------------------------------- */

table { margin-bottom: 1.4em; }
th { border-bottom: 2px solid #ddd; font-weight: bold; }
td { border-bottom: 1px solid #ddd; }
th,td { padding: 4px 10px 4px 0; }
tfoot { font-style: italic; }
caption { background: #ffc; }


/* Some default classes
-------------------------------------------------------------- */

.small { font-size: .8em; margin-bottom: 1.875em; line-height: 1.875em; }
.large { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }
.quiet { color: #FFF !important; }

.hide { display: none; }
.highlight { background: #ffc; }

.top { margin-top: 0; padding-top: 0; }
.bottom { margin-bottom: 0; padding-bottom: 0; }




/* --------------------------------------------------------------
   Forms
-------------------------------------------------------------- */

label { font-weight: bold; }

/* Fieldsets */
fieldset { padding: 1.4em; margin: 0 0 1.5em 0; border: 1px solid #ddd; }
legend { padding: 0 .4em; font-weight: bold; font-size: 1.2em; }

/* Textareas */
textarea { margin: 0.5em 0.5em 0 0; }
textarea { padding: .4em; }


/* hForm
-------------------------------------------------------------- */
form.hform p { margin: 0 0 .5em; }
form.hform p label { float: left; width: 100px; }

form.hform p input { width: 200px; }
form.hform p select { width: 200px; }

form.hform p input.button { width: auto; }
form.hform p input.checkbox { width: auto; }
form.hform p input.radio { width: auto; }

form.hform p.checkbox { margin-left: 100px; }
form.hform p.checkbox label { float: none; }
form.hform p.checkbox input { width: auto; }


/* vForm
-------------------------------------------------------------- */
form.vform p { margin: 0 0 .5em; }
form.vform p label { display: block; }

form.vform p.checkbox label { display: inline; }

/* grid (?) */
/*
    Variable Grid System.
    Learn more ~ http://www.spry-soft.com/grids/
    Based on 960 Grid System - http://960.gs/

    Licensed under GPL and MIT.
*/


/* Containers
----------------------------------------------------------------------------------------------------*/
.container {
    margin-left: auto;
    margin-right: auto;
    width: 960px;
}

/* Grid >> Global
----------------------------------------------------------------------------------------------------*/

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12,
.half {
    display:inline;
    float: left;
    position: relative;
    margin-left: 10px;
    margin-right: 10px;
}

/* Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/

.alpha {
    margin-left: 0;
}

.omega {
    margin-right: 0;
}

/* Grid >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container .grid_1 {
    width:60px;
}

.container .grid_2 {
    width:140px;
}

.container .grid_3 {
    width:220px;
}

.container .grid_4 {
    width:300px;
}

.container .grid_5 {
    width:380px;
}

.container .grid_6 {
    width:460px;
}

.container .grid_7 {
    width:540px;
}

.container .grid_8 {
    width:620px;
}

.container .grid_9 {
    width:700px;
}

.container .grid_10 {
    width:780px;
}

.container .grid_11 {
    width:860px;
}

.container .grid_12 {
    width:940px;
}

.container .half {
    width:340px;
}

/* --------------------------------------------------------------
   Site
-------------------------------------------------------------- */
#top_stories { height:350px; position:relative; overflow:hidden; }
.top_story {
    height:348px;
    background:#FFF;
    float:left;
    position:absolute;
    top:0;
    left:0;
    z-index:1;
    border-left:#333 1px dotted;
    border-right:#333 1px dotted;
    border-bottom:#333 1px dotted;
    overflow:hidden;
}
#top_block {margin-bottom:20px; }
#top_story-1 {
    z-index:3;
}
#top_story-2 {
    z-index:2;
}
#top_story-3 {
    z-index:1;
}
.top-z { z-index:4!important; }
    .top_story h1  {
        padding:10px;
        display:block;
        background:url(img/trans.png);
        color:#fff;
        font-family:Verdana, Geneva, sans-serif;
        font-weight:lighter;
        font-size:22px;
    }
    .top_story_excerpt {
        background:url(img/trans.png);
        position:absolute;
        bottom:0;
        left:0;
        color:#fff;
        padding:0px 10px;
        width:440px
    }
    .noimg .top_story_excerpt {
        position:relative;
        background:url(img/quotes.png);
        color:#231f20;
        font-size:1.2em;
        height:190px;
        margin-top:20px;
        padding:30px 60px 10px 80px;
        display:block;
    }
    .top_story a.click, .top_story a.click:hover {
        position:absolute;
        left:0;
        top:0;
        width:460px;
        height:350px;
        background: transparent;
        z-index:2;
    }
    .top_story img, .top_story a img, .top_story object {
        position:absolute;
        width:460px;
        height:auto;
        left:0;
        bottom:0;
        z-index:-1;
    }
.story_button {height:69px; float: right; clear:both; border-bottom:#FFF 1px dotted; position:relative; z-index:4;}
.story_button-1 { z-index:999; }
    .story_button a {
        position:relative;
        color:#231f20;
        display:block;
        font-family:Verdana, Geneva, sans-serif;
        padding:5px 10px;
        height:59px;
        font-size:.9em;
        font-weight:lighter;
        background-color: #00aeef;
        margin-left:-10px;
        z-index:5;
    }
    .story_button a:hover, .story_button a.current, a.selected {
        color:#FFF;
        background:#231f20;
        text-decoration:none;
        z-index:5;
    }
    .arrow {
        position:absolute;
        left:-20px;
        top:0;
        z-index:999;
    }
     a.selected {
        color:#FFF;
        background:#231f20;
        text-decoration:none;
        padding:2px;
    }

#masthead {
    background:url(img/headbg.png) repeat-x 0 0;
    width:100%;
    height:auto;
    margin-bottom:0
}
#masthead a:hover {
    background-color:transparent;
}
#nav_container {
    color: #fff;
    width: 100%;
    height: 29px;
    background-color: #000;
    border-bottom: 3px solid #0099ff;
    margin-bottom:10px;
    font-size:.9em;
}
#navbar {
    padding: 0;
    margin: 0 auto;
    list-style-type: none;
    width: 960px;
    background-color: #000;
    font-size: 1em;
}

#navbar li {
    display: block;
    float:left;
    position:relative;
}

#navbar li a {
    float: left;
    padding: 4px 0px 5px;
    text-decoration: none;
    border-right: 1px solid #fff;
    display: block;
    height:20px;
    width:90px;
    text-align: center;
}

#navbar li:first-child a {
    border-left: 1px solid #fff;
}

#navbar li a:link {
    background-color: #000;
    color: #fff;
    font-weight:normal;
}

#navbar li a:visited {
    background-color: #000;
    color: #fff;
}
#navbar li a:hover {
    background-color: #ffd52e;
    color: #000000;
}

#navbar li a:active, .current-cat a, .current-cat-parent a {
    background-color: #0099FF!important;
    color: #fff;
}

#navbar li:hover>ul.children {
    display:block;
}

#navbar li ul.children li, li ul.children li a{
    border:none!important;
}

#navbar ul.children {
    display:none;
    position:absolute;
    left:0;
    margin:0;
    padding:0;
    top:27px;
    z-index:99;
}

#home h1 {
    padding:0;
    color:#231f20;
    background:url(img/headerbg.png);
    letter-spacing:0px;
    font-weight:bold;
    text-transform:lowercase;
}
#top-stories-head, #news-head, #sports-head, #features-head, #opinion-head, #multimedia-head {
    width:208px;
    height:50px;
    display:block;
    background:url(img/sections.png);
}
#top-stories-head {
    background-position:0px 48px;
}
#news-head {
    background-position:0px 298px;
}
#sports-head {
    background-position:0px 148px;
}
#features-head {
    background-position:0px 198px;
}
#opinion-head {
    background-position:0px 98px;
}
#multimedia-head {
    background-position:0px 248px;
}
ul.story-list-vertical {
    list-style-type:none;
    margin:0;
    padding:0;
    text-indent:0;
}
ul.story-list-vertical li a {
    width:100%;
    padding:5px 0px;
    display:block;
    color:#231f20;
    font-size:1.3em;
    font-weight:bold;
    border:none;
}
ul.story-list-vertical li {
    border-bottom:#231f20 1px dotted;
}
ul.story-list-vertical li a:hover, a.mullet:hover {
    background-color: #00aeef;
    color:#fff;
    text-decoration:none;
}
ul.story-list-widget {
    list-style-type:none;
    margin:0;
    padding:0;
    text-indent:0;
    background:#231f20;
}
ul.story-list-widget li{
    list-style-type:none;
    margin:0;
    text-indent:0;
    background:#231f20;
    border-bottom:#FFF 1px dotted;
}
ul.story-list-widget li a {
    padding:3%;
    width:94%;
    display:block;
    color:#FFF;
    font-size:1em;
}
ul.story-list-widget li a:hover {
    background-color: #00aeef;
    color:#fff;
    text-decoration:none;
}

ul.story-list-plugin {
    list-style-type:none;
    margin:0;
    padding:0;
    text-indent:0;
    background:#231f20;
    width:30%;
    min-height:50px;
    float:left;
    display:block;
    color:#FFF;
    margin-right:10px;
    margin-bottom:20px;
    max-height:200px;
    overflow-y:scroll;
}
ul.story-list-plugin li{
    list-style-type:none;
    margin:0;
    text-indent:0;
    background:#231f20;
    border-bottom:#FFF 1px dotted;
}

#top_block ul.ec3_events {
    background:#FFF;
    margin:0!important;
    padding:0!important;
}
#top_block ul.ec3_events li{
    background:#FFF;
    border-bottom:#333 1px dotted;
}
#top_block ul.ec3_events li a {
    color:#231f20;
}
#top_block ul.ec3_events li a:hover {
    background-color: #00aeef;
    color:#fff;
    text-decoration:none;
}

ul.story-list-horizontal {
    list-style-type:none;
    margin:0;
    padding:0;
    text-indent:0;
}

ul.story-list-horizontal li {
    border-right:#231f20 1px dotted;
    height:200px;
    display:block;
    width:219px!important;
}
ul.story-list-horizontal li a{
    font-weight:bold;
}
ul.story-list-horizontal li a:hover{
    background-color:#FFF!important;
    color:#00aeef!important;
}
ul.story-list-horizontal li a:hover img{
    border-bottom:#00aeef 10px solid;
}
ul.story-list-horizontal li img {
    min-width:90%;
    height:150px;
    width:auto;
    margin:0 auto;
}
ul.story-list-horizontal li:first-child {
    margin-left:0px;
}
ul.story-list-horizontal li:last-child {
    margin-right: 0;
    border:none;
}
ul.story-list-horizontal li:first-child a {
    margin-left:0px;
    padding-left:0px;
}
ul.story-list-horizontal li a {
    width:100%;
    margin-left:-20px;
    padding-left:20px;
    display:block;
    color:#231f20;
    font-size:1.2em;
}
ul.story-list-horizontal li a:hover {
    background-color: #00aeef;
    color:#fff;
    text-decoration:none;
}
.sidebaritem { margin-bottom:20px; }

/* wp-classes */

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
   margin:5px 15px 5px 0px;
}

.alignright {
   float: right;
   margin:5px 0px 5px 15px;
}
.wp-caption {
   border: 1px solid #231f20;
   text-align: center;
   background-color: #231f20;
   color:#fff;
   padding-top: 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;
}
.size-thumbnail, .entry img {
    border: 4px solid #231f20;
       -moz-border-radius: 3px;
       -khtml-border-radius: 3px;
       -webkit-border-radius: 3px;
       border-radius: 3px;
}

img.size-thumbail {
    float:left;
}

.entry .addthis_container img {
    border:none!important;
    background:transparent!important;
}

.entry .player-box {
border:none;
width:300px;
}

.entry blockquote {
    background-color:#333;
    color:white;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 25px;
    padding-top: 10px;
    font-family: Arial;
    font-weight: bold;
    width: 40%;
    float: left;
    font-size: 1.2em;
}

.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;
}
.hider{
    position:relative;
}
#popular {
}
#recent{
    display:none;
}

a.mullet {
    width:100%;
    padding:5px 0px;
    display:block;
    color:#231f20;
    font-size:1.2em;
    border:none;
    border-bottom:#231f20 1px dotted;
}
h4#pop {
    margin-bottom:0;
}
#pop a {
    color:#000;
    padding:5px;
}

#pop a.selected, #pop a:hover {
    color:#fff;
    margin-bottom:0;
}

h1 a:hover, h2 a:hover, h3 a:hover {
    display:block;
}

ul.story-list-extra {
    list-style-type:none;
    margin:0;
    padding:0;
    text-indent:0;
}
ul.story-list-extra li{
    list-style-type:none;
    margin:0;
    text-indent:0;
    border-bottom:#231f20 1px dotted;
}
ul.story-list-extra li a {
    padding:2%;
    width:96%;
    display:block;
    color:#231f20;
    font-size:1em;
}
ul.story-list-extra li a:hover {
    background-color: #00aeef;
    color:#fff;
    text-decoration:none;
}
.top_story h1 a:hover {
    background:transparent;
}

#multimedia-home {
    margin-bottom:20px;
}
#social img {
    vertical-align:middle;
    padding-right:10px;
}
#social a.grid_2 {
    display: inline;
    font-size:1.2em;
    font-weight:600;
    margin-bottom:10px;
}

#footer {
    margin-top:20px;
}

#nav_container_footer {}
ul#navbar_footer{
    margin:0;
    padding:0;
    list-style-type:none;
    text-align:center;
}
ul#navbar_footer li {
    display:inline;
    padding:5px;
}

.ad180x150 {
    width:180px;
    height:150px;
    display:block;
    border:#333 1px dotted;
    margin:0 auto 20px auto;
}

.ad300x250{
    width:300px;
    height:250px;
    display:block;
    border:#333 1px dotted;
    margin:0 auto 20px auto;
}

#comment {
    width:500px;
}

#news-home {
    margin-bottom:20px;
}

.entry {
    padding-bottom:10px;
    border-bottom: #231f20 1px dotted;
    margin-bottom: 9px;
}

.cat-page .entry h1 a {
    font-size:22px;
}

ul.commentlist {
    margin:0;
    padding:0;
}

ul.commentlist li {
    list-style-type:none;
}

div.comment-body {
    border-left: #777 1px dotted;
    padding:10px;
    margin-bottom:10px;
    position:relative;
}

div.comment-author {
    height:100%;
    width:100%;
    position:relative;
    display:block;
    float:left;
}

div.comment-author img {
    vertical-align:middle;
}

cite.fn {
    font-size:1.5em;
    font-style:normal;
}

.comment-meta {
    position:absolute;
    top:0;
    right:0;
}

ul.commentlist li li {
    margin-left:10px;
}

li.odd>div.comment-body {
    background:#DAE6F9;
}

li.even>.comment-body {
    background:#FFF;
}

 object #sb-content{
    width:100%!important;
    height:auto!important;
}

.blog-author {
    width:50px;
    height: 50px;
    margin: 0px 5px 5px 0px;
    border: #333 1px solid;
    float:left;
}

.noborder {
    border-right:none!important;
}

.rss {
float: right!important;
height:29px;
}

.rss img {
height:20px;
width:auto;   
}

.search input {
    margin-top: 3px;
    -moz-border-radius:5px;
}

.search #submit {
    background:url(img/search.png) no-repeat;
    border:none;
    width: 20px;
    height: 20px;
    margin-left:5px;
}

#sb-overlay {
    opacity:.8;
}

.player-box {
    width:200px;
    height:150px;
    position:relative;
    overflow:hidden;
}

.player-box img.over {
    position:absolute;
    left:0;
    top:0;
    z-index:2;

}
stylesheet
