/*
Theme Name: Who In This Room
Theme URI: http: //whointhisroom.com
Description: Theme for the accompanying site for Katherine Malmo's book, 
'who in this room : the realities of cancer, fish, and demolition'
Author: Joe @ Rock Creek Interactive (http://www.rockcreekinteractive.com)
Version: 1.0
Tags: burgundy
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define visible focus styles! 
:focus {
	outline: ?????;
} */

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	background: #e9e9ea;
	font-size: 13px;
	color: #6d6e71;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
}

strong {
	font-weight: bold;
}

a {
  color: #9D9FA2;
}

a:hover {
  color: #7C0612;
}
.clear {
  clear: both;
  height: 1px;
}

#site-wrapper {
	width: 960px;
	margin: 0px auto;
	background: #fff;
	position: relative;
	padding: 0 0 50px;
}

#site-header {
	min-height: 200px;
	color: #fff;
}

#site-header #primary {
	height: 120px;
	background: #7c0612;
	padding: 0 0 0 50px;
}

#site-header #primary img {
	margin-top: 45px;
}

#site-header #sub {
	height: 80px;
	background: #abadb0;
	padding: 0 0 0 50px;
}

#site-header #sub img {
	margin-left: 60px;
}

#vine-left, #vine-right {
	position: absolute;
	z-index: 5;
	top: 0;
}

#vine-left {
	left: 0;
}

#vine-right {
	right: 0;
}

#site-inner {
	padding: 0px 50px;
}

#sidebar {
	width: 113px;
	padding: 140px 50px 0px 0px;
	float: left;
}

#sidebar #nav li {
	margin: 0px 0px 20px 0px;
	font-size: 12px;
	height: 25px;
}

#sidebar #nav li a {
	text-decoration: none;
	color: #9d9fa2;
	padding: 3px 0 3px 20px;
}

#sidebar #nav li a:hover {
	color: #7c0612;
}

#sidebar #nav li.current_page_item a {
	color: #7c0612;
	background: url(/wp-content/themes/whointhisroom/images/nav-arrow.gif) left center no-repeat;
	line-height: 25px;
	vertical-align: middle;
}

#content {
	float: left;
	width: 690px;
}

#content h2 {
	text-transform: uppercase;
	margin: 55px 0px;
	font-size: 25px;
}

#content p {
	line-height: 1.8;
}

#content #book-cover,
#content #about-photo {
	float: left;
	margin-right: 50px;
	margin-bottom: 25px;
}

#content .columnOne, 
#content .columnTwo {
	float: left;
	width: 320px;
}

#content .columnOne {
	margin-right: 50px;
}

#content .columnOne div,
#content .columnTwo div {
	margin-bottom: 25px;
}

#content .articleHeadline span {
	font-weight: bold;
}

.eventName {
  font-weight: bold;
}

.wpcf7 { margin: 20px auto; display: block; }
#facebook-logo {width:25px; margin-right:10px; height:25px; vertical-align:middle; }
#facebook-link { margin-left: 115px; margin-top: 10px; }
img.wpcf7-captcha-captcha-631 { vertical-align: middle; }