/*

Theme Name: Cast
Theme URI: http://razier.com
Author: Raz
Author URI: http://razier.com
Description:
Version: 0.1

*/
/*
	Phrea = #FAB38D / dfa07e
	Off White = #FDFDFD / e2e2e2
	NYC = #C6C6C8 / b1b1b2
	Swedish Spring = #A4B3F6 / 92a0dc
	Artemis Blue = #8195F4 / 7385da
*/

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


body{
	margin:0;
	padding:0;
	color:#888;
	font-family:"Corbel";
}

a{
	color:#92a0dc;

	-webkit-transition: color 0.2s linear;
	-moz-transition: color 0.2s linear;
	-o-transition: color 0.2s linear;
	transition: color 0.2s linear;
}

a:hover{
	color:#fab38d;
}

h1,h2,h3{
	margin:0;
	padding:0;
}

#container{
	margin:7.7%;
}

#branding{
	float:left;
	height:100px;
	width:20%;
	min-width:150px;
}

#branding h1 a{
	/*font-family:"ScriptinaRegular";*/
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
	font-size:50px;
	color:#92a0dc;
	text-decoration:none;
	line-height:70px;
	/*font-weight:normal;*/
}

#branding h1 a:hover{
	/*color:#fab38d;*/
}

#branding h2{
	display:none;
}

#navigation{
	float:right;
	height:100px;
	width:70%;
}

#navigation ul{
	margin:0;
	padding:0;
	list-style:none;
	float:right;
}

#navigation li{
	float:left;
}

#navigation li a{
	font-family:"Corbel";
	font-size:18px;
	color:#c6c6c8;
	text-align:center;
	height:100px;
	width:100px;
	line-height:100px;
	text-decoration:none;
	display:block;

	-webkit-transition: background 0.2s linear;
	-moz-transition: background 0.2s linear;
	-o-transition: background 0.2s linear;
	transition: background 0.2s linear;
}

#navigation li a:hover{
	background:#92a0dc;
	color:#fff;
}

#content{
	clear:both;
	padding-top:5%;
}

#content h3{
	/*font-family:"ScriptinaRegular";*/
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
	font-size:50px;
	font-weight:normal;
	color:#fab38d;
}

.storynav ul{
	list-style:none;
	margin:0;
	padding:0;
}


.storynav li a{
	font-family:"Corbel";
	font-size:18px;

	color:#c6c6c8;
	text-align:center;

	height:50px;
	width:40%;
	line-height:50px;

	text-decoration:none;
	display:block;

	-webkit-transition: background 0.2s linear;
	-moz-transition: background 0.2s linear;
	-o-transition: background 0.2s linear;
	transition: background 0.2s linear;
}

.storynav li a:hover{
	background:#92a0dc;
	color:#fff;
}

#prevpost a{
	float:left;
}

#nextpost a{
	float:right;
}