/*  

Theme Name: NINJI GOES ON
Description: Ninji's personal wp-theme, based on bloxy two by Stefan Kroeber.
Version: .9
Author: NINJI
Author URI: http://www.ninji.ch	

*/

* {
	border: 0 none;
	margin: 0;
	padding: 0;
	}
.clear {
	clear:both;
	}
html {
}
body {
	background: #dddddd url('img/ninjibg2.jpg') repeat;
	background-position: top center;
	font-family: Monaco, Andale Mono, 'Courier New', Courier, Helvetica, Helvetica Neue, Arial, Verdana, sans-serif;
	font-size: 12px;
}

#wrapperIE {
	background: #fff6ae; 
	color: #000000; 
	width: 100%;
}
#IE {
	width: 870px;
}
#wrapperHead {
	height: 180px;
	width: 100%;
	background: transparent;
}
#head1 {
	height: 110px;
	width: 960px;
	position: relative;
}

#head2 {
	height: 38px;
	width: 960px;
	position: relative;
}

#line{
	height: 19px; width:100%; background:transparent url('img/5pixelblack.png');
	margin-bottom:18px;
	
}

#linepink{
	clear:left;
	float:left;
	height: 19px; width:690px; background:transparent url('img/5pixel.png');
	margin:4px 0 14px 13px;

	
}

#wrapperBody {
	width: 100%;
	background: transparent;
}
#body {
	width: 960px;
}

#wrapperFoot {
	width: 100%;
}


#nav {
	height: 30px;
	position: relative;
	clear:left;
	float: left;
}
#logo {
	background: transparent url('img/ninjilogo.png') no-repeat;
	height:58px;
	width:707px;
	position: relative;
	float:left;
	margin: 40px 0 30px;
}
#rss {
	height: 55px;
	width: 138px;
	position: absolute;
	top: 155px;
	left: 732px;
	background: url('images/feed.png') no-repeat top right;
}
#search {
	background: url('images/searchBg.png') right top no-repeat;
	width: 222px;
	height: 44px;
	position: absolute;
	top: 180px;
	left: 648px;
}
#searchform fieldset {
	border: none;
}
#s {
	background: none;
	float: right;
	width: 182px;
	border: none;
	margin: 15px 5px 0 0;
}
#searchsubmit {
	background: transparent;
	display: inline;
	width: 35px;
	height: 44px;
	border: none;
}
.searchform {
	width: 222px;
	height: 44px;
	margin: 20px 0 0 0;
}

#content {
	width: 750px;
	margin-right:8px;
	float: right;
}

.articleHead {
	min-height: 50px;
	width: 730px;
	margin: 18px 0 0 0;
	background: url('img/posttop.png') no-repeat;
	overflow: hidden;
}
.articleDate {
	float:left;
	margin: 22px 0 0 13px;
	padding:2px 2px 0 2px;
	font-family: Helvetica, "Helvetica Neue", Arial, Verdana, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #fff;
	background:#000;
	text-transform: uppercase;
}


.articleTitle {
	padding: 0 0 0 80px;
}
.articleContent {
	width: 730px;
	padding: 0;
	background: url('img/postrepeat.png') repeat-y;
}
.articleMeta {
	width: 690px;
	margin: 10px 0 0 0;
	padding-bottom:8px;
}
.articleFoot {
	height: 10px;
	width: 730px;
	background: transparent url('img/postbottom.png') no-repeat;
}
.more-link {
	height: 35px;
	width: 130px;
	position: relative;
	left: -21px;
	display: block;
	margin: 15px 0 0 0;
	background: url('images/read.png') no-repeat;
}

.pageHead {
	min-height: 50px;
	width: 730px;
	margin: 18px 0 0 0;
	background: url('img/posttop.png') no-repeat;
	overflow: hidden;
}
.pageContent {
	width: 730px;
	padding: 0;
	background: url('img/postrepeat.png') repeat-y;
}
.pageFoot {
	height: 10px;
	width: 730px;
	background: transparent url('img/postbottom.png') no-repeat;
}

