/*
Theme Name: Energy From Thorium
Theme URI: http://ellisbenus.com/
Description: Design for Element number 90, Thorium.
Version: 1.0
Author: Ellis Benus
Author URI: http://ellisbenus.com/
Tags: green, fixed width, two columns, widgets

Blue		0000FF
Dark Green	336600
Dark Gray	666666
Orange		CC6600
Pee Green	99CC00
Light Green	009900
Light Gray	CCCCCC

*/

/* Begin Typography & Colors */
body {
	color: #000;
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Arial, Sans-Serif;
	text-align: left;
	}

#header h1 {
	font-size: 3.4em;
	margin: 0;
	padding: 0;
}
	#header h1 a { text-decoration: none; }

	#header h1 span.gray { color: #666666; font-weight: normal; }
	#header h1 span.blue { color: #0000FF; }
	#header h1 span.green { color: #009900; font-weight: normal; }

	#navigation {
		font-size: 1.3em;
	}

		.nav ul {} /* .nav appears in both the header and footer */
		.nav li {}
		.nav a:link,
		.nav a:visited {
			color: #666666;
			text-decoration: none;
			text-transform: lowercase;
		}
		.nav a:hover,
		.nav a:active,
		.nav a.current {
			color: #ccc;
			/*text-decoration: underline;*/
		}

#headerimg {}
	#headerimgtagline {}
	#headerimgtagline h2 {
		color: #FFF;
		font-size: 2em;
	}

#content {
}
	#content h2 {
		color: #666666;
		font-size: 2em;
		margin: 0;
		padding: 0;
		text-decoration: none;
	}
	
		#content h2 a:link,
		#content h2 a:visited {
			color: #666666;
			text-decoration: none;
		}
	
	.post h2 {}

	small {
		color: #CC6600;
		font-size: 1.0em;
	}

		small .category {}
		small .author {}
			small .category a:link,
			small .category a:visited,
			small .author a:link,
			small .author a:visited,
			small .post-edit-link:link,
			small .post-edit-link:visited {
				color: #CC6600;
				font-style: italic;
				font-weight: bold;
				text-decoration: none;
			}
			small .category a:hover,
			small .author a:hover,
			small .post-edit-link:hover {
				text-decoration: underline;
			}

.entry {
	color: #666666;
	color: #000000;
	font-size: 1.2em;
	font-size: 1.4em;
}

.entry p {
}

.postmetadata {
	background: #EEEEEE;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	padding: 5px;
}
	.postmetadata a:link,
	.postmetadata a:visited { color: #CC6600; }

	.postmetadata a:hover { color: #; }

#sidebar h2 {
	color: #009900;
	font-size: 1.5em;
	font-size: 1.8em;
}

#sidebar h2 a:link,
#sidebar h2 a:visited {
	color: #009900;
	text-decoration: none;
}

#sidebar h2 a:hover {
	color: #99CC00;
	text-decoration: none;
}

#sidebar a:link,#sidebar a:visited {
	font-size: 1.2em;
}

#footer {
	font-size: 1.2em;
}

h1 { font-size: 2em; }
h2 { font-size: 2em; }
h3 { font-size: 2em; }

a:link,
a:visited { color: #CC6600; text-decoration: none; }

a:hover { text-decoration: underline; }

.navigation { font-size: 1.3em; font-weight: bold; }

.alignleft { float: left; }

.alignright { float: right; }

/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0;
}

#page {}

#header {
	margin: auto;
	padding: 0; /* the "padding" for this is controlled by the h1 tag */
	width: 900px;
}
	#header h1 { margin: 0; padding: 20px 0 20px 0; }
	#header h2 {}
	#header h2.description { display: none; }

	#navigation {
		float: right;
		margin: 3px 0 0 0;
		padding: 0;
	}
		.nav ul { /* .nav appears in both the header and footer */
			display: block;
			margin: 0;
			padding: 0;
		}
		.nav li {
			border-right: 1px solid #CCC;
			float: left;
			list-style: none;
			margin: 0;
			padding: 0 5px 0 5px;
		}
		.nav li:last-child {
			border-right: 0;
			padding-left: 5px;
		}

#headerimg {
	background: url('images/background.jpg') repeat-x top left;
	height: 132px;
	width: 100%;
}
	#headerimgtagline {
		margin: auto;
		padding-top: 25px;
		height: 100px;
		overflow: hidden;
		width: 700px;
	}

#container {
	padding: 0;
	margin: auto;
	width: 900px;
}

#content {
	margin-top: 25px;
}
	.narrowcolumn {
		float: left;
		margin-right: 50px;
		width: 650px;
	}

	.widecolumn {
		width: 900px;
	}

	/* <?php post_class() ?> */

	#content h2 {
		border-bottom: 1px dotted #99CC00;
		padding-bottom: 3px;
	}
		#content h2 a {}

	small {}

	.entry { margin-top: 20px; }

	.postmetadata {}

#sidebar h2 {
	border-bottom: 1px dotted #99CC00;
	padding-bottom: 3px;
}

#footer {
	border-top: 1px dotted #99CC00;
	clear: both;
	margin: 0 auto 50px auto;
	padding: 0;
	text-align: right;
	width: 900px;
}

	#footernavigation { /* removed */
		float: right;
		margin: 3px 0 0 0;
		padding: 0;
	}

	#footer ul {
		list-style: none;
		margin: 5px 0 0 0;
		padding: 0
	}
	#footer li {
		border-right: 1px solid #99CC00;
		display: inline;
		padding: 0 5px 0 5px;

	}
	#footer li:last-child {
		border-right: 0;
		padding-left: 5px;
	}

.navigation {
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	background: #EEEEEE;
	clear: both;
	margin: 20px 0 20px 0;
	padding: 10px;
	height: 20px;
}

/* End Structure */


/* Begin Sidebar */
#sidebar {
	padding: 20px 0 10px 0;
	margin-left: 700px;
	width: 200px;
	}

#sidebar form {
	margin: 0;
}
/* End Sidebar */


/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
}

html>body .entry li {
	margin: 7px 0 8px 10px;
}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
}

.entry ol li {
	margin: 0;
	padding: 0;
}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}

#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 p, #sidebar ul select {
	margin: 5px 0 8px;
}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
}
/* End Entry Lists */

/* Begin Comments*/
h3#comments { color: #666666; clear: both; margin-top: 20px; }

.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	font-size: 1.2em;
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li {
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	display: none;
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */