body
{
	color: #777;
	background-color: #E8E8EA;
	margin: 0;
	padding: 0;
	font-family: Verdana;
	font-size: 12px;
	background-image: url('images/bottom-bg.gif');
	background-repeat: repeat-x;
	background-position: bottom;
}

div#top-bg
{
	height: 156px;
	width: 100%;
	background-image: url('images/top-bg.gif');
}

div#content-bg
{
	width: 100%;
	background-color: #DFDFE0;
	background-image: url('images/content-bg.gif');
	background-repeat: repeat-x;
}

div#ornament
{
	position: absolute;
	width: 163px;
	height: 209px;
	background-image: url('images/ornament.gif');
}

div#top-content
{
	width: 760px;
	height: 156px;
	margin: 0 auto;
	background-image: url('images/top-content-bg.gif');
	background-repeat: repeat-x;
}

div#content
{
	position: relative;
	width: 740px;
	margin: 0 auto;
	padding-bottom: 1px;
	margin-bottom: 100px;
	background-image: url('images/content-top-bg.gif');
	background-repeat: repeat-x;
}

/***	special for directory	***/
div#dircnt
{
	position: relative;
	width: 760px;
	margin: 0 auto;
	padding-bottom: 1px;
	background-repeat: repeat-x;
}

div#bottom-content
{
	position: relative;
	width: 760px;
	height: 176px;
	margin: 0 auto;
	background-image: url('images/content-bottom-bg.gif');
}

div#bottom-menu
{
	position: relative;
	width: 760px;
	height: 20px;
	margin: -70px auto;
	text-align: center;
}

div#index-login
{
	position: absolute;
	top: 95px;
	margin-left: 98px;
	font-size: 10px;
	font-weight: bold;
}

ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ul#content-body
{
	margin-left: 20px;
	list-style: none;
	clear:both;
	float:none;
}

ul#content-body li.all
{
	margin: 0;
	padding:0;
	float:left;
	width: auto;
	text-align: justify;
}

ul#content-body li.left
{
	margin: 0;
	padding:0;
	float:left;
	width: 505px;
	text-align: justify;
}

ul#content-body li.right
{
	margin: 0;
	margin-left: 20px;
	padding:0;
	float:left;
	width: 195px;
	text-align: center;
}

div#index-icons
{
	position: relative;
	padding-left: 20px;
	padding-top: 25px;
}

div#menu
{
	position: absolute;
	top: 109px;
	margin-left: 20px;
}

ul#top
{
	margin: 0;
	padding: 0;
}

ul#top li
{
	list-style-type: none;
	width: 151px;
	float: left;
}

h1
{
	margin: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 22px;
	font-weight: bold;
}

h2
{
	padding: 0;
	margin: 0;
	font-size: 100%;
	font-weight: normal;
	color: #555;
}

h3
{
	padding: 0;
	margin: 0;
}

table
{
	padding: 0;
	margin: 0;
	border: 0;
}

h3.title
{	
	font-size: 11px;
	font-weight: bold;
	font-style: italic;
	color: #FFF;
	line-height: 20px;
	margin: 0;
	padding-right: 20px;
	float: left;
	background-color: #777;
	background-image: url('images/box-title-bg.gif');
	background-position: top right;
	background-repeat: no-repeat;
}

a
{
	color: #777;
}

p
{
	padding: 0;
	margin: 0;
}

img
{
	border: 0;
}

form
{
	padding: 0;
	margin: 0;
}

div.box
{
	position: relative;
	top: 0;
	left: 0;
	margin-top: 10px;
	z-index: 3000;	
}

div.box-top-left
{
	height: 34px;
	background-image: url('images/box-top-left.gif');
	background-position: top left;
	background-repeat: no-repeat;
}

div.box-top-right
{
	margin-left: 15px;
	height: 34px;
	background-image: url('images/box-top-right.gif');
	background-position: top right;
	background-repeat: no-repeat;
}

div.simple-top-left
{
	height: 15px;
	background-image: url('images/simple-box-top-left.gif');
	background-position: top left;
	background-repeat: no-repeat;
}

div.simple-top-right
{
	margin-left: 15px;
	height: 15px;
	background-image: url('images/simple-box-top-right.gif');
	background-position: top right;
	background-repeat: no-repeat;
}

div.box-content
{
	background-color: #F1F1F1;
	border-left: 1px solid #CC7400;
	border-right: 1px solid #CC7400;
	padding: 0 16px;
}

div.box-bottom-left
{
	height: 15px;
	background-image: url('images/box-bottom-left.gif');
	background-position: bottom left;
	background-repeat: no-repeat;
}

div.box-bottom-right
{
	margin-left: 15px;
	height: 15px;
	background-image: url('images/box-bottom-right.gif');
	background-position: bottom right;
	background-repeat: no-repeat;
}

.clearfix:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

* html .clearfix
{
	height: 1%;
}

div.error-box
{
	background-color: #f33;
	position: relative;
	top: 0;
	left: 0;
	display: none;
	color: #ffffff;
	font-weight: bold;
	margin: 0;
}

div.error-box-top-left
{
	height: 5px;
	background-image: url('images/notif-top-left.gif');
	background-position: top left;
	background-repeat: no-repeat;
}

div.error-box-top-right
{
	height: 5px;
	background-image: url('images/notif-top-right.gif');
	background-position: top right;
	background-repeat: no-repeat;
}

div.error-box-content
{
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	padding: 5px 10px;
}

div.error-box-bottom-left
{
	height: 5px;
	background-image: url('images/notif-bottom-left.gif');
	background-position: bottom left;
	background-repeat: no-repeat;
}

