﻿/* 

Theme Name: velotut
Theme URI: www.velotut.ru
Author: Чемерский Максим
Author URI: mailto:m.chemersky@gmail.com
Version: 2.0 

*/ 

/* Мини-резет от Эрика Майера
-----------------------------------------------*/

body,div,dl,dt,dd,ul,ol,li,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
q:before,q:after{content:'';}
abbr,acronym {border:0;}

/* Типографика
-----------------------------------------------*/
* {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}
a {color:#06c}
a:hover{color:#c00}
a:active {color:#7f0000}
p {margin:5px 0px 10px}
img {border:none}

body{
	background:#fff;
}

/* Обертка для страницы  */
#wrapper{
	width: 980px;
	margin: 0px auto 0;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

/* Шапка страницы */
#header{
	background: url(images/common/header.jpg) no-repeat top left;
	border:3px solid #f1f1f1;
	border-bottom:none;
	height:250px;
}
#header a, #header a:hover #header a:active {text-decoration: none}

/* Логотип сайта */
.logo {
	float:left;
	color:#000;
	overflow:hidden;
	margin:35px 0px;
	position:relative;
	width:325px;
}
.logo .transparency {
	background-color:#fff;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	height:140px;
	position:absolute;
	width:275px;
}
.sitename{
	font-size:14pt;
	padding:0px 0px 10px 25px;
	position:relative;
}

.sitename a, cont a:active {text-decoration:none}

/* Меню сайта */
#menu{
	float:left;
	margin:15px 0px 5px;
	padding:10px;
	width:955px;
}
#menu li{
	list-style-type:none;
	margin:-1px;
	display:inline;
}
#menu a, #menu a:hover, #menu a.active {
	background:#fff;
	border:1px solid #ccc;
	border-bottom:2px solid #fff;
	font-size:18px;
	padding:5px 20px 5px; 
	width:150px;
}
#menu a:hover, #menu a.active{
	background:#cca;
	padding:5px 20px 5px; 
}
/* Форма поиска */
#main_search{
	float:right;
	margin:10px 5px 10px;
	width:260px;
}


/* Тело страницы */
#content{
	float: left;
	margin: 0px 0px 10px;
	width: 100%;
}

/* Содержимое страницы */
#main {
	float:left;
	margin: 0px 0px 50px;
	width:670px;
	padding:10px;	
}

/* Нафигация по постам */
.navigation{
	margin:0px 25px 35px;
}
.alignleft{
	float:left;
}
.alignright{
	float:right;
}

/* Правая колонка страницы */
#sidebar {
	background:#fff;
	float:right;
	padding:10px;
	width:260px;
}
.widgettitle{
	margin:15px 0px 0px;
}

#rotoban1, #rotoban2{
	height:125px;
	width:125px;
}

#rotoban1{
	float:left;
	margin-right:5px;
}
#rotoban1{
	float:right;
}

/* Подвал страницы */
#footer{
	clear:both;
}
