/*   
Theme Name: Rebecca Tuhus Dubrow
Theme URI: http://rebeccatuhusdobrow.net
Description: Custom theme
Author: Adam Walter
Author URI: http://flingodesign.com
Version: 2
*/

/*
----------------------------------------------------------------
     RESET
---------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {margin: 0;	padding: 0;	border: 0;	outline: 0;	font-size: 100%; vertical-align: baseline;	background: transparent; }
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
:focus { outline: 0; }
ins { text-decoration: none; }
del { text-decoration: line-through; }
table {	border-collapse: collapse; border-spacing: 0; }
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section { display: block; }


/*
----------------------------------------------------------------
     BASE STYLES
---------------------------------------------------------------- */

body {
	background: url(images/background.jpg) repeat #fdfbef;
	border-top: 6px solid #be4833;
	font-family: 'Garamond Pro', Garamond, Palatino, 'Palatino Linotype', 'Hoefler Text', 'Times New Roman', serif;
	color: #454545;
	padding-bottom: 50px;
}

a:link, a:visited {
	color: #be4833;
	text-decoration: none;
}

a:hover, a:focus {
	color: #8a2b1b;
}

#splash {
	overflow: hidden;
	width: 448px;
	margin: 0 auto;
	padding-top: 120px;
}

.content { margin-top: 80px; }

#contact .content {	margin-top: 230px; }

article { margin-bottom: 40px; }

.work-list article {
	padding-bottom: 40px;
	border-bottom: 1px solid #ded8cc;
}

.work-list article.last { border-bottom: none; }
footer { margin-top: 80px !important; }
.hide-on-desktops { display: none !important; }
.show-on-phones { display: none !important; }

/*
----------------------------------------------------------------
     NAVIGATION
---------------------------------------------------------------- */

#splash-nav {
	display: block;
	margin: 0 auto;
	padding: 20px 0 16px;
	text-align: center;
}

#menu-homepage-nav { margin: 0; }

#splash-nav li {
	display: inline;
	margin-right: 25px;
}

#splash-nav li a,
#splash-nav li a:visited {
	font-family: 'OstrichSansRoundedMedium', 'Helvetica Neue', 'HelveticaNeue', Helvetica, Arial, 'Lucida Grande', sans-serif;
	font-size: 32px;
	color: #8d806a;
	letter-spacing: 1px;
	text-decoration: none;
	text-shadow: 0px 1px 0 #FFF;
}

#splash-nav li a:hover,
#splash-nav li a:active {
	color: #5e4e33;
}

#splash-nav li:last-child {
	margin-right: 0;
}

nav[role="navigation"] {
	margin-top: 20px;
}

nav[role="navigation"] ul li {
	padding: 18px 0 12px 0;
	border-bottom: 1px solid #cdc1aa;
}

nav[role="navigation"] ul li:first-child {
	padding-top: 12px;
}

nav[role="navigation"] ul li:last-child {
	padding-bottom: 7px;
	border-bottom: none;
}

nav[role="navigation"] ul li a {
	display: block;
	font-family: 'OstrichSansRoundedMedium', 'Helvetica Neue', 'HelveticaNeue', Helvetica, Arial, 'Lucida Grande', sans-serif;
	font-size: 32px;
	color: #8d806a;
	letter-spacing: 1px;
	text-decoration: none;
	text-shadow: 0px 1px 0 #FFF;
}

nav[role="navigation"] ul li a:hover {
	color: #5e4e33;
}

nav[role="navigation"] ul li ul li {
	padding: 3px 0;
	border-bottom: none;
}

nav[role="navigation"] ul li ul li a {
	font-size: 20px;
}
.main-nav-twitter-icon {
	display:block;
	margin: 10px auto 0;
}
.article-pagination {
	overflow: hidden;
	padding-top: 10px;
	font-weight: bold;
}

.article-pagination ul li {
	float: left;
	margin-left: 5px;
}

.article-pagination ul li:first-child {
	margin-left: 0;
}

.article-pagination ul li a {
	display: block;
	padding: 6px 8px;
	color: #ccc1ab;
	font-size: 14px;
}

.article-pagination ul li a:hover {
	color: #be4833;
}

.article-pagination ul li a.current {
	color: #be4833;
}


.article-pagination ul li a.next {
	background-color: #ccc1ab;
	color: #fdfbef;
	font-weight: normal;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

.article-pagination ul li a.next:hover {
	background-color: #be4833;	
}


/*
----------------------------------------------------------------
     ELEMENTS
---------------------------------------------------------------- */

#splash img {
	display: block;
	margin: 0 auto;
}

a.more {
	background: url(images/more-arrow.png) no-repeat center right transparent;
	padding-right: 22px;
}

a.more-bio {
	background: url(images/more-arrow-large.png) no-repeat center right transparent;
	padding-right: 22px;
}

#post-6 { margin-top: 110px; }

