@charset "UTF-8";

/*--------------------------------------------------------------------*/
/* Global default style sheet for HOOPS FOR HOPE                      */
/* Last Updated: 03.18.09 by Cory Perry                               */
/*--------------------------------------------------------------------*/

/* For Links styling - refer to links.css file------*/
/* For Form styling - refer to forms.css file-------*/
/* For Navigation styling - refer to nav.css file---*/



/* Base Reset.css to reset all default browser styles-----------------*/

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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

* {
	behavior: url(iepngfix.htc);}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/*--// end reset.css--------------------------------------------------*/

body {
	background: #FFC96E url(../images/hoh-site.jpg) no-repeat top fixed;
	color: #FFF;
	font-family: "Lucida Grande", Verdana, Geneva, Tahoma, sans-serif;
	margin: 0;
	padding: 0;
}

strong {
	font-weight: bold;
}


/*Example CSS for the two demo scrollers*/

#pscroller2 {
width: 195px;
height: 14px;
font-size: 10px;
color: #BF6c15;
background: transparent url(../images/scrollbg_hoh.png) no-repeat top left;
margin: 0 0 3px 0;
padding-left: 110px;
}
#pscroller1 {
width: 175px;
height: 14px;
font-size: 10px;
color: #BF6c15;
background: transparent url(../images/scrollbg_austin.png) no-repeat top left;
margin: 0 0 3px 0;
padding-left: 130px;
}

#pscroller1, #pscroller2 a{
text-decoration: none;
}

.someclass { 
	font-size:9px;
	font-weight: normal;
}


/* spans---------------------------------------*/

/* headers-------------------------------------*/
h1 {font-size: 2.0em;}
h2 {font-size: 1.7em;}
h3 {font-size: 1.4em;}

/* main layout IDs (framework)-----------------*/
#wrapper {
	width: 977px;
	height: auto;
	position: relative;
	margin: 20px auto 0 auto;
}

/* main header/logo area */
#header {
	width: 977px;
	height: 52px;
}
#header #logo {
	width: 280px;
	height: 52px;
	margin-left: 8px;
}

#header #scroller {
	position: absolute;
	top: 15px;
	right: 15px;
}

/* main home page flash holder */
#flash-box {
	width: 977px;
	height: 475px;
	padding-left: 12px;
}

/* main home page bottom banners */
#home-banners {
	width: 977px;
	height: 175px;
}

#home-banners a {
	width: 241px;
	height: 175px;
	float: left;
}
#home-banners a#donate {
	margin-left: 0px;
}

#home-banners a#getinvolved img {
	margin: 14px 10px 10px 10px;
}

/* home page footer */
#footer {
	width: 977px;
	height: 20px;
	position: relative;
}
#subfooter {
	width: 949px;
	height: 20px;
	position: relative;
	padding-top: 10px;
	border-top: 1px solid #DC4500;
	margin-left: 10px;
}
#footer p {
	font-size: 9px;
	margin-left: 15px;
}
#subfooter p {
	font-size: 9px;
}
#footer #join-conversation {
	position: absolute;
	top: 0px;
	right: 20px;
	line-height: 20px;
	vertical-align: middle;
}

#subfooter #join-conversation {
	position: absolute;
	top: 7px;
	right: 0px;
	line-height: 20px;
	vertical-align: middle;
}

#subfooter #join-conversation-words {
	width: 120px;
	position:absolute;
	right: 54px;
	bottom: 0px;
	padding-bottom: 5px;
}
 
/* Interior Template Styling--------------------------------*/
#sub-flash {
	width: 977px;
	height: 206px;
	padding-left: 10px;
}

#main-content {
	width: 977px;
	height: 520px;
	position: relative;
}

/* left side content/copy styling */
#main-content #content-left {
	margin: 10px 20px 20px 20px;
	padding-top: 0px;
	padding-right: 15px;
/*	width: 565px;*/
	width: 580px;
	height: 490px;
	overflow: auto;
}
#main-content #content-left h2.main-header {
	font-weight: bold;
	font-size: 19px;
}

#main-content #content-left p {
	font-size: 11px;
	line-height: 18px;
	margin: 9px 0 9px 0;
}

#main-content #content-left ul, #main-content #content-left ol {
	font-size: 11px;
	margin: 12px 0 12px 19px;
	line-height: 18px;
}

#main-content #content-right {
	position: absolute;
	top: 0px;
	right: 13px;
}

#main-content #content-right #donate {
	width: 342px;
	height: 176px;
	margin-left: 3px;
}

#main-content #content-right #photography {
	position: absolute;
	top: 195px;
	right: 200px;
	width: 140px;
}

#main-content #content-right #photography #photoThumbs {
	float: left;
	border: #AA4100 solid 4px;
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 0px;
}

#main-content #content-right #listen-up {
	position: absolute;
	top: 195px;
	right: 0px;
}
#main-content #content-right #listen-up img.listenbanner {
	margin: 0 0 20px 12px;
}


.form_style {
font-size: 11px;
font-family: inherit;
padding-bottom: 5px;
padding-top: 5px;
}
.form_box_style {
font-size: 11px;
font-family: inherit;
}

#main-content #content-left #bloglist {
	padding-top: 10px;
	height: 490px;
}

#bloglist h3 {
	font-size: 14px;
	font-weight: bold;
}

#bloglist h4 {
	padding-top: 10px;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
}

#bloglist #blogteaser {
	font-size:11px;
	line-height:18px;
	padding-bottom: 10px;
	border-bottom: 1px solid #AB3F00;
}
