/*
Theme Name: MIP Custom Theme
Theme URI: http://www.musicintheparkolympia.com/
Description: A custom theme for the Olympia Downtown Association and Music in the Park
Version: 1.0
Author: Mathias Eichler
Author URI: http://www.einmaleins.co/
*/



/* Begin Typography & Colors */
body {
	font-family: Helvetica, sans-serif;
	background: #FFFFFF;
	color: #000000;
	text-align: center;

	}
#headerlayout {
	text-align: center;
	width: 1000px;
		margin-top: 10px;
	}

#mainlayout {
	border-top: 0px solid #006633;
	border-right: 1px solid #006633;
	border-bottom: 1px solid #006633;
	border-left: 1px solid #006633;
	text-align: justified;
	width: 1000px;
	}
	
#footerlayout {
	text-align: center;
	width: 1000px;
	font-size: 10px;
	font-family: Helvetica, sans-serif;
	color: #000000;
	}

#content {
	padding: 20px;
	text-align: justify;
	}
	
#maincontent {
	vertical-align: top;
	width: 500px;
	text-align: justify;
	padding-right: 20px;
	}

#sidebox {
    width: 190px;
	padding: 20px;
	text-align: justify;
	vertical-align: top;
	}
	
#sidebox2 {
    width: 216px;
	text-align: center;
	vertical-align: top;
	}
#sidebox2 h2{
	font-size: .9em;
	text-align: center;
	margin: 1em 0 .75em 0;
}
#sidebox2 a img{
	padding: 5px 0 20px 0;	
	width: 216px;
	margin: 0px auto;
}
	
#sidecontent {
	font-size: 8px;
	text-align: justify;
	margin: 10px;
	}

small {
	font-size: 10px;
	}

h1, h2, h3 {
	font-family: Helvetica, sans-serif;
	font-weight: bold;
	}

h1 {
	font-size: 24px;
	}

h2 {
	font-size: 16px;
	}

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

#sidebar h2 {
	font-family: Helvetica, sans-serif;
	font-size: 15px;
	}

h3 {
	font-size: 14px;
	}


.entry {
	font-size: 13px;

	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

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

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

a, h2 a:hover, h3 a:hover {
	color: #006633;
	text-decoration: none;
	}

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

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



/* Begin Structure */

.postmetadata {
	clear: both;
	font-size: 11px;
}

.clear {
	clear: both;
}

#footer {
	padding: 0;
	margin: 0 auto;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
/* End Structure */




/* Begin Images */
p img {
	padding: 10;
	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 Lists

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

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;
	}
/* End Entry Lists */
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 12px;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 5px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	list-style-type: none;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	list-style-type: none;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	list-style-type: none;
	}

ol li, #sidebar ul ol li {
	list-style: none;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	list-style-type: none;
	}
/* End Entry Lists */


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

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

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

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

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

#commentform p {
	margin: 5px 0;
	}

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

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



/* Begin Sidebar */
#sidebar
{
	padding: 0px;
	text-align: left;
	
	}
/* 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 dashed #999;
	}

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

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

#wp-calendar {
	width: 100%;
	margin-bottom: 24px;
}
#wp-calendar caption {
	color: #4814A0;
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 18px;
	text-align: center;
	letter-spacing: 1px;
}
#wp-calendar thead {
	font-size: 11px;
}
#wp-calendar thead th {
	font-size: 14px;
	text-align: center;
}
#wp-calendar tbody {
	color: #000;
}
#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	padding: 3px 2px 2px;
	text-align: center;
	height: 88px;
	width: 41px;
	vertical-align: top;
	font-size: 11px;
}
#wp-calendar tbody a {
	display: block;
	border-radius: 4px;
}
#wp-calendar tbody a:link, #wp-calendar tbody a:visited {
	text-decoration: none;
	border: 1px solid #CEF3FF;
}
#wp-calendar tbody a:hover, #wp-calendar tbody a:active {
	text-decoration: none;
	border: 1px solid #000;
	background-color: #E2F8FF;
}

#wp-calendar tbody td#today {
	background-color: #FFF7D7;
}
#wp-calendar tbody td.havepost {
	background-color: #CEF3FF;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot td {
	font-size: 14px;
	font-weight: bold;
}
#wp-calendar tfoot #next {
	text-align: right;
}
#wp-calendar div.wpcal_daynum {
	margin-bottom: 4px;
}
#wp-calendar div.wpcal_postlink {
	margin-bottom: 4px;
}
.linklove { display: none !important; }
table.em-calendar{ width: 100%; }