/* reset.css */
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,b,u,i,center,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-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}
.clear{clear:both;display:block;overflow:hidden;visibility:hidden;width:0;height:0}.clearfix:after{clear:both;content:' ';display:block;font-size:0;line-height:0;visibility:hidden;width:0;height:0}.clearfix{display:inline-block}* html .clearfix{height:1%}.clearfix{display:block}

/* main styles */
body {
	text-align: center;
	font: normal 12px "Helvetica Neue", Helvetica, Verdana, sans-serif;
	color: #222;
	background: #8D9096 url(bg.png) repeat top left;
}

#body { overflow: hidden; min-width: 1000px; }
	
a, a:hover, a:visited, a:active { color: #009AEF; text-decoration: none; }
a:hover { background: #FFD40F; color: #222; }

.button, .button:hover, .button:visited { 
	padding: 7px 10px; 
	display: block; 
	background: #009AEF; 
	background: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.4, rgb(0,155,239)),
		color-stop(0.81, rgb(45,172,240))
	);
	background: -moz-linear-gradient(
		center bottom,
		rgb(0,155,239) 40%,
		rgb(45,172,240) 81%
	);
	color: #fff;
	text-align: center;
	font-size: 1.2em;
	text-shadow: 0 -1px 0 #0085CF;
	border: 1px solid #fff;
	border-color: #1FAFFF #0090DF #0090DF #1FAFFF;
	box-shadow: 1px 1px 2px #5D5D5D;
	-moz-box-shadow: 1px 1px 2px #5D5D5D;
	-webkit-box-shadow: 1px 1px 2px #5D5D5D;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px 3px;
	-khtml-border-radius: 3px;
}
.button:hover {
	background: #009AEF;
	border-color: #1FAFFF #0090DF #0090DF #1FAFFF;
	color: #fff;
}
.button.emphasized { width: 140px; }

h1 { position: fixed; top: 20px; right: 15px; z-index: 100; font-size: 4.4em; letter-spacing: -2px; color: #111; }
	h1 span { font-weight: normal; }
	h1 a, h1 a:hover, h1 a:visited, h1 a:active { color: #111; text-shadow: 0 -1px 0 #bbb; }
	h1 a:hover { text-shadow: 0 -1px 0 #fff; background: 0; }

/* Main Content (Left) */
#main { padding: 20px; margin-left: 60px; float: left; text-align: left; background: transparent url(opaque.png) repeat top center; width: 530px; min-height: 900px; }
	#main .post { margin-bottom: 30px; padding: 0px; position: relative; color: #fff; min-height: 80px; }
	#main .post .media { 
		margin-bottom: 10px; 
		padding: 15px; 
		background: #fff; 
		border-bottom: 1px solid #505050; 
		position: relative; 
		text-align: center;
		box-shadow: 1px 1px 5px #4D4D4D;
		-moz-box-shadow: 1px 1px 5px #4D4D4D;
		-webkit-box-shadow: 1px 1px 5px #4D4D4D;
	}
	#main .post .media a { display: block; }
	#main .post .media img { margin: auto; display: block; max-width: 500px; }
	
	#main .post .album_art { margin-bottom: 10px; padding: 15px; background: #fff; border-bottom: 1px solid #505050; }
	#main .post .album_art { max-width: 500px; }
	
	#main .post .quote { padding: 15px; background: #fff; border-bottom: 1px solid #505050; color: #222; }
	
	#main .post .title { font-size: 1.4em; }
	#main .post .copy { font-weight: bold; }
	
	#main .post .date { 
		padding: 5px 13px 5px 7px; 
		position: absolute; top: 20px; left: -70px; 
		width: 50px; 
		text-align: right; 
		color: #eaeaea; 
		background: #222; 
		border: 1px solid #111; 
		border-color: #222 #000000 #111111 #222;
		/*
		-moz-border-radius-topleft: 3px; -moz-border-radius-bottomleft: 3px;
		-webkit-border-top-left-radius: 3px 3px; -webkit-border-bottom-left-radius: 3px 3px;
		-khtml-border-radius-topleft: 3px; -khtml-border-radius-bottomleft: 3px;
		*/
	}
		#main .post .date .month { display: block; font-size: 1.3em; line-height: 0.9em; text-transform: lowercase; letter-spacing: 2px; font-weight: bold; }
		#main .post .date .day { font-weight: bold; font-size: 3em; line-height: 1em; display: block; text-shadow: 0px -1px 0 #000000; }
		#main .post .date .year { display: block; line-height: 1em; letter-spacing: 2px; }
	
	#main .post .tags { position: absolute; bottom: 15px; left: 526px; text-align: left; }
	#main .post .tags a, #main .post .tags a:hover, #main .post .tags a:visited, #main .post .tags a:active { 
		margin-top: 1px; 
		padding: 2px 6px 2px 8px; 
		background: #FFD40F; 
		background: -webkit-gradient(
			linear,
			left bottom,
			left top,
			color-stop(0.08, rgb(239,195,0)),
			color-stop(0.61, rgb(255,211,15))
		);
		background: -moz-linear-gradient(
			center bottom,
			rgb(239,195,0) 8%,
			rgb(255,211,15) 61%
		);
		color: #222; 
		float: left; 
		clear: both; 
		white-space: nowrap;
		/*
		border-left: 1px solid #EFC400;
		*/
		
		-moz-border-radius-topright: 3px; -moz-border-radius-bottomright: 3px;
		-webkit-border-top-right-radius: 3px 3px; -webkit-border-bottom-right-radius: 3px 3px;
		-khtml-border-radius-topright: 3px; -khtml-border-radius-bottomright: 3px;
		/*
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px 3px;
		-khtml-border-radius: 3px;
		*/
		
		box-shadow: 2px 1px 2px #5D5D5D;
		-moz-box-shadow: 2px 1px 2px #5D5D5D;
		-webkit-box-shadow: 2px 1px 2px #5D5D5D;
	}
	#main .post .tags a:hover { background: #FFD40F; /*background: #EFC400;*/ }
	
	#main .post .caption { margin-left: -20px; margin-right: -20px; padding: 10px 20px 0px; background: transparent url("opaque.png") repeat center top; }
	#main .post .caption p { padding-bottom: 2px; }
	#main .post .caption p + p { padding-top: 5px; }
	#main .post .caption blockquote { margin-left: 20px; padding-left: 10px; border-left: 3px solid #d7d7d7; }
	#main .post .caption blockquote + p { padding-top: 8px; }
	#main .post .footer { margin-left: -20px; margin-right: -20px; padding: 10px 20px 10px; background: transparent url("opaque.png") repeat center top; }
	#main .post .caption + .footer { padding-top: 0px; }
	#main .post .footer .meta { text-align: right; }
	#main .post .footer .notes { text-align: right; }
	#main .post .notecontainer { padding-top: 15px; }
	#main .post .notecontainer li + li { margin-top: 10px; padding-top: 10px; border-top: 1px dotted #444444; }
	#main .post .notecontainer img.avatar { vertical-align: middle; }
	#main .post .notecontainer blockquote { margin-top: 5px; margin-left: 20px; padding-left: 10px; border-left: 2px solid #555555; }

