/*
Theme Name:     Speak Now
Theme URI:      http://speaknowcolorado.org/
Description:    Child of Toolbox 
Author:         PivotPoint
Author URI:     http://pivotpointllc.com/
Template:       toolbox
Version:        1.0
*/

@import url("../toolbox/style.css");

body {
	background: #fff;
}

#page {
	border: 1px solid #333;
}


/* HEADER */
header#branding, div#header {
	background-color: #fff;
}

#switch-language  { display: none; }


/* NAVIGATION */

#access {
	display: none;
}



/* MAIN CONTENT AREA */
#main {
	clear: both;
}

#primary {
	width: 720px;
	background-color: #fff;
	margin: 0;
	min-height: 360px;
}

#primary {
	min-height: 540px;
}

#primary #content {
	margin: 20px 40px;
	padding-bottom: 30px;
}



/* SIDEBAR */
#secondary {
	display: none;
}


/* ADDTHIS */

#content .addthis_default_style {
	margin-top: 24px;
	padding-top: 18px;
	border-top: 2px solid #ececec;
}

/* FOOTER */
footer#colophon {
	background-color: #fff;
}

footer#colophon a {
	color: #333;
	text-decoration: none;
}

/* STYLES AND EFFECTS */
.fade {
	-webkit-transition: background 0.3s ease;
	-moz-transition: background 0.3s ease;
	-o-transition: background 0.3s ease;
	transition: background 0.3s ease;
}

.drop-shadow {
	text-shadow: 1px 1px 2px #000;
}