/*
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
*/

html, body {
	height: 100.1%;
	border: 0;
	margin: 0;
	padding: 0;
	color: #999;
}

body {
	font: 80%/1.4 Arial, Helvetica, sans-serif;
	background: url(images/background.jpg) #030307 no-repeat top center;
}

.cloud a:link, .cloud a:visited, .cloud a.active {
	border: none;
	padding-right: 5px;
}

#wrapper {
	width: 900px;
	margin: 0 auto;
}

div#container {
	float:left;
	margin:0 0 0 0;
	width: 540px;
}

div#content {
	margin:0 0 0 0;
}

div.sidebar {
	float:right;
	overflow:hidden;
	width:260px;
	margin-top: 100px;
}

.home div.sidebar {
	margin-top: 62px;
}

div#secondary {
	clear:right;
}

#grad {
	width: 900px;
	height: 136px;
	display: block;
	background: url(images/grad.jpg) no-repeat center;
	clear: both;
}

.wpfooterlinks {
	padding-top: 100px;
	display: block;
	width: 900px;
	text-align: center;
}

.wpfooterlinks a:link, .wpfooterlinks a:visited, .wpfooterlinks a:active {
	color: #FFFFFF;
	border: none;
	font-size: 11px;
}

.wpfooterlinks a:hover {
	color: #CCCCCC;
	font-weight: bold;
}

div#footer {
	clear:both;
	width:100%;
}

div.skip-link {
	position:absolute;
	right:1em;
	top:1em;
}

#header img {
	float: left;
	padding-top: 20px;
}

#header a:link, #header a:visited, #header a:active {
	border: none;
	float: left;
}

#blog-description {
	float: right;
	text-align: right;
	width: 550px;
	margin-top: 55px;
	margin-right: 4px;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #999999;
}

a.more-link:link, a.more-link:visited, a.more-link:active {
	width: 117px;
	height: 35px;
	display: block;
	clear: both;
	text-indent: -6666px;
	float: right;
	border: none;
	background: url(images/readmore.gif) left no-repeat;
}

a.more-link:hover {
	background-position: right;
	border: none;
}

.sidebar input.text {
	float: left;
	min-width: 160px;
}

.findbutton {
	width: 84px;
	height: 32px;
	display: block;
	text-indent: -6666px;
	border: none;
	background: url(images/find.gif) left no-repeat;
}

.findbutton:hover {
	background-position: right;
	border: none;
	cursor: pointer;
}

.entry-meta {
	color: #666666;
	font-size: 11px;
}

.entry-meta a:link, .entry-meta a:visited, .entry-meta a:active, .entry-meta a:hover,
a#stimuli_nextLink:hover, a#stimuli_nextLink, a#stimuli_prevLink:hover, a#stimuli_prevLink, a#stimuli_bottomNavClose:hover, a#stimuli_bottomNavClose,
.post a, .post a:link, .post a:visited, .post a:hover, .post a:active {
	border: none;
	text-decoration: none;
}

a img.alignnone {
	padding: 5px;
	margin: 5px;
	margin-right: 10px;
	border: 1px solid #999999;
	background-color: #FFF;
}

a:hover img.alignnone {
	background-color: #000;
	border: 1px solid #333;
}

.entry-meta a:hover {
	font-weight: bold;
}

.entry-meta img {
	float: left;
	padding: 1px;
	border: 1px solid #666;
	background-color: #000000;
	margin-right: 10px;
	margin-bottom: 10px;
}

.authorpic {
	float: left;
	padding: 1px;
	border: 1px solid #666;
	background-color: #000000;
	margin: 5px;
	margin-right: 10px;
}

.entry-meta img:hover {
	border: 1px solid #CCC;
	background-color: #555;
}

.searchtext {
	font-size: 1.6em;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFF;
}

/*----------------------------- HEADINGS*/

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-weight: normal;
}
 
h1 {
	display: none;
	font-size:28px;
}
 
h2 {
	padding: 30px 0 0 0;
	font-size: 25px;
	margin-bottom: 10px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}
 
h3 {
	padding: 10px 0;
	font-size: 1.6em;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #65407a;
	border-bottom: 1px dotted #65645a;
}

/*----------------------------- COMMON FORMATTING*/
p, ul, ol {
	margin: 0;
	padding: 0 0 1.25em 0;
}

