/*
    Theme Name: Notepad Chaos (derivative work)
    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 and modified by Hugo Lim (derivative work)
    Author URI: http://www.hugolim.com/
*/

body
{
background-color: #4A8C98;
margin-top: 0px;
font-family: Tahoma, Arial, Helvetica, sans-serif;
}
#background
{
background: url('images/page-back.jpg') no-repeat top center;
width: 1200px;
height: 557px;
margin: 0px auto 0px auto;
}

#background #search {
	position:relative;
	text-align:right;
	width:250px;
	left:710px;
	top:10px;
	z-index:100;
}
#background #search form {
	padding:0;
	margin:0;
}
#background #search .txtField {
	border:1px solid #fff;
	width:110px;
	margin:0;
	padding:3px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
	background:url(images/search-back.gif) transparent;
}
#background #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-holder {
	position:relative;
	top:28px;
	left:687px;
	width:319px;
	overflow:hidden;
}
#menu {
	width:319px;
	height:42px;
	margin:0;
	padding:0;
	position:relative;
}
#menu li {
	margin:0;
	padding:0;
	list-style:none;
	position:absolute;
	top:0;
}
#menu li, #menu a {
	height:42px;
	display:block;
}
#home {
	text-indent:-300em;
	overflow:hidden;
	left:0px;
	width:107px;
}
#about {
	text-indent:-300em;
	overflow:hidden;
	left:107px;
	width:107px;
}
#background #content
{
background:url('images/notepad-back.gif') center repeat-y;
position: relative;
margin:218px auto 0px auto;
padding-top: 30px;
width: 1200px;
}
#background #content #col01
{
position: relative;
width: 700px;
float: left;
padding-left:  180px;
padding-bottom: 100px;
font-size:11px;
line-height:19px;
}
#background #content #col02
{
position:relative;
width: 250px;
float: right;
margin-right: 61px;
margin-top: -50px;
}
#background #footer
{
position: relative;
/*margin-top: -30px;
padding-top: -30px;*/
width: 1200px;
height: 456px;
background: url('images/footer.jpg') center no-repeat;

}

#background #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('http://www.wenster.net/wp-content/themes/notepad-chaos/images/line.gif') repeat-x bottom;*/
}

#background #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;*/
}
#background #content #col01 h3 a {
	color:#000;
	text-decoration:none;
}
#background #content #col01 h3 a:hover {
	background-color:#f4f0db;
}
#background #content #col01 .meta {
	font-size:11px;
	text-align:right;
	background:url('images/line.gif') repeat-x;
	padding-top:8px;
}

#background #content #col01 .post{
	margin-bottom: 30px;
}
#background #content #col01 .postHead{
	width: 700px;
	position: relative;
}
#background #content #col01 .postHead .postTitle{
	float:left;
	/*font-size:28px;*/
	font-family: Times New Roman, Times, Georgia, erif;
	font-weight:normal;
}
#background #content #col01 .postHead .postTitle h3{
	font-size:28px;
}
#background #content #col01 .postHead .postTitleMeta{
	color: #000;
	font-size:12px;
	float:left;
	font-weight:normal;
	font-family: Times New Roman, Times, Georgia, erif;
        text-decoration:none;
        padding-top: 10px;
        padding-left: 10px;
}

#background #content #col01 .postHead .postTitleMeta a{
        text-decoration:none;
	color: #000;
}

#background #content #col01 .post-inner {
padding-top: 15px;
background:url('images/line.gif') repeat-x top;
	position:relative;
}
#background #content #col01 .post-inner .date-tab {
	position:absolute;
	top:0px;
	left:-98px;
	height:64px;
	width:83px;
	background:url('images/date-tab.gif') no-repeat;
}
.month {
	text-align:right;
	display:block;
	padding:6px 16px 6px 0;
	font-size:11px;
}

.day {
	text-align:right;
	display:block;
	padding:4px 16px 2px 0;
	font-size:18px;
	font-weight:bold;
}
#background #content #col01 .post-inner a {
	color:#000;
	position:relative;
	text-decoration:none;
	border-bottom:1px solid #868585;
	background:#f4f0db;
}

#background #content #col01 .post-inner a:hover {
	color:#000;
	text-decoration:none;
	border-bottom:1px solid #000;
	background:#fffbc1;
}
#background #content #col01 .meta a {
	color:#000;
	text-decoration:none;
	border-bottom:1px solid #868585;
}
#background #content #col01 .meta a:hover {
	color:#000;
	text-decoration:none;
	border-style:none;
}
/*some below not tested yet*/
/* 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;
}


#content #col02 .small-shoutmix-notepad {
	background:url('images/smallnotepad-shoutmix.gif') no-repeat;
	width: 250px;
	height: 680px;
	padding-top: 125px;

}

#content #col02 .small-SO-notepad {
	/*margin-top: -80px;*/
	background:url('images/smallnotepad-SO.gif') no-repeat;
	width: 250px;
	height: 825px; /*1220*/
	padding-top: 85px;

 margin-bottom: -30px;
}

#content #col02 .small-heart-notepad{
	background:url('images/smallnotepad-heart.gif') no-repeat;
	width: 250px;
	height: 469px;
	padding-top: 75px;
}

#content #col02 .small-notepad {
width: 250px;
}

#content #col02 .small-notepad-head {
	height:71px;
align: center; 
	background:url('images/smallnotepad-head.gif') no-repeat;
}

#content #col02 .small-notepad-body {
	background:url('images/smallnotepad-body.gif') repeat-y;
padding-bottom: 15px;
align: center; 
text-align: center;

}

#content #col02 .links-upper {
	height:92px;
	background:url('images/smallnotepad-links-top.gif') no-repeat;
        margin-bottom: -19px;

}
#content #col02 .links {
	background:url('images/smallnotepad-links-body.gif') repeat-y;
font-size:9px;
}
#content #col02 .links h3 {
	padding-left: 20px;
}
#content #col02 .links ul {
	margin:0;
	padding:0;
}
#content #col02 .links ul li {
	font-size:11px;
	line-height:18px;
	list-style:none;
}
#content #col02 .links ul li a {
	color:#21565E;
	margin:0 auto;
	display:block;
	width:170px;
	padding:4px 0 4px 25px;
	background:url('images/bullet-postit-on.gif') no-repeat 5px 8px;
}
#content #col02 .links ul li a:hover {
	text-decoration:none;
	color:#000;
	background:url('images/bullet-postit.gif') no-repeat 5px 8px #ff5092;
}
#content #col02 .links-btm {
	height:68px;
	background:url('images/smallnotepad-links-bottom.gif') no-repeat;
}

#content #col02 .categories-upper {
	height:104px;
	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:11px;
	line-height:18px;
	list-style:none;
}
#content #col02 .categories ul li a {
	color:#21565E;
	margin:0 auto;
	display:block;
	width:170px;
	padding:4px 0 4px 25px;
	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:68px;
	background:url(images/categories-btm.gif) no-repeat;
}

#content #col02 .cat-item .children{
        padding-left: 35px;
}

#content #col02 .side-meta {
	background:url('images/txt-misc-debris.gif') no-repeat top right;
}
#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;
}

.more-link{
	display:block;
	margin: auto;
	width: 160px;
	text-align:center;
}

#content #col02 .sidebar-item{
	margin-top:20px;
	margin-bottom:20px;
}
