/*  
Theme Name: CAVD 2009 Blog Template
Description: Very nice blue WordPress theme.
Version: 1.0
Author: CAVD
Author URI: http://www.cavisualdesign.com/
*/

/* main structure */
* { 
	margin: 0;
	padding: 0;
	}
	
body {
	background-color:#fff;
	margin:0;
	font-size: 62.5%;
	font-family:Arial, Helvetica, sans-serif;
	line-height:1.5;
	color: #333333;
}
#wrapper {
	margin: 0px auto;
	padding: 0px;
	width: 984px;
}
/*#content-box {
	background: url(img/bg-content.jpg) repeat-y;
	clear: both;
}*/
#header {
	background: url(img/bg-header.jpg) no-repeat;
	height: 223px;
	padding: 0px;
	width: 984px;
     margin:0;
	color:#FFFFFF;
}
#footer {
	background: url(img/bg-footer.jpg) no-repeat;
	height: 160px;
	padding: 60px 0px 0px 10px;
	font: normal 12px Arial, Helvetica, sans-serif;
}
#footer a, #footer a:visited {
	font: normal 12px Arial, Helvetica, sans-serif;
	}
.bg-insidepg {
	background: #014E8C url(img/bg-insidepg.jpg) repeat-x;
}


/*	Logo & main Navigation Styles
	===================================================================== */
#logo {
	height: 150px;
	width: 240px;
}
#navigation {
	margin: 0px 96px;
	height: 62px;
}
#navigation ul{
	list-style-type:none;
	margin:0;
	padding:0;
}
#navigation li{
	display:block;
	float:left;
	height:62px;
}
#navigation li a:hover, #navigation li a#current {
	background-position:0 -65px;
	display:block;
}
#navigation li a, li #navigation a:visited{
	text-align: center;
	display:block;
	text-indent: -5000px;
	overflow:hidden;
}
#navigation a.home {
	background:transparent url(img/nav-img/nav-home.jpg) no-repeat scroll 0 0;
	height:62px;
	width:129px;
}
#navigation a.about {
	background:transparent url(img/nav-img/nav-about.jpg) no-repeat scroll 0 0;
	height:62px;
	width:129px;
}
#navigation a.services {
	background:transparent url(img/nav-img/nav-services.jpg) no-repeat scroll 0 0;
	height:62px;
	width:129px;
}
#navigation a.portfolio {
	background:transparent url(img/nav-img/nav-portfolio.jpg) no-repeat scroll 0 0;
	height:62px;
	width:129px;
}
#navigation a.blog {
	background:transparent url(img/nav-img/nav-blog.jpg) no-repeat scroll 0 0;
	height:62px;
	width:129px;
}
#navigation a.contact {
	background:transparent url(img/nav-img/nav-contact.jpg) no-repeat scroll 0 0;
	height:62px;
	width:129px;
}
#cavdblog-title {
	background: url(img/blog-title.jpg) no-repeat;
	display:block;
	height:192px;
	width:984px;
}

/*.bg_onecolumn {
	background: url(img/FCC_bdr_bg2.jpg) repeat-y center top;
}
.bg_twocolumn {
	background: url(img/FCC_bdr_bg.jpg) repeat-y center top;
}*/

#content {
	background: url(img/bg-content.jpg) repeat-y center top;
	padding: 0px;
	width: 984px;
	min-height:450px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
} 

#menu_container {
	margin: 0px auto;
	padding: 0px;
	height: 43px;
	width: 860px;
}
/*		2.4 Main_footer_wrapper
----------------------------------------------------------------*/
#footer_wrapper {
	background-image: url(img/footer_wrapper_bg.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	height: 115px;
	width: 100%;
}
/*	2. Main Menu (UL, LI, a:link, a:hover)
	====================================================================*/
#main_menu {
	margin: 0px auto;
	padding: 0px;
	height: 45px;
	width: 850px;
}

#main_menu ul {
	margin:0;
	padding:0 0 0;
	list-style:none;
}

#main_menu li {
	float:left;
	display:block;
	
	margin:0;
	padding:0px 0px 0 0 ;
	height:43px;
	width:155px;
	overflow:hidden;
	vertical-align: middle;
}

#main_menu a 
{
	font-size: 12px;
	font-family: 'Arial' , Helvetica, sans-serif;
	font-weight:bold;
	float:left;
	display:block;
	padding: 15px 10px 0px 0px;
	text-decoration:none;
	/*font-weight:bold;*/
	color:#FFF;
	height:43px;
	width:155px;
	text-align:center;
	vertical-align: middle;
}

