/*  
Theme Name: Eleon
Theme URI: http://ericleonardson.org
Description: Custom WordPress theme for <a href="http://www.ericleonardson.org">EricLeonardson.org</a>.
Version: 1.0
Author: Spencer Sundell
Author URI: http://spencersundell.com/
*/



#Blog {}

#sectionHeader	{ padding-top: 0; }
	#sectionHeader .header {
		border: 1px solid #000;
		display: block;
		width: 98%;
		height: 180px !important;
		padding: 0;
		background: url("images/header_bg.jpg") no-repeat right top;
	}
	
	#sectionHeader .header h1, 
	#sectionHeader .header h2 { 
		display: block;
		width: 217px;
		height: 40px;
		margin: 35px 0 0 20px;
	}
	#sectionHeader .header h1 a,
	#sectionHeader .header h2 a {
		display: block;
		width: 100%;
		height: 100%;
		background: url("images/whatsnew_title.gif") no-repeat 0 0;
	}
	#sectionHeader .header h1 span,
	#sectionHeader .header h2 span {
		position: absolute;
		left: -999999em;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 20px;
	font-size: 0.9em;
}
	.navigation a:link, 
	.navigation a:visited {
		color: #f90;
		text-decoration: underline;
	}
	.navigation a:hover { color: #f30; text-decoration: underline; }


small {
	font: 0.9em/1.5em Verdana, Geneva, Arial, Helvetica, Sans-Serif;
}

#headerimg .description {
	text-decoration: none;
}


h1 {}
h2 {} 
	h2 a:link, h2 a:visited  { color: #c30; text-decoration: none; }
	h2 a:hover { text-decoration: underline; }

#wp-calendar caption, cite {
	text-decoration: none;
}

h2.pagetitle { margin: 0; font: bold 1.75em Arial, Helvetica, sans-serif !important; }
h2.archivetitle { margin: 0 0 30px; font: bold 1.75em Arial, Helvetica, sans-serif !important; color: #f90 !important; }
	h2 a:hover { text-decoration: underline; }

h3 { font-size: 1.3em; }
h3.archive { margin-bottom: 0; }
	h3 a:link, h3 a:visited  { color: #c30; text-decoration: none; }
	h3 a:hover { text-decoration: underline; }

	
.category_tag { font: italic 1em/1.5em Verdana, Arial, Helvetica, sans-serif; color: #ccc; }
	.category_tag strong { font-weight: normal; }
	.category_tag a:link, .category_tag a:visited { color: #ccc; text-decoration: none; } 
	.category_tag a:hover { color: #f30 !important; text-decoration: underline; } 

strike {
	color: #777;
}

code {
	font: 1.1em "Courier New", Courier, Fixed;
}

acronym, abbr, 
span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
}


/* begin Calendar */

#wp-calendar #prev a, 
#wp-calendar #next a {
	font-size: 9pt;
}

#wp-calendar a {
	text-decoration: none;
}

#wp-calendar caption {
	font: bold 1.3em "Lucida Grande", Verdana, Arial, Sans-Serif;
	text-align: center;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}
/* End Calendar */



/* Begin Structure */



.narrowcolumn {
	display: inline; 
	float: left;
	margin: 0 50px 0 0;
	width: 495px;
}


.post {
	margin: 0 0 50px;
}

.post hr {
	display: block;
}




/* Begin Images */

.alignright { float: right; }

.alignleft { float: left }

img { border: 1px solid #222; margin-left: 10px; margin-right: 10px;  }

p img {
	padding: 0;
	max-width: 100%;
}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}
img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

/* End Images */


/* ----------------------------------- */

.postmetadata { clear: both; font-size: 0.9em; color: #777; }
	.postmetadata a:link, .postmetadata a:visited {
		color: #777;
	}
	.postmetadata a:hover { color: #fff; }

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style: none;
}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	text-align: left;
}

.widecolumn .postmetadata {
	margin: 30px 0;
}

/* ----------------------------------- */




/* 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 {
	content: "\00BB \0020";
}
 */
 
.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
}

.entry ol li {
	margin: 0;
	padding: 0;
}

ol li {
	list-style: decimal outside;
}

/* End Entry Lists */



/* Begin Form Elements */

input.submit {
	padding: 1px;
	border: 1px solid #945a00;
	background: #111;
	color: #ce3100;
}

input.text, textarea.text {
	border: 1px solid #3c3c3c;
	width: 108px;
	padding: 2px;
	background: #3c3c3c;
	color: #eee;
}


.searchform {
	margin: 10px auto;
}

#sidebar .searchform #s {
	border: 1px solid #3c3c3c;
	width: 108px;
	padding: 2px;
	background: #3c3c3c;
	color: #eee;
}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
}

select {
	width: 130px;
}

/* End Form Elements */



/* Begin Comments*/
h3.comments { padding: 0; margin: 40px auto 20px; }

.commentlist li, 
#commentform input, 
#commentform textarea {
	font: 0.9em "Lucida Grande", Verdana, Arial, Sans-Serif;
}

.commentlist li {
	font-weight: bold;
}

.commentlist cite, 
.commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}


#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}

#commentform textarea {
	width: 100%;
	padding: 2px;
}

#commentform #submit {
	margin: 0;
	float: right;
}

#commentform p {
	font-family: "Lucida Grande", Verdana, Arial, Sans-Serif;
}

.commentmetadata {
	font-weight: normal;
}

.alt {
	border-bottom: 1px solid #333;
	margin: 0;
	padding: 10px;
}

.commentlist {
	padding: 0;
}

.commentlist li {
	list-style: none;
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}

#commentform p {
	margin: 5px 0;
}

.nocomments {
	text-align: center;
	color: #777;
	margin: 0;
	padding: 0;
}

.comments_closed {
	font-style: italic;
}

.commentmetadata {
	margin: 0;
	display: block;
}

/* End Comments */



/* Begin Sidebar */

#sidebar {
	display: inline; 
	float: left; 
	width: 180px;
	font-size: 0.9em;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	/* font: bold 1.1em Verdana, Arial, Helvetica, sans-serif !important; */
	text-decoration: none;
}
#sidebar h3 {
	margin: 5px 0 0;
	padding: 0;
	/* font: bold 1em Verdana, Arial, Helvetica, sans-serif !important; */
	text-decoration: none;
}

#sidebar a:link { color: #f90; }
#sidebar a:visited { color: #f70; }


#sidebar ul, 
#sidebar ul ol {
	margin: 0;
	padding: 0;
}

#sidebar ul li {
	list-style: 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;
}

#sidebar ul ol li {
	list-style: decimal outside;
}

#sidebar ul ul li, 
#sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
}

#sidebar form { margin: 0; }


/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	display: block;
}

#wp-calendar caption {
	text-align: center;
	width: 100%;
}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
}

#wp-calendar td.pad:hover { /* Doesn"t work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */

blockquote {
	margin: 1em 2em 0 2em;
	color: #ce3100;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
}

.center {
	text-align: center;
}

hr {
	display: none;
}

/* End Various Tags & Classes*/


#WPfooter {
	color: #777;
	font-size: 0.9em;
}





