/*
Theme Name: Zwischen
Theme URI: http://emrl.com
Description: Interim theme for shapeyourneighborhood.com.
Version: 1.0
Author: EMRL
Author URI: http://themes.emrl.com
Tags: custom
*/

/* -------------------------------------------------------------- 
   Reset
-------------------------------------------------------------- */

body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, {
 margin: 0;
 padding: 0;
 border: 0;
 font-weight: inherit;
 font-style: inherit;
 font-size: 100%;
 font-family: inherit;
 vertical-align: baseline;
}
body {
	line-height: 1.5;
	background: #fff;
	margin: 1.5em 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight:400;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: none;
}
input, textarea {
	margin: 0;
}
/* Removes Firefox imposed outline */
a {
	outline: none;
}
/* Clearing floats without extra markup  */
.wrapper {
	display: inline-block;
}
.wrapper:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
* html .wrapper {
	height: 1%;
}
.wrapper {
	display: block;
}
/* -------------------------------------------------------------- 
   Preload Images - Something like below  is added to the xhtml after the <body> tag
   
   <div id="preloaded-images">
    <img src="<?php bloginfo('template_url'); ?>/images/image1.png" width="1" height="1" alt="" />
    <img src="<?php bloginfo('template_url'); ?>/images/image2.png" width="1" height="1" alt="" />
	[etc.]
   </div>
-------------------------------------------------------------- */
div#preloaded-images {
	position: absolute;
	overflow: hidden;
	left: -9999px;
	top: -9999px;
	height: 1px;
	width: 1px;
}
/* -------------------------------------------------------------- 
   Typography
-------------------------------------------------------------- */

/* This is where you set your desired font size. The line-heights 
   and vertical margins are automatically calculated from this. 
   The percentage is of 16px (0.75 * 16px = 12px). */
body {
	font-size: 85%;
}
/* Default fonts and colors. */
body, h1, h2, h3, h4, h5, h6, p, ul, ol, dl, input, textarea {
	font-family: Helvetica, Arial, sans-serif;
}
/* Headings
-------------------------------------------------------------- */

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}
h2 {
	font-size: 1.85em;
	letter-spacing: -0.04em;
	margin-bottom: -0.375em;
	margin-top: 1.3em;
}
/* Text elements
-------------------------------------------------------------- */

p {
	margin: 0 0 1.5em;
	line-height: 1.8em;
}
ul, ol {
	margin: 0 1.5em 1.5em 1.5em;
}
ul {
	list-style-type: circle;
}
ol {
	list-style-type: decimal;
}
dl {
	margin: 0 0 1.5em 0;
}
dl dt {
	font-weight: bold;
}
dl dd {
	margin-left: 1.5em;
}
abbr, acronym {
	border-bottom: 1px dotted #000;
}
address {
	margin-top: 1.5em;
	font-style: italic;
}
del {
	color: #000;
}
a {
	color: #036;
	text-decoration: none;
}
a:hover {
	color: #fff;
	text-decoration: underline;
}
blockquote {
	margin: 1.5em;
}
strong {
	font-weight: bold;
}
em, dfn {
	font-style: italic;
}
dfn {
	font-weight: bold;
}
pre, code {
	margin: 1.5em 0;
	white-space: pre;
}
pre, code, tt {
	font: 1em monospace;
	line-height: 1.5;
}
tt {
	display: block;
	margin: 1.5em 0;
	line-height: 1.5;
}
/* Tables
-------------------------------------------------------------- */

.post-table {
	background-color:#6699cc;
	color:#FFF;
}
/* -------------------------------------------------------------- 
   Forms
-------------------------------------------------------------- */

label {
	font-weight: bold;
}
/* Fieldsets */
fieldset {
	padding: 1.4em;
	margin: 0 0 1.5em 0;
	border: 1px solid #ddd;
}
legend {
	padding: 0 .4em;
	font-weight: bold;
	font-size: 1.2em;
}
/* Textareas */
textarea {
	margin: 0.5em 0.5em 0 0;
}
textarea {
	padding: .4em;
}
/* -------------------------------------------------------------- 
   Site
-------------------------------------------------------------- */
/* colors */

body {
	background-color:	#336699;
}
/* grid/structure */
.container {
	width:985px;
	margin: 0 auto;
}
/* header */
#header {
}
/*
Footer Stuff
*/

.copyright {
	text-align:right;
	font-size: .9em;
	margin-right: 1.6em;
	margin-top: -0.5em;
	color:#6699cc;
}
.copyright a {
	color:#fff;
}
.copyright a:hover {
	text-decoration: underline;
}
/* multiple/etc */


/* survey */

.survey-question {
	margin-bottom: 2.2em;
}
.survey-form {
	margin-top: 1.0em;
	margin-bottom: 1.0em;
}
input {
	background-color:#fff;
	border:solid 1px #000;
	padding: 5px;
}
/* WP Classes */

.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	/* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