#main_menu a:hover {
	color:#0B1C2C;
	padding: 15px 10px 0px 0px;
	margin: 0;
	width:155px;
	background: url(img/menu_bg_over.jpg) no-repeat;
}

#main_menu .current a {
	color:#0B1C2C;
	background-image: url(img/menu_bg_over.jpg);
	background-repeat: no-repeat;
}


/*	Footer Content Styles
	===================================================================== */

.ftr-content-left {
	margin: 0px;
	float: left;
	width: 560px;
	font-size: 12px;
	color: #FFF;
}
.ftr-content-left-ABC-col {
	float: left;
	margin: 0px 13px 0px 0px;
}
.ftr-content-left ul {
	margin: 0px;
	list-style-type: none;
}
.ftr-content-left li {
	display: block;
	width: 170px;
}
.ftr-content-left li li {
	padding-left: 10px;
	width: 160px;
}
.ftr-content-left a, .ftr-content-left a:visited {
	padding: 5px;
	text-decoration: none;
	display: block;
	border-bottom: 1px solid #FFF;
	color: #FFF;
	margin: 0px;
}
.ftr-content-left a:hover {
	background: #FC0;
	color: #333;
	display: block;
}

.ftr-content-right {
	float: left;
	width: 156px;
	padding: 0px 0px 0px 20px;
}
.ftr-content-right p {
	font-size: 11px;
	color: #FFF;
	line-height: 16px;
	margin: 0px;
	padding: 0px;
}
.ftr-content-right a, .ftr-content-right a:visited {
	color: #FC0;
}
.ftr-content-right a:hover {
	color: #FC0;
	text-decoration: underline;
}

.insidefooter a, .insidefooter a:visited{
	color: #FFFFFF;
	text-decoration: underline;
}
	
#description {
	font-family:Georgia, "Times New Roman", Times, serif;
	padding-top:40px;
	padding-left:120px;
	float:left;
}
	
h1 {
	font-size:480%;
}
	
h1 a {
	color:#0B1C2C;
	font-weight:normal;
}
	
#desc {
	color:#9AB0C5;
	font-weight:bold;
	font-style:italic;
	font-size:160%;
	margin-top:-5px;
	}

.cleaner {
	clear:both;
	}
/* main structure */
	
/* pagelist and search */	
#pagelist {
	float:right;
	padding-top:7px;
	margin-right:10px;
	}
	
#pagelist ul li {
	display:inline;
	padding:0 6px 0 6px;
	border-right:1px solid #ffffff;
	}
	
#pagelist ul li a {
	font-size:140%;
	font-weight:normal;
	color:#333;
	}
	
#pagelist ul li a:hover {
	color:#edff97;
	text-decoration:none;
	}
	
#pagelist ul li.current_page_item a {
	color:#9AB0C5;
	font-weight:bold;
	}
	
#searchform {
	float:right;
	margin-right:20px;
	margin-top:112px;
	}

#s {
	width:148px;
	height:24px;
	background:url(img/search-field.png);
	border:none;
	vertical-align:middle;
	padding:7px 9px 0 43px;
	color:#999999;
	font-style:italic;
	font-weight:bold;
	}
	
#searchsubmit {
	width:48px;
	height:28px;
	background:url(img/search-button.png);
	border:none;
	vertical-align:middle;
	}
/* pagelist and search */	

/* sidebar */	
#sidebar {
	width:282px;
	float:right;
	color:#333;
	font-size:140%;
	margin-bottom:20px;
	/*margin-top:30px;*/
	}
.sidebar-content {
	margin-right:30px;
	}
	
#sidebar li, #sidebar ul {
	list-style-type:none;
	}
	
#sidebar h2 {
	background:url(img/bg-sidebar-h2.jpg) no-repeat right;
	height:33px;
	font-size:140%;
	color:#FFF;
	margin:15px 0 3px;
	font-weight:normal;
	padding-left:20px;
	padding-top: 13px;
	padding-bottom: 2px;
	text-transform: uppercase;
	}
	
#sidebar ul li ul li {
	margin-left:10px;
	}
	
#sidebar a {
	color:#0B1C2C;
	text-decoration:none;
	font-weight:normal;
	}
	
#sidebar a:hover {
	text-decoration:underline;
	}
	
#sidebar img {
	padding:0;
	border:none;
	}
	
#wp-calendar tr td {
	padding:0 4px;
	text-align:center;
	}
	
#wp-calendar tr th {
	color:#0B1C2C;
	}
	
#wp-calendar a {
	text-decoration:underline;
	}
/* sidebar */

