/*
THEME NAME: Claire Chandler
BASED ON SANDBOX VERSION: 1.6.1
THEME URI: http://www.plaintxt.org/themes/sandbox/
AUTHOR: Vel at http://www.vhg-design.com
*/

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

/* Just some example content */

div#menu ul {
 height: 38px;
 padding-top: 4px;
 display: block;
 padding-left: 15px;
}

div#menu ul li a {
display:block;
height: 35px;
line-height: 35px;
color: white;
font-weight: bold;
font-size: 1.08em;
text-decoration:none;
padding: 0 17px;
}
div#menu ul li a:hover {
  color: #3d3d3d;
  background: url(images/nav-bg.gif) 0 0 repeat-x;
  border: 1px solid #828282;
  padding: 0 16px;
}
div#menu ul li.page-item-11 a {
  border-bottom: none;
  z-index: 15;
}


div#menu ul li {
  margin: 0 6px;
}


div#menu ul ul {
 width: 221px;
 display: block;
 border: 1px solid #828282;
 margin-top: -1px;
 background: white;
 z-index: 10;
 padding: 0 1px;
}
div#menu ul ul li {
  padding: 0;
  margin: 0;
  float: none;
}


div#menu ul ul li a {
  color: #3d3d3d;
  padding: 8px 8px 8px 20px !important;
  display: block;
  background: transparent;
  height: auto;
  line-height: normal;
}
div#menu ul ul li a:hover {
background: #f8f8f8;
color: #9a3791;
border: none !important;
}


div#menu ul li ul, div#menu ul ul ul, div#menu ul ul ul ul, div#menu ul li:hover ul ul {
left:-999em;
position:absolute;
}
div#menu ul li:hover ul {
left:auto;
/*right: 20px;*/

}








.entry-title,.entry-meta {
clear:both;
}

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 {
 display: none;
}

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

input#author,input#email,input#url,div.navigation div {
width:50%;
}



