/*  
Theme Name: MCM
Theme URI: http://musiccitymystique.org/
Description: Wordpress Theme for Music City Mystique News page.
Version: 1.5
Author: Lindsey Boise
Author URI: http://lindseyboise.com/

	Based on the code of Kubrick v1.5 by Michael Heilemann
	 http://binarybonsai.com/kubrick/

/* Begin Typography & Colors */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color:#5B7C84;
	text-align: center;
	}

#page {
	
	}

#topnav a {
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	margin:0 5px;
	font-variant: small-caps;
}

#topnav a:hover {
	text-decoration: none;
	color:#72AFD3;
}

.subpageheader {
	font-size:18px;
	text-align:left;
	margin:0 0 0 14px;
	padding:0;
	color:#ffffff;
}

p {
	margin:14px;
	font-size:11px;
}


.narrowcolumn .entry, .widecolumn .entry {
	line-height: 14px;
	}

.widecolumn, .narrowcolumn {
	background-color:#ffffff;
	line-height: 16px;
	}
	
.narrowcolumn .postmetadata {
	text-align: center;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	margin:0 0 0 14px;
}

h2.pagetitle {
	font-size: 12px;
	color:#9A3918;
	}

.blackheader {
	color: #000000;
	margin:14px 0 4px 14px;
	font-size:18px;
	font-family: Arial, Helvetica, sans-serif;
}

#content h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

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

.entry p a:visited {
	color: #b85b5a;
	}

#sidebar {
	text-align:center;
	}
	
#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 14px;
}

#sidebarheaderbox {
	text-align:center;
	margin:0 0 10px 0px;
}

#sidebarheaderbox h2 {
	font-weight: bold;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#sidebar ul ul li {
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom:4px;
	font-weight: bold;
}

small, .nocomments, .postmetadata, strike, code {
	color: #777;
}

code {
	font: 11px 'Courier New', Courier, Fixed;
	}

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

a:hover {
	color: #6F2811;
	text-decoration: underline;
	}
	
.navigation a {
	font-size:11px;
}
	
#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;
	}
	
#footer p {
	color:#dddddd;
	font-size:10px;
	margin:2px 0;
}

#footer a {
	color:#dddddd;
}

#footernav {
	text-align:right;
}

#footernav a {
	font-variant: small-caps;
	font-size: 11px;
	color: #D3E0E7;
	text-decoration: none;
	font-weight: bold;
	margin:0 5px;
}

#footernav a:hover {
	color:#ffffff;
}

#sidebar a {
	color:#ffffff;
}

#sidebar a:hover {
	text-decoration: none;
}

.sidebarbiglink {
	font-size:12px;
	font-weight:bold;
}

#sidebar ul, #sidebar ul ol {
	color:#C6D7D6;
}

#sidebar ul p, #sidebar ul select {
	color:#D1DDDE;
}

.entry ul, .post ul, .entry ol, .post ol {
		font-size:11px;
	}

/* End Typography & Colors */



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

#page {
	width:760px;
	margin:0 auto;
	position: relative;
	padding: 0;
}

#header {
	width: 760px;
	height: 160px;
	margin:0;
}

#header span {
	background-image: url(./images/logo2.jpg);
	background-repeat: no-repeat;
	position: absolute;
	width: 760px;
	height: 160px;
	left: 0;
	top: 0;
}

#bodycontainer {
	width:758px;
	border:1px solid #0A1518;
	border-top:0;
	background-color:#20464D;
	background-image:url(./images/bodycontainerbg.gif);
	background-repeat:repeat;
}
	
#topnav {
	width:758px;
	height: 16px;
	margin:0;
	background-color: #0A1518;
	padding-bottom:4px;
	text-align:left;
}

#subpageheaderbox {
	width:758px;
	height:28px;
	margin:0 0 14px 0;
	padding:4px 0 0 0;
	background-color: #102227;
	background-image:url(./images/subpageheaderbg.gif);
	background-repeat:repeat-x;
}

.narrowcolumn, .widecolumn {
	float: left;
	padding: 0;
	margin: 0 0 0 5px;
	width: 520px;
	border:1px solid #1E4044;
	border-left:0;
	}

#content {
	margin:0;
}

#sidebarheaderbox {
	background-color:#3D6967;
	background-image:url(./images/headerboxbg.gif);
	background-repeat:repeat-x;
	margin:0;
}

.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.widecolumn .post {
	margin:0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}
	
#footer {
	clear:left;
	background-color:transparent;
}

#footernav {
	width:758px;
	background-color:#0A1518;
	background-image:url(./images/footernavbg.gif);
	background-repeat:repeat-x;
}

#sponsors {
	background-color:#11262B;
	width:758px;
	height:50px;
	border-bottom: 3px solid #0D1C20;
	margin:0;
	text-align:center;
}

.alignright {
	float: right;
	}
	
.alignleft {
	float: left
	}

#lbdesign {
	height:15px;
	width:160px;
	margin-left:598px;
}

#lbdesign img{
	border:0;
}
/* End Structure */



/*	Begin Headers */
h2.pagetitle {
	margin: 10px 0 0 14px;
	text-align: left;
}

h3 {
	padding: 0;
	margin:0;
	}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
}

#sidebarheaderbox h2 {
	margin:0;
}
	
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	margin:5px;
	max-width: 100%;
	}

.post img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
#sponsors img {
	margin:0 auto;
	border:0;
}
	
/* End Images */



/* Begin Lists */

.entry ul, .post ul {
	list-style: none;
	margin: 4px 0 4px 14px;
	padding: 0;
} 

.entry li, .post li {
	margin: 2px 0 2px 10px;
	}

.entry ol, .post li {
	margin: 0 0 0 14px;
	}

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

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
	
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	color:#C6D7D6;
	}

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

#sidebar ul p, #sidebar ul select {
	margin: 5px 10px 8px 10px;
	color:#D1DDDE;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
		
/* End Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
	}

#sidebar #searchform #s {
	width: 115px;
	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;
	}

/* End Form Elements */

/* Begin Sidebar */
#sidebar
{
	float:left;
	width:180px;
	background-color:#28545B;
	border:1px solid #1E4044;
	margin:0 0 0 10px;
	}

#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 dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	font-style: italic;
}

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

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

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