/*
Theme Name: Studio Masters
Theme URI: http://wordpress.org/
Description:
Version: 1.0
Author:
Author URI:
Tags:

*/

/*
------------------------------------------------------------
BASIC
------------------------------------------------------------
*/
body {
	background: #FFF;
	font-family: Georgia, Times, "Times New Roman", serif;
	color: #333;
	font-size: 100%;	
}
/* remove default margins */
body, div, h1, h2, h3, ul, p, dl, dd, dt, table, tr, td, form {
	margin: 0;
	padding: 0;
}
a:link, a:active, a:visited {
	text-decoration: underline;
	color: #666;
}
a:hover {
	text-decoration: none;
	color: #FFF;
	background: #333;
}
.additional-meta {
	font-size: xx-small
}
blockquote {
	font-style: oblique
}
/* keep firefox from putting borders around linked images */
a img {
	border: 0;
}

/*
------------------------------------------------------------
LISTS 
------------------------------------------------------------
*/
ul {
	margin: 0;
	padding: 0;
}
ul li {
	margin-left: 5px;
	padding: 0;
}
li {
	list-style-type: none;
}
.disc {
	list-style-type: disc
}

/*
------------------------------------------------------------
HEADINGS
------------------------------------------------------------
*/
h1,h2,h3,h4,h5,h6 {
	margin: 0;
	padding: 0;
}
/*
------------------------------------------------------------
MAIN DIVS
------------------------------------------------------------
*/
#wrapper {
	float: none;
	clear: both;
	margin: 0;
	padding: 0;
	width: 860px;
	margin-left: auto;
	margin-right: auto;	
}
#header {
	
}

#footer {
	height: 50px;
	overflow: hidden;
	margin: 20px auto 0;
	clear: both;
	float: none;
	text-align: center;
	padding: 20px 0;
}

/*
------------------------------------------------------------
MAIN POST AREA
------------------------------------------------------------
*/
#top-nav {
	height: 140px;
	float: left;
}
#back-to-front {
	float: left;
	padding: 7px 0px 8px 0px;
	font-size: 1.0em;
	background: #333;
}
#back-to-front a:link, #back-to-front a:visited, #back-to-front a:active {
	text-decoration: none;
	color: #FFF;
}
#back-to-front a:hover {
	text-decoration: none;
	color: #888;
}

.post-top {
	float: left;
	height: 350px;
}

.portrait-img {
	float: left;
	width: 350px;
	height: 350px;
}

.post-body {
	float: left;
	margin-left: 40px;
	width: 470px;
	height: 350px;
}
.song-body {
	height: 290px;
}
.song-body-inner {
	border-top: 3px double #AAA;
	border-bottom: 3px double #AAA;
	padding: 20px 0 23px 0;
	font-size: 1.4em;
	line-height: 1.4em;
	text-align: center;
}

.post-sub {
	width: 350px;
	float: left;
	margin-top: 25px;
}
.post-sub .artist-name {
	font-size: 1.2em;
	float: left;
}
.post-sub .artist-link {
	font-size: 0.82em;
	float: right;
}
.mp3-player {
	width: 470px;
	float: left;
}
.download-mp3 {
	float: left;
	margin-top: 7px;
	font-size: 0.82em;
}


/*
------------------------------------------------------------
PROJECT SUMMARY AREA
------------------------------------------------------------
*/
.project-summary {
	margin-top: 90px;
	clear: both;
	float: left;
}
.project-summary .logo {
	float: left;
	width: 350px;
	height: 270px;
	background: #333;
}
.project-summary .logo-img {
	margin-left: 74px;
	margin-top: 92px;
}

.project-summary .paragraph {
	font-size: 0.82em;
	float: left;
	margin-left: 40px;
	width: 470px;
	height: 270px;
}