/*
Theme Name: Jinja-Ninja WordPress Theme
Theme URI: http://www.jinja-ninja.co.uk/
Description: A WordPress theme for the Jinja-Ninja website.
Version: 0.1
Author: Alex Gemmell
Author URI: http://www.theredfactory.com
Template: 
Tags: 
*/ /* Reset Browser styles */
h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {
	margin: 0;
	padding: 0;
}

a img,:link img,:visited img {
	border: none;
}

a:link,a:hover {
	color: #F5D602;
	text-decoration: none;
}

a:hover,a:visited {
	text-decoration: underline;
}

a:visited {
	color: #846F02;
}

a:focus,object {
	outline-style: none;
}

body,td {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.8em;
	background-color: #000000;
	color: #DDDDDD;
}

/* Template Divs */
#container {
	position: relative;
	width: 794px;
	margin: 10px auto;
}

/* Positioning */
#header {
	position: relative;
	height: 70px;
}

#logo {
	width: 226px;
	height: 60px;
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
}

#logo a {
	display: block;
}

#topNav {
	background-color: #000000;
	position: absolute;
	bottom: 0;
	right: 150px;
}

#topNav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#topNav ul li {
	display: block;
	float: left;
	height: 41px;
	margin: 0;
	padding: 7px 10px 0 23px;
	background: url(images/top_nav_bracket.png) no-repeat center left;
}

#topNav ul li a,#topNav ul li.current_page_item a {
	font-size: 1.3em;
	color: #ffffff;
	text-decoration: none;
}

#topNav ul li.current_page_item a {
	font-weight: bold;
}

#top {
	position: relative;
	height: 140px;
	width: 794px;
	background-image: url(images/top.png);
}

#summary {
	position: absolute;
	width: 550px;
	height: 105px;
	top: 11px;
	left: 11px;
	padding: 5px 10px;
}

#turntable {
	position: absolute;
	width: 232px;
	height: 183px;
	top: -25px;
	right: -20px;
	background-image: url(images/turntable2.png);
}

#content {
	float: left;
	width: 100%;
	margin: 10px 0 0 0;
	clear: both;
}

/* LEFT COLUMN */
#leftCol {
	float: left;
	width: 70%;
	margin: 0 0px 0 0;
	overflow: hidden;
}

#topLeftTop {
	position: relative;
	width: 100%;
	height: 14px;
}

#topLeftTop-l {
	position: absolute;
	width: 18px;
	height: 14px;
	top: 0;
	left: 0;
	background-image: url(images/topLeftTop-l.png);
}

#topLeftTop-m {
	position: absolute;
	width: 100%;
	height: 14px;
	top: 0;
	left: 0;
	background-image: url(images/topLeftTop-m.png);
	background-repeat: repeat-x;
}

#topLeftTop-r {
	position: absolute;
	width: 17px;
	height: 14px;
	top: 0;
	right: 0;
	background-image: url(images/topLeftTop-r.png);
}

#topLeftMid {
	position: relative;
	background-image: url(images/topLeftBg.png);
	background-repeat: repeat;
}

#topLeftMidContent {
	border-left: solid;
	border-right: solid;
	border-width: 11px;
	border-color: #404040;
	border-top: none;
	border-bottom: none;
	padding: 10px;
}

#topLeftBot {
	position: relative;
	width: 100%;
	height: 17px;
}

#topLeftBot-l {
	position: absolute;
	width: 189px;
	height: 17px;
	top: 0;
	left: 0;
	background-image: url(images/topLeftBot-l.png);
}

#topLeftBot-m {
	position: absolute;
	width: 100%;
	height: 17px;
	top: 0;
	left: 0;
	background-image: url(images/topLeftBot-m.png);
	background-repeat: repeat-x;
}

#topLeftBot-r {
	position: absolute;
	width: 17px;
	height: 17px;
	top: 0;
	right: 0;
	background-image: url(images/topLeftBot-r.png);
}

#botLeftMid {
	position: relative;
	background-image: url(images/botbg.png);
	background-repeat: repeat;
}

