/*
Theme Name: IronLogin
Theme URI: http://wordpress.org/
Description: 
Version: 1.0
Author: Doug Martin
Author URI: 
Tags: none

	Based on Kubrick v1.5
	 http://binarybonsai.com/kubrick/
	The Kubrick theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/
	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/

/* -- just some ugly styling to make it easier to get started, can safely be removed */
/*
.sidebar, #entry-meta-single {border:1px solid red;}
#respond {border:1px solid yellow;}
#footer, #header {border:1px solid blue;}
li.depth-1 {border: 1px solid orange;}
.navigation {border:1px dashed black;}
.post {border:1px solid pink}
*/

/* - BASIC STUFF - */
html, body {
	margin: 0px;
	padding: 0px;
	border: 0px;
	height: 100%;
}
body {
	font-family: arial,tahoma,sans-serif;
	font-size: 0.9em;
	color:#353f48;
	background-color: #fff;
}
a {
	text-decoration: none;
	border-width: 0px 0px 1px 0px;
    border-style: none none dotted none;
}

a.no-border {
	border-width: 0px;
    border-style: none;
}
.additional-meta {font-size: xx-small}
blockquote {font-style:oblique}

/* -- LISTS -- */
/*
ul {margin:0;padding:0;}
ul li {	margin-left:5px;padding:0;}
li {list-style-type:none;}
*/
.disc {list-style-type:disc}
/* lists inside posts */
.entry-content ul ol {margin-left:0;}
.entry-content ul li {margin-left:10px; list-style:disc; list-style-position:inside}
.entry-content ul li ol {margin-left:10px;}
.entry-content ol li {margin-left:5px; list-style: decimal; list-style-position:inside}
.entry-content ol li li {margin-left:5px;}

/* -- HEADINGS -- */
h1,h2,h3,h4,h5,h6 {margin:0;padding:0;}
h1.entry-title {font-size: 1.5em; color: #254295;}
h2#comments{margin:20px auto 10px;font-size:140%;}
/* headings inside posts */
.entry-content h3 {font-size:140%;}
.entry-content h4 {font-size:120%;}
.entry-content h5 {font-size:100%;}
.entry-content h6 {font-size:90%;}

/* -- MAIN DIV'S -- */
#wrapper {
	width: 900px;
	margin: 0 auto;
	padding: 20px;
	background-color: #fff;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	min-height: 100%;	
	/* float:none;clear:both;margin:0 auto;padding:0;width:900px; */
}
#header {
	padding-top: 15px;
}
#logo {
	float: left;
	margin: 0;
	padding: 0;
}
div#tagline {
	font-size: 1em;
	margin: 0;
	padding: 40px 0 0 0;
	float: right;
}


#footer {height:50px;overflow:hidden;margin:20px auto 0;clear:both;float:none;text-align:center;padding: 20px 0;}

/* -- POSTS -- */
.post-index {margin:0 0 10px;}
#post-single {margin:0 0 20px;}
.posts-wrap {float:left; clear:none;width:100%; padding-top: 10px;}
.post-date {margin: 10px 0; font-style: italic; font-size: 0.8em;}

/* -- SIDEBARS --*/
.sidebar-wrap {margin:0 auto;overflow:hidden; float:left; clear:none;width:300px;}
.sidebar {width:99%;clear:none;}
.block-1 {float:right;}

/* -- 404-PAGE --*/
.error404 {margin:0;width:100%;}
.error404 h1,.error404 h2 {margin: 10px auto;}

/* -- COMMENTS -- */
div.comments-wrap {margin:15px auto; padding:0;}
li.comment,li.trackback, li.pingback {margin: 10px auto;}
ul.children {margin-left:10px;}
ul.commentlist, ul.pinglist {margin:10px 0;}
div.reply {}
textarea#comment {overflow:auto; width: 100%;}
form#commentform input#author, input#email, input#url {width: 100%;} 

/* -- ALIGNMENTS --*/
img.alignright {float:right;clear:none;margin:0 0 1em 1em}
img.alignleft {float:left;clear:none;margin:0 1em 1em 0}
img.aligncenter {display: block; margin:1em auto; text-align:center}
img.alignnone {margin:0 0.5em 0 0;}

/* -- NAVIGATION --*/
div.navigation {width:100%;height:auto;float:left;clear:both;padding: 10px 0px;}
.navigation-index {}
.nav-next {float:right;clear:none;width:48%; text-align:right;}
.nav-prev {float:left;clear:none;width:48%; text-align:left;}

/*---- nav ---*/

#nav ul {
	padding: 0;
	margin: 4px 0 5px 0;
	background-color: #7493d1;
	color: White;
	float: left;
	width: 100%;
	font-family: arial, helvetica, sans-serif;
}

#nav ul li { display: inline; }

#nav ul li a#active { background-color:#254295; }

#nav ul li a {
	padding: 0.2em 1em;
	background-color: #7493d1;
	color: White;
	text-decoration: none;
	float: left;
	border-width: 0px 1px 0px 0px;
    border-style: solid;
    border-color: #fff;
}

#nav ul li a:hover	{
	background-color: #254295;
	color: #fff;
}
