/*
Theme Name: SwingCville
Theme URI: http://www.swingcville.org
Description: A retro theme based on Savoy
Version: 2.0
Author: Robert Dickerson and Erica Simmons
Author URI: http://www.robertdickerson.net
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Begin Typography & Colors */
body {
	font-size: 82.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #072954 url('images/bluebg.jpg') no-repeat top left;
	color: #000;

	}

#header {
	background:  url('images/banner.png') no-repeat bottom center;
	}

#headerimg 	{
	height: 216px;
	width: 676px;
	}

#content {
	background: url('images/newspaperbg.jpg') top left repeat-y;
	padding-left: 20px;
	width: 683px;

	}


	
.slideshowcontainer{
		height: 322px;
		width: 465px;
		padding-top: 25px;
		margin-left: -80px;
		background: url('images/photobg.png') top left no-repeat;
}

#footer {
	background: #000;
	font-size: .8em;
	border: none;
	color: #fff;
	}

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





h3 {
	color: #b73a33;
	font-variant: small-caps;
}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 1.2em;
font-variant: small-caps;
color:#b5392a;
	}


#sidebar {
padding-right: 40px;
width: 150px;
float: right;
	}
	
#leftcontent {
		float: left;
		width: 350px;
		padding-left: 100px;
	}

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: #06c;
	text-decoration: none;
	}

a:hover {
	color: #147;
	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 */
body {
	margin: 0 0 0px 0;
	padding: 0;
	}

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

#header {
	margin: 0 0 0 1px;
	padding: 0;
	height: 216px;
	width: 676px;
	}

#headerimg {
	margin: 0;
	height: 216px;
	width: 100%;
	}

.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 450px;
	}

.widecolumn {
	padding: 5px 35px 20px 35px;
	width: 606px;
	margin-top:0px;
	}

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

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

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

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

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

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



/*	Begin Headers */
h1 {

	margin: 0;
	text-align: center;
	}

h2 {
	font-size: 24px;
	font-family: Georgia serif;
	text-decoration: normal;
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

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

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}

div.featuringHeader {
	margin-top: 30px;
	}
	
div.featuringHeader h2,
div.featuringHeader h3 {
	margin-top: 0;
	color:black;
	}
/* End Headers */



/* 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;
	}
	
img.fitToWidth {
	width:100%;
	}

.alignright {
	float: right;
	}

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








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

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navbar {
	display: block;
	text-align: center;
	margin-bottom: 0px;
	background: url('images/newspaperbgtop.jpg') no-repeat top center;
	height: 150px;
	width: 757px;
	width: 100%;
	padding: 10px 0 0 0;
	}
	
.navbar img {
	margin-top: 10px;
	margin-right: 30px;
}
/* End Various Tags & Classes*/



.toplineart {
	position: relative;
	background: url('images/toplineart.png') no-repeat top center;
	height: 44px;
	width: 100%;
}

.bottomlineart {
	position: relative;
	top: 10px;
	background: url('images/bottomlineart.gif') no-repeat top center;
	height: 23px;
	width: 100%;
}



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

.featured {
	width: 150px;
	float: left;
	margin-right: 60px;
}

.leftcontent {
	float: left;
	width: 420px;
	margin-left:0px;
}

.rightbar {
	border-left: 1px solid black;
	float: left;
	width: 140px;
	padding-left: 15px;
	margin-left: 30px;
}

.dotwhack {
	position: relative;
	height: 281px;
	width: 300px;
	top: -200px;
	left: -100px;
	background: url('images/dotwhack.png');
}

@font-face {
 font-family: Savoye;
 src: url("savoyeletplain1.0.eot") /* EOT file for IE */
}
@font-face {
 font-family: Savoye;
 src: url("savoyeletplain1.0.ttf") /* TTF file for CSS3 browsers */
}

#mainNav {
	margin: 7px 0 0 0;
	padding: 0;
	list-style: none;
	text-align: center;
}
	
#mainNav a {
	font-family:  Savoye, "Times New Roman", Georgia, sans-serif;
	font-size: 35px;
	display: block;
	color: #000;
}

#mainNav li {
	float: left;
	width: 13em;
}

.photobg {
	margin-left: -35px;
	background: url('images/photobg.png') no-repeat center top;
	padding: 25px 0px 5px 30px;
	height: 322px;
	width: 465px;
}

.carlogo {
	position: relative;
	top: 20px;
	left: 400px;
	background: url('images/car.png') no-repeat center top;
	width: 283px;
	height: 129px;
}

.catclock {
	margin-left:-100px;
	float:left;
	
}



.planeillustration {
	position: relative;
	top: 20px;
	left: 400px;
	background: url('images/planeillustration.png') no-repeat center top;
	width: 282px;
	height: 212px;
}

.lifecover {
	position: relative;
	top: 20px;
	left: 400px;
	background: url('images/lifecover.png') no-repeat center top;
	width: 282px;
	height: 212px;
}

.stlouis {
	margin-left:-50px;
	padding-bottom: 30px;
}

.everybodycome {
	position: relative;
	top: 20px;
	left: 400px;
	background: url('images/everybodycome.png') no-repeat center top;
	width: 282px;
	height: 212px;
}

.stars {
	margin-top: 20px;
	background: url('images/stars.gif') no-repeat center top;
	height: 24px;
	width: 383px;
}
	
.datebox {
		color: #FFF;
		background-color: #000;
		position: relative;
		left: 560px;
		top: 16px;
		width: 100px;
		padding: 5px 5px 5px 5px;
		font-size: 16px;
	}
	
.microphone {
	position: relative;
	top: -150px;
	left: -72px;
	background: url('images/microphone.gif');
	width: 70px;
	height: 335px;
	z-index: -1;
}

.lindustrial {
	margin-left: -110px;
}

.microphonestand {
	position: relative;
	height: 400px;
	width: 30px;
	left: -30px;
	top: -152px;
	background: url('images/microphonestand.gif') repeat-y;
	z-index: -1;
}
	
/* End captions */


/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */

