/*
Theme Name: Jeremy Dempster
Description: Personal site theme based on TwentyEleven
Author: Jeremy Dempster
Template: twentyeleven
*/

@import url("twentyeleven-base.css");

/* Nix Responsive Stuff */
@media (max-width: 800px) {}
@media (max-width: 650px) {}
@media (max-width: 450px) {}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {}

#page {
	border-color:#BBB;
	border-style:solid;
	border-width:1px 2px 2px 1px;
	width:1000px;
}

#branding {
	height:185px;
	position:relative;
	margin:0px;
	padding:0px;
	background:transparent url('/wp-content/themes/jeremydempster/images/banner.png') no-repeat top left;
	border:0px;
}
h1#site-title {
	position:absolute;
	bottom:41px;
	left:35px;
	margin:0px;
}
#site-title a {
	font-size:70px;
	font-family:'Myriad Pro','Verdana','Arial',sans-serif;
	font-weight:bold;
	font-variant:small-caps;
}
#site-title a:hover {
	color:black;
}
#access {
	position:absolute;
	bottom:0px;
	background:black;
}
#access li a:hover {
	background:black;
	color:white;
	text-decoration:underline;
	font-style:italic;
}

.singular #content {
	margin:0px;
	width:100%;
}
.singular .entry-header, .singular .entry-content, .singular footer.entry-meta, .singular #comments-title {
	width:90%;
}

blockquote {
	background-color:#ededed;
	border:1px dotted #3a3a3a;
	border-width:0 1px;
	padding:10px;
	margin-bottom: 1.625em;
	font:inherit;
	font-style:italic;
}
blockquote>p:last-of-type {
	margin:0px;
}

.homepage-block {
	width:32%;
	margin:0px 10px 0 0 ;
	float:left;
	text-align:center;
	vertical-align:middle;
	font-size:46px;
	line-height:23px;
	padding:50px 0;
	border:1px solid black;
}

.clear {
	clear:both;
}