/*   
Theme Name: Spotwise 2012
Theme URI: http://www.spotwise.com
Description: A theme for Spotwise, based on Responsive
Author: Martin Bergek
Author URI: facebook.com/bergek
Template: responsive
Version: 1.0
*/

@import url("../responsive/style.css");
@import url(http://fonts.googleapis.com/css?family=Droid+Sans);

body {
	background: #f8f8f8;
	border-top-color: #ff970f;
	border-top-style: solid;
	border-top-width: 20px;
	font-size: 100%;
	font-family: 'Droid Sans', sans-serif;
}
#container {
	margin:0 auto;
	max-width:980px;
	padding:0px 25px;
}
p {
	margin-top: 5px;
	margin-bottom: 5px;
	line-height: 1.4em;
}

.leadin {
	font-family: georgia, times, 'times new roman', serif;;
}

.clear {
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
}

div.mission {
	width: 80%;
	margin: 0 auto 40px;
	text-align: center;
	font-size: 30px;
	line-height: 1.1em;
	font-weight: bold;
	color: #777;
}

div#featured {
	margin-top: 15px;
}

#author-meta {
	display: none;
}

.home-widgets h3 {
	color: #0071bd;
	font-size: 26px;
}

/* Fixes for blog */
h1.post-title a {
	color: #444;
}
h1.post-title a:hover {
	color: #06c;
	text-decoration: underline;
}
div.post-data {
	display: none;
}

#header {
	margin-top: 20px;
}
#header #area {
	margin: 0px;
	margin-top: 10px;
	padding: 0px;
	float: right;
	width: 300px;
	list-style: none;
	font-size: 85%;
}
#area form {
	margin-top: 0;
}
#header #area input {
	font-size: 80%;
}
#header #area input#s.field {
	width: 250px;
}
#header #area a {
	color: #444;
}
#header li a {
	font-size: 16px;
}
#header #area a:hover {
	color: #06c;
	text-decoration: underline;
}
@media screen and (min-width: 650px) {

#header #menu-main-menu {
	padding-left: 0px;
	border-radius: 4px;
}

#header .menu li:first-child a {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

}

div#footer {
	max-width: none;
	padding-top: 50px;
	padding-bottom: 20px;
	background: #4a4c4f;
	color: white;
}
div#footer a {
	color: #ff970f;
}
div#footer a:hover,
div#footer a:focus,
div#footer a:active {
	color: #0071bd;
	outline: 0;
	text-decoration: none;
}

div#footer.bottom {
	padding: 15px 0px 15px 0px;
	background: #222;
	font-size: 70%;
}
div#footer .text {
	width: 400px;
	float: left;
	font-size: 14px;
}
div#footer p {
	margin-bottom: 10px;
}
#footer {
    text-align:left;
}
#footer div.blogpost div.text {
	width: 100%;
}
#footer div.blogpost div.avatar {
	display: none;
}
#footer ul {
	margin-left: 0px;
	padding-left: 0px;
}
#footer div#example {
	width: 90%;
}

.left, .right {
	clear: both;
}

#footer.bottom #footer-wrapper div.left,
#footer.bottom #footer-wrapper div.right {
	padding: 0px 30px;
}

#footer .widget_twitter h3 {
	padding-top: 0px;
}
#footer .widget_twitter li {
	font-size: 1.4em;
	line-height: 1.4em;
	padding-bottom: 20px;
	list-style-type: none;
}
#footer .widget_mailchimpsf_widget h3 {
	margin-top: 40px;
}
#footer #mc_signup_form {
	padding: 20px;
	border-radius: 5px;
}
#footer .widget_tag_cloud h3 {
	margin-top: 40px;
}
#footer .sharedaddy {
	display: none;
}

pre,
code {
	font-size: 9pt;
}

.menu a {
	font-size: 14px;
}