﻿/*
Theme Name: metamorph_skyandclouds
Theme URI: http://www.metamorphozis.com/wptheem/index.php?wptheme=metamorph_skyandclouds
Description: Free WordPress Theme based on <a href="http://www.metamorphozis.com" target="_blank">Metamorphosis Design</a> template "metamorph_skyandclouds"
Version: 1.0.3
Author: Oleg Lazarenko
Author URI: http://www.metamorphozis.com/
Tags: fixed width,blue, two columns, widgets, widget ready, valid CSS, simple, clean, metamorph
*/

* {
	margin: 0;
	padding: 0;
}

a {color: #963;}
a:hover {color: #C60;}

body {
	background: #069FFF  url(images/bg.jpg) top fixed;
	color: #444;
	font: normal 11px Arial, Helvetica, sans-serif;
margin-bottom: 30px;
}

.title
{
font-size: 24px;
}

p,code,ul {
	padding-bottom: 1.2em;
	list-style-image: none;
}

li {list-style: none;}

h1 {
	font: normal 14px Arial, Helvetica, sans-serif;
	margin-bottom: 4px;
}

h1,h2,h3 {padding-top: 6px; color: #126DA2}

h1 a,h2 a,h3 a {padding-top: 6px; color: #126DA2; text-decoration: none;}

h1 a:hover,h2 a:hover,h3 a:hover {padding-top: 6px; color: #126DA2; text-decoration: underline;}

.clear {clear: both;}

/* structure */
.container {
	background: #FFF;
	font-size: 1.2em;
	margin: 0 auto;
	padding: 0 10px 10px;
	width: 780px;
}

/* header */
.top {
	padding: 90px 10px 0;
}

/* title */
.header {
	background: #FFF;
	font-size: 14px;
	height: 150px;
	margin: 0 auto;
	padding: 10px 10px 5px;
	width: 780px;
}

#logo {
	width: 780px;
	height: 150px;
	margin: 0 auto;
	background: url(images/header.jpg) no-repeat left top;
}

#logo h1, #logo h2 {
	margin: 0;
	padding: 0;
}

#logo h1 {
	padding: 90px 5px 0 25px;
	font-size: 26px;
	color: #FFFFFF;
}

#logo h2 {
	padding: 0px 0 0 25px;
	font-size: 11px;
	color: #E4F5FF;
}


#logo a {
	color: #0272BA;
}

/* navigation */
.navigation {
	background: #D9E1E5 url(images/menu.gif);
	border: 1px solid #DFEEF7;
	height: 30px;
}

.navigation ul
{
list-style: none;
}

.navigation li
{
display: inline;
}

.mactive {
	color: #CCFFFF;
	text-decoration: blink;
}

.navigation a {
	background: #D9E1E5 url(images/menu.gif);
	border-right: 1px solid #ffffff;
	color: #ffffff;
	display: block;
	float: left;
	font: bold 0.9em sans-serif;
	line-height: 30px;
	padding: 0 20px;
	text-decoration: none;
}
.navigation a:hover {background: #319EDD; color: #ffffff; text-decoration: underline}

.navigation .counter {
	background: #D9E1E5 url(images/menu.gif);
	border-right: none;
	color: #666;
	display: block;
	float: left;
	font: bold 0.9em sans-serif;
	line-height: 30px;
	padding: 0 20px;
	text-decoration: none;
}


/* main */
.main {
	border-top: 1px solid #FFF;
	background: url(images/bgmain2.gif) repeat-y;
}


/* sub navigation -----------------------------------------------*/
.sidenav {
	float: right;
	width: 152px;
        list-style-image: none;
}
.sidenav h2 {
	color: #5A5A43;
	font-size: 12px;
	line-height: 14px;
	margin: 0;
	padding-left: 6px;
	padding-bottom: 3px;
	border-top: 3px solid #FFF;
	list-style-image: none;
}
.sidenav ul {
	padding: 0;
	border: 0px;
	font-weight: normal;

}

.sidenav ul ul {
}

.sidenav li {
	font-size: 0.9em;
	border: 0px
}


.sidenav li a {
	color: #555544;
	display: block;
	padding: 3px 0px 3px 5%;
	text-decoration: none;
	width: 85%;
	list-style-image: none;
}

.sidenav li .current_page_item a {
	color: #555544;
	background-color: #D9E1E5;
}

.sidenav li .current_page_item ul a {
	color: #555544;
	background-color: #ECF6FF;
}


.sidenav a:hover {
	background: #DCEFFF;
	color: #654;
}

.sidenav ul a:hover {
	background: #DCEFFF;
	color: #654;
}

.sidenav ul li a:hover {
	background: #DCEFFF;
	color: #654;
}


.sidenav li .current_page_item {
}

.sidenav li li
{
	border-bottom: none;
	padding-left: 1em;
}

/* content +60 ----------------------------------------------------*/
.content {
	float: left;
	margin: 10px 0;
	padding: 0 16px;
	width: 591px;
}
.content .descr {
	color: #664;
	font-size: 0.9em;
	margin-bottom: 6px;
}
.content li, .content ol {
	margin-left: 18px;
	list-style-image: url('images/bullet.gif');
}

.content p {font-family: Arial, Helvetica, sans-serif;}

.content h2 {padding-bottom: 10px;}

/* footer */
#footer {
	background: url(images/bgfooter.gif) repeat-x;
	color: #FFF;
	font: bold 10px Arial, Helvetica, sans-serif;
	text-align: center;
	height: 60px;
	padding-top: 30px;
}
#footer p
{
padding: 0px;
margin: 0px;
}
#footer a, #footer a:hover {color: #FFF;}





/******************* style comments ***********************/
#comment_area
{
	margin-top:15px;
}

textarea.txtcomment
{
	width:470px;
	height:150px;
	border:1px solid #867B1C;
}

input[type="submit"],#submit
{
	padding:8px;

	border:1px solid #867B1C;
	background:#E4F5FF;

	color:#000000;
	font-weight:bold;
	margin-top:3px;
	margin-bottom:3px;
}



/************ navigation **********/
div.navigationbottom
{
	margin-bottom:20px;
}

div.leftnav
{
	float:left;
}

div.rightnav
{
	float:right;
}





/********************* Calendar *******************/
#calendar1, #calendar_wrap
{
	padding: 20px 10px 20px 10px;
}

#calendar_wrap
{
	margin-bottom: 10px;
}

#calendar table, #wp-calendar
{
	width: 100%;
	text-align: center;
}

#calendar thead, #wp-calendar thead
{

}

#calendar tbody td, #wp-calendar tbody td
{
	border: 1px solid #F1F1F1;
}


#calendar #prev, #wp-calendar #prev
{
	text-align: left;
}

#calendar #next, #wp-calendar #next
{
	text-align: right;
}

#calendar tfoot a, #wp-calendar tfoot a
{
	text-decoration: none;
	font-weight: bold;
}

#calendar #now, #wp-calendar #now, #wp-calendar #today
{
	background: #8E8210;
	border: 1px solid #D6CE84;
	font-weight: bold;
	color: #ffffff
}



.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

.content .categor
{
padding: 5px;
background: #E4F5FF;
margin-top: 10px;
margin-bottom: 10px
}
.commentlist li
{
padding-bottom: 20px;
}

#author, #email, #url
{
border: 1px solid #666666
}

