/*
THEME NAME: Sandbox
THEME URI: http://www.plaintxt.org/themes/sandbox/
DESCRIPTION: 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
*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	background: #74727C;
	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 */
	}

a {
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	color: blue;
	}
	

div#wrapper {
	width: 95%;  /* this will create a container 80% of the browser width */
	background: #FFFFFF;
	margin: 1em auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	}
	
div#header { 
	background: url(http://www.patrickrunfit.com/images/sky2.jpg) no-repeat;
	text-align: center;
	padding-top: .5em;
	border-bottom: .25em solid black;
} 


div#menu {
	padding: 1px 1em 1px 1px;
	background-color: #EEEEEE;
        text-align: right;
	}

div#menu li {
	list-style: none;
        display: inline;
	}

div#container {
	margin: 0 22% 0 22%;
}


div.sidebar {
	background-color: #EEEEEE;
}

div#primary {
	float: left; /* this element must precede in the source order any element you would like it be positioned next to */
	width: 19%; /* since this element is floated, a width must be given */
	padding-left: 1em;
}

div#secondary {
	float: right; /* this element must precede in the source order any element you would like it be positioned next to */
	width: 17%; /* since this element is floated, a width must be given */
	padding: 1em; 
	}
	
div#primary ul, div#secondary ul{
	list-style: none;
	padding: 0;
	margin-top: -1em;
	}

#primary a {
	margin: 2px;
	padding: 0 5px;
	}
	
#primary a:hover {
	background: white;
	border-left: 2px solid blue;
	}

div#footer {
	padding: .25em 1em .25em 0;
	text-align: right;
	background-color: #EEEEEE;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain its child floats */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

div.skip-link {
display: none;
}

li.blog {
font-size: 1.25em;
font-weight: bold;
background-color: white;
}


