/*
Theme Name: Misc Music
Theme URI: http://misc-music.net
Description: Theme for the new Wordpress powered Misc Music
Version: 1.0
Author: Graeme Pirie
Author URI: http://reachfurther.com

Colours Used:
  
  Turquoise:	#16ffe4;
  Black:		#000;
  Dark Blue:	#08015a;
  Light Blue:	#009bca;


/* ************************************************************************************************************************************************************

Reset

************************************************************************************************************************************************************ */

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,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 1px dotted #000;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
	margin-left: 0;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

.clear {
	clear: both;
}


/* ************************************************************************************************************************************************************

Page Elements

************************************************************************************************************************************************************ */


* {
	margin: 0;
	padding: 0;
	}
	
body {
	background: #16ffe4;
	font-size: 62.5%;
	font-weight:normal;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	height: 100%;
	margin: 0;
	padding: 0;
}

#wrap {
	width: 800px;
	margin: 0 auto;
	margin-top: 50px;
	background: #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#header {
	background: url(img/headerbg.png) top right no-repeat #16ffe4;
	height: 66px;
	width: 800px;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
      src='img/headerbg.png',
      sizingMethod='scale');

}

#sidebar {
	float: left;
	width: 190px;
	margin: 10px 0 0 20px;
	display: inline;	
}

#main {
	float: right;
	width: 540px;
	padding-right: 20px;
	display: inline;	
}

#footer {
	width: 800px;
	margin: 0 auto;
	margin-bottom: 10px;
	margin-top: 10px;
}
	

/* ************************************************************************************************************************************************************

Typography

************************************************************************************************************************************************************ */

h1 {
	font-size: 2.4em;
}

h1 a {
	color: #000;
}

h1 a:hover {
	text-decoration: underline;
	color: #000;
}

h1.search-results {
	margin-bottom: 20px;
}

h1.title {
	margin: 0 auto;
	display: block;
	padding-bottom: 20px;
	text-transform: uppercase;
	line-height: 1.5;
	text-decoration: none;
	font-weight: bold;
}

h2 {
	font-size: 2.2em;
	font-weight: bold;
	text-decoration: underline;
	margin: 10px 0;
}

h2.sidebar {
	margin: 0 auto;
	display: block;
	padding-bottom: 20px;
	text-transform: uppercase;
	line-height: 1.5;
	text-decoration: none;
}

h3{ 
	font-size: 2.0em;
	margin: 20px 0;
}

h3.reply {
	margin: 20px 0;
}

h3#comments {
	margin-bottom: 20px;
}

h4 {
	font-size: 1.8em;
}

h5 {
	font-size: 1.6em
}

h6 {
	font-size: 1.4em;
}

p, address {
	font-size: 1.2em;
	line-height: 1.5;
	margin-top: 10px;
	text-indent: 0;
}

p.meta {
	font-size: 1.0em;
	margin: 4px 0 10px 0;
}

p.comments {
	margin-top: 20px;
	color: #009bca;
}

p.comments a {
	color: #009bca;
}

p.previous {
	margin: 10px 0 20px 0;
	float: left;
	background: #000;
	color: #009bca;
	width: 60px;	
	font-size: 1.4em;	
}

p.previous a {
	color: #009bca;
	margin: 0 auto;
	width: 40px;
	margin-left: 15px;
}

p.next {
	margin: 10px 0 20px 0;
	float: right;
	display: inline;
	background: #000;
	color: #009bca;
	width: 60px;
	font-size: 1.4em;
	
}

p.next a {
	color: #009bca;
	margin: 0 auto;
	width: 82px;
	margin-left: 15px;
	
}

p.edit {
	margin-top: 20px;
	color: #009bca;
}

p.edit a {
	color: #009bca;
}

p.tweet {
	margin-bottom: 20px;
}

p.commentmeta, p.commentauthor {
	margin-top: 0;
}

p.follow-us {
	background: #000;
	height: 40px;
	width: 200px;
	text-align: center;
	font-size: 1.6em;
	font-weight: bold;
	padding-top: 15px;
}

p.follow-us a:hover {
	text-decoration: underline;
}


ol {
	font-size: 1.2em;
	margin-bottom: 20px;
}

ol li{
	list-style: decimal;
	list-style-position: inside;
}

