/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* end of reset */

/*
selector {
	property: value;
	property: value;
}
*/


/* ==========================================================================
   Author's custom styles 
   ========================================================================== */
h1, p, li {
	transition:all .5s ease-in-out; 
  	-o-transition:all .5s ease-in-out; 
  	-moz-transition:all .5s ease-in-out; 
  	-webkit-transition:all .5s ease-in-out;
}

   
#homepage {
	background-color: #fff;
}
   




#title {
	top: 350px;
	background-image: url("../images/collage.jpg") ;
	background-position: center;
	padding: 150px 0 150px 0;	
}

h1 {
	color: white;
	font-family: 'Roboto Slab', serif;
	text-transform: uppercase;
	border-bottom: 1px solid #FF0;
	font-size: 2.8em;
	text-align: center;
	padding: 0 0 20px 0;
	margin: 0 auto;
	width: 262px;
}

#title p {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	color: #fff;
	text-align: center;
	padding-top: 20px;
	font-size: 1em;
	text-transform: uppercase;
	font-style: italic;
}

body {
	background-color: black;
}


#description p {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	color: #000;
	text-align: center;
	padding: 60px 0;
	font-size: 1.5em;
	margin: 0 7%;
	line-height: 1.2em;
}

#participate {
	background-color: #222;
	padding: 60px 0;
}

#participate p {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	color: #666;
	font-size: 1.1em;
	max-width: 800px;
	margin-bottom: 10px;
	line-height: 1.3em;
	padding: 0 7%;
}

#participate p strong {
	font-family: 'Roboto Slab', serif;
	font-weight: 400;
	font-size: 1.5em;
	line-height: 1.2em;
	color: #444;
}

.tabs {
	padding: 0 5.2% 70px 2.5%;
	max-width: 720px;
	margin: 20px auto 0 auto;
}

.tabs a {    
	text-decoration:none;
	color: #999;
}

.tabs a:hover li {    
	background-color: rgba(255, 204, 51, .8);
	color: #333;
	
}

.col {	
	text-transform: uppercase;
    display: block;
	float: left;
	margin-top: 15px;
    padding: 15px 0;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
    color:#666;
	text-align: center;
	font-size: .9em;
	background-color: #333;
}

.column {
    width: 40%;
}

.col {
    display: block;
    float: left;
    margin: 3.5% 0 3.5% 7%;
}

.clearfix { 
	clear:both;
}

footer {
	background-color: #999;
	text-align: center;
}

footer p {
	padding-top: 10px 0 0 0;
	margin: 0 7%;
	width: 86%;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	color: #666;
	font-size: .75em;
}

footer p a {
	text-decoration: none;
	color: #666;
}

footer p a:hover {
	text-decoration: none;
	color: #333;
}

#footertext {
	padding: 30px 0;
}

.thanks {	
	margin-top: 6px;
}





#box h1 {
	opacity: .8;
	margin-top: 30px;
	font-weight: 300;
	border: none;
	color: #fff;
	border-bottom: 1px solid #FF0;
	padding:10px 0;
	/*background-color: #222;*/
}

#box p {
	opacity: .8;
	margin-top: 20px;
	font-weight: 300;
	font-style: italic;
	border: none;
	color: #fff;
	text-align: center;
	border-bottom: 1px solid #333;
	padding-bottom:40px;
	font-family: 'Roboto', sans-serif;
	line-height: 1.3em;
	font-size: .8em;
}


/*-------------------
	Photo area
--------------------*/


#photos{
	margin: 40px auto 100px;
	overflow: hidden;
	width: 298px;
}

#photos:hover a{
}

#photos a,
#loadMore{
	background-position: center center;
	background-color: rgba(14, 14, 14, 0.3);
	float: left;
	height: 110px;
	overflow: hidden;
	width: 145px;
	-moz-transition:0.25s;
	-webkit-transition:0.25s;
	-o-transition:0.25s;
	transition:0.25s;
	margin: 2px;
		
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */    
    filter: gray; /* IE6-9 */
	-webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
}



#photos a:hover{
	opacity:1;
	filter: none;
    -webkit-filter: grayscale(0);
}