a.work-list-nav {
	display: inline-block;
	background-color: #be4833;
	padding: 6px 15px;
	font-size: 14px;
	text-transform: uppercase;
	color: #fdfbef;
	text-shadow: none;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

.work-list h1 a {
	color: #454545;
	background: url(images/more-arrow-xlarge.png) no-repeat center right transparent;
	padding-right: 35px;	
}

.work-list h1 a:hover {
	color: #be4833;
}

.alignright { 
	float: right;
	margin: 0 0 20px 25px;
	background-color: #f3f0e0;
	padding: 10px;
	border: 1px solid #ebe7ce;
	border-radius: 4px;
}

.alignleft {
	float: left;
	margin: 0 25px 20px 0;
	background-color: #f3f0e0;
	padding: 10px;
	border: 1px solid #ebe7ce;
	border-radius: 4px;
}

.alignnone,
.aligncenter {
	margin: 20px;
	background-color: #f3f0e0;
	padding: 10px;
	border: 1px solid #ebe7ce;
	border-radius: 4px;
}

article .entry .alignleft a:link,
article .entry .alignright a:link,
article .entry .aligncenter a:link,
article .entry .alignnone a:link,
article .entry .alignleft a:visited,
article .entry .alignright a:visited,
article .entry .aligncenter a:visited,
article .entry .alignnone a:visited {
	border-bottom: 0 none;
}

.wp-caption-text { display: none; }

.navigation .next-posts { float: right; }

.navigation .prev-posts a {
	background: url(images/more-arrow-left.png) no-repeat center left transparent;
	padding-left: 22px;
}

.navigation .prev-posts { float: left; }

.navigation .next-posts a {
	background: url(images/more-arrow.png) no-repeat center right transparent;
	padding-right: 22px;
}

.four-o-four .content p { font-size: 22px; color: #8D806A; }
.four-o-four .content p.oops { 
	font-size: 80px;
	font-style: italic;
	color: #CBC1AD;
	letter-spacing: -1px;
}



/*
----------------------------------------------------------------
     TYPOGRAPHY
---------------------------------------------------------------- */

#splash h1 {
	margin: 20px 0 15px 0;
	font-family: 'LeagueGothicRegular', sans-serif;
	font-weight: normal;
	font-size: 65px;
	color: #be4833;
	text-align: center;
	text-shadow: 0px 1px 0 #FFF;
}

#tab h1 span {
	display: inline-block;
	padding: 12px 16px 12px 20px;
	background-color: #be4833;
	font-family: 'OstrichSansRoundedMedium', 'Helvetica Neue', 'HelveticaNeue', Helvetica, Arial, 'Lucida Grande', sans-serif;
	font-size: 32px;
	font-weight: normal;
	letter-spacing: 2px;
	color: #fdfbef;
	border-radius: 0 0 4px 4px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
}

.content {
	line-height: 1.25;
}

.content p {
	font-size: 16px;
	line-height: 150%;
	margin-bottom: 12px;
	text-shadow: 0px 1px 0px #FFF;
}

.bio-intro {
	text-transform: uppercase;
	font-weight: bold;
}

.page-id-6 .content p {
	font-size: 18px;
}

article h1 {
	font-size: 36px;
	font-weight: normal;
	text-shadow: 0px 1px 0 #FFF;
}

article h2 {
	font-size: 22px;
	font-weight: normal;
	font-style: italic;
	text-shadow: 0px 1px 0 #FFF;
	margin-bottom: 4px;
}

article h3 {
	color: #8d806a;
	font-size: 12px;
	line-height: 140%;
	text-transform: uppercase;
	margin: 10px 0;
}

article h3 a:link,
article h3 a:visited {
	color: #8d806a;
	border-bottom: 1px dashed #8d806a;
}

article h3 a:hover,
article h3 a:active {
	border-bottom-style: solid;
}

article p.excerpt {
	margin-bottom: 6px;
}

article .entry a:link,
article .entry a:visited {
	color: #454545;
	border-bottom: 1px dashed #454545;
}

article .entry a:hover,
article .entry a:active {
	color: #000;
	border-bottom-style: solid;
	border-bottom-color: #000;
}

article p.source {
	margin-top: 40px;
	font-weight: bold;
	color: #8d806a;
}

article p.source a:link,
article p.source a:visited {
	font-weight: normal;
	color: #8d806a;
	border-bottom: 1px dashed #8d806a;
}

article p.source a:hover,
article p.source a:active {
	border-bottom-style: solid;
}

article blockquote {
	padding: 20px 100px 20px 50px;
	font-style: italic;
}

.single-page .content article header {
	color: #be4833;
}

.single-page .content article header h2 {
	margin-bottom: 25px;
}

.single-page .content article header h3 {
	color: #8d806a;
	font-size: 12px;
	text-transform: uppercase;
	margin-bottom: 25px;
}

h1.no-content {
	font-size: 36px;
	font-weight: normal;
	text-shadow: 0px 1px 0 #FFF;
}

footer p {
	font-size: 12px;
	color: #cbc1ad;
}