#navigation {}
	#navigation .prev { float: left; }
	#navigation .next { float: right; }
	
/* Disqus */
#disqus_thread { margin-left: -10px; margin-right: -10px; padding: 10px; color: #fff; background: transparent url("opaque.png") repeat center top; }

/* Side Content (Right) */
#sidebar { position: fixed; top: 80px; right: 0; text-align: right; width: 320px; }
	#sidebar .button { margin-right: 10px; float: right; }

/* Footer */
#footer { padding: 5px 10px; position: fixed; bottom: 5px; right: 0px; z-index: 100; font-size: 0.8em; color: #fff; background: #222; }



/* MILKBOX */

#mbOverlay {
	position: absolute;
	left: 0;
	width:100%;
	background-color: #000; /* set the Milkbox overlay color // opacity: see the js options */
	z-index:100;
	cursor: pointer;
}

#mbCenter {
	/* for default width and height, see the js options */
	position: absolute;
	z-index:101;
	overflow:hidden;
	left: 50%;
	top:10%;/* overwritten in the js options to properly position the milkbox when activated in a scrolled window */
	background-color: #fff;/* set the Milkbox background color */
	border: 5px solid #fff;/* set the Milkbox border */
	margin:0; padding:5px;/* set the Milkbox padding */
}

.mbLoading{ background: #fff url(milkbox/loading.gif) no-repeat center; }/* IMAGE: loading gif */

#mbCanvas{ margin:0; padding:0; height:0; border:none; font-size:0; overflow:hidden; }

.mbClear{ clear:both; height:0; margin:0; padding:0; font-size:0; overflow:hidden; }


/* *** BOTTOM *** */

#mbBottom { 
	/* set text options */
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	padding-top:8px;
	margin:0;
}

/* navigation */
/* be careful if you change buttons dimensions */

#mbNavigation{
	float:right;
	width:27px;
	padding-top:3px;
	border-left:1px solid #9c9c9c;/* set nav border */
}


#mbCount{ 
	width:55px; 
	overflow:hidden;
	padding-top:1px;
	float:right;
	text-align:right;
	font-size:9px; /* count font size */
}

#mbCloseLink, #mbPrevLink, #mbNextLink, #mbPlayPause{
	outline:none;
	display:block;
	float:right;
	height:19px;
	cursor: pointer;
}


#mbPrevLink, #mbNextLink{ width:15px; }
#mbPrevLink{ background: transparent url(milkbox/prev.gif) no-repeat; }/* IMAGE: prev */
#mbNextLink{ background: transparent url(milkbox/next.gif) no-repeat; }/* IMAGE: next */

#mbPlayPause{ width:13px; }
#mbPlayPause{ background: transparent url(milkbox/play-pause.gif) no-repeat; }/* IMAGE: prev */


/* NOTE: doesn't work in ie6, so, just see the js options :) */
a#mbPrevLink:hover,a#mbNextLink:hover,a#mbCloseLink:hover,a#mbPlayPause:hover { background-position: 0 -22px; }

#mbCloseLink {
	width:17px;
	background: transparent url(milkbox/close.gif) no-repeat;/* IMAGE: close */
}

/* description */

#mbDescription{
	margin-right:27px;
	padding:0px 10px 0 0;
	font-weight: normal;
	text-align:justify;
}

