/****************************************/
/*               GENERAL                */
/****************************************/

body
{
	padding: 0px;
	margin: 0px;
	height: 100%;
	background-color: #ffffff;
	font-family: Arial;
	font-size: 12px;
	color: #677693;
}

td
{
	background-color: #ffffff;
	font-family: Arial;
	font-size: 12px;
	color: #677693;
}

a
{
	color: #1F6FAC;
}

a:hover
{
	color: red;
}

a img
{
	border: 0;
}

/****************************************/
/*                LAYOUT                */
/****************************************/

#header
{
	width: 100%;
	height: 74px;
	background-color: #dfe5f0;
	background-image: url('../images/top_bg.gif');
	background-repeat: repeat-x; 
}

#header_left
{
	width: 375px;
	height: 73px;
	background-image: url('../images/top_left.jpg');
	background-repeat: repeat-x;
	float: left;
}

#bookmark
{
	padding-top: 25px;
	padding-left: 50px;
	height: 73px;
	float: left;
}

#bookmark a
{
	color: inherit;
	font-weight: bold;
	font-size: 18px;
	color: #677693;
}

#bookmark a:hover
{
	color: red;
}

#header_right
{
	width: 473px;
	height: 73px;
	background-image: url('../images/top_right.jpg');
	background-repeat: repeat-x;
	float: right;
}

#navigation
{
	float: right;
	margin-top: 10px;
	margin-right: 20px;
	text-align: right;
}

#navicons img
{
	margin-left: 2px;
}

#search_form
{
	margin-top: 10px;
}

#search_form form
{
	margin: 0;
	padding: 0;
}

#search_form input
{
	border: solid 1px #ced5e1;
	color: #b6b6b6;
	height: 22px;
	background-color: #fff;
	margin-left: 1px;
	padding: 2px;
}

#search_form input.button
{
	background-image: url('../images/search_ico.gif');
	background-repeat: no-repeat;
}

#top_menu
{
	width: 100%;
	height: 27px;
	background-color: #f7f9fb;
	background-image: url('../images/menu_bg.gif');
	background-repeat: repeat-x;
}

#menu_aligner
{
	position: absolute;
	left: 50%;
	width: 780px;
	margin-left: -420px;
}

ul.tabs
{
	list-style-type: none;
	padding: 0;
	margin-top: 0;
}

ul.tabs li
{
	height: 26px;
	float: left;
	padding-top: 5px;
	margin: 0;
	background: url('../images/menu_separator.gif') no-repeat right top;
	margin-right: 1px;
}

ul.tabs li.first
{
	height: 26px;
	width: 3px;
	background: url('../images/menu_separator.gif') no-repeat left top;
}

ul.tabs li.active a
{
	color: #3e4553;
}

ul.tabs li a
{
	display: block;
	padding: 0px 20px 0px 15px;
	color: #8d9bb5;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
}

ul.tabs li a:hover
{
  color: #677693;
}

#content
{
	width: 100%;
	padding-top: 15px;
}

#content_left
{
	width: 20%;
	float: left;
}

#content_center
{
	margin: 0 20%;
}

#content_right
{
	width: 20%;
	float: right;
	font-size: 11px;
}

#content_right a
{
	color: #81868f;
}

#content_right a:hover
{
	color: #565b65;
}

#content_left .inner_block
{
	padding: 0 20px 0 15px;
}

#content_center .inner_block
{
	padding: 0 20px 0 15px;
}

#content_right .inner_block
{
	margin: 0 15px 0 20px;
}

#footer
{
	width: 100%;
	height: 60px;
	background-color: #f6f8fb;
	border-top: solid 1px #cccccc;
	margin-top: 30px;
	font-size: 11px;
	line-height: 20px;
	color: #9fa9be;
}

#footer .inner_block
{
	padding: 10px 20px 10px; 20px;
}

#footer a
{
	color: #9fa9be;
	font-size: 12px;
}

#footer a:hover
{
	color: #565b65;
}

