/*  
Theme Name: Blue Basic
Theme URI: http://toddsiegel.com/projects/bluebasic
Description: Theme for Todd Siegel's web site.
Version: 0.1
Author: Todd Siegel
Author URI: http://toddsiegel.com

	Todd Siegel.com v0.1
	 http://toddsiegel.com/blog/
*/

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, sans-serif;
    font-size: 100%;
    line-height: 1.125em; /* 16x1.125=18px */
	color: #444;
}

h1 {
	font-size: 1.375em; /* 16x1.375=22px */
	line-height: 1.636em;/* 16x1.636=36px */
	margin: 0;
}

h2 {
	font-size: 1.125em; /* 16x1.125=18px */
}

h3 {
	font-size: 0.875em; /* 16x0.875=14px */
}

p {
	font-size: 0.75em; /* 16x0.875=14px */
}

/**************************************/
/*             Layout                 */
/**************************************/

#container		
{
	margin: 0;
	background-color: #fff;
}

#header {
  background-color: #036;
  color: #fff;
}

#header h1 {
	display: none;
}

#header #site-icon {
	float: left;
	height: 80px;
	width: 100px;
}

#header #blogsearchform {
	float: right;
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
	width: 300px;
}

#sidebar {
	float: right;
	margin-right: 10px;
	width: 260px;
}

#sidebar-content {
	background-color: #ccc;	
	padding-bottom: 10px;
	
}

#sidebar-ads {
	margin: 20px;
	text-align: center;
}

#sidebar h2 {
	background-color: #036;
	color: #fff;
	font-weight: normal;
	margin-bottom: 10px;
	padding: 3px 0 3px 5px;
}

#sidebar ul, #sidebar #feed {
	padding-left: 20px;
}

#sidebar ul {
	font-size: 0.75em;
	margin-bottom: 20px;
}

#sidebar #feed {
	vertical-align: middle;
}

#content {
	padding: 1em;
	margin: 0 300px 0 2em;
}

#content h2 { margin-top: 0; }

#footer {
	background-color: #036;
	clear: both;
	color: #fff;
	padding: 1em;
	margin-top: 30px;
	text-align: right;
}

/***********************************/
/*           Main Nav              */
/***********************************/
#navcontainer {
	margin-bottom: 20px;
}
#navcontainer ul {
	background-color: #036;
	color: #fff;
	float: left;
	font-size: 0.875em;
	padding-left: 0;
	margin-top: 0.1em;
	margin-left: 0;
	width: 100%;
}

#navcontainer ul li {
	display: inline;
}

#navcontainer ul li a {
	background-color: #036;
	border-right: 1px solid #fff;
	color: #fff;
	padding: 0.2em 1em;
	float: left;
	text-decoration: none;	
}

#navcontainer ul li a:hover {
	background-color: #369;
	color: #fff;
}

pre {
	background-color: #eef;
	border: 2px dashed #777;
	margin: 5px 0;
	padding: 10px;
	width: 66%;
}

code {
	font-size: 1em;
	line-height: 1em;
}

/*******************************/





/*
#main {
	margin-right: 230px;
	padding: 20px 80px 20px 80px;
}

#commentlist {
	margin-left: 2em;
}

/* Begin Sidebar */
/*#sidebar {
  float: right;
	padding-top: 10px;
	margin-right: 20px;
	width: 170px;
}

#sidebar form {
	margin: 0;
}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
}

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

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}


#sidebar #blogsearchform #s {
	width: 125px;
	padding: 2px;
}

/* End Sidebar */



.post {
	margin-bottom: 1.5em;
}

.post h2 {
	border-bottom: 1px solid #444;
}

.post h2 a {
	text-decoration: none;
}

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

.post-content {
	margin-left: 10px;
}

.post-content p {
	margin-top: 10px;
}

.post-footer {
	margin-top: 10px;
}

/*
.navigation {
	margin-bottom: 10px;
}

#post-comments {
	margin: 10px 0;
}


#commentlist li {
	border: 1px solid #444;
}

#commentlist li {
		border: 1px solid #444;
		margin: 5px 0;
		padding: 5px;
		width: 60%;
}

.comment-text {
	margin-bottom: 5px;
}

#sidebar li a {
	font-size: 1.25em;
}

#footer {
	background-color: #036;
	color: #fff;
	height: 100px;
	margin-top: 100px;
	padding: 10px 0;
	text-align: center;
	width: 100%;
}

#footer #copyright {
	font-size: 1em;
}

#footer {
	background-color: #036;
	color: #fff;
	height: 100px;
	margin-top: 100px;
	padding: 10px 0;
	text-align: center;
	width: 100%;
}


#commentlist cite {
	font-size: .7em;
	font-style: italic;
}

/* Hacks */

/*.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
/* * html .clearfix {height: 1%;} */
/* End hide from IE-mac */