p {
	line-height: 24px;
	text-align: justify;
}
 
ul, ol {
	padding: 0 0 1.25em 2.5em;
}

body #wrapper .sidebar li, li {
	list-style-image: url(images/li.gif);
	list-style-type: none;
}
 
blockquote {
	margin: 1.25em;
	padding: 1.25em 1.25em 0 1.25em;
}
 
small {
	font-size: 0.85em;
}

img {
	border: 0;
}
 
sup {
	position: relative;
	bottom: 0.3em;
	vertical-align: baseline;
}
 
sub {
	position: relative;
	bottom: -0.2em;
	vertical-align: baseline;
}
 
acronym, abbr {
	cursor: help;
	letter-spacing: 1px;
	border-bottom: 1px dashed;
}
 
a, a:link, a:visited, a:active {
	text-decoration: none;
	outline: none;
	color: #65407a;
	border:none;
}

a:hover {
	color: #9883a6;
	border-bottom: 1px dashed #555;
}

.post-date {
	float: left;
	display: inline;
	text-align: center;
	margin: 5px 10px 0 0;
	width: 56px;
	height: 63px;
	background: url(images/postdate.gif) no-repeat;
}
 
.month {
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	line-height: 1.6em;
}

.day {
	padding-top: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.8em;
	line-height: 0.5em;
} 
 
form {
	margin: 0;
	padding: 0;
	display: inline;
}
 
input, select, textarea {
	font: 1em Arial, Helvetica, sans-serif;
	background: url(images/input.gif) top repeat-x #101010;
	color: #FFFFFF;
	border: 1px solid #1a1a1a;
	padding: 6px 4px 6px 4px;
}
 
textarea {
	width: 100%;
	line-height: 1.25;
}
 
label {
	cursor: pointer;
	clear: both;
}
 
table {
	border: 0;
	margin: 0 0 1.25em 0;
	padding: 0;
}
 
table tr td {
	padding: 2px;
}

div#menu {
	background:#EEE;
	height:1.5em;
	margin:1em 0;
	width:100%;
}

/*-------------------------------------------------------------- NAVIGATION*/

#nav {
	height: 86px;
}
#nav, #nav ul {
	margin: 0;
	padding: 0;
	padding-top: 1px;
	padding-left: 4px;
	list-style-type: none;
	list-style-position: outside;
	position: relative;
	line-height: 1.5em; 
}

#nav a {
	border: none;
}

#nav a.home:link, #nav a.home:visited, #nav a.home:active {
	width: 119px;
	height: 86px;
	padding: 0px;
	margin: 0px;
	background: url(images/btn_home.jpg) left no-repeat;
	text-indent: -6666px;
	display: block;
}
#nav a.home:hover {
	background-position: right;
}
#nav a.what-we-do:link, #nav a.what-we-do:visited, #nav a.what-we-do:active {
	width: 156px;
	height: 86px;
	padding: 0px;
	margin: 0px;
	background: url(images/btn_whatwedo.jpg) left no-repeat;
	text-indent: -6666px;
	display: block;
}
#nav a.what-we-do:hover {
	background-position: right;
}
#nav a.what-weve-done, #nav a.what-weve-done:visited, #nav a.what-weve-done:active {
	width: 204px;
	height: 86px;
	padding: 0px;
	margin: 0px;
	background: url(images/btn_whatwevedone.jpg) left no-repeat;
	text-indent: -6666px;
	display: block;
}
#nav a.what-weve-done:hover {
	background-position: right;
}
#nav a.who-we-are, #nav a.who-we-are:visited, #nav a.who-we-are:active {
	width: 164px;
	height: 86px;
	padding: 0px;
	margin: 0px;
	background: url(images/btn_whoweare.jpg) left no-repeat;
	text-indent: -6666px;
	display: block;
}
#nav a.who-we-are:hover {
	background-position: right;
}
#nav a.contact, #nav a.contact:visited, #nav a.contact:active {
	width: 143px;
	height: 86px;
	padding: 0px;
	margin: 0px;
	background: url(images/btn_contact.jpg) left no-repeat;
	text-indent: -6666px;
	display: block;
}
#nav a.contact:hover {
	background-position: right;
}
#nav a.blog, #nav a.blog:visited, #nav a.blog:active {
	width: 110px;
	height: 86px;
	padding: 0px;
	margin: 0px;
	background: url(images/btn_blog.jpg) center no-repeat;
	text-indent: -6666px;
	display: block;
}
#nav a.blog:hover {
	background-position: right;
}
#nav li {
	float: left;
	position: relative;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	list-style-image: none;
}


