/*
Theme Name: John's theme
Theme URI: http://farrells.org/john/blog/
Description: John's theme
Version: 1
Author: Daniel Farrell
Author URI: http://simplepilgrimage.org/daniel/
*/
	body {
		margin:0px;
		}

	a 		{ color: #31945A; text-decoration: none; font-weight:normal; } 
	a:link		{ color: #31945A; text-decoration: none; } 
	a:visited	{ color: #31945A; text-decoration: none; } 
	a:active	{ color: #31945A;  } 
	a:hover	{
		color: #E7D642;  
		text-decoration: underline;
		}

	h1, h2, h3 {
		margin: 0px;
		padding: 0px;
		}
	h2 { font-size: 1em;}

	h3 { font-size: 1.1em;}

	ul {
		list-style-type: disc;
		}

	img { border: 0; }

	#description	{
		margin:9px 9px 0px 1em;
		padding:3px;
		font-size:x-small;
		text-align:left;
		float: right;
		width: 35%;
		color:#FFF;
		background:#31945A;
		border: 2px solid #E7D642;
		}

	#header {
		font-family:georgia, verdana, arial, sans-serif;
		color:#FFF;
		font-size:large;
		font-weight:bold;
		border-bottom:2px solid #E7D642;
  		background:#31945A;
  		padding:15px;
		}

	#header a,
        #header a:link,
        #header a:visited,
        #header a:active,
        #header a:hover {
		font-family:georgia, verdana, arial, sans-serif;
		font-size: x-large;
		font-weight: bold;
		color: #FFF;
		text-decoration: none;
		}
		
	#content {
		font-family:verdana, arial, sans-serif;
		color:#666;
		font-size:small;
		font-weight:normal;
  		background:#FFF;
  		line-height:16px;
		margin-right:14em;
		margin-bottom:20px;
		border:1px solid #FFF;
		padding:3px;
		}

	#menu {
		background:#DDDDDD;
		padding:15px;
		border-left:1px solid #E7D642;
		border-bottom:1px solid #E7D642;
		float: right;
		clear: right;
		width:15em;
		font-family:verdana, arial, sans-serif;
		color:#333;
		font-size:x-small;
		font-weight:normal;
		}

        #menu h4 {
		font-family:verdana, arial, sans-serif;
		color:#31945A;
		font-size:small;
		font-weight:normal;
  		line-height:140%;
  		padding:2px;
  		margin-top:10px;
		letter-spacing: .1em;
		border-bottom:1px solid #E7D642;
		text-align:center;
		}

	#menu a	{ color: #31945A; text-decoration: none; font-weight:normal; } 
	#menu a:link	{ color: #31945A; text-decoration: none; } 
	#menu a:visited	{ color: #31945A; text-decoration: none; } 
	#menu a:active	{ color: #31945A;  } 
	#menu a:hover	{
		color: #E7D642;  
		text-decoration: underline;
		}
#menu li {
	color: #31945A;
	list-style-type: none;
	margin: 0;
	padding-left: 3px;
}


#menu ul {
	color: #31945A;
	list-style-type: none;
	margin: 0;
	padding-left: 3px;
}

#menu ul li {
	letter-spacing: 0.1em;
	padding-left: 12px;
}

.credit {
	background: #FFFFFF;
	border-top: double 3px #aaaabb;
	color: #660000;
	font-size: 11px;
	margin: 10px 0 0 0;
	padding: 3px;
	text-align: center;
}

.credit a:link, .credit a:hover {
	color: #ffffff;
}

.feedback {
	color: #31945A;
	text-align: right;
}

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

.meta, .meta a {
	color: #31945A;
	font-weight: normal;
	letter-spacing: 0;
}
.meta ul {
	display: inline;
	margin: 0;
	padding: 0;
	list-style: none;
}

.meta li {
	display: inline;
}

.storytitle {
	margin: 0;
}

.storytitle a {
	text-decoration: none;
}

#wp-calendar {
	border: 0;
	empty-cells: show;
	font-size: 1.3em;
	margin: 0;
}

#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;
	text-decoration: underline;
}

#wp-calendar a:link {
	display: block;
	text-decoration: underline;
}

#wp-calendar a:hover {
	background: #31945A;
	color: #ffffff;
}

#wp-calendar caption {
		font-family:verdana, arial, sans-serif;
		color:#FFF;
		font-size:small;
		font-weight:normal;
  		line-height:140%;
  		padding:2px;
  		margin-top:10px;
		letter-spacing: .1em;
		border-bottom:1px dotted #FFF;
		text-align:center;
}

#wp-calendar td {
	color: #31945A;
	font-weight: normal;
	font-size: 0.9em;
	letter-spacing: normal;
	padding: 2px 0;
	text-align: center;
}

#wp-calendar td.pad:hover {
	background: #ffffff;
}

#wp-calendar td:hover, #wp-calendar #today, #wp-calendar #today a {
	background: #31945A;
	color: #ffffff;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}
