/* $Id: style.css,v 1.23 2007/12/17 15:05:09 goba Exp $ */

/*
** HTML elements
*/
body
{
	margin: 0;
	padding: 0;
	color: #222;
	background-color: #eee;
	font: 75% Verdana, Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4, h5, h6
{
	margin-bottom: 0.5em;
}
h1
{
	font-size: 1.3em;
	text-align: left;
}
h2
{
	font-size: 1.2em;
	width: 100%;
	border: solid 1px #fff;
	border-width: 1px 0px 1px 0px;
	line-height: 2em;
	text-indent: 0.5em;
}
h2 a
{
	font-size: 0.6em;
	vertical-align: super;
}
h2 a:hover
{
	text-decoration: none;
}
h3, h4, h5, h6
{
	font-size: 1.1em;
}
hr
{
	margin: 30px 0px;
	border-width: 1px 0px;
	border-top: solid 1px #fff;
	border-bottom: solid 0px #eee;
}
p
{
	margin-top: 0.5em;
	margin-bottom: 0.9em;
}
a
{
	text-decoration: none;
	font-weight: bold;
}
a:link
{
	color: #39c;
}
a:visited
{
	color: #369;
}
a:hover
{
	color: #39c;
	text-decoration: underline;
}
fieldset
{
	border: 1px solid #ccc;
}
pre
{
	background-color: #eee;
	padding: 0.75em 1.5em;
	font-size: 12px;
	border: 1px solid #ddd;
}
table
{
	/* make <td> sizes relative to body size! */
	font-size: 1em;
	width: 100%;
}
.form-item label
{
	font-size: 1em;
	color: #222;
}
.item-list .title
{
	font-size: 1em;
	color: #222;
}
.links
{
	margin-bottom: 0;
}
.comment .links
{
	margin-bottom: 0;
}

/*
** Page layout blocks / IDs
*/
#site
{
	width: 907px;
	margin: 0px auto;
	background-image: url('gfx06/bg.gif');
	background-repeat: repeat-y;
}
#header
{
	background-image: url('gfx06/top.gif');
	height: 100px;
}
#main_top
{
	height: 1px;
	background-color: #fff;
	margin: 0 30px;
	padding: 0;
	color: #fff;
	border: 0px solid red;
	line-height: 1px;
}
#corner_top_left
{
	width: 155px;
	float: left;
	height: 122px;
	background-image: url('gfx06/white_corner_top_left.gif');
	background-repeat: no-repeat;
}
.corner_top_right
{
	width: 27px;
	height: 27px;
	background-image: url('gfx06/white_corner_top_right.gif');
	float: right; /* margin-bottom: 27px;*/
	margin: 0;
	padding: 0;
}
#main
{
}
#column_left
{
	float: left;
	width: 155px;
	margin: 0;
	padding: 0;
	margin-left: 29px;
}
#column_right
{
	float: right;
	margin: 0;
	padding: 0;
	margin-right: 29px;
	width: 27px;
}
.item_right
{
	width: 160px;
	clear: right;
	margin: 0;
	margin-left: -50px;
	padding-left: 20px;
	background-color: #ebf5ff;
	font-family: Arial;
}
.item_right_top
{
	margin-right: 0px;
	margin-left: auto;
	width: 104px;
	height: 47px;
	background: url('gfx06/item_right_top.gif') no-repeat;
}
.item_right_bottom
{
	margin-right: 0px;
	margin-left: auto;
	width: 104px;
	height: 47px;
	background: url('gfx06/item_right_bottom.gif') no-repeat;
}
.item_right_center
{
	background-color: #ebf5ff;
	border-right: solid 1px white;
	padding-right: 5px;
}
.item_right ul
{
	list-style-type: circle;
}
#content
{
	width: 485px;
	margin-left: 184px;
	padding: 10px 0px;
	padding-left: 20px;
}
#content h1
{
	margin: 10px 0px 20px 0px;
}
.content_text
{
	margin-top: 20px;
	margin-bottom: 40px;
}
.content_date
{
	float: right;
	font-size: 0.8em;
}
#logo
{
	display: block;
}
#logo img
{
	display: block;
	margin: 10px auto;
	border-width: 0;
}
#left
{
	clear: left;
}
#menu
{
	padding: 0.5em 0.5em 0 0.5em; /* LTR */
	text-align: right; /* LTR */
	vertical-align: middle;
}
#search .form-text, #search .form-submit
{
	border: 1px solid #369;
	font-size: 1.1em;
	height: 1.5em;
	vertical-align: middle;
}
#search .form-text
{
	width: 8em;
	padding: 0 0.5em;
}
#mission
{
	background-color: #369;
	padding: 1.5em 2em;
	color: #fff;
}
#mission a, #mission a:visited
{
	color: #9cf;
	font-weight: bold;
}
.site-name
{
	margin: 0.6em 0 0;
	padding: 0;
	font-size: 2em;
}
.site-name a:link, .site-name a:visited
{
	color: #fff;
}
.site-name a:hover
{
	color: #369;
	text-decoration: none;
}
.site-slogan
{
	font-size: 1em;
	color: #eee;
	display: block;
	margin: 0;
	font-style: italic;
	font-weight: bold;
}
#main
{
	/* padding in px not ex because IE messes up 100% width tables otherwise */
	padding: 10px;
	padding-top: 0;
}
#help
{
	font-size: 0.9em;
	margin-bottom: 1em;
}
.breadcrumb
{
	padding-top: 80px;
	padding-left: 67px;
}
.messages
{
	background-color: #eee;
	border: 1px solid #ccc;
	padding: 0.3em;
	margin-bottom: 1em;
}
.error
{
	border-color: red;
}
/*************** F O O T E R *****************/
#footer
{
	background-image: url('gfx06/bottom.gif');
	width: 817px;
	height: 69px;
	padding: 0;
	margin: 0;
	clear: both;
	text-align: left;
}
#footer div
{
	width: 540px;
	padding-top: 35px;
	margin: auto 60px 50px auto;
}
#footer img
{
	margin: 0 2px;
	border: 0;
	vertical-align: -30%;
}
#footer a
{
	text-decoration: none;
	font-size: 0.8em;
	font-weight: normal;
}
/************************** M E N U ******************************/
#menu
{
	list-style-type: none;
	text-align: center;
	clear: left;
	width: 155px;
	padding: 0;
	margin: 0;
}
#menu li
{
	display: block;
	line-height: 30px;
	background-repeat: no-repeat;
}
#menu a
{
	color: #333;
}
#menu a:hover
{
	text-decoration: none;
}
.menu_item
{
	background-image: url('gfx06/menu_bg.gif');
}
.menu_item_first
{
	background-image: url('gfx06/menu_bg_first.gif');
}
.menu_item_last
{
	background-image: url('gfx06/menu_bg_last.gif');
}
#menu_item_after_last
{
	background-image: url('gfx06/menu_bg_after_last.gif');
	height: 30px;
	background-repeat: no-repeat;
}
/*****************************************************************/

/********************** S U B M E N U ****************************/
#submenu
{
	margin-left: -10px;
	margin-bottom: 30px;
	color: #ccc;
	font-weight: bolder;
}
.submenu_active_link
{
	margin: 0px 10px;
}
#submenu a
{
	margin: 0px 10px;
}
#submenu li
{
	display: inline;
}
/*****************************************************************/
.coming_soon
{
	color: #ccc;
	font-style: italic;
}

.controler
{
	width: 100%;
	text-align: right;
}

#text
{
	line-height: 1.5em;
	text-align: justify;
}
