body
{
	margin: 0 0 0 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FDECDF;
	text-align: center;
}

a, a:visited
{
	color: #C05203;
	text-decoration: none;
}

a:hover, a:active
{
	color: black;
	text-decoration: underline;
}

input[type=text],
input[type=password],
input[type=submit],
input[type=button],
input[type=reset],
select,
textarea
{
	border: 1px solid #EBD0BA;
	background-color: #FCF3EE;
	font-size: 10px;
	margin: 0 0 0 1em;
	padding: 2px;
}

input[type=text]:hover,
input[type=password]:hover,
input[type=submit]:hover,
input[type=button]:hover,
input[type=reset]:hover
{
	border-color: #C05203;
	background-color: #FFE5D3;
	color: #C05203;
	cursor: pointer;
}

input[type=checkbox]
{
	background: none;
	border: none;
}

h2,
.h2
{
	margin: 0 auto 0 auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #323D4F;
}

h3
{
	font-family:Arial,Helvetica,sans-serif;
	color:#323D4F;
	margin: 0 auto 0 auto;
	font-size: 12px;
	font-weight: bold;
}

/*****************************************************************/
/******************** Generic Info *******************************/
/*****************************************************************/
.data_row
{
	background-color: #FFE6D5;
}

.data_row:hover
{
	background-color: #FFFBF8;
}

.data_row_header
{
	background-color: #FAC69F;
}

.data_row_red
{
	background-color: #FFDDDD;
}

.data_row_red:hover
{
	background-color: #FFEEEE;
}


/*****************************************************************/
/******************** Template Info ******************************/
/*****************************************************************/
#page
{
	width: 900px;
	min-height: 900px;
	border: solid black;
	border-width: 0 1px 0 1px;
	background-color: white;
	padding: 0px;
	text-align: left;
	margin: 0 auto;
	position: relative;
}

hr.divider
{
	width: 80%;
	border: 0px;
	height: 1px;
	background: #323D4F;
	margin: 1em auto 1em auto;
}

#menu_secondary
{
	position: absolute;
	width: 890px;
	padding: 5px;
	text-align: right;
	border: 1px solid #FAC69F;
	border-width: 0 0 1px 0;
	background-color: #FFE6D2;
	font-size: 10px;
	z-index: 200;
	clear: left;
	left: 0;
}

.menu_login
{
	text-align: right;
	margin: 0.5em 1em 0.5em 0;
}

.page_contents
{
	padding: 10px 0 1.5em 0;
	text-align: left;
	float: left;
	width: 900px;
}

.left_col
{
	width: 195px;
	text-align: left;
	border-right: 1px solid #323D4F;
	float: left;
	padding: 0 5px;
}

.left_col_admin
{
	width: 175px;
	text-align: left;
	border-right: 1px solid black;
	float: left;
	min-height: 450px;
}

.left_col_admin a
{
	width: 155px;
	display: block;
	padding: 5px 10px;
	border-bottom: 1px dotted black;
}

.left_col_admin a[href=""]	{ color: black; }

.left_col_admin a:hover
{
	background-color: #FFE6D5;
	text-decoration: none;
}

.left_col_admin h2	{ padding-left: 5px; }

.sidebar_icon:hover
{
	background-color: #FAC69F;
}
.sidebar_icon
{
	display: block;
	margin-left: 7px;
	overflow: visible;
	width: 25px;
	float: left;
}

.city
{
	background-color: inherit;
	border: 1px solid white;
	margin: 10px 0 0 5px;
	float: left;
	width: 160px;
	height: 200px;
	position: relative;
	display: block;
}

.city:hover
{
	background-color: #FCF3EE;
	color: black;
	text-decoration: none;
	border: 1px solid #C05203;
}

.pagination_global
{
	text-align: left;
	margin: 0 0 0 2em;
}

