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



/* Two-column with sidebar on left from the /examples/ folder  */
@import url('examples/2c-l.css');


/* Nifty Corners */
.rtop, .rbottom{display:block; background: white;}
.rtop *, .rbottom * {display: block; height: 1px; overflow: hidden; background: #f43f8c;}
.r1{margin: 0 5px}
.r2{margin: 0 3px}
.r3{margin: 0 2px}
.r4{margin: 0 1px; height: 2px} 


body {
font-family: arial, helvetica, sans-serif;
font-size: 0.8em;
color: #222;
text-align: center;
background: white url('./images/page-background.png') repeat-x 0% 0%;
}

#content {
padding-bottom: 5em;
}

#wrapper {
width: 60em;
margin: 0 auto;
text-align: left;
}

#header {
height: 103px;
padding-bottom: 70px;
background: transparent url('./images/header-overlay.png') no-repeat 50% 103px;
}

#header img#logo {
float: left;
}

#header h1 {
height: 35px;
text-indent: -5000px;
min-width: 300px;
padding-top: 30px;
padding-bottom: 0;
margin-bottom: 0;
margin-left: 100px;
background: transparent url('./images/text-title.png') no-repeat 50% 50%;
}

#blog-description {
font-size: 1em;
font-style: italic;
font-weight: bold;
color: #f43f8c;
text-align: center;
margin-left: 100px;
}


#access {
display: none;
}

#primary h3 {
display: none;
}

#primary .widget {
background: #f43f8c;
}

#primary .widget ul {
background: #f43f8c;
}

#primary .widget ul li {
margin: 0;
padding: 0.5em;
}

#primary .widget ul li a {
display: block;
width: 100%;
color: white;
font-weight: bold;
text-decoration: none;
}

#secondary {
margin: 1em 0;
}

p {
margin-bottom: 1em;
}

.entry-content p {
text-align: justify;
}

.entry-content ul {
margin-left: 1em;
margin-bottom: 1em;
}

.entry-content ul li {
padding: 0.2em 0;
}

h1, h2, h3, h4, h5 {
margin-bottom: 1em;
color: #f43f8c;
}

.post {
margin-bottom: 3em;
}

#content h2 {
font-size: 1.2em;
color: #f43f8c;
margin-bottom: 0;
}

body.page #content h2, body.single #content h2 {
font-size: 1.6em;
margin-bottom: 1em;
}

#content h2 a {
margin-bottom: 0;
color: #f43f8c;
text-decoration: none;
}

.entry-date {
font-size: 0.75em;
padding-left: 0.1em;
margin-bottom: 1em;
}

.entry-meta {
text-align: right;
font-size: 0.75em;
}

body.single .entry-meta {
text-align: center;
font-size: 0.8em;
color: #666;
border-top: 1px solid #ddd;
border-bottom: 1px solid #ddd;
width: 80%;
margin: 0 auto;
padding: 1.5em 0;
}

.entry-content .wp-caption, .entry-content img {
background: #eee;
border: 1px solid #ddd;
width: auto!important;
padding: 5px;
}

.entry-content .wp-caption img {
background: none;
border: none;
padding: 0;
}

p.wp-caption-text {
text-align: center;
font-size: 0.8em;
font-style: normal;
padding: 2px 0 0 0;
margin: 0;
}

#comments-list ol {
font-weight: bold;
font-size: 0.9em;
}

#comments-list ol li.comment {
font-weight: normal;
font-size: 1.2em;
width: 90%;
margin-left: 10%;
border-bottom: 1px dashed #ffe1ef;
margin-bottom: 1em;
padding: 0.5em 0;
}

.comment-meta {
font-size: 0.75em;
margin-bottom: 1em;
}

.entry-content blockquote {
display: block;
clear: right;
background: #ffe1ef;
border-top: 3px solid #fbb8d7;
border-bottom: 1px solid #fbb8d7;
padding: 1em;
margin: 1em 0;
text-align: center;
}

.entry-content blockquote p {
text-align: center;
font-size: 1.1em;
font-weight: bold;
font-style: italic;
line-height: 1.4em;
}

.contact-form fieldset {
border: 0;
margin: 0.5em 0;
padding: 0.3em;
}

.contact-form legend {
display: none;
}

.contact-form .form-label label {
  float:left;
  width:25%;
  margin-right:0.5em;
  padding-top:0.2em;
  text-align:right;
  font-weight:bold;
}

.contact-form .form-label input {
  margin-right:0.5em;
  padding-top:0.2em;
border: 1px;
  }

.contact-form .form-option {
margin: 0 2em 0 25%;
float: left;
clear: left;
width: 50%
}

.contact-form .formsubmit {
float: right;
width: 25%;
text-align: right;
}

.contact-form .form-input {
margin: 0.2em 0;
}

#commentform .form-label {
width: 35%;
clear: left;
float: left;
text-align: right;
font-weight: bold;
padding-top: 0.2em;
margin-right: 1em;
}

#openid_enabled_link {
font-weight: normal;
}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 50%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}

.hcard-profile {
padding: 0 0 0 0.5em;
margin: 0 0 1em 0;
border-left: 8px solid #ffe1ef;
}

.hcard-profile h2 {
font-size: 1.2em;
font-weight: bold;
color: black;
margin: 0;
padding: 0;
color: black;
}

.hcard-profile .nickname {
display: none;
}

.hcard-profile p.note {
font-style: italic;
}

.hcard-profile h3 {
font-size: 1em;
font-weight: bold;
padding: 0;
margin: 0;
color: black;
}

.hcard-profile dl dt {
width: 25%;
text-align: right;
font-weight: bold;
padding-right: 1em;
}

.hcard-profile dl dd ul {
padding: 0;
margin: 0;
list-style: none;
}

.hcard-profile dl dd ul li {
padding: 0;
margin: 0;
list-style: none;
}

#footer {
clear: both;
color: white;
background: #f43f8c;
text-align: center;
font-size: 0.9em;
}



#footer-container {
width: 95%;
margin: 0 auto;
padding: 1em 0;
text-align: left;
}

#footer a {
color: white;
text-decoration: underline;
}

#footer .widgettitle {
display: none;
}

#footer ul {
list-style: none;
padding: 0;
margin: 0;
float: left;
}

#footer ul li {
float: left;
padding: 0.2em 0.5em 0.2em 0em;
}

.copyright {
width: 100%;
text-align: right;
font-size: 0.9em;
line-height: 1.5em;
}

/* Just some example content */
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 span.required {
background:#fff;
color:#c30;
}

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

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