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

/*julia additions*/
body {
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #003366;
	line-height: 2em;
	background-color:#C1CC18;

}



/*typography*/
h1 {font-size:1.5em;}
h2 {font-size:1.3em;}
h3 {font-size:1.2em;}
h3 {color:#660066;}
h4 {font-size:1em;}
h4.entry-title {
	font-weight:normal;
	font-size:1em;
	color: #BB0186;
	font-family:"Courier New", Courier, monospace;

}
tbody {font-size:1em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.namestyle {
	font-weight: bold;
	color: #6666ff;
}

.quote {
	font-style: italic;
	}

div.clear {clear:both;}
div.clear2 {clear:both; padding-top:2em;}
div.clearline {clear:both; margin-top:2em; border-top:1px solid #6666ff; }
/*positions best of british from brighton*/
div#blog-description {
	
position: absolute;
font-size: 0.9em;
	font-weight: bold;
	color: #003366;
	top: -3px;
	right: 0;
	padding: 0;
	width: 100%;
	text-align:right;
		background-color:#C1CC18;


	}
	
div#header {width:100%;}	
	/* Hides from IE5-mac \*/
* html div#header {height: 1%;}
/* End hide from IE5-mac */  
	
	
div#address {
float:right;

margin: 2em 2em 0 0;
}
.alignleftlogo {
	float:none;
	margin:0 0 0em 0;
	height: 100px;
	display: inline;
	
}


div#wrapper {
	width:800px;
	margin: 20px auto /*40px auto*/;
	background-color:#FFFFFF;
}
	
	div#container {
float:right;
margin:0 0 0 -200px;
width:100%;
}

body.home div#container {
margin:2em 0 0 -20px;
}

div#content {
margin:0 0 0 200px;
}

body.home div#content {
margin:0 0 0 20px;
}

div.post {
margin-right: 20px;
padding-top:1em;}

div.page {
margin-right:20px;}


/*sidebar stuff*/

div.sidebar {
float:left;
overflow:hidden;
width:180px;
padding-left:20px;
display:inline;
}

body.home div.sidebar {
/*width: 250px;*/
display:none;}

div#secondary {
clear:left;
}




div#footer {
clear:both;
background-color:#f1f4cc;
padding:10px;
width:780px;
font-weight:bold;
color:#C1CC18;
height:auto;
position:relative;

}

/*for a 2col layout
div#1col {width:250px; float:left;}
div#2col {width:250px; float:right;}*/


div#email {
width:30px;
float:right;
top:10px;
}

a img {
	border:none;
	text-decoration:none;
}

/* 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 {
	z-index: 100;
	clear: both;
	margin-bottom: 0em;
	width: 100%;
	height: 2em;
	background-color:#FFFFFF;
	padding:0;
	margin-top:2em;



}

/*styles top level list*/

div#menu ul
 {
 margin:0;
 padding: 0;
 padding-left:5px;
 list-style: none;
 width: 100%;
 font-weight:bold;
  }
  
  

div#menu ul li {
  float: left;
  width: 19%;
  border:1px solid #000033;
  	  height: 2em;
	  position: relative;
	    }
	
		  
		  
div#menu li a
 {
 text-decoration: none; 
 height:auto;
   padding-left: 0.5em;
   display: block;
   color: #000044;
   font-family:"Courier New", Courier, monospace;
   font-size:1.2em;
 }
 
div#menu li a:hover
 {
	background-color: #BB0186;
	font-weight:bold;
	padding-left: 0.5em;
	display: block;
	border-left: thick solid #000033;
	height: inherit;
	color: #FFFFFF;
 }
 

	/* how the a level navs look when the second level navs beneath it is visible
	div#menu li a:hover {
background-color:#BB0186;

}*/
	
  
 
/*styles 2nd level navs*/ 
		
/*below hides the submenu when not in hover*/

/*note: below is where the z-index must go for proper overlapping of rollovers*/
/* IE5 for mac hack in here to close up gap underneath navbar on rollovers*/

div#menu ul li ul {
  display: none;
  position: relative; 
  /*top: 2.1em;*/

  left: 0px;
  z-index: 200;
   padding-left:0px;

 }
 /*explorer 5 mac misses the end of comment because of the backslash. Below is the declaration for other browsers
 \*/
div#menu ul li ul {
  display: none;
  position: absolute; 
  /*top: 2.1em;*/
  left: 0px;
  z-index: 200;
   padding-left:0px;

 }
 /*explorer 5 mac sees the end of this comment as the end of the previous one
 */

 
 /*shows submenu when you rollover included ie js hack*/
 
div#menu li:hover ul, div#menu li.over ul{ 
	display: block;
}

/*how the level 2 appear when visible*/
div#menu ul li ul li {
	width:200%;
	padding: 0;
	background-color:#ffffff;
	color:#000044;
	border-right: 0px;
	border-left:thick solid BB0186;
	border-top:0px;
	border-bottom:0px;	
   }
   

