/*
Theme Name: ELLM2
Description: StyleSheet for Matthewell.com built with Blueprint CSS
Version: 1.0
Author: Matt Ell
*/
/* STANDARD HTML TAGS */
body {
	font-family: Lucida Sans,Lucida Grande,Lucida Sans Unicode,sans-serif;
	color: #444;
	background-color: #CCC;
}


th {
	background: #eee!important;
}

#nav {
	margin: 0;
	font-weight: 250;
	border-top: #333 solid .125em;
	background-color: #DDD;
}



div#homesplash {
	background-image: url(images/home-splash-bg-2.gif);
	height: 445px;
}

div#homehead{
	text-align: center;
}

div#homehead h1{
	font-size: 3.8em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #888;
	font-weight: 400;
	padding: .5em;
}


div.wrp {
	display: block;
	width: 242px;
	height: 167px;
	position: relative;
	margin-bottom: 20px;
}

div.info {
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #FF0;
	width: 242px;
	height: auto;
	display: none;
}

#content {
	overflow: hidden;
}


#sidebar {
	font-size: .9em;
	overflow: hidden;
}

div#infocontent {
	padding: 1em;
}

div#supfooterwrap {
	width: 100%;
	background-color: #000;
	margin-top: 3em;
}

#supfooterwrap h4 {
	color: #888;
}

#supfooterwrap p {
	color: #666;
}

#supfooterwrap a {
	color: #888;
}

#supfooterwrap a:hover {
	color: #000;
}

#footer p,#footer a {
	color: #444;
}

h1#masthead a{
	display: block;
	padding: 0;
	border: 0;
	margin: 0;
	background: url(images/logo.png) no-repeat;
	width: 80px;
	height: 79px; 
}

h1#masthead a:hover, h1#masthead a:active{
	background-color: #FF0;
}

a.roundbutton {
	background-color: #111;
	padding: 6px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
/* future proofing */
	-khtml-border-radius: 10px;
/* for old Konqueror browsers */
}

.alt{
	text-indent: -9999px;
	overflow: hidden;
}

a:active {
  position: relative;
  top: 1px;
}


div.navigation a, div.nav a{

	background-color: #BBB;
	padding: 6px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
/* future proofing */
	-khtml-border-radius: 10px;
/* for old Konqueror browsers */

}

.amp {
font-family: Baskerville, 'Goudy Old Style', Palatino, 'Book Antiqua', serif;
font-style: italic;
font-weight: normal;
}


div.navigation a:hover, div.navigation a:active, div.nav a:hover, div.nav a:active {

	background-color: #FF0;

}

/* TYPOGRAPHY*/
/* H2 */
h1,h2,h3,h4,h5,h6 {
	color: #222;
}

h2.bordertop {
	padding: 0;
}

h3 {
	margin-bottom: .5em;
}

h4 {
	margin-bottom: .625em;
}

h1.fancy{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: 400;
	font-size: 3.0em;
	line-height: 1.4em;
	color: #222;
	border: 0;

}


h4.fancy{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: 400;
	font-size: 1.8em;
	line-height: 1.4em;
	color: #000;
	border: 0;

}

h2.fancy {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	background-color: #FF0;
	font-weight: 400;
	line-height: 1.4em;
	color: #000;
	border: 0;
}



sidebar h2 {
	font-size: 1.2em;
	color: #666;
	margin: 0;
	padding: .5em 0;
}



/* P */
p {
	font-size: 1.15em;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 1.5em;
}

small {
	font-size: .9em;
}

p.fancy {
	font-size: 1.2em;
	line-height: 1.4em;
}

span.fancy {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 1.2em;
	font-weight: 500;
	color: #333;
}

div#homenews p {
	font-size: .975em;
}

div#homenews p.date {
	margin: 0;
	color: #666;
}

#supfooterwrap p {
	font-size: .975em;
}

/*LINKS */
a:link,a:visited {
	color: #111;
	text-decoration: none;
}

a:hover {
	color: #000;
	background-color: #FF0;
}

a:active {
	color: #000;
}

a:active,a:focus {
	outline: none;
}

/* CUSTOM CSS TYPE STYLE */
.noborder {
	border-bottom: 0;
}

.bordertop {
	border-top: .125em solid #444;
	padding: .5em 0;
}

blockquote p {
	font-family: Georgia, Times, Time New Roman, Serif;
	font-style: italic;
	font-size: 1.4em;
}

.grayhighlight {
	background-color: #888;
	color: #333;
}

.serif{
	font-family: Georgia, Times, Time New Roman, Serif; 
}

/* CUSTOM CSS POSITION CLASSES */
.postmetadata {
	font-size: .975em;
	clear: both;
}

