/*
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
*/

/* Two-column with sidebar on left from the /examples/ folder  */

/*------BASIC PROPERTIES--------*/

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
}
body {
	background-color: #ffffff;
	background-image: url(http://www.twilightillusion.net/andthen/imgs/andthen_wp-css_2.jpg);
	background-repeat: no-repeat;
}
a:link {
	color: #ffffff;
	font-weight: none;
	text-decoration: underline;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
}
a:hover {
	text-decoration: bold underline;
	color: #ffff00;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #1e44f9;
	font-weight: bold;
}

h1 {
	font-size: 14px;
	color: #ffff00;
}

img {
border: 0px;
border-color: #15264b; }


/*----MENU----*/

div#menu {
border-bottom: solid;
border-bottom-color: #ffff00;
border-width: 1px;
height:1.5em;
margin:1em 0;
width:475px;
position: absolute;
left: 102px;
top: 470px;
background-color: #000000;
}

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;
color: #ffffff;
text-transform: lowercase;
}

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;
}

/*----ENTRIES----*/

div#container {
float:left;
width: 523px;
position: absolute;
left: 74px;
top: 485px;
background-color: #000000;
}

div#content {
margin-left: 30px;
margin-right: 30px;
color: #ffffff;
}

.entry-title {
font-size: 18px;
margin-bottom: 0px;
font-weight: normal;
text-transform: lowercase;
}

.entry-title a:link {
color: #ffff00;
text-decoration: none; }

.entry-title a:visited {
color: #FFFFFF;
text-decoration: none; }

.entry-date {
font-size: 11px; 
text-transform: uppercase;
border: 0px;
color: #FFFFFF;
}

.entry-meta {
margin-bottom: 30px;
font-size: 11px; 
border-bottom: 1px;
border-bottom-color: #152e9b;
color: #ffffff;
 }
 
 .entry-meta a:link {
 color: #ffffff;
 text-decoration: underline; }

 .entry-meta a:hover {
 color: #ffff00; }

div#secondary {
display: none;
}

.post img.wp-caption,
.wp-caption {
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
	border:1px solid #3e3e3e;
	background-color: #3e3e3e;
	display:block;
	height:auto;
padding-top:4px;
	text-align:center;
	color: #ffffff;
	font-size: 11px;
}
.wp-caption-text {
margin-left: 6px; 
text-align: left;}


.post img.wp-caption{
	padding:4px;
}
.wp-caption img {
	border:0 none !important;
	margin:0 !important;
	padding:0 !important;}

/*----SIDEBAR----*/

div.sidebar {
	float:right;
	overflow:hidden;
	width:238px;
	position: absolute;
	left: 614px;
	top: 459px;
	background-color: #3e3e3e;
	padding-left: 30px;
	padding-right: 30px;
	color: #ffffff;
	
}

div#primary a:link {
color: #ffffff; 
text-decoration: underline;}

div#primary a:visited {
color: #ffffff; 
text-decoration: underline;}

div#primary a:hover {
color: #ffff00; }

.widgettitle {
border-bottom: 1px solid #ffff00; 
margin-bottom: 5px; 
color: #ffffff;
font-size: 12px; }

div.sidebar input#s {
width:7em;
}

div.sidebar li {
list-style:none;
margin-bottom: 3em;
}

div.sidebar li h3 {
list-style:none;
margin-bottom: 1em;
}

div.sidebar li form {
margin:0.2em 0 0;
padding:0;
}

div.sidebar ul ul {
margin-left: 0em;
margin-top: 5px;
}

div.sidebar ul ul li {
list-style:none;
margin-bottom: 8px;
}

li#twitter ul li {
list-style: circle;
margin-left: 2em;
margin-bottom: 5px; }

li#quick-flickr script {
margin-top: 5px; }

li#quick-flickr img {
border: 0px; }

div.sidebar ul ul ul {
margin:0 0 0 0.5em;
}

div.sidebar ul ul ul li {
list-style:circle;
}

.widget { 
border-style: solid;
border-top: 0px;
border-bottom: 1px;
border-right: 0px;
border-left: 0px; 
border-color: #ffffff;
}

h3 {
margin-bottom: 5px; }

/*----HEADER/FOOTER----*/

div.skip-link {
position:absolute;
right:1em;
top:1em;
display: none;
}

div#footer {
clear:both;
width:100%;
display: hidden;
}





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#menu ul li,div.gallery dl,div.navigation div.nav-previous {
float:left;
}

div#header,div#footer {
text-align:center;
display:none;
}

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;
}



