/*

Theme Name: Chloe Lenihan Portfolio Site
Theme URI: none
Author: chartsock
Author URI: http://chartsock.com/
Description: Custom theme for Chloe Lenihan personal site
Version: 1.0
License: none
License URI: none
Tags: 

*/

html {
	background: #fff;
	font-family: sans-serif;
	height: 100%;
	width: 100%;
}

body {
	height: 100%;
	width: 100%;
}

ul {
	list-style: none;
}

/* Logo & Nav */
#masthead {
	position: fixed;
	top: 0;
	left: 20px;
	width: 100%;
	z-index: 200;
}

#masthead h1 a, #masthead h2, #nav a {
	text-decoration: none;
	font-family: 'Roboto', sans-serif;
}

#masthead h1 a, #nav a{
	font-weight: 300;
}

#masthead h1 {
	font-size: 72px;
	line-height: 0px;
}

#masthead h1 a{
	color: #000;
}

#masthead h2 {
	font-weight: 400;
	letter-spacing: .3em;

	visibility: hidden;
	font-size: 20px;
	line-height: 0;
	margin-top: -8px;
}

#nav {
	position: fixed;
	top: 111px;
	left: 30px;

	width: 125px;
	font-size: 32px;
	line-height: 48px;

	text-transform: lowercase;
	z-index: 200;
}

#nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#nav a {
	color: #7794c0;
}

#nav a:hover {
	color: #000;
}

#nav .current_page_item a{
	color: #000;
}

#background-buffer {
	position: fixed;
	width: 100%;
	height: 75px;
	top: 0;
	background: rgba(255, 255, 255, .9);
	z-index: 50;
}

#mobile-img {
	display: none;
}

/* Homepage-specific */
body.home {
	background: url('img/chloe-lenihan-headshot.jpg');
	background-size: cover;
	background-position: right top;
		text-shadow: 1px 1px #000;
}

.home #masthead h2, .page-id-430 #masthead h2 , .page-id-432 #masthead h2{
	padding-top: 3px;
	visibility: visible;
	font-weight: 300;
	color: #c9cfcf;
	margin-left: 11px;
}

.page-id-430 #masthead h2, .page-id-432 #masthead h2 {
	color: #aaa;
}

.home #masthead {
	background: none;
}

.home #masthead h1 a{
	color: #fff;
}

.home #nav a {
	color: #fff;
}

.home #background-buffer {
	background: none;
}

.home #copyright {
	display: none;
}

/* Twitter */

div#twitter-widget {
	position: fixed;
	bottom: 10px;
	left: 20px;
	background: rgba(0,0,0, .4);
	width: 300px;
	height: 350px;
	padding: 0 10px;

	z-index: 100;
}

a.twitter-timeline {
	display: none;
}

/* Content Pages */

#content {
	padding: 125px 0px 40px 230px;

	font-size: 18px;
	line-height: 30px;
	font-family: 'Droid Serif', serif;
	font-weight: 400;
	overflow-y: scroll;
	overflow-x: hidden;
}

#content h3 {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 24px;
	color: #da8f7b;
	margin: 0 0 10px 0;
}

#content a {
	color: black;
}

#content a:hover {
	font-style: italic;
}

#content .entry article {
	margin-bottom: 20px;
}

#content img {
	background-color: transparent;
	border: none;
}

.main-content {
	width: 65%;
	float: left;
	max-width: 750px;
	padding: 0 20px 10px 0;
	margin: 0 40px 0 0;
}

.sidebar {
	width: 220px;
	float: left;
	padding: 0 20px 0 20px;
	border-left: 1px solid #ccc;
}

.sidebar ul {
	padding: 0 0 0 20px;
}

.sidebar-separator {
	display: none;
}

/* About Page */
#Links-section ul {
	padding: 0;
}

#Links-section ul li {
	display: inline-block;
	padding: 0 15px 0 0;
}

#Resumes-section img {
	height: 24px;
	width: 24px;
	margin-bottom: -1px;
}

