/*
Theme Name: Lawrence Krauss
Theme URI: http://krauss.faculty.asu.edu/
Description: Lawrence Krauss Website
Version: 1.0
Author: Rain Visual
Author URI: http://www.visualrain.com/
*/

/*! normalize.css 2011-08-12T17:28 UTC á http://github.com/necolas/normalize.css */

/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

/*
 * Corrects block display not defined in IE6/7/8/9 & FF3
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
}

/*
 * Corrects inline-block display not defined in IE6/7/8/9 & FF3
 */

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

/*
 * Prevents modern browsers from displaying 'audio' without controls
 */

audio:not([controls]) {
    display: none;
}

/*
 * Addresses styling for 'hidden' attribute not present in IE7/8/9, FF3, S4
 * Known issue: no IE6 support
 */

[hidden] {
    display: none;
}


/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Corrects text resizing oddly in IE6/7 when body font-size is set using em units
 *    http://clagnut.com/blog/348/#c790
 * 2. Keeps page centred in all browsers regardless of content height
 * 3. Prevents iOS text size adjust after orientation change, without disabling user zoom
 *    www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/
 */

html {
    font-size: 100%; /* 1 */
    overflow-y: scroll; /* 2 */
    -webkit-text-size-adjust: 100%; /* 3 */
    -ms-text-size-adjust: 100%; /* 3 */
}

/*
 * Addresses margins handled incorrectly in IE6/7
 */

body {
	background: #000;
    margin: 0;
}

.bg1{
	background-image: url('img/global-twinkle.gif'), url('img/global-bg-1.jpg');
}

.bg2{
	background-image: url('img/global-twinkle.gif'), url('img/global-bg-2.jpg');
}

.bg3{
	background-image: url('img/global-twinkle.gif'), url('img/global-bg-3.jpg');
}

/* 
 * Addresses font-family inconsistency between 'textarea' and other form elements.
 */

body,
button,
input,
select,
textarea {
	color: #ddd;
	font-family: 'Istok Web','Helvetica Neue', Arial, sans-serif; 
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5em;
}


/* =============================================================================
   Links
   ========================================================================== */

a {
    color: #777;
    outline: none;
    text-decoration: none;
}

a:visited {
    color: #777;
    outline: none;
}

a:hover {
	color: #EBB30F;
}

/*
 * Addresses outline displayed oddly in Chrome
 */

