/* @override 
	http://dylanbandy.com/wp-content/themes/dylan/style.css
	http://localhost:8888/wordpress-dylan/wp-content/themes/dylan/style.css
*/

/* -------------------------------------------------------------- 
  
   Boilerplate reset.css
   * Resets default browser CSS.
   
-------------------------------------------------------------- */

@import url('fonts/stylesheet.css');

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline; }
body { line-height: 1.5; background: #fff; margin: 1.5em 0; }
table { border-collapse: collapse; border-spacing: 0; }
caption, th, td { text-align: left; font-weight:400; }
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }
a img { border: none; }
input,textarea { margin: 0; }

/* Removes Firefox imposed outline */
a { outline: none; }
p a:link {
	text-decoration: none;
}
p a:hover {
	text-decoration: underline;
}

/* Clearing floats without extra markup  */
.wrapper { display: inline-block; }
.wrapper:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
* html .wrapper { height: 1%; }
.wrapper { display: block; }

/* End Reset */

body, p, blockquote {
	font: 14px/1.5em Georgia, serif;
	margin: 0;
	color: #333;
}

#centering {
	text-align: center;
}

#container {
	width: 960px;
	margin:0 auto;
	text-align: left;
}	

p {
	padding: 0;
	margin: 0 0 12px;
}

h2, h3, h4, h5, h6 {
		padding: 0;
		color: #333;
		font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
		font-weight: bold;
}

#masthead {
	font-size: 3em;
}

h1, #masthead {
	font-family: 'DubielItalic', serif;
	-webkit-font-smoothing: antialiased;
}

h1 {
	text-rendering: optimizeLegibility;
	margin: 0 0 1em 0;
	color: #55c9da;
	font-size: 3em;
}

#masthead a {
	color: #333;
}

#masthead a:hover {
	color: #55c9da;
}

#page h3 {
	border-top: 1px solid #e5e5e5;
	padding-top: 2px;
	margin-bottom: 10px;
}

h2 {
	margin: 0 0 10px 0;
	font-size: 1.5em;
}

h2.pagetitle {
	font-size: 1.2em;
}

div#news div h2 {
	border-style: none;
	border-top: 1px solid #e5e5e5;
	padding-top: 10px;
	margin-bottom: 8px;
}


h4 {
	margin: 0 0 3px;
}

hr {
	border-bottom: 1px solid #e5e5e5;
	border-top-style: none;
	border-left-style: none;
	border-right-style: none;
	margin: 20px 0;
}

#sidebar hr {
	color: #fff;
	opacity: 1;
}

.page>hr {
	width: 710px;
}

.post {
	border-style: none;
}

div#sidebar li h3, .widgettitle {
	margin: 0 0 10px;
	color: #fff !important;
	font-size: 1.4em;
}

div#sidebar li + li h3 {
	margin: 20px 0 10px;
	padding-top: 5px;
	border-top: 1px solid #fff;
	color: #fff;
}

a, a img {
	text-decoration: none;
	border-style: none;
}

a:link, a:visited, .entry a:link {
	color: #55c9da;
}

div#container a:hover {
	color: #fff;
	background-color: #55c9da;
	padding: 1px 0;
}

#nav a {
	color: #000;
	text-decoration: none;
}

#bg {
	width: 100%;
	position: fixed;
	z-index: 0;
	left: 0;
	overflow: hidden;
}

#bg img {
	width: 100%;
}

#slice {
	position: fixed;
	left: 0;
	z-index: 1;
}

#content, #content_full, #sidebar {
	background-color: #fff;
	position: absolute;
	top: 400px;
	z-index: 3;
}

#content {
	width: 640px;
	padding: 50px;
}

#content_full {
	width: 860px;
	padding: 50px;
}

#nav {
	position: absolute;
	color: #000;
	top: 30px;
	left: 200px;
	z-index: 2;
	text-align: left;
}

#nav a:hover {
	color: #fff;
	background-color: #55c9da;
}

#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#nav ul li {
	margin: 5px 0;
	padding: 0;
	text-transform: uppercase;
	font: bold 11px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

div#nav ul > li > a {
	padding: 2px 4px;
}

.header {
	margin-bottom: 30px;
/*	left: -4px;*/
	position: relative;
}

div#sidebar {
	width: 180px;
	background-color: #000;
	position: relative;
	top: 430px;
	left: 740px;
	font: 11px/14px "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding: 20px;
	color: #fff;
	background-color: rgb (0,0,0);
	background-color: rgba(0,0,0,0.7);
}

#sidebar p {
	color: #fff;
	font: 12px/18px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#sidebar .header {
	margin-bottom: 20px;
}

#sidebar > p {
	font: 11px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#sidebar h1 {
	font-size: 2.5em;
}

ul#docs {
	min-height: 200px;
	list-style: none;
}

ul#docs li {
	margin-bottom: 4px;
}


#masthead {
	background: url(assets/images/dylanmasthead.png) no-repeat 0 0;
	width: 290px;
	height: 174px;
	top: 0;
	left: 0;
	position: absolute;
	margin-right: auto;
	margin-left: auto;
	z-index: 1;
	overflow: hidden;
	display: block;
	line-height: .8em;
	padding: 10px 0 0 0;
}

#logo {
	position: relative;
	right: 55px;
	top: 20px;
	border-style: none;
}

#recordings {
	height: 150px;
}

#wpng-cal-widget-events {
	padding: 0 0 20px;
}

#commentspopup {
	padding: 30px;
}

#commentspopup code {
	font-size: 12px;
	font-family: Monaco, monospace;
	color: #999;
	display: block;
}

textarea#comment {
	width: 100%;
}

.section {
	/*width: 730px;*/
	clear: both;
	margin-bottom: 20px;
}

ul.performances {
	list-style: none;
	margin: 0;
	padding: 0;
}

.post {
	margin: 0 0 20px;
}

.post h2 a:link, .post h2 a:visited {
	color: #000;
}

/*.post h2 a:hover, .entry a:hover {
	color: #fff;
}
*/
.entry {
	margin-bottom: 30px;
	margin-top: 20px;
}


.date, .wp-caption-text, p.postmetadata, small {
	color: #7f7f7f;
	font: .8em "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.blogroll {
	list-style-type: none;
	padding: 0;
	margin: 0 0 20px 0;
}

.blogroll li {
	padding: 0 0 3px 0;
}

div.recording {
	width: 200px;
	padding: 10px 0;
	float: left;
	border-top: 1px solid #e5e5e5;
}

div.recording + div.recording {
		margin: 0 0 0 20px;
}

.recording h3 {
	border-style: none !important;
}

.recording h3 + p {
	height: 100px;
}

div.recording .audioplayer_container {
	width: 220px;
	margin: 0 0 10px;
	padding: 0;
}

.play_button {
	position: relative;
	top: 4px;
}

div.recording p {
	font: italic 12px/1.5em Georgia, "Times New Roman", Times, serif;
}

p.postmetadata {
	text-align: right; clear: both;
	width: 100%;
	font-size: 11px;
	line-height: 16px;
}


.wp-caption-text {
	padding: 5px;
}

ul.blogmeta, ul.blogmeta ul {
	list-style: none;
	margin: 0;
	padding-top: 0;
	padding-bottom: 0;
	padding-right: 0;
}

ul.blogmeta li ul li {
	margin: 0 0 10px;
	padding: 2px 2px 0 0;
	margin-bottom: 3px;
}

li#login {
	margin-top: 20px;
}

div.navigation {
	margin-bottom: 10px;
	font: .9em "Helvetica Neue", Helvetica, Arial, sans-serif;
}