div#menu ul li ul li a {
	color:#000044;
}

div#menu ul li ul li a:hover {
	color: #FFFFFF;	
}  
 
 /*shows submenu when you rollover included ie js hack*/
 
div#menu li:hover ul, li.over ul{ 
	display: block;
	
}

div#menu li.current_page_item a, div#menu li.current_page_ancestor a {
	font-weight:bold;
	background-color: #C1CC18;
	border-left: thick solid #000033;
	height: inherit;
	color: #BB0186;

	}
	
	
div#menu li.current_page_item a:hover, div#menu li.current_page_ancestor a:hover {
	font-weight:bold;
	background-color: #C1CC18;
	border-left: thick solid #000033;
	height: inherit;
	color: #BB0186;

	}
	
/*so the inactive children of an active parent don't colour up:*/
	
	div#menu li.current_page_item ul li a, div#menu li.current_page_ancestor ul li a {
		background-color: #FFFFFF;
		color:#000044;
		}
		
/*but they do when they are active*/
		
		div#menu li.current_page_item ul li.current_page_item a, div#menu li.current_page_ancestor ul li.current_page_item a {
	background-color: #C1CC18;
	color: #BB0186;
		}
		
/*so the third level don't show up in the header navs*/		
		
div#menu li ul li ul li {
display:none;
}



.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;
display:inline;
}

div.rightblock {
margin-left:320px;
display:block;
}

div.rightblock2 {
margin-left:200px;
display:block;
}

body.home div.rightblock {
margin-left:470px;
display:block;
padding:0;
}





.alignleft,img.alignleft{
float:left;
margin:0 2em 0 0;
display:inline;
}



.aligncenter,img.aligncenter{
display:block;
margin:1em auto;
text-align:center;
}

div.gallery {
clear:both;
height:180px;
margin:1em 0;
width:100%;
}

div.showtext {
margin-left: 120px;
}

span.playby {
font-size:0.8em;
font-style:italic;
}

p.wp-caption-text{
font-size:0.8em;
}

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 {
font-size:0.8em;}


div.navigation div.nav-next {
float:right;
text-align:right;
}

/*sidebar stuff*/

div.sidebar h2 {
 color: #BB0186;
   font-size:1.2em;
   margin-bottom:0.5em;}
   
   div.sidebar li#pages {
   margin: 2em 0 3em 0;
   display:inline;
   }


div.sidebar ul li a {
color: #000044;
  
   text-decoration:none;
}

div.sidebar ul li a:hover {	
color: #BB0186;}

div.sidebar ul li ul li a:hover {	
color: #BB0186;}




div.sidebar input#s {
width:7em;
}

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

div.sidebar li a {
color: #BB0186;
font-weight:bold;
display:block;
border-bottom:1px solid #FF99FF;
width:80%;
	
}

div.sidebar li li a {

font-weight:normal;
color: #003366;

}




div.sidebar li.current_page_item a {
color: #BB0186;
font-weight:bold;
	
}

div.sidebar li.current_page_ancestor a, div.sidebar li.current_page_parent a{
color: #BB0186;
font-weight:bold;
	
}

div.sidebar li.current_page_item li a {
color: #003366;
font-weight:normal;

	
}

div.sidebar li.current_page_ancestor li a, div.sidebar li.current_page_parent li a{
color: #003366;
font-weight:normal;
	
}

div.sidebar li.current_page_ancestor li.current_page_item a, div.sidebar li.current_page_parent li.current_page_item a{
color: #BB0186;
font-weight:bold;
}



div.sidebar li form {
margin:0.2em 0 0;
padding:0;
}

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

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

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



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


/*mygallery*/

.mygalleryoverview {
	overflow: hidden;
	margin-top: 10px;
	width: 100%;
	clear:both; 
	display:block !important;
}

.mygallery-thumbnail-box {
	float: left;
}

.mygallery-thumbnail {
	float: left;
	margin-right: 5px;
}

.mygallery-thumbnail img {
	background-color:#FFFFFF;
	border:1px solid #A9A9A9;
	display:block;  
	margin:4px 0px 4px 5px;
	padding:4px;
	position:relative;
}

.mygallery-thumbnail img:hover {
	background-color: #A9A9A9;
} 

.mygallery-thumbnail span {
	/* Images description */
	font-size:90%;
	padding-left:5px;
	display:block;
	position:relative;
	width: 90%;
}
/*size of posted date in archive*/
.entry-date {
font-size:0.8em;}

div.entry-content  {
}

/*home page*/
div.post_item h3 {line-height: 1.5em; margin-bottom:-0.5em;}  

div.post_item p { line-height: 1.5em; margin-bottom:0; padding-bottom:0; }

div.post_item div.hr {border-bottom: 1px solid #FF99FF; height:1em; margin-left:1em;}

div.search {float:right; padding:1em;}

div#outline {
border: 1px solid #99CC00;
padding: 1em;
display:block;
}