/*
Theme Name: blankSlate
Theme URI: http://shawncope.com
Description: A theme completely stripped of all styling and structure. Functionality is based on the twentyten theme.
Version: 3.1
Author: Shawn Cope
Author URI: http://shawncope.com
Tags: blankSlate, no style, clean, empty

This theme was designed and built by Shawn Cope,
whose blog you will find at http://shawncope.com/

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php
*/


/*
@import "style/reset.css";
@import "style/ie.css";
*/

body {
	background: url(images/bg-home.jpg);
	font-family: Verdana, Geneva, sans-serif;
	margin: 0;
	padding: 0;
}

#header { text-align: center; }
#header h1 { font-family: Georgia; margin-bottom: 0; color: #063; font-size: 39px; margin-top: 2px; }
#header h2 { margin-top: 0; font-family: Georgia; font-style: italic; font-size: 15px; color: #666; }
#header .menu { margin-bottom: 3px; background: #333; color: white; }
#header .menu ul { margin: 0 auto; padding: 6px; font-size: 11px; width: 894px; overflow: hidden; }
#header .menu li { float: left; margin-left: 35px; padding: 0 0 0 15px; text-transform: uppercase }
#header .menu li:first-child { list-style-type: none; }
#header .menu a { color: white; text-decoration: none; }


#main { width: 780px; margin: 0 auto; }
.widget-area { display: none; }


.line {
	background: url("images/line.png") no-repeat scroll 0 0 transparent;
	border: 0 none;
	height: 20px;
	margin: 20px auto;
}

#imageIcons { overflow: hidden; padding: 5px; }
#imageIcons a { 
	display: inline-block; 
	margin-left: 19px; 
	float: left;
	text-decoration: none;
}
#imageIcons a > div {
	height: 110px; 
	width: 124px; 
	border: 7px solid white;
	box-shadow: 1px 1px 7px #333;
	overflow: hidden;
}
#imageIcons a > p {
    color: #888;
    font-family: Oswald;
    font-size: 0.7em;
    margin-top: 5px;
    text-align: center;
    text-decoration: none;
}
#imageIcons a:first-child { margin-left: 0; }
#imageIcons img { margin-top: 0px; }
#imageIcons a:hover img { margin-top: -110px; }

#subnav { overflow: hidden; }
#subnav ul { margin: 0; padding: 0; list-style-type: none; float: left; width: 27%; }
#subnav li { font-family: 'Oswald'; font-size: 17px; font-weight: bold; margin: 11px 0; border-top: 1px solid #ddd; padding-top: 11px; }
#subnav li:first-child { margin-top: 0; padding-top: 0; border-top: 0; }
#subnav li a { text-decoration: none; color: #666; text-transform: uppercase; }
#subnav li a:hover { color: #000; }
#subnav #map { width: 46%; float: left; margin-left: 3%; height: 205px; border: 10px solid white; box-shadow: 1px 1px 7px #333; }
#subnav #map_canvas { height: 100%; width: 100%; }
#subnav #quote { float: left; margin-left: 23px; width: 17%; color: #555; font-family: Georgia, "Times New Roman", Times, serif; }
#subnav #quote p { font-size: 19px; font-style: italic; margin-top: 0; }
#subnav #quote p.credit { font-size: 11px; font-style: normal; margin-top: 10px; }

#primaryContent {
	overflow: hidden;
	background: url(images/paren.png) no-repeat 590px 0;
	font-size: 17px;
	line-height: 1.2em;
	margin-top: 30px;
	font-family: "Lucida Grande",Verdana,Arial;
	padding-bottom: 15px;
}
#primaryContent h4 { color: #063; font-size: 1.1em; }
#primaryContent p { letter-spacing: -0.5px; word-spacing: 2px; }
#primaryContent .col { float: left; }
#primaryContent .col:first-child { width: 74%; }
#primaryContent #eventDate { width: 18%; margin-left: 7%; font-family: 'Oswald'; font-weight: bold; line-height: 1.5em; color: #555; }
#primaryContent .col p:first-child { margin-top: 0; }

h1.entry-title {
    box-shadow: 4px 4px 10px black;
    font-family: 'Lucida Grande',Verdana,Arial;
    font-size: 33px;
    letter-spacing: -1.5px;
    padding: 6px;
}

div.page { width: 800px; margin: 0 auto; }
.col div.page { width: 100%; }

blockquote { border-top: 5px dotted black; border-bottom: 5px dotted black; margin: 10px 300px 10px 10px; padding: 8px; width: 88%; font-style: italic; background: rgba(255,255,255,0.7); }
.entry-content { font-family: "Lucida Grande",Verdana,Arial; font-size: 0.9em; }
.entry-content blockquote p { font-family: Georgia, "Times New Roman", Times, serif; }
.entry-content p img { border: 1px solid black; max-width: 520px; height: auto; float: right; margin: 0 0 5px 5px; clear: both; }

.entry-content div.wp-caption {
    border: 1px solid #777;
    float: right;
    height: auto;
    margin: 0 0 5px 5px;
    max-width: 520px;
	background: #ccc;
	padding: 6px 2px 2px;
}
.entry-content div.wp-caption a { display: block; margin-bottom: 2px; }
.entry-content div.wp-caption img { margin: 0 auto; display: block; }
.entry-content div.wp-caption p { font-size: 0.9em; text-align: center; color: black; margin-top: 2px; }