/*  
Theme Name: UNITED WAY THEME
Theme URI: http://www.unitedwaydenver.org/
Description: Layout for Mile High.
Version: 1.6
Author: Blizzard Internet Marketing
Author URI: http://www.blizzardinternet.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #9ccbef;
	color: #333;
	text-align: center;
	margin: 0;
	padding: 0; 
	}

#page {
background:url('images/background.gif') repeat-y;
	background-color: white;
	border: 1px solid #959596;
	text-align: left;
	margin: 0px auto;
	padding: 0;
	width: 785px;
	}

#header {
	background: #73a0c5 ;
	margin: 0; 
	padding: 0; 
	height: 174px; 
	width: 785px;
	}
	
#toppeople {
float:left;
width:385px;
height:174px;
background:url('http://blog.unitedwaydenver.org/wp-content/uploads/2008/10/newhead.jpg') no-repeat;
}
#topblog {
float:left;
width:400px;
height:174px;   
background:url('http://blog.unitedwaydenver.org/wp-content/uploads/2008/10/topblog.gif') no-repeat;

}

#topblog a {
display:block;
width:100%;
height:100%;
text-decoration:none;
}
	#toplinks {
width:250px; 
height:20px;
float:right;
margin-top:-78px;
margin-right:85px;
}

#toplinks a.bookit {
float:left;
display:block;
width:139px; 
height:41px;
text-decoration:none;
}

#toplinks a.contactlink {
float:left;
display:block;
width:110px;
height:20px;
text-decoration:none;
}


#content {
	font-size: 1.2em;
	padding-top: 5px;
	float: left;
	padding: 0 0 20px 45px;
	margin: 0;
	width: 450px;
	margin-left:0px;
	padding-left:40px;
	}

.postmetadata {
	text-align: center;
	font-size: 0.8em;
	}
	
.post {
	margin: 0 0 40px;
	text-align: left;
	}
	
.postmetadata {
	clear: both;
}
	
.alt {
	margin: 0;
	padding: 10px;	
/*	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;*/
	}

	
#footer {
	padding: 0;
	margin: 0 auto;
	width: 785px;
	clear: both;
	background: url('images/footer.gif') bottom left no-repeat;; 
	border: none;
	}
	
#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}

	
/* Begin Sidebar */
#sidebar {
	padding: 0px 10px 10px 0;
	float:right;
	width: 250px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.2em;
	}

#sidebar form {
	margin: 0;
	}	
	
#sidebar ol, #sidebar ul, #sidebar li {
	list-style-type: none;
	list-style-image: none;
	padding:0;
	margin:0;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}
	
#sidebar h2 {
font-family:Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	margin: 5px 0 0;
	padding: 5px;
background:#c0c0c0;
margin-bottom:5px;

}
#sidebar ul li ul li {
padding-left:5px;
padding-top:3px;
font-size:1.2em;
padding-bottom:4px;
}
#sidebar ul li ul li a{
text-decoration:underline;
}

#donate h2 {
background:none;
margin-top:0px;
}
#donate {
text-align:center;
margin-bottom:15px;
background-color: #CCCCCC;
}
#donate strong {
color:#4482be;
font-size:1.1em;
}
/*Font Style */

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	padding: 0;
	margin: 0;
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 1.4em;
	color: #CCCCCC;
	}
	
h2 {
	font-size: 1.6em;
	margin: 30px 0 0;
	}

h2.pagetitle {
	font-size: 1.6em;
	margin-top: 30px;
	text-align: center;
	}
	


h3.comments {
	padding: 0;
	margin: 20px auto 10px ;
	}
	
h3 {
	font-size: 1.3em;
	margin: 0;
	}


/*Comments*/

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
	
.commentlist li {
	font-weight: bold;
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist cite, .commentlist cite a {
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	margin: 10px 5px 10px 0;
	}
	
.commentlist {
	padding: 0;
	text-align: justify;
	}















#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}

	
code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}
	
	
/*Links*/
a {
	color: #06c;
	text-decoration: none;
	}

a:hover {
	color: #06c;
	text-decoration: underline;
	}
	
a:visited {
	color: #06c;
	}
	

/* Begin Images */
p img {
	padding-right: 0;
	padding-left: 0;
	max-width: 100%;
	}

a img {
	border: none;
	}
	
/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}


/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

.nextandback {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 20px;
	}
/*NAVIGATION*/
#navigation {
float:left;

margin-top:10px;
}
#navigation ul {
list-style:none;
padding:0;
margin:0;
}
#navigation ul li {
float:left;
height:14px;
}
#navigation ul li a {
display:block;
height:100%;
width:100%;
text-decoration:none;
}

#who {
width:80px;
background:url('images/nav/who.gif') no-repeat -27px 0px;
}
#who:hover, #who.sfhover {
background:url('images/nav/who.gif') no-repeat -132px 0px;
}
#what {
width:98px;
background:url('images/nav/what.gif') no-repeat;
}
#what:hover, #what.sfhover {
background:url('images/nav/what.gif') no-repeat -88px 0px;
}
#when {
width:113px;
background:url('images/nav/when.gif') no-repeat;
}
#when:hover, #when.sfhover {
background:url('images/nav/when.gif') no-repeat -113px 0px;
}
#where {
width:102px;
background:url('images/nav/where.gif') no-repeat;
}
#where:hover, #where.sfhover {
background:url('images/nav/where.gif') no-repeat -102px 0px;
}
#how {
width:80px;
background:url('images/nav/how.gif') no-repeat;
}
#how:hover, #how.sfhover {
background:url('images/nav/how.gif') no-repeat -90px 0px;
}



/*Calendar - uncomment to use
#wp-calendar #prev a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}

#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { 
	background-color: #fff; }
 End Calendar */
*/





body .alignright {
	float: right;
	padding: 5px;
}

body .alignleft {
	float: left;
	padding: 5px;
}