/* Contact Page */
code {
	font-size: 18px;
	line-height: 30px;
	font-family: 'Droid Serif', serif;
	font-weight: 400;
}

.page-template-page-contact-php img {
	width: 24px;
	height: 24px;
	margin-left: -10px;
	margin-bottom: -3px;
	padding-right: 10px;
}

/* Reels */
#laurels-container {
	margin-top: 75px;

	/* 
	min-width: 750px;
	text-align: center;  -- CENTER LARUELS */
}

#laurels {
}

#laurels h3{
	display: none;
}

#laurels p{
	margin: 0;
	padding: 0;
}

#laurels img {
	max-width: 170px;
	max-height: 102px;
}

#reel-title {
	margin: 0;
}

#reel-description {
	margin: 0;
	font-size: 16px;
}

p.reel-description {
	margin: 0 0 0 0;
	padding-bottom: 10px;
	font-size: 16px;
}

#current-reel-container{
	padding: 0;
	margin: 0;
}

#reel-theater {
	max-width: 800px;
}

#reel-theater p {
	margin: 0;
	margin-top: 10px;
	padding: 0;
}

.reels-navigation-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	margin: 0 5px;
	width: 150px;
}

.reels-navigation-item:hover {
	background-color: rgba(240,240,240,1);
}

.reels-navigation-item img {
	width: 150px;
	height: 110px;
}

p.gallery-title {
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	letter-spacing: .3em;
	line-height: 16px;
	text-align: center;
	padding: 0 2px;
	margin: -2px 0 8px 0px;
}

/* Photo & Reels */
#current-reel-container.main-content {
	padding-right: 20px;
	margin-right: 40px;
}

#reels-navigation.sidebar {
	margin-top: 40px;
}
.reels-navigation-item {
	margin-bottom: 10px;
}

#laurels-container.new-reels {
	margin-top: 0;
}

#laurels.new-reels img {
	margin: 0 auto;
}

div#reels-nav-container{
	float: left;
	margin: 0 auto;
}

#reels-navigation.sidebar {
	margin: 0;
}

/* Copyright Notice */
footer {
	width: 100%;
	text-align: right;
	color: #7f7f7f;
	margin: 0 0 20px 0;
}

#copyright {
	padding: 0 30px 0 0;
}

.fixed-to-bottom {
	position: fixed;
	bottom: 20px;
	right: 20px;
}

/* Portfolio - slideshow */
.pscarousel {
	display: none;
}

.hidden {
	display: none;
}

.block {
	display: block;
}

/* Responsive Slides */

/*! http://responsiveslides.com v1.54 by @viljamis */

.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
}

.rslides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
}

.rslides li:first-child {
	position: relative;
	display: block;
	float: left;
}

.rslides li {
	background: #fafafa;
	padding-top: 0;
	margin-top: 0;
}

.rslides li p {
	background-color: #fff;
}

.rslides img {
	display: block;
	height: auto;
	max-width: 100%;
	border: 0;
 	max-height: 500px;
 	height: auto;
 	width: auto;
 	margin: 0 auto;
}

/* Themes */

.rslides_container {
	position: relative;
	float: left;
	width: 100%;
}

.rslides_container hr {
	display: none;
}

.centered-btns_nav {
	z-index: 3;
	position: absolute;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	top: 50%;
	left: 0;
	opacity: 0.7;
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
	height: 61px;
	width: 38px;
	background: transparent url("./img/themes.gif") no-repeat left top;
	margin-top: -45px;
}

.centered-btns_nav:active {
	opacity: 1.0;
}

.centered-btns_nav.next {
	left: auto;
	background-position: right top;
	right: 0;
}

.transparent-btns_nav {
	z-index: 3;
	position: absolute;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	top: 0;
	left: 0;
	display: block;
	background: #fff; /* Fix for IE6-9 */
	opacity: 0;
	filter: alpha(opacity=1);
	width: 48%;
	text-indent: -9999px;
	overflow: hidden;
	height: 91%;
}

