﻿/*   
Theme Name: Solarstar
Description: Created for www.solarstar.cz
Version: 1.0
*/

/*defaults*/
body {font-size: 80%; margin: 0px auto; padding: 0px; background: url(./images/background_body_grey.gif) top center repeat-y; font-family: arial, sans-serif;}
p {margin: 0px 0px 0.5em 0px; padding: 0px; line-height: 1.3em; font-family: arial, sans serif; font-size: 100%; color: rgb(75,75,75); text-align:justify; }
a		{color:#000000; text-decoration:underline; }
a:hover	{color:#225799; text-decoration:none;}
ul {color: rgb(75,75,75);}
li {color: rgb(75,75,75);}

/*structural elements*/
#container	{margin:0px auto; text-align:center; width:760px; }
#holder		{width:720px; padding:0px 20px 5px 20px; background:#FFFFFF; text-align:left; }
#logo		{border-bottom:1px solid #DADADA; padding:5px 30px 10px 0px; }
#navigation	{padding:10px 0; font-weight:bold; }

#content	{float:left; width:490px; padding:20px 10px 0 0; line-height:160%; }
#news		{float:right; width:200px; padding:20px 0; line-height:140%; text-align:justify; }
.newsItem	{padding:20px 20px 5px 20px; background:#FEFFD5; border:1px solid #FFEB70; font-size:90%; margin-bottom:20px; }
#footer		{clear:both; width:100%; font-size:80%; background:#DADADA; padding:20px; text-align:left; border-top:2px solid #2765AF; }
#copyright	{float:right; }


/*headings*/
.newsItem h2	{color:#225799; margin:0 0 10px 0; padding:0; font-size:130%; font-weight:normal; }
#content h1		{overflow: hidden; width: 490px; margin: 0px 0px 10px 0px; padding: 0px 0px 2px 0px; border-bottom: solid 3px #225799; color: #225799; font-weight: bold; font-size: 160%;}
#logo h1		{font-weight:normal; font-size:170%; margin:0; padding:0; color:#225799; }
#logo img    {text-decoration:none; border: none;}


/*navigation*/
.nav {float:right; width:200px; padding:20px 0; line-height:140%; text-align:justify; font-size:80%; }
.nav ul {width: 200px; margin: 0px 0px 0px 0px; padding: 0px; border-bottom: solid 1px rgb(216,206,159); background-color: rgb(219,230,241);}	
.nav li {list-style: none; margin: 0px; padding: 0px;}
.nav li.title {margin: 0px 0px 0px 0px; padding: 3px 5px 2px 15px; background-color: rgb(156,186,214); color: rgb(255,255,255); text-transform: uppercase; font-weight: bold; font-size: 120%;}
.nav li.group a {display: block; min-height: 1.7em; height: auto !important; height: 1.7em; line-height: 1.7em; margin: 0px; padding: 0px 7px 0px 15px; border-top: solid 1px rgb(200,200,200); border-left: solid 7px rgb(219,230,241); color: rgb(75,75,75); font-weight: bold; font-size: 120%;}
.nav li a {display: block; min-height: 1.7em; height: auto !important; height: 1.7em; line-height: 1.7em; margin: 0px; padding: 0px 7px 0px 20px; border-left: solid 7px rgb(219,230,241); color: rgb(75,75,75); text-decoration: none; font-size: 120%;}
.nav li a:hover, .nav3 li a.selected {border-left: solid 7px rgb(156,186,214);  color: rgb(100,100,100); text-decoration: none;}

#right {float:right; width:200px;}


#navigation ul 		{margin:0; padding:0; }
#navigation li 		{margin:0; padding:0; list-style:none; display:inline; }
#navigation a		{color:#225799; padding:0 20px 0 0; text-decoration:none; }
#navigation a:hover	{color:#000000; }

#footer         {width:720px;}
#footer ul 		{margin:0; padding:0; }
#footer li 		{margin:0; padding:0; list-style:none; display:inline; }
#footer a		{color:#000000; font-weight:bold; padding:0 5px 0 0; text-decoration:underline; }
#footer a:hover	{color:#000000; text-decoration:none; }



.clearfix:after {content:"."; display:block; height:0; clear:both; visibility:hidden; }
.clearfix {display:inline-block; }
