/*  
Theme Name: Yeah Yeah Records 
Theme URI: yeahyeahrecords.com
Description: Designed for yeahyeahrecords.com.  I began with Kubrick and modified it to match the Yeah Yeah Records style, borrowing inspiration and a bit of code from the Hemmingway theme.  This style sheet is incomplete.  Listed here are only the attributes specific to the wordpress installation.  This template also requires sitewide styles pulled in from http://yeahyeahrecords.com/css/style.css
Version: 1.0
Author: Christopher Young
Author URI: http://chrisyoung.net/

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

*/


/* Begin Typography & Colors */

a:link {color: #336699}
a:visited {color: #336699}
a:active{color: #336699}
a:hover, a:focus {color: #3399CC}
a {text-decoration: none; outline: none;}

#page {
	background-color: white;
	text-align: left;
	}

#header {

	}
	
#footer {

	}
	
	

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

h3.authorfield {
	font-weight: normal;
	font-size: 10px;
}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}


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

blockquote {
	margin-left: 30px;
	border-left: 1px solid;
	padding-left: 10px;
}

/* Begin Structure */


img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}


img.right { 
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	display: inline;
	float: right;
 }

 
img.left { 
	margin-right: 20px;
	margin-top: 10px;
	float: left;
	display: inline;
 }

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

.post hr {
	display: block;
	}


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

	
.inside{
	width:80%;
	min-width:65em;
	max-width:85em;
	margin:0 auto;
}
	
#bottombar {
	clear: both;
	left: auto;
	right: auto;
	background: #f5f5f5;
	width: 770px;
}

#bottombar .block{
	float:left;
	width: 30%;
	margin:0 0 0 5%;
}
* html #bottombar .block{
	margin-left:3.9%;
}

#bottombar .first, * html #bottombar .first{
	clear:both;
	margin:0;
}
	
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	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 */


.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}




