/*#############################################################
Name: Coffee N Cream
Date: 2006-08-24
Description: A smooth coffee style template.
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: #0066cc;
	text-decoration: none;
}
a:hover {
	color: #333333;
	text-decoration:underline;
}
body {
 	background: #84A4C1;
 /*	background: #678fca;*/
	font-family: "Arial","Arial (Hebrew)","David (Hebrew)","Courier New (Hebrew)";
	font-size: 12px;
	color: #565656;
	text-decoration: none


}
input {
	color: #555;
	font: normal 1.1em "Lucida Sans Unicode",sans-serif;
}
p,cite,code, ul {
	font-size: 1.2em;
	padding-bottom: 1.2em;
}
h1, h2, h3{
	margin-bottom: 4px;
	font: normal "Lucida Sans Unicode","Trebuchet MS",sans-serif;
}

h1, h2 {
	padding: 10px 0 6px 0;
	font-size: 20px;
/*	color: #3333CC;*/
	color: #660033;
}

h3 {
	padding: 0 0 2px 0;
	font-size: 16px;
	color: #FF9900;
	margin-bottom: 2px;

}

h4 {
	padding: 0 0 6px 0;
	font-size: 16px;
	color: #FF9900;
	
}
}

code {
	background: #FFE;
	border: 1px solid #EED;
	border-right: 6px solid #938262;
	color: #554;
	display: block;
	font: normal 1.1em "Lucida Sans Unicode",serif;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}
blockquote {
	background: url(img/quote.gif) no-repeat;
	color: #666;
	display: block;
	font: normal 1.3em "Lucida Sans Unicode",serif;
	margin-bottom: 12px;
	padding-right: 28px;
}
/* misc */
.clearer {
	clear: both;
}

/* structure */
.top-header{
	margin-top:2px;
	margin-right: 760px;
	height: 10px;
}

.top-header h1 {
	color: #0000cc;
/*	margin-top:-10px;*/
	font-size: 16px;

}
.container {
	background: #ffffff;/* url(img/bgcontainer.gif) repeat-y;*/
	margin:auto;
	margin-top: 20px;
	width: 780px;
}

/* header */
.header {
	background: url(img/banner6.jpg);
	height: 120px;
	margin: 10px;
	width: 760px;
}

/* title */
.title {
/*	padding-right: 200px;*/
	padding-right: 32px;
	}

.title h2 {
	padding-top: 20px;
	font-size: 32px;
	color: #ffd700;
}
	
.title h3 {
	color: #FFFFFF;
	margin-top:-10px;
	font-size: 20px;
	font-style:italic;
}

.image {
	float: right;
	margin: 3px 0 0 10px ;
	border: groove;
	padding: 0;
}
/* navigation */
.navigation {
/*	background: #84A4C1;/*#84A4C1 url(img/bgnavigation.gif) repeat-x;*/
/*background: #99CC66;*/
/*	background: url(img/grey set/navi.gif) no-repeat;*/
	background: url(img/navbar-40.gif);
	font: bold 1.2em Verdana,sans-serif;
	height: 40px;
	margin: 0 auto;
	padding: 0 0px;
	width: 760px;
}

.navigation a {
	color: #543;
	text-decoration: none;
/*	padding: 3px 4px;*/
	margin-left: 12px;
	line-height: 40px;
}
.navigation a:hover {
	color: #420;
}

/* main */
.main {
	clear: both;
	padding: 0 10px 12px 28px;
}

/* sub navigation */
.sidenav {
	padding-top: 20px;
	float: right;
	width: 218px;
}
.sidenav h3 {
	background: url(img/sidenav3-h1.jpg);
	border-bottom: 1px solid #999;
	border-top: 1px solid #CCC;
	color: #4A4A44;
	font-size: 1.2em;
	height: 22px;
	margin: 0;
	padding: 2px 4px 1px 12px;

}
.sidenav ul {
	margin: 0;
	padding: 0;
}
.sidenav li {
	border-bottom: 1px solid #A98;
	border-top: 1px solid #DDC;
	list-style: none;
}
.sidenav li a {
/*	background: #cecede;*/
    background: #f5f5f5;
	display: block;
	padding: 8px 4px 8px 12px;
	text-decoration: none;
	font-size: 12px;
	color: #666666;
}
.sidenav li a:hover {
/*	background: #D6CCB9;*/
	color: #654;
}

/* content */
.content {
	padding-top: 12px;
	float: left;
	width: 68%;
	line-height: 20px;
}

.content h1 {
	padding: 10px 0 10px 0;
}
.content .descr {
	color: #0000CC;
	font-size: 16px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
}
.content li {
/*	list-style: url(img/li.gif);*/
	margin-right: 18px;
	padding-bottom: 6px;
}
/* articles content */
.article-content {
	padding-top: 12px;
	float: left;
	width: 90%;
	line-height: 20px;
}

.article-content h1 {
	padding: 10px 0 2px 0;
}

.article-content h2 {
	padding: 5px 0 5px 0;
	font-size: 18px;
	color: #993300;
}

.article-content h5 {
	font-size:14px;
	color: #660033;

}

.article-content ul {
	font-size: 12px;
}

.contimg {
border:1px solid #b0b0b0;
float:right;
margin:5px 15px 6px;
padding:5px;
}
/* footer */
.footer {
	font-size: 1.1em;
	line-height: 40px;
	margin: 0 auto;
	text-align: center;
	width: 760px;
}

.footer a {
	color: #fff;
	text-decoration: none;
}

.footer a:hover {
	text-decoration: underline;
}