/*BASIC STUFF*/
img
{
	border: 0;
}
.hidden
{
	display: none;
}
form
{
	margin: 0;
}

.error {
  color: red;
}

input {
	background-color:#FFFFFF; 
	color:#000000; 
	font-size:11px;
	text-decoration:none; 
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

h1,h2,h3,h4,h5,h6
{
	margin: 0;
	font-weight: normal;
  font-family: 'Andale Mono', Courier, 'Courier New', serif;
}

/*LINKS*/
#header * a
{
	color: black;
	font-size: 16px;
  font-family: 'Andale Mono', Courier, 'Courier New', serif;
  text-decoration: none;
}

#copyrights a:link, #copyrights a:visited
{
	color: #666666;
}
#copyrights a:hover, #copyrights a:active
{
	color: white;
}
#copyrights
{
	color: #DDDDDD;
}
/*MAIN LAYOUT STUFF*/
body
{
	color: #000000;
	font: 13px 'Andale Mono', Courier, 'Courier New', serif;
	text-decoration: none;
	line-height: 145%;
	letter-spacing: 0.01em;
  background-color: #FFFFFF;
	padding: 0px;
	margin: 0px;
}
#header
{
	padding-left: 40px;
}

td {
	font-weight: normal;
	font: 13px 'Andale Mono', Courier, 'Courier New', serif;
	color: #000000;
	text-decoration: none;
	line-height: 140%;
	letter-spacing: -0.02em;
	background-color: #FFFFFF;
}

p, a, div {
  font-family: 'Andale Mono', Courier, 'Courier New', serif;
  font-size: 12px;
}

a {
  color: #005500;
}

table, div {
  background-color: #FFFFFF;
}

#header h1
{
	font-size: 24px;
}
#mainwrapper
{
	width: 708px;
	margin-left: 40px;
	padding: 0;	
}
#wrapper
{
	width: 708px;
	margin: 0;
}

#container
{
	float: right;
	width: 500px;
}

#sidebarcontainer
{
	float: left;
	width: 170px;
	padding: 0;
}
#footer
{
	padding: 0;
	width: 708px;
	margin-left: 40px;
}
.clearing
{
	height: 20px;
	width: 708px;
	clear: both;
}

/*CONTENT STYLING*/
.content
{
	margin: 0 0 30px 0;
	padding: 0 0 0 20px;
}
.sidebar
{
	color: #333333;
	margin: 0;
}
#switcher
{
	position: absolute;
	top: 145px;
	left: 208px;
	width: 491px;
	height: 25px;
	border: 2px solid red;
}
#switcher img
{
	float: right;
	margin: 4px 4px 0 0;
	border: 2px solid red;
}
.contentitempostedby
{
	font-size: 10px;
	padding: 0 10px 0 13px;
	background: url(images/01_bgpostedby.gif) center left no-repeat;
	line-height: 12px;
}
.contentitemcomments
{
	font-size: 10px;
	padding: 0 10px 0 15px;
	background: url(images/01_bgcomment.gif) center left no-repeat;
	line-height: 12px;
}
.contentitemcategory
{
	font-size: 10px;
	padding: 0 10px 0 13px;
	background: url(images/01_bgcategory.gif) center left no-repeat;
	line-height: 12px;
}
.contentitem
{
	margin: 0 0 16px 0;
	padding: 3px 0 0 0;
}
.contentitem1
{
	display: inline;
}
.contentitem2
{
	display: inline;
	padding: 0 0 0 10px;
	background: url(images/01_dotv.gif) left repeat-y;
}
.contentitem3
{
	display: inline;
	padding: 0 0 0 10px;
	background: url(images/01_dotv.gif) left repeat-y;
}
.contenttitle h2, .contenttitle h2 a
{
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
	padding: 0 0 6px 0;
	margin: 0px;
	clear: both;
}

.contentbody
{
}

/*COMMENTS STYLING*/
.itemcomment
{
	margin: 10px 0 0 0;
	padding: 6px 42px;
	background: url(images/01_commentquote01.gif) no-repeat;
	background-position: 6px 9px;
	border: 1px solid white;
}
.itemcomment:hover
{
	background: #F9F9F9 url(images/01_commentquote02.gif) no-repeat;
	background-position: 6px 9px;
	border: 1px solid #CCCCCC;
}
.id1 /*This is to give the admin a special comment style, to distinguish him/her from the rest of the commentors*/
{
	background: #F9F9F9 url(images/01_commentquote02.gif) no-repeat;
	background-position: 6px 9px;
	border: 1px solid #B3C492;
}
.id1:hover
{
	background: #F9F9F9 url(images/01_commentquote02.gif) no-repeat;
	background-position: 6px 9px;
	border: 1px solid #B3C492;
}
.itemcomment h3
{
	font-size: 12px;
}

/*SIDEBAR DLs*/
.sidebardl
{
	margin: 0;
	padding: 0;
}
.sidebardl dt
{
  margin: 20px 0 5px 0;
	color: #333333;
	font-size: 12px;
	font-weight: bold;
  font-family: 'Andale Mono', Courier, 'Courier New', serif;
}
.sidebardl dd
{
	margin: 0;
	padding: 0px;
}

/*FORM STYLINGS*/
.loginform, .searchform
{
	margin: 5px 0;
}
.commentform, .mailform
{
	margin-top: 10px;
}
.formfield
{
	font-size: 11px;
	margin: 1px 0 0 0;
	color: #494949;
	background: white;
	border-top: 1px solid #868686;
	border-left: 1px solid #868686;
	border-bottom: 1px solid #D4D2CF;
	border-right: 1px solid #D4D2CF;
}
.formbutton
{
	font-size: 11px;
	margin: 1px 0 0 0;
	color: #494949;
	background: white;
	border-top: 1px solid #D4D2CF;
	border-left: 1px solid #D4D2CF;
	border-bottom: 1px solid #868686;
	border-right: 1px solid #868686;
}
.searchform .formfield
{
	width: 130px;
    font-family: Arial, Tahoma, Trebuchet MS, Verdana, sans-serif;
	margin: 0 2px 2px 0;
	padding: 2px 0;
}
.searchform .formbutton
{
	width: 60px;
    font-family: Tahoma, Arial, Trebuchet MS, Verdana, sans-serif;
	padding: 2px 2px;
}
.loginform .formfield
{
	width: 130px;
    font-family: Arial, Tahoma, Trebuchet MS, Verdana, sans-serif;
	margin: 0 2px 2px 0;
	padding: 2px 0;
}
.loginform .formbutton
{
	width: 60px;
    font-family: Tahoma, Arial, Trebuchet MS, Verdana, sans-serif;
	padding: 2px 2px;
}
.mainform .formfield
{
	width: 280px;
    font-family: Arial, Tahoma, Trebuchet MS, Verdana, sans-serif;
	margin: 0 2px 2px 0;
	padding: 2px 0;
}
.mailform .formbutton
{
	width: 100px;
    font-family: Tahoma, Arial, Trebuchet MS, Verdana, sans-serif;
	padding: 2px 2px;
}
.commentform textarea
{
	width: 280px;
	padding: 0 2px;
	overflow: hidden;
    font-family: Arial, Trebuchet MS, Verdana, sans-serif;
}
#nucleus_cf_name, #nucleus_cf_mail
{
	width: 200px;
    font-family: Arial, Trebuchet MS, Verdana, sans-serif;
}
.commentform .formbutton
{
	width: 100px;
	height: 22px;
    font-family: Tahoma, Arial, Trebuchet MS, Verdana, sans-serif;
}
/*BLOG IMAGE ONION SKIN SHADOW - From AListApart.com*/
.wrap1, .wrap2, .wrap3
{
	display:inline-table;
	/* \*/display:block;/**/
}
.wrap1
{
	float:left;
	background:url(images/01_shadow.gif) right bottom no-repeat;
	margin: 0 5px 3px 0;
}
.wrap2
{
	background:url(images/01_corner_br.gif) left bottom no-repeat;
}
.wrap3
{
	padding:0 5px 5px 0;
	background:url(images/01_corner_tr.gif) right top no-repeat;
}
.wrap3 img
{
	display:block;
	border: 3px solid white;
}

/*SEARCH HIGHLIGHT COLOR*/
.highlight
{
	background: #DEFFA9;
}

/*UL*/
ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}
li
{
	margin: 0 20px;
	padding: 0 0 0 10px;
	background: url(images/01_arrow.gif) left 5px no-repeat;
}