#botLeftMidContent {
	border-left: solid;
	border-right: solid;
	border-width: 11px;
	border-color: #404040;
	border-top: none;
	border-bottom: none;
	padding: 10px;
}

#botLeftBot {
	position: relative;
	width: 100%;
	height: 19px;
}

#botLeftLeft-worn {
	position: absolute;
	width: 9px;
	height: 46px;
	bottom: 0;
	left: 0;
	background-image: url(images/botLeftLeft-worn.png);
}

#botLeftBot-l {
	position: absolute;
	width: 197px;
	height: 19px;
	top: 0;
	left: 0;
	background-image: url(images/botLeftBot-l.png);
}

#botLeftBot-m {
	position: absolute;
	width: 100%;
	height: 19px;
	top: 0;
	left: 0;
	background-image: url(images/botLeftBot-m.png);
	background-repeat: repeat-x;
}

#botLeftBot-r {
	position: absolute;
	width: 169px;
	height: 19px;
	top: 0;
	right: 0;
	background-image: url(images/botLeftBot-r.png);
}

/* RIGHT COLUMN */
#rightCol {
	float: right;
	top: 0;
	right: 0;
	width: 29%;
	overflow: hidden;
}

#topRightTop {
	position: relative;
	width: 100%;
	height: 16px;
}

#topRightTop-l {
	position: absolute;
	width: 16px;
	height: 16px;
	top: 0;
	left: 0;
	background-image: url(images/topRightTop-l.png);
}

#topRightTop-m {
	position: absolute;
	width: 100%;
	height: 16px;
	top: 0;
	left: 0;
	background-image: url(images/topRightTop-m.png);
	background-repeat: repeat-x;
}

#topRightTop-r {
	position: absolute;
	width: 18px;
	height: 16px;
	top: 0;
	right: 0;
	background-image: url(images/topRightTop-r.png);
}

#topRightMid {
	position: relative;
	background-image: url(images/topRightBg.png);
	background-repeat: repeat;
}

#topRightMidContent {
	border-left: 10px solid;
	border-right: 12px solid;
	border-color: #404040;
	border-top: none;
	border-bottom: none;
	padding: 5px;
}

#topRightBot {
	position: relative;
	width: 100%;
	height: 18px;
}

#topRightBot-l {
	position: absolute;
	width: 187px;
	height: 18px;
	top: 0;
	left: 0;
	background-image: url(images/topRightBot-l.png);
}

#topRightBot-m {
	position: absolute;
	width: 100%;
	height: 18px;
	top: 0;
	left: 0;
	background-image: url(images/topRightBot-m.png);
	background-repeat: repeat-x;
}

#topRightBot-r {
	position: absolute;
	width: 18px;
	height: 18px;
	top: 0;
	right: 0;
	background-image: url(images/topRightBot-r.png);
}

#botRightMid {
	position: relative;
	background-image: url(images/botRightBg.png);
	background-repeat: repeat;
}

#botRightMidContent {
	border-left: 10px solid;
	border-right: 12px solid;
	border-color: #404040;
	border-top: none;
	border-bottom: none;
	padding: 10px;
}

#botRightLeft-worn {
	position: absolute;
	width: 9px;
	height: 14px;
	bottom: 0;
	left: 0;
	background-image: url(images/botRightLeft-worn.png);
}

#botRightRight-worn {
	position: absolute;
	width: 12px;
	height: 8px;
	bottom: 0;
	right: 0;
	background-image: url(images/botRightRight-worn.png);
}

#botRightBot {
	position: relative;
	width: 100%;
	height: 21px;
}

#botRightBot-l {
	position: absolute;
	width: 187px;
	height: 21px;
	top: 0;
	left: 0;
	background-image: url(images/botRightBot-l.png);
}

#botRightBot-m {
	position: absolute;
	width: 100%;
	height: 21px;
	top: 0;
	left: 0;
	background-image: url(images/botRightBot-m.png);
	background-repeat: repeat-x;
}

#botRightBot-r {
	position: absolute;
	width: 98px;
	height: 21px;
	top: 0;
	right: 0;
	background-image: url(images/botRightBot-r.png);
}

