body {
	margin: 0 14% 0 14%;
	padding: 0;
	font-size: 13px;
	background-color: #dcb43a;
}
img.right {
	padding: 8px;
	border: 1px solid #CECDC3;
	background-color: #dcb43a;
	float: right;
	margin-left: 15px;
	margin-bottom: 10px;
}

img.post-image-large {
	padding: 8px;
	border: 1px solid #CECDC3;
	background-color: #dcb43a;
	float: right;
	margin-left: 15px;
	margin-bottom: 10px;
}

img.left {
	padding: 8px;
	border: 1px solid #CECDC3;
	background-color: #dcb43a;
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
}

img.center {
	padding: 8px;
	border: 1px solid #CECDC3;
	background-color: #dcb43a;
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}

#mainTable {
	margin: 0 auto;
	/*border: 1px solid #000; */
	/*/*/line-height: 1.5em; /* */
}
/*#mainTable td {
	padding: 20px;Pads each table cell in modern browsers
}*/
#maincontent {
	border-right: 1px solid #6633cc;
	font-size: 13px;
	/*/*/font-size: 100%; /* */
	background-color: #ffffff;
	/*/*/padding-right: 12px;
}
#sidebar {
	width: 180px;
	/*/*/padding-left: 5px;
	font-size: 12px;
	/*/*/font-size: 85%; /* */
	background-color: #dbc775;
	background-image:  url(../images/left.gif);

}
#header {
	border-bottom: 1px solid #6633cc;
	background-color: #dbc775;
	color: #000000;
}
#footer {
	background-color: #333333;
	color: #CCCCCC;
	background-image: url(csst_bg.gif);
}
#Dateslug {
	width: 100%;
	padding:0px 200px 0px 15px;
	font-family: Verdana, Arial, "Hevetica", sans-serif;
	font-size: 19px;
	font-style: Italic;
	font-weight: bold;
	color: #CCCCCC;
	background-color: #ffffff;
	background-image:  url(../images/datebar.jpg);
	background-repeat:no-repeat;
}

td, p, ul {
	font-family: Georgia, "Times New Roman", Times, serif;
}
h1:first-child {margin: 0 0 0 0;}/*starts first heading in a TD flush top*/
h2:first-child {margin: 0 0 0 0; padding-top: 0px; padding-bottom: 5px; padding-left: 0px; padding-right: 0px;}/*starts first heading in a TD flush top*/
h3:first-child {margin-top: 0;}/*starts first heading in a TD flush top*/
h1 { font-size: 160%; }
h2 { font-size: 140%; }
h3 { font-size: 110%; }

#sidebar a {
	/*/*/padding: 3px;
	display: block;
	border: 2px dotted #CCC;
	text-decoration: none;
	line-height: 1em;
	width: 160px; /* */
}
#sidebar a:link, #sidebar a:visited {
	color: #666;
}
#sidebar a:hover, #sidebar a:active {
	color: #FFFFFF;
	background-color: #CC0000;
	border: 2px solid #000;
}
#current a {
	color: #FFFFFF !important;
	/*/*/background-color: #999999!important;
	border: 2px dotted #999 !important; /* */
}
#sidebar ul {
	/*/*/padding-left: 1em;
	list-style-type: none;
	margin-left: 1em; /* */
}

#sidebar li {
	/*/*/margin: 0px 0px 0px 0px; /* */
}
#n4shell {
/* Happy hunting. This rule will allow you to create an outer border around the layout table in netscape 4. Wrap the entire table inside a div and assign to the div this id */
	border: 1px solid #000;
	/*/*/border: 0; /* */
}

.dateHeader{
	/* width: 500px; */
	width: 100%;
	font-weight: bold;
	font-style: italic;
	background-color: #dbc775;
	border-bottom: 1px solid #3333cc;
}

.slugline{
	
	width: 100%;
	text-align: Justify;
	font-size : 16px;
	line-height : 20px;
	font-weight: normal;
	font-style: normal;
	background-color: #dbc775;
	/* border-bottom: 1px solid #3333cc; */
}

.breakline{
	
	width: 70%;
	border-bottom: 1px dotted #3333cc;
}
#leftBox{
	width: 160px;
	padding: 2px;
	font-size: 13px;
	border: 6px solid #dcb43a;
	background-color: #ffffff;
	float: right;
	margin-left: 15px;
	margin-bottom: 10px;
	}
	
.c_cHeader {
border-bottom:solid 3px #dddbdb;
background-color:#f1f1f1;
padding:6px;
padding-bottom:2px;
}
.c_contentPerson {
height:32px;
padding-left:44px;
background-image:url(img/avatar/warhol.gif);
background-repeat:no-repeat;
}
.c_contentTop {
height:60px;
width:500px;
background-image:url(img/comment_bg1.gif);
background-repeat:no-repeat;
}
.c_content {
background-image:url(img/comment_bg2.gif);
background-repeat:repeat-y;
padding-left:24px;
padding-right:24px;
}
.c_contentBottom {
height:50px;
width:500px;
background-image:url(img/comment_bg3.gif);
background-repeat:no-repeat;
}

/* Commets form */
#f1 {
background-color:#f1f1f1;
border:solid 3px #dddbdb;
margin:8px;
padding:14px;
padding-top:2px;

}

#f1 input, #f1 textarea {
width:300px;
margin:5px 0 10px 0;
padding:4px;
border:2px dotted #dddbdb;
}

#f1 input {
height:18px;
}
 #f1 textarea {
 width:430px;
 }

#f1 input.selected,#f1 textarea.selected {
border:solid 2px #dddbdb;
}

#f1 input.btn {
width:60px;
height:26px;
}

