/**
 * Screen & projection stylesheet
 *
 * @version SVN:$Id: screen.css 16 2008-10-13 14:50:16Z mishal $
 * @author mishal
 *
 */

@import url("common.css");
@import url("tables.css");
@import url("menu.css");
@import url("articles.css");
@import url("pager.css");
@import url("styles.css");

/* LAYOUT */
#wrapper {
  width: 100%;
  background: #fff url("images/body_bg.jpg") top center repeat-x; 
}

#header {
  height: 140px;
  background: url("images/header.jpg") no-repeat;
  background-position: right;   
}

#logo a {
  display: block;
  width: 460px;
  height: 113px;
  background: url("images/vondracaq_logo.png") top left no-repeat;
}

#logo span {
  display: none;
}

#main {
  width: 880px;
  margin: 0 auto;
}

#sidebar {
  float: right;
  width: 280px;
  background: #fff; 
}

#content {
  float: left;
  width: 580px;
  padding: 0 10px;
  background: #fff;
	margin-bottom: 2em; 
}

#copyright {
  clear: both;
  text-align: right;
}

#copyright a {
  margin-right: 0.5em;
}


#intro {
  margin-bottom: 1em;
}

#footer {
  clear: both;
  background: #fff;
  background: url("images/body_bg.gif") top left repeat-x; 
  padding-top: 100px;   
  margin-top: 2em;  
}

body.homepage #articles_widget {
  float: left;
  margin: 2em 0 1em 0;  
  width: 48%; 
}

body.homepage #logos {
  float: right;
  margin: 2em 0 1em 0;
  width: 50%; 
}

/* TYPO */
body, tr, td, th {
  font-family: Arial, Helvetica, sans; 
  font-size: 10pt;  
}

body {
  background: #051ebf;	
}

#sidebar p {
  margin: 0 0 1em 0;
}

#logos {
  margin: 0;
  margin-top: 2em;
  margin-bottom: 3em;
  padding: 0;
}

.page_content p {
  line-height: 140%;
	margin: 0.2em 0 0.5em 0;
	padding: 0 0.5em;
}

h2 {
  color: #0068c3;
  margin: 0 0 0.5em 0;
  font-size: 13.5pt;
} 

h3 {
  color: #024b90;
  margin: 0.5em 0 0.7em 0;
  font-size: 12.5pt; 
}

h4 {
  color: #024b90;
  margin: 0.5em 0 0.7em 0;
  font-size: 11pt; 
}

h3 a, h3 a:link {
  color: #024b90; 
}

a, a:link {
  color: #000;
  text-decoration: underline;
  font-weight: bold;  
}

a:hover {
  color: #222;
  text-decoration: none;  
}


#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;
}

a.rss {
  padding-left: 20px;
  background: url("images/rss_icon_small.gif") center left no-repeat;
  line-height: 32px;
}

a.rss span {
  display: none;
}

h2 a.rss, h3 a.rss {
  padding-left: 10px !important;
  text-decoration: none !important;
}


