/* @override http://www.nottodayfatty.com/styles/screen.css */

body { font: 14px Arial, Sans-Serif; margin: 0; padding: 0; border-top: 2px solid #000; background: #f9f9f9; overflow-x: hidden; position: relative;}
a { color: #ff0153; text-decoration: none;}
a:hover { color: #000;}

div#header {
	margin: 15px 0 50px;
	height: 90px;
	background: #000 url(../images/logo.jpg) no-repeat 30px 0;
}

div#header a {
	height: 90px;
	width: 400px;
	margin-left: 30px;
	display: block;
}

div#wrapper { 
	overflow: hidden;
	width:980px;
	margin-left: 30px;
}

div#main-content { 
	width: 680px;
	min-height: 600px;
	float: left;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}

div.posts { 
	margin: 0 30px 30px;
	overflow: hidden;
}

div.posts h1 {
	border-bottom: 1px solid #ddd;
	padding-bottom: 3px;
	text-transform: capitalize;
}

div.posts h1,
div.posts h1 a {
	color: #000;
	font: bold 30px Georgia, Serif;
	text-decoration: none;
}

div.posts h1 a:hover {
	color: #aaa;
}

div.posts p {
	margin: 10px 0;
}


div.posts p.post-info {
	font-size: 12px;
	padding: 5px 3px;
	background-color: #f1f1f1;
	border: 1px solid #ddd;
	font-weight: bold;
}

div.posts blockquote {
	font-size: 20px;
	color: #ccc;
}

div.posts p.post-info:first-letter {
	font: bold 12px Arial, Sans-Serif;
	color: #000;
	margin-right: 0;
}

div.posts ol li {
	list-style-type:  decimal;
	list-style-position: outside;
	margin: 0 0 5px  25px;
}

p#goto {
	margin-left: 30px;
}

p#prev-link {
	float: left;
}

p#next-link {
	float: right;
}

p#prev-link a,
p#next-link a {
	font-size: 12px;
}


ul#pagination {
	overflow: hidden;
	padding: 10px 0;
	margin: 0px 30px;
}

ul#pagination li {
	float: left;
	margin-bottom: 5px;
}

ul#pagination li a {
	width: 25px;
	display: block;
	text-align: center;
	border: 1px solid;
	margin: 0 5px;
	color: #000;
	background-color: #ddd;
}

ul#pagination li a:hover {
	background-color: #fff;
}

ul#pagination li.current a {
	background-color: #fff;
}

div#image-left p {
	display: inline;
}

/***** ARCHIVES *****/
div#archives {
	margin: 0 30px;
}

div#archives dt {
	color: #000;
	font: bold 30px Georgia, Serif;
	margin-bottom: 10px;
	padding-bottom: 3px;
	border-bottom: 1px solid #ddd;
}

div#archives dd {
	font-size: 14px;
	margin-bottom: 5px;
}

/***** 404 ERROR *****/
div#error {
	margin: 0 30px;
}

div#error h1 {
	color: #000;
	font: bold 42px Georgia, Serif;
	text-decoration: none;
	border-bottom: 1px solid #ddd;
	padding-bottom: 5px;
	margin-bottom: 30px;
}

div#error p {
	font-size: 16px;
	margin-bottom: 10px;
}

/***** COMMENTS *****/
h2#comment {
	margin: 0 0 5px 30px;
	font: bold 24px Georgia, Serif;	
	border-top: 1px solid #ddd;
	padding-top: 10px;
	width: 620px;
}

div#cpreview {
	border: 1px solid #ddd;
	margin: 10px 0 10px 30px;
	padding: 10px;
	width: 518px;
	background-color: #fff;
}

div#cpreview p {
	font-style: italic;
}

div#cpreview p.comment-name {
	margin-bottom: 5px;
	font: bold 16px Georgia, Serif;
}

ol.comments {
	margin-left: 30px;
}

ol.comments li {
	border: 1px solid #ddd;
	margin: 10px 0;
	padding: 10px;
	width: 518px;
	background-color: #dfdfdf;
}

ol.comments li p {
	font-style: italic;
}

ol.comments li p.comment-name {
	margin-bottom: 5px;
	font: bold 16px Georgia, Serif;
}

form#txpCommentInputForm {
	margin-left: 30px;
}

form#txpCommentInputForm p {
	position: relative;
	width: 550px;
	overflow: hidden;
	margin: 10px 0;
	height: 30px;
	padding-top: 8px;
}

form#txpCommentInputForm input {
	position: absolute;
	top: 3px;
	left: 76px;
	width: 450px;
	padding: 5px;
	border: 1px solid #ccc;
}


form#txpCommentInputForm p#comment-content {
	float: left;
	width: auto;
	margin: 0 10px 0 0;
}

form#txpCommentInputForm textarea {
	border: 1px solid #ccc;
	width: 450px;
	padding: 5px;
}

form#txpCommentInputForm p#comment-submit {
	clear: both;
}

form#txpCommentInputForm p#comment-submit input {
	position: static;
	width: 100px;
	border: 1px solid #000;
	margin-right: 20px;
	background-color: #f1f1f1;
	cursor: pointer;
	text-transform: uppercase;
	font-weight: bold;
}

form#txpCommentInputForm p#comment-submit input#txpCommentPreview {
	margin-left: 76px;
}

p#txpCommentInputForm {
	color: #aaa;
	font-size: 16px;
	margin-left: 30px;
}

/***** END COMMENTS *****/

div#right-column {
	min-height: 300px;
	margin-top: 8px;
	width: 280px;
	float: right;	
	font-size: 16px;
}

div#right-column h2 {
	font: bold 24px Georgia, Serif;
	margin: 0 20px 10px 0;
	padding-bottom: 2px;
	border-bottom: 1px solid #ddd;
}

div#right-column li {
	margin-bottom: 5px;
	width: 250px;
}

div#right-column dd {
	margin-bottom: 8px;
}

div#twitter {
	margin: 15px 0;
	text-transform: capitalize;
}

div#twitter a.tweet_time {
	font-size: 11px;
}

div#twitter a#follow {
	font-size: 13px;
	display: inline-block;
}

div#links { 
	width: 894px;
	background-color: #f1f1f1;
	border: 1px solid #999;
	padding: 15px 30px;
	margin: 40px 0 0 30px;
	overflow: hidden;
}

div#links h2 {
	font: bold 24px Georgia, Serif;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid #ddd;
}

div#links li {
	margin: 0 15px 10px 0;
	float: left;
}

div#links a {
	font-size: 16px;
}

div#footer {
	margin: 50px 0 10px 30px;
	padding-top: 10px;
	border-top: 1px solid #ddd;
	font-size: 11px;
	color: #999;
	text-align: right;
	width: 960px;
}

a#kyle-facebook {
	position: absolute;
	top: 0;
	right: -10px;
}
