/*
TEMPLATE: sandbox
THEME NAME: FDSD
THEME URI:
DESCRIPTION: Bespoke theme for the FDSD website, based on Sandbox
VERSION: 1.0
AUTHOR: <a href="http://www.zupastudio.com">Jasia Ward</a>
AUTHOR URI:
TAGS: sandbox, widgets, bespoke
*/

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

/* Sandbox Styles  */
@import url('css/sandbox-styles.css');

/* homepage */
@import url('css/home.css');



div.skip-link {
left:-999em;
position:absolute;
}


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



textarea#comment {
height:13em;
margin:0 0 0.5em;
overflow:auto;
width:66%;
}

.alignright,img.alignright{
float:right;
margin:1em 0 1em 1em;
}

.alignleft,img.alignleft{
float:left;
margin:1em 1em 1em 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;
}

body.home div#nav-below {
display:none;
}

div#nav-images {
height:150px;
margin:1em 0;
}

div.navigation {
display: none;
/*height:1.25em;*/
}

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

div.sidebar h3 {
font-size:1.1em; /*jasia 250709*/
padding:  0;
}

div.sidebar a:link, div.sidebar a:visited {
color: #666;
text-decoration:none;/*jasia 250709*/
}

div.sidebar a:hover, div.sidebar a:active {
color: #666;
text-decoration:underline; /*jasia 250709*/
}


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 0em;/*jasia 250709*/
padding:0;
}

div.sidebar ul ul li {
list-style-type: none;
margin:0 0 1px 0;
padding:5px 0 5px 5px;
background-color: #F1E6F1; /*elv 310709 jas 050809*/
}

div.sidebar ul li.categories ul li {
list-style-type: none;
margin:0 0 1px 0;
padding:5px 0 5px 5px;
background-color: #F1F2EA; /*elv 310709 jas 050809*/
}

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#menu ul li ul li {float: none;}



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

div.gallery *,div.sidebar div,div.sidebar ul {
margin:0;
padding:0;
}

/* header links  */ 
div#headerlinks ul.menu a.rss,
#headerlinks ul li#menu-item-1521 a,#headerlinks ul li#menu-item-1525 a/* jasia oct 2011*/
 {
padding-left: 18px;
padding-bottom: 5px;
background : url('images/logo_rss.gif') no-repeat 0 0;
}

div#headerlinks ul.menu a.tweet, #headerlinks ul li#menu-item-1522 a, #headerlinks ul li#menu-item-1526 a {
padding-left: 15px;
padding-bottom: 5px;
background : url('images/logo_twitter_t.gif') no-repeat 0 0;
}


/* Added by Joe -- temporary measure */

/* attempts at overriding global styles */
.post p, .page p, #introtext p {
   line-height: 165%;   /* increase leading throughout but leave navigation, widgets alone */
}

/* news update */
div.news-update {
   border-top: 2px dashed #CFB9CE;
}


.page div.news-update {overflow: hidden; margin: 10px 0;}

/* pullout quote */
div.pullout {
   background: #F1E6F1;
   display: block;
   width: 30%;
   float: left;
   padding: 4px 8px 4px 8px;
   margin: 0px 8px 0px 0px;
   text-align: left;
   font-weight: bold;
   color: #771F6E;
}
div.pullout.full-width {
   background-color: #FCFCF9;
   float: none;
   width: 96%;
   border-top: 1px solid #EBEDE3;
   border-bottom: 1px solid #EBEDE3;
}
div.pullout p.citation {
   font-weight: normal;
   font-style: italic;
}


/* images */
img.topofpara {
   margin-top: 0px !important;
}

.category-news .entry-content img, .news-content img{
    float: left;
        margin: 10px 10px 10px 0;
}


