/*
    Theme Name: Notepad Chaos
    Theme URI: http://www.evaneckard.com/
    Description: Notepad Chaos is a wordpress theme by <a href="http://www.evaneckard.com">Evan Eckard</a>
    Version: 1.0
    Author: Evan Eckard
    Author URI: http://www.evaneckard.com/
*/

body {
	background:url(images/bgBody.jpg);
	background-position:center 0px;
	background-repeat:repeat-x;
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
	background-color:#dbdbdb;
}
#container {
	width:950px;
	margin:0 auto;
	position:relative;
	height:148px;
	background:url(images/header.jpg);
}


/* search form */

#search {
	position:absolute;
	text-align:left;
	width:134px;
	left:765px;
	top:121px;
	z-index:100;
}
#search form {
	padding:0;
	margin:0;
}
#search .txtField {
	width:94px;
	margin:0;
	padding:3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	background:url(images/search-back.gif) transparent;
	border:none;
	float:left;
	margin-right:9px;
}
#search .btnSearch {
	border:none;
	color:#fff;
	margin:0;
	padding:2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	background:none;
	/*background:url(images/btn-back.gif) transparent;*/
	display:block;
	width:23px;
	height:23px;
	font-size:0px;
	cursor:pointer;
}


/* menu */

#menu-holder {
	position:absolute;
	top:38px;
	left:683px;
	width:240px;
	overflow:hidden;
}
#menu {
	/*width:319px;*/
	height:55px;
	margin:0;
	padding:0;
	position:relative;
}

#menu li, #menu a {
	display:block;
	margin:0;
	padding:0;
}

#home {
	text-indent:-300em;
	overflow:hidden;
	left:0px;
	width:99px;
	height:32px;
	z-index:20;
	position:absolute;
}

#home a{
	width:99px;
	height:32px;
}

#about {
	text-indent:-300em;
	overflow:hidden;
	left:141px;
	width:94px;
	height:35px;
	z-index:30;
	position:absolute;
}

#about a{
	width:94px;
	height:35px;
}

#archives {
	text-indent:-300em;
	overflow:hidden;
	left:78px;
	top:25px;
	height:27px;
	width:89px;
	z-index:10;
	position:absolute;
}

#archives a{
	height:27px;
	width:89px;
}



/*#home a:hover {
	background:transparent url(images/menu.jpg) 0px 0px no-repeat;
}
#about a:hover {
	background:transparent url(images/menu.jpg) -107px 0px no-repeat;
}
#archives a:hover {
	background:transparent url(images/menu.jpg) -214px 0px no-repeat;
}*/


/* blog title */

#title {
	position:absolute;
	top:88px;
	left:38px;
	color:#fff;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:10px;
	width:156px;
	overflow:hidden;
	height:56px;
}
#title h2 {
	color:#fff;
	font-size:20px;
}
#title a {
	color:#fff;
	text-decoration:none;
	width:225px;
	height:83px;
	display:block;
	text-indent:-600px;
}
#title a:hover {
	color:#fff;
	text-decoration:none;
	border-bottom:1px solid #e7d8cf;
}


/* content */

#content {
	/*background:url(images/notepad-back.gif) repeat-y;*/
	width:950px;
	margin:0 auto;
	/*background-color:#33C;*/
	background:url(images/bgTopCol01.jpg);
	background-repeat:no-repeat;
}
/*#content blockquote {
	padding:100px 0 0 0;
}*/
#content .col01 {
	padding:0px 50px 0px 213px;
	float:left;
	width:491px;
	font-size:12px;
	background:url(images/bg_note.jpg);
	background-repeat:repeat-y;
	background-position:0px 216px;
	margin-top:169px;
	
}
#content .col01 h3 {
	font-family:Arial,Verdana;
	font-size:24px;
	font-weight:bold;
	margin:0;
	padding:0;
	width:410px;
	/*line-height:28px;*/
	/*padding:0 35px 0px 35px;*/
	/*background:url(images/line.gif) repeat-x bottom;*/
}
#content .col01 h4 {
	font-size:18px;
	line-height:22px;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	margin:0;
	padding:0 0 10px;
	background:url(images/line.gif) repeat-x bottom;
}
#content .col01 h3 a {
	color:#000;
	text-decoration:none;
}
#content .col01 h3 a:hover {
	background-color:#E9D400;
}
#content .col01 .post {
	padding-bottom:30px;
	background:url(images/sepa.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	margin-bottom:20px;
	margin-top:15px;
	/*padding:0px 70px 5px 90px;*/
	/*background-color:#039;*/
}
#content .col01 .thumbnail {
	float:right;
	margin:10px 0 10px 10px;
}
#content .col01 .meta {
	font-size:11px;
	text-align:right;
	background:url(images/line.gif) repeat-x;
	padding-top:8px;
}
#content .col01 .post-inner {
	position:relative;
}
#content .col01 .post-inner .date-tab {
	position:absolute;
	top:-38px;
	right:15px;
	height:34px;
	width:100px;
	background:url(images/date-tab.gif) no-repeat;
	text-align:right;
}
#content .col01 .thumbnail {
	float:right;
	margin:12px 0 12px 12px;
}
.month {
	text-align:right;
	display:inline;
	padding:6px 3px 6px 0;
	/*font-size:18px;
	font-family:Impact, Arial, Verdana;*/
	font-family:Arial,Verdana;
	font-size:14px;
	color:#CC027C;
	/*font-weight:bold;*/
}
.day {
	text-align:right;
	display:inline;
	padding:4px 0px 2px 0;
	color:#CC027C;
/*	font-size:18px;
	font-weight:bold;
	font-family:Impact, Arial, Verdana;*/
	font-family:Arial,Verdana;
	font-size:20px;
	font-weight:bold;
}
#content .col01 .post-inner a {
	color:#000;
	position:relative;
	text-decoration:none;
	/*background:#f4f0db;*/
}
#content .col01 .post-inner a:hover {
	color:#000;
	text-decoration:none;
	border-bottom:1px solid #000;
	background:#fffbc1;
}
#content .col01 .meta a {
	color:#000;
	text-decoration:none;
	border-bottom:1px solid #868585;
}
#content .col01 .meta a:hover {
	color:#000;
	text-decoration:none;
	border-style:none;
}