ul {
	font-size: 1.2em;
	margin-bottom: 10px;
}

ul li{
	list-style-type: none;
	list-style-position: inside;
}

blockquote {
	width: 500px;
	margin: 0 auto;
	background: #eee;
	padding: 10px;
	font-style: italic;
	margin-top: 20px;
	margin-bottom: 20px;
}

a {
	color: #009bca;
	text-decoration: none;
}

a:hover {
	
}

a:visited {

}

pre {
	font:1.1em 'courier new',courier,monospace;
}

code {
	font: 1.1em 'courier new',courier,monospace;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}


/* ************************************************************************************************************************************************************

Header

************************************************************************************************************************************************************ */

#logo {
	width: 800px;
	margin: 0 auto;
	background: transparent;
	padding-left: 20px;
	text-transform: uppercase;
	padding-top: 50px;
	margin-bottom: -95px;
	z-index: 1;
	}

#logo a {	
	font-size: 7.0em;
	color: #000;
}

#logo a:hover {
	color: #08015a;
}

ul#social {
	float: right;
	filter: alpha(opacity=100);
}

ul#social li {
	float: left;
	margin-right: 20px;
}

/* ************************************************************************************************************************************************************

Navigation

************************************************************************************************************************************************************ */

#nav {
	background: #000;
	height: 40px;
	margin: 10px 0 30px 0;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

ul#navigation {
	font-size: 1.6em;
	margin: 0 auto;
	padding-left: 30px;
}

ul#navigation li {
	float: left;
}

ul#navigation li a{
	display: block;
	width: ;
	margin: 12px 20px 0 0;
	color: white;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}

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



/* ************************************************************************************************************************************************************

Blog

************************************************************************************************************************************************************ */

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

.blog-post img {
	max-width: 540px;
}	

.blog-post object {
	margin: 0 auto;
	margin-top: 20px;
	width: 520px;
}

div#site-search {
	float: right;
	margin-bottom: 20px;
}

div#site-search label {
	float: left;
	display: inline;
	text-align: right;
	margin: 5px 10px 0 0;
	width: 50px;
	font-size: 1.2em;
	font-weight: bold;
}

div#site-search input#searchsubmit {
	background: #000;
	border: #000;
	height: 24px;
	color: #fff;
	cursor: pointer;
	padding: 2px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.blog-post {
	margin-bottom: 30px;
}

.blog-post ul li {
	list-style-type: square;
	list-style-position: inside;
}

/* ************************************************************************************************************************************************************

Comments

************************************************************************************************************************************************************ */

form#commentform input {
	margin-bottom: 20px;
}

form#commentform input#author, form#commentform input#email, form#commentform input#url {
	margin-right: 10px;
}

textarea#comment {
	margin-bottom: 20px;
}

input#submit {
	background: #000;
	border: #000;
	color: #fff;
	cursor: pointer;
	padding: 2px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.comment-author {
	width: 540px;
	margin-bottom: 20px;	
}

.comment-author a{
	color: #009bca;
}

.comment-author a:hover {
	text-decoration: underline;
}

.gravatar {
	float: left;
	margin: 0 10px 10px 0;
}

.gravatar img {
	border: 2px solid #000;
}

.comment-meta {
	float: right;
	width: 470px;
}

.commenttext {
	margin-bottom: 20px;
	border-top: 2px solid #009bca;
	padding-top: 10px;
}


/* ************************************************************************************************************************************************************

Sidebar

************************************************************************************************************************************************************ */

#about, #recommended, #twitter {
	margin-bottom: 40px;
	background: url(img/sidebarbg.png) top left no-repeat;
}

#recommended img {
	border: 3px solid #000;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin-bottom: 5px;
	height: 180px;
	width: 189px;
	max-width: 190px;
	width: expression(this.width > 190 ? 190: true);
}

.recommended-music {
	margin-bottom: 40px;
	color: #009bca;
	font-weight: bold;
	width: 190px;
}

#twitter {
	width: 190px;
}

#twitter ul li {
	list-style-position: outside;
}

#twitter a {
	color: #009bca;
}

#twitter a:hover {
	text-decoration: underline;
}

#twitter_time_source {
	margin-bottom: 20px;
}

/* ************************************************************************************************************************************************************

Footer

************************************************************************************************************************************************************ */











