/*
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');

/* Just some example content */
div.skip-link {
position:absolute;
right:1em;
top:1em;
}

div#menu {
background:#;
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;
}

.entry-meta {
	padding-top:20px;
	padding-bottom:20px;
	margin-bottom:100px;
	border-width:0px;
	border-bottom-width:1px;
	border-style:solid;
	border-color:#000;
	text-align:centered;
	width:80%;
}

.entry-meta a:hover {
	color:#fff;
	text-decoration: underline;
	background-color:#c2a887;
	cursor:pointer;
}


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;

}

.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;
}

.caption { 
margin: 4px; 
padding: 4px; 
border: solid 0px #999; 
font-size:80%;
text-height:150%;
}

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:1em;
}

div.navigation div.nav-next {
float:right;
text-align:right;
}


div.sidebar h3 {
font-size:1em;
}

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.sidebar a:hover {	
	color: #fff;
	text-decoration: underline;
	background-color:#ff615d;
	cursor:pointer;
}

div.sidebar{
	padding-top:50px;
}

div#menu ul li,div.gallery dl,div.navigation div.nav-previous {
float:left;
}

div#header,div#footer {
text-align:center;
}

div#footer a:hover {
	color: #fff;
	text-decoration: underline;
	background-color:#000;
	cursor:pointer;
}

li#rss-links a:hover {
	color: #fff;
	text-decoration: underline;
	background-color:#000;
	cursor:pointer;
}


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;
}



/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1 {
	visibility: hidden;
}

.sIFR-hasFlash h2 {
	visibility: hidden;
	letter-spacing: -9px;
	font-size: 55px;
}

.sIFR-hasFlash h3 {
	visibility: hidden;
	letter-spacing: -6px;
	font-size: 25px;
}

.sIFR-hasFlash h4 {
	visibility: hidden;
	letter-spacing: -5px;
	font-size: 21px;
}

.sIFR-hasFlash h5#pullquote {
	letter-spacing: -4px;
	visibility: hidden;
	font-size: 24px;
}




.bigtitle{
	position:absolute;
	text-align:right;
	margin-right:20px;
	height:20px;
	width:500px;
	right:20px;
	top:10px;
	overflow:hidden;
	z-index:3;
}


a:focus{
	outline:none;
} 
a img {
	border: none;
}
	
/*typography*/
body {
	font-family: "Helvetica Neue", "Helvetica", sans-serif;
	font-size: 13px;
	line-height: 15px;
	color: #333;
	background-color:none
}

h{
	font-family: "Helvetica Neue", "Helvetica", sans-serif;
	font-size: 13px;
	line-height: 15px;
	font-weight:normal;	
	text-decoration: none;
	text-align:left;
	display: inline;
}

h2{
	font-family: "Helvetica Neue", "Helvetica", sans-serif;
	font-size: 25px;
	font-weight:normal;
	line-height:26px;
	text-decoration: none;
	text-align:left;
	color: #333;
	text-indent:40px;
}

h2 a:visited, h2 a:active, h2 a:link{
	font-family: "Helvetica Neue", "Helvetica", sans-serif;
	color: #000;
	text-decoration: none;	
	background-color:#fff;
}

h3{
	font-family: "Helvetica Neue", "Helvetica", sans-serif;
	font-weight:normal;	
	font-size: 10px;
	line-height: 13px;
	color: #333;
	background-color:none
	}


rep{
	font-family: "Helvetica Neue", "Helvetica", sans-serif;
	font-size: 30px;
	line-height:20px;
	text-decoration: none;
	text-align:left;
	display: inline;
	background-color:none;
}

a:visited, a:active, a:link{
	font-family: "Helvetica Neue", "Helvetica", sans-serif;
	color: #000;
	text-decoration: none;	
	background-color:#ccc;
}

a:hover {	
	font-family: "Helvetica Neue", "Helvetica", sans-serif;
	color: #000;
	text-decoration: underline;
	cursor:pointer;
	background-color:#c2a887;
}