#content .col02 {
	float:right;
	width:175px;
	font-size:11px;
	line-height:16px;
	margin-top:15px;
}
#content .col02 .recent-posts {
	width:175px;
	background:url(images/postitBack.gif);
	background-repeat:no-repeat;
	padding:60px 0 20px 0px;
	display:none;
}
#content .col02 .recent-posts ul {
	padding:0;
	margin:0;
}
#content .col02 .recent-posts ul li {
	font-size:14px;
	line-height:18px;
	list-style:none;
	padding:0;
	margin:0;
}
#content .col02 .recent-posts ul li .listMeta {
	font-size:14px;
}
#content .col02 .recent-posts ul li a {
	color:#000000;
	display:block;
	width:175px;
	margin:0 auto;
	padding:0px 0px 0px 0px;
	font-size:10px;
	color:#CB137D;
	
}
#content .col02 .recent-posts ul li a:hover {
	text-decoration:none;
	/*color:#000;*/
	/*background:url(images/bullet-postit-on.gif) no-repeat 5px 8px #f2ef05;*/
}
#content .col02 .postit-bottom {
	width:155px;
	/*height:62px;*/
	background:url(images/postit-bottom.gif) no-repeat;
	padding:0px 0px 0px 0px;
	font-size:11px;
	text-align:right;
}
#content .col02 .postit-bottom a {
	color:#21565E;
}
#content .col02 .postit-bottom a:hover {
	color:#21565E;
	text-decoration:none;
}

#content .col02 .categories-upper {
	height:44px;
	background:url(images/categories-upper.gif) no-repeat;
}
#content .col02 .categories {
	background:url(images/categories-back.gif) repeat-y;
}
#content .col02 .categories ul {
	margin:0;
	padding:0;
}
#content .col02 .categories ul li {
	font-size:14px;
	line-height:14px;
	list-style:none;
}
#content .col02 .categories ul li a {
	color:#000000;
	margin:0;
	display:block;
	width:170px;
	padding:4px 0 4px 0px;
	background:url(images/bullet-note.gif) no-repeat 5px 8px;
}
#content .col02 .categories ul li a:hover {
	text-decoration:none;
	/*color:#000;
	background:url(images/bullet-postit-on.gif) no-repeat 5px 8px #ff5092;*/
}
#content .col02 .categories-btm {
	height:28px;
	background:url(images/categories-btm.gif) no-repeat;
}


#content .col02 .links {
	background:url(images/txt-friends-links.gif) no-repeat ;
	padding:35px 0px 0px 0px;
}
#content .col02 .links ul {
	margin:0 0 20px;
	padding:0;
}
#content .col02 .links ul li {
	font-size:14px;
	line-height:18px;
	list-style:none;
	background:url(images/line-inner.gif) no-repeat bottom;
}
#content .col02 .links ul li a {
	color:#000000;
	margin:0;
	display:block;
	width:175px;
	padding:0px 0px 0px 0px;
}
#content .col02 .links ul li a:hover {
	text-decoration:none;
	color:#000;
}

