/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* 
Main Stylesheet 
===========================================*/

/* Colors

Black: rgb(75,75,75);
Yellow: rgb(249,226,47);

*/
#content p a,
.metadata {
-webkit-transition-property:all;
-webkit-transition-duration:0.1s;
-webkit-transition-timing-function:ease;
}

::selection,
::-moz-selection,
::-webkit-selection {
	background:rgba(150,150,150,0.4);
	color:#fff;
	text-shadow:none;
}

body {
	font-family:Georgia, serif;
	color:rgb(75,75,75);
	text-shadow:0 1px 0 white;
	background:url('../img/bgtexture.jpg') repeat rgb(245,245,245);
	padding:0 30px;
}
#header img {
	width:100%;
}
h1 {
	font-weight:bold;
	font-size:2.3em;
	text-align:center;
	margin-bottom:12px;
	line-height:1.2em;
}
h1 a:link,
h1 a:visited {
	text-decoration:none;
	color:rgb(75,75,75);
}
h1 a:hover {
	color:rgb(125,125,125);
}
strong {
	font-weight:bold;
}
ul, ol {
	margin-left: 30px;
	line-height: 1.625em;
	margin-bottom: 1.625em;
}
ul {list-style:square;}
ol {list-style:decimal;}
.datestamp {
	font-size:0.8em;
	text-transform:uppercase;
	color:rgb(190,190,190);
	text-align:center;
	margin-bottom:35px;
}
#container {
	max-width:500px;
	margin:0 auto;
}

#header {
	margin:70px 0 40px;
}

#content p {
	line-height:1.625em;
	margin-bottom:1.625em;
}
#content p a:link,
#content p a:visited {
	color:rgb(50,50,50);
	font-weight:bold;
	text-decoration:none;
	padding:2px 0;
	border-bottom:1px dashed rgb(210,210,210);
}
#content p a:hover {background:rgba(225,225,225,0.3);}
#content p a:active {color:rgb(100,100,100);}

#content p.rating {
	font-size:1.7em; 
	font-weight:bold; 
	text-align:center;
}
#content img {
	max-width:100%;
	max-height:100%;
}
.post {
	border-bottom:1px solid rgb(225,225,225);
	-webkit-box-shadow:0 1px 0 white;
	margin-bottom:40px;
}
.metadata {
	font-size:0.8em;
	color:rgb(175,175,175);
	padding-bottom:15px;
	line-height:1.625em;
}
.metadata a:link,
.metadata a:visited,
h3 a:link,
h3 a:visited {
	text-decoration:none;
	color:rgb(175,175,175);
}
.metadata a:hover,
h3 a:hover {color:rgb(150,150,150);}
.metadata a:active,
h3 a:active {color:rgb(125,125,125)}
.metadata .tags a {margin-right:7px}

.notes-label {float:right;}


#pagination {
	position:relative;
	height:40px;
}
.pagination-btns:link,
.pagination-btns:visited {
	display:block;
	text-decoration:none;
	font-weight:bold;
	background:rgb(249,226,47);
	padding:10px 25px 11px;
	text-shadow:none;
	position:absolute;
	color:rgba(0,0,0,0.5);
	border-bottom:3px solid #d0c56f;
	text-transform:uppercase;
	-webkit-border-radius:4px;
		 -moz-border-radius:4px;
					border-radius:4px;
} 

.pagination-btns.newer-btn {
	background:rgb(225,225,225);
	color:rgb(125,125,125);
	text-shadow:0 1px 0 rgba(255,255,255,0.5);
	border-bottom:3px solid rgb(175,175,175);
}
.pagination-btns.older-btn {position:absolute; right:0; top:0;}
.pagination-btns:active {
	top:2px;
	border-bottom-width:1px;
}

#footer {
	text-align:center;
	color:rgb(200,200,200);
	margin:40px 0 45px;
}
#footer a:link,
#footer a:visited {
	color:rgb(200,200,200);
	text-decoration:none;
}
#footer a:hover {
	color:rgb(150,150,150);
}

/* Misc Styles
================================*/
blockquote {
	font-style: italic;
	color: rgb(150,150,150);
	padding-left: 20px;
}
.photo-post {
	margin-bottom:1.625em;
}
.audio_player {
	margin-bottom:1.625em;
}
.quote {
	margin-bottom:1.625em;
}
iframe {
	margin-bottom:1.625em;
	max-width:100%;
	max-height:100%;
}
embed {
	max-width:100%;
	max-height:100%;
}

/* Notes
================================*/

h4 {
	margin-bottom:15px;
	text-transform:uppercase;
}
ol.notes {
	list-style:none;
	margin-left:1px;
	font-size: 0.8em;
	color:rgb(150,150,150);
}

ol.notes li a,
ol.notes li a:visited {
	text-decoration:none;
	font-weight:bold;
	color:rgb(50,50,50);
}
ol.notes li a:hover {color:rgb(100,100,100);}
ol.notes li a:active {color:rgb(50,50,50);}

span.action {
	vertical-align: 4px;
	padding-left: 5px;
}

/* Media Query Tweaks
===================================*/

@media screen and (max-width: 480px) {
	body {
		padding:20px;
	}
	#header {
		margin:15px 0 20px;
	}
	h1 {
		font-size:1.7em;
		margin-bottom:10px;
	}
	.datestamp {
		margin-bottom:20px;
	}
	#footer {
		margin: 20px 0 20px;
	}
}






