/*
Theme Name: GRFair Stickers
Theme URI: http://www.goldenruleinaction.org
Description: A brightly colored custom theme for the Choose To Help: Golden Rule In Action MVP Fair. 
Version: 2.0
Author: Richard Glover - GloverDesigns  
Author URI: http://www.gloverdesigns.com
*/

/***COLORS
    #1D9C92 - Lovely Green color
    #65B8B1 - Lighter Green color
    #333333 - Dark Grey
    #666666 - Lighter Grey
****/

/* RESET */
/* ----------------------------------------- */

/* Global reset */
/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul, li { list-style:none }
caption, th { text-align:left }
h1, h2, h3, h4, h5, h6 { font-size:100%; font-weight:normal }
q:before, q:after { content:''}

/* Global reset-RESET */
/* The below restores some sensible defaults */
strong { font-weight: bold }
em { font-style: italic }
a img { border:none } /* Gets rid of IE's blue borders */

/* General Styles */

body {
    background: url("style/images/top_bg.png") top repeat-x #ffffff;
}


/* sticky footer */

html, body {
    height: 100%;
}
.wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -250px;
}
.footer, .push {
    height: 250px;
}



/* TYPOGRAPHY */
/* ----------------------------------------- */

/* This helps to identify headings at the initial build stage, so I thought it'd be useful to have it */
h1, h2, h3, h5, h5, h6 { font-weight:bold } 



/*******************************************************************************************************  
 *  Font Stack: GillSans, Calibri, Trebuchet, sans-serif
 *******************************************************************************************************/

/* General Typography */

*, html, body, div, dl, dt, dd, ul, ol, li, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { font-family: GillSans, Calibri, Trebuchet, sans-serif; }

p {
    font-size: 1em;
    line-height: 1.3em;
    color: #333333;
    padding: 10px 0; 
}

a {
    color: #1D9C92;
    text-decoration: none;
}

a:hover {
    color: #65B8B1;
    text-decoration: underline;
}

div.post h2 a, div.post_single h2 span.title {
    padding: 35px 0 5px;
    font-size: 32px;
    font-family: Delicious;
    font-weight: 500;
    color: #333333;
    text-decoration: none;
    border-bottom: 2px solid #888888;
    display: block;
}


ul#head_nav li a {
    display: block;
}


ul#head_nav li a span.nav_link {
    color:#EEEEEE;
    display:block;
    font-size:15px;
    font-family: Delicious;
    font-weight: bold;
    height:54px;
    line-height:1.5em;
    margin-top:-10px;
    padding-top: 100px;
}

ul#head_nav li a span.nav_link:hover {
    margin-top: 0;
}

ul#head_nav li a span.nav_link:active {
    margin-top: 0;
}

ul#head_nav li a:hover {
    text-decoration: none;
}

ul#head_nav li a:active {
    text-decoration: none;
}

ul#head_nav li a span#mission { background: url("style/images/purpleButton.png") top no-repeat; padding-left: 21px; }
ul#head_nav li a span#press { background: url("style/images/blueButton.png") top no-repeat; padding-left: 20px; }
ul#head_nav li a span#event { background: url("style/images/greenButton.png") top no-repeat; padding-left: 27px; }
ul#head_nav li a span#register { background: url("style/images/redButton.png") top no-repeat; padding-left: 22px; }

h2.widgettitle > span.sidebar {
    display: block;
    padding: 25px 0 0 0;
    font-size: 20px;
    font-family: Delicious;
    color: #333333;
    border-bottom: #888888 solid 2px;
}

ul#footer_bar h2.widgettitle {
    font-size: 20px;
    font-family: Delicious;
    color: #333333;
    text-align: center;
    line-height: 2em;
}

p.post_info {
    font-size: 12px;
    line-height: 1em;
    padding: 0 20px 20px 20px;
}

p.time { font-size: 12px; line-height: 1.5em; padding: 10px 0; }

li.widget ul li {
    font-size: 12px;
    line-height: 1.5em;
    border-bottom: 1px solid #888888;
    border-top: 1px solid #CCCCCC;
}

li.widget ul {
    padding-top: 10px;
}

li.widget ul li:first-child {
    border-top: none;
}

li.widget ul li:last-child {
    border-bottom: none;
}

div.textwidget p {
    padding-top: 10px;
    font-size: 12px;
    text-align: justify;
}

div.textwidget dl {
    padding-top: 10px;
    font-size: 12px;
}

div.textwidget dt {
    font-weight: bold;
}

div.textwidget dd {
    text-indent: 10px;
}

ul#footer_bar li.widget ul li {
    font-size: 12px;
    font-weight: normal;
}
 
/* LAYOUT */
/* ----------------------------------------- */



/* These rather presentational classes are generated by WordPress, so it's useful to have some styles for them. Edit as you see fit. More info: http://codex.wordpress.org/CSS */
.aligncenter { display:block; margin:0 auto }
.alignleft { float:left }
.alignright { float:right }
.wp-caption { 
    border:1px solid #666; 
    text-align:center; 
    background:#fbfbfb; 
    padding:10px; 
    margin:13px 10px 5px 0px; 
}

/* You might find the following useful */
br.dirtyLittleTrick { clear:both; display:block; height:1px; margin:-1px 0 0 0 } /* Use this br class to clear your floated columns */
div { position:relative } /* This will save you having to declare each div's position as 'relative' and allows you to absolutely position elements inside them */

/* HEADER LAYOUT */

#header {
    height: 250px; 
}


#logo {
    height: 186px;
    background: url("style/images/logo.png") no-repeat;
    text-indent: -9999px;
}

#logo a {
    height: 186px;
    display: block;
}

/* Content Layout */

/* First, the background for the main content box: */

#content_wrapper {
    margin-bottom: 15px;
}

p.wp-caption-text {
    display: none;
}

/* Next, the layout for the sidebar boxes */

ul#sidebar {
    margin: 5px 0 15px 0;
    padding:22px 10px 15px;
}

/* Now we do the footer */

.footer { background: url("style/images/bot_bg.png") bottom repeat-x; }

ul#footer_bar li.widget {
    height: 180px;
    overflow: hidden;
    padding-bottom: 10px;
}

ul#footer_bar li.widget h2.widgettitle {
    border-bottom: 2px solid #888888; 
    display: block;
}

ul#footer_bar li:first-child {
    margin-left: 0;
}

ul#footer_bar li:last-child {
    margin-right: 0;
}