/*
Theme Name: Max Creasy
Description: Modified version of the 2010 default theme for WordPress.
Author: Sam Morgan
*/


/* Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

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, font, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
}
body {

}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	clear: both;
}

#container {
	float: left;
	margin: 0;
	width: 100%;
}
#content {
	margin: 0;
}



#content {
	margin: 0 auto;
	width: 900px;
}



body,
input,
textarea,
.page-title span,
.pingback a.url {
	font-family: Georgia, "Bitstream Charter", serif;
}

h3#comments-title,
h3#reply-title,
#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text,
input[type=submit]
{
	font-family: Georgia, "Bitstream Charter", serif;
}

/* The main theme structure */
#access .menu-header,
div.menu,
#colophon,
#branding,
#main,
#wrapper {
	margin: 0 auto;
	width: 700px;
}
#wrapper {
	margin-top: 0px;
	background: #fff;
	padding: 0 20px;
}

#footer {
	clear: both;
	width: 100%;
}


body {
	background: none;
}

body,
input,
textarea {
	color: #000;
	font-size: 12px;
	line-height: 18px;
}


p {
	margin-bottom: 18px;
}

#bio p {
	width:704px;
}

strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}

a:link {
	color:#000;
	text-decoration: none;
}
a:visited {
	color:#000;
}
a:active,
a:hover {
	color: #999;
}
#header {
	padding: 5px 0 0 0;
}
#site-title {
	float: left;
	margin: 0;
	width: 700px;
	font-size: 12px;
	line-height: 36px;
	border-bottom:1px solid #000;
}
#site-title a {
	color: #000;
	font-weight: normal;
	text-decoration: none;
	letter-spacing: 1px;
}


#access {
	background: none;
	margin: 0 auto;
	width: 700px;
	display:block;
	float:left;
}
#access .menu-header,
div.menu {
	font-size: 12px;
	margin:0;
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li,
div.menu li {
	float:left;
	position: relative;
}
#access a {
	display:block;
	text-decoration:none;
	color:#000;
	padding:0 10px 0 0;
	line-height:32px;
}

#access ul ul a {
	background:#333;
	height:auto;
	line-height:1em;
	padding:10px;
	width: 160px;
}
#access li:hover > a,
#access ul ul :hover > a {
	color:#999;
	background:none;
}
#access ul li:hover > ul {
	display:block;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #999;
}

* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color:#999;
}


#main {
	overflow: hidden;
	padding: 5px 0 0 0;
}
#content {
	margin-bottom: 36px;
}
#content,
#content input,
#content textarea {
	color: #333;
	font-size: 12px;
	line-height: 18px;
}
#content p,
#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
	margin-bottom:24px;
}
#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
	margin-bottom:0;
}


#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	color: #000;
	margin: 0 0 20px 0;
	line-height: 1.5em;
}

.entry-content,
.entry-summary {
	clear: both;
	padding: 5px 0 0 0;
}
#content .entry-summary p:last-child {
	margin-bottom: 12px;
}

.page-link {
	color: #000;
	font-weight:bold;
	margin:0 0 22px 0;
	word-spacing:0.5em;
}
.page-link a:link,
.page-link a:visited {
	background: #f1f1f1;
	color:#333;
	font-weight:normal;
	padding:0.5em 0.75em;
	text-decoration:none;
}

.entry-content .attachment img {
	margin-bottom: 0;
}

#content img {
	margin: 0;
	max-width:700px;
}
#content .attachment img {
	max-width: 900px;
}

#content img.alignleft, 
#content img.alignright, 
#content img.aligncenter {
	margin-bottom: 12px;
}

.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	width: 50%;
	text-align:right;
}
#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
	margin: -18px 0 0 0;
}
#footer {

	position: fixed;
	bottom:10px;
}

#site-info {
	font-weight: normal;
}
#site-info a {
	color: #000;
	text-decoration: none;
}

/*slideshow----------------------*/
.slideshow-prev {
	width:50%;
	height:90%;
	z-index:10;
	position:absolute;
	left:0;
	text-decoration:none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	}
.slideshow-next {
	width:50%;
	height:90%; 
	z-index:10;
	position:absolute;
	right:0;
	text-decoration:none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	}
p.slideshow-caption {
	font-size: 11px;
	text-align:right;
	line-height: 15px;
	}
.first {
	display:none;
	}

#noscript-warning {
	color:#e00;
	font-family:sans-serif;
	font-size:16px;
	font-weight:bold;
	left:0;
	padding:5px 0;
	position:fixed;
	text-align:center;
	top:200px;
	width:100%;
	z-index:101;
	}

