/*   
Theme Name: Thirst Happening Theme
Theme URI: 
Description: 
Author: J Pobojewski
Template: thematic
Version: 0.01
.
Thematic is © Ian Stewart http://themeshaper.com/
.
*/

@import url('../thematic/library/styles/reset.css');
@import url('../thematic/library/styles/typography.css');
@import url('../thematic/library/styles/images.css');
@import url('../thematic/library/styles/plugins.css');

/* CORE */

body {
	background: #ddd;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 19px;
	color: #888;
}

blockquote {
	/*font-family: 'Times New Roman', Times, Georgia, serif;*/
	font-family: "Courier New", Courier, monospace;
	font-size: 0.95em;
	line-height: 1.5em;
	padding: 0;
	color: #666;
	margin: 0 0 0 -30px;
	border-left: 10px solid #eee;
}

blockquote p {
	padding: 0 20px;
}      

hr {      
	padding: 0;              
	margin: 0;  
	padding-top: 20px;
/*	padding-bottom: 5px;*/
	border: none;
	border-top: 2px dotted #eee; 
}

a {
	text-decoration: none;
	color: #000;
}

a:hover, h2.entry-title a:hover {
	color: #00a8ff; 
	background: #D6F1FF;
}

form#searchform, li#search {
	padding: 0;
	margin: 0;
}
input#s{
	width: 135px;
	margin:2px 0 0 0;
	padding:0;
	background:#eee;
}
input#s:focus{
	background:#D6F1FF;
}
input#searchsubmit{
	/*visibility: hidden;*/
}

.textwidget {
	font-size: 0.95em;
	font-weight: bold;
	line-height: 1.4em;
	color: #000;
	margin-top: 30px;
	margin-bottom: -20px;
}

.wp-caption {
	text-align:left;
	padding:0;
	margin: 0;
	text-indent: 0;	
}

.wp-caption  p.wp-caption-text {
	font-family: "Courier New", Courier, monospace;
	font-size: 0.7em;
	line-height: 2em;
	word-spacing: -0.2em;
	color: #333;
	padding:0;
	margin: 0 5px 15px 0;
}

/* HEADER */

#rss {
	position: absolute;
	top: 87px;
/*	top: 155px;*/
	left: 1011px;
}

#rss a {
	display:block;
	width: 9px;
	height: 9px;
	background: url(images/rss.png) 0 0 no-repeat;
	text-decoration: none;
}

#rss a:hover { 
	background-position: 0 -9px;
}

#header {
	height: 110px;
	margin-left: 360px;
	padding-top: 60px;
}

#blog-title a {
	display:block;
	text-indent:-9000px;
	height: 61px; 
	width: 300px; 
	background:url(images/header.png) no-repeat top center;
}
#blog-description {
	position:absolute;
	left:-9000px; /* We avoid display:none because it's bad for SEO */
}

/* NAVIGATION */

.navigation {
	float: left;
	width: 650px;
	margin-bottom: 20px;
	padding: 10px 10px 10px 80px;
/*	background: #00a8ff;*/
	background: #ccc;
	
	font-size: 0.75em;
	font-weight: bold;
	line-height: 1.4em;
	text-transform: uppercase;	
}

.nav-divider {
	color: #666;
	display:inline;
	float:left;
	margin-right: 5px;	
}

.nav-previous a {
	color: #000;
	display:inline;
	float:left;
	margin-right: 5px;
}

.nav-next a {
	color: #000;
	display:inline;
	float:left;
	margin-right: 5px;	
}

.nav-previous a:hover, .nav-next a:hover {
	color: #00a8ff;
}


/* POST */

h1.page-title {
	margin-top: -1.3em;
	margin-bottom: 1.3em;
	padding-left: 80px;
	font-size: 0.9em;
	line-height: 1.3em;
	text-transform: uppercase;
	letter-spacing: 0.07em;	
}

h1.entry-title, h2.entry-title {
	font-family: "Courier New", Courier, monospace;
	font-size: 18px;
	line-height: 23px;
	margin-bottom: 20px;
	word-spacing: -0.2em;
	color: #000;
}

