/*
Theme Name: HI2059
Theme URI: http://www.hi2059.org
Version: 1.0
Author: <a href="http://www.airspaceworkshop.com">Airspace Workshop</a>
*/

body {
	background:#000 url('bg.jpg') repeat-x 0 0;
	color:#999;
	font-family: "droid-serif-1","droid-serif-2", Helvetica, Arial, sans-serif;
	font-size:11px;
	line-height: 14px;
	padding:25px;
	margin:0px;
}

/* @group copy */
h1, h2, h3, h4, h5 {
	line-height:100%;
}
h1 {
	color:#fff;
	font: 60px "costa-1","costa-2", Georgia, "Times New Roman", Times, serif;
	margin: 20px 0;
}
h2 {
	font-size:22px;
	color:#fff;
}
h2 span {
	color: #666;
}
h4 {
	font-weight: normal;
	font-size: 12px;
	margin: 0 0 10px 0;
	height: 25px;
	line-height: 110%;
}
p {
	margin: 15px 0;
}
em {
	font-style:italic;
}
.page-title {
	padding-left: 5px;
}
il, ul, ol { list-style-type: none; list-style: none; }
.header {
	padding: 5px;
}
blockquote {
	font-style:italic;
	padding:10px 0;
	margin:20px 0;
	font-size:20px;
	line-height:150%;
	color:#fff;
	border-top:1px solid #333;
	border-bottom:1px solid #333;
}
blockquote p {
	margin:0;
}
.wp-caption-text {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size:11px;
	color:#999;
	margin-top:5px;
	font-style:italic;
}
.print-only {
	display:none;
}
#ie6 {
	padding: 10px;
	margin-bottom: 15px;
	background: #ff3300;
	color: #000;
	font-weight: bold;
	font-size: 14px;
}
#ie6 a {
	color: #000;
	text-decoration: underline;
}
a {
	color:#009999;
	text-decoration:none;
}
a:hover	{
	color:#ff9900;
	text-decoration:none;
}
a.y {
	color: #ff9900;
}
a.y:hover {
	text-decoration: underline;
}
a.post-edit-link {
	color: #ff3399;
}
a.post-edit-link:hover {
	text-decoration: underline;
}
a:active
{
	outline: none;
}
a img {
	border: none;
}

/* @end */

/* @group grid */

.grid {
	float: left;
	clear: left;
}
.grid .post-body p img { display:none; }
.grid .post-body {
	padding-bottom:10px;
	height: 260px;
	overflow: hidden;
}
.grid .post-body p {
	margin-top: 0;
}
.grid .post {
	float: left;
	background-color:#111;
	-moz-border-radius:4px;
	-khtml-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	width: 220px;
	overflow: hidden;
	margin: 5px;
	border:1px solid #111;
	_height:1%;
}
.grid .post:hover {
	border:1px solid #ff9900;
	background:#000;
}
.ext .post-body img {
	display:none;
}
.ext .post-image img {
	display:block;
}
.grid .post-content {
	padding:10px;
	position: relative;
	}
.grid .post-image {
	margin-bottom: 10px;
	max-height: 135px;
	overflow: hidden;
	_height:135px;
}
.grid .meta-grid {
	position: absolute;
	width: 200px;
	height: 30px;
	bottom: 0;
	left: 0;
	font-size: 10px;
	font-style: italic;
	color: #444;
	border-top: 1px solid #000;
	padding: 10px;
	line-height: 130%;
	_left:-10px;
}
.grid .post:hover .meta-grid {
	border-top-color: #1a1a1a;
}
.grid .meta-grid .gravatar {
	float: left;
	margin: 0 10px 0 0;
}
.grid .meta-grid .author-link a {
	color: #666;
}
.grid .meta-grid .author-link a:hover {
	text-decoration: underline;
}
.grid .warning {
	padding: 5px;
	color: #ff3300;
}
.grid .featured  {
	background: #1a1a1a;
}
.grid .featured h4 a {
	color: #ff9900;
}
.grid .featured h4 a:hover {
	text-decoration: underline;
}
/* @end */

/* @group contributors */

#contributors .meta-grid {
	height:11px;
}
#contributors .post-body {
	height: auto;
	padding:0;
}
#contributors .post-image {
	max-height: none;
	margin: 10px;
	padding:10px;
	background:#fff;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
