/*
	extends core.css
	contains all design specific styles
	
	All attributes in alpha-numeric order starting from 0-9 A-Z
	x = horizontal, y = vertical
	property: trbl, tb rl, t rl b, t r b l;
	bg shorthand: background: color url() repeat vertical-position horizontal-position;
	All font names should be quoted "Arial" 
	However, font families like Serif, Sans-Serif and Monospace do not need quotes.
*/

/* don't forget to update this file name accordingly */
@import url("megmiller_core.css");

/* COLORS
-----------------------------------------------------------------------------
	
	#hex (desc)
	
*/

/* TABLE OF CONTENTS
-----------------------------------------------------------------------------

	=WRAP
	=HEADER
	=MASTHEAD
	=CONTENT-WRAP
		=MAIN CONTENT
		=SIDEBAR
	=FOOTER
		
*/

body{
	background: #fff url(../images/site/bg.jpg) repeat-x center 0;
	color: #333333;
}
	body#inside{background: #fff url(../images/site/bg-inside.jpg) repeat-x center 0;}

/* =HEADER
----------------------------------------------------------------------------- */

#header,
#content,
#footer{
	margin: 0 auto;
	position: relative;
	width: 940px;
}
#header{
	background: transparent url(../images/site/header.png) no-repeat center 0;
	padding-top: 10px;
}
	#header h1,
	#header h1 a:link,
	#header h1 a:visited{
		background: transparent url(../images/site/logo.png) no-repeat 0 0;
		height: 165px;
		width: 219px;
	}
		#header h1 a:link,
		#header h1 a:visited{
			display: block;
			margin-top: 0;
			text-indent: -9999px;
		}
	#header ul{
		position: absolute;
		right: 0;
		top: 42px;
	}
		#header li,
		#header li a{
			color: #4d3914;
			display: block;
			float: left;
			font: bold 13px/30px "Georgia", "Times", sans-serif;
			margin-left: 30px;
			text-decoration: none;
		}
			#header li a{
				margin-left: 0;
				padding-top: 34px;
				text-align: center;
				width: 55px;
			}
			#header li a:hover,
			#header li a#current{background: transparent url(../images/site/current.png) no-repeat center top;}

/* =MASTHEAD
----------------------------------------------------------------------------- */

#masthead{
	background: transparent url(/content/artwork.jpg) no-repeat center 0;
	margin-top: -53px;
	height: 338px;
}

/* =CONTENT-WRAP
----------------------------------------------------------------------------- */

#content{margin: 15px auto 15px;}
	#twitter{
		background: transparent url(../images/site/twit-repeat.jpg) repeat-y 0 0;
		float: left;
		width: 222px;
	}
		#twitter h3{
			background: transparent url(../images/site/twit-top.jpg) no-repeat 0 0;
			color: #74a27c;
			font: normal 17px/26px "Georgia", "Times", sans-serif;
			font-style: italic;
			padding: 15px;
		}
		#twitter a{
			font: normal 12px/16px "Georgia", "Times", sans-serif;
			color: #74a27c;
			display: block;
			padding-right: 10px;
			text-align: right;
		}
	#blog{
		float: left;
		padding: 0 20px 0 18px;
		width: 460px;
	}
	#blog.inside{
		width: 700px;
		padding: 0 20px 0 0;
	}
		#blog h1{
			background: transparent url(../images/site/blog-line.jpg) repeat-x 0 bottom;
			color: #564422;
			font: normal 24px/24px "Georgia", "Times", sans-serif;
			padding-bottom: 10px;
		}
		#blog h2{
			color: #fa4d40;
			font: normal 16px/18px "Georgia", "Times", sans-serif;
			margin: 10px 0;
		}
		#blog p{
			color: #68573e;
			font: normal 12px/18px "Arial" serif;
			margin-bottom: 10px;
		}
			#blog p a{color: #fa4d40;}
		#blog span#read,
		#blog span#read a{
			background: transparent url(../images/site/btn-readmore.jpg) no-repeat 0 0;
			display: block;
			height: 23px;
			margin-bottom: 20px;
			width: 99px;
		}
			#blog span#read a{
				display: block;
				margin-bottom: 0;
				text-indent: -9999px;
			}
	#sidebar{
		float: left;
		width: 220px;
	}
		#sidebar h2{
			background: transparent url(../images/site/blog-line.jpg) no-repeat 0 bottom;
			color: #564422;
			font: normal 18px/24px "Georgia", "Times", sans-serif;
			padding-bottom: 10px;
		}
		#sidebar li{
			background: transparent url(../images/site/green-line.jpg) no-repeat 0 bottom;
			font: bold 14px/20px "Georgia", "Times", sans-serif;
			font-style: italic;
			list-style: none;
			padding: 10px 0;
		}
			#sidebar li img{
				border: 1px solid #cbe6cf;
				float: left;
			}
			#sidebar li a{
				color: #fa4d40;
				padding-left: 10px;
				text-decoration: none;
			}

