/*
Theme Name: WeAreTheYouth.org
Author: James Dodd
Version: 1
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
		
		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 {
			background: transparent;
			border: 0;
			margin: 0;
			padding: 0;
			vertical-align: baseline;
		}

/*-------------------------------------------------------------- */



		body {
			line-height: 1;
		}
		h1, h2, h3, h4, h5, h6,
		h1 a, h2 a, h3 a, h4 a, h5 a, h6 a{
			clear: both;
			font-weight: normal;
			letter-spacing: 1px;
			font-family:ArialBlackRegular;
		}
		ol, ul {
			list-style: none;
		}
		blockquote {
			quotes: none;
		}
		blockquote:before, blockquote:after {
			content: '';
			content: none;
		}
		del {
			text-decoration: line-through;
		}
		/* tables still need 'cellspacing="0"' in the markup */
		table {
			border-collapse: collapse;
			border-spacing: 0;
		}
		a img {
			border: none;
		}



/* =Global Elements
-------------------------------------------------------------- */

	body {
		background: #fdfdfd;
		font-family: georgia, serif;
	}
	body,
	input,
	textarea {
		color: #000;
		font-size: 14px;
		line-height: 17px;
		letter-spacing: 1px;
	}
	hr {
		background-color: #555;
		border: 0;
		clear: both;
		height: 1px;
		margin-bottom: 18px;
	}
	
	/* Text elements */
	p {
		margin-bottom: 18px;
		text-align: left;
	}
	ul {
		list-style: square;
		margin: 0 0 18px 1.5em;
	}
	ol {
		list-style: decimal;
		margin: 0 0 18px 1.5em;
	}
	ol ol {
		list-style: upper-alpha;
	}
	ol ol ol {
		list-style: lower-roman;
	}
	ol ol ol ol {
		list-style: lower-alpha;
	}
	ul ul,
	ol ol,
	ul ol,
	ol ul {
		margin-bottom: 0;
	}
	dl {
		margin: 0 0 24px 0;
	}
	dt {
		font-weight: bold;
	}
	dd {
		margin-bottom: 18px;
	}
	strong {
		font-weight: bold;
	}
	cite,
	em,
	i {
		font-style: italic;
	}
	big {
		font-size: 131.25%;
	}
	ins {
		background: #ffc;
		text-decoration: none;
	}
	blockquote {
		font-style: italic;
		padding: 0 3em;
	}
	blockquote cite,
	blockquote em,
	blockquote i {
		font-style: normal;
	}
	pre {
		background: #f7f7f7;
		color: #222;
		line-height: 18px;
		margin-bottom: 18px;
		padding: 1.5em;
	}
	abbr,
	acronym {
		border-bottom: 1px dotted #666;
		cursor: help;
	}
	sup,
	sub {
		height: 0;
		line-height: 1;
		position: relative;
		vertical-align: baseline;
	}
	sup {
		bottom: 1ex;
	}
	sub {
		top: .5ex;
	}
	input[type="text"],
	textarea {
		background: #f9f9f9;
		border: 1px solid #ccc;
		padding: 2px;
	}


	/* Text meant only for screen readers */
	.screen-reader-text {
		position: absolute;
		left: -9fffpx;
	}

	img{
		max-width: 100%;
		height: auto;
	}
	a, a:link{text-decoration: none; color: #555555!important;}
	a:hover{text-decoration: underline; color: #555555!important;}
	a:visited{text-decoration: none; color: #555555!important;}
	table{width: 100%;}


/* =Header
-------------------------------------------------------------- */
	
	#header {
		padding: 180px 0 0 0;
		text-align: right;
		width: 100%;
		position: absolute;
		top:0;
		left:0;
		border-bottom: 1px solid #555;
	}
	#site-title {
		position: absolute;
		top: 20px;
		left: 20px;
	}
	#site-title a {
		background: url(images/waty-logo.png) no-repeat center center;
		background-size: 80%;
		height: 150px;
		width: 920px;
		position: absolute;
		top:0;
		left:0;
	}
	#site-title a span{display: none;}


	#header_widgets{
		position: absolute;
		top: 20px;
		right: 25px;
	}


