/* 
Theme Name: Talley's Careers
Description: Talley's Careers theme
Version: 1.0
Author: Andy
*/

@import url('roboto_boldcondensed_macroman/stylesheet.css');
@import url('roboto_light_macroman/stylesheet.css');
@import url('roboto_medium_macroman/stylesheet.css');

/* General styles                                   */
/* ------------------------------------------------ */
body {
	margin: 0;
	background: #6c6d70;
	min-width: 300px;
}

html, body, p, li, ul, dd, td {
	color: #000;
	line-height: 150%;
	font: 1.0em 'robotolight', arial, verdana, helvetica, sans-serif;
}

img a, a img {
	border: 0;
}

td {
	vertical-align: top;
}

a {
	color: #ffaa00;
	text-decoration: underline;
	outline: none;
}
  
a:hover {
	color: #ff9900; 
}

b, strong {
	font-family: 'robotomedium', sans-serif;
}


ul { 
	margin: 8px 0 18px 18px;
	padding: 0;
}

li {
	padding-left: 4px;
	line-height: 180%;
}

h1, h1 a, h2, h2 a, h3, h3 a {
	font-family: roboto_condensedbold, sans-serif;
	line-height: 120%;
	font-weight: normal;
	text-transform: uppercase;
}

h1, h1 a {
	font-size: 94px;
	line-height: 80%;
	margin: 0 0 90px 0;
	opacity: 0.40;
	filter: alpha(opacity=40);
}

#subpage-content h1 {
	font-size: 4.0em;
	margin-bottom: 20px;
}

h2, h2 a {
	margin-top: 0;
	font-size: 1.8em;
}

h3, h3 a {
	font-size: 1.6em;
}

hr {
	height: 1px;
	border: 0;
	width: 100%;
	background: #81aad2;
	color: #81aad3;
	margin: 5px 0 15px 0; 
}
  
#wrapper {
	max-width: 2200px;
	min-width: 900px;
	width: 100%;
	margin: 0 auto;
}


.logo {
	float: left;
}

.fishing {
	color: #fff;
	font-size: 48px;
	font-family: 'robotolight';
	line-height: 120px;
}

/* Content                                          */
/* ------------------------------------------------ */

.page-content {
	width: 900px;
	max-width: 900px;
	padding: 0 25px;
	margin: 0 auto;
}


#page1-bg, #page5-bg {
	width: 100%;
	background: url(images/talleys-bg01.jpg) center bottom no-repeat;
	background-size: 101%;
	margin: 0;
	overflow: hidden;
}

#page1-content {
	min-height: 700px;
	height: auto;
	padding: 0 25px 70px 25px;
}

#page2-bg {
	margin: 0;
	padding: 25px 0;
	overflow: hidden;
}

#page2-content, #page4a-content {
	padding: 1% 25px;
	overflow: hidden;
}

#page2-content, #page2-content h2, #page2-content p {
	color: #fff;
}

#page3-bg {
	background: #bcbdc0;
	padding: 50px 0;
}

#page3-content {
	margin: 2% 0;
	overflow: hidden;
}


#page4a-content {
	padding-top: 30px;
	padding-bottom: 60px;
}

#page4-content img {
	width: 25%;
	*width: 24.9%; /* for IE7 because it rounds up */
	float: left;
}

#page4a-content h2 {
	color: #fff;
	text-transform: none;
	font-size: 1.6em;
}

#page4a-content img {
	width: 100%;
	height: auto
}

#page5-bg {
	background: #000 url(images/talleys-bg02.jpg) center center no-repeat;
	background-size: 101%;
}

#page5-content {
	min-height: 700px;
	padding: 0 25px 70px 25px;
}

#page5-content .fishing {
	color: #8c8a8a;
}

#page5-content h1 {
	font-size: 70px;
	margin-bottom: 5%;
}

#page5-content a.apply {
	font-size: 35px;
}