a:focus {
    outline: none;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers
 * people.opera.com/patrickl/experiments/keyboard/test
 */

a:hover,
a:active {
    outline: none;
}


/* =============================================================================
   Typography
   ========================================================================== */

/*
 * Addresses styling not present in IE7/8/9, S5, Chrome
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/*
 * Addresses style set to 'bolder' in FF3/4, S4/5, Chrome
*/

b, 
strong { 
    font-weight: bold; 
}

blockquote {
    margin: 1em 40px;
}

/*
 * Addresses styling not present in S5, Chrome
 */

dfn {
    font-style: italic;
}

/*
 * Addresses styling not present in IE6/7/8/9
 */

mark {
    background: #ff0;
    color: #000;
}

/*
 * Corrects font family set oddly in IE6, S4/5, Chrome
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */

pre,
code,
kbd,
samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers
 */

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

/*
 * 1. Addresses CSS quotes not supported in IE6/7
 * 2. Addresses quote property not supported in S4
 */

/* 1 */

q {
    quotes: none;
}

/* 2 */

q:before,
q:after {
    content: '';
    content: none;
}

small {
    font-size: 75%;
}

/*
 * Prevents sub and sup affecting line-height in all browsers
 * gist.github.com/413930
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}


/* =============================================================================
   Lists
   ========================================================================== */

ul,
ol {
    margin: 1em 0;
    padding: 0 0 0 40px;
}

dd {
    margin: 0 0 0 40px;
}

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Removes border when inside 'a' element in IE6/7/8/9
 * 2. Improves image quality when scaled in IE7
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */

img {
    border: 0; /* 1 */
    -ms-interpolation-mode: bicubic; /* 2 */
}

/*
 * Corrects overflow displayed oddly in IE9 
 */

svg:not(:root) {
    overflow: hidden;
}


/* =============================================================================
   Figures
   ========================================================================== */

/*
 * Addresses margin not present in IE6/7/8/9, S5, O11
 */

figure {
    margin: 0;
}


/* =============================================================================
   Forms
   ========================================================================== */

/*
 * Corrects margin displayed oddly in IE6/7
 */

form {
    margin: 0;
}

/*
 * Define consistent margin and padding
 */

fieldset {
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE6/7/8/9
 * 2. Corrects alignment displayed oddly in IE6/7
 */

legend {
    border: 0; /* 1 */
    *margin-left: -7px; /* 2 */
}

/*
 * 1. Corrects font size not being inherited in all browsers
 * 2. Addresses margins set differently in IE6/7, F3/4, S5, Chrome
 * 3. Improves appearance and consistency in all browsers
 */

button,
input,
select,
textarea {
    font-size: 100%; /* 1 */
    margin: 0; /* 2 */
    vertical-align: baseline; /* 3 */
    *vertical-align: middle; /* 3 */
}

/*
 * 1. Addresses FF3/4 setting line-height using !important in the UA stylesheet
 * 2. Corrects inner spacing displayed oddly in IE6/7
 */

button,
input {
    line-height: normal; /* 1 */
    *overflow: visible;  /* 2 */
}

/*
 * Corrects overlap and whitespace issue for buttons and inputs in IE6/7
 * Known issue: reintroduces inner spacing
 */

table button,
table input {
    *overflow: auto;
}

/*
 * 1. Improves usability and consistency of cursor style between image-type 'input' and others
 * 2. Corrects inability to style clickable 'input' types in iOS
 */

button,
html input[type="button"], 
input[type="reset"], 
input[type="submit"] {
    cursor: pointer; /* 1 */
    -webkit-appearance: button; /* 2 */
}

/*
 * 1. Addresses box sizing set to content-box in IE8/9
 * 2. Addresses excess padding in IE8/9
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/*
 * 1. Addresses appearance set to searchfield in S5, Chrome
 * 2. Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof)
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/*
 * Corrects inner padding displayed oddly in S5, Chrome on OSX
 */

input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/*
 * Corrects inner padding and border displayed oddly in FF3/4
 * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9
 * 2. Improves readability and alignment in all browsers
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}


/* =============================================================================
   Tables
   ========================================================================== */

/* 
 * Remove most spacing between table cells
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}



/* =============================================================================
   HTML Elements
   ========================================================================== */

h1{
	color: #EBB30F;
	font-size: 20px;
	font-weight: 400;
	letter-spacing: 1px;
	text-transform: uppercase;
}   
   
p{
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 24px;
	width: 600px;
}
   
   
/* =============================================================================
   Layout
   ========================================================================== */

#wrapper{
	margin: 0 auto;
	margin-top: 120px;
	width: 960px;
}

.pager{
	float: right;
	margin: -48px 15px 0 0;
	position: relative;
	z-index: 100;
}

.numbers{
	background: #333;
	height: 20px;
	padding: 4px 0 6px 5px !important;
	text-align: center;
}

.numbers a{
	color: #fff;
	display: block;
	float: left;
	font-size: 12px;
	margin-right: 6px !important;
	padding: 0 7px 2px 7px !important;
}

.numbers a.activeSlide{
	background: #000;
	text-decoration: none !important;
}

#header{
	background: url('img/header_about.jpg') no-repeat top left;
	color: #fff;
	height: 110px;
	margin: 12px 0;
	padding: 48px 0 0 34px;
	width: 960px;
}

.blog #header{
	background: url('img/header_thoughts.jpg') no-repeat top left;
}

.page-template-page-links-php #header, .page-template-page-connect-php #header{
	background: url('img/header_eventslinksconnect.jpg') no-repeat top left;
}

.page-template-page-videos-php #header, .page-template-page-radio-php #header, .page-template-page-publications-php #header, .page-template-page-lectures-php #header, .page-template-page-books-php #header, .single-books #header{
	background: url('img/header_media.jpg') no-repeat top left;
}

