/*   
Stylesheet for predictionapp.com
*/

/* RESET */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;font-style:normal;vertical-align:baseline;background:transparent}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}a img{border:none}

/* ============================================================================
   TYPOGRAPHY
   ========================================================================= */

body {
    color: #000;
    font: 62.5%/2.2em "Helvetica Neue", Arial, Helvetica, sans-serif;
}


/* ---------------------------------------------------------------------------- 
   HEADINGS */

h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
}
h1 {
    color: #20c7e9;
    font-size: 3em;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}
h2 {
    color: #20c7e9;
    font-size: 1.8em;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}
h3 {
    font-size: 1.4em;
    margin-top: 1em;
}
h4 {
    font-size: 1.2em;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
   HEADING COMBINATIONS  */

h3+p {
    padding-top: 0.25em;
}


/* ---------------------------------------------------------------------------- 
   BASIC TEXT ELEMENTS */

address, dd, dt, li, p {
    font-size: 1.2em;
    padding: 0.75em 0;
}
blockquote {
    font-style: italic;
    font-size: 1.2em;
    padding: 0.75em 0;
}
blockquote * {
    font-style: italic;
    font-size: 1em;
}
input, select, textarea {
    font: 1.2em "Helvetica Neue", Arial, Helvetica, sans-serif;
}
pre, code {
	font: 1.2em Monaco, "Courier New", monospace;
}


/* ---------------------------------------------------------------------------- 
   LISTS */

ul, ol {
	margin: 0 0 1.5em 1.5em;
    padding: 0.75em 0;
}
ul {
	list-style: disc;
}
ol {
	list-style-type: decimal;
	margin-left: 2em;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
}
li {
    font-size: 1.2em;
    padding: 0;
}
li li {
    font-size: 1em;
}
dl	{
    margin: 0 1.5em;
}
dd {
	margin-bottom: 1.5em;
}

li p {
    font-size: 1em;
}


/* ----------------------------------------------------------------------------
   HYPERLINKS */

a:link,
a:visited {
    color: inherit;
}

a:hover {
    color: #20c7e9;
}

h1 a:link,
h1 a:visited,
h2 a:link,
h2 a:visited,
h3 a:link,
h3 a:visited {
    color: inherit;
    text-decoration: none;
}

h1 a:hover,
h2 a:hover,
h3 a:hover {
    color: #000;
}


/* ----------------------------------------------------------------------------
   MISC INLINE ELEMENTS */

strong {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}
ins {
	text-decoration: none;
}
sup,
sub {
	height: 0;
	line-height: 1em;
	vertical-align: baseline;
	position: relative;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}


/* ######################################################################### */
@media screen {
/* ######################################################################### */


/* ============================================================================
   LAYOUT 
   ========================================================================= */

html {
    background: #131619 url(../images/theme/bg-html.png) repeat-x;
}

body {
    background: url(../images/theme/bg-body.png) top center no-repeat;
}

.wrapper {
    margin: 0 auto;
    width: 982px;
}

#pagebody {
    background: #131619 url(../images/theme/bg-pagebody.png) repeat-x;
    padding-bottom: 30px;
}

#pagebody .wrapper {
    background: url(../images/theme/bg-pagebody-wrapper.png) right top repeat-y;
    overflow: hidden;
    width: 960px;
}


/* ----------------------------------------------------------------------------
   HEADER */
   
#header {
    height: 120px;
    position: relative;
}

#header h1 {
    margin: 0;
    padding: 0;
}

#header h1 a {
    background: url(../images/theme/bg-logo.png) no-repeat;
    display: block;
    height: 80px;
    left: 20px;
    position: absolute;
    top: 20px;
    width: 360px;
}

#header p.tagline {
    background: url(../images/theme/bg-tagline.png) no-repeat;
    height: 18px;
    padding: 0;
    right: 30px;
    position: absolute;
    top: 45px;
    width: 443px;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
   STATUS */

#header #status {
    right: 40px;
    position: absolute;
    top: 40px;
}

#header #status p {
    padding: 0;
}

#header #status input {
    vertical-align: middle;
    margin-left: 1em;
}

#header #status a {
    margin-right: 10px;
}

#header #status,
#header #status a {
    color: #fff;
}


/* ----------------------------------------------------------------------------
   MAIN MENU */

#main-menu {
    background: #fff url(../images/theme/bg-main-menu.png) right top repeat-y;
    float: left;
    margin-top: 140px;
    width: 160px;
}

#main-menu ul,
#main-menu li {
    list-style: none;
    margin: 0;
    padding: 0;
}

#main-menu li {
    color: #24aeca;
    font-weight: bold;
    letter-spacing: 0.1em;
    padding-right: 11px;
    text-transform: uppercase;
}

