/*
Theme Name: Technikal
Theme URI: http://technikal.net/blog
Description: Custom theme for Technikal.net Blog
Version: 1.0
Author: Alex McIlwaine
Author URI: http://technikal.net/blog
*/

/* !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! */
/* !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! */
/* Excuse the mess. I'll get round to tidying this CSS soon! */
/* !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! */
/* !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! */


/* !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! */
/* !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! */
/* Resets and Useful Stuff */
/* !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! */
/* !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! */

/* Global reset */
/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */
*, html, body, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul, li { list-style:none }
caption, th { text-align:left }
h1, h2, h3, h4, h5, h6 { font-size:100%; font-weight:normal }
q:before, q:after { content:''}

/* Global reset-RESET */
/* The below restores some sensible defaults */
strong { font-weight: bold }
em { font-style: italic }
a img { border:none } /* Gets rid of IE's blue borders */


/* These rather presentational classes are generated by WordPress, so it's useful to have some styles for them. Edit as you see fit. More info: http://codex.wordpress.org/CSS */
.aligncenter { display:block; margin:0 auto }
.alignleft { float:left; padding: 5px 5px 5px 0; }
.alignright { float:right; padding: 5px 0 5px 5px; }
.wp-caption { border:1px solid #666; text-align:center; background:#ccc; padding:10px; margin:10px }

/* You might find the following useful */
br.dirtyLittleTrick { clear:both; display:block; height:1px; margin:-1px 0 0 0 } /* Use this br class to clear your floated columns */


p, li {
  color: #252934;
  font-size: 1.2em;
  line-height: 1.4em;
  padding: 0px;
  margin: 0 0 10px 0;
}

p
{
	text-align: justify;
}

a, a:visited {
  color: #34445F;
  text-decoration: none;
  font-weight: bold;
  text-decoration: underline;
}
a:hover {
  color: #ff4e6a;
}

.404 h2{ padding: 10px 0px; font-size: 1.6em; color: #ff0000; }

h3
{
	font-size: 1.4em;
	color: #000;
	border: none;
	padding: 10px 0px 10px 10px;
}

code, strong
{
	font-size: 1.2em;
}

blockquote, pre {
	background:#F4F5F7;
	border:1px dashed #CCC;
	padding:8px 12px 8px 30px;
	margin:5px 0;
}

code { font-size: 12px; overflow: auto; display: block; padding: 10px; background: #D0E9F8; margin-bottom: 15px; margin-top: 5px; }


/* !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! */
/* !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! */
/* Layout */
/* !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! */
/* !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! */

body 
{
	margin: 0;
	padding: 0;
	background: #191F2B url(images/content_bg2.jpg) top left repeat-x;
	font: 62.5% Verdana, Helvetica, sans-serif; /* 62.5% resets 1em to equal 10px for easy calculation */
	color: #34445F;
}

/* !!!!!!!! */
/* Subscribe/Follow Options */
/* !!!!!!!! */

#follow 
{
	margin: 0;
	padding: 0;
	background: #f5f5f5 url(images/follow_bg.jpg) repeat-x 0% 0%;
	height: 30px;
}

#follow_wrap, #wrap
{
	margin: 0 auto;
	padding: 0;
	width: 960px;
}

#follow_wrap dl 
{
	float: right;
	font-size: 1.2em;
}

#follow_wrap dl dt, #follow_wrap dl dd {	float: left;}

#follow_wrap dt 
{
	font-weight: bold;
	color: #252934;
	line-height: 30px;
}

#follow_wrap dd { margin-left: 20px;}
#follow_wrap dd a 
{
	display: block;
	color: #34445F;
	text-decoration: none;
	line-height: 30px;
}

#follow_wrap dd a.rss { padding-left: 20px; background: url(images/feed-icon.png) no-repeat 0 0.7em; }
#follow_wrap dd a.twitter { padding-left: 19px; background: url(images/twitter-icon.png) no-repeat 0 0.6em; }

/* !!!!!!!! */
/* Header and Categories */
/* !!!!!!!! */

#header 
{
  margin: 0;
  padding: 0;
  background: #ededed url(images/header_bg.jpg) repeat-x 0% 0%;
  height: 180px;
}
#header_wrap 
{
  margin: 0 auto;
  padding: 0;
  width: 960px;
}

#logo
{
  margin: 15px 0 0 0;
  padding: 0;
  float: left;
}
#logo a
{
  display: block;
  width: 270px;
  height: 90px;
  background: url(images/logo.png) no-repeat 0% 0%;
  border: none;
  overflow: hidden;
  text-indent: -1000em;
}

#cats ul
{
  margin: 50px 0 0 0;
  padding: 0 0 0 10px;
  float: right;
  list-style: none;
}
#cats li
{
  margin: 0;
  padding: 0 5px;
  float: left;
  display: inline;
}
#cats a
{
  font-size: 12px;
  color: #B3E3FF;
  background: #1A4E68 url(images/cats_bg.jpg) bottom left repeat-x;
  border: 1px solid #34445F;
  		-moz-border-radius: 6px; 
		-webkit-border-radius: 6px;
  padding: 0.3em 0.6em;
  text-decoration: none;
}
#cats a:hover, #cats a:active, #cats .current_page_item a
{
  color: #fff;
  background: #576065;
  text-decoration: none;
}

/* !!!!!!!! */
/* Content */
/* !!!!!!!! */

#content 
{
  margin: 0;
  padding: 0 0 35px 0;
  background: #283248;
  position: relative;
}

#content_wrap
{
  margin: 0 auto;
  width: 960px;
  position: relative;
  background: #ddd;
}

/* !!!!!!!! */
/* Posts */
/* !!!!!!!! */

#posts {
  margin: -65px 0 50px 0;
  padding: 10px 0 0 0;
  float: left;
  width: 640px;
  position: relative;
  background: #fff;
  border: 4px solid #5C7581;
}

.post {
  width: 620px;
  margin: 0 auto 3em;
  padding: 0px 0 10px 0;
}
.post h2, #comments h2, #post-comments h2, .archive h2 {
  height: 51px;
  margin: 0 0 0 -39px;
  padding: 0px 10px 0px 24px;
  font-size: 1.4em;
  line-height: 2.1em;
  font-weight: bold;
  color: #fff;
  display: block;
  background: url(images/h2_bg.png) bottom left repeat-x;
}
.post h2 a {
  color: #283248;
  text-decoration: none;
  border: none;
}
.post h2 a:hover {
  color: #fff;
}

.post h3 {
  margin: 0;
  padding: 0;
  font-size: 1.6em;
  line-height: 2.0em;
  font-weight: bold;
  color: #000;
  display: block;
}
.post h3 a {
  color: #34445F;
  text-decoration: none;
  border: none;
}
.post h3 a:hover {
  color: #ff4e6a;
}

.post h4{
  margin: 0;
  padding: 0;
  font-size: 1.4em;
  line-height: 1.8em;
  font-weight: bold;
  color: #000;
  display: block;
}
.post h4 a {
  color: #34445F;
  text-decoration: none;
  border: none;
}
.post h4 a:hover {
  color: #ff4e6a;
}

.post_info 
{
  width: 640px;
  display: block;
  margin: 0 0 30px 0;
  font-weight: bold;
}
.post_info ul {
			list-style: none; padding: 4px 10px 0 0; float: left; 
		}
.post_info ul li {
			float: left; margin: 0 15px 0 0; color: #5E6D5B; background: #f2f2f2; padding: 0.5em 1em;
		}
.post_info ul li a {
				color: #34445F; text-decoration: none; padding: 0 0 0.2em 0;
			}
.post_info ul li a:hover, .post_info ul li a:focus { color: #ff4e6a;  border-bottom: 1px dashed #ccc; }

#authorbox
{
    background:#e2e2e2;
    border:1px solid #ccc;
    width:600px;
    margin:10px auto;
    overflow:hidden;
}
#authorbox h4
{
	font-size:16px;
	color:#191919;
	margin:0;
	padding:10px 10px 5px 10px;
}
.authortext
{
	padding-left:100px;
}
#authorbox img
{
	margin:0;
	padding:10px;
	float:left;
}
#authorbox p
{
	color:#34445F;
	margin:0;
	padding:0px 10px 10px 10px;
}
#authorbox h4 a
{
	text-decoration:none;
}

/* !!!!!!!! */
/* Comments */
/* !!!!!!!! */

h3#comments, h3#respond {
	padding: 0 20px 10px 20px;
	font-size: 1.4em;
	font-weight: bold;
	color: #74D0FF;
}

ol.commentlist {
	margin:0;
	padding:0;
	}

.commentlist li {
	list-style:none;
	margin:0px 10px 20px 10px;
	}

.commentlist cite {
	padding: 7px;
	display:block;
	font-style:normal;
	background:url(http://www.yoursite.com/images/bg_comments2_cite.gif);
	color:#34445F;
	}	

.commentlist a:link, .commentlist a:visited {
	color: #34445F; text-decoration: none; padding: 0 0 0.2em 0;
	}

.commentlist a:hover, .commentlist a:active {
	color: #ff4e6a;  border-bottom: 1px dashed #ccc;
	}

.commentlist cite img {
	padding:1px;
	border:1px solid #ccc;
	float:left;
	margin-right:9px;
	}

.commentlist .author {
	font-size: 1.2em;
	font-weight: bold;
	}

.commentlist .time {
	padding: 0;
	}

.commenttext {
	background: #f5f5f5;
	border: 1px solid #ccc;
	padding: 10px;
	color:#fafcf6;
	margin-bottom: 20px;
	}
	
#commentform 
	{
		width: 590px;
		float: left;
		position: relative;
		padding: 5px 0 0 10px;
		margin: 20px;
		border: 1px solid #ccc;
		background: #f5f5f5;
	}
	
	.commentform legend
	{
		display:none;
	}

	.commentform fieldset
	{
		border:none;
	}

	.commentform .form-label 
	{
		font-size: 1.2em;
		font-weight: bold;
	}

	.commentform .form-input
	{
		margin-bottom:10px;
	}

	.commentform .required
	{
		color: #B3E3FF;
	}

	.commentform .form-input input, .commentform .form-textarea textarea
	{
		padding:10px;
		border: 1px solid #ccc;
		background:#fff;
		width: 540px;
		font-size: 1.2em;
	}

	.commentform #submit
	{
		width: 140px;
		height: 30px;
		padding: 2px 5px;
		margin: 10px 0px;
		background: #1A4E68;
		color: #B3E3FF;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 1.3em;
		font-weight: bold;
		float: left;
		position: relative;
		border: 1px solid #ccc;
		cursor: pointer;
	}

	.commentform #submit:hover
	{
		color: #fff;
		background: #576065;
	}
	
/* !!!!!!!! */
/* Search */
/* !!!!!!!! */

form#searchform {
  position:relative;
  height:28px;
  margin:0 0 20px 20px;
}

form#searchform input#s {
  height:18px;
  width:180px;
  padding:5px;
  background:url(images/text_bg.png) repeat-x;
  border:1px solid #ccc;
}