a.header-title{
	color: #fff;
	display: block;
	font-size: 52px;
	letter-spacing: 1.5px;
	margin: 0;
}

a.header-subtitle{
	color: #fff;
	display: block;
	font-size: 26px;
	font-style: italic;
	letter-spacing: 1px;
	margin: 18px 0 0 0;
}

#main{
	background: #222;
	border: 10px solid #111;
	overflow: auto;
	padding: 12px 12px 12px 24px; 
	position: relative;
	width: 904px;
}

.side-photo{
	float: right;
}

.live-radio-notification {
	position: absolute;
	right: 24px;
	top: 24px;
	z-index: 3000;
}

.live-radio-notification a{
	background: url('img/live_radio.jpg') no-repeat top left;
	display: block;
	height: 75px;
	text-indent: -9999px;
	width: 90px;
}

.hide{
	display: none;
}


/* =============================================================================
   Main Navigation
   ========================================================================== */
   
   
#nav{
	background: #EBB30F;
	height: 36px;
	left: 0;
	position: absolute;
	top: 72px;
	width: 100%;
	z-index: 800;
}

#nav .menu{
	margin: 0 auto;
	padding: 0;
	width: 960px;
}

#nav .menu li{
	float: left;
	list-style: none;
	height: 28px;
	margin-right: 23px;
	padding: 8px 24px 0 24px;
}

#nav .menu a{
	background: inherit;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
}

#nav .menu li:hover{
	background: #333;
}

#nav .sub-menu {
	background: #333;
	display: none;
	margin: 3px 0 0 -24px;
	padding: 18px 24px 12px 24px;
	position: absolute;
}

#nav ul.sub-menu li{
	float: none;
	height: auto;
	line-height: 1.25em;
	margin: 0;
	padding: 0;
}

#nav .sub-menu a{
	color: #777;
	font-size: 14px;
	font-weight: 400;
	text-transform: none;
}

#nav .sub-menu a:hover{
	color: #fff;
}

.current_page_parent{
	background: #333;
}

#nav .menu .current-menu-item{
	background: #333;
}

#nav .current-menu-ancestor{
	background: #333;
}

#nav .menu .last{
	margin-right: 0;
}

/* =============================================================================
   Footer Navigation
   ========================================================================== */

#footer{
	background: #111;
	font-size: 14px;
	line-height: 1.45em;
	margin-top: 38px;
	overflow: auto;
}

#footer ul{
	list-style: none;
	margin-left: 30px;
	padding: 0;
}

#footer .footer-solo{
	margin-top: 16px;
}

#footer .footer-connect{
	margin-top: 34px;
}

#footer .footer-heading{
	margin-bottom: 4px;
}

#footer .footer-heading a{
	color: #EBB30F;
	font-weight: 700;
}

#footer .sub-menu li{
	float: none;
}

#footer .sub-menu a{
	color: #777;
}

#footer .footer-column{
	float: left;
	margin-top: 8px;
	padding-bottom: 8px;
	width: 192px;
}

#footer .last{
	margin-right: 0;
}

.design-credit{
	color: #777;
	float: right;
	font-size: 12px;
	margin: 10px 2px 0 0;
	text-align: right;
}

.design-credit img{
	position: relative;
	top: 6px;
}

#footer-asu{
	background: #000;
	height: 80px;
	margin: 140px 0 0 0;
	width: 100%;
}

#footer-asu ul{
	margin-left: 30px;
}

#footer-asu li{
	float: left;
	list-style-type: none;
	margin: 15px 65px 0 0;
}


/* =============================================================================
   Home Page Template
   ========================================================================== */

#home-slideshow{
	position: relative;
}

#home-featured{
	background: #111;
	border: 10px solid #111;
	margin: 0;
	overflow: auto;
	padding: 0;
	position: relative;
	width: 940px;
}

.featured-events{
	background: #222;
	height: 140px;
	margin: 0;
	padding: 12px;
	width: 530px;
}

.featured-books{
	background: #222;
	height: 140px;
	margin: 0;
	padding: 12px;
	position: absolute;
	right: 0;
	top: 0;
	width: 350px;
}