#main-menu li+li a {
    border-top: 1px solid #e7e7e8;
}

#main-menu li a {
    color: inherit;
    display: block;
    padding: 15px 30px;
    text-decoration: none;
}

#main-menu li a:hover {
    background: #fff;
}

body.events #main-menu li.m-events { background: #20c7e9 url(../images/theme/bg-main-menu-active.png) right center no-repeat; color: #fff; }
body.rumors #main-menu li.m-rumors { background: #20c7e9 url(../images/theme/bg-main-menu-active.png) right center no-repeat; color: #fff; }
body.people #main-menu li.m-people { background: #20c7e9 url(../images/theme/bg-main-menu-active.png) right center no-repeat; color: #fff; }

body.events #main-menu li.m-events a:hover,
body.rumors #main-menu li.m-rumors a:hover,
body.people #main-menu li.m-people a:hover { background: none; }


/* ----------------------------------------------------------------------------
   CONTENT AREA */

#content {
    background: #fff;
    float: right;
    min-height: 400px;
    width: 800px;
}

#content h1.page-title {
    background: #131619 url(../images/theme/bg-pagebody.png) repeat-x;
    letter-spacing: 0.2em;
    line-height: 30px;
    padding: 30px 31px;
    margin: 0 0 0 -11px;
}

#primary {
    float: left;
    padding: 20px 30px 30px 20px;
    width: 440px;
}

#secondary {
    float: right;
    padding: 20px 10px 30px 0;
    width: 300px;
}


/* ----------------------------------------------------------------------------
   SPACE BELOW LEFT-NAV (after #content) */

#aftercontent {
    clear: left;
    float: left;
    padding: 30px 0 0 0;
    width: 120px;
}

#aftercontent p {
    padding: 0 0 30px 0;
}


/* ----------------------------------------------------------------------------
   FOOTER */

#footer {
    background: #131619 url(../images/theme/bg-pagebody.png) 0 -90px repeat-x;
    clear: both;
    color: #5e6065;
}

#footer .wrapper {
    padding: 15px 30px;
    min-height: 70px;
    width: 922px;
}

#footer p {
    font-size: 1.1em;
    text-align: center;
}


/* ============================================================================
   HELPERS 
   ========================================================================= */

.clearer {
    clear: both;
    height: 1px;
}

hr.divider {
    display: none;
}


/* ----------------------------------------------------------------------------
   FLASH MESSAGES */

.flash {
    background-color: #e2ffd1;
    border: 5px solid #7cd049;
    color: #328400;
    margin: 1em 0;
    padding: 0.5em 1em;
}


/* ----------------------------------------------------------------------------
   ICONIC LISTS */

ul.iconic,
ul.iconic li {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.iconic {
    padding: 0.5em 0;
}

ul.iconic li {
    background: 0 0.5em no-repeat;
    padding: 0.25em 0 0 24px;
}

ul.iconic li.i-rumor { background-image: url(../images/theme/icons/comment.png); }
ul.iconic li.i-event { background-image: url(../images/theme/icons/calendar.png); }


/* ============================================================================
   SECTIONS 
   ========================================================================= */

/* ============================================================================
   HOME */

body.home #header {
    height: 90px;
}

body.home #pagebody {
    background: none;
}

body.home #pagebody .wrapper {
    background: none;
    width: 982px;
}

body.home #main-menu {
    display: none;
}

body.home #content {
    background: none;
    color: #ededef;
    float: none;
    min-height: 0;
    width: auto;
}

body.home #primary {
    background: url(../images/theme/home/bg-primary.png) 320px 0 repeat-y;
    float: left;
    margin-top: 40px;
    padding: 0 0 0 30px;
    width: 620px;
}

body.home #secondary {
    background: url(../images/theme/home/bg-secondary.png) 20px 0 no-repeat;
    padding: 30px;
    width: 250px;
}

/* temporary */
body.home #small-ads {
    display: none;
}

body.home h3 {
    color: #49d1ef;
}


/* ----------------------------------------------------------------------------
   INTRO */

#intro {
    background: #fff;
    color: #434549;
    padding: 10px 30px;
    min-height: 130px;
}

#intro p {
    font-size: 1.6em;
    line-height: 1.6em;
}

#intro p em {
    display: block;
}


/* ----------------------------------------------------------------------------
   ACTIONS */

#actions {
    background: url(../images/theme/home/bg-actions.png) -25px 0 repeat-x;
    min-height: 200px;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
   REQUIREMENTS */

#requirements {
    float: left;
    text-align: center;
    padding: 0 20px 10px 10px;
    width: 260px;
}