.transparent-btns_nav.next {
	left: auto;
	right: 0;
}

.large-btns_nav {
	z-index: 3;
	position: absolute;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	opacity: 0.6;
	text-indent: -9999px;
	overflow: hidden;
	top: 0;
	bottom: 0;
	left: 0;
	background: #000 url("./themes.gif") no-repeat left 50%;
	width: 38px;
}

.large-btns_nav:active {
	opacity: 1.0;
}

.large-btns_nav.next {
	 left: auto;
	 background-position: right 50%;
	 right: 0;
 }

.centered-btns_nav:focus,
.transparent-btns_nav:focus,
.large-btns_nav:focus {
	 outline: none;
 }

.centered-btns_tabs,
.transparent-btns_tabs,
.large-btns_tabs {
	 margin-top: 10px;
	 text-align: center;
 }

.centered-btns_tabs li,
.transparent-btns_tabs li,
.large-btns_tabs li {
	 display: inline;
	 float: none;
	 _float: left;
	 *float: left;
	 margin-right: 5px;
 }

.centered-btns_tabs a,
.transparent-btns_tabs a,
.large-btns_tabs a {
	 text-indent: -9999px;
	 overflow: hidden;
	 -webkit-border-radius: 15px;
	 -moz-border-radius: 15px;
	 border-radius: 15px;
	 background: #ccc;
	 background: rgba(0,0,0, .2);
	 display: inline-block;
	 _display: block;
	 *display: block;
	 -webkit-box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
	 -moz-box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
	 box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
	 width: 9px;
	 height: 9px;
 }

.centered-btns_here a,
.transparent-btns_here a,
.large-btns_here a {
	 background: #222;
	 background: rgba(0,0,0, .8);
 }

/* Media Queries */
@media ( max-width: 1320px ) {
	.sidebar {
		border-left: none;

		float: left;
		width: 65%;
		max-width: 680px;
		padding: 0 20px 10px 0;
		margin: 0 40px 20px 0;
	}

	.sidebar img {		
		display: inline-block;
	}

	.sidebar ul {
		display: inline-block;
		padding-left: 0;
	}

	.sidebar ul li {
		display: inline-block;
		padding: 0 15px 0 0;
	}

	.main-content{
		width: 100%;
	}

	.main-content .entry p {
		padding-right: 40px;
	}

	.fixed-to-bottom {
		position: relative;
		margin-right: 0;
	}

	#laurels hr.sidebar-separator {
		display: block;
		visibility: visible;
	    border: 0;
	    height: 0;;
	    border-bottom: 1px solid #ccc;
		width: 700px;
		margin: 10px 25px 5px 25px;
	}

	#laurels-display {
		margin-bottom: 0;
		/* min-width: 0; -- CENTER LARUELS */
	}

	div#reels-navigation.sidebar {
		padding: 0;
		margin: 0;
		margin-top: 30px;
		width: 100%;
	}

	div#reels-nav-container {
		text-align: center;
		max-width: 750px;
		width: 750px;
	}

	.rslides_container hr {
		display: block;
		visibility: visible;
	    border: 0;
	    height: 0;;
	    border-bottom: 1px solid #ccc;
		width: 700px;
		margin: 10px 25px 5px 25px;
	}
}

@media (max-width: 1000px) {

	header {
		width: 100%;
		margin-left: -10px;
	}

	#masthead {
		width: 100%;
	}

	#masthead h2 {
		margin-left: 15px;
		margin-top: 10px;
		text-align: center;
	}

	#nav {
		display: inline-block;
		width: 100%;
		top: 75px;
		left: 30px;
	}

	#nav ul {
		display: inline-block;
	}

	#nav ul li {
		display: inline-block;
		padding-right: 10px;
	}

	#content {
		padding: 150px 0 20px 0;
		margin: 0 20px 0 20px;
	}

	.home #content {
		width: 100%;
		height: 100%;
		padding: 0;
		margin: 0;
		overflow: hidden;
	}

	#background-buffer{
		height: 111px;
	}

	.main-content {
		width: 100%;
		padding-left: 10px;
	}
	
	.main-content .entry p {
		padding-right: 20px;
	}

	.sidebar {
		width: 100%;
		padding-left: 10px;
	}

	#laurels-display {
		text-align: center;
	}

	.home #masthead h2 {
		position: absolute;
		top: 81px;
	}

	.home #nav {
		top: 111px;
	}

}

