/*
    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 {
	margin:0;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	background-image: url(images/wp_bk.jpg);
}

#container {
	width:887px;
	margin:0 auto;
	position:relative;
	height:209px;
	background-image: url(images/wp_header.jpg);
	background-repeat: no-repeat;
}

/* search form */

#search {
	position:absolute;
	text-align:right;
	width:250px;
	left:620px;
	top:164px;
	z-index:100;
}
#search form {
	padding:0;
	margin:0;
}
#search .txtField {
	border:1px solid #fff;
	width:138px;
	margin:0;
	padding:3px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
	background:url(images/search-back.gif) transparent;
}
#search .btnSearch {
	border:1px solid #fff;
	color:#fff;
	margin:0;
	padding:2px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	background:url(images/btn-back.gif) transparent;
}


/* menu */

#menu-holder {
	position:absolute;
	top:103px;
	left:482px;
	width:397px;
	overflow:hidden;
	background-image: url(images/PingPong_menu-up.jpg);
}
#menu {
	width:397px;
	height:45px;
	margin:0;
	padding:0;
	position:relative;
}
#menu li {
	margin:0;
	padding:0;
	list-style:none;
	position:absolute;
	top:0;
}
#menu li, #menu a {
	height:45px;
	display:block;
}
#home {
	text-indent:-300em;
	overflow:hidden;
	left:0px;
	width:133px;
}
#about {
	text-indent:-300em;
	overflow:hidden;
	left:133px;
	width:133px;
}
#archives {
	text-indent:-300em;
	overflow:hidden;
	left:266px;
	width:133px;
}



#home a:hover {
	background-color: transparent;
	background-image: url(images/PingPong_menu-down.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#about a:hover {
	background-color: transparent;
	background-image: url(images/PingPong_menu-down.jpg);
	background-repeat: no-repeat;
	background-position: -133px 0px;
}
#archives a:hover {
	background-color: transparent;
	background-image: url(images/PingPong_menu-down.jpg);
	background-repeat: no-repeat;
	background-position: -266px 0px;
}


/* blog title */

#title {
	position:absolute;
	top:40px;
	left:250px;
	color:#fff;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:10px;
	width:370px;
	overflow:hidden;
}
#title h2 {
	color:#fff;
	font-size:20px;
	margin:0 0 2px;
}
#title a {
	color:#fff;
	text-decoration:none;
}
#title a:hover {
	color:#fff;
	text-decoration:none;
	border-bottom:1px solid #e7d8cf;
}


/* content */

#content {
	width: 887px;
	margin:0 auto;
	background-image: url(images/wp_content_tile.jpg);
	background-repeat: repeat-y;
}
#content blockquote {
	padding:0 0 0 30px;
	background:url(images/blockquote.gif) no-repeat 0 50%;
}
#content .col01 {
	float:right;
	width:475px;
	font-size:13px;
	line-height:25px;
	padding-right: 60px;
}
#content .col01 h3 {
	font-size:24px;
	line-height:28px;
	font-weight:normal;
	font-family: Times New Roman, Times, Georgia, erif;
	margin:0;
	padding:0 0 10px;
	background:url(images/line.gif) repeat-x bottom;
}
#content .col01 h4 {
	font-size:18px;
	line-height:22px;
	font-weight:normal;
	font-family: Times New Roman, Times, Georgia, erif;
	margin:0;
	padding:0 0 16px;
	background:url(images/line.gif) repeat-x bottom;
}
#content .col01 h3 a {
	color:#000;
	text-decoration:none;
}
#content .col01 h3 a:hover {
	background-color:#f4f0db;
}
#content .col01 .post {
	padding-bottom:30px;
}
#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:0px;
	left:-98px;
	height:64px;
	width:90px;
	background-image: url(images/wp_date.png);
	background-repeat: no-repeat;
}
#content .col01 .thumbnail {
	float:right;
	margin:12px 0 12px 12px;
}
.month {
	text-align:right;
	display:block;
	padding:2px 14px 0px 0;
	font-size:11px;
}
.day {
	text-align:right;
	display:block;
	font-size:18px;
	font-weight:bold;
	color: #F3E2C1;
	padding-top: 0px;
	padding-right: 14px;
	padding-bottom: 2px;
	padding-left: 0;
}
#content .col01 .post-inner a {
	color:#000;
	position:relative;
	text-decoration:none;
	border-bottom:1px solid #868585;
	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:left;
	width:195px;
	margin-left: 13px;
	font-size:11px;
	line-height:16px;
}
#content .col02 .recent-posts-top {
	width:200px;
	height: 34px;
	background-image: url(images/wp_arrivals_top.png);
	background-repeat: no-repeat;
	margin-top: 25px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
}
#content .col02 .recent-posts {
	width:200px;
	background-image: url(images/wp_arrivals_tile.png);
	background-repeat: repeat-y;
	margin-top: 0px;
	padding-top: 2px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
}
#content .col02 .recent-posts ul {
	padding:0;
	margin:0;
}
#content .col02 .recent-posts ul li {
	font-size:11px;
	line-height:18px;
	list-style:none;
	padding:0;
	margin:0;
}
#content .col02 .recent-posts ul li .listMeta {
	font-size:10px;
}
#content .col02 .recent-posts ul li a {
	color:#FFCC66;
	display:block;
	width:155px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 25px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #447FC1;
	background-image: url(images/wp_dot_orange.png);
	background-repeat: no-repeat;
	background-position: 5px 8px;
	font-weight: bold;
	text-decoration: none;
}
#content .col02 .recent-posts ul li a:hover {
	text-decoration:none;
	color:#3EA147;
	background-image: url(images/wp_dot_green.png);
	background-repeat: no-repeat;
	background-position: 5px 8px;
}
#content .col02 .postit-bottom {
	width:188px;
	height:30px;
	padding:12px 12px 0;
	font-size:11px;
	text-align:right;
	background-image: url(images/wp_arrivals-bottom.png);
	background-repeat: no-repeat;
}
#content .col02 .postit-bottom a {
	color:#21565E;
}
#content .col02 .postit-bottom a:hover {
	color:#21565E;
	text-decoration:none;
}

