/*  
Theme Name: LightBlueVISTA
Theme URI: http://themes.machi.biz/lightbluevista/
Description: Get More Free Wordpress Themes By Visiting <a href="http://wordpresssupplies.com/">Adsense Wordpress Theme</a>
Version: 1.0
Author: Wedding Rings
Author URI: http://www.jewelryvortex.com/
*/

/* main structure */
* { 
	margin: 0;
	padding: 0;
	}
	
body {
	background:url(img/bg.png) repeat-x;
	font-size: 62.5%;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	line-height:1.5;
	}
	
#wrap {
	width:923px;
	margin:0 auto;
	}
 
#header {
	height:110px;
	background:url(img/header.png);
	}
	
#description {
	font-family:Georgia, "Times New Roman", Times, serif;
	float:left;
	padding:0 0 0 30px;
	}
	
h1 {
	font-size:480%;
	}
	
h1 a {
	color:#ffffff;
	font-weight:normal;
	}
	
#desc {
	color:#333333;
	font-weight:bold;
	font-style:italic;
	font-size:160%;
	margin-top:10px;
	}

.cleaner {
	clear:both;
	height:0px;
	}
	
#content {
	margin-top:50px;
	}
/* main structure */
	
/* pagelist and search */	
#pagelist {
	float:right;
	padding-top:83px;
	padding-right:15px;
	}
	
#pagelist ul li {
	display:inline;
	padding:0 6px 0 6px;
	border-right:1px solid #8ebcdc;
	}
	
#pagelist ul li a {
	font-size:140%;
	font-weight:normal;
	color:#ffffff;
	}
	
#pagelist ul li a:hover {
	color:#000000;
	text-decoration:none;
	}
	
#pagelist ul li.current_page_item a {
	color:#000000;
	font-weight:bold;
	}
/* pagelist and search */	

/* sidebar */	
#side {
	width:211px;
	float:left;
	color:#000000;
	margin-left:40px;
	font-size:140%;
	}
	
#sidebar-top {
	height:14px;
	background:url(img/sidebar-top.png) bottom no-repeat;
	}
	
#sidebar {
	border-left:1px solid #649ec6;
	border-right:1px solid #649ec6;
	background-color:#edf4f8;
	padding:0 10px;
	}
	
#sidebar-bottom {
	height:14px;
	background:url(img/sidebar-bottom.png);
	}
	
#side li, #side ul {
	list-style-type:none;
	}
	
#side h2 {
	background:url(img/sidebar-headline.png);
	height:33px;
	font-size:140%;
	color:#000000;
	font-weight:normal;
	padding:15px 0 5px 0;
	}
	
#side ul li ul li {
	margin-left:10px;
	}
	
#side a {
	color:#000000;
	text-decoration:none;
	font-weight:normal;
	}
	
#side a:hover {
	text-decoration:underline;
	}
	
#side img {
	padding:0;
	border:none;
	}
	
#wp-calendar tr td {
	padding:0 4px;
	text-align:center;
	}
	
#wp-calendar tr th {
	color:#333333;
	}
	
#wp-calendar a {
	text-decoration:underline;
	}
	
#searchform {
	margin-left:-2px;
	}

#s {
	border:1px solid #649ec6;
	padding:5px 5px 5px 25px;
	background:url(img/search.png) left no-repeat #ffffff;
	}
/* sidebar */

/* text */
#text {
	width:570px;
	float:right;
	font-size:120%;
	color:#2d3a45;
	margin-right:40px;
	text-align:justify;
	}
	
.post-date {
	width:69px;
	height:62px;
	background:url(img/post-date.gif) top no-repeat;
	text-align:center;
	color:#977d21;
	padding-top:7px;
	float:left;
	margin-top:5px;
	margin-right:10px;
	}
	
.post-content {
	float:left;
	width:490px;
	}
	
.post-day {
	font-size:250%;
	}
	
p {
	padding:5px 0;
	}
	
h2 {
	color:#000000;
	font-size:150%;
	line-height:normal;
	}

.post h2 {
	color:#649ec6;
	font-size:270%;
	}
	
.post h2 a {
	color:#649ec6;
	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:10px;
	font-size:110%;
	color:#2d3a45;
	line-height:2;
	}
	
.pub a {
	color:#2d3a45;
	font-weight:normal;
	text-decoration:underline;
	}
	
.pub a:hover {
	text-decoration:none;
	}
	
span.pub-left {
	background:url(img/post-comments.png) left no-repeat;
	padding-left:25px;
	margin-right:10px;
	}
	
span.pub-middle {
	background:url(img/post-author.png) left no-repeat;
	padding-left:20px;
	margin-right:10px;
	}
	
span.pub-right {
	background:url(img/post-date.png) left no-repeat;
	padding-left:23px;
	}
	
span.underline {
	text-decoration:underline;
	}
	
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:#444444;
	}
	
h3 {
  	margin-top:5px;
	font-size:115%;
	}
	
a {
	text-decoration:none;
	font-weight:bold;
	color:#2d3a45;
	}
	
a:hover {
	text-decoration:underline;
	}
/* headlines and links */

/* comments */	
#comments-block {
	margin-left:85px;
	}
	
h3.comments {
	margin-top:10px;
	margin-bottom:5px;
	}
	
.commentmetadata {
	padding:5px;
	background-color:#edf4f8;
	width:450px;
	}
	
.obsahk {
	padding:5px;
	width:450px;
	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 */

/* footer */
#footer {	
	background:url(img/footer.png);
	height:23px;
	padding:9px 30px 0 30px;
	color:#333333;
	text-align:center;
	margin-top:10px;
	}
	
#footer a {
	color:#296B9F;
	}
	
.left {
	float:left;
	}
	
.right {
	float:right;
	}
/* footer */		

/* other */	
#nav {
	height:20px;
	}
	
.floatleft {
	float:left;
	margin-right:10px;
	}
	
.floatright {
	float:right;
	margin-left:10px;
	}
	
.alignleft {
	float:left;
	}
	
.alignright {
	float:right;
	}
/* other */	
