#meta a {
	color: #000;
}

#dialog {
	font-size: 13px;
	font-family: Verdana, Tahoma, sans-serif;
	line-height: 1.5;
}
#dialog a {
	color: #000;
}

#dialog-overlay {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1000;
	width: 100%;
	height: 100%;
	background-image: url(spacer.gif);
}
#dialog {
	position: absolute;
	left: 50%;
	margin-left: -200px;
	width: 400px;
	background-color: #fff;
	border: 5px solid #aaa;
}

#dialog h1 {
	margin: 0 !important;
	font-size: 1em;
	padding: 0.3em 0.5em;
	background: transparent url(header.png) repeat-x;
}
#dialog form {
	padding: 1em 1.5em;
}
#dialog-close {
	float: right;
	margin: 0.25em;
	padding: 0 0.25em;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
}

#meta.theme-only #flash_message,
#flash_message {
	border: 1px solid green; 
	padding: 7px; 
	background: #9e9; 
	color: green;
}
#meta.theme-only #error_messages,
#error_messages {
	border: 2px solid red;
/*	padding: 7px;
	padding-bottom: 12px;*/
	margin-bottom: 20px;
	background-color: #f0f0f0;
}
#meta.theme-only #error_messages h2,
#error_messages h2 {
	text-align: left;
	font-weight: bold;
	padding: 5px 5px 5px 15px;
	font-size: 12px;
	margin: 0;
	background-color: #c00;
	color: #fff;

}
#meta.theme-only #error_messages ul {
	padding: 1em;
	margin: 0 1em;
}

#meta.theme-only #error_messages li,
#error_messages li {
	font-size: 12px;
	list-style: square;
	margin: 0;
}
.field_error {
	border: 2px solid red;
}

#meta.theme-only {
	font-size: 13px;
	font-family: Verdana, Arial, sans-serif;
	margin: 2em;
}
#meta.theme-only h1 {
	font-size: 1.5em;
	margin: 0 0 1em 0;
}
#meta.theme-only h2 {
	font-size: 1.2em;
	margin: 0;
}

#signup-form fieldset input.error,
#signup-form fieldset textarea.error {
	border: 2px solid red;
}
#login-form label.field,
#signup-form label,
#account-edit-form label,
#forget-password-form label,
#reset-password-form label,
#signup-form label {
	width: 8em;
	float: left;
	font-weight: bold;
}
#login-form input.button,
#signup-form input.button,
#account-edit-form input.button,
#forget-password-form input.button,
#reset-password-form input.button,
#signup-form input.button {
	float: none;
	width: 81px;
	height: 27px;
	background: url(button.png) no-repeat;
	text-decoration: none;
	padding: 4px 0;
	text-align: center;
	margin-right: 1em;
	border: none;
	cursor: pointer;
	font-size: 1em;
	font-weight: bold;
}
fieldset {
	border: none;
	margin: 0 0 1em 0;
	padding: 0;
}
.star {
	color: #f00;
	font-weight: bold;
}
#profile {
	line-height: 1.8;
}
#dialog #profile {
	margin: 0 1em;
}
#profile .email, #profile .homepage {
	margin: 0;
}
#profile .name {
	font-size: 1.2em;
	font-weight: bold;
}
#profile #signature {
	border: 1px solid #ccc;
	background-color: #f4f4f4;
	padding: 0.5em;
	margin-bottom: 1em;
}
#profile #signature p {
	margin: 0;
}
#profile a {
	color: #000;
}
#profile #info {
	border-top: 1px solid #ccc;
}
.meta-error {
	background-color: #f7f7f7;
	border: 1px solid #ddd;
	width: 20em;
	padding: 0.5em;
	margin-bottom: 1em;
}

/* custom */
body { margin: 0; }

div.clear { clear: both;}

#bar_section {
	background: black;
	padding: 0.5em;
}
#bar_section account-info {
}
#bar_section, 
#bar_section a { 
	color: white;
	text-decoration: none;
	font-weight: bold;
	font-size: small;
}
#bar_section a:hover { 
	color: gray;
}

#top_section {
	margin: 1em;
}
#top_section p {
	margin: 0;
}
#top_section p.logo {
	float: left;
	width: 200px;
}
#top_section div.top_menu {
	float: right;
}
#top_section div.top_menu ul {
	float: left;
}
#top_section div.top_menu ul li {
	float: left;
	list-style: none;
	margin-right: 1em;
}
#top_section div.top_menu ul li a {
	color: black;
	text-decoration: underline;
}
#meta, #body {
	margin: 0 1em 1em 1em;
}


#footer {
	margin: 20px;
	border-top: 2px solid gray;
}
#footer p {
	font-size: small;
	color: gray;
}

/* temporary style */

.box ,
.box a {
	color: black;
	text-decoration: none;
}
.box a {
	font-weight: bold;
}

.box cite {
	display: block;
	margin-top: 2px;
	color: gray;
	font-style: normal;
	font-size: small;
}
.box cite a {
	color: gray;
	font-style: normal;
}
.box ul {
	list-style: none;
}

.box li {
	margin-bottom: 3px;
}
.box li.new a.post-title {
	color: green;
}

.box h2,
.box h2 a {
	text-decoration: none;
	color: black;
}

.box a.post-title {
	float: left;
}
.box span.comment-count { 
	background:url(/themes/mapoin/comment_bg.gif) 0 0 no-repeat; 
	font:8px tahoma; 
	font-weight:bold; 
	color:white; 
	display:block; 
	width:23px; 
	margin-top:1px;  
	margin-left:3px;  
	text-align:center; 
	padding:1px 0 1px 2px; 
	float:left; 
	clear:right;
}
.box cite {
	width: 100%;
	clear:both;
}

#main_left {
	float: left;
	width: 50%;
}
#main_right {
	float: left;
	width: 50%;
}

/*.new_feature .coverpost .img_preview img { border:none !Important;}*/