.featured-books h3 a{
	color: #ddd;
	font-style: italic;
}

.featured-articles{
	background: #222;
	float: right;
	height: 140px;
	margin: 12px 0 0 0;
	padding: 12px;
	width: 430px;
}

.featured-articles dd{
	height: 28px !important;
	margin-left: 0 !important;
	overflow: hidden;
	width: 310px;
}

.featured-articles dd a{
	display: block;
	height: 21px;
	font-style: italic;
	overflow: hidden;
}

.featured-videos{
	background: #222;
	float: left;
	height: 140px;
	margin: 12px 0 0 0;
	padding: 12px;
	width: 450px;
}

.featured-videos dt{
	float: left;
	width: 100px;
}

.featured-videos dd{
	height: 28px !important;
	margin-left: 0 !important;
	overflow: hidden;
	width: 350px;
}

.featured-videos dd a{
	display: block;
	height: 21px;
	font-style: italic;
	overflow: hidden;
}

.home h2{
	color: #EBB30F;
	font-size: 16px;
	font-weight: 400;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}

.home h3{
	color: #ddd;
	font-size: 14px;
	margin: 0;
	padding: 0;
}

.home dl{
	color: #777;
	font-size: 14px;
	margin: 0;
	padding: 0;
}

.home dt{
	float: left;
	width: 100px;
}


.home .featured-articles dt{
	float: left;
	width: 120px;
}


.home dl a{
	color: #ddd;
	font-weight: bold;
}

.home dl a:hover{
	color: #EBB30F;
}

.home dd{
	margin-left: 120px;
}

.home-more{
	font-size: 12px;
	font-style: italic;
}

a.purchase-book{
	color: #EBB30F;
	display: block;
	font-size: 12px;
	margin-bottom: 3px;
}

.home-book-thumbnail{
	position: absolute;
	right: 18px;
	top: 12px;
}


/* =============================================================================
   Biography Page Template
   ========================================================================== */
  
#menu-bio-nav{
	margin-bottom: 32px;
	overflow: auto;
	padding-left: 0;
}   

#menu-bio-nav li{
	float: left;
	list-style: none;
	margin-right: 24px;
}

#menu-bio-nav .current_page_item a{
	color: #EBB30F;
}


/* =============================================================================
   CV Page Template
   ========================================================================== */
  
#menu-cv-nav{
	margin-bottom: 32px;
	overflow: auto;
	padding-left: 0;
}   

.page-template-page-cv-php #main h2{
	width: 640px;
}

#menu-cv-nav li{
	float: left;
	list-style: none;
	margin-right: 24px;
}

#menu-cv-nav .current_page_item a{
	color: #EBB30F;
}

.page-template-page-cv-php h2{
	color: #777;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 1px;
	margin-top: 32px;
}

.page-template-page-cv-php p{
	width: 640px;
}

.page-template-page-cv-php #main ul{
	list-style: none;
	padding-left: 0;
	width: 640px;
}

.page-template-page-cv-php #main li{
	margin-bottom: 12px;
}

/* =============================================================================
   Biography Page Template
   ========================================================================== */
 
.page-template-page-author-php h2{
	color: #777;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 1px;
	margin-top: 32px;
}  

.page-template-page-author-php p{
	width: 640px;
}

.page-template-page-author-php #main ol{
	margin-left: 24px;
	padding-left: 0;
	width: 616px;
}

.page-template-page-author-php #main ul{
	list-style: none;
	padding-left: 0;
	width: 640px;
}

.page-template-page-author-php #main li{
	margin-bottom: 12px;
}
   
   

/* =============================================================================
   Interviews and Profiles Template
   ========================================================================== */

.page-template-page-interviews-php #main ul{
	list-style: none;
	padding-left: 0;
	width: 640px;
}

.page-template-page-interviews-php #main a{
	color: #ddd;
}

.page-template-page-interviews-php #main a:hover{
	color: #EBB30F;
}

.page-template-page-interviews-php #main {
	color: #777;
}

.interview-date{
	margin-right: 4px;
}


