/*  
Theme Name: Open Air
Theme URI: http://woothemes.com/
Description: A corporate style theme.
Version: 1.2
Author: WooThemes
Author URI: http://woothemes.com/
Tags: Clean, Corporate, Multi Column
*/

/*

Ondřej Šeliga
reklamní agentura Bool
seliga@bool.cz

*/

/*

otazky: tecky v menu podle navrhu?
text-shadow v textu?
barva divu .clankyvblogu
*/

body {
	background-color: #005196;
}

/* hlavicka s logem a vyhledavanim */
#header {
	background-image: url("http://www.phonosolar.cz/wp-content/themes/open-air/styles/wind/header.gif");
}

#logo-back {
	background-image: url("http://www.phonosolar.cz/wp-content/themes/open-air/styles/wind/logo-back.gif");
}

#logo-back img {
	margin-top: 26px;
}

.search-form {
	background-image: url("http://www.phonosolar.cz/wp-content/themes/open-air/styles/wind/search-bar.gif");
	border-color: #7eb8e3;
}
/* /hlavicka s logem a vyhledavanim */

/* horni menu  */
#categories {
	border-top: 1px solid #003366;
	border-bottom: 1px solid #0a4c66;
	background: #c3e1f3 url("http://www.phonosolar.cz/wp-content/themes/open-air/styles/wind/categories.gif") 0 0 repeat-x;
}

#category-list li ul li {
	border-width: 0 1px 1px 1px;
	border-color: #c8e3f4;
}

#category-list li a {
	color: #003366;
	background: transparent url('separator.gif') no-repeat left center;
}

#category-list li a:hover, #category-list li:hover a {
	background: transparent url('separator_hover.gif') no-repeat left center;
}
	
#category-list li:first-child a {
	background: transparent;
}

#category-list li:first-child a:hover {
	background: transparent;
}

#category-list li ul li a, #category-list li:hover ul li a {
	background: transparent;
	color: #345a07;
	text-shadow: none;
}

#category-list li:hover ul li a:hover {
	color: #ffffff;
}

#category-list li.current-cat, #category-list li:hover {
	background-color: #107bcb;
	color: #ffffff;
}
/* /horni menu */


/* nadpis podstranky */
#featured {
	background: #0362b0 url("http://www.phonosolar.cz/wp-content/themes/open-air/styles/wind/featured.png") 0 0 repeat-x;
}

.featured-small {
	background: #0362b0 url("http://www.phonosolar.cz/wp-content/themes/open-air/styles/wind/featured.png") 0 0 repeat-x;
}
/* /nadpis podstranky */


/* obsahova cast */
#content {
	background: #f7fcfe;
	border-bottom: 1px solid #e5f5fd;
}

#footer, a.woothemes-link:link, a.woothemes-link:active, a.woothemes-link:visited {
	color: #ffffff;
}

.post-content {
	background-color: #f7fcfe;
}

.post-content p {
	color: #000033;
}
/* /obsahova cast */


/* clanky v blogu */
div.clankyvblogu {
	background-color: #CEE7F7;
	border-color: #C9E2F4;
}

div.clankyvblogu img {
	border-color: #015090;
}

div.clankyvblogu div.aktualita {
	border-bottom: 1px solid #015090 !important;
}

.post-content h3, .post-content h3 a {
	color: #015FAD !important;
}
/* /clanky v blogu */


/* pravy bok */
#sidebar a, #sidebar { 
	color: #0b5ea9;
}

div.certifikaty h4 {
	color: #0b5ea9;
	border-bottom: 3px solid #c9e2f4;
}

#sidebar h5.widgettitle {
	color: #0b5ea9;
	border-bottom: 3px solid #c9e2f4;
}

a.rsswidget {
	color: #0b5ea9 !important;
}

div.rssSummary {
	border-bottom: 1px solid #c9e2f4;
}

/* /pravy bok */

div.panely th, div.tabulka th{
  background: #C9E2F4 !important;
  color: #435663;
  border: 0;
}
div.panely td, div.tabulka td{
  background: #E0EFF9;
  border-color: #C9E2F4;
}

div.tabulka tr.head th{
  text-shadow: #FFFFFF 1px 1px 1px;
}
div.tabulka td{
  color: #12334A;
}
img.productImg{
  width: 250px;
  float: right;
  border: 2px solid #E0EFF9 !important;
  margin-top: 2px;
}