input#searchsubmit {
  display: inline;
  background:url(images/search_go.jpg) top left no-repeat;
  width: 30px;
  height: 30px;
  border: none;
  cursor: pointer;
}


/* !!!!!!!! */
/* Sidebar */
/* !!!!!!!! */

#sidebar{
  margin: -65px 0 0 0;
  padding: 0;
  background: #f5f5f5;
  float: right;
  width: 290px;
  border-left: 4px solid #a6a6a6;
  border-right: 4px solid #a6a6a6;
  border-bottom: 4px solid #a6a6a6;
  border-top: 4px solid #a6a6a6;
}
#sidebar h2 {
  margin: 0 0 10px 0;
  padding: 5px 0 5px 20px;
  font-size: 1.2em;
  font-weight: bold;
  color: #ccc;
  background: #546A76;
}
#sidebar ul {
  margin: 0 auto;
  padding: 0;
  list-style: none;
}
#sidebar ul li {
  margin: 0;
  padding: 0;
}
#sidebar ul li ul {
  margin: 0;
  padding: 5px 20px 12px 20px;
}
#sidebar ul li ul li {
  margin: 0 0 10px 0;
  padding: 0;
}
#sidebar a {
  color: #34445F;
  text-decoration: none;
  padding: 0 0 0.2em 0;
}
#sidebar a:hover {
  color: #ff4e6a;
  text-decoration: none;
  border-bottom: 1px dashed #ccc;
}

/* !!!!!!!! */
/* Footer */
/* !!!!!!!! */

#footer 
{
	clear: both;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 30px;
	padding: 0;
	z-index: 100;
	background: #ededed;
	border-top: 1px solid #fff;
	margin-top: 30px;
}

	#footer_wrap
	{
		position: relative;
		width: 960px;
		margin: 0 auto;
	}

	#footer p
	{
		padding: 7px 0px 0px 20px;
		font-weight: bold;
		text-align: left;
		color: #000;
	}
	
	#footer a
	{
		color: #34445F;
		text-decoration: none;
		padding: 0 0 0.2em 0;
	}
	
	#footer a:hover
	{
		color: #ff4e6a;  
		border-bottom: 1px dashed #ccc; 
	}





