body
{
	background-image: url('/images/bg.gif');
	background-repeat: repeat-y;
	background-position: top center;
	font-family: Verdana, Tahoma, Helvetica, Arial;
	font-size: 13px;
	padding: 0;
	margin: 0;
	text-align: center;
}

div#index-top
{
	margin-top: 10px;
	background-image: url('images/the-man.jpg');
	background-position: bottom left;
	background-repeat: no-repeat;
}

div#index-top h1
{
	font-size: 20px;
	text-align: right;
	margin-right: 20px;
}

div#index-top p
{
	margin-left: 280px;
	margin-top: 10px;
}

span#share
{
	margin-left: 200px;
	font-size: 21px;
}

form
{
	margin: 0;
	padding: 0;
}

p
{
	margin: 0;
	margin-bottom: 15px;
}

p.story-snippet
{
	margin: 5px 0;
	padding: 3px;
	color: #666666;
	/*height: 55px;*/
}

h1
{
	font-family: Verdana;
	font-weight: bold;
	font-size: 24px;
	color: #333; 
	text-decoration: none;
	padding: 10px 0;
	margin: 0;
}

h2
{
	font-family: Verdana;
	font-weight: bold;
	font-size: 14px;
	color: #333; 
	text-decoration: none;
}

h1.top
{
	font-family: Verdana;
	font-weight: bold;
	font-size: 24px;
	color: #333; 
	text-decoration: none;
	margin: 0;
}

a img
{
	border: 0;
}

textarea, input, select
{
	font-family: Tahoma, Helvetica, Verdana, Arial;
	font-size: small;
}

div#top
{
	height: 45px;
	background-color: #1b3e76;
}

div#main
{
	width: 760px;
	margin: 0 auto;
	margin-top: -45px;
	position: relative;
	top: 0;
	left: 0;
	text-align: left;
	margin-bottom: 0;
}

div#header
{
	height: 45px;
	background-image: url('/images/header.gif');
	background-position: top left;
	background-repeat: no-repeat;
}

div#menu
{
	width: 125px;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	top: 44px;
}

html>body div#menu
{
	top: 45px;
}

div#menu ul
{
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
}

div#menu ul li
{
	list-style-type: none;
	height: 43px;
	margin: 0;
	padding: 0;
	background-image: url('/images/tab.gif');
	background-position: center right;
	background-repeat: no-repeat;
	margin-left: 18px;
	margin-bottom: 4px;
	vertical-align: middle;
}

div#menu ul li.active
{
	background-image: url('/images/tab_active.gif');
	background-position: center right;
	background-repeat: no-repeat;
}

div#menu ul li a
{
	display: block;
	height: 43px;
	padding-left: 10px;
	color: #ddddff;
	text-decoration: none;
	font-weight: bold;
	line-height: 43px;
}

div#menu ul li.active a
{
	color: #000000;
}

div#menu ul li.active a:hover
{
	color: #000000;
}

div#menu ul li a:hover
{
	color: #ffffff;
}

div#menu ul.classifieds
{
	background-image: url('/images/classifieds.gif');	
	background-position: left center;
	background-repeat: no-repeat;
}

div#menu ul.stories
{
	background-image: url('/images/stories.gif');
	background-position: left center;
	background-repeat: no-repeat;
}

div#content
{
	margin-left: 125px;
	padding: 10px;
	padding-bottom: 0;
	position: relative;
}

.clearfix:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

* html .clearfix
{
	height: 1%;
}

div.field
{
	margin: 10px 0;
}

div.field_caption
{
	width: 40%;
	float: left;
	line-height: 1.5em;
	font-weight: bold;
	text-align: right;
}

div.field_caption_post
{
	float: left;
	line-height: 1.5em;
	font-weight: bold;
	text-align: right;
}

div.field_input
{
	margin-left: 41%;
	line-height: 1.5em;
}

div.field_input_post
{
	margin-left: 11%;
	line-height: 1.5em;
}

div.box
{
	background-color: #eeeeee;
	position: relative;
	top: 0;
	left: 0;
}

div.box-top-left
{
	height: 5px;
	background-image: url('/images/box-top-left.gif');
	background-position: top left;
	background-repeat: no-repeat;
}

