/*   
Theme Name: Project Wisconsin
Theme URI: 
Description: Use this theme to start your Thematic Child Theme development.
Author: Ian Stewart
Author URI: http://themeshaper.com/
Template: thematic
Version: 1.0
Tags: Thematic
.
Thematic is © Ian Stewart http://themeshaper.com/
.
*/

/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');

/* Apply basic typography styles */
@import url('../thematic/library/styles/typography.css');

/* Apply a basic layout */
@import url('../thematic/library/layouts/2c-r-fixed.css');

/* Apply basic image styles */
@import url('../thematic/library/styles/images.css');

/* Apply default theme styles and colors */
/* It's better to actually copy over default.css into this file (or link to a copy in your child theme) if you're going to do anything outrageous */
@import url('../thematic/library/styles/default.css');

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');
 @import url('http://fonts.googleapis.com/css?family=Oswald');
body {
	background:url(images/bg.jpg) repeat;
	font-family:Arial, Helvetica, sans-serif;
	color:#999;
	font-size:13px;
	line-height:17px;
}
.entry-title, .page-title span, .page-title {
	font-family: 'Oswald', sans-serif;
	font-size:16px;
	text-transform:uppercase;
	font-weight:normal;
	letter-spacing:.1em;
	background-color: transparent!important;
	padding: 0 0 15px 0!important;
}
.entry-title a {
	color:#999;
} 

h1.entry-title, h1.page-title, h1.page-title span {
	font-size: 16px;
	letter-spacing: .1em;
	margin-bottom: 0px;
	color: #999999!important;
	font-weight: normal;
}

a:hover, .entry-title a:active, .entry-title a:hover {
	color:#333;
}
#wrapper {
	width: 800px;
	padding: 50px 0 0;
	margin:0 auto;
	position:relative;
	border-top:none;
}
#header {
	position: relative;
	overflow: auto;
	margin-bottom: 0px;
}

#header #searchform {
	position: absolute; width: 200px;
	bottom: 0; right: 0;
}

.menu { width: auto; }
#access { float: left; }

#social {
	position: absolute; width: 300px;
	top: 0; right: 0;
}

#social a {
	display: block; float: right;
}

#social img {
	width: 35px; height: 35px
}

#branding {
	padding: 0;
	width:189px;
	height:220px;
	margin-bottom: 0px;
}
#blog-title a {
	text-indent:-999em;
	background: url('http://www.projectwisconsin.com/wp-content/uploads/2014/10/logo.png') no-repeat;
	height:200px;
	width:189px;
	display:block;
}
#main {
	width:800px;
	padding-top:0px;
	border-top: 0px solid #aaa;
}
#container, #content {
	width:100%;
	padding:0;
	margin:0;
}

.entry-content {
	padding-bottom:20px;
	padding-top:0px;
	line-height:16px;
}
.entry-content p {
	text-align:left;
	font-size:14px;
	line-height:18px;
}

.entry-meta, .cat-links, .meta-sep-tag-links, .entry-utility {
	display:none;
}
.entry-content img, .entry-content iframe, .entry-content .wp-post-image {
	display: block;
	margin: 0 auto 15px;
	float: none;
	border: none;
	padding: 0;
}
.wp-caption {
	padding:0;
	text-align:left;
	border:none;
}
.wp-caption img {
	border:none;
	margin-bottom:10px;
}
.wp-caption p.wp-caption-text {
	padding:0;
}
#siteinfo, #footer {
	width:800px;
	float:right;
}
#footer {
	border-top:none;
}
a.facebook, a.twitter, a.email {
	margin-right:10px;
}


#searchform {
	font-family:Arial, Helvetica, sans-serif;
}

#searchform input#s {
	width:54%;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	padding:4px 5px 5px;
	background-color:#fff;
	border:1px solid #999;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	color:#666;
	margin: 0px 0px 50px 30px;
}
#searchform input#searchsubmit {
	width:29%;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	text-align:center;
	background-color:#e1e1e3;
	color:#000;
	font-weight:bold;
	border:none;
	font-size:9px;
	text-transform:uppercase;
	font-family: Arial, Helvetica, sans-serif;
	padding:6px 0;
	cursor:pointer;
	
	
}

#searchform input#searchsubmit:hover {
	background:red;
	color:white;	
}

.page-title span {
	font-weight:bold;
	font-style:normal;
	color:#000;
	background-color:#efefef;
	padding:2px;
}

.about a.button:link, .about a.button:visited {
	background:#e1e1e3;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	display:block;
	color:#666;
	font-weight:bold;
	text-align:center;
	padding:8px 0;
	text-decoration:none;
	font-size:4px;
	line-height:1.2em;
	text-transform:uppercase;
	margin-bottom:5px;
}

.about a.button span {
	font-size:38px;
	line-height:1.2em;	
}


.about a.button:hover {
	background:red;
	color:white;
	text-shadow: 0px 1px 2px #7a7a7a;
        filter: dropshadow(color=#7a7a7a, offx=0, offy=1);
}



.about a:link, .about a:visited {
	color:red;
	text-decoration:none;
		
}

.about a:hover {
	text-decoration:underline;
}

/***************

Image style

***************/

.search .entry-content .wp-post-image {
	border: none;
	padding:0;
	margin:0 0 5px 0;
	float:left;
}

.post-2594 .entry-content p {
	text-align: left;	
}

.post-3588 .entry-content .wp-image-2581 {float: left;}
.post-3588 .entry-content .wp-image-2582 {float: left;}
.post-3588 .entry-content .wp-image-2583 {float: left;}
.post-3588 .entry-content .wp-image-2584 {float: left;}

.post-1796 .entry-title,
.post-3588 .entry-title,
.post-592 .entry-title,
.post-4905 .entry-title,
.post-3564 .entry-title,
.post-3562 .entry-title,
.post-2855 .entry-title,
.post-4386 .entry-title,
.post-3008 .entry-title {
	display: none;
}

.category-365-towns-365-logos .page-title {
	display: none;
}

.category-wisconsin-storytime .page-title {
	display: none;
}

.category-365-towns-365-logos .entry-content img {
	width: 800px;
	height: 618px;
}

.category-365-towns-365-logos .wp-post-image {
	width: 800px;
	height: 618px;
}

.category-wisconsin-storytime .entry-content img {
	margin:0 0 30px 0;
}

.category-wisconsin-storytime .wp-post-image {
	width: 800px;
	height: 640px;
}

.sf-menu {
    border-right: 0px solid #CCCCCC;
    float: left;
}

.sf-menu a {
    border-bottom: 0px solid #CCCCCC;
    border-left: 0px solid #CCCCCC;
    border-right: 0px solid #CCCCCC;
    border-top: 0px solid #CCCCCC;
    padding: 12px 24px 0 24px;
    text-decoration: none;
}

#access {
    border-bottom: 0px solid #CCCCCC;
    font-size: 13px;
    text-transform: uppercase;
    height: 120px;
    overflow: visible;
    z-index: 100;
}

.sf-menu a, .sf-menu a:visited {
	color: #aaa;
}

.sf-menu li:hover, .sf-menu li.sfHover, .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background: none;
	color: #ff0000;
}

.sf-menu li.current-menu-item a, .sf-menu li.current_page_item a {
	color: #000;
	background: none;
	background-color: none;
	text-transform:strong;
}