@charset "utf-8";


/*** Main container ***/
#container {
	color:#303030;
	margin-top:0px;
	margin-bottom:5px;
	margin-left:5px;
	margin-right:5px;			
/*	*/
	position:absolute;
	top:5px;
	left:5px;
/*	*/
	padding:0;
	min-width:760px;
	min-height:1730px;
	width:98%;
	border: 3px solid  #3c3c3c;
	background-image: url(../images/main_bg.png);
	background-repeat: repeat-x;
	background-color: #ffffff;	}

/*** Header section ***/

#sitename {
	color:#ffffff;
	text-align:left;
	background-image: url(../images/header_bg.png);
	background-repeat: repeat-x;
	height:103px;
	width:100%;}

#sitename h1,#sitename h2 {
	font-weight:400;
	letter-spacing:-2px;
	margin:0;
	padding:0;}

#sitename h1 {
	font-size:2.4em;
	padding-top:20px;}

#sitename h2 {
	font-size:1.6em;}

/*** Horizontal menu ***/

#mainmenu {
	float:left;
	padding:0px;
	background:#ffffff;
	background-image: url(../images/menu_bg_long.png);
	background-repeat: repeat-x;
	color:#ffffff;
	width:100%;}

#mainmenu ul {
	font-size:16px;
	margin:0;
	padding:0;}

#mainmenu li {
	float:left;
	height:39px;
	list-style:none;
	margin:0;
	font-size:1.2em;}

#mainmenu a {
	float:left;
	color:#ffffff;
	display:block;	
	font-size:0.7em;
	text-decoration:none;
	padding-right:20px;
	padding-left:20px;
	padding-top:5px;}

#mainmenu a:hover {
	float:left;
	color:#FFFFFF;
	text-decoration:none;
	background-image: url(../images/menu_bg_select.png);
	background-repeat: repeat-x;
	padding-top:5px;
	padding-right:20px;
	padding-left:20px;
	height:34px;}

#mainmenu a.current {
	float:left;
	background: #1d7cce;
	color:#ffffff;
	text-decoration:none;
	font-weight:bold;
	background-image: url(../images/menu_bg_select.png);
	background-repeat: repeat-x;
	padding-top:5px;
	padding-right:20px;
	padding-left:20px;
	height:34px;}

#mainmenu a.noncurrent {
	float:left;
	color:#ffffff;
	display:block;
	font-size:0.7em;
	padding-right:20px;
	padding-left:20px;
	height:34px;}

/*** Content wrap ***/

#wrap {
	clear:both;
	font-size:0.9em;
	padding:0;}

/*** Sidebars ***/

#leftside,#rightside {
	margin:0;
	padding:0px 5px 5px 0px;
	width:165px;}
#leftside {
	position: absolute;
	left: 10px;
	top: 150px;
	margin-right:5px;}
#rightside {
	position: absolute;
	right: 10px;
	top: 150px;
	margin-left:5px;}
a.linkclass
{
	color: #5082d8;
	text-decoration: none;
	font-weight: normal;
	background-color: transparent;
	font-size: 1.2em;}
a.linkclass:hover{
	text-decoration: underline;}

a.linkclass_purple
{
	color: #009ce8;
	text-decoration: none;
	font-weight: bold;
	background-color: transparent;}

a.linkclass_purple:hover 
{
	text-decoration: underline;}

a.linkclass_blue
{
	color: #18525a;
	text-decoration: none;
	font-weight: normal;
	background-color: transparent;}

a.linkclass_blue:hover 
{
	text-decoration: underline;}

a.linkclass_all
{
	color: #2d89cc;
	text-decoration: none;
	font-weight: normal;
	background-color: transparent;
	font-size:x-small;
	text-align:right;}

a.linkclass_all:hover 
{
	text-decoration: underline;}

.igallery img 
{
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	background-color: #cccccc;
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
	border-top-width: 2px;
	border-top-style: ridge;
	border-top-color: #aaaaaa;
	border-left-width: 2px;
	border-left-style: ridge;
	border-left-color: #aaaaaa;
	border-right-width: 2px;
	border-right-style: ridge;
	border-right-color: #444444;
	border-bottom-width: 2px;
	border-bottom-style: ridge;
	border-bottom-color: #555555;}

.igallery img:hover 
{
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	background-color: #eeeeee;
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;

	border-top-width: 2px;
	border-top-style: ridge;
	border-top-color: #888888;
	border-left-width: 2px;
	border-left-style: ridge;
	border-left-color: #888888;
	border-right-width: 2px;
	border-right-style: ridge;
	border-right-color: #222222;
	border-bottom-width: 2px;
	border-bottom-style: ridge;
	border-bottom-color: #333333;}

#leftside h1,#rightside h1 {
	color:#505050;
	font-size:1.6em;
	font-weight:bold;
	letter-spacing:-1px;
	margin:0 0 12px;}
#leftside h2,#rightside h2 {
	font-size:1.1em;
	margin:0 0 20px;}
#leftside p,#rightside p {
	font-size:0.9em;
	line-height:1.4em;
	margin:0 0 16px 10px;
}
.linklist {
	list-style:none;
	margin:0 0 16px 10px;
	padding:0;}
