html, body {
    margin: 0;
    padding: 0;
}

html {
    font: 0.9em/1.3 Georgia,'Times New Roman',serif;
    color: #edd5ac;
    background: #020201;
}

hr, #header h1 {
    display: none;
}

p, ul, ol {
	margin: 1.3em 0;
}

.cleaner {
	display: block;
	clear: both;
	height: 1px;
	margin-top: -1px;
}


/* Links */

a {
    color: #f9bf5a;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

#wrap {
    width: 789px;
    background: url(img/wrap-center.jpg) 50% 0 repeat-y;
    margin: 0 auto;
    position: relative;
}

#wrap-bottom {
    background: url(img/wrap-bottom.jpg) 50% 100% no-repeat;
}

#wrap-top {
    background: url(img/wrap-top.jpg) 50% 0 no-repeat;
}

.allen-s-blog #wrap-top {
	background-image: url(img/wrap-top-allen.jpg);
}


/* Footer */

#footer {
    clear: both;
    background: none;
    text-align: center;
    color: #7d7d77;
	height: 85px;
	background: url(img/footer.gif) 50% 0 no-repeat;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 1px;
}

    #footer a {
        color: #7d7d77;
    }

#footer-nav {
	list-style: none;
	margin: 10px 0 0 0;
	padding: 0;
}

    #footer-nav li {
    	margin: 0 5px 0 0;
		padding: 0;
		display: inline;
    }

		#footer-nav .current a {
		    color: #fff;
		    text-decoration: none;
		}

/* Header & menu */

#header {
    background: url(img/menu.png) 50% 0 no-repeat;
    padding: 0 0 0 0;
    height: 40px;
} 
    
    #header a:focus {
        outline: none;
    }

    #header h2 {
        margin: 0;
    }
    
        #header h2 a {
            display: block;
            width: 230px;
            height: 30px;
            float: left;
            margin: 0 24px 0 50px;
        }
        
    #header ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    #header li {
        margin: 0;
        padding: 0;
        float: left;
    }
    
    #header li a {
        display: block;
        height: 31px;
        width: 110px;
        margin: 0;
        padding: 0;
    }

    #header h2 a span, #header li a span {
        display: none;
    } 
    
    #header li > ul {
        display: none;
    }
    
    #header li:hover > ul {
        display: block;
        position: absolute;
        width: 102px;
        background: url(img/menu-hover.png) 0 100% no-repeat;
        font-family: Tahoma, Arial, Helvetica, sans-serif;
        font-size: 11px;
        text-align: center;
        padding: 0 2px 6px 2px;
        margin-left: 6px;
        z-index: 100;
    }
    
    #header li:hover > ul span {
        display: inline;
    }
    
    #header li:hover > ul li {
        float: none;
    }
    
    #header li:hover > ul a {
        float: none;
        padding: 8px 6px 8px;
        margin: 0;
        height: auto;
        width: 89px;
        text-decoration: none;
        color: #ead6af;
        border-top: 1px solid grey;
    }
    
    #header li:hover > ul .first a {
        border-top: none;
        background: url(img/menu-hover.png) -2px 0 no-repeat;
    }

.about-us-link:hover, .current .about-us-link {
    background: url(img/about-us-link-active.png) 0 0 no-repeat;
}

.our-work-link:hover, .current .our-work-link {
    background: url(img/our-work-link-active.png) 0 0 no-repeat;
}

.read-our-blogs-link:hover, .current .read-our-blogs-link {
    background: url(img/read-our-blogs-link-active.png) 0 0 no-repeat;
}

.contact-link:hover, .current .contact-link {
    background: url(img/contact-link-active.png) 0 0 no-repeat;
}

.our-work-link {
    width: 100px !important;
}

.read-our-blogs-link {
    width: 145px !important;
}

.contact-link {
    width: 90px !important;
}


/* Home page */

#left-reflector, #right-reflector {
    position: absolute;
    top: 60px;
    height: 129px;
    width: 126px;
    display: none;
    background: url(img/left-reflector.gif) 0 0 no-repeat;
}

#left-reflector {
    left: -75px;
}

#right-reflector {
    background-image: url(img/right-reflector.gif);
    top: 50px;
    right: -75px;
}

#left-reflector, #right-reflector {
    display: none;
}