.alignleft {
	float: left;
	display: inline;
/* IE6 fix */
	padding: 0 1em .5em 0;
	text-align: left;
}

.aligncenter {
	display: block;
	margin: 1em auto;
	text-align: center;
}

.alignright {
	float: right;
	display: inline;
/* IE6 fix */
	padding: 0 0 .5em 1em;
	text-align: right;
}

.alignjustify {
	text-align: justify;
}

.comment-body {
	padding: 1em;
}

.commentlist {
	clear: both;
	list-style: none;
	margin: 1em 0;
	padding: 0;
}

.commentlist li {
	border-bottom: 1px solid #eee;
	margin: .5em 0;
}

.commentlist cite {
	font-style: normal;
}

.commentlist img {
	border: 1px solid #eee;
	float: left;
	display: inline;
/* IE6 fix */
	margin: 0 1em .5em 0;
	padding: 4px;
	text-align: left;
}

.commentlist p {
	clear: both;
	font-size: 1.1em;
}

.commentlist .bypostauthor {
	background: #eee;
	border-left: .5em solid #ccc;
	border-color: #DDD;
	padding-left: 1em;
}

.commentmetadata {
	color: #555;
	font-size: .9em;
}

.input label {
	display: block;
	font-size: .9em;
	font-weight: 400;
}

.post {
	margin: 0 0 3em;
}

.wp-caption {
	background: #eee;
	border: 1px solid #ccc;
	padding: .5em;
}

.wp-caption img {
	border: 0;
	margin: 0;
	padding: 0;
}

.wp-caption p.wp-caption-text {
	margin: 0;
	padding: 0;
}

ul.inline {
	display: block;
	margin: 1em 0;
	padding: 0;
}

ul.inline li {
	display: inline;
	margin: 0 .5em 0 0;
}

/* DOM ELEMENTS */
#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#nav li {
	float: left;
	display: inline;
/* IE6 fix */
	margin: 0;
	padding: 0;
	position: relative;
}

ul.post-meta {
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
}

#content ul.people {
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
}

#content ul.people {
	line-height: 160%;
}

#content div.capcase {
	margin-top: 1.5em;
	padding: 1em 0;
	border-top: .1em solid #222;
}

#content div.shade {
	height: 150px;
	border-left: .1em solid #222;
}

#content div.shade p {
	margin-top: 25px;
	padding: 0 25px;
}

#content div.portwrap {
	margin: 1.5em 0;
}

#sidebar ul {
	list-style: none;
	margin: 0 0 1.5em;
	padding: 0;
}

#sidebar li{
	line-height: 1.8em;
}

#sidebar form {
	margin-bottom: 1.5em;
}

#sidebar div {
	line-height: 1.5em;
	margin: 0 0 1.5em;
}

#footer {
	padding: .5em 0;
	overflow: hidden;
}

#footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#footer li {
	display: inline;
	margin: 0 1em 0 0;
}

div#supfooter ul {
	list-style-type: none;
	padding: 0 0 1.1em;
	margin-left: 0;
}

input[type=text],input[type=password],input.text,input.title,textarea,select {
	background-color: #DDD;
	border: 1px solid #666;
	color: #000;
	font-size: 1.3em;
}

/* Social Media */
ul#social-icons {
	position: relative;
	width: 230px;
	height: 110px;
	border: 1px solid #000;
	padding-left: 0;
	margin-left: 0;
}

#social-icons li {
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
	border: 1px solid #000;
	height: 55px;
	width: 55px;
	float: left;
}

#social-icons li,#social-icons a {
	display: block;
	height: 55px;
}

a#twitter {
	background: url(images/social-icons-sprite.png) no-repeat 1px 0;
	text-indent: -999px;
}

a#twitter:hover {
	background: url(images/social-icons-sprite.png) no-repeat 1px -57px;
	text-indent: -999px;
}

a#lastfm {
	background: url(images/social-icons-sprite.png) no-repeat -52px 0;
	text-indent: -999px;
}

a#lastfm:hover {
	background: url(images/social-icons-sprite.png) no-repeat -52px -57px;
	text-indent: -999px;
}

a#linkedin {
	background: url(images/social-icons-sprite.png) no-repeat -106px 0;
	text-indent: -999px;
}

a#linkedin:hover {
	background: url(images/social-icons-sprite.png) no-repeat -106px -57px;
	text-indent: -999px;
}

a#foursquare {
	background: url(images/social-icons-sprite.png) no-repeat -160px 0;
	text-indent: -999px;
}

a#foursquare:hover {
	background: url(images/social-icons-sprite.png) no-repeat -160px -57px;
	text-indent: -999px;
}