/*
Theme Name: maximist
Theme URI: http://maximist.info
Description: Theme for personal blog.
Author: Hest
Author URI: http://rap.by
Version: 08.2008
*/
body {
margin: 20px 0 0 0;
background-color: #000;
background-image: url('./img/background.gif');
}
#all {
width: 100%;
height: auto;
}
#menu {
width: 610px;
background-color: #fff;
height: 310px;
}
#logo {
width: 575px;
border: 5px solid black;
background-color; #fff;
height: 180px;
background-image: url('./img/logo.jpg');
background-repeat: no-repeat;
background-position: center center;
}
ul {
margin: 0;
}
#smallmenu {
width: 575px;
height: 40px;
vertical-align: middle;
color: #B91429;
font-family: Arial;
font-size: 12px;
line-height: 45px;
font-weight: bold;
}
#smallmenu li {
float: left;
list-style-type: none;
padding-right: 10px;
}
#smallmenu a {
text-decoration: underline;
color: #B91429;
}
#smallmenu a:hover {
text-decoration: underline;
color: #EC1C36;
}
#bigmenu {
width: 575px;
height: 40px;
background-color: #fff;
line-height: 50px;
font-size: 30px;
font-family: Arial;
text-align: left;
}
#bigmenu a {
color: #000;
text-decoration: none;
}
#bigmenu a:hover {
padding-top: 5px;
padding-bottom: 5px;
background-color: #000;
color: #fff;
text-decoration: none;
}
#bigmenu a:active {
background-color: #000;
color: #fff;
}
#posts {
width: 610px;
background-color: #fff;
}
#post {
width: 580px;
text-align: left;
margin-bottom: 20px;
}
#text a {
color: #CC3C58;
}
#post img {
text-align: left;
}
#title a {
padding: 5 5 5 5;
font-family: Arial;
font-size: 23px;
text-align: left;
color: #fff;
background-color: #000;
text-decoration: none;
line-height: 30px;
}
#title a:hover {
text-decoration: underline;
}
#comments {
text-align: right;
}
.comments {
font-family: Arial;
font-size: 11px;
color: #fff;
background-color: #000;
}
.comments a {
color: #fff;
background-color: #000;
text-decoration: underline;
padding: 5 5 5 5;
}
#details {
font-family: Arial;
font-size: 11px;
color: #959595;
margin-top: 8px;
padding-bottom: 5px;
border-bottom: 1px solid #CCCCCC;
}
#details a {
color: #D46F7C;
}
#details a:visited{
color: #D46F7C;
}
#details a:hover{
color: red;
}
#text {
font-family: Arial;
font-size: 12px;
color: #515151;
margin-top: 10px;
}
#tags{
font-family: Arial;
font-size: 13px;
font-weight: bold;
color: #002331;
}
#tags a {
color: #EB4A18;
}
#tags a:hover {
color: #E97551;
}
.comment_title {
background-color: #000;
font-family: Arial;
font-size: 11px;
color: #fff;
padding: 5px;
}
.comment_title a {
font-weight: bold;
text-decoration: underline;
color: #fff;
}
#comment_text {
font-family: Arial;
font-size: 12px;
color: #747474;
}
#leave_comment{
color: #B91429;
font-family: Arial;
font-size: 15px;
font-weight: bold;
}
label {
font-size: 12px;
font-family: Arial;
color: #A1A1A1;
}
#friends_title {
width: 570px;
padding: 5 5 5 5;
background-color: #000;
font-family: Arial;
font-size: 23px;
color: #fff;
text-align: left;
}
#friends {
width: 610px;
height: 120px;
font-size: 15px;
font-family: Arial;
padding-bottom: 20px;
font-weight: bold;
margin-top: 15px;
background-color: #fff;
}
#friends li {
list-style-type: none;
margin-bottom: 15px;
}
#friends li a {
color: #C10C2F;
text-decoration: underline;
}
#friends li a:hover {
color: #D53050;
}
#friends1 {
padding-left: 15px;
text-align: left;
width: 285px;
float: left;
border-right: 1px solid #CACACA;
background-color: #fff;
}
#friends2 {
padding-left: 15px;
text-align: left;
width: 290px;
float: right;
background-color: #fff;
}
#navigation {
width: 580px;
color: #fff;
margin-top: 10px;
}
.navigation a {
font-size: 25px;
font-family: Arial;
color: #fff;
text-decoration: none;
}
.navigation a:hover {
text-decoration: underline;
}
#back {
text-align: left;
float: left;
width: 285px;
}
#forward {
width: 285px;
text-align: right;
float: right;
}

* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.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 p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