/* text */
#text {
	width:600px;
	float:left;
	margin-top:20px;
	margin-left:36px;
	font-size:120%;
	color:#333;
	}
.post-month {
	font-size:85%;
}	
.post-date {
	width:68px;
	height:58px;
	background:url(img/post-month.png);
	float:left;
	margin-right:12px;
	margin-top:12px;
	text-align:center;
	color:#004E8C;
	line-height:normal;
	padding:8px 0 0 0;
	}
	
.post-day {
	font-size:250%;
	}
	
p {
	padding:5px 0;
	}
	
h2 {
	color:#CCCCCC;
	font-size:150%;
	}

.post h2 {
	color:#004E8C;
	font-size:200%;
	}
	
.post h2 a {
	color:#004E8C;
	font-weight:normal;
	text-decoration:none;
	}
	
.post h2 a:hover {
	text-decoration:underline;
	}
	
.post ul li {
	list-style-type:square;
	padding-top:2px;
	margin-left:20px;
	}
	
.post ol li {
	margin-left:25px;
	padding-top:2px;
	}
	
.pub {
	margin-top:-5px;
	font-size:120%;
	line-height:normal;
	}
	
.pub a {
	color:#004E8C;
	font-weight:normal;
	}
	
.green {
	color:#004E8C;
	}
	
.post-content {
	margin-top:5px;
	border-bottom:1px #333 dotted;
	padding-bottom:2px;
	}	
	
.post-comments {
	text-align:right;
	margin-top:2px;
	color:#9AB0C5;
	font-size:90%;
	}
	
.post-comments a {
	color:#9AB0C5;
	font-weight:normal;
	}
	
blockquote {
	margin-top:5px;
	background:url(img/quote.png) left top no-repeat;
	padding:5px 5px 5px 40px;
	}
	
blockquote blockquote {
	background:none;
	}

img {
	padding:5px;
	border:1px solid #CCCCCC;
	}
	
.post {
	margin-bottom:30px;
	}
	
.wp-smiley {
	padding:0;
	border:none;
	}
/* text */

/* headlines and links */	
h2,h3,h4,h5,h6 {
	color:#0B1C2C;
	}
	
h3 {
  	margin-top:5px;
	font-size:115%;
	}
	
a {
	text-decoration:none;
	font-weight:bold;
	color:#004E8C;
	}
	
a:hover {
	text-decoration:underline;
	color: #F90;
	}
/* headlines and links */

/* comments */	
h3.comments {
	margin-top:10px;
	margin-bottom:5px;
	}
	
.commentmetadata {
	padding:5px;
	background-color:#CEE3F9;
	width:550px;
	}
	
.obsahk {
	padding:5px;
	width:550px;
	margin-bottom:10px;
	}
	
ol.commentlist {
	list-style:none;
	}
	
ol.commentlist ul, ol.commentlist ol {
	margin-left:25px;
	}
	
textarea#comment {
	margin:1px 0 5px 0;
	border:#999999 1px solid;
	background-color:#F7F7F7;
	padding:5px;
	}
	
#author, #email, #url {
	border:#999999 1px solid;
	background-color:#F7F7F7;
	padding:2px;
	margin:1px 0;
	}
	
.writec {
	margin-bottom:20px;
	}
/* comments */

/* bottom and footer */
#bottom {
	background:url(img/bottom-bg.png) top repeat-x #32374a;
	border-top:2px solid #ffffff;
	border-bottom:2px solid #557ca1;
	line-height:normal;
	color:#b8d9d9;
	padding-bottom:20px;
	}
	
.bottom {
	margin:0 45px;
	}
	
#bottom ul li {
	list-style-type:none;
	font-size:120%;
	line-height:1.5;
	}
	
#bottom ul li a {
	color:#b8d9d9;
	font-weight:normal;
	}
		
.bottom-left {
	float:left;
	width:270px;
	text-align:center;
	}
	
.bottom-mid {
	float:left;
	width:270px;
	text-align:center;
	}
	
.bottom-right {
	float:right;
	width:270px;
	text-align:center;
	}
	
#bottom h3 {
	font-size:300%;
	font-weight:normal;
	padding-bottom:10px;
	}
	
/*#footer {	
	background-color:#4f4f4f;
	padding:15px;
	color:#9f9f9f;
	font-size:130%;
	text-align:center;
	}*/
	
#footer a {
	color:#ffffff;
	}
/* bottom and footer */		

/* other */	
#nav {
	height:20px;
	}
	
.floatleft {
	float:left;
	}
	
.floatright {
	float:right;
	}
	
.alignleft {
	float:left;
	}
	
.alignright {
	float:right;
	}
/* other */	
