/*
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
*/

/* Colours:

Orange: #db5120
Blue: #515a9e

Tan colour for backgrounds (blog posts)
rgb(238, 238, 228) 

Deep purple blue for type  (headlines)
rgb(64,88,130) 

*/

html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, legend, table, caption, tbody, tfoot, thead, tr, th, td, textarea {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

html {
	overflow-y: scroll;
}

html, body {
	padding:0;
}

body {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	color: #333;
	font-family: "Lucida Grande", Lucida, sans-serif;
	font-size: 75%;
	line-height: 1.5em;
	background-color: #f4f4ea;
}

div#wrapper {
	background-color: #fff;
	width: 960px;
	border-right: 1px solid #515a9e;
	border-left: 1px solid #515a9e;
}

h1 {
	font-size: 175%;
	line-height: 1.5em;
}

h2 {
	font-size: 150%;
	line-height: 1.1em;
}


h3 {
	font-size: 125%;
	line-height: 1.5em;
}

a:link { 
	color: rgb(64,88,130);
	text-decoration: none;
}
	
a:visited { 
	color: rgb(64,88,130);
	text-decoration: none;
}
	
a:hover { 
	color: rgb(64,88,130);
	text-decoration: underline;
}
	
a:active { 
	color: rgb(64,88,130);
}

div#primary a, div#secondary a, div#footer a {
	color: rgb(64,88,130);
}

img {
	border-style: none;
	border-width: 0;
}

input#s.text-input {
	margin-left: 10px;
}

label {
}

/* Three-column fluid layout with two sidebars on both sides of content from the /examples/ folder  */

div#container {
	float: left;
	width: 960px;
}

div#header {
	width: 960px;
	height: 128px;
}

div#header img {
	border-bottom: 1px solid #515a9e;
}

div#content {
	margin: 15px 225px 0 205px;
}

div#content div.entry-meta {
	padding-bottom: 5px;
	padding-top: 5px;
}

div.sidebar {
	float: left;
	overflow: hidden;
	width: 180px;
}

div#primary {
	margin: 15px 0 0 -200px;
}

div#secondary {
	margin: 15px 0 0 -940px;
}

div#footer {
	clear: left;
	width: 100%;
	padding: 10px 0 10px 0;
}

div.entry-content-sticky {
	margin-bottom: 15px;
	background-color: #edede3;
}

div.entry-content {
	border: 1px solid #ffd9cb;	
	margin-bottom: 15px;
}

div.innerDIV {
	padding: 10px;
	overflow: auto;
}

div.entry-content-single, div.entry-content-page {
	margin-bottom: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

div.entry-content p {
	padding-bottom: 5px;
}

div.entry-content-single p, div.entry-content-page p {
	margin-bottom: 10px;
}

div.skip-link {
position:absolute;
right:1em;
top:1em;
}

div#menu {
background:#EEE;
height:1.5em;
margin:1em 0;
width:100%;
}

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;
}

div#secondary.sidebar ul.xoxo li {
	font-weight: bold;
	font-size: 110%;
}

.entry-title,.entry-meta {
clear:both;
}

.entry-title {
	padding-top: 5px;
}

h2.entry-title, h2.page-title {
	font-size: 125%;
	padding-bottom: 5px;
}

div#container,div#primary {
}

form#commentform .form-label {
margin:1em 0 0;
}

form#commentform span.required {
background:#fff;
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;
	padding: 5px 0 0 10px;
}

.alignleft,img.alignleft{
    float: left;
    padding: 5px 10px 0 0;
}

.aligncenter,img.aligncenter{
display:block;
margin: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 {
margin-bottom:1em;
}

div#nav-below {
margin-top:1em;
display: block;
	clear: both;
}

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 h3 {
font-size:1.2em;
}

div.sidebar input#s {
width: 110px;
}

div.sidebar li{list-style:none;margin: 0 0 5px;}

div.sidebar li form {
margin:0.2em 0 0;
padding:0;
}

div.sidebar ul ul {
	margin: 0 0 0 1em;
	padding: 0;
}

div.sidebar ul li ul li {
	margin: 0;
}

div.sidebar ul ul li {
	list-style-type: none;
}

div.sidebar ul ul ul {
margin:0 0 0 0.5em;
}

div.sidebar ul ul ul li {
	list-style-type: none;
}

div#secondary.sidebar ul ul {
	margin: 0;
	padding: 0;
}

div#secondary.sidebar ul ul li {
	margin: 0 0 5px;
	padding: 0;
}

div#menu ul li,div.gallery dl,div.navigation div.nav-previous {
float:left;
}

div#header,div#footer {
text-align:center;
}

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;
}

li#text-327153101 h3.widgettitle {
	background: url(http://www.shambhalasun.com/news/wp-includes/images/rss.png) no-repeat right;
	padding-right: 20px;
	display: inline;
}

li#text-377357231, li#text-377357232, li#text-377357233 {
	padding-top: 15px;
}

div#primary.sidebar ul.xoxo li {
	padding-bottom: 15px;
}

div#primary.sidebar ul.xoxo li ul li {
	padding-bottom: 0px;
}
