

#container {
margin: 0px;
overflow: hidden;
}

.cols {
padding: 0px;
margin: 0px;
}

a{color:#933; text-decoration:underline;}
a:hover{color:#777;}

#header{display:none;}
#footerr{margin: 0px 0;}

#footerblog {
font: 10px courier new,verdana,arial;
padding: 5px 0px 5px 0px;
margin: 0px;
color: #555;
font-style: italic;
}

#searchBar{border:1px solid #999; background-color:#fff; padding:10px 5px; text-align:center;}

#content{clear:both; padding-top:30px;}

h5 {
color: #fff;
}

p{margin: 0px;}

.title {
font: 18px courier new,verdana,arial;
color: #fff;
margin: 0px;
padding: 5px;
font-weight: normal;
background-color: #fd1108;
border: 0px solid #fff;
-webkit-border-radius: .3em; 
-moz-border-radius: .3em;
border-radius: .3em;
}

.time {
font: 11px courier new,verdana,arial;
color: #555;
margin: 0px;
padding: 5px 0px 10px 0px;
font-weight: normal;
font-style: italic;
}

.postedBy {
font: 11px courier new,verdana,arial;
color: #555;
margin: 0px;
padding: 10px 0px 10px 0px;
font-weight: normal;
}

.bigroll { background-color: #222; font: 13px courier new,verdana,arial; font-style: normal; font-weight: normal; letter-spacing: 0px; text-decoration: none; text-transform: none; color: #fff; }
A.bigroll:hover { background-color: #ca2214; text-decoration: none; letter-spacing: 0px; font-weight: normal; color:#fff;
}

.hr {min-height: 20px; height: 20px; padding: 0px;}
.userComment {background-color:#fff; padding:4px; margin-top:10px;min-height:14px;}
.userComment a{display:inline;}
.comment {font: 13px courier new,verdana,arial; font-weight: normal; color:#222;}
.accent {color:#933; font-style:italic;}
.permalink {margin-left:420px;}

.commentlink { font: 13px courier new,verdana,arial; font-style: normal; font-weight: normal; letter-spacing: 0px; text-decoration: none; text-transform: none; color: #fd1108; }
A.commentlink:hover { text-decoration: underline; letter-spacing: 0px; font-weight: normal; color: #222;
}

/*comment window rules*/
#container.commentWindow{width:100%;}
.commentWindow .cols{width:100%;}
.commentWindow .hr{width:100%;}
.commentWindow fieldset{border:0px solid #c77; margin:0;}
.commentWindow legend{font-size:12px; font-weight:bold;}


/*cms rules*/
table{
border: 0px solid #777;
background-color: #fff;
}

td{height:16px; 
padding:2px 5px;
border-bottom:0px solid #777;}

textarea{height:200px; width:200px;}

table input{width:420px;}

#cmsNav{list-style: none; margin:15px 0; padding:0;height:15px;}
#cmsNav li{float:left;display:inline; margin:0 5px;padding:0 6px; border-left:1px dotted #333;border-right:1px dotted #333;}
