/*
THEME NAME: Flora's Sandbox
THEME URI: http://www.plaintxt.org/themes/sandbox/
DESCRIPTION: Floras version -- Rich with powerful and dynamic semantic class selectors, Sandbox is a canvas for CSS artists
VERSION: 1.6
AUTHOR: <a href="http://andy.wordpress.com/">Andy Skelton</a> &amp; <a href="http://www.plaintxt.org/">Scott Allan Wallick</a>
AUTHOR URI:
TAGS: sandbox, microformats, hcard, hatom, xoxo, widgets, blank slate, starter theme, minimalist, developer
*/

/* Two-column with sidebar on left from the /examples/ folder  */
@import url('examples/1c-b.css');
/* Just some example content */
body {
	font: 100% "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #C3D9C7;
}
#wrapper {
	width: 80%;
	margin: 20px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background:url(img/bg2.gif) repeat-y right #fff;
}
#wrapper p {
	text-align:justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}
#wrapper a {
	color:#D13038;
}
#wrapper h2 {
	font-size: medium;
	line-height: 1em;
}
#header {
	padding: 20px 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-image:url(img/bg1.gif);
	background-repeat:no-repeat;
}
#header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#content {
	padding:0 20px 20px 20px
}
#content blockquote {
	color:gray;
	font-style:italic;
}
#content .entry-meta {
	font-size: x-small;
}
#content .navigation {
	font-size: small;
	padding:10px 0 0 0;
}
#content .entry-title {
	font-weight:bold;
	clear:both;
}
#content .entry-date {
	font-size:small;
}
#footer {
	height:10px;
	background-image: url(img/footerbg.gif);
	background-repeat: no-repeat;
	background-position: right;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
img {
	border:0;
}
.alignright {
	border: solid 1px #E3E4E4;
	padding: 2px;
	background: #fff;
	margin-left:10px;
	float:right;
}
.alignleft {
	border: solid 1px #E3E4E4;
	padding: 2px;
	background: #fff;
	margin-right:10px;
	margin-bottom:10px;
	float:left;
}
#content .entry-title {
	font-weight: bold;
	font-variant: normal;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.entry-date {
	
}

/*menu*/
#access {
	margin: 0;
	padding: 0;
	background:url(img/bg2.gif) repeat-y right #333;
	height:2em;
	}

#access ul {
	margin: 0;
	padding: 0;
	}

#access ul li {
	display: block;
	float: left;
	margin: 0;
	}
	
#access ul .children li {
	display:none;
	}

#access ul li a {
	padding: 0 15px 0 15px;
	color:#A2A29F;
	text-decoration: none;
	display: block;
	font-weight: normal;
	letter-spacing: 1px;
	line-height: 2em; 
	}

#access ul li a:hover {
	color: #000;
	background: #ccc;
	}

#access a:active	{
	background: #ED9945;
	color: #fff;
	}
	
#access .current_page_item a, #access  .current-cat a, #home .on {
	background: #ED9945;
	color: #fff;
	}