html,body
{
	padding:0px;
	margin:0px;
	font-family: Arial,Sans;
	background-color:#7E5289;
}
#root
{
	margin:auto;
	width:100%;
	background-color:#5E3D2C;
	background-image: url(/art/topBg.png);
	background-repeat: repeat-x;
}

.rootWrapper
{
	width: 1050px;
	margin: 0px auto;
}

#header
{
	background-image: url(/art/headerBg.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	height: 218px; width: 1050px;
}

#menu
{
	width:45%;
}
#menu div.ssPagesListWithHeaderWrapper
{
	display:block;
	float:left;
	clear:none;
	overflow:hidden;
	width: 100%;
	padding: 22px 0px 0px 0px;
}
#menu div.pagedPostList
{
	
	display:block;
	float:left;
	clear:none;
	overflow:hidden;
	width:50%;
	background-color:#eaebff;
}

#menu div.ssPagesListWithHeaderWrapper h1
{
	display:block;
	clear:both;
	margin:0px;
	padding:0px;
	font-size:12px;
	color:#336;
}
#menu div.ssPagesListWithHeaderWrapper ul
{
	list-style-type:none;
	margin:0px;
	padding:0px;
}
#menu div.ssPagesListWithHeaderWrapper ul li
{
	line-height:32px;
	height:32px;
	padding: 0px 10px 0px 0px;
	margin:0px;
	float: left;
	clear: none;
}
#menu div.ssPagesListWithHeaderWrapper ul li a
{
	display:block;
	clear:both;
	font-size:12px;
	color: #CCB8D0;
	text-decoration:none;
	padding:5px 5px 5px 5px;
	margin:0px 5px 0px 0px;
	text-transform: uppercase;
}
#menu div.ssPagesListWithHeaderWrapper ul li a:hover
{
	
	display:block;
	clear:both;
	overflow:hidden;
	padding:5px 10px 5px 10px;
	font-size:12px;
	border:1px solid #7e5287;
	-moz-border-radius:8px;
    -webkit-border-radius:8px;
	margin:0px 10px 0px 0px;
	background-color:#7e5287;
	color:#fff;
	opacity:0.5;
}

#body
{
	width: 600px;
	padding: 0px;
	
}

#body .pagedPostList { background-image: url(/art/postBg.png); width: 575px; padding: 10px; margin: 10px 10px 10px 0; }

#body .pagedPostList .postWrapper
{
	color:#fff;
	background-image:url(/art/post-footer.jpg);
	background-position:50% bottom;
	background-repeat:no-repeat;
	padding:0 0 50px;
}
#body .pagedPostList .postWrapper a.image
{
	display:block;
	clear:both;
	overflow:hidden;
	border:1px solid #420;
	background-color:#420;
	-moz-border-radius:10px;
    -webkit-border-radius:10px;
    padding:20px;	
}

#body .pagedPostList .postWrapper h1, #body .pagedPostList .postWrapper h1 a { color: #FFF; text-decoration: none; }

#footer
{
	margin-top:10px;
	line-height:22px;
	background-color:#603;
	color:#fff;
	text-align:center;
	font-size:11px;
	height:169px;
	display:block;
	clear:both;
	overflow:hidden;
	background-image:url(/art/footerBg.png);
}
#footer a
{
	font-size:11px;
	color:#fff;
}

div.pagedPostList
{
	padding:10px 0px 25px 0px;
}

div.postManager, div.feedHeader
{
	display:block;
	clear:both;
}
div.postManager a, div.feedHeader a
{
	display:block;
	float:left;
	clear:none;
	padding:5px 10px 5px 10px;
	font-size:11px;
	border:1px solid #7e5287;
	-moz-border-radius:8px;
    -webkit-border-radius:8px;
	margin:0px 10px 0px 0px;
	background-color:#7e5287;
	color:#fff;
}

div.postManager a:hover, div.feedHeader a:hover
{
	background-color:#303;
	border-color:#303;
}
div.postContent
{
	
}
div.postContent h1, div.postContent h1 a
{
	font-size:18px;
	line-height:32px;
	color:#333;
}
div.postContent p,div.postContent ul li,div.postContent ol li, div.postContent h1, div.postContent h2, div.postContent h3
{
	color:#fff;
	font-size:12px;
	line-height:24px;
}

div.postContent a
{
	font-size:12px;
	color:#f39;
}

div.postContent a.tool
{
	display:block;
	float:left;
	clear:none;
	padding:5px 10px 5px 10px;
	font-size:11px;
	border:1px solid #7e5287;
	-moz-border-radius:8px;
    -webkit-border-radius:8px;
	margin:0px 2px 0px 0px;
	background-color:#7e5287;
	color:#fff;
}
div.postContent a.tool:hover
{
	background-color:#303;
	border-color:#303;
}

div.postContent a:hover
{
	color:#333;
}

.formWrapper input.ctf-text
{
	width:90%;
}
.formWrapper textarea.ctf-textarea
{
	width:90%;
	height:200px;
}

div.postArchive
{
	display:block;
	clear:both;
	overflow:hidden;
	padding:10px 25px 10px 25px;
	margin:10px 10px 25px 10px;
	background-color:#fff;
}
div.postArchive ul li span
{
	color:#333;
}

div.postArchive ul li,div.postArchive ul li a
{
	color:#333;
}

#sidebar { margin:10px 0 0 5px; width:440px; }

#sidebar .speakPostList, #sidebar .userHeader, #sidebar .imageList
{
	background-image: url(/art/postBg.png);
	padding: 3px;
}

#sidebar .speakPostList div.wrap
{
	display:block;
	clear:both;
	overflow:hidden;
	background-image:url(/art/recent-posts-bg.png);
	background-repeat:no-repeat;
	padding:44px 0px 44px 5px;
}
#sidebar .userHeader div.wrap
{
	display:block;
	clear:both;
	overflow:hidden;
	background-image:url(/art/metaBg.png);
	background-repeat:no-repeat;
	padding:44px 0px 44px 5px;
}
#sidebar .imageList div.wrap
{
	display:block;
	clear:both;
	overflow:hidden;
	background-image:url(/art/photosBg.png);
	background-repeat:no-repeat;
	padding:44px 0px 44px 5px;
}

#sidebar .speakPostList ul
{
	padding:0px;
	margin:0px;
	list-style-type:none;
}
#sidebar .speakPostList ul li
{
	padding:0px;
	margin:0px;
	color:#fff;
	list-style-type:none;
}
#sidebar a
{
	color:#ffe;
	text-decoration:none;
	font-size:12px;
}
#sidebar a:hover
{
	text-decoration:underline;
	color:pink;
}

#sidebar .imageList ul
{
	list-style-type:none;
	padding:0px;
	margin:0px;
}
#sidebar .imageList ul li
{
	display:block;
	float:left;
	clear:none;
	width:64px;
	margin:8px;
}
#birdy
{
	position:absolute;
	top:-50px;
	left:-50px;
	opacity:0.75;
	z-index:2000;
}

