/*BASIC STUFF*/
img
{
	border: 0;
}
.hidden
{
	display: none;
}
form
{
	margin: 0;
}
h1,h2,h3,h4,h5,h6
{
	margin: 0;
	font-weight: normal;
    font-family: "Georgia", "Lucida Grande", "Lucida Sans Unicode", Arial, "Trebuchet MS", sans-serif;
}
.centerize
{
	text-align: center;
}
/*LINKS*/
a:link, a:visited
{
	color: #635D45;
	text-decoration: none;
}
a:hover, a:active
{
	color: black;
}
#header a:link, #header a:visited
{
	color: white;
}
#header a:hover, #header a:active
{
	color: #CCC298;
}
#copyrights a:link, #copyrights a:visited
{
	color: #D3C89D;
}
#copyrights a:hover, #copyrights a:active
{
	color: white;
}
#copyrights
{
	color: #DDDDDD;
}
/*MAIN LAYOUT STUFF*/
body
{
	color: #494949;
	font-size: 11px;
    font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, "Trebuchet MS", sans-serif;
	margin: 0;
	padding: 30px 0;
	background: url(images/01_bg.jpg);
}
#header
{
	position: relative;
	width: 708px;
	height: 179px;
	margin: auto;
	background: url(images/01_header.jpg) no-repeat;
}
#header h1
{
	font-size: 24px;
	text-align: center;
	line-height: 179px;
}
#mainwrapper
{
	width: 708px;
	margin: auto;
}
#wrapper
{
	width: 708px;
	margin: auto;
	background: url(images/01_mainbg.jpg);
}
#container
{
	width: 708px;
	height: 1%;
	overflow: visible;
	float: right;
	margin-left: -204px;
	padding: 4px 0 0 0;
}
#sidebarcontainer
{
	float: left;
	width: 204px;
	padding: 2px 0 0 0;
}
#footer
{
	text-align: center;
	padding: 34px 0 30px 0;
	width: 708px;
	margin: auto;
	background: url(images/01_footer.jpg) no-repeat;
}
.clearing
{
	height: 20px;
	width: 708px;
	clear: both;
	background: url(images/01_mainbg.jpg) center repeat-y;
}

/*CONTENT STYLING*/
.content
{
	margin: 0 24px 30px 224px;
	padding: 0;
}
.sidebar
{
	color: #21262A;
	margin: 0 6px 4px 8px;
}
#switcher
{
	position: absolute;
	top: 145px;
	left: 208px;
	width: 491px;
	height: 25px;
}
#switcher img
{
	float: right;
	margin: 4px 4px 0 0;
}
.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
{
	font-size: 18px;
	padding: 0 0 6px 0;
	margin: 0;
	background: url(images/01_dot.gif) bottom repeat-x;
	clear: both;
}
.contentbody
{
	text-align: justify;
}

/*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 0 10px 0;
}
.sidebardl dt
{
	color: #3A3523;
	font-size: 12px;
	font-weight: bold;
    font-family: "Georgia", "Lucida Grande", "Lucida Sans Unicode", Arial, "Trebuchet MS", sans-serif;
	padding: 4px 10px;
	background: #E5E5E5 url(images/01_sidetitlebg.gif);
}
.sidebardl dd
{
	margin: 1px 0 0 0;
	padding: 2px 10px;
	background: #EEEEEE;
}
.sidebardl dd:hover
{
	margin: 1px 0 0 0;
	padding: 2px 10px;
	background: #E7E7E7;
}
.sidebardl dd a:link, .sidebardl dd a:visited
{
	padding: 0 0 0 10px;
	background: url(images/01_arrow.gif) left center no-repeat;
}

/*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;
}

/* Leftbox and Rightbox toolbar buttons */
.leftbox {
	float: left;
      margin: 3px;
	padding: 3px;
	border-right: 2px solid #ccc;
}
.rightbox {
	float: right;
      margin: 3px;
	padding: 3px;
	border-left: 2px solid #ccc;
}