#content .col02 .side-meta {
	background:url(images/txt-misc-debris.gif) no-repeat top right;
	padding:0;
	margin:0;
}
#content .col02 .side-meta ul {
	margin:10px 0;
	padding:0 ;
}
#content .col02 .side-meta ul li {
	font-size:14px;
	line-height:14px;
	list-style:none;
}
#content .col02 .side-meta ul li a {
	color:#000000;
	margin:0 auto;
	display:block;
	width:212px;
	padding:2px 0 0 0px;
}
#content .col02 .side-meta ul li a:hover {
	text-decoration:none;
	color:#000;
}


/* footer */

#footer-holder {
	width:950px;
	margin:0 auto;
	position:relative;
}
#footer-holder .footer {
	width:950px;
	height:135px;
	position:absolute;
	top:0px;
	left:0px;
	/*left:-54px;*/
	background:url(images/footer_950.jpg);
	background-repeat:no-repeat;
	z-index:100;
}
#footer-holder .txt a {
	color:#000;
}
#footer-holder .txt a:hover {
	color:#000;
	text-decoration:none;
}
#footer-holder .txt {
	width:480px;
	position:absolute;
	top:50px;
	left:186px;
	font-size:11px;
	line-height:16px;
	color:#000;
	z-index:105;
	height:60px;
	overflow:hidden;
	display:none;
}
#footer-holder .smashing a {
	width:66px;
	height:61px;
	position:absolute;
	top:160px;
	left:709px;
	font-size:11px;
	text-indent:-400px;
	z-index:102;
	overflow:hidden;
	background:url(images/logo-smashing.gif) no-repeat 0 0;
}
#footer-holder .smashing a:hover {
	background:url(images/logo-smashing.gif) no-repeat 0 -61px;
}
#footer-holder .rss a {
	background:transparent url(images/icon-rss.gif) no-repeat scroll 0 0;
	font-size:11px;
	height:55px;
	left:222px;
	overflow:hidden;
	position:absolute;
	text-indent:-400px;
	top:0;
	width:55px;
	z-index:103;
}


/* next previous */

.previous a {
	float:left;
	width:93px;
	height:33px;
	text-indent:-400px;
	background:url(images/link-older.gif) no-repeat 0 0;
	overflow:hidden;
}
.previous a:hover {
	background:url(images/link-older.gif) no-repeat 0 -33px;
}
.next a {
	float:right;
	width:93px;
	height:33px;
	text-indent:-400px;
	background:url(images/link-newer.gif) no-repeat 0 0;
	overflow:hidden;
}
.next a:hover {
	background:url(images/link-newer.gif) no-repeat 0 -33px;
}


/* comment styles */

.comments, .name, .email, .website, .txt-email-sub, .txt-website-example {
	display:block;
	text-indent:-800px;
	font-size:10px;
	overflow:hidden;
	margin:0;
	padding:0;
}
.comments {
	height:27px;
	background:url(images/txt-your-comment.gif) no-repeat;
}
.name, .email, .website {
	width:80px;
	float:left;
	margin-right:12px;
	clear:left;
}
.name {
	height:30px;
	background:url(images/txt-name.gif) no-repeat top right;
}
.email {
	height:30px;
	background:url(images/txt-email.gif) no-repeat top right;
}
.website {
	height:30px;
	background:url(images/txt-website.gif) no-repeat top right;
}
.txt-email-sub {
	height:20px;
	background:url(images/txt-email-sub.gif) no-repeat 90px 0;
	clear:both;
}
.txt-website-example {
	height:20px;
	background:url(images/txt-site-example.gif) no-repeat 90px 0;
	clear:both;
}
#commentform {
	margin:0 0 0 0;
	padding:0;
	width:500px;
}
#commentform .comment-field {
	border:1px solid #939393;
	width:320px;
	margin:0;
	padding:3px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
	background:#fff;
	float:left;
}
#commentform .comment-box {
	border:1px solid #939393;
	width:425px;
	margin:0 0 10px;
	padding:3px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
	background:#fff;
}
#commentform .btnComment {
	border:1px solid #fff;
	color:#fff;
	margin:0;
	padding:2px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:14px;
	background:url(images/btn-back.gif) transparent;
	float:left;
	clear:left;
}


/* comment list */

.commentlist {
	margin:20px 0;
	padding:0;
}
.commentlist li {
	padding:12px 0;
	background:url(images/line-inner.gif) no-repeat bottom;
	font-size:12px;
	line-height:20px;
	list-style:none;
}
.commentlist li a {
	color:#000;
	position:relative;
	text-decoration:none;
	border-bottom:1px solid #868585;
	background:#f4f0db;
}
.commentlist li a:hover {
	color:#000;
	text-decoration:none;
	border-bottom:1px solid #000;
	background:#fffbc1;
}
.commentdate {
	display:block;
	padding:0 0 6px;
	font-size:10px;
}
.commentlist li cite {
	font-weight:bold;
	font-style:normal;
}