/*
Theme Name: NightSkyLine
Theme URI: http://mikemcquaid.com/
Description: A night skyline theme using CSS3 shininess.
Version: 2.0
Author: Mike McQuaid
Author URI: http://mikemcquaid.com/
Copyright: Mike McQuaid 2010
Email: mike@mikemcquaid.com

This theme complies with all the latest web standards from W3C
other than the use of a few CSS3 hacks. It doesn't even try to
work in IE6.
*/

html {
	padding: 0;
	margin: 0;
	background: #AAAAAA;
	color: black;
}

body {
	font: 1.0em Optima,Corbel,Verdana,sans-serif;
	padding: 0;
	margin: 0;
	text-align: left;
}

a:link {
	color: inherit;
}

a:visited {
	color: inherit;
}

a:hover {
	text-decoration: underline;
}

#page {
	padding: 0 0 2em 0;
}

#title {
	background : url(images/header.jpg) repeat-x top left;
	height: 104px;
	text-align: center;
}

h1 {
	text-shadow: 0.1em 0.1em 0.1em gray;
	font: bold 2.5em Cochin,Cambria,Georgia,serif;
	color: #EEEEEE;
	background-color: inherit;
	padding: 0;
	margin: 0;
}

#tagline {
	font: bold 1.5em Menlo,Consolas,monospace;
	text-shadow: 0.1em 0.1em 0.1em black;
	background-color: inherit;
	color: #888888;
	padding: 0.1em;
	margin: 0;
}

#navbar {
	text-align: center;
	border-bottom: solid black 1px;
	background: #222222;
	background:
		-moz-linear-gradient(
			center bottom,
			#222222 70%,
			black 100%
		);
	background:
		-webkit-gradient(
			linear,
			left bottom,
			left top,
			color-stop(0.7, #222222),
			color-stop(1.0, black)
		); 
	background:
		-khtml-gradient(
			linear,
			left bottom,
			left top,
			color-stop(0.7, #222222),
			color-stop(1.0, black)
		); 
	color: #EEEEEE;
	padding: 1em 0 0.5em 0;
}

#navbar a {
	font-weight: bold;
	text-decoration: none;
	font-size: 1.2em;
	margin: 0 1.5%;
	text-transform: lowercase;
}

#navbar a:hover {
	text-decoration: underline;
}
#posts {
	background: #FAFAFA;
	padding: 0.5em 5em 1em 5em;
	margin: 0 auto 0 auto;
	min-width: 25em;
	max-width: 35em;
	-moz-box-shadow: 0px 0px 50px black;
	-webkit-box-shadow: 0px 0px 50px black;
	-khtml-box-shadow: 0px 0px 50px black;
	box-shadow: 0px 0px 50px black;
}

.post {
	overflow: hidden;
}

#nextpage {
	padding: 0 0 2em 0;
}

h2 {
	font-weight: bold;
	font-size: 2.3em;
	margin: 0.5em 0 0 0;
}

.postdate, #lifestream h2 {
	font-style: normal;
	font-variant: normal;
	font-size: 1.2em;
	margin: 0.2em 0;
}

img {
        text-decoration: none;
        border: none;
}

h3 {
	font-size: 1.8em;
}

.post h3 {
	margin: 1.2em 0 -0.5em 0;
}

h4 {
	font-size: 1.2em;
}

.post h4 {
	margin: 1.2em 0 -0.8em 0;
}

#leftbar {
	float: left;
	padding: 0 0 1em 0;
	width: 49%;
}

#rightbar {
	float: right;
	padding: 0 0 1em 0;
	width: 49%;
}

#sidebar {
	font-size: 0.8em;
	border-top: solid black 1px;
	background: #333333;
	color: #DDDDDD;
	width: 100%;
	text-align: left;
	padding: 0 6.25em 0 6.25em;
	margin: 0 0 0 -6.25em;
	overflow: hidden;
}

#sidebar h2 {
	font-size: 1.2em;
	margin: 0.5em 0 0 0;
}

#sidebar li, #sidebar ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#lifestream {
	padding: 0;
	margin: 0;
	list-style: none;
}

#lifestream li {
	list-style: disc;
}

#comments {
	padding: 0 0 0.5em 0;
	margin: 0 auto 0 auto;
	min-width: 25em;
	max-width: 35em;
}

.comment, .comment-author {
	border: solid black 1px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	padding: 0 2% 5px 2%;
	margin: 0 0 10px 0;
}

.comment-author {
	background: #333333;
	color: #DDDDDD;
}

#comments .avatar {
	float: right;
	clear: right;
	margin: 5px;
	border: solid black 1px;
}

#commentinput {
	width: 100%;
}


table, th, td {
	border: none;
}

#footer {
	text-align: center;
}

.widget_search label {
	display: none;
}

.menu li {
	display: inline;
}

.menu, .page_item {
	margin: 0;
	padding: 0;
}
