/*
Theme Name: SPARTAK
ThemeURI: http://www.spartakproductions.com
Description: SPARTAK Music Production Manchester
Version: 1.0
Author: Peter Murray
Author URI: http://www.clipcreative.co.uk
*/



/*
	SPARTAK.co.uk Screen Styles

	Table of Contents:
		layout
		navigation
		typography
		forms
*/

/* layout
----------------------------------------------- */

* {
	margin: 0;
	padding: 0;
}

img {  
	border-style: none;
}

body {
	background: url(images/stripe-red.jpg) top left repeat-x #000;
}

#bodywrapper {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
}


#header {
	position: relative;
	width: 800px;
	height: 150px;
}

#logo {
	position: absolute;
	width: 405px;
	height: 107px;
	bottom: 10px;
}

#myspace {
	position: absolute;
	width: 130px;
	height: 50px;
	right: 10px;
	bottom: 10px;
}

#contentwrapper {
	position: relative;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 60px;
}

#title {
	width: 790px;
	height: 10px;
	padding: 10px 10px 20px 0;
	border-bottom: 1px solid #CC0000;
	
}

#musictitle {
	width: 790px;
	height: 10px;
	padding: 10px 10px 20px 0;
}

#content {
	float: left;
	width: 484px;
	padding: 10px 10px 0 0;
	text-align: justify;
}

#procontent {
	float: left;
	width: 800px;
	padding: 10px 0 0 0;
	text-align: justify;
}

#sidebar {
	float: left;
	width: 296px;
	padding: 10px 0 0 10px;
	text-align: left;
}

.clearer {
	clear: both;
	width: 800px;
	height: 5px;
	border-top: 1px solid #CC0000;
}

.mclearer {
	clear: both;
	width: 800px;
	height: 5px;
}



#credits {
	width: 800px;
	margin-bottom: 40px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.musicmodleft {
	width: 373px;
	min-height: 300px;
	border: 1px solid red;
	margin-bottom: 10px;
	float: left;
	padding: 10px;
	text-align: justify;
	
}

.musicmodright {
	width: 373px;
	min-height: 300px;
	border: 1px solid red;
	margin-bottom: 10px;
	float: left;
	margin-left: 10px;
	padding: 10px;
	text-align: justify;
	
}


/* navigation
----------------------------------------------- */

#navigation {
	float:right;
	width: 550px;
	margin-top:28px;
}


ul#main-nav {
	font-family: Courier New, Courier, monospace;
	margin:0;
	padding:0;
	float:right;
	width:100%;
	font-size: 14px;
	letter-spacing: 1px;
	font-weight: bold;
	height: 30px;
}

ul#main-nav li {
	margin:0;
	padding:0;
	list-style:none;
	float:right;
}

ul#main-nav li a {
	font-weight:normal;
	text-decoration:none;
	display:block;
	margin:0 20px 0 0;
	color:#000;
}

ul#main-nav li a:hover {
	text-decoration: underline;
}

ul#main-nav li a.navnomargin {
	margin-right: 0;
}

body#home a#homenav,
body#music a#musicnav,
body#about a#aboutnav,
body#contact a#contactnav {
	color: #FFF
}


/* typography
----------------------------------------------- */

h1 {
	font-family: Courier New, Courier, monospace;
	font-size: 16px;
	color: #FFFFFF;
	letter-spacing: 4px;
}

h2 {
	font-family: Courier New, Courier, monospace;
	font-size: 14px;
	color: #CC0000;
	letter-spacing: 4px;
}

h3 {
	font-family: Courier New, Courier, monospace;
	font-size: 14px;
	color: #FFFFFF;
	letter-spacing: 4px;
}


.highlight {
	background-color: #000;
	padding: .1em .3em 0 .2em;
}

p {
	font-family: Courier New, Courier, monospace;
	font-size: 12px;
	color: #FFF;
}

p.blog {
	font-family: Courier New, Courier, monospace;
	font-size: 12px;
	color: #FFF;
}

p.date {
	font-family: Courier New, Courier, monospace;
	font-size: 14px;
	color: #CC0000;
	letter-spacing: 4px;
	font-weight: bold;
}

p.credits {
	color: #FFF;
	font-size: 10px;
}

a {
	font-family: Courier New, Courier, monospace;
	font-size: 12px;
	color: #FFF;
}

a.nav {
	font-family: Courier New, Courier, monospace;
	font-size: 14px;
	color: #FFF;
}

a.navnomargin {
	font-family: Courier New, Courier, monospace;
	font-size: 14px;
	color: #FFF;
}


a.standard {
	text-decoration: none;
	font-weight: bold;
	color: #333;
}

a.standard:hover {
	text-decoration: underline;
}

a.credit {
	color: #FFF;
	font-size: 10px;
}

p.bold {
	font-weight: bold;
}

li {
	font-family: Courier New, Courier, monospace;
	font-size: 12px;
	color: #CC0000;
	list-style: none;

}


/* forms
----------------------------------------------- */