div.box-top-right
{
	height: 5px;
	background-image: url('/images/box-top-right.gif');
	background-position: top right;
	background-repeat: no-repeat;
}

div.box-content
{
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	padding: 5px 10px;
}

div.box-bottom-left
{
	height: 5px;
	background-image: url('/images/box-bottom-left.gif');
	background-position: bottom left;
	background-repeat: no-repeat;
}

div.box-bottom-right
{
	height: 5px;
	background-image: url('/images/box-bottom-right.gif');
	background-position: bottom right;
	background-repeat: no-repeat;
}

div.box p
{
	padding: 0;
	margin: 10px 0;
}

span.note
{
	font-size: x-small;
}

div.field2
{
	padding: 10px 0;
}

div.field2_caption
{
	float: left;
	width: 18%;
	height: 1.5em;
	line-height: 1.5em;
	font-weight: bold;
	text-align: right;
	padding-right: 5px;
}

div.field2_input
{
	float: left;
	width: 80%;
	height: 1.5em;
	line-height: 1.5em;
}

div.field2_input select
{
	font-size: x-small;
}

div.error-box
{
	background-color: #f33;
	position: relative;
	top: 0;
	left: 0;
	display: none;
	color: #ffffff;
	font-weight: bold;
	margin: 5px 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#top_info
{

}

div#top_info div.avatar 
{
	border: 1px solid #333;
	float: right;
	width: 60px;
	height: 60px;
}

div#top_info div.right_info
{
	border: 1px solid #333;
	float: right;
	width: 100px;
}

div#top_info div.avatar_info
{
	float: right;
	text-align: right;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 6px;
}

div#top_info p.nickname
{
	font-family: Verdana;
	font-size: 16px;
	color: #333; 
	text-decoration: none;
	font-weight: bold;
	padding-top: 0px; 
}

div#story_info
{

}

div#story_short
{
	height: 100px;
	float: left;
}

div#story_info div.story_photos
{
	float: right;
	width: 160px;
	padding-right: 6px;
	padding-left: 6px;
}

div#story_info div.story_body
{
	float: left;
}

div#hor_line
{
	background-image: url('/images/hor_line.gif');
	background-repeat: repeat-x;
}

div#story_photos
{
	width: 100px;
	float: right;
	padding-top: 0;
	padding-right: 6px;
}

div#comments
{
	margin-right: 130px;
	background-image: url('images/ver_line.gif');
	background-repeat: repeat-y;
	background-position: right;
	background-color: #e0e0e0;
}

div#thanks h1
{
	font-family: Verdana;
	font-weight: bold;
	font-size: 24px;
	color: #333; 
	text-decoration: none;
}

div#thanks h2
{
	font-family: Verdana;
	font-size: 18px;
	color: #333; 
	text-decoration: none;
	font-weight: normal;
}

div#thanks h3
{
	font-family: Verdana;
	font-size: 12px;
	color: #333; 
	text-decoration: none;
	font-weight: normal;
}

div#thanks div.login_form
{
	text-align: left;
}

div#submenu
{
	height: 25px;
	background-image: url('images/account-header-bottom-right.gif');
	background-position: bottom right;
	background-repeat: no-repeat;
}

div#submenu ul
{
	padding: 0;
	margin: 0;
	padding-left: 15px;
	background-image: url('images/account-header-bottom-left.gif');
	background-position: bottom left;
	background-repeat: no-repeat;
}

div#submenu ul li
{
	list-style-type: none;
	float: left;
	height: 25px;
	background-image: url('images/account-menu-left.gif');
	background-position: top left;
	background-repeat: no-repeat;
	margin: 0 5px;
}

div#submenu ul li a
{
	text-decoration: none;
	display: block;
	float: left;
	line-height: 25px;
	color: white;
	font-weight: bold;
	width: 107px;
	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-active-tab-left.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#main_content h1
{
	font-family: Verdana;
	font-weight: bold;
	font-size: 24px;
	color: #333; 
	text-decoration: none;
}

div#main_content h2
{
	font-family: Verdana;
	font-size: 22px;
	color: #333; 
	text-decoration: none;
	font-weight: normal;
}

div#main_content h3
{
	font-family: Verdana;
	font-size: 12px;
	color: #333; 
	text-decoration: none;
	font-weight: normal;
}

div#account
{
	height: 65px;
	padding: 10px;
	background-image: url('images/account-header-top-right.gif');
	background-position: top right;
	background-repeat: no-repeat;
}

div.avatar
{
	width: 60px;
	height: 60px;
	border: 1px solid black;
	line-height: 57px;
	text-align: center;
	overflow: hidden;
	float: right;
}

div.avatar img
{
	margin-top: expression((60 - this.height) / 2);
	border: 0;
}


html>body div.avatar img
{
	margin-top: 0;
	vertical-align: middle;
}

div#account_summary
{
	float: right;
	padding-right: 10px;
	text-align: right;
	line-height: 20px;
}

span.username
{
	color: #333;
	font-size: 20px;
	font-weight: bold;
}

div.info-box
{
	margin-bottom: 10px;
	margin-top: 10px;
}

div.info-box div.caption
{
	float: left;
	margin: 0;
	padding: 2px;
	padding-right: 25px;
	padding-left: 5px;
	background-color: #333333;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	background-image: url('images/box_corner.gif');
	background-position: top right;
	background-repeat: no-repeat;
}

div.info-box div.content
{
	border: 1px solid #333333;
	background-color: #eeeeee;
	padding: 3px;
	clear: left;
	font-size: 11px;
	line-height: 14px;
}

div.info-box div.avatar
{
	width: 60px;
	height: 60px;
	border: 1px solid black;
	line-height: 58px;
	text-align: center;
	overflow: hidden;
	float: left;
	margin-right: 3px;
}

div.info-box div.avatar img
{
	margin-top: expression((60 - this.height) / 2);
}

html>body div.info-box div.avatar img
{
	margin-top: 0;
	vertical-align: middle;
}

div.info-box div.content h3
{
	margin: 0;
	padding: 0;
	font-size: 13px;
	margin-bottom: 2px;
}

div.story_thumb
{
	width: 110px;
	height: 110px;
	background-image: url('images/story-photo-bg.gif');
	background-position: center;
	background-repeat: no-repeat;
	text-align: center;
	line-height: 107px;
}

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.story-footer
{
	text-align: right;
	background-image: url('images/story-footer-bg.gif');
	background-position: bottom;
	background-repeat: repeat-x;
	padding-bottom: 5px;
}

div.story-header
{
	margin-bottom: 10px;
}

div#comments
{
	margin-right: 140px;
	margin-top: 10px;
	padding-right: 10px;
	background-image: url('images/comments-bg.gif');
	background-position: right;
	background-repeat: repeat-y;
}

div.comment
{
	margin-bottom: 3px;
	background-image: url('images/story-footer-bg.gif');
	background-position: bottom;
	background-repeat: repeat-x;
}

p.user
{
	padding: 0;
	margin: 8px;
}

div.story-info
{
	padding: 2px;
}

div#account-header
{
	background-color: #ffcc00;
	position: relative;
	background-image: url('images/account-header-top-left.gif');
	background-position: top left;
	background-repeat: no-repeat;
}

div#breadcrumb
{
	padding: 10px 0;
}

div.button
{
	text-align: right;
	float: right;
	margin-top: 15px;
}

div.car
{
	float: left;
	border: 1px solid #666666;
	padding: 1px;
	margin-right: 10px;
	font-size: 10px;
}

div.story-photo
{
	float: left;
	border: 1px solid #666666;
	margin: 10px 3px 10px;
}

div.car-avatar
{
	width: 60px;
	height: 60px;
	line-height: 57px;
	overflow: hidden;
	background-color: #e0e0e0;
	font-size: 10px;
	padding: 1px;
	border: 1px solid #333;
}

div.car-avatar img
{
	margin-top: expression((60 - this.height) / 2);
}

html>body div.car-avatar img
{
	margin-top: 0;
	vertical-align: middle;
}

a.caption, span.caption
{
	font-size: 15px;
	font-weight: bold;
}

div.story
{
	background-image: url('images/delim.gif');
	background-position: bottom left;
	background-repeat: repeat-x;
	padding-bottom: 5px;
	margin: 5px 0;
}

div.story div.header
{
	padding-top: 3px;
}

div.story div.footer
{
	text-align: right;
	padding-right: 5px;
}

.delim
{
	background-image: url('images/delim.gif');
	background-position: bottom left;
	background-repeat: repeat-x;
}

ul.items
{
	padding: 10px 0;
	margin: 0;
	float: left;
	width: 120px;
}

ul.items li
{
	list-style-type: none;
	padding: 5px;
}

div.navigation
{
	padding: 10px 0;
	margin-bottom: 10px;
}

div.car-info
{
	margin: 10px 5px;
	padding-bottom: 2px;
	background-image: url('images/delim.gif');
	background-position: bottom left;
	background-repeat: repeat-x;
	padding-bottom: 10px;
}

div.car-info h3 a
{
	font-size: 15px;
}

div.car-info p
{
	margin: 0;
}

div.browse-author
{
	background-color: #eee;
	border: 1px solid #999;
	padding: 2px;
	width: 280px;
	margin: 5px;
	float: left;
}

div.browse-author div.avatar
{
	float: left;
	margin-right: 10px;
}

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.msg-box
{
	background-color: #43a775;
	position: relative;
}

div.msg-box-top-left
{
	height: 6px;
	background-image: url('/images/msg-box-top-left.gif');
	background-position: top left;
	background-repeat: no-repeat;
}

div.msg-box-top-right
{
	height: 6px;
	background-image: url('/images/msg-box-top-right.gif');
	background-position: top right;
	background-repeat: no-repeat;
}

div.msg-box-content
{
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	padding: 5px 10px;
	color: white;
}

div.msg-box-bottom-left
{
	height: 6px;
	background-image: url('/images/msg-box-bottom-left.gif');
	background-position: bottom left;
	background-repeat: no-repeat;
}

div.msg-box-bottom-right
{
	height: 6px;
	background-image: url('/images/msg-box-bottom-right.gif');
	background-position: bottom right;
	background-repeat: no-repeat;
}

div.last
{
	padding-bottom: 0;
	background-image: none;
}

div.view-car
{
	margin: 10px 0;
	padding: 3px;
	border: 1px solid #333;
	background-color: #eee;
}

span.comments
{
	color: #333;
}

div.bottom
{
	font-size: 11px;
	clear: both;
	margin-top: 20px;
}


.categ_story
{
	position:relative;
	text-align:justify;
}

.categ_story img
{
	float:left;
	margin: 12px 12px 12px 0px;
	padding:0px;
}

.proverb
{
	/*position:relative;*/
	width:100%;
	margin:20px 0px;
	padding:0px;
}

.proverb .cite
{
	text-align:right;
	font-style:italic;
}
.anecdote
{
	/*position:relative;*/
	width:100%;
	margin:0px;
	padding:20px 0px;
	border-bottom:1px dashed #000000;
}

.anecdote .cite
{
	text-align:left;
	font-weight:bold;
}

/*dynamic categories*/
.dynamic_container
{
	position:relative;
	width:100%;
	margin:0px 0px;
	padding:0px;
}
.dynamic_pagecrumb
{
	position:relative;
	width:96%;
	margin:2%;
	padding:0px;
}

.dynamic_categs
{
	position:relative;
	width:99%;
	margin:5px;
	padding:0px;
}

.dynamic_categ
{
	position:relative;
	width:172px;
	height:35px;

	float:left;
	margin:4px;
	padding:0px 2px;
}

.categ_descr
{
	margin: 10px auto;
	padding:10px 0px;
	color:#2A2F68;
	width:100%;
	border-bottom:1px solid #768AAB;
}

/*Search box*/
.search_box
{
	float:right;
	height:20px;
	padding:0px;
	margin:12px 0px 0px 0px;
}
* html .search_box
{
	margin-top:10px;
}
/*.search_text
{
	color:#1B3E76;
	font-size:12px;
	width:200px;
	padding:0px;
	margin:0px;
}

.search_select
{
}
*/
.search_box .search_text
{
	width:150px;
	border:1px solid #A5ACB2;
	font-size:12px;
	color:#777777;
	vertical-align:middle;
}

.search_box .search_select
{
	width:80px;
	border:1px solid #A5ACB2;
	font-size:10px;
	color:#768AAB;
	padding:0px;
	vertical-align:middle;
}
.search_submit
{
	background-color:#768AAB;
	color:#FFFFE5;
	padding:0px;
	margin:0px;
	height:21px;
	width:50px;
	/*font-size:10px;*/
	vertical-align:middle;
}
