
/*  
 * jast's WordPress Theme for Sunshine-Chor
 * http://sunshine-chor.de/
 *
 *   Jan Krueger <jk@jk.gs>, http://jk.gs/
 */


/* ================================================================ Overall */
body {
	font-family: Verdana, Helvetica, Bitstream Vera Sans, Arial, sans-serif;
	background: #2b2b90;
	color: #200;
	margin: 0;
	padding: 0;
}

#overall {
	background: url(images/outer_bg.png) repeat-y center;
	margin: 0;
	padding: 0;
}
#page {
	width: 780px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	background: url(images/main_bg.png) repeat-y #a03030;
}

#main {
	margin: 0 auto;
	padding: 0;
}
#clearmain {
	clear: both;
}
#content {
	float: right;
	padding: 10px;
	margin-top: 40px;
}
.narrow-content {
	width: 550px;
	margin-left: -210px;
	background-color: white;
}
.widecolumn {
	width: 780px;
	background-color: white;
}
h1, h2, h3 {
	font-weight: bold;
	font-family: Trebuchet MS, Helvetica, Bitstream Vera Sans, Arial, sans-serif;
}
h1, h2 {
	margin: 0;
}

input, textarea {
	border: solid 1px #800;
	background-color: #fee;
	color: #600;
}


/* ================================================================= Header */

#header {
	position: relative;
	background: url(images/topbar.png) #a03030;
	height: 110px;
	margin: 0 auto;
	padding: 0;
}
#logo_top, #logo_bottom {
	width: 210px;
	height: 110px;
}
#logo_top a, #logo_bottom a {
	margin: 0;
	padding: 0;
	display: block;
	height: 110px;
	width: 210px;
}
#logo_top {
	background: url(images/logo_top.png) no-repeat;
}
#logo_bottom {
	background: url(images/logo_bottom.png) no-repeat;
}
#header h1, #slogan {
	position: absolute; left: 220px;
	font-family: Georgia, Times New Roman, serif;
	font-weight: normal;
}
#header h1 {
	font-size: 56px;
	top: 15px;
}
#slogan {
	font-size: 23px;
	font-style: italic;
	top: 70px;
}
#header a, #header h1, #slogan {
	color: white;
	text-align: left;
}
#sidesearch {
	position: absolute; bottom: 0; right: 0;
	margin: 15px;
	text-align: right;
}
#sidesearch input {
	font-size: 0.7em;
}

#topbar {
	position: absolute; top: 110px; left: 210px;
	background: url(images/duobar1.png) #d99a41;
	height: 40px;
	width: 570px;
}


/* ================================================================= Footer */

#footer {
	background: url(images/duobar2.png) repeat-x #d99a41;
	margin: 0 auto;
	width: 780px; height: 40px;
	padding: 0;
}
#footer_shadow {
	margin: 0 auto;
	background: url(images/bottom_shadow.png) no-repeat center;
	height: 40px;
}
#footer p {
	margin: 0;
	padding: 10px;
	color: white;
	font-size: 0.9em;
}
#footer a {
	color: white;
	text-decoration: underline;
}

a {
	text-decoration: underline;
	color: #844;
}
a:visited {
	color: black;
}
a:hover {
	color: #644;
}
a:hover, #footer a:hover {
	text-decoration: none;
}

h1 a, h2 a, h3 a {
	text-decoration: none;
}
a img {
	border: none;
}

/* ================================================================ Sidebar */

#mainsidebar {
	float: left;
	width: 210px;
	font-size: 80%;
	margin: 0;
	padding: 0;
	color: white;
}
#mainsidebar a {
	color: white;
}
.mainsidebar ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#sidebar {
	margin: 10px auto;
	padding: 1px 0;
	width: 170px;
	background: url(images/menu_bg.png) #902020;
}
.mainsidebar li li {
	margin: 0 1em;
}
#sidebar ul {
	margin: 0 0 1em;
}
#mainsidebar h2 {
	border: solid 1px #800;
	border-bottom: none;
	padding: 2px 4px;
	background: url(images/main_bg.png) 0 -20px #a03030;
	margin: 0 0 0.2em;
	font-size: 1.2em;
}

.categories ul, .linkcat ul, .sidemisc ul, .sidearchives ul, .pagenav ul {
	/*list-style: square inside;
	*/
}
.categories li, .linkcat li, .sidemisc li, .sidearchives li, .pagenav li {
	padding: 0;
	padding-left: 0em;
	margin: 0 1em;
}

.sidemisc dt {
	margin-left: 1em;
	padding: 0;
	font-weight: bold;
}
.sidemisc dd {
	margin-left: 2em;
	padding: 0;
}


/* ============================================================ Text Styles */
.highlight {
	background-color: #fed;
}


/* ============================================================== Main Body */
.navigation {
	display: block;
	text-align: center;
	padding: 0.5em;
	overflow: hidden;
	color: white;
	background-color: #d99a41;
}
.topnav {
	position: absolute;
	top: 110px; left: 210px;
	padding: 10px;
	background-color: transparent;
}
.navigation a {
	color: white;
}

.post {
	margin: 2em 1em;
	padding: 0;
}
.post .posttitle {
	background-color: #fff4e8;
	padding: 2px 4px;
	font-family: Verdana, Helvetica, Bitstream Vera Sans, Arial, sans-serif;
}
.posttitle h3 {
	margin: 0;
}
.small {
	color: #644;
}
.post .postmetadata {
	font-family: Trebuchet MS, Helvetica, Bitstream Vera Sans, Arial, sans-serif;
	font-size: 80%;
	color: #644;
	margin: 1em 0 0;
}
.more-link {
	font-weight: bold;
}


/* =============================================================== Comments */
#comments, #respond {
	border-top: solid 1px #800;
	padding-left: 10px;
}
.commentlist {
	list-style-position: inside;
	margin-right: 10px;
}
.commentlist li {
	padding: 0.5em;
}
.commentlist p {
	font-family: Verdana, Helvetica, Bitstream Vera Sans, Arial, sans-serif;
	line-height: 1.5em;
	margin: 1em;
}

#commentform textarea {
	font-family: Verdana, Helvetica, Bitstream Vera Sans, Arial, sans-serif;
	font-size: 0.9em;
	width: 100%;
}

.commentlist li.alt {
	background-color: #fff4e8;
}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

#commentform {
	display: block;
	margin: 1em -10px -10px;
	background-color: #902020;
	family: ;
	color: white;
	padding: 1em;
}
#commentform a {
	color: white;
}
#commentform p {
	margin: 0.5em;
}
.submitcomment {
	text-align: right;
	margin-bottom: 0;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}


/* ========================================================== Miscellaneous */

code {
	font-size: 1.1em;
	font-family: 'Bitstream Vera Sans Mono', 'Courier New', Courier, Fixed;
}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
}

#wp-calendar #prev a, #wp-calendar #next 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;
	}
/* End Typography & Colors */



.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

/* End Structure */


/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Form Elements */
.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
}
	
select {
	width: 130px;
}

/* End Form Elements */


/* Begin Calendar */
#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 { /* Doesn't work in IE */
	background-color: white; }
/* End Calendar */



/* 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;
	}

/* End Various Tags & Classes*/

