/*#############################################################
Name: Transparentia
Date: 2006-08-20
Description: Simple, lightweight and slightly blue.
Author: Viktor Persson
URL: http://templates.arcsin.se

Feel free to use and modify but please provide credits.
#############################################################*/

/* standard elements */
* {
	margin: 0;
	padding: 0;
}
a {
	color: #36C;
}
a:hover {
	color: #06F;
}
body {
	background: #EEE url(img/bg.gif);
	background-color:#555555;
	color: #444;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	margin: 0;
}
input {
	color: #555;
	font-size:  1.1em;
	font-family:Arial, Helvetica, sans-serif;;
}
p,cite,code,ul {
	font-size: 12px;
	padding-bottom: 1.2em;
}
h1 {
	font-size: 1.4em;
	margin-bottom: 4px;
}
code {
	background: url(img/bgcode.gif);
	border: 1px solid #F0F0F0;
	border-left: 6px solid #39F;
	color: #555;
	display: block;
	font-size: 1.1em "Lucida Sans Unicode",serif;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}
cite {
	background: url(img/quote.gif) no-repeat;
	color: #666;
	display: block;
	font-size: 1.3em;
	font-family:Arial, Helvetica, sans-serif;
	padding-left: 28px;
}
h1,h2,h3 {
	color: #eeeeee;
	padding-top: 6px;
}

/* misc */
.clearer {
	clear: both;
}

/* structure */
.container {
	background: #EEE url(img/bgcontainer.gif) repeat-y;
	margin: 0 auto;
	padding-bottom: 6px;
	width: 900px;
	height: 100%;
	direction: rtl;
	text-align:right;

}
.header {
	background: url(img/header.jpg) no-repeat;
}

/* title */
.title h1 {
	color: #ffffff;
	font: bold 14px Verdana,sans-serif;
	height: 130px;
	line-height: 40px;
	margin-bottom: 8px;
	text-align: center;
	margin-right: 12px;
}

/* navigation */
.navigation {
	margin-bottom: 4px;
}
.navigation a {
	background-color: #eeffee;
	color: #FFF;
	float: right;
	font: bold 12px arial,sans-serif;
	padding: 8px 0;
	width: 19%;
	border-right: 1px solid #FFF;
	text-align: center;
	text-decoration: none;
}
.navigation a:hover {
	background-color: #000;
	color: #FFF;
}

/* main */
.main {
	clear: both;
	padding: 8px 18px;


}

/* main left */


 a:link { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 
12px; color: #000033; text-decoration: none; font-weight: bold} 

 a:visited { font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 12px; color: #000033; text-decoration: none; font-weight: 
bold}
 
 a:hover { font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 12px; font-weight: bold; color: #99aa99; text-decoration: 
none}



 .text { font-family: Arial, Helvetica, sans-serif; font-size: 
14px; color: #000000; text-decoration: none; padding-right: 1px; padding-left: 1px}

 .text1 { font-family: Arial, Helvetica, sans-serif; font-size: 
12px; color: #336699; text-decoration: none; padding-right: 1px; padding-left: 1px}





 a.dictionary:link {color: #FFFFFF; font-family: Arial, Helvetica, 
sans-serif; font-size: 12px; text-decoration: none};

 a.dictionary:visited {color: #FFFFFF; font-family: Arial, Helvetica, sans-serif; font-size: 
12px; text-decoration: none}; 

 a.dictionary:hover {color: #CCCCCC; font-family: Arial, Helvetica, sans-serif; font-size: 
12px; text-decoration: none}; 

 a.dictionary:active {color: #CCCCCC; font-family: Arial, Helvetica, sans-serif; font-size: 
12px; text-decoration: none}; 



/* content */
.content {
	float: left;
	width: 700px;	
}
.content .item {
	padding: 6px 12px;
	border: 1px solid #EEE;
	background: #FFF;
	margin-bottom: 8px; 
	color:#123456;	
}
.content .descr {
	color: #333;
	margin-bottom: 6px;
}
.content li {
	list-style: url(img/li.gif);
	margin-right: 18px;
}



/* footer */
.footer {
	background: #EEE url(img/bg.gif);
	border: 1px solid #EEE;
	color: #555;
	font-size: 1.1em;
	margin: 0 auto;
	float: bottom;
	text-align: center;
	padding: 6px;
	width: 850px;
}
.footer a {
	color: #36C;
	text-decoration: none;
}
.footer a:hover {
	color: #06F;
	text-decoration: underline;
}