h3 {
	font-size: 0.95em;
	font-weight: bold;
	line-height: 1.4em;
	color: #000;
}

.entry-date {
/*	font-weight: bold;*/
}

abbr {
	border: none;
	cursor: default;
}

#wrapper {
	width: 960px;
}

#container {
	margin-left: 280px;
}

.post, #respond, #comments-list {
	float: left;
	width: 640px;
	margin-bottom: 20px;
	padding: 20px 20px 80px 80px;
	background: #fff;
} 

.entry-content img {
	margin: 0;
}

.entry-utility {
	border-top: 1px solid #ddd;
	padding-top: 20px;
	font-size: 0.9em;
	text-transform: uppercase;
	letter-spacing: 0.07em;
}

.entry-tags a {
	font-weight: bold;
	color: #00a8ff;
}

.meta-sep {
	color: #999;
}

.wp-pagenavi {
	margin-left: -9px;
}

.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi a:active {
	border:none !important;
	color: #00a8ff !important;
	background: none !important;
}
.wp-pagenavi a:hover {
	color: #00a8ff; 
	background: #D6F1FF;
}
.wp-pagenavi span.pages {
}
.wp-pagenavi span.current {
	color: #fff;
	border: none !important;
	background: none !important;	
}
.wp-pagenavi span.extend {
}

/* SIDEBAR */

#primary {
	position: absolute;
	left: 80px;

	width: 140px;
	background: #fff;	
	padding: 20px;
}

#primary ul, li {
	list-style: none;
	font-size: 0.95em;
	line-height: 1.4em;
	margin: 0;
	padding: 0;
}

#primary ul {
	margin-bottom: 20px;
	color: #000;
}

#primary h3 {
	font-size: 0.95em;	
	font-weight:bold;
}

#primary a:hover, #footer a:hover {
	color: #00a8ff;
}

#primary a, #footer a {
	color: #666;
}

#searchsubmit {
	padding-top:5px;
	margin-bottom: -11px;
}

/* COMMENTS */

#comments {
	float: left;
	color: #666;
}

#respond {
	background: #ccc;
}

#comments ol {
	margin: 0;
	padding: 0;
}

#comments h3 {
	text-transform:uppercase;
	margin-bottom: 20px;
	color: #fff;
}

#comments-list {
	width: 740px;
	background: #555;
	color: #fff;
	padding-left: 0;
	padding-right: 0;
}

#comments-list h3 {
	padding-left:80px;
}


#comments-list li {
	padding-left: 80px;
	padding-right: 80px;
	border-bottom: 10px solid #444;
	padding-top: 20px;
	padding-bottom: 20px;
}

#comments-list li.bypostauthor {
	background: #444;
}

p#login  {
	display: inline;
	float: right;
	margin-top: -3.0em;
	margin-bottom: 0;
	font-size: 0.9em;
	line-height: 1.3em;
	text-transform: uppercase;
	letter-spacing: 0.07em;
}

.comment-meta {
	font-size: 0.75em;
	text-transform: uppercase;
	letter-spacing: 0.07em;	
	color: #999;
	margin-top:-1.5em;
}
.comment-content {
	font-size: 1em;
}

.comment-author {
	font-size: 1.25em;
	font-weight: bold;
	color: #D6F1FF;
}

.form-section {
	display: inline;
	margin-bottom: 5px;
	padding-right: 20px;
}

.form-label {
	text-transform: uppercase;
	font-size: 0.75em;
	font-weight: bold;
	letter-spacing: 0.07em;
}

.required {
	font-weight: normal;
}

#form-allowed-tags {
	padding-top: 10px;
	font-size: 0.75em;
}
textarea#comment {
	width: 640px;
	height: 240px;
}


/* FOOTER */

#footer {
	clear: left;
	font-size: 0.75em;
	text-transform: uppercase;
	letter-spacing: 0.07em;
	margin-left: 360px;
	margin-bottom: 20px;
	color: #999;
}

/* HACKS */

.img-border {
	border: 1px solid #ccc;
}


/* REMOVED */

.skip-link, #nav-above, #form-section-url, .avatar-80, .archive-meta {
	display: none;
}