﻿/*  
Theme Name: Sabrina_gray
Theme URI: http://prodengiblog.ru/
Description: Sabrina_gray with two columns. Designed for Wordpress.
Theme is combining a magazine and a weblog into one. 
Support Widgets and Gravatars along with automatic thumbnail resizer.
Version: 2.0
Author: Ksana
Author URI: http://prodengiblog.ru/
Tags: gray, light, two-columns, fixed-width, right-sidebar, magazine-style
*/



/************************************************
* header	                        					*
************************************************/

@import url("css/menu.css"); 

/************************************************
* page	                        					*
************************************************/

@import url("css/carousel.css");
@import url("css/bottom.css"); 
@import url("css/searchform.css"); 


/************************************************
* maincolumn	                        					*
************************************************/

@import url("css/frontpost.css"); 
@import url("css/content.css");
@import url("css/bookmarks.css");

/************************************************
* sidebar					                              *
************************************************/

@import url("css/tabs.css"); 
@import url("css/sidebar_bottom.css"); 
@import url("css/sidebar_middle.css"); 

/************************************************
* Page Styles	                        					*
************************************************/

@import url("css/comments.css");

/************************************************
* adsens					                              *
************************************************/

@import url("css/add.css"); 
@import url("pagenavi-css.css"); 

/************************************************
* Global Styles			                        		*
************************************************/

* {
	margin:0;
	padding:0;
	}
body {
	width: 100%;
  height: 100%;
	font-family: Arial, Sans-Serif;
  background: url("/wp-content/themes/Sabrina_gray/images/bg.jpg") #484848 50% 0 repeat; 
  text-align:center; /*For IE6 Shenanigans*/
  margin:0;
  padding: 0;
	font-size: 13px;	
	}
p {	
	margin: 15px 0;
	}
.left, .alignleft {
	float:left;
	}
.right, .alignright {
	float:right;
	}
.clear {
  clear:both;
	margin: 0;
	padding: 0;
}

/************************************************
* link					*
************************************************/

a:link, a:visited {
	color: #999;
	text-decoration:none;
  outline:none;
}
a:hover, a:active {
	color: #000;
	text-decoration:underline;
  outline:none;
}
a img {border:none}

/************************************************
* Structure					*
************************************************/

#header {  
	width:962px;
  height: 165px;
	margin:0 auto;
	padding: 0;
	}
.page { 
	width: 964px;
  background: #eee;
	margin: 0 auto 0;
	padding: 0;
  text-align: left; 
}
#footer{
  background: transparent;
	}

/************************************************
* Закругление				*
************************************************/
	
.page_in { 
	width:940px;
  overflow : hidden; 
	margin: 0 auto 0;
	padding: 0 10px 10px 10px;
	}

/************************************************
* Structure	page				*
************************************************/

#maincolumn	{ 
  clear: both;
	width: 600px;
  height: 100%;
	float:left;
	margin: 10px 10px 0 0;
	padding: 0;
	}
#sidebar{ 
	width: 320px;
	float:left;
  text-align: left; 
	margin: 10px 0 10px 10px;
  padding: 0;
  text-align: left;
}

/************************************************
* H                           					*
************************************************/

h1, h1 a, h1 a:hover {
	float:right;
	font-family: "century gothic";
  font-weight: normal;
	color:#fff;
	text-decoration:none;
  text-transform: capitalize;
  margin: 25px 300px 0 0;
	padding: 35px 0 10px 0;
	font-size:28px;
	}
	
h2 {
	font-weight:bold;
	font-size: 22px;
}
h3 {
	font-weight:bold;
	font-size: 20px;
}
h4 {
	font-weight:bold;
	font-size: 18px;
}
h5 {
	font-weight:bold;
	font-size: 16px;
}
h6 {
	font-weight:bold;
	font-size: 14px;
}

/************************************************
* header					*
************************************************/

#logo { 	  
  background: url("/wp-content/themes/Sabrina_gray/images/logo.png") no-repeat; 	
  margin: 20px 0 0 30px;
	padding: 0;
  width: 176px;
  height: 63px;
}
#description { 
  position: relative;
	margin: 85px 0 0 -165px;
	float: left;
	font-size: 22px;
	color: #fff;
}

/************************************************
* img                                   				*
************************************************/

a img {
	border:0;
	}

/************************************************
* footer                     	            			*
************************************************/
#footer, #footer a, #footer a:hover {
	width:962px;
  height: 65px;
	clear: both;
	font-size: 0.6em;
	margin: 15px auto 0;
	padding: 15px;
  font-size: 13px;
	text-align:center;
	color: #eee;
	}
.autor {
	clear:both;
  margin: 0 auto;
	padding: 0 0 10px 0;
	color: #fff;
}
.copyright {
	clear:both;
  margin: 0 auto;
	padding: 0;
	color: #fff;
}
.autor a, .autor a:hover, .copyright a, a:hover {
	color: #fff;
}