h2
{
	font-size: 16px;
	margin: 0 0 10 0;
}

h3
{
	font-size: 14px;
	margin: 0 0 10 0;
}

ul.list
{
	list-style-type: none;
	padding: 0;
	margin: 0;
}

ul.list li
{
	font-size: 12px;
	padding: 0;
	margin: 0;
	line-height: 20px;
}

/****************************************/
/*               CONTENT                */
/****************************************/

#content_left img
{
/*	border: solid 1px #939393; */
	float: left;
	margin-right: 5px;
	margin-top: 3px;
}

.left_item_element
{
	width: 100%;
	margin-bottom: 10px;
	min-height: 50px;
}

#content_left a
{
	color: #677693;
	font-size: 11px;
}

#content_left a:hover
{
	color: #565b65;
}


#content_center img
{
/*
	border: solid 1px #939393;
	float: left;
	margin-right: 5px;
	margin-top: 3px; */
}

#content_center h5
{
	font-size: 12px;
	margin: 0 0 5px 0;
}

.center_item_element
{
	width: 100%;
	padding-bottom: 5px;
	margin-bottom: 15px;
	min-height: 115px;
	border-bottom: solid 2px #f0f0f0;
}

.center_item_element img
{
	border: solid 1px #939393;
	float: left;
	margin-right: 5px;
	margin-top: 3px;
}

.center_item_element .blog_info
{
	height: 93px;
}

#content_center a
{
	color: #677693;
}

#content_center a:hover
{
	color: #565b65;
}

#content_center a.more
{
	color: #005aff;
}

#content_center a.more:hover
{
	color: inherit;
}

#content_right .read_more
{
	text-align: right;
}

#content_right .read_more a
{
	color: #5279c1;
}

#content_right .read_more a:hover
{
	color: inherit;
}

#content_left .read_more
{
	text-align: right;
}

#content_left .read_more a:hover
{
	color: inherit;
}

#content_left .read_more a
{
	color: #5279c1;
}

#content_center .post_info
{
	padding-top: 8px;
	display: table-cell;
	vertical-align: bottom;
}

#content_center .post_info img
{
	border: 0;
	margin-top: 0px;
}

#content_center .post_info a
{
	color: #a7b6d0;
	font-size: 11px;
}

#content_center .post_info a:hover
{
	color: inherit;
}

#content_center .post_info a.blog_link
{
	color: #6f8abc;
	font-size: 11px;
}

#content_center .post_info a.blog_link:hover
{
	color: #464f60;
}

.onair_time
{
	font-weight: bold;
	color: #aeaeae;
}

ul.simple_list
{
	list-style-type: circle;
	margin-top: 5px;
}

ul.simple_list li
{
	padding-top: 5px;
}

/****************************************/
/*             TAGS & CLOUD             */
/****************************************/

#tags_cloud
{
	line-height: 20px;
	margin-bottom: 20px;
}

.post_tags
{
	padding-top: 5px;
	font-size: 11px;
	color: #aaa;
}

#content_center a.tag_link
{
	color: #aaa;
}

.post_tags a:hover
{
	color: #cc0000;
}

/****************************************/
/*              DIRECTORY               */
/****************************************/

.directory_item_main
{
	width: 100%;
	padding-bottom: 5px;
	margin-bottom: 25px;
	min-height: 115px;
	border-bottom: solid 2px #f0f0f0;
}

.directory_item_main img
{
	float: left;
	margin-right: 5px;
	margin-top: 3px;
}

.directory_item_main .blog_info
{
	height: 89px;
}

.directory_screen
{
	border: solid 1px #939393;
}

div.list_icons
{
	padding-bottom: 15;
	font-size: 12px;
}

div.list_icons img
{
	margin-top: 2px;
	margin-right: 4px;
	float: left;
}

div.list_updated
{
	height: 54px;
	padding-bottom: 15;
	font-size: 12px;
}