#content .col02 .categories-upper {
	height:50px;
	width: 212px;
	background-image: url(images/wp_categories.png);
	background-repeat: no-repeat;
	background-position: 13px 0px;
}
#content .col02 .categories {
	width: 212px;
}
#content .col02 .categories ul {
    padding:0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
}
#content .col02 .categories ul li {
	font-size:11px;
	line-height:15px;
	list-style:none;
}
#content .col02 .categories ul li a {
	color:#CCCCCC;
	display:block;
	width:140px;
	font-weight: bold;
	text-decoration: none;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 32px;
	padding-top: 6px;
	padding-right: 0;
	padding-bottom: 6px;
	text-align: center;
	background-color: #666666;
}
#content .col02 .categories ul li a:hover {
	text-decoration:none;
	color:#000;
	background-color: #999999;
}
#content .col02 .categories-btm {
	height:1px;
	width: 212px;
}


#content .col02 .links {
	background-image: url(images/wp_links.png);
	background-repeat: no-repeat;
	background-position: 13px 0px;
	padding-top: 48px;
}
#content .col02 .links ul {
	padding:0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
}
#content .col02 .links ul li {
	font-size:11px;
	line-height:15px;
	list-style:none;
}
#content .col02 .links ul li a {
	color:#CCCCCC;
	display:block;
	width:140px;
	font-weight: bold;
	text-decoration: none;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 32px;
	padding-top: 6px;
	padding-right: 0;
	padding-bottom: 6px;
	text-align: center;
	background-color: #666666;
}
#content .col02 .links ul li a:hover {
	text-decoration:none;
	color:#000;
	background-color: #999999;
}

#content .col02 .side-meta {
	width: 185px;
	margin-left: 13px;
	background-image: url(images/wp_RR.png);
	background-repeat: no-repeat;
	background-position: right top;
	padding-bottom: 40px;
}
#content .col02 .side-meta ul {
	margin:10px 0;
	padding:0;
}
#content .col02 .side-meta ul li {
	font-size:10px;
	line-height:14px;
	list-style:none;
}
#content .col02 .side-meta ul li a {
	color:#21565E;
	margin:0 auto;
	display:block;
	width:212px;
	padding:2px 0;
}
#content .col02 .side-meta ul li a:hover {
	text-decoration:none;
	color:#000;
}
#content .col02 .twitter {
margin:15px 0 15px 15px;
}


/* footer */

#footer-holder {
	width:887px;
	position:relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#footer-holder .footer {
	width:887px;
	height:209px;
	position:absolute;
	top:0px;
	z-index:100;
	background-image: url(images/wp_footer.jpg);
	background-repeat: no-repeat;
}
#footer-holder .txt a {
	color:#000;
}
#footer-holder .txt a:hover {
	color:#000;
	text-decoration:none;
}
#footer-holder .txt {
	width:300px;
	position:absolute;
	top:15px;
	left:250px;
	font-size:11px;
	line-height:16px;
	color:#fff;
	z-index:105;
	height:60px;
	overflow:hidden;
}
#footer-holder .smashing a {
	width:150px;
	height:150px;
	position:absolute;
	top:30px;
	left:50px;
	font-size:11px;
	text-indent:-400px;
	z-index:102;
	overflow:hidden;
	background-image: url(images/wp_izzomac.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#footer-holder .smashing a:hover {
	background-image: url(images/wp_izzomac-flip.png);
	background-repeat: no-repeat;
	background-position: 0 0px;
}
#footer-holder .rss a {
	width:40px;
	height:41px;
	position:absolute;
	top:10px;
	left:10px;
	font-size:11px;
	text-indent:-400px;
	z-index:103;
	overflow:hidden;
	background-image: url(images/wp_RS.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}


/* 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 {
	padding:0;
	margin:0;
}
#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;
}
