/*
Theme Name: Hiive Blog Theme
Description: The WordPress theme was designed by <a href="http://www.hiivesystems.com/">Hiive Systems</a>.
Version: 1.1
Author: Eamonn bell
Author URI: http://www.hiivesystems.com
Tags: orange, grey, black, fixed width, 2 column

	This theme was designed and built by Eamonn Bell,
*/
/* Global
------------------------------------------------------------------*/
html, body, form, fieldset, h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address {
	margin:0;
	padding:0;
}

ul,li {list-style-type:none;}
a {color:#85cff6;}
a img {border:none}

body {
	margin:0;
	padding:0;
	text-align:center;
	background:#fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	background:white;

}

body p{
	color:#ffffff;
	line-height:1.5em;
}

/* Structure
------------------------------------------------------------------*/

#wrapper{
	margin: 0 auto;
	text-align:left;
}

#header_wrapper {overflow:auto;	background:url(images/hiive_header_bg.gif) repeat-x;}
#content_wrapper {overflow:auto;background:#252525;}

/* Header
------------------------------------------------------------------*/

#header{
	width:900px;
	height:147px;
	margin:0 auto 0 auto
}

#title{
	position:relative;
	top:45px;
	width:350px;
}

#title a{
	font-size:50px;
	letter-spacing:-0.1em;
	color:#666;
}

#title a:hover{
	color:#999;
}

#title2{
	margin-top:10px;
}

#title2 h2{
	color:#bbbbbb;
	font-size:34px;
}

/* Top Navigation
------------------------------------------------------------------*/

ul#nav {float:right;margin-top:22px;margin-right:118px;}

ul#nav li {display:inline}

ul#nav li a{display:block;float:left;line-height:2;text-align:center;color:white;text-decoration:none;margin-right:1px;font-size:16px;}
ul#nav li a:hover {text-decoration:underline}
ul#nav li a.nav_blog{width:80px;height:31px;background:url(images/hiive_nav_orange.gif);}
ul#nav li a.nav_hiivehome{width:111px;height:31px;background:url(images/hiive_nav_grey.gif) top left}
ul#nav li a.nav_hiivehome:hover {background-position:bottom left;}

/* Content
------------------------------------------------------------------*/

#contentleft{
	width:500px;
	float:left;
	padding-bottom:30px;
	margin-left:64px;
}

#mainimage{
	float:left;
	margin:10px 0 10px 0;
}

#content{
	margin:15px auto 50px auto;
	width:900px;
}

.post{
	float:left;
	width:500px;
	margin-top:20px;
	color:#ffffff;
	margin-bottom:20px;
	border-bottom:1px dotted #a06a2a;
}

.postdetails {
	color:#d8d8d8;
}

.post p{
	margin-bottom:15px;
}

.post ul, .post ol{
	padding:10px;
	width:460px;
	margin-left:12px;
}

.post li{
	list-style-type:disc;
}

blockquote {
	border-left: 4px solid #666;
	width:430px;
	margin:10px;
	padding:0 0 10px 10px;
	letter-spacing:1px;
	color:#666;
}

.posttitle{
	float:left;
	width:500px;
}

.posttitle a{
	font-size:26px;
	color:#fe9f2d;
	text-decoration:none;
}

.posttitle a:hover{
	text-decoration:underline;
}

.posttitle h2.postheading {
	font-weight:normal;
	margin-bottom:2px;
}

div.postdate{
	font-size:12px;
	color:#adadad;
	position:absolute;
	margin-left:-60px;
	margin-top:-44px;
	background:url(images/hiive_post_date.gif) no-repeat top left;
	width:42px;
	height:41px;
	text-align:center;
	
}

.postdate span.postmonth {
	display:block;
	font-size:13px;
	margin-top:2px;
}

.postdate span.postday {
	display:block;
	font-size:22px;
	font-weight:bold;
	margin-top:-5px;
}

.postdate a{
	color:#85cff6;
	text-decoration:underline;
}

.postdate a:hover{}

.postcontent{
	float:left;
	width:500px;
	margin-top:15px;
	line-height:1.5em;
}

.postcontent h2 {
	color:#EFB877;
	font-weight:normal;
	margin:10px 0 10px 0;
}

.posttags, .postcategory, .postcomment{
	float:left;
	width:500px;
	margin-top:10px;
	font-size:11px;
}

.posttags {margin-bottom:10px;}

.postcomment{
	background:url('images/comment.png') no-repeat;
	padding-left:20px;
}

.posttags a, .postcategory a, .postcomment a{
	color:#85cff6;
}

.posttags a:hover, .postcategory a:hover, .postcomment a:hover{
	text-decoration:underline;
}


.paging{
	width:500px;
	float:left;
	margin-top:30px;
}
	
.paging a{
	font-size:28px;
	color:#85cff6;
}	
	

.paging a:hover{
	color:#fff;
	background:#85cff6;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}


.alignleft{
	padding:10px 10px 10px 0;
	float:left;
}

.alignright{
	width:220px;
	float:right;
	text-align:right;
}


/* Sidebar
------------------------------------------------------------------*/

#sidebar{
	width:310px;
	float:left;
}

