/*

Shot of Charity styling

-
Colors:
- Orange: #f7941d
- Light gray: #e5e5e5



*/

/* Sticky Footer */

body, html {
    height: 100%;
}

div#wrapper {
    min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -56px auto; /* the bottom margin is the negative value of the footer's height */
}

#footer, #push {
	height: 56px; /* .push must be the same height as .footer */
}

#footer {
	line-height: 56px;
	font-size: 10px;
}

/* End Sticky Footer */

/* Widths and centering */
#footer div.inner,
#top,
#wrapper {
    width: 825px;
	margin: 0 auto;
}

/* End widths */

/* Navigation */

div#menu {
    width: 775px;
    height: 46px;
    font-family: "Century Gothic", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    margin: 10px auto;
	position: relative;
    background-image: url('../images/menubar.jpg');
    background-position: center center;
    padding: 0 10px;
}

div#menu ul {
	padding: 0 0 0 0;
	list-style: none;
	white-space: nowrap;
	background: transparent;
	display: block;
    width: auto;
    height: 46px;
}

div#menu ul li {
	position: relative;
	display: inline;
    line-height: 46px;
    color: #858585;
    font-size: 16px;
}

div#menu li ul {
	position: absolute;
	top: 56px;
	display: none;
    z-index: 150;
    border: 1px solid #f7941d;
    border-top: none;
    background-color: #dddddd;
}

div#menu ul li.selected a {
    color: #111111;
}

div#menu ul li a:hover {
    color: #111111;
    background-image: url('../images/menubar_highlight.png');
}

div#menu ul li ul li a:hover {
    background: transparent;
}

div#menu ul li ul li:hover {
    background: #f7941d;
}
	
div#menu ul li ul li {
	display: block;
    height: 23px;
    }

div#menu ul li ul li a {
    text-transform: none;
    font-size: 14px;
    line-height: 20px;
    display: block;
}

div#menu ul li a {
	text-decoration: none;
	padding: 2px 14px;
	margin: 0;
	line-height: 40px;
    display: block;
    float: left;
}

/* Fix IE. Hide from IE Mac \*/
* html div#menu ul li { float: left; }
* html div#menu ul li a { height: 1%; }
/* End */

div#menu li:hover ul, 
div#menu li.over ul { 
	display: block;
}

/* End Navigation */


body {
    background-color: #e5e5e5;
    background-image: url('../images/background-slice.png');
    background-repeat: repeat-y;
    background-position: center;
}

#wrapper .inner {
    min-height: 550px;
}

#top {
    padding-top: 10px;
}

#top a#home_link {
    width: 641px;
    height: 100px;
    background-image: url('../images/logo-small.png');
    display: block;
    margin: 0 auto;
}

#tagline, #coffeecup {
    margin-left: 25px;

}

#tagline {
    float: right;
    width: 380px;
}

#tagline span {
    display: block;
    width: 380px;
    height: 85px;
    background-image: url('../images/tagline.png');
}

#coffeecup {
    width: 380px;
    float: right;
    clear: right;
    margin-bottom: 25px;
}

#coffeecup span {
    display: block;
    width: 380px;
    height: 380px;
    background-image: url('../images/coffee_cup_orange_sleeve.png');
    background-position: 0px 0;
    background-repeat: no-repeat;
}

#content {
    padding: 0 20px 20px;
    font-family: Trebuchet MS, Helvetica, sans-serif;
}

#content h1 {
    font-family: Verdana, Geneva, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 60px;
    padding: 0 10px;
    border-right: 1px dashed #f7941d;
    border-bottom: 1px dashed #f7941d;
    float: left;
    margin-bottom: 0px;
    margin-right: 20px;
    color: #a5a5a5;
}

#content h2 {
    margin: 10px 0;
}

#content h3 {
    margin: 10px 0;
    padding-left: 10px;
}

#content h3.short {
    width: 370px;
    float: left;

}

#content ul li {
    font-size: 75%;
}

#left_column img {
    float: right;
    margin: 20px 25px 13px 10px;
}

#content img {
    margin: 10px;
}

#content img.right {
    float: right;
    clear: right;
    margin-right: 0px;
}

#content img.left {
    float: left;
    margin-left: 0px;
}

#content p {
    padding: 10px 10px;
    text-align: justify;
}

#content a {
    font-weight: bold;
    color: #f7941d;
}

#content div.pdf {
	display: inline;
}

#content div.pdf img,
#content div.pdf span {
	display: none;
}

#content .answer {
    display: block;
    margin: 8px 15px 8px 45px;
    font-size: 80%;
    text-indent: 1em;
    /*background: #f7e48d;*/
    padding: 5px 10px;
    border-left: dotted 1px #f7941d;
}

#content div.answer {
    margin: 8px 25px 8px 55px;

}

#content .answer a {
    color: black;
}

#content .answer p {
    padding: 5px 0;
}

#mail_link {
    padding-top: 25px;
}

#mail_link a {
    display: block;
    font-family: "Arial Black", "Gadget", sans-serif;
    font-size: 135%;
    text-align: center;
    margin: 10px auto;
}

#mail_link span {
    border-bottom: 1px dotted red;
}

#mail_link a:hover span {
    border-bottom: 1px solid red;
}

#footer div.inner {
    text-align: center;
    background-color: #f7941d;
    color: #ffffff;
}