/* =COMMENTS
----------------------------------------------------------------------------- */
ul#comments{
	background: transparent url(../images/site/blog-line.jpg) repeat-x 0 top;
	margin-bottom: 15px;
}
	#comments li{
		background: transparent url(../images/site/blog-line.jpg) repeat-x 0 bottom;
		list-style: none;
		padding: 15px 0 5px;
	}
		#comments li div{
			color: #564422;
			margin-bottom: 7px;
		}
			#comments li div span.name{
				color: #fa4d40;
				font: bold 12px/18px "Georgia", "Times", sans-serif;
			}
#blog fieldset{
	color: #564422;
	display:block;
	float: left;
	width: 340px;
}
	#blog label{}
	#blog input{
		margin: 5px 0 10px;
		color: #564422;
		width: 320px;
	}
	#blog textarea{
		margin: 5px 0 10px;
		color: #564422;
		width: 320px;
	}
#live-preview{
	display:block;
	float: left;
	padding-left: 10px;
}
	#live-preview h3{
		color: #fa4d40;
		font: bold 14px/18px "Georgia", "Times", sans-serif;
		margin-bottom: 10px;
	}
	#live-preview h3 span{
		color: #564422;
		font: italic 12px/18px "Georgia", serif;
	}
	#preview{
		border: 1px solid #fa4d40;
		padding: 10px;
		width: 320px;
	}
	#blog input#comment-btn{
		background: transparent url(../images/site/btn-comment.jpg) no-repeat 0 0;
		border: none;
		display: block;
		height: 22px;
		margin-bottom: 20px;
		width: 133px;
	}

/* =ART
----------------------------------------------------------------------------- */

.work{
	background-color: #F4F9F3;
	border: solid 1px #BBF0CE;
	float: left;
	margin: 18px 20px 0 0;
	padding: 10px;
	width: 137px;
}
	.end{margin-right: 0;}
	.work img{
		background-color: #ffffff;
		padding: 4px;
		border: solid 1px #9A907F;
		width: 127px;
	}
	#blog .work h2{margin: 10px 0 5px;}
	#blog .work p{margin-bottom: 0;}

/* =FOOTER
----------------------------------------------------------------------------- */

#footer-wrap{
	background: #d3e3bb url(../images/site/bg-footer.jpg) no-repeat center 142px;
	height: 92px;
	width: 100%;
}

/* =FLOWERS
----------------------------------------------------------------------------- */

#flowers{
	background: transparent url(../images/site/flowers.png) repeat-x center 0;
	height: 142px;
	width: 100%;
}

	#footer{
		color: #564422;
		font: normal 16px/16px "Georgia", "Times", sans-serif;
		padding-top: 20px;
		text-align: center;
}

/*  
Sticky Footer Solution
by Steve Hatcher 
http://stever.ca
http://www.cssstickyfooter.com
*/

html, body, #wrap {height: 100%;}

body > #wrap {height: auto; min-height: 100%;}

#main {padding-bottom: 234px;}  /* must be same height as the footer */

#footer-wrap {position: relative;
	margin-top: -234px; /* negative value of footer height */
	height: 234px;
	clear:both;} 

/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

html, body {
	height: 100%;
}

div#fancy_overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #666;
	display: none;
	z-index: 30;
}

* html div#fancy_overlay {
	position: absolute;
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

div#fancy_wrap {
	text-align: left;
}

div#fancy_loading {
	position: absolute;
	height: 40px;
	width: 40px;
	cursor: pointer;
	display: none;
	overflow: hidden;
	background: transparent;
	z-index: 100;
}

div#fancy_loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background: transparent url('/images/site/fancy_progress.png') no-repeat;
}

div#fancy_loading_overlay {
	position: absolute;
	background-color: #FFF;
	z-index: 30;
}

div#fancy_loading_icon {
	position: absolute;
	background: url('/images/site/fancy_loading.gif') no-repeat;
	z-index: 35;
	width: 16px;
	height: 16px;
}