/*-------------------------------------------------------------- SANDBOX STUFF*/
div#menu ul,div#menu ul ul {
	line-height:1;
	list-style:none;
	margin:0;
	padding:0;
}

div#menu ul a {
	display:block;
	margin-right:1em;
	padding:0.2em 0.5em;
	text-decoration:none;
}

div#menu ul ul ul a {
	font-style:italic;
}

div#menu ul li ul {
	left:-999em;
	position:absolute;
}

div#menu ul li:hover ul {
	left:auto;
}

.entry-title,.entry-meta {
	clear:both;
}

div#container,div#primary {
	margin-top:2em;
}

form#commentform .form-label {
	margin:1em 0 0;
}

form#commentform span.required {
	color:#c30;
}

form#commentform,form#commentform p {
	padding:0;
}

input#author,input#email,input#url,textarea#comment {
	padding:0.2em;
}

div.comments ol li {
	margin:0 0 3.5em;
}

textarea#comment {
	height:13em;
	margin:0 0 0.5em;
	overflow:auto;
	width:66%;
}

.alignright,img.alignright{
	float:right;
	margin:1em 0 0 1em;
}

.alignleft,img.alignleft{
	float:left;
	margin:1em 1em 0 0;
}

.aligncenter,img.aligncenter{
	display:block;
	margin:1em auto;
	text-align:center;
}

div.gallery {
	clear:both;
	height:180px;
	margin:1em 0;
	width:100%;
}

p.wp-caption-text{
	font-style:italic;
}

div.gallery dl{
	margin:1em auto;
	overflow:hidden;
	text-align:center;
}

div.gallery dl.gallery-columns-1 {
	width:100%;
}

div.gallery dl.gallery-columns-2 {
	width:49%;
}

div.gallery dl.gallery-columns-3 {
	width:33%;
}

div.gallery dl.gallery-columns-4 {
	width:24%;
}

div.gallery dl.gallery-columns-5 {
	width:19%;
}

div#nav-above, div#nav-below {
	margin: 0;
	padding: 5px 0px 5px 0px;
	margin: 5px;
	border-bottom: 1px solid #131317;
	border-top: 1px solid #131317;
}

div#nav-below {
	margin-top: 20px;
}

.home div#nav-above, .home div#nav-below {
	display: none;
}

div#nav-above a:link, div#nav-above a:visited, div#nav-above a:hover, div#nav-above a:active, 
div#nav-below a:link, div#nav-below a:visited, div#nav-below a:hover, div#nav-below a:active {
	color: #65407a;
	border: none;
	font-size: 11px;
}

div#nav-above a:hover, div#nav-below a:hover {
	color: #FFF;
}

div#nav-above {
	
}

div#nav-images {
	height:150px;
	margin:	1em 0;
}

div.navigation {
	height:1.25em;
}

div.navigation div.nav-next {
	float:right;
	text-align:right;
}

div.sidebar input#s {
	width:7em;
}

div.sidebar li {
	list-style:none;
	margin:0 0 2em;
	padding: 8px;
	padding-left: 0px;
	padding-right: 0px;
	font-size: 1.05em;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}

div.sidebar li a:link, div.sidebar li a:visited, div.sidebar li a:active {
	color: #FFF;

}

div.sidebar li form {
	margin:0.2em 0 0;
	padding:0;
}

div.sidebar ul ul {
	margin:0 0 0 1em;
}

div.sidebar ul ul li {
	list-style:disc;
	margin:0;
}

div.sidebar ul ul ul {
	margin:0 0 0 0.5em;
}

div.sidebar ul ul ul li {
	list-style:circle;
}

div#menu ul li,div.gallery dl,div.navigation div.nav-previous {
	float:left;
}

div#header,div#footer {
	text-align:left;
}

input#author,input#email,input#url,div.navigation div {
	width:50%;
}

div.gallery *,div.sidebar div,div.sidebar h3,div.sidebar ul {
	margin:0;
	padding:0;
}