/*
Theme Name: Elucid
Theme URI: http://rmfo-blogs.com/theophileo/
Description: an clean and elegant WordPress theme
Version: 1.0
Author: Keith J. Grant
Author URI: http://rmfo-blogs.com/theophileo/

License -
The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php

Theme for blogging software. Initially released for Wordpress.
Copyright (C) 2006 Keith J. Grant

This program is free software; you can redistribute it and/or modify it under 
the terms of the GNU General Public License as published by the Free Software 
Foundation, version 2 of the License.

This program is distributed in the hope that it will be useful, but WITHOUT ANY 
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A 
PARTICULAR PURPOSE. See the GNU General Public License for more details.
*/


body {
	text-align: left;
	padding: 0px 15px 0px;
	margin: 0px;
	background: url(http://elucidblue.com/wordpress/wp-content/themes/elucid/images/background.jpg) repeat-y;
	}

#ie_warn {
	top: 0px;
	left: 0px;
	width: 754px;
	padding: 10px 15px;
	margin: 0px;
	border-bottom: #4C7464 1px solid;
	background: #801B00;
	color: #ffffff;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	vertical-align: middle;
	}
	
	#ie_warn a, #ie_warn a:visited {
		color: #CCB08F;
		}
	
	#ie_warn a:hover {
		color: #907D65;
		}

#container {
	width: 750px;
	padding: 0px 15px;
	}

#header {
	height: 100px;
	border: #801B00 0px solid;
	margin: 0px 0px -1px 0px;
	padding: 0px;
	/*background-color: #eeeeee;*/
	background: url(http://elucidblue.com/wordpress/wp-content/themes/elucid/images/masthead.jpg) no-repeat;
	}

#navbar {
	border: #283A33 0px solid;
	padding: 0px;
	margin: 0px;
	text-transform: lowercase;
	}

	#navbar ul {
		padding: 0px;
		margin: 0px;
		list-style-type: none;
		}
	
	#navbar ul li {
		padding: 0px;
		margin: 0px;
		font-family: Georgia, 'Times New Roman', serif;
		font-size: 11px;
		color: #000000;
		display: inline;
		}
	
	#navbar a, #navbar a:visited {
		background: url(http://elucidblue.com/wordpress/wp-content/themes/elucid/images/navbar.jpg) repeat-x;
		padding: 2px 2px 2px 63px; /*48px;*/
		text-decoration: none;
		color: #801B00;
		border: #cccccc 1px solid;
		}
	#navbar a:hover {
		background: url(http://elucidblue.com/wordpress/wp-content/themes/elucid/images/navbar-down.jpg) repeat-x;
		color: #283A33;
		border: #CCB08F 1px solid;
		}

#sidebar {
	margin: 15px 0px;
	padding: 0px 0px 10px 0px;
	width: 270px;
	border: #4C7464 0px solid;
	background: url(http://elucidblue.com/wordpress/wp-content/themes/elucid/images/tile-tan.png) repeat;
	float: right;
	}
	
#menu-images {
	margin: 0px;
	padding: 0px;
	}
	
	#menu-images p {
		margin: 0px;
		padding: 10px 5px;
		font-family: Georgia, 'Times New Roman', serif;
		font-size: 12px;
		font-weight: bold;
		}
	
	#menu-images ul {
		padding: 0px;
		margin: 0px;
		list-style-type: none;
		font-family: Georgia, 'Times New Roman', serif;
		font-size: .8em;
		}
	
	#menu-images ul li {
		margin: 5px;
		display: inline;
		}

	#menu-images ul li a, #menu-images ul li a:visited, #menu-images ul li a:hover {
		padding: 0px;
		margin: 0px;
		border: 0px;
		}

	#menu-images a img {
		border: 0px;
		padding: 0px;
		margin: 0px;
		}

#menu-links {
	padding: 0px 5px;
	}

	#menu-links p {
		margin: 0px;
		padding: 10px 0px;
		font-family: Georgia, 'Times New Roman', serif;
		font-size: 12px;
		font-weight: bold;
		}
	
	#menu-links ul {
		padding: 0px;
		margin: 3px 0px;
		list-style-type: none;
		font-family: Georgia, 'Times New Roman', serif;
		font-size: .8em;
		line-height: 1.5em;
		}
	
	#menu-links ul li {
		margin: 5px 0px;
		padding-bottom: 10px;
		display: inline;
		}

	#menu-links a, #menu-links a:visited {
		padding: 2px 15px 2px 2px;
		color: #4C7464;
		background: #ffffff;
		border: #cccccc 1px solid;
		text-transform: uppercase;
		font-size: .8em;
		text-decoration: none;
		}

	#menu-links a:hover {
		background: #F0E5D8;
		color: #801B00;
		}
		
	#menu-links ul li ul a, #menu-links ul li ul a:visited {
		text-transform: lowercase;
		font-size: 1em;
		line-height: 1em;
		}
		