body.home-page {
    background: url(img/home-bg.jpg) 50% 31px no-repeat;
}

    body.home-page #wrap, body.home-page #wrap-bottom, body.home-page #wrap-top,
    body.page-view #wrap, body.page-view #wrap-bottom, body.page-view #wrap-top,
    body.contact-page #wrap, body.contact-page #wrap-bottom, body.contact-page #wrap-top{
        background: none;
    }
    
    body.home-page #left-reflector, body.home-page #right-reflector,
    body.page-view #left-reflector, body.page-view #right-reflector {
        display: block;
    }
    
    body.contact-page #left-reflector, 
	body.contact-page #right-reflector, 
	body.our-work-page #left-reflector,
	body.our-work-page #right-reflector {
        display: none;
    }
    
body.page-view {
    background: #000 url(img/about-us.jpg) 50% 0 no-repeat;
}

body.allen-facemire-page {
	background-image: url(img/about-allen.jpg);
}

body.suzan-satterfield-page {
	background-image: url(img/about-suzan.jpg);
}

body.contact-page {
    background: #000 url(img/contact-bg.jpg) 50% 0 no-repeat;
}

	body.our-work-page #wrap-top {
		background: url(img/our-work-top.jpg) 50% 0 no-repeat;
	}
	
	body.our-work-page #wrap-bottom {
		background: url(img/our-work-bottom.jpg) 50% 100% no-repeat;
	}

	body.our-work-page #wrap {
	    background: #000 url(img/our-work-center.jpg) 50% 0 repeat-y;
	}
	
	body.our-work-page #footer {
		bottom: -100px;
	}
	
	body.our-work-page {
		background-image: none;
	}
    
    
/* Content */

.page-view #content {
    height: 566px;
}

.home-page #content {
	height: 700px;
}

body.our-work-page #content {
	height: auto;
}

body.our-work-page #footer, .post-view #footer {
	position: relative;
	bottom: -90px;
}

.page {
    width: 304px;
    height: 267px;
    margin: 135px 0 0 248px;
    color: #000;
    overflow-y: scroll;
	position: relative;
	padding: 0 0 10px 4px;
}

.page .entry {
    width: 280px;
}

#home-video {
    position: relative;
    top: 88px;
    left: 139px;
}


/* Hats */

#hat {
	position: absolute;
	top: 358px;
	right: 70px;
	display: block;
}


/* Contact */

h2.contact-title {
    display: block;
    height: 21px;
    width: 175px;
    background: url(img/contact-us-h2.gif) 0 0 no-repeat;
    text-indent: -9999px;
}

.contact-page-content {
    width: 80%;
    margin: 220px auto 0;
}

    .contact-page-content .submit {
        overflow: hidden;
    }
    
    .contact-page-content .submit input {
        float: right;
		margin-bottom: 20px;
    }
    
    .contact-page-content .entry {
        float: right;
        width: 40%;
    }
    
    .contact-page-content .input, 
	.comment-form .input {
        margin: 20px 0;
    }
	
        .contact-page-content .input label, 
		.comment-form .input label {
            display: block;
			color: #f6e8c9;
			font-size: 20px;
        }
    
        .contact-page-content .input input, 
		.contact-page-content .input textarea, 
		.comment-form .input input,
		.comment-form .input textarea {
            background: url(img/input-black-filter.png) 0 0 repeat;
            border: 1px solid #000;
            color: #fed16e;
            font: 100% Verdana, Geneva, Arial, Helvetica, sans-serif;
			padding: 3px;
			width: 300px;
        }
		
		.contact-page-content .input textarea {
			width: 618px;
		}
		

/* About section */

.allen-facemire-title {
    background: url(img/about-allen-heading.jpg) 0 0 no-repeat;
    height: 41px;
    width: 174px;
	margin: 16px 0 0 0;
}

.our-team-title {
    background: url(img/our-team-heading.jpg) 0 0 no-repeat;
    height: 41px;
    width: 174px;
	margin: 16px 0 0 0;
}

.suzan-satterfield-title {
    background: url(img/suzan-heading.jpg) 0 0 no-repeat;
    height: 41px;
    width: 174px;
	margin: 16px 0 0 0;
}

.about-us-title {
    background: url(img/about-us-heading.jpg) 0 0 no-repeat;
    height: 41px;
    width: 174px;
	margin: 16px 0 0 0;
}

    .our-team-title span,
    .suzan-satterfield-title span,
    .about-us-title span,
    .allen-facemire-title span {
        display: none;
    }

		
