/*

Theme name: UltraLight
Description: A WordPress theme by Fredrik Sørlie
Version: 1.2
Author: Fredrik Sørlie
Author URI: http://fredriksoerlie.com
Tags: white, fixed-width, two-columns

The UltraLight theme is a simple theme for WordPress, stripped of all unessecery code and graphics.

*/

/* -------------------------------- Global styles -------------------------------- */

* {
	margin: 0; padding: 0;
}

html, body {
	width: 100%; height: 100%;
}

body, table, tr, td, th, input, textarea {
	font-family: Times New Roman, Helvetica, sans-serif; font-size: 14px; color: #666;
	line-height: 1.28em;
}

.cloud_search{
line-height: normal;
}

hr {
	height: 0; line-height: 0; font-size: 0;
	border-top: 1px solid #CCC;
	display: block; clear: both;
	padding: 0; margin: 10px 0;
}

img { 
	vertical-align: bottom; border:0;
}

p { 
	display: block; 
	margin-bottom: 20px;
}

.left,
.alignleft {
	float: left;
}

.right,
.alignright {
	float: right;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.clear {
	clear: both;
}

.center {
	text-align: center; 
}

blockquote {
	background:url(images/quote.gif) no-repeat top left;
padding:0 0 0 60px;
min-height:50px;
}

#twitter-follow { 
	border: 0;
	position: fixed;  
	top: 165px; 
	right: 0;
}



/* -------------------------------- Main layout styles -------------------------------- */

body {
	text-align: center; 
	background: #FFF url("images/bg-main.jpg") no-repeat center top;
}

div#page {
	width: 900px; height: 100%;
	margin: 0 auto;
}

div#header {
	width: 900px;
	display: table; clear: both;
	padding: 20px 0;
}

div#rssfeed{
  overflow: hidden;
}

div#rssfeed div {
  float: left;
  width: 129px; 
  text-align:center;
  padding-top: 20px;
}

ul#menu {
	width: 900px;
	text-transform: uppercase;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	display: table; clear: both;
	padding: 5px 0;
	list-style: none;
}

div#content {
	width: 900px;
	text-align: left;
	clear: both;
	padding: 40px 0; margin: 0 auto;
}
div#adsence {
text-align: left;
}
.odnaknopka{
clear: left;
}
div#maincontent {
	width: 600px;
	float: left;
}

div#sidebar {
	width: 260px;
	float: right;
	word-wrap: break-word;
}

div#footer {
	width: 900px;
	border-top: 1px solid #CCC;
	display: block; clear: both;
margin-top: 5px;
margin-left: 40px auto;
margin-right: 40px auto;
margin-bottom: 40px auto;
	padding: 40px 0; text-align: left;
}

ul#contact-list li{
padding-bottom: 10px;
}

ul#twitter-list li{
font-size: 12px;
}



/* -------------------------------- Additional layout styles -------------------------------- */

.size-medium, .size-thumbnail {
	display: block; float: left;
	margin: 0 20px 20px 0;
}

.size-large, .size-full {
	display: block; clear: both;
	margin-bottom: 20px;
}

.date {
	font-size: 12px; font-weight: normal; color: #999;
	display: block; clear: both;
	margin-bottom: 10px;
float: right;

}

.post,
.comment {
	width: 600px;
	overflow: hidden;
	border-bottom: 1px solid #CCC;
	display: table; clear: both;
	margin-bottom: 20px;
}

.singlepost {
	width: 600px;
	overflow: hidden;
	display: table; clear: both;
}

.singlepost a{
}

.post p {
color: #4f4f45; font-size: 15px; text-align:justify;
letter-spacing: 0.05em;

}

.post h3 a{
color: #4f4f45; font-size: 21px;
letter-spacing: 0.1em;
text-transform: uppercase;
}

.post a{
font-size: 15px; 
}

#maincontent .singlepost h3{
color: #4f4f45; font-size: 21px; letter-spacing:0.1em; text-transform:uppercase;
}

#maincontent .singlepost p{
color: #4f4f45; font-size: 15px; letter-spacing:0.05em; text-align:justify;
}

.postmeta,
.commentmeta {
	display: block; clear: both;
	margin-bottom: 20px;	
}

#pagination,
#navigation {
	display: block; clear: both;
}

#pagination {
	width: 600px;
	overflow: hidden;
	border-top: 1px solid #CCC;
	display: table; clear: both;
	padding: 20px 0;
}

.commentavatar {
	float: left; margin-right: 20px;
}

.commenttext {
	float: left;
}

.commenttext h4{
width:360px;
float:left;
}

.commenttext#data{
floaght:right;
}

.categorypost{
font-size: 12px; 
}

.categorypost a{
font-size: 12px;
}

.alt {
	/*background: #EFEFEF;*/
}

.widget {
	display: block; clear: both;
	margin-bottom: 20px;	
}

/* -------------------------------- Heading styles -------------------------------- */

h1 {
	display: block; float: left;
}

h1#header-banner {
float: right;
}
h2 {
	font-size: 14px; font-weight: normal; color: #999; line-height: 14px;
	text-transform: uppercase;
	border-bottom: 1px solid #CCC;
	display: block; clear: both;
	margin-bottom: 20px;

}

h3 {
	font-size: 14px; font-weight: normal; color: #4f4f45; line-height: normal;
}

#maincontent h3 {
	font-size: 16px; font-weight: normal; color: #999;
}

h4 {	
	font-size: 14px; font-weight: normal; color: #999;
}

.post h3#title
{
color: 4f4f45; font-size: 17px; font-weight: normal;
}

/* -------------------------------- Link styles -------------------------------- */

a,
a:active, 
a:focus { 
	outline: none;  text-decoration: none;
}

a:link {
outline: none;  text-decoration: none;
}

a {
	color: #336; text-decoration: none;
}

a:visited {
	color: #336; text-decoration: none;
}

a:hover {
	color: #000; text-decoration: underline;
}

ul#menu li a {
	color: #999;
	text-decoration: none;
}

ul#menu li.current_page_item a,
ul#menu li a:hover {
	color: #000;
	text-decoration: none;
}

.rss {
	background: url('images/rss-icon.png') left 50% no-repeat;
	float: right; width: 16px; height: 18px;
}

/* -------------------------------- List styles -------------------------------- */

ul,
ol
{
padding-left: 30px;
}

li{
}

ul#menu li {
	display: block; float: left;
	margin-right: 30px;
}

ul#menu li.right {
	float: right;
	margin: 0;
}

#maincontent ul {
	list-style: disc inside;
	display: block; clear: both;
	margin-bottom: 20px;
}

#sidebar ul {
	list-style: none;
	display: block; clear: both;
	margin-bottom: 20px;
}

/* -------------------------------- Form styles -------------------------------- */

input {
	width: 50%;
	color: #999;
	background: #FFF;
	border: 1px solid #CCC;
}

#sidebar input {
	width: 100%;
	margin-bottom: 20px;
}

textarea {
	width: 100%;
	color: #999;
	background: #FFF;
	border: 1px solid #CCC;
	overflow: auto;
}
