﻿/*  
Theme Name: Freedom
Theme URI: http://www.yourfreedom.ru/
Description: Freedom for all <a href="http://www.yourfreedom.ru">Freedom for all</a>.
Version: 1.0
Author: Dmitriy
Author URI: http://www.yourfreedom.ru/

	This theme was modified by Balezin Dmitriy.

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/
body {
	font: 75%/150%  Arial, Tahoma;
	color: #333333;
	background: #346 url(http://www.yourfreedom.ru/wp-content/themes/Freedom/images/main-bg.gif);
	margin-left: auto;
	margin-right: auto;
	padding: 0px 0px 10px 0px;
}
a {
	color: #0033ff;
	text-decoration: none;
}
a:visited {
	color: #009933;
	text-decoration: none;
}
a:hover {
	color: #0033ff;
	text-decoration: underline;
}

img {
	border: none;
}
p {
	padding: 0px 0px 15px;
	margin: 0px;
}
h1 {
	margin:0px;
	padding-left: 50px;
	padding-top: 30px;
	font: 40px/100% Tahoma, Arial;
	color: #000099;
}

h2 {
	text-align: center;
	color: #000099;
	border-bottom: 1px dotted #CCCCCC;
	letter-spacing: -1px;
	font: normal 190%/100%  Arial, Tahoma;
	padding-bottom: 3px;
}

h3 {
	font: normal 140%/100%  Arial, Tahoma;
	color: #000099;
        text-align: center;
	margin: 10px 0px 5px;
}

form {
	margin:0px;
	padding:0px;
}
#page {
	margin-left: auto;
        margin-right: auto;
	width: 994px;
	background: url(http://www.yourfreedom.ru/wp-content/themes/Freedom/images/page-bg.jpg) white;
}




/* content area */
#content {
	
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-bottom: 30px;
	width: 600px;
	border-color: #6699cc;
	overflow: hidden;
	background:white;
}


.post {
	clear:both;
	padding-top: 20px;
}

.entry {
	float:left;
	width: 438px;
}

.post-content {
	clear: both;
	padding-top: 10px;
	text-align:justify;
}



/* comments area */
#comments, #respond {
	font: normal 120% Arial, Tahoma;
	border-bottom: 1px dotted #CCCCCC;
	padding: 10px 0 5px 0;
	clear: both;
}
.commentlist {
	margin: 10px 0px;
	padding-left: 20px;
	line-height: 130%;
}
.commentlist li{
	padding: 5px 10px;
}
.commentlist .alt {
	background: #eee;
}
.commentlist cite, .commentlist cite a, .commentlist cite a:visited {
	font-weight: bold;
	font-style: normal;
	font-size: 120%;
	color: #000099;
}
.commentlist small {
	margin-bottom: 5px;
	display: block;
	font-size: 87%;
}

/* credits */
#credits {
	margin: 0px auto;
	width: 760px;
	color: white;
	font-size: 100%;
	line-height: 120%;
}
#credits a, #credit a:visited {
	color: grey;
}

/* alignments */
.center {
	text-align: center;
}

.copy a:active,
.copy a:visited,
.copy a:link {
	color: #727272;
	text-decoration:none;
	font-size:11px;
	}

.copy a:hover {
	color: #727272;
	text-decoration: underline;
	}

