/*
Theme Name: jazz-quotes.com
Theme URI: http://jazz-quotes.com
Description: Theme for jazz-quotes.com
Version: 1.0
*/

/* Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}


/* Jazz Quotes */

html {
	background: #f4f3f3 url(images/bg_repeat.jpg) repeat-y center top;
}

body {
	background: transparent url(images/bg_body.jpg) no-repeat center top;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #7d7772;
}

#wrapper {
	background: transparent url(images/bg_wrapper.jpg) no-repeat center bottom;
	margin:0 auto;
}

#container {
	width:960px;
	margin:0 auto;
}

#main h1 {
	font-size: 42px;
	line-height: 50px;
	margin-bottom: 20px;
	color: #3c3a39;
	clear: none;
}

#featured-artists {
	line-height: 26px;
}

#featured-artists img {
	height: 100px;
	width: 100px;
	border: 3px solid #fff;
	margin: 0 6px 6px 0;
	float: left;
}

#featured-artists .entry-title {
	font-size: 20px;
	line-height: 26px;
	margin: 6px 0 0;
}

.entry-content, body.single h3#quotes-title {
	margin: 20px 10px;
}

body.single .wp-post-image {
	float: right;
	height: 100px;
	width: 100px;
	margin: 10px 0 10px 10px;
	border: 5px solid #fff;
}

ul.quote-list {
	clear: both;
}

#featured-artists .quote-count {
	line-height: 28px;
}

#featured-artists .type-artists {
	width: 236px;
	height: 110px;
	margin: 0 4px 15px 0;
	float: left;
}

#featured-artists:after, #featured-artists .type-artists:after {
	content: ".";
	display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#quotes {
	clear: both;
	position: relative;
	min-height: 315px;
	height: auto !important;
	height: 315px;
}

#respond h3 {
	margin: 0 0 20px;
}

#url, #comment {
	display: block;
	width: 100%;
}

#respond p.form-submit {
	text-align: right;
}

input[type="text"],
textarea {
	background: #fff;
	border: 1px solid #aaa;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	padding: 2px;
}

#respond {
	position: absolute;
	top: 0;
	right: 0;
	width: 35%;
}

a {
	color: #3c3a39;
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: underline;
}

/* used anywhere?
h2, h2 a {
	font-size:25px;
	line-height:22px;
	margin-bottom:15px;
	color: #7d7772;
}

h2 a:hover {
	color: #3c3a39;
	text-decoration:underline;
}

h3, h3 a{
	font-size:13px;
	line-height:30px;
	color: #262524;
	margin-bottom:20px;
	font-weight:bold;
}
h3 span, h3 a span{
	padding-bottom:5px;
	border-bottom:2px solid #262524;
}
h3 a:hover{
	color: #000;
	border-color: #000;
}


h4, h4 a{
	font-size:12px;
	line-height:30px;
	color: #111;
	margin-bottom:15px;
	font-weight:bold;
}

h5, h5 a{
	font-size:10px;
	line-height:18px;
	color: #908b88;
	margin-bottom:5px;
}
h5 a:hover{
	color: #696563;
}

*/

p a, blockquote a, ul li a, ol li a, #tag_cloud a, .wp_navigation a {
	color: #3c3a39;
	text-decoration:none;
}
p a:hover, blockquote a:hover, ul li a:hover, ol li a:hover, #tag_cloud a:hover{
	text-decoration:underline;
}

/*--- General instructions ---*/
p{
	margin-bottom:15px;
}
blockquote, ul, ol{
	margin-bottom:25px;
}

blockquote {
	font-family:"Times New Roman", Times, Georgia, serif;
	font-size:18px;
	line-height:24px;
	color: #666;
	font-style: normal;
	padding: 15px;
	background-color: #fafafa;
	border:1px solid #e4e4e4;
	width: 60%;
}

.single-quote blockquote {
	width: auto;
	font-size: 25px;
	line-height: 36px;
	padding: 30px 45px;
}

.right{
	float:right;
	margin-left:15px;
}
.left{
	float:left;
	margin-right:15px;
}

/*--- HEADER ---*/

#branding #site-title {
	float: left;
	height:106px;
	width:440px;
	display:block;
	text-indent:-99999px;
	margin: 15px 0 70px 0;
}

#site-title a {
	display: block;
	width: 440px;
	height: 106px;
	margin: 0;
}

#site-description {
	position: absolute;
	top: 30px;
	right: 50%;
	margin-right: -480px;
	text-align: right;
	float: right;
	width: 380px;
}

#content {
	clear: both;
}


#header .sidebar a#signature:hover{
	color: #000;
	border-color: #d0d0d0;
}

/*--- #FOOTER ---*/

#footer {
	height: 100px;
	padding-top: 600px;
	font-size: 10px;
	color: #848281;
	line-height: 18px;
}


#site-info {
	width: 175px;
	float: left;
	height: 75px;
	background: url(images/logo_ftr.jpg) no-repeat left center;
	text-indent: -9999px;
}

#site-info a {
	display: block;
	width: 175px;
	height: 46px;
	overflow: hidden;
}

#site-generator {
	width: 305px;
	float: left;
}

#footer a {
	color: #848281;
	text-decoration: none;
}
#footer a:hover {
	color: #505050;
	text-decoration: underline;
}