.linklist li {margin-bottom:0.7em;}
/*** Sidebar menu ***/
.nav_side {
	background:#e8e9ea;
	border:1px solid #b0b0b0;
	color:#606060;
	display:block;
	margin-top:8px;
	padding:5px 4px 4px 10px;
	position:relative;
	text-transform:uppercase;
	width:140px;}

.nav_side:hover,.active {
	background:#f8f9fa;
	border:1px solid #909090;
	color:#303030;
	text-decoration:none;}

.sub {
	font-size:0.8em;
	letter-spacing:1px;
	margin:3px 0 2px 10px;
	padding:4px 2px 2px 8px;
	width:125px;}

/*** Content ***/

#content,#contentalt {
	background-color:#fafcff;
	border:1px solid #909090;
	color:#2a2a2a;
	padding:3px 3px 3px 3px;}

#content {
		/*	position: absolute;
			top: 200px;
			left: 250px;
		*/
			margin: 0px 200px 200px 0px;
		/*
			margin-left:209px;
			margin-right:209px;
			margin-top:0px;
			min-width: 380px;
			min-height: 1080px;
			margin-left:211px;
			margin-right:211px;
			*/
			/*max-width: 580px;*/
		/*	overflow: auto;
			float: left;
			width: 100%;*/
}

#content {
	margin-left: 201px;
	margin-right:201px;

}

#contentalt {
			margin-left:200px;
			margin-right:200px;
			margin-top:0px;
			margin-bottom:0px;}
#content h1,#content h2,#contentalt h1,#contentalt h2 {
	background-color:inherit;
	color:#606060;
	font-size:1.8em;
	font-weight:bold;
	letter-spacing:-1px;
	margin:0px 0px 15px;
	padding:0px;}
#content h2,#contentalt h2 {
font-size:1.6em;
margin-bottom:10px;}
img
{
	border-top-width: 0pt;
	border-right-width: 0pt;
	border-bottom-width: 0pt;
	border-left-width: 0pt;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float:left;}

/*** Articles section ***/
#content .authorname {
	font-style:italic;
	color:#333333;
	font-size:x-small;
	text-align:left;}

#content .terms_text
{
	text-align:justify;
	font-style:italic;}
#content div.warningtext{
	background-color:#FFFFFF;
	color:#FF0000;
	font-style:italic;}
#content .articletitle
{
	font-size:1.9em;
	font-weight:bold;
	text-align:left;}
#content .articledate
{
	color:#333333;
}
#content .article_image
{
	margin-right:10px;
	margin-bottom:5px;
	float:left;
	border:1px;
}
#content .front_random_image
{
	margin:5px;
}
.small_icon
{
	margin-left:5px;
	margin-right:5px;
}
#content .user_image
{
	margin:10px;
}
#content .abstracttext
{
	font-size:16px;
	color:#555555;
	text-align:left;
}
#content .ratingtext
{
	color:#333333;
}
#content .articlebody
{
	
	font-size:17px;
	line-height:150%;
	text-align:justify;
}
#content .buttonsbelt
{
	text-align:center;
	margin-left:20px;
	margin-top:5px;	
	margin-bottom:5px;		
	float:left;
}
#content .buttonsbeltright
{
	text-align:center;
	margin-left:20px;
	margin-top:5px;	
	margin-bottom:5px;	
	float:right;}
#content .buttonsbelt_divider
{
	width:20px;
	font-size:large;
	text-align:center;
	float:left;}
#content .buttonsbelt_divider_right
{
	width:20px;
	float:right;}
#content .tags
{
	font-style:italic;
	font-size:1.2em;}
#content .article_title
{
	font-weight:bold;
	font-size:1.4em;}
#content .article_categories
{
	font-style:italic;
	font-size:1.2em;}
#content .article_comments_count
{
	font-style:italic;}
#content .copyrighttext
{
	font-style:italic;
	font-size:small;
	text-align:justify;}
/***Admin section***/
/***Polls admin subsection***/
#content .polloption 
{
	line-height: 200%;
}
/*** Footer ***/
#footer {
background:#ffffff url(../images/footer_bg.png) top left repeat-x;
/*clear:both;*/
color:#2c2c2c;
font-size:0.9em;
font-weight:bold;
margin:0;
text-align:center;
width:100%;
height:51px;
position: absolute;
left: 0px;
bottom:5px;
}

#footer a {
color:#8e3e3f;
font-weight:bold;}

/*** Various classes ***/
.thumbnail {
background:#fafbfc;
border:1px solid #b0b0b0;
margin:0 0 10px 10px;
padding:5px;}

.searchform {margin:0;}

.searchbox {
background:#f0f0f0;
border:1px solid #b0b0b0;
margin:0 4px 0 0;
width:100px;}

.searchbutton {
background:#f0f0f0;
border:1px solid #b0b0b0;
}

.clearingdiv {
clear:both;
height:10px;
width:1px;}

.hide {display:none;}

/*** Text format ***/
.intro {
font-size:1.1em;
font-weight:bold;
letter-spacing:-1px;}
.small {font-size:0.8em;}
.large {font-size:1.4em;}
.center {text-align:center;}
.right {text-align:right;}