/*	--------------------------------------------------
	     Mobile Tweaks
	-------------------------------------------------- */

	@media only screen and (max-width: 480px) {

		body {
			border-top: 0 none;
			font-family: Georgia, serif;
			padding-bottom: 20px;
		}
		
		header.phone { text-align: center; }
		
		#main { margin-top: 40px; }
		.content { margin-top: 0; }
		.content p { line-height: 145%; }

		#splash { padding-top: 15px; }
		#splash img.hero { max-width: 50%; }
		#splash h1 { font-size: 56px; line-height: 95%; margin-top: 12px; margin-bottom: 10px; }
		#splash-nav { padding-top: 10px; padding-bottom: 6px; }
		#splash-nav li { display: block; line-height: 220%; margin-right: 0; }
		#splash-nav li a, #splash-nav li a:visited { font-size: 26px; }

		.mobile-menu-link {
			border-bottom: 0 none !important;
			display: block;
			padding: 8px 10px 3px;
			margin-top: 5px;
			text-align: left;
			background-color: #b1a793;
			font-family: 'OstrichSansRoundedMedium', 'Helvetica Neue', 'HelveticaNeue', Helvetica, Arial, 'Lucida Grande', sans-serif;
			font-size: 22px;
			letter-spacing: 1px;
			color: #fdfbef !important;	
			text-shadow: none;
			border-radius: 4px;		
		}
		
		#menu-mobile-nav {
			margin-top: 10px;
			text-align: left;
		}
				
		#menu-mobile-nav li a {
			display: block;
			padding: 8px 10px 3px;
			margin-bottom: 6px;
			background-color: #b1a793;
			font-family: 'OstrichSansRoundedMedium', 'Helvetica Neue', 'HelveticaNeue', Helvetica, Arial, 'Lucida Grande', sans-serif;
			font-size: 22px;
			letter-spacing: 1px;
			color: #fdfbef;	
			border-radius: 4px;
		}

		#post-6 { margin-top: 0px; margin-bottom: 40px; }
		.page-id-6 .content p { font-size: 16px; }
		
		article blockquote { padding: 20px; }
		article h1 {
			font-size: 28px;
			margin-bottom: 5px;
		}
		article h2 { font-size: 18px; }
		article h3 { font-size: 11px; }
		.work-list h1 a { color: #be4833; }
		.work-list article { 
			padding-bottom: 30px;
			margin-bottom: 30px;
		}
		.single-page .content article header h1 { color: #be4833; line-height: 120%; }
		.single-page .content article header { color: #454545; }
		.single-page .content article header h2 { margin-bottom: 20px; }
		.single-page .content article header h3 {
			font-size: 11px;
			margin-top: 0;
			margin-bottom: 20px;
		}
		.single-page article { margin-bottom: 0; }
		article p.source { 
			font-size: 14px; 
			margin-top: 20px;
		}
		.single-page .top a {
			border-bottom: 0 none !important;
			display: block;
			padding: 8px 10px 3px;
			margin-top: 50px;
			background-color: #be4833;
			font-family: 'OstrichSansRoundedMedium', 'Helvetica Neue', 'HelveticaNeue', Helvetica, Arial, 'Lucida Grande', sans-serif;
			font-size: 22px;
			letter-spacing: 1px;
			color: #fdfbef !important;	
			text-shadow: none;
			border-radius: 4px;		
		}
		
		.navigation { padding-bottom: 40px; }
		
		.alignleft,
		.alignright {
			float: none;
			display: block;
			margin: 0 0 20px;
		}
		
		footer { margin-top: 30px !important; }
		footer p { font-size: 10px; line-height: 140%; }
		
		.show-on-phones { display: block !important; }
		.show-on-desktops { display: none !important; }

	}




/*
----------------------------------------------------------------
     FONTS
---------------------------------------------------------------- */

@font-face {
    font-family: 'LeagueGothicRegular';
    src: url('fonts/League_Gothic-webfont.eot');
    src: url('fonts/League_Gothic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/League_Gothic-webfont.woff') format('woff'),
         url('fonts/League_Gothic-webfont.ttf') format('truetype'),
         url('fonts/League_Gothic-webfont.svg#LeagueGothicRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OstrichSansRoundedMedium';
    src: url('fonts/ostrich-rounded-webfont.eot');
    src: url('fonts/ostrich-rounded-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/ostrich-rounded-webfont.woff') format('woff'),
         url('fonts/ostrich-rounded-webfont.ttf') format('truetype'),
         url('fonts/ostrich-rounded-webfont.svg#OstrichSansRoundedMedium') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'OstrichSansMedium';
    src: url('fonts/ostrich-regular-webfont.eot');
    src: url('fonts/ostrich-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/ostrich-regular-webfont.woff') format('woff'),
         url('fonts/ostrich-regular-webfont.ttf') format('truetype'),
         url('fonts/ostrich-regular-webfont.svg#OstrichSansMedium') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'OstrichSansBlack';
    src: url('fonts/ostrich-black-webfont.eot');
    src: url('fonts/ostrich-black-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/ostrich-black-webfont.woff') format('woff'),
         url('fonts/ostrich-black-webfont.ttf') format('truetype'),
         url('fonts/ostrich-black-webfont.svg#OstrichSansBlack') format('svg');
    font-weight: normal;
    font-style: normal;

}