ul#sidebar,ul#sidebar .widget {
	margin: 0 0 10px 0;
}

ul#sidebar,ul#sidebar .widget ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

ul#sidebar .widget .title {
	background: url(images/header_line.png) no-repeat bottom left;
	margin: 0;
	padding: 0 0 3px 0;
	font-size: 10pt;
}

#twitter-tools .aktt_tweets {
	font-size: 7pt;
	background: url(images/twitter_bg.png) no-repeat top center;
}

#twitter-tools .aktt_tweets li {
	padding: 3px 0 0 17px;
	background: url(images/tweet.png) no-repeat 0 4px;
}

#twitter-tools .aktt_tweets li.aktt_more_updates {
	padding: 3px 0 0 0;
	background: none;
}

#twitter-tools input#aktt_tweet_text {
	border: 1px solid #A6A6A6;
	background-color: #404040;
	color: #D9D9D9;
	margin: 1px;
	width: 60%;
	float: left;
}

#twitter-tools input#aktt_tweet_submit {
	border: 1px solid #737373;
	background-color: #D9D9D9;
	color: #404040;
	font-weight: bold;
	font-size: 8pt;
	margin: 1px;
	padding: 1px;
	width: 30%;
	float: right;
}

.blogroll li {
	text-align: center;
	margin: 0;
	padding: 3px 0;
}

/* FOOTER */
#footer {
	padding: 10px 0;
	float: left;
	clear: both;
	width: 100%;
}

#footerGraphic {
	float: right;
	width: 134px;
	height: 23px;
	background-image: url(images/footerGraphic.png);
	margin: 0 10px 0 0;
}

#copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #444444;
}

/* COMMON */
.post {
	margin: 5px 0 30px 0;
}

.postmetadata {
	background: url(images/header_line.png) no-repeat top left;
	margin: 10px 0 0 0;
	padding: 5px 0 0 0;
	font-size: 7pt;
}

.commentmetadata {
	font-size: 7pt;
}

h2,h3 {
	background: url(images/header_line.png) no-repeat bottom left;
	padding: 0 0 5px 0;
	margin: 0 0 5px 0;
	font-size: 1.6em;
}

h3 {
	font-size: 1.2em;
}

h2 a:link,h2 a:visited {
	text-decoration: none;
}

h2 a:hover {
	text-decoration: underline;
}

.entry {
	
}

.entry p {
	margin: 15px 0;
}

.entry table {
	width: 95%;
	margin: 0 auto;
}

.entry table thead td {
	padding: 5px;
	font-weight: bold;
}

.entry table td {
	padding: 5px;
	background-color: #000000;
}

.muted {
	color: #808080;
}

.soundcloud_player {
	font-size: 0.7em;
}

.soundcloud_player_metadata {
	padding: 5px 0 0 0;
}

.glennz {
	text-align: center;
}

.glennz img {
	border: 1px solid #000000;
	margin: 0 auto;
	width: 180px;
}

.addthis_box {
	float: right;
	margin: 2px;
}

#music_player {
	text-align: center;
}

.wp-caption {
	text-align: center;
	padding: 3px;
	margin:3px;
	background-color: #404040;
	border: 1px solid #333333;
}

.wp-caption img {
	border: 1px solid #333333;
}

p.wp-caption-text {
	margin: 3px;
	padding:3px 2px;
	font-size:8pt;
}

.aligncenter {
	margin: 2px auto;
}

/* COMMENTS */
#comments {
	margin: 0 0 20px 0;
}

.commentlist {
	list-style: none;
}

.commentlist li {
	background: url(images/header_line.png) no-repeat bottom left;
	padding: 5px 0;
	margin: 5px 0;
}

.alt {
	
}

#respond {
	border: red;
}

#commentform {
	font-family: Verdana, Arial, sans-serif;
}

#commentform input,#commentform textarea {
	border: 1px solid #A6A6A6;
	background-color: #404040;
	color: #D9D9D9;
	margin: 2px;
}

#commentform input#submit {
	border: 1px solid #737373;
	background-color: #D9D9D9;
	color: #404040;
	font-weight: bold;
	margin: 2px;
	padding: 2px;
}