/*
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.1
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/2c-r.css');

/* Overrides for 55th */
@font-face {
	font-family: 'CutOutsFLFRegular';
	src: url('font/CutOutsFLF.eot');
	src: local('CutOutsFLF Regular'), local('CutOutsFLF'), url('font/CutOutsFLF.ttf') format('truetype');
}

a{
	color: #357793;
}

body{
	font-family: helvetica, arial, sans-serif;
	background: #d8f4f9 url(img/waves-bg.png) repeat-x fixed 30% bottom;
}

#wrapper{
	margin: 0 auto;
	min-width: 46em;
	max-width: 60em;
	position: relative;
}
/* Position abs relative to wrapper */
#access{
	position: absolute;
	top: 100px;
	left: 265px;
}

#blog-title a{
    display: block;
	background: transparent url(img/55th-logo.png) no-repeat;
	text-indent: -10000px;
	height: 158px;
}

h1, h2, h3, h4, h5{
	font-family: CutOutsFLFRegular, "Palatino Linotype", "Book Antiqua", Palatino6, serif;
	color: #0e304d;
	text-transform: uppercase;
	
}
h1 a, h2 a, h3 a{
	color: #0e304d;
	text-decoration: none;
}
* a:hover{
	text-decoration: underline;
}

div.post, #comments, #footer, div.page{
    background-color: rgb(173, 216, 230);
	background-color: rgba(173, 216, 230, 0.9);
	padding: 1em;
	margin: 10px 0;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	border-radius: 1em;
}

.sidebar{
	margin: 10px 0;
	color: #357793;
}

#comments, #footer{
    background-color: rgb(216, 244, 249);
    background-color: rgba(216, 244, 249, 0.9);
}

#footer{
	margin-bottom: 2em;
}


/* Just some example content */
div.skip-link {
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	background: transparent url(img/wave-1.png) repeat-x 20% bottom;
	height: 28px;
	_display: none;
}

div.skip-link a{
	margin-left: -1000px;
}

#menu .page_item a{
	font-family: CutOutsFLFRegular, "Palatino Linotype", "Book Antiqua", Palatino6, serif serif;
	margin: 0.5em;
	-moz-border-radius: 1em;
    -webkit-border-radius: 1em;
	border-radius: 1em;
    background-color: rgb(173, 216, 230);
}
#menu .page_item a:hover, #menu .current_page_item>a{
	    background-color: #336699;
}
#menu .current_page_item a{
    background-color: rgb(173, 216, 230);
    opacity: 0.5;    
}
#menu .current_page_item>a:hover{
	cursor: default;
}
div#menu .page_item ul li a{
    margin-top: 0;
}

div#menu ul,div#menu ul ul {
line-height:1;
list-style:none;
margin:0;
padding:0;
}

div#menu ul a {
display:block;
padding:0.4em 0.6em;
text-decoration:none;
color:#000;
}

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{
	margin-top: 0;
}
.entry-title,.entry-meta {
clear:both;
}

.entry-meta, #footer{
	color: #0e304d;
	font-size: small;
}
.entry-meta a{
	color: #0e304d;
}

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%;
}

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

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;
}

div#nav-images {
height:150px;
margin:1em 0;
}

div.navigation{
    height: 2.4em;
    text-transform: uppercase;
}
.navigation a{
    padding: 0.5em;
	font-family: CutOutsFLFRegular, "Palatino Linotype", "Book Antiqua", Palatino6, serif serif;
	background-color: #D8F4F9;
	border: 2px solid #6699CC;
	margin: 0.5em;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	border-radius: 1em;
	color: #0E304D;
	text-decoration: none;
}
.navigation a:hover{
	text-decoration: underline;
}
div.navigation div.nav-next {
float:right;
text-align:right;
}

div.sidebar h3 {
font-size:1.2em;
}

div.sidebar input#s {
width:7em;
}

div.sidebar li {
list-style:none;
margin:0 0 2em;
}

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:center;
width: auto;
}

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;
}

.rsswidget img{
	float:  right;
}



/* Things to hide */
#nav-above, #blog-description{
	display: none;
}