/* =============================================================================
   Commentator
   ========================================================================== */

.page-template-page-publications-php #main ul{
	list-style: none;
	padding-left: 0;
	width: 640px;
}

.page-template-page-publications-php h2 {
	font-size: 16px;
}

.page-template-page-publications-php #main a{
	color: #ddd;
}

.page-template-page-publications-php #main a:hover{
	color: #EBB30F;
}

.page-template-page-publications-php #main {
	color: #777;
}

.article-date{
	margin-right: 4px;
}



/* =============================================================================
   Books Summary Page Template
   ========================================================================== */
   
.page-template-page-books-php h1{
	margin-left: 160px;
}

.page-template-page-books-php h2{
	font-size: 16px;
	font-weight: 400;
}

.page-template-page-books-php p{
	color: #ddd;
	width: 480px;
}

.page-template-page-books-php dl{
	color: #777;
	font-size: 14px;
}

.page-template-page-books-php dt{
	float: left;
	width: 160px;
}

.page-template-page-books-php a.book-description{
	color: #777;
	display: inline;
	font-size: 15px;
	font-style: italic;
}

.page-template-page-books-php a.purchase-book{
	color: #EBB30F;
	display: block;
	font-size: 15px;
}

.page-template-page-books-php a:hover.purchase-book{
	font-size: 15px;
	font-weight: 700;
}

.page-template-page-books-php dl a:hover{
	color: #EBB30F;
}

.page-template-page-books-php dd{
	border-bottom: 1px solid #111;
	margin: 0 0 36px 0;
	padding-bottom: 36px;
	padding-left: 160px;
	width: 480px;
}

.page-template-page-books-php dd:last-child{
	border-bottom: none;
}


/* =============================================================================
   Books Summary Page Template
   ========================================================================== */

.single-books h2{
	color: #777;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 1px;
	margin-top: 32px;
}

.single-books #main p{
	width: 640px;
}

h2.book-reviews{
	border-top: 2px solid #111;
	padding-top: 32px;
}

.single-books .purchase-book{
	color: #EBB30F;
	display: block;
	font-size: 16px;
}

.single-books a:hover.purchase-book{
	font-weight: 700;
}

.single-books .more-books{
	display: inline;
	font-size: 16px;
	font-style: italic;
}

.single-book-image{
	float: left;
	width: 250px;
}  

.single-book-copy{
	float: left;
	width: 650px;
} 
   
   
/* =============================================================================
   Lectures and Presentations Template
   ========================================================================== */

.page-template-page-lectures-php #main ul{
	list-style: none;
	padding-left: 0;
	width: 640px;
}

.page-template-page-lectures-php #main li{
	margin-bottom: 12px;
}

.page-template-page-lectures-php #main a{
	color: #ddd;
}

.page-template-page-lectures-php #main a:hover{
	color: #EBB30F;
}

.page-template-page-lectures-php #main{
	color: #777;
}


/* =============================================================================
   Radio Commentary Template
   ========================================================================== */

.page-template-page-radio-php h1{
	margin-bottom: 42px;
}

.page-template-page-radio-php h2{
	color: #EBB30F;
	font-size: 20px;
	font-weight: 400;
	text-transform: uppercase;
}

.page-template-page-radio-php #main ul{
	list-style: none;
	padding-left: 0;
	width: 640px;
}

.page-template-page-radio-php #main li{
	color: #777;
	margin-bottom: 18px;
}

.page-template-page-radio-php #main li a{
	color: #ddd;
}

.page-template-page-radio-php #main li a:hover{
	color: #EBB30F;
}

.page-template-page-radio-php .live-radio{
	border-bottom: 2px solid #111;
	margin-bottom: 42px;
	padding-bottom: 60px;
	width: 640px;
}

.page-template-page-radio-php .live-radio-link, .page-template-page-radio-php .download-realplayer{
	color: #EBB30F;
}

.page-template-page-radio-php a:hover.live-radio-link, .page-template-page-radio-php a:hover.download-realplayer{
	font-weight: 700;
}