div#fancy_outer {
	position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    padding: 18px 18px 33px 18px;
    margin: 0;
    overflow: hidden;
    background: transparent;
    display: none;
}

div#fancy_inner {
	position: relative;
	width:100%;
	height:100%;
	border: 1px solid #BBB;
	background: #FFF;
}

div#fancy_content {
	margin: 0;
	z-index: 100;
	position: absolute;
}

div#fancy_div {
	background: #000;
	color: #FFF;
	height: 100%;
	width: 100%;
	z-index: 100;
}

img#fancy_img {
	position: absolute;
	top: 0;
	left: 0;
	border:0; 
	padding: 0; 
	margin: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
}

div#fancy_close {
	position: absolute;
	top: -12px;
	right: -15px;
	height: 30px;
	width: 30px;
	background: url('/images/site/fancy_closebox.png') top left no-repeat;
	cursor: pointer;
	z-index: 181;
	display: none;
}

#fancy_frame {
	position: relative;
	width: 100%;
	height: 100%;
	display: none;
}

#fancy_ajax {
	width: 100%;
	height: 100%;
	overflow: auto;
}

a#fancy_left, a#fancy_right {
	position: absolute; 
	bottom: 0px; 
	height: 100%; 
	width: 35%; 
	cursor: pointer;
	z-index: 111; 
	display: none;
	background-image: url(data:image/gif;base64,AAAA);
	outline: none;
}

a#fancy_left {
	left: 0px; 
}

a#fancy_right {
	right: 0px; 
}

span.fancy_ico {
	position: absolute; 
	top: 50%;
	margin-top: -15px;
	width: 30px;
	height: 30px;
	z-index: 112; 
	cursor: pointer;
	display: block;
}

span#fancy_left_ico {
	left: -9999px;
	background: transparent url('/images/site/fancy_left.png') no-repeat;
}

span#fancy_right_ico {
	right: -9999px;
	background: transparent url('/images/site/fancy_right.png') no-repeat;
}

a#fancy_left:hover {
  visibility: visible;
}

a#fancy_right:hover {
  visibility: visible;
}

a#fancy_left:hover span {
	left: 20px; 
}

a#fancy_right:hover span {
	right: 20px; 
}

.fancy_bigIframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}

div#fancy_bg {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}
	
div.fancy_bg {
	position: absolute;
	display: block;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}

div.fancy_bg_n {
	top: -18px;
	width: 100%;
	height: 18px;
	background: transparent url('/images/site/fancy_shadow_n.png') repeat-x;
}

div.fancy_bg_ne {
	top: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('/images/site/fancy_shadow_ne.png') no-repeat;
}

div.fancy_bg_e {
	right: -13px;
	height: 100%;
	width: 13px;
	background: transparent url('/images/site/fancy_shadow_e.png') repeat-y;
}

div.fancy_bg_se {
	bottom: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('/images/site/fancy_shadow_se.png') no-repeat;
}

div.fancy_bg_s {
	bottom: -18px;
	width: 100%;
	height: 18px;
	background: transparent url('/images/site/fancy_shadow_s.png') repeat-x;
}

div.fancy_bg_sw {
	bottom: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('/images/site/fancy_shadow_sw.png') no-repeat;
}

div.fancy_bg_w {
	left: -13px;
	height: 100%;
	width: 13px;
	background: transparent url('/images/site/fancy_shadow_w.png') repeat-y;
}

div.fancy_bg_nw {
	top: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('/images/site/fancy_shadow_nw.png') no-repeat;
}

div#fancy_title {
	position: absolute;
	bottom: -33px;
	left: 0;
	width: 100%;
	z-index: 100;
	display: none;
}

div#fancy_title div {
	color: #FFF;
	font: bold 12px Arial;
	padding-bottom: 3px;
}

div#fancy_title table {
	margin: 0 auto;
}

div#fancy_title table td {
	padding: 0;
	vertical-align: middle;
}

td#fancy_title_left {
	height: 32px;
	width: 15px;
	background: transparent url(/images/site/fancy_title_left.png) repeat-x;
}

td#fancy_title_main {
	height: 32px;
	background: transparent url(/images/site/fancy_title_main.png) repeat-x;
}

td#fancy_title_right {
	height: 32px;
	width: 15px;
	background: transparent url(/images/site/fancy_title_right.png) repeat-x;
}