#body {
	width: 450px;
	border: #CCB08F 0px solid;
	margin: 15px 0px;
	padding: 0px;
	font-family: Georgia, 'Times New Roman', serif;
	font-size: .9em;
	}
	
	.date {
		float: left;
		width: 95px;
		margin: 0px;
		padding: 10px 15px 10px 0px;
		background: url(http://elucidblue.com/wordpress/wp-content/themes/elucid/images/bg-date.jpg) repeat-y; /*#F3EADF;*/
		color: #907D65; /*#685A49;*/
		font-weight: bold;
		font-size: 12px;
		text-align: right;
		line-height: 16px;
		letter-spacing: 1px;;
		}
	
	.article {
		color: #000000;
		margin: 4px 0px 0px 110px;
		padding: 0px 5px;
		font-size: .9em;
		line-height: 1.5em;
		}
	
		.single {
			margin-left: 0px;
			}
		
	.article p {
		padding: 6px 0px;
		margin: 0px;
		}
	
/*	crashes IE6
	.article p:first-letter {
		font-size: 2em;
		font-family: 'Edwardian Script ITC', 'Monotype Corsiva', 'aScript MT Bold', Georgia, serif;
		padding-right: 3px;
		} */
	
	.article a, .article a:visited {
		text-decoration: none;
		color: #4C7464;
		padding: 0px;
		border-bottom: #CCB08F 1px solid;
		}
	
	.article a:hover {
		border-bottom: #801B00 1px dotted;
		}
	
	.art-title {
		height: 43px;
		font-weight: bold;
		letter-spacing: .2em;
		color: #000000;
		}

	.art-title a, .art-title a:visited {
		text-decoration: none;
		border: 0px;
		color: #801B00;
		}
	
	.art-title a:hover {
		border: 0px;
		color: #CCB08F;
		}
	
	.art-footer-left {
		float: left;
		margin-top: 15px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10px;
		}

	.art-footer-right {
		width: 100%;
		margin: 15px 0px;
		padding-top: 0px;
		border-top: #cccccc 1px solid;
		text-align: right;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10px;
		}
		
/*		.art-footer-right p:first-letter,
		.art-footer-left p:first-letter {
			font-family: Arial, Helvetica, sans-serif;
			font-size: 10px;
			padding-right: 0px;
			} */

		.art-footer-left a,
		.art-footer-left a:visited,
		.art-footer-right a,
		.art-footer-right a:visited {
			color: #4C7464;
			text-decoration: none;
			}
		
		.art-footer-left a:hover,
		.art-footer-right a:hover {
			color: #CCB08F;
			border-bottom: #4C7464 1px solid;
			border-top: #4C7464 1px solid;
			}

.page-title {
	width: 410px;
	padding: 1em 0em 0em;
	margin: 24px 0px 12px;
	border-bottom: #cccccc 1px solid;
	font-size: 1.5em;
	font-weight: bold;
	letter-spacing: .2em;
	text-transform: uppercase;
	color: #801B00;
	}

blockquote {
	margin: 15px 0px 0px 0px;
	padding: 5px;
	background: url(http://elucidblue.com/wordpress/wp-content/themes/elucid/images/tile-tan.png) repeat;
	border: #cccccc 1px solid; /*#4C7464 1px solid;*/
	color: 	#283A33;	 
	}

.navigation { /* navigation links for previous/next page(s) */
	margin: 0px 0px 0px 20px;
	height: 3em;
	vertical-align: top;
	font-size: .9em;
	}

	.navigation a, .navigation a:visited {
		text-decoration: none;
		color: #4C7464;
		padding: 0px;
		border-bottom: #CCB08F 1px solid;
		}
	
	.navigation a:hover {
		border-bottom: #801B00 1px dotted;
		}
	
	.alignleft {
		float: left;
		text-align: left;
		}
	
	.alignright {
		width: 100%;
		text-align: right;
		}

#footer {
	clear: both;
	width: 478px;
	padding-top: 10px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	background: url(http://elucidblue.com/wordpress/wp-content/themes/elucid/images/tile-tan.png) repeat;
	color: #333333;
	border: #eeeeee 1px solid;
	}
	
	#footer a, #footer a:visited, #footer a:hover {
		color: #596980;
		}

.postmetadata {
	padding-top: 10px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	background: url(http://elucidblue.com/wordpress/wp-content/themes/elucid/images/tile-tan.png) repeat;
	color: #333333;
	}

	.postmetadata a, .postmetadata a:visited, .postmetadata a:hover {
		color: #596980;
		}

