/**
 * Theme Name: Drunk
 * Theme URI: http://inebriatedinc.com
 * Description:stupefied or excited by a chemical substance (especially alcohol).
 * Author: Austin Passy
 * Author URI: http://austinpassy.com/
 * Template: hybrid
 * Version: 1.0.1
 */

/* Get base CSS */
@import url( './library/css/18px.min.css' );

/* Get comments CSS */
@import url( './library/css/comments.css' );

/* Body */
html {
	background: #000 url('images/background.jpg') no-repeat center 0;
	overflow-x: hidden;
}
body {
	background: transparent;
	color: #333;
	font: normal normal normal 11px/14px Georgia, Times, "Times New Roman", serif;
	margin: 0;
	padding: 0;
}

/* Body container */
#body-container {
	margin: 90px auto 0;
	padding: 0;
	width: 580px;
}

/* Links */
a {
	color: #787878;
	text-decoration: none;
}
a:visited {
	color: #343434;
	text-decoration: none;
}
a:hover, a:active {
	color: #434343;
	text-decoration: none;
}

/* Headers */
h2, h3, h4, h5, h6 {
	color: #000;
	font-family: Georgia, Times, "Times New Roman", serif;
	font-weight: bold;
}
h2 {
	font-size: 21px;
}

/* Header */
#header {
	margin: 0;
	padding: 0;
}

/* Site title */
#site-title {
	display: inline-block;
	position: relative;
	z-index: 9999;
}
#site-title a {
	display: block;
	height: 65px;
	left: 150px;
	position: absolute;
	top: -40px;
	width: 500px;
}
#site-title a span {
	position: absolute;
	text-indent: -999px;
}

/* Site description */
#site-description {
	display: none;
	visibility: hidden;
}
	
/* Twitter */
#share-container {
	position: absolute;
	right: 20px;
	top: -61px;
	z-index: 999;
}
#share-container>ul {
	height: 61px;
	margin: 0;
	list-style: none;
}
#share-container>ul>li {
	float: left;
	width: 50px;
	margin: 0;
}
#share-container>ul>li>div {
	/*display: none;*/
}
#share-container>ul>li>div>div {
	font: normal 17px Helvetica,Arial,Verdana;
	color: #444;
	width: 50px;
	height: 34px;
	padding:4px 0; 
	position: relative;
	text-align: center;
	background: url('images/tweet.png') no-repeat;
}
#share-container>ul>li>div>div>span {
	top: 23px;
	width: 50px;
	display: block;
	position: absolute;
	font-size: 10px;
	text-align: center;
	line-height: 10px;
}
#share-container>ul>li>div>a {
	font: normal 11px/16px Helvetica,Arial,Verdana;
	color: #FFF;
	width: 50px;
	height: 16px;
	margin: 3px 0 0;
	display: block;
	background: url('images/tweet.png') no-repeat 0 -45px;
	text-align: center;
	text-decoration: none;
}
#share-container>ul>li>div>a:hover {
	background-position: 0 -61px;
	color: #4abeb8;
}

/* Container */
#container {
	display: inline-block;
	position: relative;
	z-index: 8888;
}

/* Main content */
.content {
	display: block;
	left: 450px;
	position: absolute;
	top: 150px;
	width: 300px;
}

/* Post */
.post h2 {
	display: inline-block;
}
.post h2 a {
	padding: 5px;
}
.post h2 a:hover {
	color: #777;
}
.post .entry-content {
	background: #080808;
	background: rgba(8, 8, 8, 0.8);
	border: 5px solid #747474;
	border: 5px solid rgba(116, 116, 116, 0.5);
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	color: #efefef;
	display: none;
	left: -420px;
	min-height: 450px;
	padding: 20px;
	position: absolute;
	text-shadow: 0 1px 0 #000;
	-moz-text-shadow: 0 1px 0 #000;
	-webkit-text-shadow: 0 1px 0 #000;
	-khtml-text-shadow: 0 1px 0 #000;
	top: -150px;
	width: 500px;
	z-index: 9999;
}
.post .entry-content img {
	height: auto;
	_height: auto;
	max-width: 500px;
	width: 500px;
}
a.close {
	background: url('images/close.png') no-repeat 0 0;
	height: 25px;
	position: absolute;
	right: -15px;
	top: -15px;
	width: 25px;
}

/* Footer */
#footer-container {
}
#footer {
}
#footer a {
	border-bottom: 1px dotted #222;
	color: #444;
	padding-bottom: 1px;
}
#footer a:hover {
	border-bottom: 1px solid #111;
	text-decoration: none
}
#footer .copyright, #footer .hosted {
	display: inline;
	float: left;
	margin-right: 9px;
}

#share {
	background: #000;
	bottom: 0;
	border: none;
	left: 5%;
	position: fixed;
	padding: 10px;
}

/* Clearfix */
.clearfix:after { 
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden; 
}
