/*
Theme Name:     My Child Theme
Theme URI:      https://theme.wordpress.com/themes/twentyten/
Description:    Child theme for the TwentyTen theme
Author:         Josh Shard
Author URI:     http: //www.joshshard.com/
Template:       twentyten
Version:        0.1.0
*/
 
@import url("../twentyten/style.css");
@import url(https://fonts.googleapis.com/css?family=Lato:400,300,300italic,400italic,100italic,100,700);
@import url(http://fonts.googleapis.com/css?family=Merriweather:400italic);

#wrapper {
	text-transform: uppercase;
	background: transparent;
	background-position: center;
	margin-top: 0px;	
	padding: 0px;
	width: 100%;
	height: 100vh;
}
#header {
	padding: 0px;
	height: 60px;
	width: 100%;
}

#navigation {
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 16px;
	color: #FFF;
	position: fixed;
	margin-top: 24px;
	right: 2%;
}

#navigation a{
	padding-left: 5px;
	color: #FFF;
	text-decoration: none;
}

#navigation a:hover{
	opacity: 0.75;
}

#websiteName a{
	color: #FFF;
	text-decoration: none;
}

#websiteName a:hover{
	opacity: 0.75;
}

#websiteName {
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 20px;
	color: #FFF;
	left: 2%;
	position: fixed;
	margin-top: 20px;
}

#lineHead {
	left: 2%;
	height: 1px;
	width: 96%;
	background-color: #fff;
	position: fixed;
}

#access {
	width: 100%
}
#footer {
	height: 50px;
	bottom:0;
	left:0;
	margin-bottom: 0px;
}

#randomPage{
	position: fixed;
	bottom:0;
	left: 50%;
	margin-left: -20px;
	margin-bottom: 30px;
}
#SocialMedia {
	position:fixed;
    bottom:0;
    right:0;
	margin-bottom: 30px;
	margin-right: 30px;
}
#SocialMedia a{
	padding: 3px;
}

#SocialMedia a:hover{
	opacity: 0.75;
}


#colophon {
	border-top: 0px;
	margin-top: 0px;
	overflow: hidden;
	padding: 0px 0;
}
#container {
	width: 100%;
	height: 70vh;
}

#content .entry-title {
    color: #FFF;
    font-size: 26px;
    font-weight: bold;
    line-height: 1.3em;
    margin-bottom: 0;
	text-align: center;
	font-family: 'Lato', sans-serif;
	font-style: italic;
	font-weight: 300;
	letter-spacing: -2px;
	text-transform: uppercase;
}

#content .entry-content {
	letter-spacing: -4px;
	line-height: 110px;
}

#content {
	color: #FFF;
	font-size: 106px;
	position: relative;
	top: 10%;
	font-family: 'Lato', sans-serif;
	font-style: Thin;
	font-weight: 100;
	text-align: center;
	margin: 0px 0px 0px 0px;
	text-transform: uppercase;
}


.entry-meta a, .entry-utility a {
    font-family: 'Merriweather', sans-serif;
	font-style: italic;
	font-size: 12px;
	font-weight: 400;
    background: #fff;
    color: #C82850;
	padding: 2px;
	padding-left: 4px;
	padding-right: 4px;
}

#main {
    clear: both;
    overflow: hidden;
    padding: 15vh 0 0 0;
}

#footer-widget-area {
	left: 2%;
	position:fixed;
    bottom:0;
	margin-bottom: 18px;
}

#s {
	width: 300px;
	height: 20px;
	background: rgba(255,255,255,.7);
	border: none;
	font-size: 12px;
	font-family: 'Lato', sans-serif;
	padding-left: 15px;
	color: #C82850;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#wpls-search {
	background: rgba(255,255,255,0);
	font-family: 'Lato', sans-serif;
	font-style: bold;
	color: #fff;
	text-transform: uppercase;
	border: none;
	cursor: pointer; 
}