/* Posts */

#posts {
	padding: 230px 100px 80px;
}

    .post-heading {
    	overflow: hidden;
		margin: 30px 0 1em;
    }

    .post h2 {
    	float: left;
		margin: 0;
		width: 66%;
    }

	.post h2 a {
		color: #f9bf5a;
		text-decoration: none;
	}
	
	.post h2 a:hover {
		text-decoration: underline;
	}
	
	#posts .section-title {
		text-align: right;
		font-size: 1em;
		font-weight: normal;
	}

	.post-date {
		display: block;
		color: #ffe5b9;
		float: right;
		margin-top: 10px;
		width: 33%;
		text-align: right;
		font-size: 11px;
	}

    .paginator a.current {
    	text-decoration: none;
    }
	
.category-heading {
	text-transform: uppercase;
}


/* Entry */

	.entry img {
		border: 1px solid #ecd4ab;
		padding: 4px;
	}

img.right {
	float: right;
	margin: 1em 0 1em 15px;
}

img.left {
    float: left;
    margin: 1em 15px 1em 0;
}


/* Comments */

.comments-list {
	list-style: none;
	margin: 1em 0;
	padding: 0 20px;
}

    .comment-metadata {
    	background: #564e3d;
		padding: 4px;
		outline: 1px solid #463e2e;
		margin: 30px 0 10px 0;
    }

	
/* Our work */

#work-top {
    height: 485px;
    position: relative;
}

#work-player {
	position: absolute;
	top: 97px;
	left: 81px;
	height: 361px;
	width: 480px;
}

#player-sidebar {
	width: 208px;
	height: 378px;
	position: absolute;
    top: 87px;
    right: 22px;
	padding-right: 1px;
	color: #000;
}
    
	#player-sidebar h2 {
		background: url(img/sidebar-separator.jpg) 100% 100% no-repeat;
		padding: 20px 15px 30px 15px;
		margin: 0;
		font-weight: normal;
		font-size: 18px;
		text-transform: uppercase;
		min-height: 32px;
		text-align: center;
	}
	
#player-sidebar embed {
	position: absolute;
	left: -479px;
	top: 9px;
}
	
#video-desc {
	padding: 8px 10px 10px 15px;
	font-size: 12px;
}
	
#choose-video {
	padding: 0 70px;
}

#choose-video h3 {
	margin: 1em 0 10px -40px;
	background: url(img/video-cat.jpg) 0 0 no-repeat;
	height: 34px;
	line-height: 32px;
	padding-left: 10px;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: 1px;
}

.video-thumbs {
	list-style: none;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

    .video-thumbs li {
    	float: left;
		margin: 0 10px 10px 0;
		padding: 0;
    }
    
    .video-thumbs img {
        border: none;
        margin-left: 2px;
    }
	
	.video-thumbs li a {
		display: block;
		background: url(img/video-thumb.png) 0 0 no-repeat;
		width: 105px;
		height: 79px;
	}
	
		.video-thumbs li a:hover {
		    background-image: url(img/video-thumb-hover.png);
		}
		
		.video-thumbs li a:focus {
			outline: none;
		}
		
		.video-thumbs li a span,
		.video-thumbs .video-description {
		    display: none;
		}
	   
#video-title-hover {
	padding: 6px;
	background: #fff;
	color: #000;
	text-transform: uppercase;
	font-size: 12px;
}


/* Bios */

#watch-bio a {
	display: block;
	width: 64px;
	height: 35px;
	background: url(img/watch-bio.jpg) 0 0 no-repeat;
	position: absolute;
	top: 14px;
	right: 12px;
}

    #watch-bio a span {
    	display: none;
    }
	
#bio-dialog {
	position: absolute;
	top: 80px;
	left: 50%;
	z-index: 40;
	margin-left: -242px;
	background: #000;
}

	#bio-dialog a {
		display: block;
		text-align: right;
		padding: 4px 10px;
	}

#bio-player {
	width: 480px;
	height: 360px;
}

.video-description a {
    color: #000;
}

.video-description p {
    margin-top: 0;
}

#resume {
    position: absolute;
    top: 500px;
    left: 312px;
}

.contact-page-content  .captcha_input {
    margin-top: 0;
}
.contact-page-content  .captcha_input label {
    font-size: 13px;
}
.contact-page-content  .captcha_input input {
    width: 5em;
}
