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

/* - BODY STYLE - */
body {
	background: #eee;
	color: #666;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 0.875em; /* 14px */
	text-shadow: 1px 1px #fff;
}
/* - /BODY STYLE - */


/* LINKS */
a:link {
	color: #23919e;
	text-decoration: none;
}
a:visited {
	color: #97abad;
	text-decoration: none;
}
a:hover,
a:focus {
	color: #9e2323;
	text-decoration: none;
}
a:active {
	color: #9e2323;
}

#siteName a {
	display: block;
	height: 408px;
	overflow: hidden;
	text-indent: -9999em;
	width: 100%;
}

#footer li {
	display: inline;
	font-size: 0.715em;
	padding: 0 0 0 10px;
	text-transform: uppercase;
}

#content .post .info .tags a {
	color: #999 !important;
	padding-right: 8px;
}
/* /LINKS */


/* HEADINGS */
#content .post h1 {
	font-size: 2em;
	font-weight: bold;
	margin-bottom: 0.5em;
}
/* /HEADINGS */


/* OTHER ELEMENTS */
strong, b {
	font-weight: bold;
}
em, i {
	font-style: italic;
}
#content .post p,
#content .post ul,
#content .post ol,
#content .post dl,
#content .post blockquote {
	margin-bottom: 1em;
	line-height: 1.4;
}

#content .post ul li {
	list-style: disc;
}

#content .post ol li {
	list-style: decimal;
}

#content .post blockquote {
	border-left: 2px solid #ddd;
	padding: 0 18px;
	font-size: 0.928em;
	color: #888;
}


hr {
	border-bottom-color: #fff;
	border-left: 0;
	border-right: 0;
	opacity: 0.3;
}
/* /OTHER ELEMENTS */


/* PAGE STRUCTURE */
#site {
	margin: auto;
	width: 980px;
}

#content {
	background: url('http://www.markerstudio.com/tumblr/bg.png') repeat-y;
	margin-left: 200px;
	width: 780px;
}

#content .post {
	overflow: hidden;
	padding: 30px 40px;
	position: relative;
}

#content .article {
	float: left;
	width: 500px;
}

#content .post .info {
	background: url('http://www.markerstudio.com/tumblr/icons.png') no-repeat;
	color: #999;
	padding: 0 0 20px 45px;
	position: absolute;
	right: 0;
	top: 30px;
	width: 181px;
}

#siteName {
	background: url('http://www.markerstudio.com/tumblr/logo.png') no-repeat;
	height: 408px;
	margin-left: 136px;
	position: fixed;
	top: 15px;
	width: 54px;
}

#footer {
	bottom: 10px;
	margin-left: 10px;
	position: fixed;
	text-align: right;
}
/* /PAGE STRUCTURE */


/* PAGE COMPONENTS */
#searchfield {
	background: url('http://www.markerstudio.com/tumblr/search.png') no-repeat;
	border: 0;
	height: 21px;
	padding: 0 0 4px 25px;
	width: 146px;
}

#content .post .info .time,
#content .post .info .notes {
	font-size: 0.786em;
	letter-spacing: 0.1em;
	margin-bottom: 5px;
	overflow: hidden;
	text-transform: uppercase;
}

#content .post .info .tags {
	margin-top: 10px;
	overflow: hidden;
	padding-bottom: 3px;
	font-size: 0.786em;
}

/* quote post */
#content .quote .article blockquote {
	border: 0;
	color: #666;
	font-size: 1.5em;
	margin-top: -2px;
	padding: 0;
}

#content .quote .article blockquote p {
	line-height: 1.2;
}

#content .quote .info {
	background-position: 0 -38px;
}

/* photo post */
#content .photo .article img {
	margin-bottom: 1em;
}

#content .photo .info {
	background-position: 0 -121px;
}

/* link post */
#content .link .article a {
	display: block;
	font-size: 2em;
	font-weight: bold;
	margin-bottom: 0.5em;
	line-height: 1.2;
}

#content .link .article a span {
	color: #999 !important;
}

#content .link .info {
	background-position: 0 -205px;
}

/* chat post */
#content .chat .article dl {
	border-bottom: 1px dotted #ddd;
	overflow: hidden;
}

#content .chat .article dt {
	border-top: 1px dotted #ddd;
	display: inline;
	float: left;
	font-weight: bold;
	margin-bottom: 3px;
	padding: 3px 0;
	width: 80px;
}

#content .chat .article dd {
	border-top: 1px dotted #ddd;
	display: inline;
	float: left;
	padding: 3px 0;
	margin-bottom: 3px;
	width: 400px;
}

#content .chat .info {
	background-position: 0 -317px;
}

/* audio post */
#content .audio .player {
	overflow: hidden;
	margin-bottom: 0.3em;
}

#content .audio .playdata {
	font-family: cosolas, "courier new", mono-space;
	font-size: 0.785em;
	overflow: hidden;
	margin-bottom: 1em;
}


#content .audio .info {
	background-position: 0 -425px;
}
#content .video .info {
	background-position: 0 -540px;
}
#content .text .info {
	background-position: 0 -655px;
}

#pagination {
	clear: both;
	font-size: 1.5em;
	padding: 20px 40px 35px 30px;
	width: 500px;
	text-transform: uppercase;
}

#pagination .page-prev {
	background: url('http://markerstudio.com/tumblr/arrows.png') no-repeat 0 6px;
	color: #23919e !important;
	float: left;
	padding-left: 35px;
}

#pagination .page-prev:hover {
	background: url('http://markerstudio.com/tumblr/arrows.png') no-repeat 0 -14px;
	color: #a3271e !important;
}

#pagination .page-next {
	background: url('http://markerstudio.com/tumblr/arrows.png') no-repeat 100% -33px;
	color: #23919e !important;
	float: right;
	padding-right: 35px;
}

#pagination .page-next:hover {
	background: url('http://markerstudio.com/tumblr/arrows.png') no-repeat 100% -53px;
	color: #a3271e !important;
}
/* /PAGE COMPONENTS */
