input, textarea, select {
 border: 0px;
 background-color: #eeeeee;
 background-image: none;
 font-size: 15px;
 font-family: "Trebuchet MS";
 color: #676767;
 margin-bottom: 1px;
 padding: 3px;
 border: 1px solid #bcbcbc;
}
a, a:active, a:visited { 
 color: #9e281b; 
 text-decoration: none;
}
a:hover { 
 color: #ef4d3b; 
 text-decoration: none; 
 border: 0px;
}
a img {
 border: 0px;
}
p { 
 text-align: left;
 margin: 0px;
 padding-left: 5px;
 padding: 5px;
 padding-bottom: 10px;
} 
h1 {
 padding: 0px;
 padding-bottom: 0px;
 font-size: 28px;
 margin-bottom: 0px;
 margin-top: 0px;
 color: #5a5a5a;
}
h2 {
 padding: 0px;
 padding-left: 20px;
 margin: 0px;
 font-size: 11px;
 color: #686868;
}
h3 {
 padding: 5px;
 padding-top: 0px;
 font-size: 16px;
 margin-bottom: 5px;
 margin-top: 0px;
 color: #5a5a5a;
}
h4 {
 padding: 0px;
 font-size: 16px;
 margin: 0px;
 margin-bottom: 10px;
 margin-top: 10px;
 color: #5a5a5a;
}
img {
 border: 0px;
 padding: 0px;
 margin: 0px;
}

body {
 margin: 0px;
 padding: 0px;
 font-family: "Trebuchet MS";
 font-size: 15px;
 color: #464646;
 background-color: #000000;
}

.date {
 width:100px;
 height:100px;
 color: #4e5858;
 font-size: 30px;
 font-weight: bold;
}

.post {
 padding-left: 60px;
}

#wrapper {
 position: relative;
 width: 1159px;
 padding: 0px;
 margin-left: auto;
 margin-right: auto;
 margin-bottom: 0px;
 padding-top: 0px;
}

#header {
 position: relative;
 padding-top: 0px;
 width: 1159px;
 text-align: center;
}

#navigation {
 position: relative;
 width: 1159px;
 text-align: right;
 padding-bottom: 20px;
}

#content-repeat {
 width:1159px;
 min-height: 500px;
 background-image: url('img/content-repeat.png');
 background-repeat: repeat-y;
}

#content-wrapper {
 position: relative;
 width: 1159px;
 padding: 0px;
 min-height: 500px;
 background-image: url('img/content-top.png');
 background-repeat: no-repeat;
}

#content {
 position: relative;
 width: 700px;
 min-height: 600px;
 padding-left: 100px;
 padding-top: 30px;
}

#nav {
 padding-left: 100px;
}

#nav a {
 color: #cccccc; 
 border: 0px;
}
#nav a:hover {
 color: #cd3424; 
 text-decoration: none;
}

#comrequire a {
 color: #de8a86; 
 border: 0px;
}
#comrequire a:hover {
 color: #cd3424; 
 text-decoration: none;
}

#navbar {
 position: relative;
 top: 20px;
 float: right;
 width: 250px;
 padding-right: 75px;
}

#bottom {
 margin-bottom: 10px;
}