/*
Theme Name: 11-62.com
Theme URI: http://11-62.com/
Description: ...
Version: 0.1
Author: Davit Barbakadze
Author URI: http://moonlighty.com/

*/

body,div,h1,h2,h3,h4,h5,h6,input,textarea { 
	padding: 0;
	margin: 0;
}

fieldset,img { 
	border: 0;
}
	
/* eof css reset */

body {
	background:#999;
	text-align:center;	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

#page {
	margin:0 auto;	
	text-align:left;
	width:915px;
	background:#fff;
}

a {
	color:#000;
}

a:hover {
	text-decoration:none;
}

.clear {
	clear:both;
}

img {
	border:none;
}

/* header */
#header {

}

#topline {
	position:relative;
	background:#000;
	height:130px;
}

#topline table {
	width:100%;
	height:100%;
}

#topline table td {
	text-align:center;
	vertical-align:middle;
}

#artwork {
	position:relative;
	background:url(images/bg_header.jpg) no-repeat center;
	height:260px;
}

#go-home {
	position:absolute;
	width:390px;
	height:150px;
	top:50px;
	left:12px;
	display:block;
}


/* content */

#content {	
	position:relative;
	float:left;
	width:600px;
	padding:15px;
}

.post {
	margin-bottom:30px;
	position:relative;
	width:100%;
}

.post h2 {
	background:#000;
	color:#fff;
	padding:20px 12px;
	font-size:30px;
	margin:0 0 4px;
}

.post h2 a {
	color:#fff;
	text-decoration:none;
}

.post h2 a:hover {
	text-decoration:underline;
}

.entry {
	color:#797877;
	margin-bottom:90px;
}

.more-link {
	display:block;
	position:absolute;
	right:0px;
	bottom:60px;
	width:42px;
	height:30px;
	background:url(images/bg_more.gif) center no-repeat;
}

.postmeta,
.postcomments {
	position:absolute;
	color:#797877;
	font-size:9px;
	width:80%;
}

.postmeta {
	bottom:0px;
	left:0px;
}

.postcomments {
	right:0px;
	bottom:40px;
	width:20%;
	text-align:right;
}

.postmeta a,
.postcomments a {
	color:#797877;
	text-decoration:none;
}

.postmeta a:hover,
.postcomments a:hover {
	text-decoration:underline;
}

/* single */
.navigation {
	position:absolute;
	top:-2px;
}

/* comments */

textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	overflow-y:auto;
}

/* archive */
.pagetitle {
	position:absolute;
	top:-20px;
}

/* sidebar */

#sidebar {
	position:relative;
	float:right;
	width:284px;
	background:url(images/bg_sidebar.jpg) no-repeat right -12px;;
	min-height:1100px;
	_height:1100px;
}

.widget {
	margin:10px 0 10px 120px;
	padding:0;
	font-size:11px;
}

.widget h2 {
	font-size:11px;
}

.widget ul {
	padding:0;
	margin:0;
}

.widget li {
	list-style:none;
}

.widget a {
	text-decoration:none;
}

.widget a:hover {
	text-decoration:underline;
}

#calendar a {
	font-weight:bold;
}

#tag_cloud a {
	display:block;
}

.adgroup {
	width:190px;
	height:180px;
	position:absolute;
	right:10px;
}

.adgroup table {
	width:100%;
	height:100%;
}

.adgroup table td {
	text-align:center;
	vertical-align:middle;
}

#adgroup1 {
	bottom:210px;
}

#adgroup2 {
	bottom:20px;
}

/* footer */

#footer {
	padding:5px;
	height:15px;
	background:#000;
	text-align:right;
	color:#797877;
}

#footer a {
	color:#797877;
}


