/*
Theme Name: Tempest
Description: Child Theme of Lumin
Author: Ken Skaggs
Author URI: http://flat7.com/
Template: Lumin
Version: 0.1
*/
 
@import url("../Lumin/style.css");

body { background: #24282c;
       text-align: center;
       line-height: 21px;
       font-family: Arial, Verdana, sans-serif;
       font-size: .8em; color: #ffffff;
}

div#header {
    background: url("images/top-bg.png") repeat-x scroll left top #2F3336;
    border-bottom: 1px solid #788991;
    height: 150px;
}

img#logo {
    left: -285px;
    top: 2px;
    z-index: 2;
}

div#header p#slogan {
    background: url("images/slogan-divider.png") no-repeat scroll 0 6px transparent;
    color: #8B989E;
    font-family: Georgia,serif;
    font-size: 18px;
    left: -300px;
    padding: 31px 0 20px 22px;
}
div#header ul#top-navigation li {
    margin: 0px;
}

p#slogan-phrase {
    background: url("images/slogan-bg.png") no-repeat scroll left center transparent;
    color: #2D3134;
    font-family: Georgia,serif;
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 30px;
    padding: 0 0 0 40px;
}

p#slogan-phrase span {
    color: #cccccc;
}

#main-area div#main.home { width: 100%; }
div#main-area div.page-block.fullwidth { width: 100%; }
div#main-area div.page-block { float: left; width: 100%; margin-bottom: 30px; }

div#main-area div.page-block h3 {
    display: none;
    /*background: url("images/heading-bg.png") no-repeat scroll left center transparent;
    font-family: Georgia,serif;
    font-size: 30px;
    font-weight: normal;
    line-height: 24px;
    padding: 10px 10px 30px 35px;*/
}

div #post #et-contact {
	display: none;
}

div#main-area div#from-blog { display: none; float: right; width: 0px; }

div#footer-widget-area
div#recent-projects h3 {
    font-family: Georgia,serif;
    font-size: 1.75em;
    margin-bottom: 27px;
}

h4 {
    padding-bottom: 20px;
}



div.project-popup {
    display: none;
    position: absolute;
    top: 0px;
    left: -141px;
    padding: 11px 0px 0px 11px;
    z-index: 1000 !important;
}

div.project-popup span { background: url(images/overlay-popup.png) no-repeat; position: absolute; top: 0px; left: 0px; z-index: 5; display: block; width: 247px; height: 247px; }

p.single-post-meta.full {
    padding-right: 25px;
    width: 602px;
}

p.single-post-meta {
    background: url("images/post-meta-bg.png") repeat-y scroll 0 0 transparent;
    display: none;
    padding: 8px 170px 9px 22px;
    position: relative;
    width: 457px;
}
/*If footer gets overwritten, add to footer.php in Lumin css
  <div id="footer">
		<div class="container">
			<p>Email: <a href="mailto:crigsby@asu.edu">crigsby@asu.edu</a> | Phone: <a href="tel:480-968-9506">480-968-9506</a></p>
		</div> <!-- end footer/container -->
	</div> <!-- end footer-->
*/