.comment {
	margin: 20px 0 0 0;
}
.commentUser {
	width: 125px;
	float: left;
	margin: 0 0 0 0;
}
.commentText {
	width: 475px;
	float: right;
}
.commentArrow {
	height: 30px;
	width: 17px;
	float: left;
	position: relative;
	top: 20px;
	background: url('images/commentArrow.png') no-repeat;
}
.commentTextHead {
	height: 10px;
	width: 460px;
	margin: 0 0 0 15px;
	background: url('images/commentTextHead.png') no-repeat;
}
.commentTextContent {
	min-height: 50px;
	width: 430px;
	margin: 0 0 0 15px;
	padding: 0 15px 0 15px;
	background: url('images/commentTextBg.png') repeat-y;
}
.commentTextFoot {
	height: 10px;
	width: 460px;
	margin: 0 0 0 15px;
	background: url('images/commentTextFoot.png') no-repeat;
}
.gravatar {
	margin: 5px 0 10px 5px;
}
.gravatarFrame {
	height: 60px;
	width: 60px;
	background: url('images/gravatarFrame.png') no-repeat;
	position: absolute;
}

#sidebar {
	width: 188px;
	float: left;
}

#sidebar a{
	font-size:11px;	
}

#sidebar ul li a{
	font-size:11px;	
}

.sbBox {
	width: 188px;
	padding: 0 15px 0 7px;
	background: transparent url('img/boxrepeat.png') repeat-y;
}
.specialBox {
	background: url('images/sidebarBoxBgSpecial.png') repeat-y;
}
.sbBoxHead {
	height: 31px;
	width: 188px;
	margin: 20px 0 0 0;
	background: transparent url('img/boxtop.png') no-repeat;
	border-bottom: none;
}
.specialHead {
	background: url('images/sidebarBoxHeadSpecial.png') no-repeat;
}
.sbBoxHead h2 {
	padding: 6px 0 0 8px;
}
.sbBoxFoot {
	height: 10px;
	width: 188px;
	background: transparent url('img/boxbottom.png') no-repeat;
}
.specialFoot {
	background: url('images/sidebarBoxFootSpecial.png') no-repeat;
}

.footBox {
	width: 290px;
	height: 100%;
}

.navigation {
	margin: 12px 0;
}

.alignleft {
	float: left;
	margin: 0 10px 0 0;
}
.aligncenter {
	margin: 0 auto 0 20px!important;
}
.alignright {
	padding-right:30px;
	float: right;
	margin: 0 0 0 10px;
}

.wp-caption {
	float: absolute;
	color:	#212121;
	font-size: 11px;
	border: 1px solid #cadbe6;
	text-align: center;
	background-color: #ebf3f8;
	margin: 15px;
}
.wp-caption img {
	margin: 5px;
	padding: 0;
	border: 0 none;
}

.small {
	font-size: 11px;
}

a {
	text-decoration: none;
	color: #ff007e;
}
a:hover {
	color: #888;
}
.white a {
	color: #000;
}
.white a:hover {
	color: #ff007e;
}
#nav a {
	display:block;
	font-family: Helvetica, Helvetica Neue, Arial, Verdana, sans-serif;
	font-size: 19px;
	height: 36px;
	padding: 7px 12px 0 0;
	background: url('img/naviright.png') no-repeat right top;
	color: #ffffff;
	text-transform:uppercase;
}
#nav .current_page_item a {
	display:block;
	height: 36px;
	padding: 7px 12px 0 0;
	background: url('img/navirightblack.png') no-repeat right top;
}
#rss a {
	color: #fff;
}
#rss a:hover {
	color: #fed207;
}
#s {
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, sans-serif;
	font-size: 11px;
}
.articleHead a, .articleHead a:active, .pageHead a , .pageHead a:active, .articleHead a:hover,  .pageHead a:hover  {
	color: #ff007e;
	font-size:30px;
}