#sidebarabout{
	float:left;
	margin:10px;
	width:310px;
}

#sidebarabout h3{
	margin:15px 15px 0 15px;
	font-size:26px;
	font-weight:normal;
	color:#fe9f2d;
}

#sidebarabout p{
	padding:15px;
}


.sidebarlinks{
	padding-bottom:10px;
}

.sidebarlinks, .sidebarsearch{
	float:left;
	margin:10px;
	width:310px;
}

.sidebarlinks h3, .sidebarsearch h3{
	margin:15px 15px 0 15px;
	font-size:26px;
	font-weight:normal;
	color:#fe9f2d;
}

.sidebarlinks li{
	margin:10px 15px 10px 15px;
}

ul.children li{
	border:none;
	display:block;
	padding:0;
	margin:0;
	text-indent:10px;
	margin-top:5px;
}


.sidebarlinks li a{
	color:#85cff6;
	display:block;
	background:url(images/icon_folder.png) top left no-repeat;
	padding-left:20px;
}

.sidebarlinks li a:hover{}

div.searchform{
	margin:10px 2px 15px 16px;
}

div.searchform p {margin:0;padding:0;display:inline}

.searchforminput{
	width:200px;
	border:1px solid #fe9f2d;
	padding:4px;
}
.searchforminput:focus {background-color:#feedd8;border:1px solid #ff8b00;}

input.gobutton {vertical-align:top;}

/* Footer
------------------------------------------------------------------*/


#footer {
	background: url(images/hiive_footer_bg.gif) top repeat-x white;
	text-align:center;
	padding:.5em;
	margin:0;
	clear:both;
	color:#999;
height:59px;
	border-top:6px solid #f7941e;
}


#footer a{
	color:#666;
	text-decoration:underline;
}

/* Comments
------------------------------------------------------------------*/

#commentwrap, #commentreplies{
	float:left;
	margin:20px 0 0 0;
}

#commentwrap textarea{
	width:500px;
	color:#666;
}

#commentwrap input{
	color:#666;
}

.commentitle{
	border-bottom:#666 solid 2px;
	float:left;
	width:500px;
}

#commentwrap h3, #commentreplies h3{
	background:#333;
	float:left;
	padding: 8px;
	font-size:13px;
	color:#fff;
}

#commentform{
	float:left;
	padding-top:10px;
}

ol.commentlist{
	float:left;
	width:500px;
}

ol.commentlist li{
	float:left;
	width:490px;
	padding:10px 0 10px 10px;
	border-bottom:1px solid #eee;
	background:white url(images/hiive_footer_bg.gif) repeat-x scroll center top;
}

ol.commentlist p a{
	color:#333;
}

ol.commentlist p a:hover{
	color:#666;
}

.commentwrapper{
	float:left;
}

.commentleft{
	float:left;
}

.commentright{
	float:right;
}

.commentcentre{
	float:left;
	width:90px;
}

.commentright p{
	width:350px;
	padding-left:10px;
	line-height:1.5em;	
}

.commentsavatar{
	border:#c0c0c0 solid 1px;
	padding:4px;
	margin-right:5px;
	float:left;
	background:white;
}

.commentauthor{
	font-size:11px;
	color:#333;
	font-weight:bold;
	float:left;
	width:120px;
	padding-left:5px;
}

.commentauthor a{
	color:#85cff6;
}

.commentauthor a:hover{
	background:#85cff6;
	color:#fff;
}

.commentdate{
	font-size:11px;
	color:#999;
	width:120px;
	padding-left:5px;
}

.commentcomment{
	float:left;
	font-size:13px;
	color:black;
}
.commentcomment p {color:black}
.commentcomment em{
	color:#999;
	padding-left:8px;
}

#commentwrap input{
	padding:2px;
	border:0px;
	margin:10px 10px 10px 0;
	border:1px solid #666;
	
}

#commentwrap textarea{
	padding:0px;
	border:0px;
	border:1px solid #666;
	width:500px;
}


#commentwrap label{
	color:#666;	
	font-weight:bold;
}

#commentloggedin{
	color:#666;
	font-weight:bold;
	float:left;
	font-size:12px;
	margin:10px 10px 10px 0;
}

#commentloggedin a{
	color:#85cff6;
}

#commentloggedin a:hover{}

.commentedit{
	float:left;
	padding-left:10px;
	margin-top:15px;
}

.commentedit a{
	color:#fff;
	background:#85cff6;
}

.commentedit a:hover{
	background:#fff;
	color:#85cff6;
}

p.formp {margin:0;padding:0}

#submit{
	text-transform: uppercase;
	font-size:11px;
	font-weight:bold;
}


#youmustbe{
	font-family: Arial, Helvetica, sans-serif;
	font-size:20px;
	letter-spacing:-0.1em;
	font-weight:bold;
	color:#333;
	margin:10px 0 10px 0;
}

#youmustbe a{
	color:#666;
}

#youmustbe a:hover{
	background:#c0c0c0;
}


/* wp essentials
------------------------------------------------------------------*/

.wp-caption {
	border: 1px solid #575757;
	text-align: center;
	background-color: #1b1b1b;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	font-size:12px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