@media (max-width: 790px) {
	#reel-theater {
		position: relative;
		padding-bottom: 56.25%; /* 16:9 */
		height: 0;
	}

	#reel-theater iframe, .page-id-21 #reel-theater img {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

	div#reels-nav-container {
		max-width: 100%;
		width: 100%;
	}

	#copyright {
		font-size: 12px;
		margin: 0;
	}

	body.home {
		padding: 0;
		margin: 0;
		display: block;
		height: 100%;
		width: 100%;
		background: black;
		overflow-x: hidden;
	}

	.home #nav {
		position: fixed;
	}

	.home #masthead {
		width: 100%;
	}

	.home #mobile-scroll {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		background: black;
		overflow-x: hidden;
	}

	.home #mobile-img {
		width: 100%;
		height: auto;
		position: relative;
		margin-top: 120px;
		display: block;
		visibility: visible;
	}

	.home #mobile-img-container {
		background: black;
		position: relative;
	}

	.home div#twitter-widget {
		width: 100%;
		margin-top: 20px;
		position: relative;
	}

	.home #twitter-widget-0{
		width: 85%;
		margin: 0 auto;
	}

	.home #background-buffer {
		padding: 0;
		margin: 0;
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		height: 149px;
		background: rgba(0,0,0,.8);
		z-index: 101;
	}

}

@media (max-width: 480px) {

	header {
		width: 100%;
		margin-left: -10px;
	}

	#masthead {
		width: 100%;
	}

	#masthead h1 {
		font-size: 52px;
		line-height: 0px;
	}

	#masthead h2 {
		margin-left: 15px;
		margin-top: 10px;
		z-index: -50;
	}

	#nav {
		font-size: 24px;
		display: inline-block;
		position: relative;
		top: 50px;
		margin: 0 auto;
	}

	#nav ul {
		display: inline-block;
	}

	#nav ul li {
		display: inline-block;
		margin: 0 5px;
		padding-right: 3px;
	}

	#content {
		padding-top: 75px;
		font-size: 16px;
		line-height: 28px;
	}

	#content code {
		font-size: 16px;
		line-height: 28px;
	}

	#content h3 {
		font-size: 20px;
		line-height: 20px;
		color: #da8f7b;
		margin: 0 0 10px 0;
	}

	#content entry p {
		line-height: 10px;
	}

	#background-buffer{
		height: 57px;
	}

	footer {
		width: 100%;
		text-align: right;
		color: #afafaf;
		margin: 0;
	}

	.home #masthead h2 {
		left: -5px;
		top: 58px;
	}

	.home #nav {
		top: 80px;
		left: 20px;
	}

	.home #background-buffer {
		height: 115px;
	}

	.home #mobile-img {
		margin-top: 90px;
	}

	.home #twitter-widget-0{
		width: 80%;
	}
}

@media (max-width: 372px) {
	#laurels img {
		margin: 0 auto;
	}
}

@media (max-width: 350px) {

	#masthead h1 {
		font-size: 40px;
	}

	#masthead h2 {
		margin-left: 15px;
		margin-top: 10px;
	}

	#nav {
		font-size: 20px;
		top: 40px;
	}

	#nav ul li {
		padding-right: 0;
	}

	#content {
		padding-top: 50px;
	}

	#content p, #content a{
		font-size: 14px;
		line-height: 24px;
	}

	#content code {
		font-size: 14px;
		line-height: 24px;
	}

	#content h3 {
		font-size: 18px;
		line-height: 18px;
	}

	#background-buffer{
		height: 47px;
	}
}

