/*  
Theme Name: Starry Hope
Theme URI: http:///
Description: The Starry Hope Theme
Version: 6.5.1
Author: Jim Mendenhall
Author URI: http://starryhope.com.com/
*/
body {
	margin: 0;
	padding: 0;
	font: 14px/1.5em "Lucida Grande", Veranda, Lucida, Arial, Helvetica, sans-serif;
	text-align: center;
	background: #EDEFF1 url(http://static.starryhope.com/i/background_gradient.png) repeat-x !important;
	background: #58606E;
}

p {
	margin: 0;
	padding: 0;
}

h2 {
	margin: 0;
	padding: 0;
	margin-top: 5px;
	margin-bottom: 10px;
}

h3 {
	margin: 0;
	margin-top: 20px;
	padding: 0;
}

h4{
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-weight: bold;
}

a, a:visited {
	color: #06699E;
	text-decoration: underline;
}

a:hover {
	color: #00665A;
	text-decoration: underline;
}

a img {
	border: none;
}

/* Begin Typography & Colors */
#content {
	font-size: 1em
}

.widecolumn .entry p {
	font-size: 1.05em;
}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}
	
.narrowcolumn .postmetadata {
	text-align: center;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1em;
}

h2, h3 {
	font-weight: bold;
}

h2 {
	font-size: 21px;
}

h2.pagetitle {
	font-size: 21px;
}

#sidebar h2 {
	font-size: 1.2em;
}

h3 {
	font-size: 19px;
}

h1, h1 a, h1 a:hover, h1 a:visited, .description {
	text-decoration: none;
	color: white;
}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #3E444F;
}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #wp-calendar caption, cite {
	text-decoration: none;
}

.entry p a:visited {
	color: #58606E;
}

.commentlist li, #commentform input, #commentform textarea {
	font-size: 0.9em;
}
	
.commentlist li {
	font-weight: bold;
}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}

.commentmetadata {
	font-weight: normal;
}

.post p {
	margin: 0 0 10px !important;
	margin: 0 0 10px;
	text-indent: 15px;
}

.post p.noindent {
	text-indent: 0;
}

#sidebar {
	font-size: 1em;
}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #3E444F;
}
	
code {
	font-size: 1.1em;
}

acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
}

h2 a:hover, h3 a:hover {
	color: #06699E;
	text-decoration: none;
}
	
#wp-calendar #prev a {
	font-size: 9pt;
}

#wp-calendar a {
	text-decoration: none;
}

#wp-calendar caption {
	text-align: center;
	font-size: 1.3em;
	font-weight: bold;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}

/* End Typography & Colors */

/* Begin Structure */
.post {
	margin: 20px 0 40px 0 !important;
	margin: 20px 0 20px 0;
	text-align: left;
}

/* Wrapping things up in a pretty shell */
#wrapper {
	position: relative;
	width: 960px;
	margin: 0 auto 25px;
	padding: 0;
	padding-top: 15px;
	text-align: left;
}

#wrapper2 {
	position: relative;
	width: 960px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	background: url(http://static.starryhope.com/i/background_png.png) !important;
	background: #fff url(http://static.starryhope.com/i/background.gif);
}

#shaddow_bottom {
	background: url(http://static.starryhope.com/i/shaddow_botton_png.png) no-repeat left bottom !important;
	height: 30px;
	background: url(http://static.starryhope.com/i/shaddow_bottom.gif) no-repeat left bottom;
}

#header {
	position: relative;
	margin: 0;
	padding: 0;
	text-align: left;
}

#content {
	clear: both;
	float: right;
	width: 660px;
	min-height: 900px; 
	margin: 0 40px 0 0 !important;
	margin: 0 20px 0 0;
	padding: 0;
}

#page_content {
	clear: both;
	float: left;
	width: 900px;
	margin: 0;
	padding: 0;
}

/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets.
	Maybe not even needed anymore! */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

ol li {
	list-style: decimal outside;
	}
/* End Entry Lists */

/* Begin Sidebar */
#sidebar
{
	float: left;
	padding: 25px 0 0 0 !important;
	padding: 175px 0 0 0;
	margin: 0 0 0 30px !important;
	margin: 0 0 0 15px;
	width: 200px;
	font: 12px/1.5em Arial, Helvetica, sans-serif;
}

#sidebar form {
	margin: 0;
	padding: 0 0 20px 0;
}

#sidebar_feeds img {
	margin: 0 4px 10px 0;
	padding: 0;
	float: left;
}

#sidebar_feeds p {
	clear: both;
}

#sidebar h2 {
	color: #000;
	text-decoration: underline;
	font-size: 1em;
	margin: 0;
}

#sidebar ul {
	list-style:none;
	padding: 0;
	margin: 0;
	text-indent: 10px;
}

#sidebar ul li a {
	text-decoration: underline;
}

#sidebar h4 a {
	color: #fff;
	background: #06699E;
	text-decoration: none;
	font-size: 1em;
	padding: 5px;
}
/* End Sidebar */

#copyright {
	padding: 10px 0 0 1px;
	margin: 0 auto;
	width: 920px;
	clear: both;
}

#copyright p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
}

/* Banner Image Replacement */

#header h1 {
	font-size: 20px;
	line-height: 24px;
}

#banner {
	position: absolute;
	margin: 0;
	margin-top: 10px;
	padding: 25px 0px 25px 25px;
	color: #fff;
	background: #E8E8E8;
	text-align: left;
	height: 100px;
	width: 575px;
	margin-left: 20px;
}

#banner span {
	position: absolute;
	width: 600px;
	height: 150px;
	top: 0;
	left: 0;
	background-image: url(http://static.starryhope.com/i/header6_5_1.png);
	background-position: left bottom;
}
 
#banner_right {
	float: right;
	height: 120px !important;
	width: 280px !important;
	height: 120px;
	width: 280px;
	margin: 10px 20px 0 0 !important;
	margin: 10px 10px 0 0;
	padding: 15px;
	background-color:#757575;
	color: #fff;
}

#banner_right a, #banner_right a:hover, #banner_right a:visited {
	color: #fff;
	text-decoration: none;
}

/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 0; 
	text-align: left;
	}

#sidebar #searchform #s {
	width: 165px;
	padding: 2px;
	margin: 0;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */

pre {
  background-color: #eee;
  padding: 10px;
  font-size: 11px;
}

.code {
  background-color: #eee;
  padding: 10px;
  font-size: 11px;
}

#ad_left {
	float: left;
	padding: 0 10px 10px 0;
}

#ad_right {
	float: right;
	padding: 0 0 10px 10px;
}

#flash_video {
	padding: 0;
	margin: 0;
}

.alert {
  background-color: #FFB3C3;
  padding: 10px;
  font-size: 11px;
  border-top: 1px solid #FF5959;
  border-bottom: 1px solid #FF5959;
  font-size: 100%;
}

.tt-flickr {
  margin-left: -15px;
}

#special_greeting {
	text-align: center;
	padding: 10px;
	background:#ddefe3;
	border: 1px solid #089632;
}
