/*
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: white, microformats, fixed-width, flexible-width, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar
*/

/*
LAYOUT: Two-Column (Left)
DESCRIPTION: Two-column fluid layout with one sidebars left of content
*/
div#container {
float:right;
margin:0 0 0 -240px;
width:100%;
padding-right: 10px;
}

div#content {
margin:-70px 20px 0 240px;
}

div.sidebar {
float:left;
overflow:hidden;
width:200px;
padding-left: 10px;
}

div#secondary {
clear:left;
}

div#footer {
clear:both;
width:100%;
font-size: 10px;
}

/* Additions */
body {
	background: #00486A;
	margin: 0;
	padding: 0;
	color: #444;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
}

p {
	line-height: 1.7em;
	margin: 0 0 0 1px;
}

#content p, .sidebar p {
	margin: 0 0 12px 1px;
}

#content ul, #content ol {
	margin: 0 0 12px 0;
	padding: 0 0 0 20px;
}

#content ul li, #content ol li {
	padding: 0 0 10px 0;
}

a {
	color: #0B95D7;
}

a:hover {
	color: #007BB7;
}

h1, h2, h3, h4 {
	color: #007BB7;
	font-family: Helvetica,Verdana,Arial,sans-serif;
}

h1 {
	font-weight: normal;
	font-size: 30px;
}

h2 {
	font-weight: normal;
	font-size: 26px;
	margin: 20px 0 2px 0;
}

h3 {
	font-weight: bold;
	font-size: 14px;
	margin: 20px 0 2px 0;
}

hr {
	clear: both;
	border: none;
}

#wrapper {
	margin: 0 auto;
	width: 800px;
	background: #fff;
	border-left: 1px solid #00608E;
	border-right: 1px solid #00608E;
	border-bottom: 1px solid #00608E;
	box-shadow: 0 0 10px #002233;
}

.bar-left, .bar-right {
	height: 20px;
	padding: 6px;
}

.bar-left {
	width: 193px;
	float: left;
	border-left: 5px solid white;
	border-right: 5px solid white;
}

.bar-right, .title-bg {
	width: 568px;
	float: right;
	border-right: 5px solid white;
}

.bar-right ul {
	padding: 2px 0 0 0;
	margin: 0;
}

.bar-right ul li{
	display: inline;
	list-style: none;
	background: url('images/bkg_pipe.gif') no-repeat bottom left;
	padding: 0 6px 0 10px;
	margin: 0;
}

.bar-right ul li:first-child {
	background: none !important;
}

.bar-right a{
	color: #fff;
}

.title-bg {
	height: 150px;
	padding: 6px;
	background: url('images/title-bg.jpg') top right;
	text-align: left !important;
}

#blog-title {
	padding: 20px 110px 0 10px;
}

#blog-title a{
	text-decoration: none;
	color: #007BB7 !important; 
}

.member-login {
	padding-left: 5px;
}

.member-login a{
	color: #333;
	text-decoration: none;
}

a.member-login-link {
	background: #0B95D7;
	color: #fff !important;
	text-decoration: none;
	padding: 3px;
}

a.member-login-link:hover {
	background: #007BB7;
}

.member-login p{
	line-height: 1.7em !important;
}

.widget_pages h3, .widget_nav_menu h3 {
	display: none;
}

.widget_pages ul li:first-child, .widget_nav_menu ul li:first-child {
	border-top: 1px dotted #aaa;
}

.widget_pages ul li, .widget_nav_menu ul li {
	border-bottom: 1px dotted #aaa;
	padding: 0 !important;
}

.widget_pages ul:last-child, .widget_nav_menu ul:last-child {
	border-bottom: none !important!;
}

.widget_pages ul li a, .widget_nav_menu ul li a{
	text-decoration: none;
	padding: 7px 0 7px 5px !important;
	display: block;
	background: #fff;
}

.widget_pages ul li a:hover, .widget_nav_menu ul li a:hover{
	background: #D6EDF8;
}

.sidebar h3 {
	color: #555;
}

.entry-meta {
	background: #eee;
	border: 1px solid #ddd;
	font-size: 11px;
	line-height: 2em;
	margin: 20px 20px 20px 0;
	padding: 10px;
}

.edit-link {
	display: block;
	margin: 20px 20px 30px 10px;
}

.entry-meta .edit-link {
	margin: 10px 0 0 0 !important;
}

a.post-edit-link {
	background: #0B95D7;
	color: #fff !important;
	text-decoration: none;
	padding: 4px;
}

a.post-edit-link:hover {
	background: #007BB7;
}

.nav-previous, .nav-below {
	display: none;
}

.clearbr {
	clear: both;
	height:0;
	margin:0;
	font-size: 1px;
	line-height: 0;
} 


div.successmesg, div.errormesg {

    border-radius: 3px 3px 3px 3px;

    border-style: solid;

    border-width: 1px;

    clear: both;

    color: #000000;

    margin: 5px 0 15px;

    padding: 0 0.6em;

}
div.successmesg {
    background-color: #FFFFE0;
    border-color: #E6DB55;
}

div.errormesg {

    background-color: #FFB0B0;

    border-color: #C40000;

}

div.successmesg p, div.errormesg p {
    font-size: 12px;
    line-height: 140%;
    margin: 0.5em 0 6px !important;
    padding: 2px;
}

/* TAG CLOUD */
.term-cloud {
    margin: 0 !important;
    padding: 0 0 20px 0 !important;
}
.term-cloud li {
    float: left;
    list-style: none outside none;
    margin: 5px !important;
    padding: 0 !important;
}
.term-cloud li a {
    text-decoration: none;
}

.cloud-tag10 {
    font-size: 100%;
}
.cloud-tag20 {
    font-size: 120%;
}
.cloud-tag30 {
    font-size: 140%;
}
.cloud-tag40 {
    font-size: 160%;
}
.cloud-tag50 {
    font-size: 180%;
}
.cloud-tag60 {
    font-size: 200%;
}
.cloud-tag70 {
    font-size: 220%;
}
.cloud-tag80 {
    font-size: 240%;
}
.cloud-tag90 {
    font-size: 260%;
}
.cloud-tag100 {
    font-size: 280%;
}

/* BEGIN: Son of Suckerfish */

#pages-3, #pages-3 ul { /* all lists */
	list-style: none;
	float : left;
	width : 180px;
}

#pages-3 li { /* all list items */
	float : left;
	width: 180px;
}

#pages-3 li ul { /* second-level lists */
	position : absolute;
	left: -999em;
	margin-left : 180px;
	margin-top : -34px;
	background: #fff;
	border-top: 5px solid #fff;
	border-bottom: 5px solid #fff;
}

#pages-3 li ul ul { /* third-and-above-level lists */
	left: -999em;
}

#pages-3 li a {
	display : block;
}

#pages-3 li:hover ul ul, #pages-3 li:hover ul ul ul, #pages-3 li.sfhover ul ul, #pages-3 li.sfhover ul ul ul {
	left: -999em;
}

#pages-3 li:hover ul, #pages-3 li li:hover ul, #pages-3 li li li:hover ul, #pages-3 li.sfhover ul, #pages-3 li li.sfhover ul, #pages-3 li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

/* END: Son of Suckerfish */

/* Original Sandbox */
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;
}

.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 {
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;
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 {
margin-bottom:1em;
}

div#nav-below {
margin-top:1em;
}

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

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

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

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

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

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

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