.pagination_disabled
{
	display: block;
	float: left;
	text-align: center;
	width: 15px;
	border: 1px solid #C05203;
	color: #C05203;
	background-color: #FFE5D3;
	padding: 5px;
	margin: 0 0.5em 0 0;
	font-weight: bold;
	text-decoration: none;
}

.pagination_enabled,
.pagination_current
{
	display: block;
	float: left;
	text-align: center;
	width: 15px;
	border: 1px solid #EBD0BA;
	color: #323D4F;
	background-color: #FCF3EE;
	padding: 5px;
	margin: 0 0.5em 0.5em 0;
	text-decoration: none;
}

.pagination_enabled:hover
{
	border-color: #C05203;
	background-color: #FFE5D3;
	color: #C05203;
	text-decoration: none;
}

.scroll_container
{
	width: 165px;
	float: left;
	position: relative;
	height: 350px;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

#scroll_left,
#scroll_right,
#scroll_big
{
	text-align: center;
	position: absolute;
	bottom: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	width: 165px;
}

#scroll_big
{
	width: 350px;
}

#scroll_left a:hover,
#scroll_big a:hover,
#scroll_right a:hover
{
	text-decoration: none;
}

div.errors
{
	color: #AA0000;
	font-size: 11px;
	text-align: left;
	width: 400px;
	border: 1px solid #AA0000;
	background-color: #FFCCCC;
	padding: 13px 20px;
	margin: 1em;
}
div.errors h2 { text-align: center; color: #AA0000;}

#scroll_controls
{
	text-align: center;
	background-color: #FCF3EE;
	color: #FE974A;
	border: 1px solid #C05203;
	padding: 3px;
	margin-top: 1em;
	width: 350px;
}

.themes_tab a
{
	background-color: #FAC69F;
	width: 75px;
	padding: 7px 0 7px 0;
	margin: 0 15px 0 0;
	text-align: center;
	float: left;
}

.themes_t_s
{
	background-color: #FCF3EE;
	width: 75px;
	padding: 7px 0 7px 0;
	margin: 0 15px 0 0;
	text-align: center;
	float: left;
	display: inline;
	font-weight: bold;
}

.themes_holder
{
	background-color: #FCF3EE;
	width: 500px;
	min-height: 250px;
	padding: 0.5em 4px 4px 4px;
	text-align: left;
	font-size: 10px;
	clear: both;
}

.todo_popup
{
	position: absolute;
	top: 20px;
	left: 0px;
	width: 375px;
	min-height: 100px;
	padding: 3px;
	text-align: left;
	z-index: 50;
	border: 1px solid black;
	background-color: #FCF3EE;
	display: none;
}

.show_todo:hover + div
{
	display: block;
}

#popup,
#popup_news,
#popup_theme,
#popup_url,
#popup_member,
.popup
{
	position: fixed;
	top: 100px;
	left: 38%;
	width: 425px;
	padding: 5px;
	text-align: left;
	z-index: 100;
	border: 1px solid black;
	background-color: #FCF3EE;
}

#blog_url:hover
{
	text-decoration: none;
}

div.tooltip
{
	position: absolute;
	left: -10px;
	bottom: -30px;
	border: 1px solid #C05203;
	color: #C05203;
	background-color: #FCF3EE;
	padding: 3px;
	text-align: left;
	z-index: 2;
}

a.account_item,
div.account_item
{
	display: block;
	color: #323D4F;
	width: 250px;
	height: 60px;
	border: 1px solid #EBD0BA;
	background-color: #FCF3EE;
	font-size: 10px;
	padding: 6px;
	margin: 1em 0 0 0;
}

a.account_item:hover
{
	border-color: #C05203;
	background-color: #FFE5D3;
	color: #C05203;
	text-decoration: none;
}

a.account_item img		{	margin-right: 10px;	}

.account_item .blog_name
{
	font-size: 14px;
}

a.account_item:hover b
{
	color: #323D4F;
}
