/**
 * Theme Name: ninj.us
 * Theme URI: http://ninj.us
 * Description: Ninj.us development theme.
 * Version: 1
 * Author: Joseph Newing
 * Author URI: http://ninj.us
 *
 */


/* Includes
------------------------------------------------------*/


/* General
------------------------------------------------------*/
body
{
	background: #fff repeat-x left top;
	color: #2e2e2e;
	font: 72.5% 'Lucida Grande', Tahoma, Arial, Verdana;
	margin: 0 0;
	text-align: center;
}

a
{ 
	color: #0099ff;
	text-decoration: none;
}
a:hover
{
	color: #ff00a2;
	text-decoration: none;
}

h1, h2, h3, h4
{
	color: #2e2e2e;
	font-family: 'Lucida Grande', Tahoma, Arial, Verdana;
}

h2
{
	font-size: 1.7em;
}

h3
{
	font-size: 0.9em;
	font-weight: bold;
	background: #efefef;
	padding: 5px;
	width: 90%;
}

img
{
	border: none;
}


em
{
	color: red;
	font-size: 1.0em;
	font-weight: bold;
}

pre
{
	width: 90%;
	background: #efefef;
	font-size: 1.2em;
	bordeR: 1px dashed #9f9f9f;
	padding: 5px;
}

/* Containers
------------------------------------------------------*/
#wrapper
{
	width: 780px;
	margin: 50px auto 0px auto;
}

#logo
{
	text-align: left;
}
	
#page
{
	position: absolute;
	width: 590px;
	float: left;
	background: url(images/shadow.png) repeat-y top right;
	z-index: 1000;
	margin: auto;
	text-align: left;
	padding: 0px 20px 50px 0px;
}

#sidebar
{
	position: absolute;
	width: 200px;
	margin: auto 580px;
	float: right;
	z-index: -1;
}
	


/* Navigation
------------------------------------------------------*/
#nav
{
	margin: 0;
	padding: 0;
	margin-top: 10px;
}

#nav li
{
	list-style: none;
	margin-bottom: 2px;
}

#nav li a, #nav li span
{
	display: block;
	background: url(images/item.png) no-repeat top left;
	padding: 5px;
	text-indent: 25px;
	text-align: left;
}

#nav li.title span
{
	
	font-weight: bold;
}



/* Buttons
------------------------------------------------------*/
.buttons a, .buttons button{
    display:block;
    float:left;
    margin:0 7px 0 0;
    background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;

    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:100%;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
}

.buttons button {
    width: auto;
    overflow: visible;
    padding: 4px 10px 3px 7px; /* IE6 */
}

.buttons button[type]{
    padding: 5px 10px 5px 7px; /* Firefox */
    line-height: 17px; /* Safari */
}

*:first-child+html button[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}

.buttons button img, .buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}

button:hover, .buttons a:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
.buttons a:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}

/* POSITIVE */

button.positive, .buttons a.positive{
    color:#529214;
}
.buttons a.positive:hover, button.positive:hover{
    background-color:#E6EFC2;
    border:1px solid #C6D880;
    color:#529214;
}
.buttons a.positive:active{
    background-color:#529214;
    border:1px solid #529214;
    color:#fff;
}

/* NEGATIVE */

.buttons a.negative, button.negative{
    color:#d12f19;
}
.buttons a.negative:hover, button.negative:hover{
    background:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
}
.buttons a.negative:active{
    background-color:#d12f19;
    border:1px solid #d12f19;
    color:#fff;
}


/* Copyright & Valid
------------------------------------------------------*/
.copyright, .valid {
	color: #fff;
	font-size: 0.9em;
}


/* Misc
------------------------------------------------------*/
.error
{
	padding: 6px;
	background:#fbe3e4;
	border:1px solid #fbc2c4;
}

.success
{
	padding: 6px;
	background-color:#E6EFC2;
	border:1px solid #C6D880;
}

.error p, .success p
{
	font-size: 0.9em;
	font-weight: bold;
}

.clear
{
	clear: both;
}

* html .clearfix, * html .section, * html .navi
{ 
	display: inline-block;
}

.cfix:after, .client-login:after
{
	clear: both;
	content: '';
	display: block;
	height: 0;
	visibility: hidden;
}