/* =Menu
-------------------------------------------------------------- */
	#access{text-align: right;}
	#access ul{
		position: absolute;
		top: 200px;
		left:0;
		width: 100%;
		font-size: 15px;
		list-style: none;
		margin:0;
		text-align:  center;
}
	#access .menu-header li,
	.menu li {
		display: inline;
		position: relative;
	}
	
	#access a,
	#access a:visited {
		text-align: right;
		color: #222!important;
		letter-spacing: 0px;
		line-height: 25px;
		font-size: 14px;
		padding: 0 18px;
		font-family: georgia, serif;
		text-decoration: none;
		text-transform: uppercase;
		font-style: italic;
	}
	
	
	#access ul li.current_page_item > a,
	#access ul li.current-menu-ancestor > a,
	#access ul li.current-menu-item > a,
	#access ul li.current-menu-parent > a,
	#access a:hover {
		color: #555555!important;
	}


/* =Footer
-------------------------------------------------------------- */

	#footer {
		clear: both;	
		color: #aaa;
		margin-top: 40px;
		padding-top: 20px;
		text-align: right;
		font-size: 70%;
		border-top: 1px solid #555;
	}
			#footer a{color: #ccc!important;}
		
		#footer .widget-container{
			float: right;
			clear: right;
			padding: 5px 0;
		}
		
		#footer .widget-container:nth-child(last){
			padding-bottom: 30px;
		}

/* =Custom Fonts
-------------------------------------------------------------- */
	




	#wrapper{
		max-width: 960px;
		min-width: 800px;
		height: 100%;
		margin: auto;
		position: relative;
		padding: 0;
		padding-top: 260px;
	}
	
		#main{
		}
			
			#content img{ max-width: 100%;}
		#footer{clear: both;}

.chronicling{
	font-size: 162%;
	text-align: justify;	
	margin-top: 10px;
	margin-bottom: 25px;
	text-align: center;
	text-transform: uppercase;
}
	.chronicling h2{
		font-family:ArialBlackRegular, sans-serif;
		font-weight: normal;
		letter-spacing: 2px;
	}

.share h3{
	font-family:ArialBlackRegular, sans-serif;
	text-transform: uppercase;	
	color: #555555;
	font-size: 150%;
	margin-bottom: 10px;
}
.project-blurb {
width: 100%; 
margin: none;
}

h3.project-blurb {
font-size: 110%;
    margin-bottom: 40px;
    text-align: left;
    line-height: 138%;
}

.storytitle{
	text-decoration: none!important;	
}
.dates{margin-bottom: 20px; font-family:ArialBlackRegular}

.page .storytitle{
	display: none;
}



#comments{
	width: 480px;
	padding: 20px;	
}

#comments textarea{
	max-width: 470px;
}


.navigation{clear: both;}
.alignright{float: right;}
.alignleft{float: left;}
.clear{clear: both;}


#blog-widget-area{float: right; margin-left: 20px; font-size: 75%; text-align: right; width: 190px; line-height: 15px;}
	#blog-widget-area ul{list-style: none;}
	#blog-widget-area .widget-container{ margin-top: 30px; text-align: right;}
	#blog-widget-area p{text-align: right;}
	#blog-widget-area h3{font-size: 200%; padding-bottom: 3px;}
.category-blog-old #content{float: left; width: 750px; padding-top: 20px;}
	#blog-widget-area a:hover{text-decoration:underline!important;}

#search-2 label{display: none;}

#search-2 input{width: 80px; border: 1px solid #aaa; font-size: 80%;}
#search-2 #searchsubmit{background: #dedede; width: 45px; height: 23px;}




@font-face {
    font-family: 'RNSCameliaExtraLight';
    src: url('fonts/rns_camelia-webfont.eot');
    src: url('fonts/rns_camelia-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/rns_camelia-webfont.woff') format('woff'),
         url('fonts/rns_camelia-webfont.ttf') format('truetype'),
         url('fonts/rns_camelia-webfont.svg#RNSCameliaExtraLight') format('svg');
    font-weight: normal;
    font-style: normal;

}