div.error-box-bottom-right
{
	height: 5px;
	background-image: url('images/notif-bottom-right.gif');
	background-position: bottom right;
	background-repeat: no-repeat;
}

div.notif-box
{
	background-color: #f33;
	position: relative;
	top: 0;
	left: 0;
}

div.notif-box-top-left
{
	height: 5px;
	background-image: url('images/notif-top-left.gif');
	background-position: top left;
	background-repeat: no-repeat;
}

div.notif-box-top-right
{
	height: 5px;
	background-image: url('images/notif-top-right.gif');
	background-position: top right;
	background-repeat: no-repeat;
}

div.notif-box-content
{
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	padding: 5px 10px;
	color: white;
}

div.notif-box-bottom-left
{
	height: 5px;
	background-image: url('images/notif-bottom-left.gif');
	background-position: bottom left;
	background-repeat: no-repeat;
}

div.notif-box-bottom-right
{
	height: 5px;
	background-image: url('images/notif-bottom-right.gif');
	background-position: bottom right;
	background-repeat: no-repeat;
}

div.login_caption
{
	color: #777;
	width: 45%;
	float: left;
	font-weight: bold;
	text-align: right;
	margin-bottom: 10px;
}

div.field_caption_post
{
	float: left;
	font-weight: bold;
	text-align: right;
}

input, select
{
	font-family: Verdana;
	font-size: 12px;
}

div.login_input
{
	margin-left: 47%;
	line-height: 1.5em;
}

ul.story
{
	list-style-type: none;
}

ul.story li.story-left
{
	width: 60px;
	float: left;
}

ul.story li.story-right
{
	float: left;
	padding-left: 10px;
}

div.story
{
	background-image: url('images/delim.gif');
	background-position: bottom left;
	background-repeat: repeat-x;
	margin: 0 0 10px 0;
}

.story-footer
{
	color: #777;
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	text-align: left;
	margin-bottom: 10px;
	margin-top: 10px;
}

p.story-header
{
	margin: 0;
	padding: 0;
	font-weight: bold;
	text-align: center;
	font-size: 14px;
}

div#breadcrumb
{
	margin-top: 10px;
	padding-bottom: 10px;
}

a.story-header
{
	font-family: Verdana;
	font-size: 14px;
	color: #666;
}

.story-snippet
{
	color: #666666;
	font-family: Verdana;
	margin: 5px 0 0 0;
}

div.story_thumb
{
	width: 110px;
	height: 110px;
	background-color: #777;
	text-align: center;
	line-height: 110px;
}

.clearfix:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

div.navigation
{
	padding: 10px 0;
	margin-bottom: 10px;
	font-size: 100%;
}

.delim
{
	background-image: url('images/delim.gif');
	background-position: bottom left;
	background-repeat: repeat-x;
}

p.comment-header
{
	font-size: 10px;
	margin-bottom: 5px;
}

p.comment-body
{
}

div.button
{
	float: right;
	margin-top: 9px;
}

div#account-header
{
	margin: 0;
	height: 128px;
}

div#account-left
{
	float: left;
	background-image: URL('images/account-header-left.gif');
	width: 18px;
	height: 129px;
}

div#account-right
{
	float: left;
	background-image: URL('images/account-header-right.gif');
	width: 18px;
	height: 129px;
}

div#account-main
{
	background-image: URL('images/account-header-bg.gif');
	float: left;
	height: 129px;
	width: 469px;
}

div.account-avatar
{
	width: 60px;
	height: 60px;
	background-color: #A96464;
	border: 1px solid #000;
}

div#account_summary
{
	float: right;
	padding-right: 10px;
	text-align: right;
	line-height: 20px;
}

div#submenu
{
	position: absolute;
	top: 85px;
	left: 40px;
	width: 470px;
}

div#submenu ul
{
}

div#submenu ul li
{
	list-style-type: none;
	float: left;
	height: 29px;
	background-image: url('images/account-tab-passive.gif');
	background-position: top left;
	background-repeat: no-repeat;
	margin: 0 2px;
}

div#submenu ul li a
{
	text-decoration: none;
	display: block;
	float: left;
	line-height: 29px;
	color: white;
	font-size: 11px;
	font-weight: bold;
	width: 112px;
	text-align: center;
	background-image: url('images/account-menu-right.gif');
	background-position: top right;
	background-repeat: no-repeat;
}

div#submenu ul li.active
{
	background-image: url('images/account-tab-active.gif');
	background-position: top left;
	background-repeat: no-repeat;
}

div#submenu ul li.active a
{
	background-image: url('images/account-active-tab-right.gif');
	background-position: top right;
	background-repeat: no-repeat;
	color: black;
}

div.last
{
	padding-bottom: 0;
	background-image: none;
}

ul.items
{
	padding: 10px 0;
	margin: 0;
	float: left;
	width: 165px;
}

ul.items li
{
	list-style-type: none;
	padding: 5px;
}

div.browse-author
{
	background-color: #f1f1f1;
	border: 1px solid #FF5F5F;
	width: 238px;
	padding: 2px;
	margin: 3px;
	float: left;
}

div.story_thumb
{
    width: 110px;
    height: 110px;
    background-color: #777;
    text-align: center;
    line-height: 108px;
}

div.story_thumb img
{
    margin-top: expression((111 - this.height) / 2);
    border: 0;
}

html>body div.story_thumb img
{
    margin-top: 0;
    vertical-align: middle;
}

div.avatar
{
	border: 1px solid #000;
	width: 60px;
	height: 61px;
	background-color: #777;
	text-align:center;
	line-height: 58px;
}

div.avatar img
{
	margin-top: expression((60-this.height) /2);
	border: 0;
}

html>body div.avatar img
{
	margin-top: 0;
	vertical-align: middle;
}

