/* --------------------------------------------------------------------------------
Theme Name: Joshua Roman
Author: Diane Clayton for Steinhardt Design
-------------------------------------------------------------------------------- */



/* Initialize
----------------------------------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
	border: 0;
	}
	
html, body {
	height: 100%;
	}



/* Main Layout
----------------------------------------------------------------------------*/

body {
	background: #939393 url("http://www.joshuaroman.com/images/JoshuaRomanBackground.jpg") fixed bottom left;
	}

div#header {
	position: fixed;
	bottom: 20px;
	left: 30px;
	width: 420px;
	height: 130px;
	text-align: center;
	}

div#logo h1 {
	height: 55px;
	background: url("http://www.joshuaroman.com/images/JoshuaRomanWordmark.gif") no-repeat top left;
	margin-bottom: 3px;
	}
div#logo h1 span {
	display: none;
	}
	


/* Menu
----------------------------------------------------------------------------*/

div#menu {
	width: 370px;
	height: 75px;
	margin: 0 auto;
	border-top: 1px solid #333;
	padding-top: 5px;
	}
div#menu ul {
	margin-top: 5px;
	}
div#menu li {
	list-style-type: none;
	display: inline;
	font: 15px/17px Arial, Sans-serif;
	padding: 0 7px;
	}
div#menu li a:link, div#menu li a:visited {
	text-decoration: none;
	color: #769ddb;
	}
div#menu li a:hover, div#menu li a:active {
	color: #fff;
	}
	


/* Music Player
----------------------------------------------------------------------------*/

div#buttonsbar {
	position: fixed;
	bottom: 450px;
	left: 0;
	height: 150px;
	width: 55px;
	}

div#buttonsbar li a {
	display: block;
	height: 50px;
	width: 55px;
	}
div#buttonsbar li a span {
	display: none;
	}

div#buttonsbar li#music a:link, div#buttonsbar li#music a:visited {
	background: url("http://www.joshuaroman.com/images/buttonsbar-music.png") no-repeat top left;
	}
div#buttonsbar li#youtube a:link, div#buttonsbar li#youtube a:visited {
	background: url("http://www.joshuaroman.com/images/buttonsbar-youtube.png") no-repeat top left;
	}
div#buttonsbar li#facebook a:link, div#buttonsbar li#facebook a:visited {
	background: url("http://www.joshuaroman.com/images/buttonsbar-facebook.png") no-repeat top left;
	}
div#buttonsbar li#music a:hover, div#buttonsbar li#music a:active,
div#buttonsbar li#youtube a:hover, div#buttonsbar li#youtube a:active,
div#buttonsbar li#facebook a:hover, div#buttonsbar li#facebook a:active {
	background-position: -55px;
	}


/* Content Area Layout
----------------------------------------------------------------------------*/

div#contentwrap {
	margin-left: 475px;
	padding: 50px 0;
	width: 560px;
	text-align: left;
	}	

div#contentbackground {
	width: 540px;
	position: relative;
	background: url("http://www.joshuaroman.com/images/bg-black.png") repeat;
	overflow: hidden;
	}
div#content {
	margin: 25px 30px 40px 30px;
	}	



/* General Content Styles
----------------------------------------------------------------------------*/

div#content a:link, div#content a:visited {
	color: #769ddb;
	}
div#content a:hover, div#content a:active {
	color: #fff;
	}

div#content table {
	margin: 15px 0;
	}
div#content table td {
	padding-right: 20px;
	vertical-align: top;
	}
div#content table td p.caption {
	margin: 0 0 0 0;
	font: 11px/16px Arial, Sans-serif;
	color: #CCC;
	}

/* Overall Page Titles */
div#content h1 {
	color: #fff;
	font: 24px/28px Arial, Sans-serif;
	margin: 0 0 30px 0;
	}

/* Grey Subtitle (Post Titles) */
div#content h2 {
	color: #ccc;
	font: 19px/23px Arial, Sans-serif;
	margin: 30px 0 15px 0;
	}
div#content h2 a:link, div#content h2 a:visited {
	text-decoration: none;
	color: #ccc;
	}
div#content h2 a:hover, div#content h2 a:active {
	color: #769ddb;
	}

/* Yellow Subtitle */
div#content h3 {
	color: #ebd8aa;
	font: 17px/21px Arial, Sans-serif;
	margin: 30px 0 15px 0;
	}

	/* Date in Blog */
	div#content h3.blogpostdate {
		font-size: 15px;
		margin: -13px 0 15px 0;
		}
		
	/* Sidebar Titles */
	div#content td#sidebar h3 {
		margin: 35px 0 -5px 0;
		}


