/*
Theme Name: Irena Ivanova
Theme URI: http://www.drinchev.com/
Description: The Irena Ivanova Theme by drinchev
Version: 0.01
Author: Ivan Drinchev
Author URI: http://drinchev.com/
Tags: blue, custom header, fixed width, two columns, widgets
*/

/* global */

@font-face {
	font-family: "stewardson";
	src: url("fonts/steward.ttf");
}

a { text-decoration: none; }
a img { border: 0px; }
.right {	float: right; }

body {
	background: #000000;
	font-family: stewardson, tahoma;
	font-size: 12px;	
	margin: 0px auto;
	color: #656464;	
}

/* top background */

#copyright {
	font-size: 8px;	
	position: fixed;
	bottom:0px;	
	right: 3%;	
	padding: 0px 10px 4px 0px;
	z-index: 9;	
	color: #2f2f2f;
	font: bold 8px verdana;	
	background: #000000;
	display: block;
}	

#copyright strong, a {
	color: #3f3f3f;
}

#copyright a:hover {
	border-bottom: 1px solid #5f5f5f;
}


/* hiders */

#top {
	position: fixed;
	top: 0px;
	height: 200px;
	z-index: 3;
	width: 100%;
	background: url('images/background-top-trans.png') repeat-x top center;
}

#bottom {
	position: fixed;
	bottom: 0px;
	height: 200px;
	z-index: 3;
	width: 100%;
	background: url('images/background-bottom-trans.png') repeat-x bottom center;
}

/* header */

#header #logo {
	position: fixed;
	top: 0px;
	left: 3%;	
	z-index: 1;
}

#header #model {
	position: fixed;	
	bottom: 0px;
	left: 3%;
	z-index: 0;
}

/* nav */

.nav {
	position: fixed;
	width: 180px;
	display: block;
	top: 0px;
	left: 3%;
	background: #000; 	
	padding: 7px 0px 7px 18px;
	z-index: 5;	
	text-align: left;
}

.nav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.nav ul li {
	display: inline;
	margin: 0px 5px 0px 0px;
}

.nav a {		
	color: #9f9f9f;
	text-transform: uppercase;
	padding: 15px 10px 6px 10px;
	margin: 0px;
	font-size: 12px;	
	text-shadow:2px 2px 2px #000000;
	background: #3f3f3f;	
	border: 1px solid #4f4f4f;
	
}

.nav a:hover {
	color: #fff;
	border: 1px solid #cc1818;
}

/* article */

#content {
	position: absolute;
	top: 100px;
	right: 3%;	
	width: 600px;
	height: 500px;
	z-index: 2;
	padding: 0px 0px 50px 0px;
	margin: 0px 0px 50px 0px;
}

#content h1 {	
	border-bottom: 1px solid #4f4f4f;
	height: 24px;		
	padding: 5px 0px;
}

#content h1 .title {
	float: left;
	color: white;
	padding-left: 10px;
	font-size: 28px;
}

#content .post {
	text-align: center;
	display: block;
	margin-bottom: 100px;
}

#content h1 .date {
	float: right;
	color: #cc1818;	
	padding-right: 10px;
	text-transform: uppercase;
	display: block;
	font-size: 28px;
}

#content img {
	max-height: 215px;
	border: 1px solid #4f4f4f;
	padding: 1px;
	margin: 5px;	
}

#content a:hover img {
	margin: 3px;
	padding: 3px;
	border: 1px solid #cc1818;	
}

#content .post {	
	padding-right: 10px;
	font-size: 14px;
	clear: both;
}

#content .post strong {
	color: #cc1818;	
}

/* gallery */

.gallery {
	margin: 0px;
	padding: 0px 49px;
}

dl.gallery-item {
	margin: 0px;
	padding: 0px;
}

dt.gallery-icon {
	margin: 0px;
	padding: 0px;
}

/* ie6 */

.ie6 {
	display: none;
}

