/*  
Theme Name: Meisheid
Theme URI: http://beyondtherim.meisheid.com/
Description: Beyond the Rim
Version: 1.0
Author: Toby Simmons
Author URI: http://www.simmonsconsulting.com/

	Based initially on Default WP theme, Kubrick

*/

body {
	/*font-size: 62.5%; */
	/*font-size: .562em;*/
	font-size: .7em;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif; 
	background: #FFFBF0;
	color: #282828;
	text-align: Left;
	margin: 0 0 0 0;
	width: 800px;
}
a:link {
	color: #063;
	text-decoration: none;
}
a:hover {
	color: #063;
	text-decoration: underline;
	}
a:visited {
	color: #006633;
	text-decoration: none;
}
blockquote {
	margin: 5px 10px 5px 10px;
	padding: 0px; 
}
#header {
	background: #006633 url(header.png) repeat-x bottom right; 
        /* background-color: #006633; */
	border: 2px solid #669966;
	color: #fff;
	font: italic;
	height: 98px;
	margin: auto;
	padding: 0;
	text-align: left;
	width: 788px;
}
#header a:link, #header a:visited {
 	color: #fff;
}
#headerimg { 
	text-align: left;
	margin: 25px 10px;
	font-style: italic; 
} 
#headerimg h1 {
	font-family: 'Lucida Sans Unicode', Verdana, Arial, Sans-Serif; 
        font-size: 2.2em;
    	font-weight: normal; 
    	text-decoration: none; 
  }
#content {
	width: 800px;
	margin: 0 0 0 0; 
}
#sidelinks {
	text-align: left;
	width: 200px;
	vertical-align: top;
	font-size: .9em; 
    	padding-left: 5px;
    	padding-right: 5px;
}
#sidelinks h2 {
	font-size: 1.0em;
	color: #063;
	font-weight: bold;
	padding: 0;
	margin: 5px 0 2px 0;
}
#sidelinks ul {
	margin: 0;
	padding: 0 2px;
	list-style: none;
}
#sidelinks li {
	margin: 0;
	padding: 0 0 0 5px; 
}
#sidelinks a:link, #sidelinks a:visited {
	color: #666;
}
#centerdata {
	text-align: left;
	vertical-align: top;
	width: 400px;  
}
#sidebar {
	padding-left: 5px;
	text-align: left;
	vertical-align: top;
	font-size: .9em; 
	width: 200px;
}
#sidebar h2 {
	font-size: 1.0em;
	color: #063;
	font-weight: bold;
	padding: 0;
	margin: 5px 0 3px 0;
}
#sidebar ul {
	margin: 0 2px;
	padding: 0 5px;
	list-style: none;
}
#sidebar li {
	margin: 0;
	padding: 0 0 0 5px;
}
#sidebar a:link, #sidebar a:visited {
	color: #666;
}
#wp-calendar {
	color: #063;
	font-size: 1.0em;
	
}
#wp-calendar #prev {
	text-align: left;
}
#wp-calendar #prev a {
	font-weight: bold;
}
#wp-calendar a {
	text-decoration: none;
	color: #063;
}
#wp-calendar caption {
        font-weight: bold; 
        font-size: 1.1em;
	text-align: center;
}
#wp-calendar th {
	font-style: normal;
	text-align: center;
	text-transform: capitalize;
	padding-right: 2px;
	color: #666; 
}
#wp-calendar td {
	text-align: center;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.navigation {
        font-size: .85em;
	margin: 0 0 4px 0;
        padding-bottom: 4px;
}
.date {
	text-align: right;
	border-bottom: 1px solid #666;
	font-size: 1.0em;
	font-weight: bold;
	color: #063;
}
.description {
	padding-top: 2px;
        font-size: .9em;
}
.entry {
	padding-left: 5px; 
        padding-right: 5px;
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
}
.post {
	clear: both;

}
.post h2 {
	background: #ccc;
	border: 1px solid #A0A0A0;
	font-size: 1.25em;
	padding: 5px 2px 5px 2px; 
}
.post h3 {
	background: #ccc;
        font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif; 
	border: 1px solid #666;
	font-size: 1.1em;
	padding: 6px;
}
.postmetadata {
	color: #666;
	font-size: .9em;
        margin-left: 2px;
}