/*
Theme Name: Instamatic Karma
Theme URI: http://instamatickarma.essentialworks.co.uk/blog/wp-content/themes/instamatickarma/style.css
Description: Theme for Instamatic Karma at Essential Works
Version: 1
Author: Michael Gray
Author: URI: http://www.essentialworks.co.uk
*/

/* BLANKET STYLES
____________________________________________________________________________  */

* {
	margin:0;
	padding:0;
	}

body {
	background:#000 url(_images/bg_body.png) repeat-x scroll 0 130px;
	color:#FFF;
	font:62.5% "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", "Helvetica Neue", Verdana, sans-serif;
	}

strong {
	font-weight:bold;
	}

em {
	font-style:italic;
	}

img, fieldset {
	border:none;
	}

cite {
	font-style:normal;
	}

/* ACCESSIBILITY
____________________________________________________________________________  */

.skiplink {
	position:absolute;
	left:-999px;
	width:990px;
	}

/* LAYOUT DIVISIONS
____________________________________________________________________________  */

#container {
	margin:0 auto;
	width:810px;
	}
	
#header {
	background:url(_images/bg_header.png) no-repeat;
	height:250px;
	margin-bottom:10px;
	}
	
#main {
	float:left;
	padding: 0px 20px;
	width:480px;
	}
	
#sidebar {
	float:right;
	padding-right:20px;
	width:235px;
	}
	
#footer {
	border-top:1px #FFF solid;
	clear:both;
	height:60px;
	padding:0 20px;
	}
	
/* TEXT STYLES
____________________________________________________________________________  */

h1 {
	position:absolute;
	left:-999px;
	width:990px;
	}
	
h2 {
	color:#39F;
	font:2em/1em Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	margin-bottom:0.7em;
	}

h3 {
	border-top:1px #FFF dotted;
	}
	
h3, h4 {
	font-weight:bold;
	}

h4, label {
	color:#FFF;
	font:1em/1.6em "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", "Helvetica Neue", Verdana, sans-serif;
	font-weight:bold;
	letter-spacing:0.125em;
	text-transform:uppercase;
	}

h4.inline {
	display:inline;
	}

/* This rule corrects padding of elements when nested within lists */
li p, li h2, li h3, li h4, li ul, li ol, li table, li label {
	padding:0;
	}
	
p, h3, ul, ol, table {
	font-size:1.25em;
	line-height:1.4em;
	margin-bottom:0.7em;	
	}
	
/* These rules correct size of elements when nested within lists */
ul p, ul h3, ul ul, ul ol, ul table, ul label, ol p, ol h3, ol ul, ol ol, ol table, ol label {
	font-size:100%;
	}
	
ul h4, ol h4, dl h4, ul label, ol label, dl h4 {
	font-size:85%;
	}

ol.commentlist li {
	background:#FFF url(_images/bg_commentlist_li.png) no-repeat right bottom;
	border-top:1px #666 dotted;
	padding:10px 10px 0;
	}

.error {
	color:#39F;
	}

/* LINK STYLES
____________________________________________________________________________  */

a:link {
	color:#39F;
	font-weight:bold;
	text-decoration:none;
	}

a:visited {
	color:#39F;
	font-weight:bold;
	text-decoration:none;
	}
	
a:hover {
	color:#39F;
	font-weight:bold;
	text-decoration:underline;
	}
	
a:active {
	color:#39F;
	font-weight:bold;
	text-decoration:none;
	}

/* ADDITIONAL RULES FOR HEADER
____________________________________________________________________________  */

#header ul li {
	display:inline;
	}

/* ADDITIONAL RULES FOR MAIN
____________________________________________________________________________  */

.meta {
	border-top:1px #FFF dotted;
	font-weight:bold;
	padding-top:0.6em;
	}

.post {
	margin-bottom:1.6em;
	}
	
.post_follow ul li {
	border-right:1px #FFF solid;
	display:inline;
	margin-right:0.2em;
	padding-right:0.4em;
	}

.post_follow ul li.last, .post_follow ul li.stumbleupon {
	border:none;
	}

.digg, .stumbleupon, .facebook {
	padding-left:18px;
	}
	
.delicious {
	background:url(_images/bg_delicious.png) no-repeat 0 3px;
	padding-left:16px;
	}
	
.digg {
	background:url(_images/bg_digg.png) no-repeat;
	}

.stumbleupon {
	background:url(_images/bg_stumbleupon.png) no-repeat;
	margin-left:0.3em;
	}

.facebook {
	background:url(_images/bg_facebook.png) no-repeat;
	}

form dl dt, form dl dd {
	margin-bottom:0.4em;
	}
	
form dl dt {
	clear:left;
	float:left;
	width:15em;
	}

ol.commentlist {
	list-style:none;
	padding:10px;
	}

.commentmetadata {
	font-weight:bold;
	}
	
#comment {
	clear:both;
	margin-left:10px;
	padding:3px;
	width:474px;
	}
	
#submit_comment {
	font-size:1.2em;
	}


.podPress_content {
	padding:0 10px;
	}

/* These rules hide the bits of PodPress under the Flash player */
.podPress_content {
	color:#FFF;
	}

.podPress_content a {
	display:none;
	}

/* ADDITIONAL RULES FOR SIDEBAR
____________________________________________________________________________  */	
	
#sidebar h3 {
	margin-bottom:0.7em;
	}
	
#sidebar ul {
	list-style:none;
	}

/* This is for the search bar */	
#s {
	font-size:1.4em;
	float:left;
	height:25px;
	width:185px;
	}
	
#go {
	border:none;
	height:27px;
	margin-left:5px;
	text-indent:-5000px;
	width:29px;
	}
	
.feed {
	background:url(_images/bg_rss.png) no-repeat 0 2px;
	padding-left:18px;
	}

/* ADDITIONAL RULES FOR REGISTER LIST ITEM
___________________________________________________________________________________________________*/

#register dl label {
	font-size:80%;
	}

#register li {
	margin-bottom:0.35em;
	}

#register input, select {
	width:230px;
	}

#register #register_submit {
	margin:1.8em 56px 1.4em;
	width:123px;
	}
	
/* ADDITIONAL RULES FOR FOOTER
____________________________________________________________________________  */	
	
#footer ul {
	float:left;
	line-height:60px;
	list-style:none;
	}
	
#footer ul li {
	border-right:1px #FFF solid;
	display:inline;
	margin-right:0.2em;
	padding-right:0.4em;
	}

#footer ul li.last {
	border:none;
	}

#ew_logo {
	float:right;
	margin:15px 0;
	}
