/*
Theme Name: skphoto
Author: me
Author URI: http://shannonkesterphoto.com
Description: this is my theme
Version: 1.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: photos
Text Domain: skphoto
*/

/* =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, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {/* remember to define focus styles! */
	outline: 0;
}
body {
	background: #0A0A0A;
	line-height: 1;
	font-family: 'Josefin Slab', serif;
	color:#fff;
}
ol, ul {
	list-style: none;
}

#content_container{
	margin:0 !important;
}

.text_container{
	padding: 30px;
}

/* MENU */
#nav_container{
	z-index: 200;
	position:fixed;
	bottom:0;
	display: inline-block;
	background-color: black;
	height: 20px;
	width: 100%;
	padding:10px 0;
}
#nav_adv{
	position: absolute;
	z-index: 150;
	width: 100%;
	height: 100%;
}
#nav_left,#nav_right{
	cursor: default;
	font-size: 70px;
	color:#40E0D0;
	width:50%;
	height: 100%;
}
#nav_left span,#nav_right span{
	display: inline-block;
	cursor: pointer;
}
#nav_left{
	float:left;
	text-align: left;
}
#nav_right{
	float:right;
	text-align: right;
}
	
.nav_hover:hover{
	color:#FFFFFF !important;	
}

#nav_name{
	float:right;
	margin-right: 20px;
}
.menu-shannon-kester-photography-container{
	
}
#menu-shannon-kester-photography{
	margin-left: 20px;
}
#menu-shannon-kester-photography li{
	float:left;
	margin-right: 30px;
	text-transform: uppercase;
}
#menu-shannon-kester-photography .sub-menu{
	display:none;
}
#menu-shannon-kester-photography a:link, #menu-shannon-kester-photography a:visited{
	text-decoration: none;
	color:white;
}
#menu-shannon-kester-photography a:hover{
	color:#40E0D0;
}
.menu_active{
	color:#40E0D0 !important;
}

/* PHOTOS */
#photo_container{
	width:100%;
	height: 100%;
	overflow: hidden;
}

/* PAGES CONTENT */
#content_container{
	font-size:100px;
	margin:30px;
}
#photos_title{
	width: 100%;
	height: 20px;
	background-color: black;
	position: absolute;
	z-index: 100;
	font-size: 12px;
	bottom:0;
	text-align: center;
	padding-top:7px;
	opacity: .5;
}


/* LOADER */
.tmp-pics{
	width:400px;
	z-index:90;
	position:absolute;
	top:50%;	
	left:40%;
	text-align:center;
}

/* PAGE LOGIN */
#page_login_container{
	width: 100%;
	height: 100%;
	font-size: 36px;
}
#page_login{
	width: 600px;
	margin-left:-300px;
	height:240px;
	margin-top:-120px;
	background-color: #141414;
	position: absolute;
	top:50%;
	left:50%;
	text-align: center;
}
#passwordInput_container{
	display: inline-block;
	margin: 25px 0 10px;
}
#page_login_container label{
	display: block;
	margin-top: 30px;
}
#page_login_container input{
	margin:0;
	float: left;
}
#passwordInput{
	font-size: 36px;
}
#passwordSubmit{
	font-size: 28px;
	color:#FFF;
	border: solid 1px #333;
    background: #000;
    text-shadow: 0px 1px 0px #000;
    margin-left: 10px !important;
    font-family: 'Josefin Slab', serif;
    cursor: pointer;
    padding:10px 20px;
}
#passwordSubmit:hover, #protected_menu li a:hover{
	color:#40E0D0;
}
#passwordIncorrect{
	color:#ba4742;
}
#protected_menu{
	float: left;
	margin:0 30px 0 20px;
	text-transform: uppercase;
}
#protected_menu li{
	display: inline-block;
	margin-right: 20px;
}
#protected_menu li a{
	text-decoration: none;
	color: #fff;
}
@-moz-document url-prefix() {
    #passwordSubmit{
		font-size: 26px;
	}
}