logo a:visited, logo a:active, logo a:link, logo a:hover {
	font-family: "Helvetica Neue", "Helvetica", sans-serif;
	color: #000;
	text-decoration: none;	
	background-color:transparent;
}

pro a:visited, pro a:active, pro a:link{
	color: #000;
	text-decoration: none;
	background-color:#ccc;
}
pro a:hover {	
	color: #fff;
	text-decoration: underline;
	background-color:#0074c4;
	cursor:pointer;
}

.none a:visited, a:active, a:link{
	color:;
	text-decoration: none;	
	background-color:none;
}

.none a:hover {	
	color:;
	text-decoration:none;
	cursor:pointer;
	background-color:none;
}


r a:visited, a:active, a:link{
	color: #000;
	text-decoration: none;
	background-color:#ccc;
}
r a:hover {	
	color: #fff;
	text-decoration: underline;
	background-color:#ff615d;
	cursor:pointer;
}

g a:visited, g a:active, g a:link{
	color:#000;
	text-decoration: none;
	background-color:#ccc;
}
g a:hover {
	color:#fff;
	text-decoration: underline;
	background-color:#00c496;
	cursor:pointer;
}

y a:visited, y a:active, y a:link{
	color:#000;
	text-decoration: none;
	background-color:#ccc;
}
y a:hover {
	color:#fff;
	text-decoration: underline;
	background-color:#c2a887;
	cursor:pointer;
}

exit a:visited, exit a:active, exit a:link{
	color: #000;
	text-decoration: none;
	background-color:#ccc;
}
exit a:hover {
	color: #fff;
	text-decoration: underline;
	background-color:#000;
	cursor:pointer;
}




i {
	font-family: "Times New Roman", "Times", serif;
	font-size: 110%;
}


.dis{
	font-size: 10px;
	line-height: 11px;
	color: #000;
	text-indent:15px;
	margin-top:2px;
}

.cen{
	color:#333;
	text-align:center;
	z-index: 2;
	font-size: 12px;
	line-height: 15px;
	text-indent:15px;
}

.grey{
	color:#333;
	text-align:justify;
	z-index: 2;
	font-size: 12px;
	line-height: 15px;
	text-indent:15px;
}

.cap{
	color:#333;
	text-align:left;
	bottom:10px;
}

blockquote{
	padding-left:10px;
	border-style:solid;
	border-color:#333;
	border-top-width:0px;
	border-bottom-width:0px;
	border-right-width:0px;
	border-left-width:1px;
}

/*divs*/

#box{
	position:absolute;
	width:900px;
	margin-left:-450px;
	left:50%;
}


.menu{
	position:absolute;
	border-width:0px;
	height:60px;
	width:200px;
	top:10px;
	left:10px;
	z-index:2;
	overflow:hidden;	
	background-color:#fff;	
}
.menu{
	position:absolute;
	border-width:0px;
	height:60px;
	width:200px;
	top:10px;
	left:10px;
	z-index:2;
	overflow:hidden;	
	background-color:#fff;	
}

.menu2{
	position:absolute	;
	border-width:0px;
	height:520px;
	width:950px;
	top:10px;
	left:10px;
	z-index:2;
	overflow:hidden;
	background-color:#b0cbc7;
}

#navigate li {
	float:left;
	margin:5px;
	padding:0px;
	display:block;
	height:auto;
	width:250px;
	text-align:left;
	border-width:0px;
	background-color:;
}

#navigate li a {
	background-color:none;
}


.bigtitle{
	position:absolute;
	text-align:right;
	margin-right:20px;
	height:40px;
	width:500px;
	right:20px;
	top:10px;
	overflow:hidden;
	z-index:2;
}

#textarea{
	position:absolute;
	text-align:justify;
	height:400px;
	width:250px;
	left:25px;
	top:100px;
	float:left;
	overflow:hidden;
	background-color:;
	border-width:0px;
}

#textarea2{
	position:absolute;
	text-align:justify;
	height:400px;
	width:350px;
	left:25px;
	top:100px;
	float:left;
	overflow:hidden;
	background-color:;
	border-width:0px;
}
