/*
THEME NAME: Squash3
THEME URI: http://www.squashcampaign.org
DESCRIPTION:
VERSION:
AUTHOR: Squash Campaign, based on Sandbox by <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  */
@import url('examples/2c-l.css');

body {
margin: 0;
font-family: helvetica, arial, sans-serif;
}

div#content {
width: 740px;
margin: auto;
}

div#content-single-post {
width: 550px;
margin: auto;
}

div#updates {
width: 600px;
padding: 0 0 0 10px;
margin: auto;
}

div.skip-link {
position:absolute;
right:1em;
top:1em;
}

.blog-page-post {
margin-top: 30px;
}

.entry-content.blog .hentry.post.publish {
margin-bottom: 25px;
}

/* Menu */

div#menu-long {
background:#EEE;
height: 40px;
}

div#menu {
height:2em;
padding-top:10px;
margin: auto;
width: 458px;
float: left;
}

div#menu ul,div#menu ul ul {
line-height:1;
list-style:none;
margin:0;
padding:0;
}

div#menu ul a{
color: #5f070d;
font-size: 1.2em;
font-weight: bold;
display:block;
margin-right:0.6em;
padding:0.2em 0.5em;
text-decoration:none;
}

div#menu ul a:hover {
color: #9c020d;
}

div#menu ul li ul {
left:-999em;
position:absolute;
}

div#menu ul li:hover ul {
left:auto;
}

div#menu ul.children {
padding-top: 7px;
}

#nav{
	list-style:none;
	font-weight:bold;
	margin-bottom:10px;
	/* Clear floats */
	float:left;
	width:100%;
	position:relative;
	z-index:5;
}
#nav li{
	float:left;
	position:relative;
}
#nav a{
	display:block;
	padding:5px;
	color:#fff;
	text-decoration:none;
}
#nav a:hover{
	color:#fff;
	text-decoration:none;
}

/*--- DROPDOWN ---*/
#nav ul{
	background:#eee; /* Adding a background makes the dropdown work properly in IE7+. Make this as close to your page's background as possible (i.e. white page == white background). */
	list-style:none;
	position:absolute;
	left:-9999px; /* Hide off-screen when not needed (this is more accessible than display:none;) */
}
#nav ul li{
	padding-top:5px; /* Introducing a padding between the li and the a give the illusion spaced items */
	margin-bottom: 7px;
	float:none;
}
#nav ul a{
	white-space:nowrap; /* Stop text wrapping and creating multi-line dropdown items */
}
#nav li:hover ul{ /* Display the dropdown on hover */
	left:0; /* Bring back on-screen when needed */
}
#nav li:hover a{ /* These create persistent hover states, meaning the top-most link stays 'hovered' even when your cursor has moved down the list. */
	text-decoration:none;
}
#nav li:hover ul a{ /* The persistent hover state does however create a global style for links even before they're hovered. Here we undo these effects. */
	text-decoration:none;
}
#nav li:hover ul li a:hover{ /* Here we define the most explicit hover states--what happens when you hover each individual link. */
}

/* End Menu */

/* Sitemap */

div#sitemap li {
color: #5f070d;
text-decoration:none;
}

div#sitemap ul a {
color: #5f070d;
text-decoration:none;
}

div#sitemap ul a:hover {
color: #9c020d;
}

div#sitemap h3 a {
color: #5f070d;
text-decoration: none;
}

div#sitemap h3 a:hover {
color: #9c020d;
text-decoration: none;
}

/* End sitemap */

div#icons {
padding: 13px 0 0 0;
float: right;
}

#mc-embedded-subscribe-form {
display: inline;
font: normal 100%;
font-size: 10px;
}

.home-news {
margin-bottom: 0;
}

.entry-title,.entry-meta {
clear:both;
margin: 0 0 5px 0;
}

div.entry-meta, div.entry-date {
font-size: 0.9em;
color: #685c5d;
}

div.entry-content {
width: 620px;
}

div.entry-content img {
border-style: solid;
border-color: #F7D358;
border-width: 8px;
}

h2.entry-title {
width: 550px;
font-size: 1.7em;
margin-bottom: 30px;
}

div#container,div#primary {
margin-top:2em;
}

div.entry-content a {
color: #9C020D;
}

div.entry-content a:visited {
color: #9C020D;
}

div.footer-box {
float: left;
width: 182px;
height: 200px;
padding: 15px 15px 15px 18px;
margin: 20px 0 8px 22px;
color: #8a030c;
background-color: #EDDFDF;
font-size: 0.9em;
}

div.footer-box a {
color: #8a030c;
}

div#news-box {
float: right;
width: 180px;
padding: 15px 10px 15px 18px;
margin: 2px 0 8px 18px;
border: 1px solid #5F070D;
background-color: #EDDFDF;
font-size: 0.9em;
}

div#news-box a {
color: #8a030c;
}

div#primary,div.sidebar {
display:none;
}

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:0.2em 0 0 1.5em;
}

.alignleft,img.alignleft{
float:left;
margin: 0 1.5em 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 {
margin-bottom:1em;
}

div#nav-above a {
margin-bottom:1em;
color: #9C020D;
}

div#nav-below {
margin-top:1em;
}

div#nav-below a {
margin-top:1em;
color: #9C020D;
}

div#nav-images {
height:150px;
margin:1em 0;
}

div.navigation {
height:1.25em;
}

div.navigation div.nav-next {
float:right;
text-align:right;
}

div.sidebar h3 {
font-size:1.2em;
}

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#menu ul li,div.gallery dl,div.navigation div.nav-previous {
float:left;
}

div#top {
background-color: rgb(247, 213, 178);
}

div#header {
padding: 20px 0 40px 0;
margin: auto;
width: 740px;
}

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;
}

/*
Consultation Response page style
*/

div#post-454, textarea {
	width: 650px;
	input: 480px;
	label: 480px;
}

div#post-700 form div {
	margin-top:15px;
}

img.ctf-captcha {
	margin: 20px 0 0 0;
}

img#si_image_ctf1, img#si_image_ctf2 {
	margin: 20px 0 0 0;
	padding-top: 10px;
}

input#fsc-submit {
	color: #5F070D;
	font-size: 1em;
	background-color: #EBE4E4;
	font-family: helvetica;
	height: 32px;
	width: 75px;	
}

.fblike {
padding-top: 30px;
}