/**
 * Screen & projection stylesheet
 *
 * @version SVN:$Id: screen.css 5 2008-09-19 13:28:56Z mishal $
 * @author mishal
 *
 */

@import url("common.css");
@import url("tables.css");
@import url("menu.css");
@import url("articles.css");
@import url("faq.css");
@import url("gallery.css");
@import url("styles.css");

/* LAYOUT */
#wrapper {
  width: 950px;
	margin: 0 auto;
}

#header {
	height: 81px;
	background: url("images/header_bg.gif") top left no-repeat;
	position: relative;
}

#header a {
  color: #fff;
	font-weight: bold;
	text-decoration: underline;
	margin-left: 1em;
}

#header ul {
  list-style-type: none;  
}

#header ul li {
  float: left;  
}

#header a:hover {
  text-decoration: none;
}

#logo {

}

#logo a {
  display: inline-block;
	width: 480px;
	height: 81px;
	padding: 0;
	margin: 0;
  background: url("images/logo.gif") top left no-repeat;	 
}

#logo a span {
  display: none;
}

#search {
	position: absolute;
	right: 10px;
	bottom: 0;
	height: 61px;
	padding-top: 20px;
	/*background: green;*/
	text-align: right;
}

#search form {
	 margin-bottom: 0.4em; 
}

#search input {
  border: 1px solid #fff;
	height: 15px;
	padding: 5px 4px;
	width: 12em;
	font-size: 8pt;
  line-height: 20px;
	padding-left: 54px;
	background: #fff url("images/google_logo.gif") center left no-repeat;
}

#search button {
  width: 28px;	
	height: 28px;
	cursor: pointer;
	background: url("images/button_ok.gif") top left no-repeat;
	border: 0;  
}

#search button span {
  display: none;
}

#main {
  background: #fff;	
	padding-bottom: 2em;
}

#breadcrumbs {
	padding: 0.5em;
	background: url("images/breadcrumbs_bg.gif") bottom left no-repeat;	
	color: #222;
  padding-bottom: 20px;  
}

#breadcrumbs a {
  color: #000;
	text-decoration: underline;	
	font-weight: bold;
}

#breadcrumbs a:hover {
  color: #000;
  text-decoration: none; 
}

body.homepage #content {
  width: 350px;
  float: left;  
}

body.homepage #sidebar {
  float: right;
  width: 300px;;
}

#content {
	float: left;
	width: 620px;
	padding: 0 15px;
	padding-bottom: 2em;
}

#sidebar {
  float: left;
  width: 300px;
}


#logos {
	clear: both;
	padding-top: 16px;	
	background: #fff url("images/logos_bg.gif") top left no-repeat;
}

#footer {
  background: #fff;
	padding: 1em 0.5em;
	text-align: right;
	padding-top: 3em;
}

body {
  font-family: Arial, Helvetica, sans; 
  font-size: 10pt;
	background: #d1daea url("images/body_bg.gif") top left repeat-x;
	padding-bottom: 4em;
}

#content p, #sidebar p {
  line-height: 140%;
	margin: 0.2em 0 0.7em 0;
}

#mishalcz {
  display: inline-block;
  width: 149px;
  height: 21px;
  margin-bottom: -0.4em;
  background: url("images/mishalcz.gif") bottom left no-repeat; 
}

#mishalcz span {
  display: none;
}

#footer a {
	color: #000;
	text-decoration: underline;
	margin-left: 0.4em;
	font-weight: bold;
}

#footer a:hover {
  text-decoration: none;
}

a.rss {
  padding-left: 20px;
  background: url("images/rss_icon.gif") center left no-repeat;
  line-height: 32px;
  margin-left: 0.2em;
}

a.rss span {
  display: none;
}

h3 a.rss, h2 a.rss {
  padding-left: 10px !important;
  text-decoration: none !important;
}

#newsletter_widget form {
	background: url("images/newsletter_widget_bg.gif") top left no-repeat;
	width: 240px;
  padding: 10px 10px 10px 20px;
	min-height: 30px;	 
}

#newsletter_widget input.text {  
  width: 130px;
	border: 1px solid #fff;
	padding: 5px;
	height: 15px;
	font-size: 10pt; 
}

#newsletter_widget_submit {
	width: 28px; 
  height: 28px;
  cursor: pointer;
  background: url("images/button_ok.gif") top left no-repeat;
  border: 0; 
	display: inline-block;
}

#newsletter_widget_submit span {
  display: none;
}

#newsletter_widget ul.newsletter_list {
	list-style-type: none;	
  margin-top: 2em;  
}

#content ul, #content ol {
	margin-left: 3em;
	margin-bottom: 0.5em;
}

#content ul li, #content ol li {
  margin-bottom: 0.5em;
}

#content a, #content a:link, #content a:active {
	font-weight: bold;
	text-decoration: underline;
	color: #254574;
}

#content a:visited {
  color: #1a345a;
}

#content a:hover {
  text-decoration: none;
  color: #355f9c;
}

#content p, #content td, #content tr, #content ul, #content ol {
	font-size: 11pt;
}

.page_info {
	font-size: 8pt;
	margin-top: 0.5em;
	color: #333;
	clear: both;
}

#content h2 {
  font-size: 14pt;
	margin: 0 0 1em 0;		
}

#content h3 {
  font-size: 13pt;
  margin: 0 0 1em 0;    
}

#content h4 {
  font-size: 12pt;
  margin: 0 0 1em 0;    
}