#loadMore{
	cursor: pointer;
	line-height: 110px;
	text-align: center;
	text-transform: uppercase;
	font-size:10px;
	font-family: 'Roboto', sans-serif;
	color:#fff;
}

#loadMore:hover{
	color:#fff;
	text-shadow:0 0 4px #fff;
}


/*----------------------
	Camera slide up
-----------------------*/


#camera{
	background: black repeat-y;
	border:1px solid #333;
	height:525px;
	width:598px;
	position:fixed;
	bottom: -466px;
	left:50%;
	margin-left:-300px;

	-moz-border-radius:4px 4px 0 0;
	-webkit-border-radius:4px 4px 0 0;
	border-radius:4px 4px 0 0;
	
	-moz-box-shadow:0 0 4px rgba(0,0,0,0.6);
	-webkit-box-shadow:0 0 4px rgba(0,0,0,0.6);
	box-shadow:0 0 4px rgba(0,0,0,0.6);
}

.camTop{
	background:url('../assets/img/camera.png') no-repeat center;
	width:100%;
	height:66px;
	position:absolute;
	top:0;
	left:0;
	cursor:pointer;
}

.settings{
	background:url('../img/settings.png') no-repeat;
	cursor: pointer;
	height: 28px;
	position: absolute;
	right: 37px;
	top: 448px;
	width: 30px;
}

.settings:hover{
	background-position:left bottom;
}

#screen{
	width:520px;
	height:370px;
	margin: 66px auto 22px;
	background:#ccc;
	
	line-height: 360px;
    text-align: center;
	color:#666;
}

.buttonPane{
	text-align: center;
}



.blueButton,
.greenButton{
	background:url('../assets/img/buttons.png') no-repeat;
	text-shadow:1px 1px 1px #277c9b;
	color:#fff !important;
	width:99px;
	height:38px;
	border:none;
	text-decoration:none;
	display:inline-block;
	font-size: 16px;
	line-height: 32px;
	text-align: center;
	margin: 0 4px;
}

.greenButton{
	background:url('../assets/img/buttons.png') no-repeat right top;
	text-shadow:1px 1px 1px #498917;
}

.blueButton:hover,
.greenButton:hover{
	background-position:left bottom;
	text-decoration:none !important;
}

.greenButton:hover{
	background-position:right bottom;
}

.blueButton:active,
.greenButton:active{
	position:relative;
	bottom:-1px;
}

.hidden{
	display:none;
}

/*-------------------------
	Other
--------------------------*/


.cycle-slideshow {
	margin: 50px 0 0 30px;
}

@media screen and (min-width: 500px) {
#photos{
	width: 450px;
}

#box h1 {
	font-size: 3.5em;
	width: 350px;	
}

#box p {
	font-size: 1em;	
}
}

@media screen and (min-width: 600px) {
#photos{
	width: 598px;
}
}

@media screen and (min-width: 700px) {
#navigation {position:fixed;background-color: #000;z-index:999;top:0;}	
	#container {margin-top:70px;}
	#container #title {margin-top:-10px;}

#title {
	padding: 200px 0;
}

#title p {
	padding-top: 30px;
	font-size: 1.3em;
}

h1 {
	font-size: 6em;
	width: 580px;top:150px;
}

#box h1 {
	font-size: 4em;
	width: 400px;
}

#description p {
	font-size: 2.3em;
	max-width: 720px;
	margin: 0 auto;
	padding: 90px 0;
}

#participate {
	padding: 90px 0;
}

#participate p {
	font-size: 1.4em;
	max-width: 720px;
	margin: 0 auto 10px auto;
}

#participate p {
	font-size: 1.3em;
}	


.tabs {
	padding-left: 20px;
	margin-top: 30px;

}

.col {
    display: block;
    float: left;
    margin: 1% 0 1% 3%;
	padding: 20px 0;

}

.column {
    width: 30%;
}

	
}

@media screen and (min-width: 1024px) {


h1 {
	font-size: 8em;
	width: 750px;
}

#box h1 {
	padding:0 0 10px 0;
	font-size: 6em;
	width: 600px;
}


#box p {
	font-size: 1.3em;
}

#photos{
	width: 745px;
}
}

