/*
Theme Name: Goebel Fixtures
Theme URI: http://mk2dev.com/
Description: The Goebel Fixtures WordPress theme.
Version: 1.0
Author: mk2 development
Author URI: http://mk2dev.com/
Tags: 

	gf v1.0

	This theme was designed and built by mk2 development,
	http://mk2dev.com/
 
*/


*{
	font-family:"Century Gothic",Arial,Helvetica;
	font-size:12px;
	font-weight: normal;
	color:#663300;
	
	margin:0px;
	padding:0px;
	
	line-height:20px;
	
}

.ac:after{ content: "."; display: block; height: 0; clear: both; visibility: hidden; }

a { text-decoration: none;
outline: none; }
a:hover { text-decoration: underline; }

/* Begin Typography & Colors */
body {

	}

.header h1
{
	height: 178px;
	width: 279px;
	background-image: url(images/GF-logo.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	padding: 0;
	background-position: 12px 30px;
	background-attachment: scroll;
	float: left;
}

.middle h1, 
.middle h1 a, 
.middle h2, 
.middle h2 a, 
.middle h3, 
.middle h3 a {
	color:#996600;
	font-family:Georgia,"Times New Roman",Times,serif;
}

.middle h2 {
	font-size:30px;
	line-height:36px;
}

.middle h3, .sidebar ul li h3 a {
	font-size:18px;
	line-height:22px;
}

.middle h4 {
	font-weight: bold;
}

strong {
	font-weight: bold;
}

/* End Typography & Colors */



/* Begin Structure */
.wrapper
{
	background-color: white;
	background-image: url(images/top-background.jpg);
	background-repeat: repeat-x;
	background-position: 0 0;
}

body.page-template-home-page-php {
	background:url(images/GF-bkgd03.jpg) no-repeat scroll left top transparent;
	background-color: #190000;
}

.page-template-home-page-php .wrapper
{
	background-image: none;

}


.container, 
.page-template-home-page-php .footer, 
.page-template-home-page-php .header,
.page-template-home-page-php .middle

{
	width: 900px;
	margin: 0 auto;
}

.page-template-home-page-php .footer
{
	padding-bottom: 100px;
}

.header {
	height: 178px;
}

#content {
	padding-top: 38px;
	float: right;
	width: 600px;
}

/* Begin Sidebar */
.sidebar
{
	padding: 20px 0 10px 0;
	width: 285px;
	display: inline;
	float: left;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */


.clear {
	clear: both;
}

.header ul.nav li
{
	display: inline;
	float: left;
	list-style-type: none;
	margin-left: 40px;
}


/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 30px 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 15px 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
}



.alignleft {
	float: left;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

shtml>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

shtml>body .entry li {
	margin: 7px 0 8px 10px;
	}

s.entry ul li:before, #sidebar ul ul li:before {
	ddcontent: "\00BB \0020";
	}

s.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

s.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

.sidebar ul, .sidebar ul ol {
	margin: 0;
	padding: 0;
	list-style-type: none;
	margin-top: 18px
	}

.sidebar ul.subnav li ul li {
	margin-bottom: 12px;
	text-transform: uppercase;
}

.sidebar ul.subnav li ul li.current_page_item ul li a {
	font-weight: normal;
}

.sidebar ul.subnav li ul li.current_page_item a {
	font-weight: bold;
}

.sidebar ul.subnav li ul li ul li.current_page_item a {
	font-weight: bold;
}

.sidebar ul.subnav li ul li ul li {
	margin-left: 20px;
}



#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {

	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */






/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


.header, .header a { color: white;} 
.header .nav a:hover {
	text-decoration:underline;
}
.header .nav a {
	font-family:"Century Gothic",Arial,Helvetica;
	font-size:12px;
	line-height:20px;
	color: white;
	text-decoration: none;
	text-transform: uppercase;
}

.header h1 a {
	display: block;
	height:160px;
	width:280px;
}

ul.nav {
	padding-top: 157px;
	float: right;
}
.header .nav li.current_page_item a, 
.header .nav li.current_page_parent a {
	font-weight: bold;
}

.entry p {
	margin-bottom: 12px;
}

li.page-item-38 { display: none !important; }


.entry {
	margin-top: 30px;
}

.footer {
	margin-top: 80px;
}

.home .footer { margin-top: 15px; }

.sidebar ul.subnav li h3 a {


}

.sidebar ul.subnav {
	margin-top: 106px;
	margin-left: 75px;
}

.middle .entry ul li {
	list-style-type: disc;
	padding-left: 6px;
	margin-left:15px;
}

.middle .entry ul {
	margin-top:8px;
	margin-bottom:20px;
}

label { 
	float: left;
	width: 100px;
	text-align: left;
	clear: left;
}
.careerInput, .contactInput { 
	margin-left: 20px;
	width: 330px;
	margin-bottom: 5px;
}

.wpcf7-form-control-wrap,
.contactInput {
	display: block;
	float: left;	
	margin-top: 2px;
}



input.careerInput, 
textarea.careerInput, 
input.contactInput, 
textarea.contactInput 
{ border: 1px solid #996600; } 
.careerButton, .contactButton { display: block; clear: left; 	margin-left:120px;
	width:69px; }



ul.openPositionsList {
	margin-left: 30px;
}

.footerCredits { text-align: right; }
.footerLinks { 
	float:left;
	text-align:left;
	width:50%;
}
.post-edit-link {
	clear: left;
	display: block;
}
.page-template-home-page-php .footerLinks, 
.page-template-home-page-php .footerCredits, 
.page-template-home-page-php .footerLinks a, 
.page-template-home-page-php .footerCredits a 
{ color: white; }

.homeCopy { 
	float: left;
	width: 387px;
	margin-top: 102px;
	margin-right: 10px;
}
.homeSplash {  }

.splash { height: 444px; }

.portfolioLanding {  }

.portfolioCopy {
	zfloat: left;
	zwidth: 390px;
	zmargin-top: 102px;
	zmargin-right: 10px;
}


.toex td {
	padding:3px 5px;
	vertical-align: top;
}

table.toex {
	margin-top: 25px;
}

.toex {
	border: 1px solid #996600;
}

td.toexYear {
	color:#996600;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:18px;
}

td.toexName {
	color:#663300;
	font-family:"Century Gothic",Arial,Helvetica;
	font-size:12px;
	font-weight: bold;
}

.portfolioLanding ul {
	width: 600px;
	float: right;
}

.portfolioLanding ul li {
	display: inline;
}

.portfolioCopy h2, .portfolioCopy p {
	width: 275px;
}

.portfolioCopy h2 {
	padding-top: 100px;
}

p.question {
	margin-top:20px;
	font-weight: bold;
	margin-bottom: 5px;
}