div#content p, div#content td#sidebar ul, div#content form {
	color: #fff;
	font: 13px/18px Arial, Sans-serif;
	margin: 15px 0;
	}



/* General Content Styles
----------------------------------------------------------------------------*/

div#content .quote {
	margin-left: 12px;
	text-indent: -12px;
	font-size: 15px;
	}
div#content .quote span {
	color: #CCC;
	font: 20px/20px 'Times New Roman', Serif;
	padding-right: 2px;
	}
div#content .quotecredit {
	margin: -10px 0 20px 27px;
	text-indent: -14px;
	color: #aaa;
	}
div#content .quotecredit span {
	color: #ebd8aa;
	text-transform: uppercase;
	font: bold 13px/16px 'Arial Narrow', San-Serif;
	}


/* Forms
----------------------------------------------------------------------------*/

div#content input, div#content textarea {
	border: 1px solid #d1b779;
	padding: 3px 5px;
	font: 12px/20px Arial, Sans-serif;
	color: #000;
	background-color: #fff;
	}
div#content input.submit {
	font-size: 11px;
	background-color: #769ddb;
	color: #fff;
	margin-top: 10px;
	border-color: #9ebae6;
	padding: 1px 4px;
	}



/* Zero Margins
----------------------------------------------------------------------------*/

div#content .notopmargin {
	margin-top: 0;
	}
div#content .nobottommargin {
	margin-bottom: 0;
	}



/* General Post-based Page Layout and Styles
----------------------------------------------------------------------------*/

div#content p.nextprev {
	margin-top: 50px;
	font-size: 16px;
	text-align: center;
	}

div#content p.nocomments {
	display: none;
	}

div#content p.permalink {
	margin-bottom: 50px;
	}



/* Blog Layout and Styles
----------------------------------------------------------------------------*/

div#content table#bloglayout {
	width: 100%;
	margin: 0;
	padding: 0;
	}
div#content table#bloglayout td#sidebar {
	width: 100px;
	padding: 0;
	}
div#content table#bloglayout td#posts {
	padding-right: 25px;
	}

div#content td#sidebar li, div#content td#posts li {
	color: #fff;
	font: 12px/20px Arial, Sans-serif;
	margin: 15px 0;
	}

div#content table td#posts img {
	display: block;
	border: 1px solid #ccc;
	margin: 15px 0;
	}

div#content table td#posts p.wp-caption-text {
	margin: -10px 0 15px 0;
	font: 11px/16px Arial, Sans-serif;
	color: #CCC;
	}

div#content td#sidebar li {
	margin: 0;
	list-style-type: none;
	vertical-align: top;
	}

div#content td#posts li {
	margin: 30px 0 30px 20px;
	}



/* Homepage Styles
----------------------------------------------------------------------------*/

div#home-news, div#home-blog, div#home-concert {
	width: 100%;
	background: url("http://www.joshuaroman.com/images/bg-black.png") repeat;
	margin-bottom: 20px;
	padding: 20px 0;
	}

div#home-news div, div#home-blog div, div#home-concert div {
	margin: 0 30px;
	}

div#home-news, div#home-blog {
	width: 48%;
	}
div#home-news {
	float: left;
	}
div#home-blog {
	float: right;
	}
	

/* Guestbook Styles
----------------------------------------------------------------------------*/

div#content h3.h3-guestbook {
	margin: 40px 0 -15px 0;
	}

	

/* Concerts Page Styles
----------------------------------------------------------------------------*/

div#content table#concerts {
	width: 100%;
	margin: 0 0 0 0;
	padding: 0;
	}
div#content table#concerts td {
	padding-bottom: 15px;
	}
div#content table#concerts td.whenwhere {
	width: 120px;
	padding-top: 2px;
	}
div#content table#concerts p {
	margin: 0;
	}

div#content table#concerts td h1 {
	color: #ebd8aa;
	font: 16px/20px Arial, Sans-serif;
	margin: 0;
	}

div#content table#concerts p, div#content table#concerts li {
	color: #fff;
	font: 13px/17px Arial, Sans-serif;
	}

div#content table#concerts li {
	margin: 0 0 0 20px;
	}


/* Footer
----------------------------------------------------------------------------*/

div#footer {
	width: 100%;
	text-align: center;
	padding-top: 20px;
	}
div#footer p {
	color: #ccb375;
	font: 12px/18px Arial, Sans-serif;
	}
div#footer a:link, div#footer a:visited {
	color: #ebd8aa;
	text-decoration: none;
	}
div#footer a:hover, div#footer a:active {	
	color: #fff;
	}

