/* @override 
	http://10.211.55.2:8888/wp-content/themes/appleton.me%201.6/style.css
	http://localhost:8888/wp-content/themes/appleton.me%201.6/style.css */

/*  
Theme Name: appleton.me
Description: appleton.me theme. This theme is valid XHTML 1.0 and CSS 2.1 (with the exception of the separate 'tb-round.css' style sheet).
Version: 1.6
Author: Andrew Appleton
Author URI: http://appleton.me/
*/

@import url("tb-round.css");

/******************************************* For IE *******************************************/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,p,blockquote,th,td, #wrapper, #nav, #header, #tagline, #container, .posttitle, .post, #sb-wrapper, #comments, #respond, #footer {
	margin: 0;
	padding: 0;
}

/******************************************* Main Layout *******************************************/
html {
	height: 100%;
	font-size: 16px;
}

body {
	height: 100%;
	margin: 0;
	font-family: 'Helvetica Neue','HelveticaNeue',helvetica,sans-serif;
	font-size: 100%;
	line-height: 1.6875;
	vertical-align: top;
	color: #333;
	
}

#wrapper {
	position: relative;
	min-height:100%;
	width: 	960px;
	display: inline-block;
	text-align: left;
	margin-bottom: -10px;
}

#left {
	position: absolute;
	width: 340px;
	min-height: 100%;
	margin: 0;
	padding: 0;
	background-color: #333;
	border-right: 1px solid #009fec;
}

#nav {
	float: left;
	width: 320px;
	margin: 36px 10px 0 0;
}

#container {
	float: left;
	width: 540px;
	min-height: 400px;
	margin: 213px 10px 50px 440px;
}

.posttitle {
	/*float: left;
	clear: both;
	*/width: 540px;
	margin: 0;
}

.post {
	width: 540px;
	margin: 10px 0 30px 0;
	float: left;
}

.sidebar {
	float: left;
	clear: left;
	text-align: right;
	width: 310px;
	padding: 0;
	margin: 50px 0 10px 10px;
}

#footer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 310px;
	margin: 10px 10px 50px 10px;
	/*float: left;
	*/font-size: 0.875em;
	line-height: 1.5em;
	text-align: right;
	color: #bbb;
}

#footer a {
	color: #bbb;
}

#footer a:hover {
	color: #de075d;
}

/******************************************* General Styles *******************************************/

h1 {
	font-size: 6.25em;
	line-height: 1;
	padding: 0;
	margin: 0;
	display: inline-block;
}

h1 a {
	color: #d1d9dc;
	font-weight: bold;
	letter-spacing: -12px;
	padding-right: 1em;
	display:block;
}

h2 {
	font-family: 'Gill Sans';
	font-weight: 300;
	text-transform: uppercase;
	font-size: 3em;
	line-height: 1.125em;
	margin: 0;
	color: #de075d;
}

h2 a, h2 a:link, h2 a:visited {
	margin: 0;
	font-weight: 100;
	border: none;
	color: #de075d;
}

h2 a:hover {
	margin: 0;
	color: #009fec;
	border: none;
	background-color: transparent;
}

h3 {
	font-size: 1.25em;
	line-height: 0.9em;
	margin: 2em 0 1.111em 0;
	border: none;
	color: #516064;
	display: block;
}

p {
	font-size: 1em;
	line-height: 1.5em;
	margin: 0 0 1.5em 0;
	display: block;
}

a {
	text-decoration: none;
}

a:link {
	text-decoration: none;
	color: #333;
	border-color: #009fec;
	border-width: 0 0 1px 0;
	border-style: none none solid none;
	padding: 0 0 1px 0;
}

a:visited {
	color: #333;
	border-color: #009fec;
	border-width: 0 0 1px 0;
	border-style: none none dotted none;
	padding: 0 0 1px 0;
}

a:hover {
	color: #de075d;
	text-decoration: none;
	border-color: #de075d;
	border-width: 0 0 1px 0;
	border-style: none none solid none;
}

a:active, :focus {
	outline: none;
}

img {
	border: none;
}

blockquote,  pre {
	margin: 0 0 15px 0;
	display: block;
}

blockquote {
	margin: 0 0 0 5px;
	padding: 0 0 0 10px;
	border-left: 1px solid #009fec;
	font-size: 0.875em;
	line-height: 1.286em;
}

blockquote p {
	padding: 0;
}

pre {
	font-family: 'Bitstream Vera Sans Mono', Courier, monospace;
	font-size: 0.875em;
	line-height: 1.286em;
	margin: 10px 0 10xp 10px;
	padding: 10px;
	border-top: 1px dashed #009fec;
	border-bottom: 1px dashed #009fec;
}

sup {
	font-size: 0.625em;
}

ul {
	margin: 1.5em 0 1.5em 1.5em;
	line-height: 1.5em;
}

ol {
	margin: 1.5em 0 1.5em 1.5em;
	line-height: 1.5em;
}

fieldset {
	border: 0;
}

/******************************************* Header Bits *******************************************/
#header {	
	width: 330px;
	height: 145px;
	margin: 30px 10px 0 10px;
	position: relative;
	background: url(graphics/logo.png) 0 0 no-repeat;
}

#header h1 {
	text-indent: -9999px;
	position: absolute;
}

#header h1 a {
	display: block;
	width: 330px;
	height: 130px;
}

#header a:hover {
	/*background: url(graphics/logo-over.png) 0 0 no-repeat;*/
	background-color: transparent;
}

#header a:link, #header a:visited, #header a:hover, #header a:active, #header a h1 img {
	border: none;
	padding: 0;
	margin: 0;
}

#tagline {
	color: #bbb;
	position: absolute;
	bottom: 0;
	text-align: right;
	font-size: 0.75em;
	width: 310px;
	margin: 0 10px 0 0;
	padding: 0;
}

