/*
Theme Name: WordPress Aliev
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.0
Author: Rashad Bayramov
Author URI: http://www.bayramov.info/
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://www.bayramov.info/

	This theme was designed and built by Rashad Bayramov,
	whose blog you will find at http://www.bayramov.info/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/


/*** B: Globals ***/
body {
	margin : 0;
	padding : 0;
	background-color : #fefefe;
}
p, h1, h2, h3, ul, form {
	margin : 0;
	padding : 0;
}
ul {
	list-style : none;
}
img {
	border : 0;
}
a {
	outline : none;
}
#wrapper {
	min-width : 1003px;
}

/*** B: CSS clearfix ***/
.clearfix:after {
	height : 0;
	content : ".";
	display : block;
	clear : both;
	visibility : hidden;
	line-height : 0;
	font-size : 0;
}
html[xmlns] .clearfix {
	display : block;
}
.clearfix {
	display : inline-block;
	overflow : hidden;
}
* html .clearfix {
	height : 1%;
}

/*** B: Header ***/
#head-wrapper {
	background : url(./img/head-str.jpg) repeat-x;
}
#logo {
	width : 369px;
	height : 162px;
	float : left;
}
#header {
	width : 410px;
	height : 162px;
	background : url(./img/header.jpg) no-repeat;
	float : left;
	text-align : right;
}

/*** B: Top Nav ***/
#nav {
	font : bold 10pt Tahoma, Arial, Verdana, sans-serif;
	background : url(./img/nav-str.jpg) repeat-x;
	text-align : left;
	padding : 6px 0 8px 0;
	margin-top : 1px;
}
#nav span {
	margin : 0 10px;
}
#nav a {
	background : url(./img/nav.jpg) no-repeat 0% 0%;
	color : #333333;
	padding-left : 14px;
}
#nav a:hover {
	background : url(./img/nav.jpg) no-repeat 0% 100%;
	color : #333333;
	text-decoration : underline;
}

/*** B: Sidebar ***/
#sidebar {
	width : 200px;
	float : left;
	font : 9pt Tahoma, Arial, Verdana, sans-serif;
	text-align : center;
	color : #333333;
}
#sidebar h1 {
	font : bold 11pt Tahoma, Arial, Verdana, sans-serif;
	padding : 5px 0 5px 15px;
}
#sidebar h2 {
	font : bold 10pt Tahoma, Arial, Verdana, sans-serif;
	padding : 5px 0 5px 15px;
}
.col-title {
	font : bold 11pt Tahoma, Arial, Verdana, sans-serif;
	background : url(./img/col-title.jpg) no-repeat;
	color : #004488;
	text-align : center;
	margin : 30px 0 8px 0;
	padding : 7px 0 8px 0;
}
.col-nav {
	font : 9pt Tahoma, Arial, Verdana, sans-serif;
	color : #333333;
	text-align : left;
	padding-left : 15px;
	line-height : 16px;
}
.col-nav li a {
	color : #333333;
}
.col-nav li a:hover {
	color : #4f5766;
	text-decoration : none;
}
.col-items {
	margin-top : 30px;
}
.col-items img {
	margin : 8px 0;
	vertical-align : bottom;
}
.col-items a {
	cursor : pointer;
}

/*** B: Content ***/
#content {
	height : 1%;
	margin : 30px 20px 0 240px;
}
html[xmlns] #content {
	border-bottom : 1px solid #ffffff;
}
* html #content {
	margin-left : 237px;
}
.post {
	font : 10pt Tahoma, Arial, Verdana, sans-serif;
	background : url(./img/dashed.jpg) repeat-x 0% 100%;
	color : #333333;
	margin-bottom : 30px;
	padding-bottom : 15px;
}
.post h1 {
	font : bold 14pt Arial, Tahoma, Verdana, sans-serif;
	color : #004488;
}
.post h1 a {
	color : #004488;
	text-decoration : none;
}
.post h1 a:hover {
	color : #004488;
	text-decoration : underline;
}
.post h2 {
	font : bold 9pt Tahoma, Arial, Verdana, sans-serif;
	color : #115511;
	padding : 5px 0 15px 0;
}
.post h2 span {
	text-transform : capitalize;
}
.post h3 {
	font : bold 8pt Tahoma, Arial, Verdana, sans-serif;
	color : #115511;
	padding-bottom : 10px;
}
.post h3 span {
	text-transform : capitalize;
}
.post ul {
	list-style-type : square;
  	margin : 15px 0 15px 30px;
}
.post p {
	margin : 5px 0;
	overflow : hidden;
	clear : both;	/* IE fix */
}
.post p a, .post ul a {
	color : #0088cc;
}
.post p a:hover, .post ul a:hover {
	color : #0088cc;
	text-decoration : none;
}
h1.archive-title {
	font : 20pt Tahoma, Arial, Verdana, sans-serif;
	color : #115511;
	text-align : center;
	margin-bottom : 30px;
}

/*** B: Footer ***/
#footer {
	font : 8pt Tahoma, Arial, Verdana, sans-serif;
	background : #979fb4 url(./img/foot-str.jpg) repeat-x top;
	color : #111111;
	margin-top : 30px;
}
* html #footer {
	display : inline-block;
}
#footer a {
	color : #004488;
}
#footer a:hover {
	text-decoration : none;
}
#footer img {
	margin-top : 5px;
}
#foot-left {
	width : 375px;
	background : url(./img/foot-left.jpg) no-repeat 0% 0%;
	float : left;
	padding : 55px 0 10px 15px;
}
#foot-right {
	width : 374px;
	background : url(./img/foot-right.jpg) no-repeat 100% 0%;
	float : right;
	text-align : right;
	padding : 55px 15px 10px 0;
}
#foot-center {
	text-align : center;
	margin : 0 389px 0 390px;
	padding : 15px 0 5px 0;
}

/*** B: Images Alignment ***/
img.centered {
	display : block;
	margin-left : auto;
	margin-right : auto;
	border : 1px solid #cfcfcf;
}
img.alignnone {
	margin : 5px 0 5px 0;
	border : 1px solid #cfcfcf;
}
img.alignright {
	margin : 0 0 3px 8px;
	display : inline;
	border : 1px solid #cfcfcf;
}
img.alignleft {
	margin : 5px 8px 3px 0;
	display : inline;
	border : 1px solid #cfcfcf;
}
.alignright {
	float : right;
}
.alignleft {
	float : left
}

/*** B: Entries Nav ***/
.entries-nav,
.entries-top-nav {
	font : bold 10pt Tahoma, Arial, Verdana, sans-serif;
}
.entries-top-nav {
	margin-bottom : 15px;
}
.entries-nav a,
.entries-top-nav a {
	color : #115511;
	display : block;
	padding : 2px 4px;
}
.entries-nav a:hover,
.entries-top-nav a:hover {
	color : #ffffff;
	background-color : #115511;
	text-decoration : none;
}
