/* I really suck at CSS. Thank you Coda and CSSEdit for making me look clever. */

body {
	text-align: left;
	text-shadow: #ddd 0px 0px 0px;
	background-color: #fff;
	padding-top: 10px;
	margin: auto;
	width: 500px;
	font: 14px/20px 'Droid Sans', arial, serif;
}

header {
	text-align: left;
	line-height: 50%;
}

blockquote {
	margin: 12px 0px 10px 10px;
	padding-left: 15px;
	border-left: solid 3px #000;
}

h1 {
	font-style: normal;
}

h3 {
	font-size: 20px;
}

a { 
	transition: color .3s ease;
	-moz-transition: color .3s ease;
	-webkit-transition: color .3s ease;
}

a:link, a:visited {
	text-decoration: none;
	color: blue;
}

a:hover, a:active {
	color: red;
}

h3 a:link {
	text-decoration: none;
	color: blue;
}

h3 a:visited {
	text-decoration: none;
	color: blue;
}

h3 a:hover, a:active {
	color: red;
}

h4 {
	border: 2px solid #333;
	text-transform: uppercase;
	text-align: center;
	background-color: #eee;
	padding: 2px 5px;
	color: #333;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 0px 1px 3px rgba(66,66,66,.5);
	-moz-box-shadow: 0px 1px 3px rgba(66,66,66,.5);
	-webkit-box-shadow: 0px 1px 3px rgba(66,66,66,.5);
}

h4 a:link {
	text-decoration: none;
	color: #222;
}

h4 a:visited {
	text-decoration: none;
	color: #222;
}

h4 a:hover, a:active {
	color: red;
}

.art {
	padding-bottom: 16px;
	text-align: center;
}

.photo .image {
	position: relative;
	text-align: center;
    margin-top:0px;
    margin-bottom:0px;
    padding:0px;
}

.photo .image img {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 0px 0px 5px rgba(66,66,66,.5);
	-moz-box-shadow: 0px 0px 5px rgba(66,66,66,.5);
	-webkit-box-shadow: 0px 0px 5px rgba(66,66,66,.5);
	text-align: center;
}

.photo .image .hi-res {
	color: #111;
	display: none;
	font-size: 14px;
	font-weight: bold;
	text-shadow: none;
	padding: 0 0.5em;
	position: absolute;
	bottom: 1.7em;
	right: 2em;
}

.photo .image:hover .hi-res {
	display: inline;
	border: 2px solid #b7b7b7;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 0px 0px 7px #aaa;
	-moz-box-shadow: 0px 0px 7px #aaa;
	-webkit-box-shadow: 0px 0px 7px #aaa;
	padding-bottom: 2px;
	padding-top: 2px;
}

.text, .video, .photo, .link, .chat {
	text-align: left;

}

.audio {
	text-align: center;
}

.quote blockquote {
	font-size: 180%;
	font-weight: normal;
	padding: 10px 0;
	color: #333;
	line-height: 30px;
	border: none;
	margin: 0;
}

div#pagination {
	border-top: 2px dashed;
	text-align: center;
	border-bottom: 2px dashed;
	font-size: 17px;
	font-weight: bold;
}

.the_end_bit {
	text-align: center;
	color: rgb(48, 70, 96);
}

