/*
Theme Name: Magical EFT Master Theme
Theme URI: http://jasonwhipple.com/
Description: The master theme for Magical EFT.

Version: Version 1.0 (WP2.7)
Author: Jason Whipple
Author URI: http://jasonwhipple.com/

*/


@import "blueprint/screen.css";
@import "blueprint/plugins/fancy-type/screen.css";


/* GLOBAL STYLES */

html { height: 100%; }


body { font-family: "Lucida Grande", Verdana, Arial, sans-serif; background-color: #4E556E; height: 100%; color: #fffafa;}

/* HEADINGS */

.container {
	width: 750px;
}
#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -270px; /* the bottom margin is the negative value of the footer's height */
}

#header { padding-top: 18px; margin-bottom: 45px; }
#main-menu { text-align: right; margin-top: 54px; }
#static-page {
	margin-top: 126px;
}
a:visited {
}
#content {
}

#sidebar { }
#footer { padding-top: 6px; margin-top: 18px; !important; }
a, a:focus { color: #FFC582; text-decoration: none; }
a:hover { color: #DE6552; text-decoration: none; }
#title a { color: #DE6552; font-family: "arial black"; font-style: normal; font-weight: normal; letter-spacing: -5px; font-size: 5em; }
                 

/* TEXT STYLES */

#main-menu a { padding-left: 27px; display: inline; text-transform: uppercase; color: #555; }

h1, h2, h3, h4, h5, h6 { color: #FFC582; font-family: "arial black"; }
.post {
}
.excerpt {
}
.single-page-post { }
.single-page-post img { margin-left: 18px; margin-bottom: 15px; float: right; height: 270px; width: 270px; }
.single-page-video {
}
.single-page-video img {
}
.single-page-web {
}
.single-page-web img { height: 378px; width: 590px; }
.category-name {
	text-transform: uppercase;
	color: #888;
}
.gravatar img { float: left; width: 50px; height: 50px; }
.thumbnail1 img { height: 216px; width: 310px; }
.thumbnail2 img {
	height: 126px;
	width: 190px;
}
#date-comments { font-style: italic; margin-top: -19px; }
#footer hr { }
#footer h3 { color: #ccc; }
.read-more { text-align: right; }
.read-more a { text-align: right; }
#search-form { padding-top: 12px; }
#wp-pagenavi {
}

.wp-pagenavi a, .wp-pagenavi a:link {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #ccc;
	color: #555;
	background-color: #ddd;	
}
.wp-pagenavi a:visited {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #ccc;
	color: #555;
	background-color: #ddd;	
}
.wp-pagenavi a:hover {	
	color: #f5f5f5;	
	border: 1px solid #ddd;
	background-color: #999;
}
.wp-pagenavi a:active {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #ccc;
	color: #555;
	background-color: #ddd;	
}
.wp-pagenavi span.pages {
	padding: 2px 4px 2px 4px; 
	margin: 2px 2px 2px 2px;
	border: 1px solid #ccc;
	background-color: #ddd;
}
.wp-pagenavi span.current {
	color: #f5f5f5;
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	font-weight: bold;
	border: 1px solid #ddd;
	background-color: #999;
}
.wp-pagenavi span.extend {
	padding: 2px 4px 2px 4px; 
	margin: 2px;	
	border: 1px solid #ccc;
	background-color: #ddd;
}
.post-symbol {
	text-align: center;
}
hr.space {
	background-color: #4E556E;
	color: #4E556E;
}
blockquote {
	color: #fffafa;
}



#sidebar ul {
		list-style-type: none;
		margin-bottom: 1.5em;
	}

#sidebar ul li {
	list-style-type: none;
	color: #fffafa;
	}

#sidebar h2 {
		color: #ffc582;
		font-size: 1.5em;
		line-height: 1.00;
		margin-bottom: 1em;
	}

#sidebar ul ul {
	}

#sidebar li li {
		list-style-type: disc;
		color: #fffafa;
	}

#sidebar li li li {
		list-style-type: disc;
		color: #fffafa;
	}

#enter-site {
		margin-top: 36px;
	}

#enter-site h1, h1 {
		text-align: center;
		letter-spacing: 2px;
	}

#enter-site h2 {
		font-family: cursive;
	}

#enter-site h3 {
		text-align: center;
	}

#enter-site h3 a {
		text-decoration: underline;
		text-transform: uppercase;
	}

#enter-site h3 a:hover {
		text-decoration: none;
	}

#enter-site p {
		font-style: italic;
		font-weight: bold;
		text-align: left;
	}

.tagline {
		font-family: cursive;
		color: #ffc582;
		text-align: center;
		letter-spacing: 1px;
	}

#first-body {
		background-color: #9e4d4d;
	}

img.headshot {
		width: 110px;
		height: 152px;
		border-width: 5px;
		border-style: solid;
		border-color: #de6552;
	}

#enter-image img {
		margin-top: 0px;
		margin-bottom: 18px;
	}

#enter-site hr {
		background-color: #9e4d4d;
		color: #9e4d4d;
	}