@font-face {
    font-family: 'ArialBlackRegular';
    src: url('fonts/knockout/webfont.eot');
    src: url('fonts/knockout/webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/knockout/webfont.woff') format('woff'),
         url('fonts/knockout/webfont.ttf') format('truetype'),
         url('fonts/knockout/webfont.svg#ArialBlackRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

.category .post.blog-content{
	padding-bottom: 70px;	
}
.category .post.shop,
.category .post.profiles{
	position: relative;
	height: 283px;
	width: 225px;
	float: left; 
	overflow: hidden;
	margin-right: 20px;
	margin-bottom: 20px;
}

.category .post.waty2{
	position: relative;
	height: 283px;
	width: 306px;
	float: left; 
	overflow: hidden;
	margin-right: 20px;
	margin-bottom: 20px;
}
	.category .post.shop.largeendline,
	.category .post.profiles.largeendline,
	.category .post.waty2.largeendline{
		margin-right: 0;
	}
	.category .post.shop.notelargeendline,
	.category .post.profiles.notelargeendline,
	.category .post.waty2.notelargeendline{
		margin-right: 20px;	
	}
	.category .category-press.hentry{ margin-right: 20px; width: 225px!important; height: 225px!important;}
	.category-press.hentry.largeendline{ margin-right:0;}
	
	.category .category-press.hentry img{
		max-width: 225px!important;
	}
	
	.category .post.shop img,
	.category .post.profiles img,
	.category .post.waty2 img{
		height: 283px;
		width: 225px;
	}

	.category .post.waty2 img{
		height: auto;
		width: 100%;
	}
	.category .post.shop h3,
	.category .post.profiles h3,
	.category .post.waty2 h3{
		position: absolute;
		bottom: 0px;
		left: 0px;
		padding: 5px 10px;
		background: url(images/back.png);	
		font-size: 12px;
		width: 100%;
		font-size: 110%;
	}
	.category .post.shop h3 a,
	.category .post.profiles h3 a
	.category .post.waty2 h3 a{
			color: #222!important;	
			font-weight: normal;
		}
		
	
	.single-post.profiles .storytitle,
	.single-post.profiles .profile_content,
	.single-post.waty2 .storytitle,
	.single-post.waty2 .profile_content,
	.single-post.shop .storytitle,
	.single-post.shop .profile_content{
		clear: none;
		float: left;
  		width: 470px;
   		margin-left: 20px;
	}
	.single-post.shop .storytitle,
	.single-post.profiles .storytitle,
	.single-post.waty2 .storytitle{
		margin-bottom: 20px;	
	}
	.single-post.shop .profile_content,
	.single-post.profiles .profile_content,
	.single-post.waty2 .profile_content{
	}
	
	.single-post.shop .profile_image,
	.single-post.profiles .profile_image,
	.single-post.waty2 .profile_image{
		float: left;
		display: inline;
		width: 470px;
		margin-bottom: 50px;	
	}
	
	.single-post.shop .addthis_toolbox,
	.single-post.profiles .addthis_toolbox,
	.single-post.waty2 .addthis_toolbox{
		position: relative;
		clear: both;
	}
	
	

#scroller{list-style: none;}
	
#sharing{ margin-top: 3px; width: 100%;}
#sharing form{float: left; margin-right: 15px;}
#sharing img{    
	height: 28px;
    margin-top: -4px;
}
#searchsubmit, #searchbox, #nhydur-nhydur, #email_submit{
	border: 1px solid black;
	padding:0;
	margin:0;
	font-size: 90%;
	width: 60px;
	height: 20px;
	display: inline;
	padding: 2px;
	color: #aaa;		
}#searchbox, #nhydur-nhydur{height: 14px; width: 110px;}



#searchsubmit, #email_submit{background: #222; color: #fff; padding:0;}
#searchsubmit:hover, #email_submit:hover{background: #aaa; color: #222; padding:0;}



#scroller{overflow: hidden;}
/* Container DIV - automatically generated */
.simply-scroll-container { 
	position: relative;
}

/* Clip DIV - automatically generated */
.simply-scroll-clip { 
	position: relative;
	overflow: hidden;
	z-index: 2;
}

/* UL/OL/DIV - the element that simplyScroll is inited on
Class name automatically added to element */
.simply-scroll-list { 
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
}
	
.simply-scroll-list li {
	padding: 0;
	margin: 0;
	list-style: none;
}
	
.simply-scroll-list li img {
	border: none;
	display: block;
}


/* Custom class modifications - adds to / overrides above

.simply-scroll is default base class */

/* Container DIV */
.simply-scroll { 
	width: 100%;
	height: 400px;
	margin-bottom: 1em;
	overflow: hidden;
}

/* Clip DIV */
.simply-scroll .simply-scroll-clip {
	width: 100%;
	height: 400px;
}
	
/* Explicitly set height/width of each list item */	
.simply-scroll .simply-scroll-list li {
	float: left; /* Horizontal scroll only */
	width: auto;
	height: 100%;
}