#contributors .post-image:hover {
	background:#ff9900;
}
#contributors .editor {

}
#contributors h4 {
	padding:5px 5px 15px 5px;
	text-align:center;
	font-style:italic;
	font-size:14px;
}
#contributors h4 a {
	color:#fff;
}
#contributors h4 a:hover {
	color:#ff9900;
}
#contributors .meta-grid {
	text-align:center;
}
#contributors .meta-grid a {
	color:#999;
}
#contributors .meta-grid a:hover {
	color:#ff9900;
}
/* @end */

/* @group navigation */
#navigation {
	padding:5px;
}
#filters {
	overflow:hidden;
	display: none;
	width: 100%;
}
#filters .first {
	margin-top: 10px;
}
#lower-navigation {
	clear:left;
	padding-top:15px;
	margin-bottom: 40px;
	padding-bottom: 0;
}
#lower-navigation .page-navigation {
	border-top:0;
	border-right:0;
}
.menu-item {
	float: left;
	clear: left;
	padding: 0 0 5px 5px;
	overflow: hidden;
	_height:1%;
}
.menu-item li {
	float: left;
	display: inline;
}
.menu-item .title {
	color:#ccc;
	padding-right: 5px;
}
.menu-item a {
	color: #999;
}
.hide-filters {
	padding-top: 10px;
}
.menu-item a.slide-trigger {
	color: #ff9900;
}
.menu-item a.slide-trigger:hover {
	text-decoration: underline;
}
a.hi2059 {
	color: #ccc;
}
a.hi2059:hover, .menu-item a:hover {
	color: #ff9900;
}

/* @end */

/* @group tweet */

#tweet a {
	color: #666;
	text-decoration: underline;
}
#tweet a:hover {
	text-decoration: none;
}
#tweet a.follow {
	color:#009999;
	text-decoration:none;
}
#tweet a.follow:hover {
	text-decoration:underline;
}
.meta #tweet {
	font-style:italic;
}
/* @end */

/* @group meta */

.meta {
	overflow: hidden;
	padding-bottom:30px;
	_height:1%;
}
.meta li {
	float: left;
	padding: 5px 10px 5px 5px;
	border-left: 1px solid #1a1a1a;
	border-top: 2px solid #1a1a1a;
}
.meta .no-left {
	border-left:none;
}
.meta .date div {
	width: 65px;
	color: #666;
}
.meta .author div {
	width: 150px;
	font-style: italic;
	line-height: 140%;
}
.meta .comments-number div {
	width: 90px;
}
.meta .comments-number a {
	color: #ff9900;
}
.meta .comments-number a:hover {
	text-decoration: underline;
}
.meta .category ul {
	width: 200px;
	font-style:italic;
}
.meta .tags ul {
	width: 230px;
	font-style:italic;
}
.meta .tags ul li,
.meta .category ul li,
.meta #tweet ul li,
.meta .related ul li,
.meta .author-links ul li {
	border: none;
	padding: 0;
}
.meta ul li.title-inline,
.meta .tags ul li a,
.meta .category ul li a,
.meta .related ul li a {
	padding: 0 2px;
}
.meta .related ul li a {
	padding: 0;
}
.meta .author-links li {
	float: none;
}
.meta .author-bio div {
	width: 450px;
}
.meta .comment-count a {
	color:#ff9900;
}
.meta .comment-count a:hover {

	text-decoration: underline;
}
.meta .page-navigation {
	border-right:1px solid #1a1a1a;
	padding:0;
}
.meta .page-navigation ul {
	overflow:hidden;
}
.meta .page-navigation ul li {
	border-top:0;
	padding:5px;
}
.meta .page-navigation a {
	padding:5px;
	color: #ff9900;
}
.meta .page-navigation a:hover {
	text-decoration:underline;
}
.meta #search input {
	margin-top:0;
	padding:2px;
	background:#1a1a1a;
	color:#fff;
	-moz-border-radius:0px;
	-khtml-border-radius: 0px;
	-webkit-border-radius:0px;
	border-radius:0px;
	font-size:11px;
	border:1px solid #333;
}
.meta #search #s {
	width:100px;
}
.meta #search #searchsubmit {
	width:50px;
	background: none;
	border: none;
}
.meta #search #searchsubmit:hover {
	cursor:pointer;
	color:#ff9900;
}
/* @end */