#footer-bg {
	overflow: hidden;
	padding: 25px 0;
	background: #6c6d70;
}

#footer-content {
	font-size: 0.9em;
	padding: 1% 25px;
	overflow: hidden;
}
 
#footer-content a, #footer-content, #footer-content p {
	color: #fff;
}

#copyright {
	font-size: 0.7em;
	margin: 40px 0 30px 0;
	color: #fff;
}

.video-container {
	width: 33.3%;
	float: left;
}

.video {
	position: relative;
	padding-bottom: 54.25%;
	padding-top: 20px;
	margin: 0 14px;
	height: 0;
	overflow: hidden;
}

.video iframe,.video object,.video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.video-title {
	background: #fff;
	margin: 0 14px;
	padding: 14px;
	display: block;
}


.column {
	width: 50%;
	float: left;
}

.margins {
	margin-right: 25px;
}



a.apply {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

a.apply {
	font-family: roboto_condensedbold, sans-serif;
	line-height: 120%;
	text-transform: uppercase;
	font-size: 45px;
	color: #fff;
	padding: 10px 20px;
	margin-top: 0;
	background: url(images/ie-bg.png);
	background: rgba(0, 0, 0, .4);
	text-decoration: none;
}

a.apply:hover {
	background: #000
}



/* Subpages                                         */
/* ------------------------------------------------ */
#subpage-wrapper {
	width: 900px;
	margin: 20px auto;
}

#subpage-content {
	background: #fff;
	padding: 25px;
}




/* WP Common Styles */

ol.commentlist {
	margin:0;
	padding:0;
	}

.commentlist li {
	list-style:none;
	margin-bottom:14px;
	}

.commentlist cite {
	padding: 7px;
	display:block;
	font-style:normal;
	background:url(http://www.yoursite.com/images/bg_comments2_cite.gif);
	border-top:1px solid #d6e4c1;
	border-bottom:1px solid #779d42;
	color:#596e3b;
	}	

.commentlist a:link, .commentlist a:visited {
	color:#596e3b;
	}

.commentlist a:hover, .commentlist a:active {
	color:#8ec343;
	}

.commentlist cite img {
	padding:1px;
	border:1px solid #aab59a;
	float:left;
	margin-right:9px;
	}

.commentlist .author {
	font: small-caps bold 1.2em Georgia, "Times New Roman", Times, serif;
	text-decoration:underline;
	}

.commentlist .time {
	background: url(http://www.yoursite.com/images/bg_clock.gif) no-repeat 1px;
	padding-left:13px;
	}

.commenttext {
	background: #9bc561 url(http://www.yoursite.com/images/bg_comments2_text.jpg) repeat-x bottom;
	border-top:1px solid #c5f386;
	padding: 0 20px 10px 20px;
	color:#fafcf6;
	}

.editLink {
   text-align: center;
   padding: 5px 0 15px 0;
}
.editLink a, a.editLink {
   background: #e0e0e0;
   color: #777777;
   font-size: 10px; 
   border: 1px solid #999999;
   text-decoration: none;
   padding: 3px 5px;
}
.editLink a:hover, a.editLink:hover {
   background: #eeeeee;
   border: 1px solid #333333;
   color: #000000;
}
.postmetadata {
   color: #999;
   font-size: 10px;
   margin: 2px 0;
}

img.aligncenter {
   display: block;
   text-align: center;
   margin: 0 auto;
}
img.alignright {
   text-align: right;
   display: block;
   float: right;
   margin: 10px 0px 5px 15px;
}
img.alignleft {
   text-align: left;
   display: block;
   float: left;
   margin: 10px 20px 5px 0px;
}
.wp-caption-text,.wp-caption-dd {
   margin: 0;
   font-weight: bold;
   font-size: smaller;
   text-align: center;
}
.wp-caption {
   margin-right: 5px;
}
.more-link {
   display:block;
}
.linklove {
   display:none;
}
.aligncenter,
dl.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}