#requirements h2 {
    padding: 0 0 30px 0;
}

#requirements h2 a {
    background: url(../images/theme/home/bg-actions.png) -35px 0 no-repeat;
    display: block;
    height: 50px;
    width: 250px;
}

#requirements p.requirements {
    font-size: 1.1em;
    font-style: italic;
    line-height: 1.6em;
    margin: 0 auto;
    width: 67%;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
   FEATURES */

#features {
    float: right;
    padding: 0 20px 10px 20px;
    width: 280px;
}

#features h2 {
    padding: 0 0 30px 0;
}

#features h2 a {
    background: url(../images/theme/home/bg-actions.png) -345px 0 no-repeat;
    display: block;
    height: 50px;
    width: 280px;
}

#features ul,
#features li {
    list-style: none;
    margin: 0;
    padding: 0;
}

#features li {
    background: url(../images/theme/icons/tick.png) 5px 0.67em no-repeat;
    padding: 0.5em 30px 0.5em 30px;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
   SIGN-IN (FUTURE) */

#sign-in form {
    margin: 0;
    padding: 0;
}

#sign-in ol,
#sign-in li {
    list-style: none;
    margin: 0;
    padding: 0;
}

#sign-in li {
    padding: 0 0 15px 0;
}

#sign-in li label {
    display: block;
    float: left;
    font-weight: bold;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding-right: 10px;
    width: 90px;
}

#sign-in li input {
    background: url(../images/theme/bg-input.png) repeat-x;
    border: 0;
    font-size: 1em;
    padding: 5px;
    width: 180px;
}

#sign-in li input:focus {
    background: #fff;
}

#sign-in .buttons {
    padding-left: 100px;
    font-size: 1.1em;
}

#sign-in .buttons input {
    margin-right: 10px;
    vertical-align: middle;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
   EVENTS */

#events {
    background: #fff;
    clear: both;
    color: #5b5d62;
    padding: 25px 30px;
}

#events h2 {
    background: url(../images/theme/home/bg-events.png) top center no-repeat;
    height: 14px;
}

/* temporary */
#events p {
    text-align: center;
    padding: 5em 0;
}


/* ----------------------------------------------------------------------------
   ABOUT */

#about {
    clear: both;
    float: left;
    padding: 15px 30px;
    width: 230px;
}

#about a {
    color: #4ad4f2;
}

#about a:hover {
    color: #fff;
}


/* ----------------------------------------------------------------------------
   TWITTER */

#twitter {
    float: left;
    padding: 15px 35px;
    width: 250px;
}

#twitter .when {
    color: #5e6065;
    white-space: nowrap;
}


/* ----------------------------------------------------------------------------
   IPHONE */

#iphone {
    height: 321px;
    margin: 50px 14px 125px 14px;
    width: 214px;
}


/* ----------------------------------------------------------------------------
   QUOTES */

#quotes blockquote {
    font-style: italic;
    padding: 1em 0;
}

#quotes cite,
#quotes a {
    color: #4ad4f2;
    font-style: normal;
}

#quotes a:hover {
    color: #fff;
}


/* ============================================================================
   EVENTS */

/* ----------------------------------------------------------------------------
   COUNTDOWN TIMER */

.countdown {
}

p.countdown {
    font-size: 1em;
    margin: 0 0 2em 0;
}

.countdown .segment {
    background: #000;
    color: #fff;
    display: inline-block;
    padding: 1.5em 1.25em 0.5em 1.25em;
    margin: 0 0.75em 0.75em 0;
    text-align: right;
    min-width: 5em;
    
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.countdown .segment strong {
    display: block;
    font-size: 5em;
    line-height: 0.5em;
    padding-bottom: 0.15em;
}


/* ----------------------------------------------------------------------------
   META */

dl.meta dt,
dl.meta dd {
    margin: 0;
    padding: 0;
}

dl.meta dt {
    clear: left;
    float: left;
    font-weight: bold;
    width: 25%;
}

dl.meta dd {
    float: left;
    width: 75%;
}

dl.meta dd+dt,
dl.meta dd+dt+dd {
    border-top: 1px solid #e7e7e8;
}


/* ============================================================================
   HIDDEN ELEMENTS (screen reader-friendly) */

#header h1 a strong,
#header p.tagline strong,
#main-menu h4,
body.home #features h2 a span,
body.home #features h3,
body.home #requirements h2 a span,
body.home #events h2 strong,
.hidden {
    left: -9999px;
    position: absolute;
}



/* ######################################################################### */
} 
@media print {
/* ######################################################################### */

    *, h1, h2, a:link, a:visited {
        color: #000;
    }
    
}    