/* @group single */
.single {
	overflow:hidden;
}
.single .post {
	float:left;
	width:680px;
}
.single .post .content {
	font-size:14px;
	line-height:150%;
	color: #ccc;
}
.single .post .content a {
	text-decoration:underline;
}
.related-posts {
	float:left;
	font-style:italic;
	font-size:11px;
	margin-top: 30px;
}
/* @end */

/* @group page */


/* @end */

/* @group author */

#author-meta {
}

/* @end */

/* @group footer */

#footer {
	float:left;
	clear:left;
	margin-top: 20px;
	padding:5px 5px 15px 5px;
	width:90%;
	bottom: 5px;
	color: #666;
	font-size:10px;
}
#footer .rss {
	color: #FF6F12;
}
#footer .rss:hover {
	color:#ff9900;
}
/* @end */

/* @group comments */

.comment {
	font-size: 13px;
	line-height: 150%;
	margin-bottom: 20px;
	padding:10px;
	border: 1px #1a1a1a solid;
}
.comment:hover {
	background:#111;
}
#comments {
	margin-top: 60px;
}
#comments h2 {
	color:#fff;
	font: 30px "costa-1","costa-2", Georgia, "Times New Roman", Times, serif;
	margin: 20px 0;
}
#comments .author-comment {
	border: 1px #009999 solid;
}
#commentform {
	margin-top: 50px;
}
.comment .gravatar {
	float: left;
	margin-right: 10px;
}
.comment .author {
	font-size: 11px;
	color: #666;
}
#comments #submit {
	display: block;
	margin-top: 10px;
	width: 110px;
	background: #009999;
	color: #000;
	cursor: pointer;
	font-weight: bold;
}
#comments #submit:hover {
	background: #ff9900;
}
#comments .unapproved {
	border: 1px #ff9900 solid;
	padding: 10px;
	background: none !important;
}
#comments input,
#comments textarea {
	width: 420px;
	padding: 6px;
	margin-bottom:15px;
	background:#111;
	border: 1px solid #222;
	color:#fff;
}
#comments label {
	display:block;
	color:#fff;
	font-size:12px;
	font-style:italic
}
.comment .notice {
	font-weight: bold;
	margin-bottom: 15px;
	background: #000;
	color: #ff9900;
}
.comment .text > p:first-child {
	margin-top: 0;
}
/* @end */

/* @group forms */

input, textarea, select, button{
	background-color:#fff;
	-moz-border-radius:4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	padding: 4px;
	border:0px;
	margin-top: 5px;
	color:#333;
	font-size:12px;
	font-family: "apertura-1","apertura-2", Helvetica, Arial, sans-serif;
}
form .req {
	color:#cc0000;
}
				
/* @end */

/* @group pulse */

/* @end */

/* @group add this */
span.at300bs.at15t_compact {
	background: url(share.png) no-repeat 0 0 !important;
	padding-right: 2px !important;
}
.single .addthis_toolbox div {
	width: 65px;
}
.single .addthis_toolbox a {
	color: #FF6F12;
}
/* @end */

/* @group GD Star Rating */

.meta .ratingblock, .meta .thumblock {
	margin: 0px;
	font-size: 11px !important;
}
.meta .gdthumbtext {
	font-size: 11px;
	margin-right: 6px;
}
.meta .gdthumbtext span {
	color: #666;
}
.meta .gdt-size-16.gdthumbtext {
	line-height: 14px;
}
.meta .gdthumb {
	position: relative;
	float: left;
	margin: 0 2px;
	top: -1px;
}
.gdt-size-16.gdthumb a.gdt-starrating_gif, .gdt-size-16.gdthumb div.gdt-starrating_gif {
	background: url('ratings.png') no-repeat !important;
}
.meta .gdt-size-16.gdthumb.gddw a, .meta .gdt-size-16.gdthumb.gddw div {
	background-position: 0px -16px !important;
}

.meta .gdt-size-16.gdthumb.gdup a:hover {
	background-position: 0px -32px !important;
}

.meta .gdt-size-16.gdthumb.gddw a:hover {
	background-position: 0px -48px !important;
}


/* @end */