.download-realplayer{
	display: block;
	margin: -24px 0 24px 0;
}


   
   
/* =============================================================================
   Video Gallery Template
   ========================================================================== */

.page-template-page-videos-php h2{
	color: #EBB30F;
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 28px;
	text-transform: uppercase;
}

.page-template-page-videos-php h2.other-videos{
	border-top: 2px solid #111;
	padding-top: 48px;
	width: 640px;
}

.page-template-page-videos-php h3{
	color: #777;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 16px;
}

.page-template-page-videos-php iframe{
	margin-bottom: 36px;
}

.page-template-page-videos-php #main ul{
	list-style: none;
	padding-left: 0;
	width: 640px;
}

.page-template-page-videos-php #main li{
	margin-bottom: 12px;
}

.page-template-page-videos-php #main a{
	color: #ddd;
}

.page-template-page-videos-php #main a:hover{
	color: #EBB30F;
}

.page-template-page-videos-php #main{
	color: #777;
}


/* =============================================================================
   Current Events Page Template
   ========================================================================== */

.page-template-page-current-events-php dl{
	color: #777;
	font-size: 14px;
}

.page-template-page-current-events-php dt{
	float: left;
	width: 190px;
}

.page-template-page-current-events-php dd{
	margin-left: 190px;
}

.page-template-page-current-events-php dl a{
	color: #ddd;
	font-weight: bold;
}

.page-template-page-current-events-php dl a:hover{
	color: #EBB30F;
}

.event-group{
	border-bottom: 2px solid #111;
	margin-top: 36px;
	padding-bottom: 24px;
	width: 640px;
}


/* =============================================================================
   Past Events Page Template
   ========================================================================== */

.page-template-page-past-events-php dl{
	color: #777;
	font-size: 14px;
}

.page-template-page-past-events-php dt{
	float: left;
	width: 190px;
}

.page-template-page-past-events-php dd{
	margin-left: 190px;
	width: 480px;
}

.page-template-page-past-events-php dl a{
	color: #ddd;
	font-weight: bold;
}

.page-template-page-past-events-php dl a:hover{
	color: #EBB30F;
}


/* =============================================================================
   Thoughts Overview Template
   ========================================================================== */

.blog-read-more{
	display: block;
	font-style: italic;
	margin-top: 24px;
}

.blog h2 a{
	color: #EBB30F;
   	font-size: 20px;
   	font-weight: 400;
   	text-transform: uppercase;
}

.blog #main{
	padding-bottom: 32px;
}

.blog p, .single p{
	width: 800px;
}

.blog .entry{
	border-bottom: 2px solid #111;
	margin-bottom: 42px;
	padding-bottom: 24px;
	width: 800px;
}

.post-date{
	color: #777;
	margin: 28px 0;
}

#post-nav a{
	color: #EBB30F;
}

#post-nav a:hover{
	font-weight: 700;
}

.float-left{
	float: left;
}

.float-right{
	float: right;
	margin-right: 12px;
}

.single #post-nav{
	height: 21px;
	margin-top: 12px;
	margin-bottom: 32px;
}

.back-to-thoughts{
	font-style: italic;
}

/* =============================================================================
   News Overview Template
   ========================================================================== */

.blog-read-more{
	display: block;
	font-style: italic;
	margin-top: 24px;
}

.page-template-news-php h2 a{
	color: #FFF;
   	font-size: 16px;
   	font-weight: 400;
}

.page-template-news-php h2 a:hover{
	color: #EBB30F;
}

.blog #main{
	padding-bottom: 32px;
}

.blog p, .single p{
	width: 800px;
}

.page-template-news-php .entry{
	border-bottom: 2px solid #111;
	margin-bottom: 42px;
	padding-bottom: 24px;
	width: 600px;
}

.single-news .entry{
	margin-bottom: 84px;
}

span.post-date{
	color: #777;
	font-size: 16px;
	font-weight: normal;
	margin: 28px 0;
}

#post-nav a{
	color: #EBB30F;
}

#post-nav a:hover{
	font-weight: 700;
}

.float-left{
	float: left;
}

.float-right{
	float: right;
	margin-right: 12px;
}

