/* Custome Wordpress theme by Stephen Gashler */

/* Global HTML */

body {
	background: url(images/background.jpg) fixed;
	color: black;
}

td {
	vertical-align: top;
}

h1, h2, h3 {
	margin: 0;
}

input, textarea {
	-moz-border-radius: 12px;
	-khtml-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	background: rgb(100,100,100);
	color: white;
	padding: 5px;
}

#content iframe {
	-moz-border-radius: 12px;
	-khtml-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	background: black;
	color: white;
	padding: 5px;
}

/* Header */

#header #flash {
	height: 125px;
	width: 900px;
	padding-left: 5px;
}

#header #mask {
	-moz-border-radius-topleft: 24px;
	-moz-border-radius-topright: 24px;
	-khtml-border-top-left-radius: 24px;
	-khtml-border-top-right-radius: 24px;
	-webkit-border-top-left-radius: 24px;
	-webkit-border-top-right-radius: 24px;
	border-radius-top-left: 24px;
	border-radius-top-right: 24px;
	height: 120px;
	width: 889px;
	position: absolute;
	top: 6px;
	border-left: 8px solid rgb(75,75,75);
	border-right: 8px solid rgb(75,75,75);
	border-top: 8px solid rgb(75,75,75);
}

#header embed {
	z-indx: bottom;
}

#page {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

/* Top Navigation */

.top-navigation {
	background: rgb(100,100,100);
	color: white;
}

.top-navigation ul {
	margin: 0;
	padding: 0;
}

.top-navigation li {
	float: left;
	list-style: none;
}

.top-navigation li div {
	padding: 1em;
}

.top-navigation li a:hover div {
	background: rgb(150,150,150);
}

#main-navigation div {
	background: rgb(128,128,128);
	font-size: .75em;
}

#main-navigation a:hover div {
	background: rgb(150,150,150);
}

#thoughts-navigation div {
	font-size: .75em;
}

#navigation2 {
	background: rgb(75,75,75);
}

#categories-navigation div {
	font-size: 1em;
}

.top-navigation a {
	color: white;
	text-decoration: none;
}

.navigation {
	font-size: .85em;
	margin-bottom: 1em;
	width: 100%
}

.alignright {
	text-align: right;
}

/* Content */

#content {
	background: url(images/75.png);
	padding: 1em 1em 0 1em;
	border-left: 3px solid gray;
	border-right: 3px solid gray;
}

.post-date, .entry-categories {
	margin: 0;
	font-size: .75em;
}

.postmetadata {
	font-size: .75em;
}

.entry {
	border-bottom: 2px solid gray;
}

#content a {
	color: rgb(0,100,100);
	text-decoration: none;
	font-weight: bold;
	font-family: arial;
}

#content a:hover {
	color: rgb(0,150,150);
}

/* Sidebars */

#sidebar1, #sidebar2 {
	background: url(images/33.png);
	color: black;
}

#sidebar1 a, #sidebar2 a {
	color: rgb(0,100,100);
	text-decoration: none;
	font-weight: bold;
}

#sidebar1 a:hover, #sidebar2 a:hover {
	color: rgb(0,150,150);
}

/* Sidebar1 */

#sidebar1, #sidebar2 {
	width: 210px;
}

#sidebar1 li, #sidebar2 li {
	background: url(images/66.png);
	padding: 1em;
	-moz-border-radius: 24px;
	-khtml-border-radius: 24px;
	-webkit-border-radius: 24px;
	border-radius: 24px;
	border: 3px solid gray;
	font-size: .85em;
	margin: .5em;
}

#sidebar1 h2, #sidebar2 h2 {
	font-size: 1em;
}

#sidebar1 ul, #sidebar2 ul {
	margin: 0;
	padding: 0;
}

#sidebar1 li li, #sidebar2 li li {
	margin: 0 0 0 1em;
	border: 0;
}

/* Sidebar2 */

#sidebar2 {
	width: 210px;
}

#sidebar2 div div {
	background: url(images/66.png);
	padding: 1em;
	margin: .5em;
	-moz-border-radius: 24px;
	-khtml-border-radius: 24px;
	-webkit-border-radius: 24px;
	border-radius: 24px;
	border: 3px solid gray;
	font-size: .85em;
}

#sidebar2 div div p {
	margin: 0;
}

#sidebar2 ul {
	margin: 0;
	padding: 0;
}

#sidebar2 li {
	list-style: none;
}

/* Footer */

#footer {
	background: rgb(75,75,75);
	color: rgb(175,175,175);
	font-size: .75em;
	-moz-border-radius-bottomleft: 24px;
	-moz-border-radius-bottomright: 24px;
	-khtml-border-bottom-left-radius: 24px;
	-khtml-border-bottom-right-radius: 24px;
	-webkit-border-bottom-left-radius: 24px;
	-webkit-border-bottom-right-radius: 24px;
	border-radius-bottom-left: 24px;
	border-radius-bottom-right: 24px;
}

#footer a {
	color: white;
}

#footer ul {
	margin: 0;
	padding: 0;
}

#footer li {
	float: left;
	list-style: none;
}

#footer li div {
	padding: 1em;
}

#footer li:hover div {
	background: rgb(128,128,128);
}