div.list_updated img
{
	margin-top: 2px;
	margin-right: 4px;
	float: left;
	border: solid 1px #939393;
}

div.list_icons .directory_favicon
{
	border: none;
}

.recent_posts_item_element
{
	margin-bottom: 20px;
	color: #8e98a9;
}


.recent_posts_item_element .recent_posts_time
{
	color: #b0b0b0;
	font-size: 11px;
}

/****************************************/
/*               SEARCH                 */
/****************************************/

.search_mark
{
	color: #DD0000;
	font-weight: bold;
}

/****************************************/
/*                 RSS                  */
/****************************************/

ul.rss_item, ul.rss_email_item
{
	list-style-type: none;
	padding: 0;
	margin: 0;
}

ul.rss_item li
{
	padding-top: 5px;
	padding-left: 20px;
	margin-top: 3px;
	background: url('../images/rss_ico_small.gif') no-repeat 3px 7px;
	font-weight: bold;
}

ul.rss_email_item li
{
	padding-top: 5px;
	padding-left: 20px;
	margin-top: 3px;
	background: url('../images/mail_ico_small.gif') no-repeat 3px 7px;
	font-weight: bold;
}

/****************************************/
/*                FORMS                 */
/****************************************/

fieldset
{
	color: #aeaeae;
}

legend
{
	color: #81868f;
	font-size: 11px;
}

form
{
	margin: 0;
	padding: 0;
}

button, select, input, textarea
{
	border: solid 1px #7F9DB9;
}

input
{
	height: 22px;
}

select
{
	height: 20px;
}

.form_flags
{
	margin-bottom: -1px;
	margin-left: -1px;
	margin-right: 3px;
	width: 15px;
	border: 0px;
}

label
{
	cursor: hand;
	cursor: pointer;
}

.field_error
{
	background-color: #ffefef;
	border: 1px solid #d80000;
}

.field_error_title
{
	font-size: 11px;
	color: #d80000;
}

.field_reqired
{
	background-color: #ffefef;
	border: 1px solid #d80000;
}

#registration_table td
{
	padding-top: 5px;
}

.registration_button
{
	background-color: #E3E3E3;
	border: solid 1px #B3B6BA;
	width: 150px;
	height: 20px;
	margin-top: 10px;
	margin-right: 10px;
	font-size: 12px;
}

/****************************************/
/*                PAGES                 */
/****************************************/

#pages
{
	padding-top: 10px;
	margin-bottom: 5px;
}

#pages a
{
	text-decoration: none;
}

#pages .active
{
	color: #000;
	font-weight: bold;
	padding: 2px 5px;
	border: solid 1px #808080;
	background-color: #a7b6d0;
}

#pages .pages_np
{
	font-size: 11px;
}

#pages .page_link
{
	border: solid 1px #DDDDDD;
	padding: 2px 5px;
	background-color: #f7f7f7;
}

/****************************************/
/*                TOOLS                 */
/****************************************/

.list_table td
{
	padding: 7px 5px;
	border-bottom: solid 1px #e0e0e0;
}

.table_header td
{
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	background-color: #e0e0e0;
	border-right: solid 1px #fff;
	padding: 7px 1px;
}

.td_center
{
	text-align: center;
}

#keywords_list a
{
	color: #1F6FAC;
}

#keywords_list a:hover
{
	color: #cc0000;
}

.loading_ico
{
    background-image: url(../images/loading.gif);
    background-position: center center;
    background-repeat: no-repeat;
	width: 20px;
	height: 22px;
	display: none;
}

.inline_loading
{
	position: absolute;
	margin-left: 5px;
}

.form_checkbox
{
	border: 0;
	margin-left: -4px;
	margin-bottom:-2px;
}

.search_elements
{
	margin-bottom: 10px;
}

.search_elements td
{
	padding-right: 5px;
}

#wm_search_form
{
	margin: 10px;
}

.right_info
{
	font-size: 12px;
}

.right_info ul
{
	margin-left: 20px;
	padding: 0;
}