.single #post-nav{
	height: 21px;
	margin-top: 12px;
	margin-bottom: 32px;
}

.back-to-thoughts{
	font-style: italic;
}


/* =============================================================================
   Links Page Template
   ========================================================================== */
   
ul.links{
	margin: 0;
	padding: 0;
	width: 650px;
}

ul.links li{
	border-bottom: 2px solid #111;
	color: #777;
	list-style: none;
	padding: 18px 0;
}

ul.links li:last-child{
	border-bottom: none;
}

ul.links li a{
	color: #ddd;
}

ul.links li a:hover{
	color: #EBB30F;
}


/* =============================================================================
   Photo Gallery Template
   ========================================================================== */

.page-template-page-photos-php #main{
	overflow: hidden;
}

.gallery{
	margin: 0 !important;
	padding: 0;
	width: 940px;
}

.gallery-item{
	height: 190px;
	margin: 0 42px 160px 0;
	width: 190px !important;
}

.gallery-item img{
	border: none !important;
	margin-bottom: 8px;
}

.wp-caption-text{
	font-size: 14px !important;
	text-align: left !important;
}

#lightbox-overlay{
	background-color: #555 !important;
	z-index: 800 !important;
}

#lightbox{
	z-index: 1000 !important;
}

#lightbox-imageBox{
	border: none !important;
}

#lightbox-image{
	border-top: 32px solid #222 !important;
	border-right: 32px solid #222 !important;
	border-left: 32px solid #222 !important;
	margin: 0 auto;
	padding: 0 !important;
}

#lightbox-imageContainer{
	padding: 0 !important;
}

#lightbox-infoBox{
	background: #222 !important;
	margin-top: 32px;
}

#lightbox-infoContainer{
	padding: 18px 32px 32px 32px !important;
}

#lightbox-infoFooter{
	color: #777;
	margin-top: 16px !important;
}

#lightbox-infoHeader{
	color: #ddd;
	text-align: left !important;
}

#lightbox-caption-title{
	font-family: 'Istok Web','Helvetica Neue', Arial, sans-serif !important; 
	font-weight: 400 !important;
	font-size: 14px !important;
}

.high-res-gallery{
	margin: 0 !important;
	margin-top: 24px !important;
	padding: 0;
	width: 940px;
}

.high-res-gallery li{
	float: left;
	height: 190px;
	list-style: none;
	margin: 0 42px 160px 0;
	width: 190px !important;
}

/******* Slimbox Gallery Customizations *******/

#tssImage{
	background-color: #222 !important;
	border-color: #222 !important;
}

#tssCenter{
	background-color: #222 !important;
}

#tssBottom{
	border-color: #222 !important;
}

#tssBottomContainer{
	background-color: #222 !important;
}

#tssCloseLink {
	background: transparent url(img/closelabel.png) no-repeat center !important;
}


/* =============================================================================
   Connect Page Template
   ========================================================================== */

.page-template-page-connect-php #main{
	padding-bottom: 60px;
}

.page-template-page-connect-php #main p{
	color: #777;
	font-size: 13px;
	width: 640px;
}

.connect-facebook{
	border-top: 2px solid #111;
	margin-top: 64px;
	padding-top: 42px;
	width: 640px;
}

.facebook-icon{
	float: left;
	margin: -18px 40px 0 0;
}

a.facebook-link{
	color: #ddd;
	display: block;
	margin: 24px 0 0 0px;
}

a:hover.facebook-link{
	color: #EBB30F;
}

.watermark{
	color: #444 !important;
}

fieldset{
	border: none;
	margin: 0;
	padding: 0;
	width: 640px;
}

.gform_wrapper{
	overflow: hidden !important;
	width: 640px !important;
}

.form-question{
	clear: left;
	margin-left: 85px;
	margin-bottom: 0px;
}

.form-question label{
	clear: left !important;
	margin-left: 10px !important;
	margin-bottom: 10px !important;
	margin-top: 10px !important;
	width: 360px !important;
}

.wpcf7{
	margin-top: 36px !important;
}


input#connect-question{
	margin-left: 85px;
}