/******************************************* ID Specific Styles *******************************************/

#nav li{
	text-align: right;
	font-family: 'Gill Sans';
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 3em;
	line-height: 1.125em;
	font-weight: 100;
	text-transform: uppercase;
}

#nav li a {
	border: 0;
	text-decoration: none;
	color: #de075d;
}

#nav a:hover {
	background-color: transparent;
	color: #009fec;
}

#current, #current a, #current a:hover {
	color: #009fec;
}


#author, #email, #url {
	font-family: 'Helvetica Neue','HelveticaNeue',helvetica,sans-serif;
	background: #ffffff;
	font-size: 1.125em;
	padding: 5px;
	border: 1px solid #ccc;
	color: #516064;
}

/***************************************** Class Specific Styles *****************************************/

.meta {
	font-size: 0.75em;
	margin-top: 0.22em;
}

.archlist {
	list-style-type: none;
}

.footnotes {
	list-style-type: decimal;
	font-size: 0.75em;
	line-height: 1.25em;
}

.post ol li {
	padding-bottom: 5px;
}

.post ol li ol li {
	list-style-type: lower-roman;
}

img.alignright {
	float: right;
	padding-left: 10px;
}

img.alignleft {
	float: left;
	padding-right: 10px;
}

.bookmark {
	width: 318px;
	margin: -3px 0 0 -170px;
	display: none;
	position: absolute;
}

.innerwrap {
	background-image: url(graphics/bookmark.png);
	background-repeat: no-repeat;
	background-position: center;	
	padding: 40px 25px 15px 30px;
}

.bookmark a, .bookmark a:link, .bookmark a:hover, .bookmark a:visited {
	border: none;
}

.navsingle, .navigation{
	font-size: 0.875em;
	font-weight: bold;
	line-height: 1.5em;
}

.navprev {
	float: left;
	text-align: left;
	width: 260px;
}

.navnext {
	float: right;
	text-align: right;
	width: 260px;
}

.related {
	list-style-type: none;
	margin-left: 0;
}

/****************************** All the Sidebar Bits *********************************/

ul.sidebar {
	list-style-type: none;
	padding: 0;
	margin: 36px 5px 10px 10px;
}

.sidebar li {
	margin-top: 15px;
}

.sidebar ul li ul li {
	margin-bottom: 10px;
	line-height: 1.2;
	font-size: 0.75em;
}

.sidebar h2 {
	font-size: 1.125em;
	color: #666;
	margin: 1.222em 0 0.222em 0;
	display: block;
}

.sidebar a {
	border: none;
}

.sidebar a:hover {
	color: #36dc29;
}

.searchbox {
	font-family: 'Helvetica Neue','HelveticaNeue',helvetica,sans-serif;
	font-size: 1.125em;
	padding: 5px;
	border: 1px solid #999;
	color: #516064;
	/*background-image: url(graphics/search-button.png);
    background-repeat: no-repeat;
    background-position: right;*/
}

/****************************** All the Comment Bits *********************************/
#comments {
	width: 540px;
	float: left;
	margin: 10px 10px 10px 410px;
}

.comment {
	width: 530px;
	margin: 0 0 10px 10px;
	float: left;
	min-height: 75px;
	font-size: 0.875em;
	line-height: 1.285em;
	clear: both;
}

.commentmeta {
	float: right;
	width: 140px;
	margin: 0 0 10px 0;
	padding: 10px 0 0 0;
}

.commenttext {
	width: 380px;
	background-image: url(graphics/comment-middle-alt.png);
	background-repeat: repeat-y;
	clear: left;
}

.commentinner {
	padding: 25px 0 15px 0;
}

.commenttext p {
	padding: 0 55px 0 30px;
}

.ctop{
	min-height: 140px;
	background-image: url(graphics/comment-top-alt.png);
	background-repeat: no-repeat;
	background-position: top;
}

.cbottom {
	background-image: url(graphics/comment-bottom-alt.png);
	background-repeat: no-repeat;
	background-position: bottom;
}

.altcommentmeta {
	width: 140px;
	float: left;
	width: 140px;
	margin: 0 0 10px 0;
	padding: 10px 0 0 0;
	text-align: right;
}

.altcommenttext {
	width: 380px;
	background-image: url(graphics/comment-middle.png);
	background-repeat: repeat-y;
	margin-left: 140px;
}

.altcommenttext p {
	padding: 0 35px 0 50px;
}

.altctop{
	min-height: 140px;
	background-image: url(graphics/comment-top.png);
	background-repeat: no-repeat;
	background-position: top;
}

.altcbottom {
	background-image: url(graphics/comment-bottom.png);
	background-repeat: no-repeat;
	background-position: bottom;
}

.commentmeta p.meta, .altcommentmeta p.meta {
	vertical-align: middle;
	padding: 10px 0 0 0;
}

.trackback {
	margin: 0 0 15px 10px;
	font-size: 0.875em;
	line-height: 1.285em;
}

#respond {
	width: 540px;
	float: left;
	margin: 10px 10px 10px 410px;
}

#respondform {
	width: 540px;
	float: left;
	margin: 10px 0 0 160px;
}

#txtcomment {
	font-family: 'Helvetica Neue','HelveticaNeue',helvetica,sans-serif;
	background: #ffffff;
	font-size: 1em;
	padding: 5px;
	border: 1px solid #ccc;
	color: #516064;
}

/********************** Archive Page Bits ************************************/

.archives_list {
	list-style: none;
	float: left;
}

.archives_list li {
	padding-left: 16px;
	line-height: 27px;
	clear:left;
}

.archives_list li span.date {
	font-size: 0.75em;
	color: #888;
	width: 80px;
	display: block;
	float: left;
}