/*
Theme Name: Daniels Basic Theme
Theme URI: http://bubblewrapart.net
Author: Daniel Langenakker
*/

/*
	RESET
*/

*									{ margin: 0; padding: 0; }
html								{ overflow-y: scroll; }
html, body							{ height: 100%; }
body								{ font-size: 62.5%; font-family: Arial, sans-serif; color: #000; 
									  top center repeat-x white; }
ul									{ list-style: square inside; }
ol									{ list-style: decimal inside; }
a									{ outline: none; text-decoration: none; }
a img								{ border: none; background: none; }
img									{ vertical-align: middle; }
table								{ border-collapse: collapse; }

/* the rest */

body {
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(images/header-back.jpg);
	background-repeat:repeat-x;
	background-position:top left;
}

a {
	color:#FFF;
	text-decoration: underline;
}

#container {
	min-height:100%;
	height:auto !important;
	margin:0 auto -110px;
	width:960px; height:100%;
	color:#FFF;
}

#header {
	/*background-color:#3388EE;
	background-image:url(images/big_header.jpg);*/
	background-repeat:no-repeat;
	overflow:hidden;
	height:120px;
	/*-moz-border-radius-bottomleft:10px;
	-webkit-border-bottom-left:10px;
	-moz-border-radius-bottomright:10px;
	-webkit-border-bottom-right:10px;*/
	font-family:Geneva,Arial,sans-serif;
}

#header h1 {
	font-size:4em;
}

#header p {
	font-size:1.2em;
}

#header h1, #header p {
	color:#FFF;
	margin-top:20px;
	margin-left:10px;
}

/*#header span {
	display: block;
	position: relative;
	z-index: 1;
	margin-bottom: -1500px;
}*/

#pageMenu {
	/*background-color:#CCC;*/
	margin-bottom:10px;
	height:30px;
	font-size:1.5em;
	/*-moz-border-radius-bottomleft:10px;
	-webkit-border-bottom-left-radius:10px;
	-moz-border-radius-bottomright:10px;
	-webkit-border-bottom-right-radius:10px;*/
}

#pageMenu ul {
	float:left;
	margin:5px;
}

#pageMenu ul li {
	margin-left:5px;
	list-style:none;
	display:inline;
}

#pageMenu ul li a {
	color:#000;
	background-color:#CCC;
	padding:3px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

#pageMenu ul li a:hover {
	background-color:#FFF;
	opacity:0.7;
}

#sideBar {
	color:#FFF;
	float:right;
	padding:10px;
	width:180px;
	margin-bottom:10px;
	background-color:#3388EE;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	font-size:1.3em;
}

#sideBar h3 {
	margin:1px;
	margin-top:5px;
	text-align:center;
}

#sideBar ul {
	margin:1px;
	list-style:none;
}

#sideBar ul li {
	/*background-color:#CCC;*/
	margin-bottom:1px;
}

#sideBar ul li a {
	display:block;
}

#searchBar {
	
}

#searchBar #s {
	width:75%;
}

#content {
	padding:0 5px;
	padding-top:0;
	float:left;
	width:750px;
	font-size:1.3em;
}

#aboutBlog {
	padding-left:10px;
	font-style:italic;
	font-size:2em;
	color:#000;
}

.postDate {
	float:left;
	background-color:#CCC;
	color:#000;
	text-align:center;
	width:40px; padding:5px;
	-moz-border-radius-bottomleft:10px;
	-webkit-border-bottom-left-radius:10px;
	-moz-border-radius-topleft:10px;
	-webkit-border-top-left-radius:10px;
}

.day {
	font-size:2em;
}

.month {
	font-size:1.5em;
}

.post {
	color:#FFF;
	padding:10px; margin-left:50px;
	margin-bottom:10px;
	text-align:justify;
	background-color:#3388EE;
	-moz-border-radius-topright:10px;
	-webkit-border-top-right-radius:10px;
	-moz-border-radius-bottomright:10px;
	-webkit-border-bottom-right-radius:10px;
	-moz-border-radius-bottomleft:10px;
	-webkit-border-bottom-left-radius:10px;
}

.post a {
	text-decoration: underline;
}

.postBottom {
	margin-top:5px;
	padding-top:1px;
	border-top:1px solid #fff;
}

.commentList {
	margin:0 0 10px 0;
}

.commentList li {
	padding:5px; margin-bottom:5px;
	background-color:#3388EE;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

.commentList li img {
	margin-right:5px;
	height:40px; width:40px;
}

#commentForm {
	margin:0 0 10px 0; padding:5px;
	background-color:#3388EE;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

#commentForm input, #commentForm textarea {
	margin:2px 5px 0 0;
}

.page {
	color:#000;
}

.page a {
	color:#000;
}

.addthis_button {
float: right;
}

.nav {
	color:#000;
	list-style:none;
}

#push {
	height:110px;
}

#push, #footer{
	clear:both;
}

#footer {
	height:110px;
	background-color:#AAA;
}

#footerInside {
	width:960px;
	background-color:#AAA;
	margin:0 auto; padding:5px;
	font-size:1.2em;
	/*-moz-border-radius-topleft:10px;
	-webkit-border-top-left-radius:10px;
	-moz-border-radius-topright:10px;
	-webkit-border-top-right-radius:10px;*/
}

#aboutFooter, #rssFooter, #navFooter {
	float:left;
	width:300px;
}