.form-question input#connect-question{
	margin-left: 85px;
}

.form-question input{
	margin-bottom: 24px !important;
	margin-left: 10px !important;
}

#connect-zip{
	margin-left: 514px;
	position: absolute;
	top: -55px;
	width: 100px !important;
}

#connect-checks{
	position: absolute;
	top: -50px;
	width: 480px;
}

.wpcf7 label{
	color: #777;
	display: inline-block;
	font-size: 13px;
	width: 80px;
}

.wpcf7-list-item-label{
	display: block;
    margin-left: 110px;
    margin-top: 0;
    position: relative;
    top: -26px;
    width: 520px;
}

.gfield_checkbox{
	display: block;
    margin-left: 10px !important;
    margin-top: 0;
    position: relative;
    width: 500px;
}

.gfield_checkbox input{
    margin-right: 10px !important;
}

.gfield{
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}
.gfield_label{
	color: #777;
	display: inline-block;
	font-size: 13px;
	width: 80px !important;
}


.wpcf7 input, textarea{
	background: #777;
	border: 1px solid #777 !important;
	color: #111;
	font-family: "Helvetica Neue", Arial, sans-serif !important;
	font-size: 12px !important;
	line-height: 1.5em !important;
	margin-bottom: 8px;
	padding: 4px !important;
	width: 530px !important;
}

.wpcf7 textarea{
	height: 120px !important;
}

.wpcf7 input[type="checkbox"]{
	border: none;
	width: 15px !important;
	margin-left: 85px;
}

.wpcf7 .wpcf7-list-item{
	display: block !important;
	margin-left: 0 !important;
}

input.wpcf7-submit{
	background: none !important;
	border: none !important;
	color: #EBB30F !important;
	cursor: pointer !important;
	float: right;
	font-size: 16px !important;
	letter-spacing: 1px !important;
	margin-right: -6px;
	margin-top: 20px;
	text-transform: lowercase !important;
	width: 100px !important;
}

input.gform_button{
	background: none !important;
	border: none !important;
	color: #EBB30F !important;
	cursor: pointer !important;
	float: right;
	font-size: 16px !important;
	letter-spacing: 1px !important;
	margin-right: -6px;
	margin-top: 20px;
	text-transform: lowercase !important;
	width: 100px !important;
}

input.wpcf7-submit:hover{
	box-shadow: none !important;
	font-weight: 700;
}

span.wpcf7-not-valid-tip{
	background: none !important;
	border: none !important;
	color: #EBB30F !important;
	font-size: 13px !important;
	margin: -3px 0 0 110px !important;
	padding: 2px 6px !important;
	text-transform: uppercase !important;
}

div.wpcf7-response-output{
	background: none !important;
	border: none !important;
	color: #EBB30F !important;
	font-size: 14px !important;
	font-weight: 700 !important;
	margin: 0 !important;
	margin-left: 76px !important;
	margin-top: -72px !important;
	padding: 4px 8px !important;
	text-transform: uppercase !important;
	width: 480px !important;
}

div.wpcf7-mail-sent-ok{
	text-transform: capitalize !important;
}

li.gfield.gfield_error, .li.gfield_contains_required {
background-color: inherit !important;
margin-bottom: 0 !important;
padding: 0 !important;
border: none !important;
}

li.gfield_error input{
	border: 1px solid red;
}

li.gfield_error .ginput_container{
	float: left;
	width: 500px;
}

#main .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container{
	margin-top: 0 !important;
}

#main .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
	margin-top: 0 !important;
}

#main .gform_wrapper li.gfield.gfield_error,
#main .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning{
	padding: 0 !important;
}

#main li.gfield.gfield_error {
	margin-top: 0 !important;
	padding-left: 0 !important;
}

#main .validation_message{
	display: none;
}

#main .validation_error{
	margin-left: 95px !important;
}

#main .gform_wrapper ul.gfield_checkbox li input[type="checkbox"]:checked+label {
    font-weight: normal;
}


/* =============================================================================
   404 Page Template
   ========================================================================== */
   
.error404 #main{
	height: 400px
}