.simply-scroll .simply-scroll-list li img{	width: 300px; height: 380px; }

@media handheld, only screen and (max-width: 925px), only screen and (max-device-width: 925px) {

#access a, #access a:visited {
    font-size: 10px;
    padding: 0 4px;
}
	
	#site-title a {
		width: 838px;
	}
	
	body{
		margin:20px;
	}
	
}
@media handheld, only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
/* =Header
-------------------------------------------------------------- */
	

	#wrapper{
		max-width: 100%;
		margin: auto;
	}
	
.chronicling{
	font-size: 162%;
	text-align: justify;	
	margin-top: 10px;
	margin-bottom: 25px;
	text-align: center;
	text-transform: uppercase;
}
	.chronicling h2{
		font-family:ArialBlackRegular, sans-serif;
		font-weight: normal;
		letter-spacing: 2px;
	}

.share h3{
	font-family:ArialBlackRegular, sans-serif;
	text-transform: uppercase;	
	color: #5e1fa5;
	font-size: 150%;
	margin-bottom: 10px;
}

.storytitle{
	text-decoration: none!important;	
}
.dates{margin-bottom: 20px; font-family:ArialBlackRegular}

.page .storytitle{
	display: none;
}



#comments{
	width: 480px;
	background: #fff;
	padding: 20px;	
}

#comments textarea{
	max-width: 470px;
}



.category .post.blog-content/*, .category .post.waty2*/{
	padding-bottom: 70px;	
}
.category .post.profiles/*, .category .post.waty2*/ {
	position: relative;
	height: 300px;
	width: 239px;
	float: left; 
	overflow: hidden;
	margin-right: 40px;
	margin-bottom: 40px;
}

	.category .post.profiles.endline,
		.category .post.waty2.endline{
		margin-right: 0;	
	}

	.category .post.profiles img/*, .category .post.waty2 img*/ {
		height: 300px;
		width: 239px;	
	}
	.category .post.profiles h3,
		.category .post.waty2 h3{
		position: absolute;
		bottom: 0px;
		left: 0px;
		padding: 5px 10px;
		background: url(images/back.png);	
		font-size: 12px;
		width: 100%;
		font-size: 120%;
	}
		.category .post.profiles h3 a,
	.category .post.waty2 h3 a{
			color: #222!important;	
			font-weight: normal;
		}
		
	
	.single-post.profiles .storytitle,
	.single-post.profiles .profile_content,
	.single-post.waty2 .storytitle,
	.single-post.waty2 .profile_content{
		clear: none;
		float: right;	
		width: 400px;
	}
	.single-post.profiles .storytitle,
	.single-post.waty2 .storytitle{
		margin-bottom: 20px;	
	}
	.single-post.profiles .profile_content,
	.single-post.waty2 .profile_content{
	}
	
	.single-post.profiles .profile_image,
	.single-post.waty2 .profile_image{
		float: left;
		display: inline;
		width: 380px;
		margin-bottom: 50px;	
	}
	
	.single-post.profiles .addthis_toolbox,
	.single-post.waty2 .addthis_toolbox{
		position: relative;
		clear: both;
	}
}



a.everbutton.everbutton-blue,
a.everbutton{
background: #555!important;
bordeR: 0!important;
-webkit-box-shadow: none!important;
text-shadow: none!important;
background-repeat: no-repeat!important;
color: #fff!important;
font-family: ArialBlackRegular!important;
text-transform: uppercase!important;
border-radius: 0!important;
}
a.everbutton.everbutton-blue:hover,
a.everbutton:hover{background:#222!important;}




.simply-scroll-btn {
	position: absolute;
	background-image: url(buttons.png);
	width: 42px;
	height: 44px;
	z-index:3;
	cursor: pointer;
}
	
.simply-scroll-btn-left {
	left: 6px;
	bottom: 6px;
	background-position: 0 -44px;
}
.simply-scroll-btn-left.disabled {
	background-position: 0 0 !important;
}
.simply-scroll-btn-left:hover {
	background-position: 0 -88px;
}

.simply-scroll-btn-right {
	right: 6px;
	bottom: 6px;
	background-position: 84px -44px;
}
.simply-scroll-btn-right.disabled {
	background-position: 84px 0 !important;
}
.simply-scroll-btn-right:hover {
	background-position: 84px -88px;
}

/* Custom class modifications - adds to / overrides above
