/* General Styling */

body {
margin:0px;
padding:0px;
font:14px Verdana, Arial, Helvetica, sans-serif;
background:#000;
}

h1{font-size:20px;line-height:24px;}

h2{font-size:17px;line-height:24px;}

h3{font-size:13px;}

p{font-size:12px;margin:1em 0;}

a {color:#333; text-decoration:underline;}

a:hover {
text-decoration:none;
}

/* Container to center the page and hold everything */

#container {
width:1024px;
height:auto;
margin:0px auto;
padding:0px;
}

/* header Section */
#head {
width:100%;
height:324px;;
float:left;
margin:0px;
padding:0px;
background:url(http://www.twoplank.com/wordpress/images/2plank-top.jpg) top no-repeat;
font-size:16px;
text-align:center;
}

#head a.headLink {
display:block;
text-decoration:none;
width:100%;
height:120px;
cursor:pointer;
float:left;
overflow:hidden;
}

.headNav {
padding:0px;
margin:125px 0 0 0;
display:block;
float:left;
list-style:none;
}

.headNav li {
display:block;
padding:0px;
margin:0px;
float:left;
}

.headNav li a {
display:block;
float:left;
padding:5px 18px;
font-size:16px;
font-weight:bold;
text-transform:uppercase;
color:#333;
text-decoration:none;
}

.headNav li a:hover {
text-decoration:underline;
cursor:pointer;
}

/* Main Content */

#main {
width:100%;
height:auto;
float:left;
margin:0px;
padding:0px;
background:url(http://www.twoplank.com/wordpress/images/2plank-main.jpg) top no-repeat;
}

#mainLeft {
width:172px;
float:left;
margin:0px;
padding:0px;
}

#mainCenter {
width:680px;
height:auto;
margin:0px;
padding:0px;
float:left;
background:#fff url(http://www.twoplank.com/wordpress/images/2plank-content.jpg) top no-repeat;
}

#mainRight {
widows:172px;
float:lwft;
margin:0px;
padding:0px;
}

#content {
padding:0 10px 10px;
}

small.postDate {
margin-left:15px;
font-style:italic;
}

/* Footer Section */

#foot {
width:100%;
height:auto;
float:left;
margin:0px;
padding:0px;
font-size:12px;
}

#footLeft {
width:162px;
float:left;
margin:0px;
padding:0px;
}

#footCenter {
width:696px;
height:auto;
float:left;
margin:0px;
padding:0px;
background:#ccc;
border-top:2px solid #eee;
border-right:2px solid #666;
border-left:2px solid #eee;
border-bottom:2px solid #666;
}

#footRight {
width:162px;
float:left;
margin:0px;
padding:0px;
}

#foot a {
border:none;
color:#333333;
text-decoration:underline;
}

#foot a:hover {
text-decoration:none;
}

/*comments */
#comments {
padding:10px;
border:1px solid #eee;
}

#comments textarea {
width:75%;
height:100px;
}

.commentTitle {
font-size:16px;
display:block;
border-bottom:1px solid #ccc;
margin:0px 0px 5px 0px;
}

/* Format Header and other text */
.pagetitle {
font-size:20px;
color:#903;
display:block;
border-bottom:1px solid #903;
margin:0px 0px 5px 0px;
}

.postTitle {
font-size:16px;
}
