/* Squared Eye v1.1, July 25nd 2009, Bradley Griffiths http://www.bradleygriffiths.co.uk */


/**************************************************************************** RESET */

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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/**************************************************************************** SITEWIDE */

body {
	background: #f2f2f2;
	font-family: helvetica, arial;
	font-size: 11px;
	color: #111;
}
#wrapper {
	width: 620px;
	float: left;
	padding: 60px 0 60px 120px;
	display: inline; /* IE6 */	
}
img, object {
	vertical-align: bottom;
}
a {
	color: #999;
	text-decoration: none;
}
a:hover {
	color: #111;
	text-decoration: underline;
}

/**************************************************************************** TWEET */

#tweet {
	margin: 0 0 10px 10px;
	color: #ccc;
	width: 500px;
}

/**************************************************************************** BANNER */

#banner {
	height: 280px;
	width: 500px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	position: relative;
	padding: 10px;
	background-image: url(http://static.tumblr.com/2exaygc/pHBkn7n86/banner_bg.png);
	color: #fff;
}

/**************************************************************************** LOGO */

#header {
	text-align: left;
	float: left;
}
h1 a {
	font-size: 50px;
	font-weight: bold;
	letter-spacing: -2px;
	display: block;
	color: #fff;
}
h1 a:hover {
	color: #fff;
}

/**************************************************************************** TAGLINE */

#header p {
	margin-top: 5px;
}
#header p a {
	background: #fff;
}
#header p a:hover {
	text-decoration: none;
}

/**************************************************************************** SEARCH BOX */

#search_box {
	position: absolute;
	bottom: 10px;
	right: 10px;
	text-align: right;
}
#search_box div {
	margin-right: 5px;
}
#search_box a {
	color: #fff;
}
#search {
	opacity: 0.5;
	border: 0;
	padding: 5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	outline: 0;
	margin: 5px 0 0 0;
	text-align: right;
	color: #ccc;
	font-weight: bold;
	font-style: italic;
	font-size: 12px;
	width: 180px;
}
#search_box:hover #search {
	opacity: 1;
}
#submit {
	display: none;
}

/**************************************************************************** PORTRAIT - ALSO CONTINUED IN LABELS SECTION - IMAGE */

#portrait {
	position: absolute;
	top: 10px;
	left: 520px;
}

/**************************************************************************** ALERTS */

#alert {
	margin-top: 40px;
	padding: 10px;
	background: #111;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	width: 500px;
}

/**************************************************************************** LABELS */

.labels {
	float: right;
	line-height: 18px;
	width: 100px;
	display: inline; /*IE6*/
	margin-right: -10px;
	overflow: hidden;
}
.date_label {
	font-size: 18px;
	font-weight: bold;
	padding: 0 0 0 10px;
	margin-bottom: 5px;
}
.date_label span {
	display: none;
}
.date_label:hover span {
	display: inline;
}
.type_label, .permalink_label a, .note_label a {
	padding: 0 10px;
	margin-bottom: 5px;
	color: #ccc;
	text-decoration: none;
	width: 70px;
	display: block;	
	background: #fff;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-webkit-border-bottom-right-radius: 3px;
}
.permalink_label a:hover, .note_label a:hover {
	color: #111;
	text-decoration: none;
}
.tag_header {
	margin-left: 10px;
	color: #111;
}
.tag_label a {
	text-transform: capitalize;
	padding: 0 10px;
}
.tag_label a:hover {
	padding-left: 15px;
	text-decoration: none;
}
.reblog_header {
	margin-left: 10px;
}
.reblogged_label a, #portrait a {
	padding: 5px 5px 5px 10px;
	background: #fff;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 3px;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	display: block;
	width: 40px;
}
.reblogged_label a:hover, #portrait a:hover {
	padding-left: 15px;
}

/**************************************************************************** POST */

.post {
	margin-top: 40px;
	position: relative;
	padding: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	float: left;
	width: 600px;
	background-image: url(http://static.tumblr.com/2exaygc/5hCknewpe/post_bg.gif);
	background-repeat: repeat-y;
	background-position: top right;
}
.content {
	width: 500px;
	line-height: 18px;
	margin-top: 10px;
}
.content p {
	padding: 2px 0;
}
h2 {
	font-size: 18px;
	line-height: 22px;
	border-bottom: 1px dashed #ccc;
	width: 500px;
}
.content a {
	text-decoration: underline;
}
.content ul li {
	list-style-position: inside;
	list-style-type: square;
}
.content ol li {
	list-style-position: inside;
	list-style-type: decimal;
}
.content blockquote {
	border-left: 5px solid #ccc;
	padding-left: 10px;
}

/**************************************************************************** QUOTE POST */

.quote {
	font-size: 18px;
	line-height: 22px;
	color: #ccc;
	font-weight: bold;
	width: 500px;
}

/**************************************************************************** LINK POST */

.link {
	width: 500px;
}
.link a {
	font-size: 18px;
	line-height: 22px;
}

/**************************************************************************** CHAT POST */

.chat_list {
	line-height: 18px;
	padding-left: 25px;
	width: 475px;
}
.chat_list li {
	border-bottom: 1px solid #fff;
	background: #f2f2f2;
	position: relative;
}
.chat_label {
	position: absolute;
	left: -25px;
	top: 0;
	width: 15px;
	background: #999;
	display: block;
	padding: 0 5px;
	margin-right: 5px;
	color: #fff;
	font-weight: bold;
}
.line {
	padding: 0 5px;
}

/**************************************************************************** NOTES */

h3 {
	margin: 40px 0 0 0;
	line-height: 22px;
	font-size: 18px;
}
.notes {
	width: 500px;
}
.notes li {
	line-height: 16px;
	padding: 5px;
	background: #f2f2f2;
	border-top: 1px solid #fff;
}
.notes li a img {
	vertical-align: middle;
	margin-right: 5px;
	float: left;
}
.notes li blockquote {
	border-left: 5px solid #ccc;
	padding: 0 0 0 5px;
	margin: 5px 0 0 11px;
}

/**************************************************************************** PAGINATION */

#page_pagination, #post_pagination {
	margin: 40px 0 0 0;
	line-height: 18px;
	float: right;
	display: inline; /*IE6*/
	margin-right: 100px;
}
#page_pagination a, #post_pagination a {
	background: #111;
	padding: 0 5px;
	color: #fff;
	text-decoration: none;
	display: block;
	float: left;
	margin-left: 2px;
}
#page_pagination span {
	background: #fff;
	display: block;
	float: left;
	margin-left: 2px;
	padding: 0 5px;
}
#page_pagination a:first-child, #post_pagination a:first-child {
	-moz-border-radius-topleft: 3px;
	-webkit-border-top-left-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-bottom-left-radius: 3px;
}
#page_pagination a:hover, #post_pagination a:hover {
	background: #111;
	color: #fff;
}

/**************************************************************************** FOOTER */

#footer {
	margin: 40px 0 0 0;
	float: left;
	padding: 3px 10px;
}