/*Basic*/

img{
	padding: 5px 12px 5px 0;
}

.hidden{
	display: none;
}
h1,h2,h3,h4,h5,h6{
	color: #696969;
	font-size: 12px;
	font-weight:normal;
}

/* Links */
a:link, a:visited{
	color: #696969;
}
a:hover, a:active{
	color: #009999;
}
#header a:link, #header a:visited{
	color: #696969;
	text-decoration: none;
}
#header a:hover, #header a:active{
	color: #009999;
	text-decoration: none;
}
#copyrights a:link, #copyrights a:visited{
	color: #696969;
}
#copyrights a:hover, #copyrights a:active{
	color: #696969;
}

/*MAIN LAYOUT STUFF*/
body{
	color: #696969;
	font-size: 10px;
	line-height: 16px;
	margin: 20px 0px 0px 20px;
	padding:0;
	background-color: white;
}
#header{
}
#header h1{
	font-size: 12px;
	margin: 0 0 0 0;
}
#contents{
	border-top:thin #696969 solid;
	margin: 0;
}
#sidebarcontainer{
	float: left; 
	width: 152px;
	margin: 10px 0 0 0;
	padding: 0;
}
html>body #sidebarcontainer{
	float: left; 
	width: 152px;
	margin: 0;
	padding: 0;
}
#footer{
	color: #696969;
	font-size: 10px;
	line-height: 16px;
}

/*CONTENT STYLING*/
.content{
	margin: 0;
}
.sidebar{
	color: #696969;
}
.contenttitle h2{
	font-size: 12px;
	line-height: 16px;
	margin: 0;
}
.strong{
	font-size: 10px;
	line-height: 16px;
}
.contentbody{
	font-size: 12px;
	line-height: 16px;
	margin: 0;
	border-bottom: 1px;
	border-bottom-color: 696969;
}
/*only opera*/
html:first-child .contentbody{
	line-height: 16px;
	border-bottom-color: 696969;
}
.contentitemdate{
	font-size: 10px;
	line-height: 16px;
	padding: 0px 10px 0px 0px;
	margin: 0 0 3px 0;
}
.contentitempostedby{
	font-size: 10px;
	line-height: 16px;
	padding: 0px 10px 0px 0px;
	margin: 0 0 3px 0;
}
.contentitemcomments{
	font-size: 10px;
	line-height: 16px;
	padding: 0px 10px 0px 0px;
	margin: 0 0 3px 0;
}
.contentitem {
	padding: 0;
	display: inline;
	margin: 0 0 3px 0;
}
.contentitem1{
	display: inline;
}
.contentitem2{
	display: inline;
}
.contentitem3{
	display: inline;
}

/*COMMENTS STYLING*/
.itemcomment{
}
.itemcomment:hover{
}
.id1{
}
.id1:hover{
}
.itemcomment h3{
	font-size: 12px;
	margin: 0px;
}
.commentbody{
	font-size: 12px;
}

/*SIDEBAR DLs*/
.sidebardl{
}
.sidebardl dt{
	font-size: 10px;
	list-style-type: none;
}
.sidebardl li{
	font-size: 10px;
	list-style-type: none;
}
.sidebardlse dt{
	font-size: 10px;
	list-style-type: none;
	margin: 0 0 3px 0;
	/* macIE ¥*/
	margin: 6px 0 15px 0;
	/* FF Opera safari NN */
	padding: 4px 0 3px 0;
	/* macIE ¥*/
	padding: 6px 0 0 0;
	/* FF Opera safari NN */
}
.copyrightdl dt{
	font-size: 10px;
	list-style-type: none;
	margin: 0 0 3px 0;
	/* macIE ¥*/
	margin: 0:
	/* FF Opera safari NN */
	padding: 3px 0 0 0;
	/* macIE ¥*/
	padding: 0;
	/* FF Opera safari NN */
}

/*FORM STYLINGS*/
.commentform, .mailform{
}
.formfield{
	color: #696969;
	font-size: 12px;
	background-color: white;
	border: inset 1px #dcdcdc;
}
.formbutton{
	color: #696969;
	font-size: 10px;
	background-color: white;
	border: outset 1px #dcdcdc;
}
.searchform .formfield{
	margin: 0;
	width: 110px;
}
.searchform .formbutton{
	color: #696969;
	font-size: 10px;
	margin: 3px 0 18px 0;
	width: 40px;
}
.mainform .formfield{
	width: 280px;
}
.mailform .formbutton{
	color: #696969;
	font-size: 10px;
	width: 40px;
}
.commentform textarea{
	width: 280px;
}
.commentform .formbutton{
	color: #696969;
	font-size: 10px;
	margin: 4px 0px 14px;
	width: 100px;
}
#nucleus_cf_name, #nucleus_cf_mail{
	width: 200px;
}
.commentform .formbutton{
	color: #696969;
	font-size: 10px;
	width: 40px;
}

/*BLOG IMAGE ONION SKIN SHADOW - From AListApart.com*/
.wrap1, .wrap2, .wrap3{
	display: block;
}
.wrap1{
	float: left;
}
.wrap2{
	float: left;
}
.wrap3{
	float: left;
}
.wrap3 img{
	border: solid 3px white;
	display: block;
}

/*SEARCH HIGHLIGHT COLOR*/
.highlight{
	color: #f03;
	text-decoration: underline overline;
}

/*UL*/
ul{
	padding: 0;
}
li{
	padding: 0;
	margin: 0;
	list-style-position: outside;
}
.table1 {
	text-align: left;
	white-space: normal;
	display: table-row-group;
}
small{
}