.commentUser .nick a {
	color: #ff9000!important;
}
.commentUser .nick a:hover {
	color: #135bac;
}
.commentUser .small a {
	color: #fff;
}
.commentUser .small a:hover {
	color: #135bac;
}
.specialBox a {
	color: #000;
}
.specialBox a:hover {
	color: #135bac;
}
#foot a {
	color: #5e0d00;
}
#foot a:hover {
	color: #000;
}
blockquote, cite {
	padding: 0 0 0 20px;
}
h1 a {
	color: #fff;
}
h1 a:hover, h1 a:active {
	color: #fed207;
}
#copy a, #copy a:visited {
	color:#ff007e;
}
#copy a:hover {
	color:#888;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	color: #fff;
}
.articleContent h1, .pageContent h1 { 
	font-size: 22px;
	color: #000;
}
h2 {
	font-family: Helvetica, Helvetica Neue, Arial, Verdana, sans-serif;
	font-weight:normal;
	font-size: 16px;
	color: #fff;
}
h2.firstHeading {
	padding: 21px 0 0 0;
	color:#000;
	font-size:24px;
	font-weight:100;
	text-transform: uppercase;
}
.articleHead h2 {
	float:left;
	padding: 13px 0 0 13px;
	margin-bottom:8px;
	color:#000;
	font-size:24px;
	font-weight:100;
	text-transform: uppercase;
}
.pageHead h2 {
	color:#FF007E;
	font-size:30px;
	float:left;
	padding: 13px 0 0 13px;
	margin-bottom:8px;
	font-weight:100;
	text-transform: uppercase;
}
.specialHead h2 {
	color: #5e0d00;
}
.articleContent h2, .pageContent h2 { 
	font-size: 18px;
	color: #000;
}
#foot h2 {
	color: #5e0d00;
	padding: 0 0 15px 0;
}
h3 {
	font-family: Helvetica, "Helvetica Neue", Arial, Verdana, sans-serif;;
	font-size: 17px;
	color: #FF007E;
	font-weight:normal;
	text-transform:uppercase;
	padding:10px 18px 5px 14px;
}
.h3comments {
	color: #fff;
	padding: 20px 0 0 0;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
}
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #000;
}
p{
	padding: 5px 18px 5px 14px;
}
p.white {
	color: #fff;
}

table {padding:5px 18px 5px 14px;
	border-spacing:5px;
	margin-left:17px;}

td {vertical-align:top;}


#blogDescription {
	color: #fed207;
}
#rss {
	color: #fff;
	font-size: 11px;
	line-height: 16px;
}

.tags {
	background:;
	margin: 10px 0 0 0;
	padding: 0 0 0 15px;
}
.cat {
	background:;
	margin: 10px 0 0 0;
	padding: 0 0 0 15px;
}
.com {
	background:;
	margin: 10px 0 0 0;
	padding: 0 0 0 15px;
}
.author {
	background:;
	margin: 10px 0 0 0;
	padding: 0 0 0 15px;
}
.options {
	display: block;
	padding: 10px 0 0 0;
}	
.commentUser {
	color: #fff;
}
.specialBox{
	color: #5e0d00;
}

#footer{
	margin-top:12px;
	float:left;
	width:960px;
	height:40px;
	
}

#footleft{
	float:right;
	height:36px;
	width:10px;
	background:transparent url('img/navileftblack.png') no-repeat top left;
	margin:0;
}

#foot {
	float:right;
	height:36px;
	background:transparent url('img/navirepeatblack.png') repeat top;
	margin:0;
}

#footright{
	float:right;
	height:36px;
	width:18px;
	background:transparent url('img/navirightblack.png') no-repeat top right;
	margin:0 8px 0 0;
}

#copy {
	font-family: Helvetica, Helvetica Neue, Arial, Verdana, sans-serif;
	color: #fff;
	text-align: right;
	display: block;
	padding-top:9px;
	font-size:14px;
}

.articleContent ul, .articleContent ol, .pageContent ul, .pageContent ol {
	margin: 10px 0 10px 30px;
}
#nav ul {
	margin: 0; 
	padding: 0; 
	list-style: none;
}
#nav li {
	height: 36px;
	margin: 0 0 0 3px; 
	padding: 0 0 0 7px;
	float: left;
	background: url('img/navileft.png') no-repeat left top;  
}
#nav .current_page_item {
	height: 36px;
	margin: 0; 
	padding: 0 0 0 7px;
	float: left;
	background: url('img/navileftblack.png') no-repeat left top;  
}
ol.commentlist, ol.commentlist ul.children {
	list-style: none;
}
#sidebar ul {
	list-style: none;
}
#sidebar ul li li {
	padding: 0 0 3px 0;
}
#foot ul {
	list-style: none;
	padding: 35px 20px 0 0;
}
#foot .alignright ul {
	margin: 0 0 0 10px;
}
#foot .alignright ul li ul{
	margin: 0 0 0 25px;
}
#foot ul li ul {
	list-style: disc;
	margin: 0 0 0 25px;
	padding: 0;
}
#foot ul li ul li {
	padding: 5px 0 5px 0;
}

input#author, input#email, input#url, textarea#comment {
	font-family: Helvetica, Helvetica Neue, Arial, Verdana, sans-serif;
	padding: 5px;
	border: 2px solid #707070;
	background: url('images/semitransBg.png');
	color: #fff;
}
.articleContent input, .articleContent textarea, .pageContent input, .pageContent textarea {
	padding: 5px;
	border: 2px solid #eee;
}
