input, textarea, select {
 border: 0px;
 background-color: #490000;
 background-image: none;
 font-size: 15px;
 font-family: "Trebuchet MS";
 color: #969696;
 margin-bottom: 1px;
 padding: 3px;
 border: 1px solid #711e1e;
}
a, a:active, a:visited { 
 color: #969696; 
 text-decoration: none;
 border-bottom: 1px dotted #969696;
}
a:hover { 
 color: #ffffff; 
 text-decoration: none; 
 border-bottom: 1px dotted #969696;
}
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: #bcbcbc;
}
h2 {
 padding: 0px;
 padding-left: 20px;
 margin: 0px;
 font-size: 11px;
 color: #ababab;
}
h3 {
 padding: 5px;
 padding-top: 0px;
 font-size: 16px;
 margin-bottom: 5px;
 margin-top: 0px;
 color: #bcbcbc;
}
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: #cdcdcd;
 background-color: #000000;
}

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

.post {
 padding-left: 60px;
}

.datebox {
 margin-left:-90px;
 margin-top:-70px;
 background-color:#b8b8b8;
 background-image: url('img/date-background.png');
 background-repeat: no-repeat;
 width:75px;
 height:75px;
 color:#000000;
 border: 1px solid #000000;
}

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

#header {
 position: relative;
 padding: 0px;
 width: 1200px;
 height: 266px;
 text-align: center;
}

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

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

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

#content {
 position: relative;
 width: 600px;
 min-height: 600px;
 padding-top: 42px;
}

#nav {
 padding-left: 130px;
}

#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;
}

#sidenav {
 position: relative;
 float:left;
 top: 165px;
 left: 155px;
 width: 200px;
 padding-right: 100px;
}

#bottom {
 margin-bottom: 50px;
}