/*BASIC STUFF*/
img
{
	border: 0;
}
.hidden
{
	display: none;
}
form
{
	margin: 0;
}
h1,h2,h3,h4,h5,h6
{
	margin: 0;
	font-weight: normal;
    font-family: "Trebuchet MS", "sans-serif";
	letter-spacing:1px;
}
.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: #003366;
}
#copyrights a:hover, #copyrights a:active
{
	color: #CC0000;
}
#copyrights
{
	color: #666666;
	text-align:center;
	margin-bottom:50px;
}
/*MAIN LAYOUT STUFF*/
body
{
	color: #494949;
	font-size: 0.8em;
	letter-spacing:inherit;
    font-family: "Trebuchet MS", "sans-serif";
	margin: 0;
	padding: 30px 0;
	/*background: url(images/01_bg.jpg);*/
	background-color:#E1F0F0;
	letter-spacing:inherit;
}
#header
{
	position: relative;
	width: 708px;
	height: 179px;
	margin: auto;
	background: url(images/01_header.jpg) no-repeat;

}
#header h1
{
	font-size: 1.4em;
	color:#000000;
	font-family:"‚l‚r ‚oƒSƒVƒbƒN","ƒqƒ‰ƒMƒmŠpƒS Pro W6",Trebuchet MS,sans-serif;
	text-align: right;
	padding-right:10px;
	letter-spacing:5px;
	padding-top:35px;
	margin-bottom:0px;
	
}
#header h1 a:link, #header a:visited
{
	color: black;
}
#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: 0 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: 0.8em;
	padding: 0 10px 0 13px;
	background: url(images/01_bgpostedby.gif) center left no-repeat;
	line-height: 12px;
}
.contentitemcomments
{
	font-size: 0.8em;
	padding: 0 10px 0 15px;
	background: url(images/01_bgcomment.gif) center left no-repeat;
	line-height: 12px;
}
.contentitemcategory
{
	font-size: 0.8em;
	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: 1.4em;
	font-family:Trebuchet MS,sans-serif;
	padding: 0 0 6px 0;
	margin: 0;
	background: url(images/01_dot.gif) bottom repeat-x;
	clear: both;
	font-weight: bolder;
}
.contentbody
{
	text-align: justify;
	line-height:140%;
	letter-spacing:1px;
}

/*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: 1em;
	font-weight: bold;
    font-family: "Trebuchet MS", "sans-serif";
	padding: 4px 10px;
	background: #E5E5E5 url(images/01_sidetitlebg.gif);
	letter-spacing: 3px; 
}
.sidebardl dd
{
	font-size: 0.86em;
	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 no-repeat;
}
.sidebardl2
{
	margin: 0;
	padding: 0 0 10px 0;
}
.sidebardl2 dt
{
	color: #3A3523;
	font-size: 1em;
	font-weight: bold;
    font-family: "Trebuchet MS", "sans-serif";
	padding: 4px 10px;
	background: #E5E5E5 url(images/01_sidetitlebg.gif);
	letter-spacing: 3px; 
}
.sidebardl2 dd
{
	font-size: 0.86em;
	margin: 1px 0 0 0;
	padding: 2px 10px;
	background: #EEEEEE;
}
.sidebardl2 dd:hover
{
	margin: 1px 0 0 0;
	padding: 2px 10px;
	background: #E7E7E7;
}
.sidebardl2 dd a:link, .sidebardl2 dd a:visited
{
	padding: 0 0 0 10px;
	background: url(images/01_arrow.gif) left no-repeat;
	background-position-y:12%; /* IE Onlymargin-top:10px;*/
}

/*Profile DLs*/
.profile
{
	margin: 0;
	padding: 0 0 10px 0;
}
.profile dt
{
	color: #3A3523;
	font-size: 1em;
	font-weight: bold;
    font-family: "Trebuchet MS", "sans-serif";
	padding: 4px 10px;
	background: #E5E5E5 url(images/01_sidetitlebg.gif);
	letter-spacing: 3px; 
}
.profile dd
{	
	font-size: 0.8em;
	margin: 1px 0 0 0;
	padding: 2px 10px;
	background: #EEEEEE;
	letter-spacing:1px;
}
.profile dd:hover
{
	margin: 1px 0 0 0;
	padding: 2px 10px;
	background: #E7E7E7;
}

/*FORM STYLINGS*/
.loginform, .searchform
{
	margin: 5px 0;
}
.commentform, .mailform
{
	margin-top: 10px;
}
.formfield
{
	font-size: 0.86em;
	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: 0.86em;
	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:"Trebuchet MS", "sans-serif";
	margin: 0 2px 2px 0;
	padding: 2px 0;
}
.searchform .formbutton
{
	width: 60px;
    font-family:"Trebuchet MS", "sans-serif";
	padding: 2px 2px;
}
.loginform .formfield
{
	width: 130px;
    font-family:"Trebuchet MS", "sans-serif";
	margin: 0 2px 2px 0;
	padding: 2px 0;
}
.loginform .formbutton
{
	width: 60px;
    font-family:"Trebuchet MS", "sans-serif";
	padding: 2px 2px;
}
.mainform .formfield
{
	width: 280px;
    font-family:"Trebuchet MS", "sans-serif";
	margin: 0 2px 2px 0;
	padding: 2px 0;
}
.mailform .formbutton
{
	width: 100px;
    font-family:"Trebuchet MS", "sans-serif";
	padding: 2px 2px;
}
.commentform textarea
{
	width: 280px;
	padding: 0 2px;
	overflow: hidden;
    font-family: "Trebuchet MS", "sans-serif";
	}
#nucleus_cf_name, #nucleus_cf_mail
{
	width: 200px;
    font-family: "Trebuchet MS", "sans-serif";
}
.commentform .formbutton
{
	width: 100px;
	height: 22px;
    font-family: "Trebuchet MS", "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;
}
