/*  
Theme Name: Tune our Lips to Sing
Theme URI: http://tuneourlipstosing.com/
Description: A theme created for the Tune our Lips to Sing Quartet web site.
Version: 0.1
Author: Jesse Pearlman karlsberg
Author URI: http://jpk.silversand.org/
*/



/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Helvetica, sans-serif;
	background: #258545;
	line-height: 1.4em;
	color: #FFF;
	text-align: center;
	}

#page {
	background: #258545;
	text-align: left;
	font-size: 1.1em
	}

#header {
	background: #258545;
	}

#headerimg 	{ 
	} 

#content {
	background: #258545;
	}

.widecolumn .entry p {
	}

.narrowcolumn .entry, .widecolumn .entry {
	}

.widecolumn {
	background: #258545;
	}

.narrowcolumn .postmetadata {
	}

.alt {
	}

#footer {
	border-top: 1px solid #FFF;
	background: #258545;
	}

small {
	}

h1, h2, h3 {
	font-weight: bold;
	}

h1 {
	font-size: 1.6em;
	color: #258545;
	}

#headerimg .description {
	}

h2 {
	font-size: 1.3em; 
	}

h2.pagetitle {
	}

#sidebar h2 {
	}

h3 {
	}

h1, h1 a:link, h1 a:link:hover, h1 a:visited, h1 a:visited:hover, #headerimg .description {
	color: #258545;
	}

h2, h2 a:link, h2 a:visited, h3, h3 a:link, h3 a:visited, #sidebar h2 {
	color: #FFF;
	text-decoration: none;
	}

h2 a:link:hover, h2 a:visited:hover, h3 a:link:hover, h3 a:visited:hover, #wp-calendar caption, cite {
	color: #B7D7C2;
	text-decoration: underline;
	}

.entry p a:visited {
	}

.commentlist li, #commentform input, #commentform textarea {
	}

.commentlist li {
	}

.commentlist cite, .commentlist cite a {
	}

.commentlist p {
	}

#commentform p {
	}

.commentmetadata {
	}

#sidebar {
	background: #258545;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	}

a:link, a:visited {
	color: #B7D7C2;
	text-decoration: underline;
	}

a:link:hover, a:visited:hover {
	color: #FFF;
	text-decoration: underline;
	}

#wp-calendar #prev a {
	}

#wp-calendar a {
	}

#wp-calendar caption {
	}

#wp-calendar th {
	}
	
.newsection {
	margin-top: 1em;
	padding-top: 1em;
	border-top: 1px dotted #FFF; 
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 8em 0 0;
	padding: 0; 
	}

#page {
	margin: 0 auto;
	padding: 0;
	width: 636px;
	}

#header {
	height: 51px; 
	width: 636px;
	margin: 0 0 2.5em;
	}

#headerimg {
	}

.narrowcolumn {
	float: left;
	width: 400px;
	margin-bottom: 2em;
	}

.widecolumn {
	width: 400px;
	margin-bottom: 2em;
	}

.post {
	}

.widecolumn .post {
	}

.narrowcolumn .postmetadata {
	}

.widecolumn .postmetadata {
	}

.widecolumn .smallattachment {
	}

.widecolumn .attachment {
	}

.postmetadata {
	}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 636px;
	clear: both;
	}

#footer p {
	}
	
#footer img {
	position: relative; float: left; border: 0; padding: 0 4px 0 0;
	}
/* End Structure */



/*	Begin Headers */
h1 {
	width: 636px;
	height: 51px;
	position: relative;
	}
	
h1 span {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(images/Tune-our-Lips-to-Sing.gif) no-repeat top left;
	}

h2 {
	}

h2.pagetitle {
}

#sidebar h2 {
	}

h3 {
	}

h3.comments {
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 2px;
	max-width: 100%;
	border: 2px solid #FFF;
	}
	
p a:link img, p a:visited img {
	padding: 2px;
	max-width: 100%;
	border: 2px solid #FFF;
	}
	
p a:link:hover img, p a:visited:hover img {
	padding: 2px;
	max-width: 100%;
	border: 2px solid #B7D7C2;
	}
	
/*	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 {
	margin: 0 0 2px 5px;
	display: inline;
	}

img.alignleft {
	margin: 0 5px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

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

.entry ul {
	} 

.entry li {
	}

.entry ul li:before, #sidebar ul ul li:before {
	}

.entry ol {
	}

.entry ol li {
	}

.postmetadata ul, .postmetadata li {
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	list-style: none;
	}

#sidebar ul li {
	margin: 1em 0;
	padding: 0;
	}

#sidebar ul p, #sidebar ul select {
	}

#sidebar ul ul, #sidebar ul ol {
	}

#sidebar ul ul ul, #sidebar ul ol {
	}

ol li, #sidebar ul ol li {
	}

#sidebar ul ul li, #sidebar ul ol li {
	}
/* End Entry Lists */



/* 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;
	}

#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 */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	float: right;
	width: 216px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* 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: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dotted #FFF;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 1px dotted #FFF;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	}
/* End Various Tags & Classes*/