/*
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
*/

body {
	background: url(images/main_bg.gif) 50% 0 repeat-y #b5e8ea;
	margin: 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #363636;
}

img {
	border: 0;
}

a {
	text-decoration: none;
	color: #153f58;
	font-size: 11px;
}

a:hover {
	text-decoration: underline;
}

/*
LAYOUT: Two-Column (Right)
DESCRIPTION: Two-column fluid layout with one sidebars right of content
*/
div#container {
float:left;
margin:0 -240px 0 0;
width:100%;
}

div#content {
margin:0 280px 0 0;
padding-left: 20px;
}

div.sidebar {
overflow:hidden;
}

div.sidebars {
	float:right;
	width:240px;
	margin-bottom: 20px;
	background: url(images/sidebar_bg.jpg) repeat-x #fbdea5;
}

div.sidebar-bl {
	background: url(images/side_corner.jpg) 0 100% no-repeat;
	padding: 0 20px 20px;
}

div#secondary {
clear:right;
}

div#footer {
clear:both;
width:100%;
padding: 20px 0 30px;
background: #ebebeb;
border-top: 1px solid #a1a1a1;
}

div.post {
	margin-bottom: 40px;
	padding-bottom: 40px;
	background: url(images/post_bg.jpg) 0 100% no-repeat;
}

div.entry-content {
	line-height: 1.5em;
}

div.entry-content a{
	border-bottom: 1px dotted #9999cc;
}

div.entry-content a:hover {
	text-decoration: none;
	border-bottom: none;
}

div#wrapper {
	width: 820px;
	height: 100%;
	margin: auto;
	background: #FFF;
}

div.left {
	background: url(images/left_bg.gif) 0 0 repeat-y;
	width: auto;
}

div.right {
	background: url(images/right_bg.gif) 100% 0 repeat-y;
	padding: 0 10px;
}

div.gradient_left {
	background: url(images/gradient_left.gif) 0 0 repeat-y;
	width: auto;
	height: 100%;
}

div.gradient_right {
	background: url(images/gradient_right.gif) 100% 0 repeat-y;
	width: auto;
	height: 100%;
}

/* 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;
}

.meta-sep {
	margin: 0 3px;
}

.entry-title a, h2 {
	font-size: 16px;
	font-weight: normal;
	color: #153f58;
	margin-bottom: 0;
}

.entry-title a {
	text-decoration: none;
	background: url(images/title_bubble.jpg) 100% 0 no-repeat;
	padding: 0 40px 0 0;
}

.entry-title a:hover {
	text-decoration: underline;
}

span.vcard-archive a {
	font-size: 16px; 
	font-weight: normal; 
	color: #2d7aa8;
}

.entry-date, .published {
	border-bottom: 0;
	margin-top: .5em;
	margin-bottom: 0;
}

.entry-date {
	font-size: 12px;
	font-weight: normal;
	color: #2d7aa8;
}

.entry-content {
	margin: 2em 0;
}

.entry-meta {
	color: #666;
	line-height: 1.5em;
	font-size: 10px;
}

div#primary {
padding-top:1em;
}

form#commentform .form-label {
margin:1em 0 .5em;
font-size: 12px;
}

form#commentform span.required {
background:#fff;
color:#c30;
}

form#commentform,form#commentform p {
padding:0;
}

div#respond {
	margin-bottom: 2em;
}

p#login-req {
	color: #FF0000;
	font-weight: bold;
}

p#login {
	margin-bottom: 2em;
}

div#respond h3 {
	font-size: 16px;
	font-weight: normal;
	color: #2d7aa8;
	margin-bottom: 0;
}

input#author,input#email,input#url,textarea#comment {
padding:0.4em;
border: 1px solid #b7b7b8;
}

div.comments ol li {
margin:0 0 3.5em;
}

textarea#comment {
height:13em;
margin:0 0 1em;
overflow:auto;
width:66%;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 11px;
}

input#submit {
	background: #2d7aa8;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	border: 0;
	padding: 4px 5px;
}

input#submit:hover {
	background: #69d1d4;
}

div.comments {
	color: #153f58;
}

div.comments img {
	vertical-align: middle;
	margin-bottom: 5px;
}

div.comment-meta {
	color: #666;
}

.unapproved {
	font-weight: bold;
	color: #ed1c24;
}

.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;
margin-bottom: 2em;
}

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: 12px;
font-weight: normal;
color: #2d7aa8;
}

div.sidebar input#s, input#s-none {
border: 1px solid #153f58;
padding: 4px;
}

div.sidebar input#s {
	width: 120px;
	vertical-align: middle;
	font-size: 16px;
	color: #2d7aa8;
}

input#s-none {
	width: 300px;
	font-size: 14px;
	color: #153f58;
}

div.sidebar input.button, input#btn {
	text-align: center;
	vertical-align: middle;
	background: #347eab;
	padding: 4px 5px;
	color: #FFF;
	font-weight: bold;
	border: 0;
}

div.sidebar input.button {
	margin-left: 5px;
}

input#btn {
	margin-bottom: 7px;
}

div.sidebar input.button:hover, input#btn:hover {
	background: #69d1d4;
}

li#search {
	text-align: right;
	padding-bottom: 20px;
	border-bottom: 1px dotted #898989;
	border-top: 0;
	margin-bottom: 1em;
}

form#rss {
	padding: 1em 10px .5em;
	text-align: center;
}

form#rss a {
	font-size: 15px;
}

form#rss img {
	margin-left: 3px;
	margin-bottom: 3px;
}

form#rss input#email {
	width: 100px;
	padding: 3px;
	margin-right: 5px;
}

form#rss input#subscribe-btn {
	background: url(http://www.byki.com/blog/wp-content/themes/sandbox/images/subscribe.jpg) no-repeat;
	width: 35px;
	height: 25px;
	font-size: 12px;
	font-weight: bold;
	color: #e1e1e1;
	border: 0;
}

form#rss input#subscribe-btn:hover {
	background: url(images/subscribe_over.jpg) no-repeat;
}

li#category-cloud {
	background: url(http://www.byki.com/blog/wp-content/themes/sandbox/images/cloud_bg.jpg) 50% 100% no-repeat;
	min-height: 110px;
}

div.languages img {
	margin: 7px 0;
}

div.sidebar img {
	vertical-align: middle;
}

div.sidebar li {
list-style: none;
margin:0 0 3em;
}

div.sidebar li h3 {
padding-top: 10px;
border-top: 1px dotted #898989;
margin-bottom: .5em;
}

div.sidebar li#search h3 {
	border-top: 0;
}

div.sidebar li form {
margin:0;
padding:0;
}

div.sidebar ul ul {
margin:0;
padding-left: 0;
}

div.sidebar ul ul li {
margin:0 0 0 .25em;
list-style-image: url(http://www.byki.com/blog/wp-content/themes/sandbox/images/bullet.gif);
list-style-position: inside;
line-height: 1.5em;
}

div.sidebar li.recentcomments {
	/*list-style: outside;
	margin: 0;
	padding: 0;
	background: url(http://209.196.25.203/blog/wp-content/themes/sandbox/images/recent_comments_bg.jpg) 100% 100% no-repeat;*/
}

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;
}

div#header {
	margin-bottom: 20px;
	background: url(http://www.byki.com/blog/wp-content/themes/sandbox/images/blog_header.jpg) 0 0 no-repeat #f7be4b;
	padding-bottom: 15px;
}

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;
}

