/*
	FIXME: eventually use em?   
*/

html {
	-webkit-text-size-adjust: none;


}


body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	background: #002200;
	background-image: url("/images/binding-dark.png");

}


h2, h3, h4, h5, h6 {
	color: #000000;
	font-family: "Pontano Sans", sans-serif;
	font-weight: normal;
	
}


a {
	color: #00331a;
	outline: 0;
}

img {
	border: 0;
}

/* site header */

body > header {
	width: 960px;
	height: 185px;
	margin: 0px auto 0px auto;
	position: relative;
	text-align: right;
}
body > header a,
body > header a:visited {
	color: #ffffff;
	text-decoration: none;
}
body > header h1 {
	display: none;
}
body > header span {
	width: 252px;
	height: 311px;
	display: block;
	background: url("/images/small_shitty_site_logo.png");
	z-index: 1000;
	position: absolute;
	right: 0;
}



/* The box what everything other than the header lives in */


#content_area {
	width: 960px;
	margin: 0px auto 20px auto;
	background: #f5f5f5;
	/*color: #575E66;*/
	color: #474e56;
	position: relative;
	/*overflow: hidden;*/
}


/* Action nav: send message, give moneys, search website 
	should this be nav?

*/

nav.actions {
	height: 68px;
	position: relative;
}

.topbtn,
nav.actions > a,
nav.actions.div {
	background: #003800 none repeat scroll 0 0;
	border: 5px solid #f5f5f5;
	border-radius: 100px;
	color: #ffffff;
	font-size: 70px;
	height: 100px;
	line-height: 100px;
	position: absolute;
	text-align: center;
	width: 100px;
	cursor: pointer;
	z-index: 200;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.33);
	text-decoration: none;
	overflow: hidden;
	transition-duration: 0.2s;
	
}

.topbtn > a,
.topbtn > a:visited,
.topbtn > a:active {
	color: #ffffff;
	text-decoration: none;
	display: block;
	width: 100%;
	height: 100%;
}

.topbtn:active,
nav.actions a:active,
nav.actions.div:active {
	box-shadow: inset 0px 0px 15px 0px rgba(0,0,0,0.75);
}

.topbtn i {
	font-size: 14px;
}

#ask {
	top: -50px;
	left: 0px;
	/*background: radial-gradient(ellipse at center, #a90329 0%,#8f0222 44%,#6d0019 100%); /* W3C */
	/* background: linear-gradient(to right, #cedce7 0%,#596a72 100%); */
	background-color: #ff3019;
	background: linear-gradient(135deg, #ff1209 0%,#aa0404 100%);
} 

#ask.inuse {
	line-height: normal;
	z-index: 2000;
	width: 480px;
	height: 550px;
	border-radius: 0;
	background-color: #a4a4a4 !important;
	background: linear-gradient(180deg, #a4a4a4 0%, #939393 36%, #6b6b6b 100%);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
	left: 50%;
	margin-left: -240px;
	
}
#ask.inuse > a {
	display: inline;
}

#news {
	left: 250px;
	top: -50px;
	background-color: #1401bc;
	background: linear-gradient(135deg, #007799 0%,#001a33 100%);
}

#srch {
	left: 125px;
	top: -50px;
	background-color: #228822;
	background: linear-gradient(135deg, #bb0066 0%,#1a0033 100%);
}
#srch .s {
	display: none;
}

#srch.inuse {
	width: 480px;
	z-index: 9999;
}
#srch.inuse > a {
	float: left;
	width: 100px;
}
#srch.inuse .s {
	float: left;
	font-size: 16px;
	display: block;
}

#rss {
	left: 375px;
	top: -50px;
	background-color: #ff6600;
	background: linear-gradient(135deg, #fa9b39 0%, #ff6600 100%);
}



/* actual navigation from wordpress.
		this definitely should be a nav. */
div.largenav {
	display: block;
}
div.smallnav {
	display: none;
}

nav.reading {
	float: right;
	width: 220px;
	margin-top: 60px;
}
nav.reading div.largenav ul {
	list-style: outside none none;
	margin: 0;
	padding: 0;
	text-align: right;
}
nav.reading div.largenav ul a {
	background: #f5f5f5 none repeat scroll 0 0;
	border-radius: 20px;
	display: block;
	font-family: Pontano Sans;
	font-size: 25px;
	padding-right: 24px;
	position: relative;
	right: -16px;
	text-decoration: none;
	margin: 10px 0px;
	
}

nav.reading div.largenav ul a:hover {
	background: #e4e4e4;
}
nav.reading div.largenav ul a:active {
	box-shadow: inset 0 0 4px rgba(0,0,0,.8);
}

/* what goes at the bottom */

footer {
	border-top: 1px solid #7e7e7e;
	clear: both;
	font-size: 12px;
	text-align: right;
	padding: 15px 4px;
}



/* Emergency content widgets */

#global_announce {
	width: 100%;
	text-align: center;
	height: 100px;
}




/* Style Definitions */

div.blog_clear { clear: both; }



.std_button, #searchsubmit, #submit {
	border: 1px solid #cccccc;
	border-radius: 18px;
	-moz-border-radius: 18px;
	text-decoration: none;
	color: #575E66;
	display: inline-block;
	padding: 5px 6px;
	/* font-family: "Lucida Grande", "Arial", sans-serif; */


	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 1%, #d5d5d5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#d5d5d5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#d5d5d5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#d5d5d5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#d5d5d5 100%); /* IE10+ */
	background: linear-gradient(top,  #ffffff 0%,#d5d5d5 100%); /* W3C */
	/* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d5d5d5',GradientType=0 ); /* IE6-9 */
}	

.std_button:hover, #searchsubmit:hover, #submit:hover {
	background: #dddddd; /* Old browsers */
	background: -moz-linear-gradient(top,  #dddddd 0%, #b5b5b5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dddddd), color-stop(100%,#b5b5b5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #dddddd 0%,#b5b5b5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #dddddd 0%,#b5b5b5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #dddddd 0%,#b5b5b5 100%); /* IE10+ */
	background: linear-gradient(top,  #dddddd 0%,#b5b5b5 100%); /* W3C */
	/* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#b5b5b5',GradientType=0 ); /* IE6-9 */
}


.std_button:active, #searchsubmit:active, #submit:active {
	background: #dddddd; /* Old browsers */
	background: -moz-linear-gradient(top,  #dddddd 0%, #222222 0%, #484848 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dddddd), color-stop(0%,#222222), color-stop(100%,#484848)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #dddddd 0%,#222222 0%,#484848 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #dddddd 0%,#222222 0%,#484848 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #dddddd 0%,#222222 0%,#484848 100%); /* IE10+ */
	background: linear-gradient(top,  #dddddd 0%,#222222 0%,#484848 100%); /* W3C */
	/* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#484848',GradientType=0 ); /* IE6-9 */


	color: #f7f7f7;

}



#fof_haiku {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}
#fof_search {
	text-align: center;
	margin-bottom: 50px;
}

::-webkit-input-placeholder {
   color: #cccccc;
   font-style: italic;
}

:-moz-placeholder {  
   color: #cccccc;  
   font-style: italic;
}


#footer_menu {
	list-style: none;
	float: right;
	margin: 0 10px;;
	padding: 0;
	border-left: 1px solid #d5d5d5;
	border-right: 1px solid #d5d5d5;
}

#footer_menu li {
	display: inline-block;
	float: left;
	margin: 0 6px;
}
#footer_menu a,
#footer_menu a:visited {
	text-decoration: none;
	color: #7e7e7e;	
}
#footer_menu a:hover {
	text-decoration: underline;
}

span.dmax {
}
span.dmin {
	display: none;
}
span.dlrg {

}
span.dsml {
	display: none;
}

/** PAGINATION **/

.content_pagination {
	clear: both;
}

.comment_navigation,
ul.page-numbers {
	list-style: none;
	height: 28px;
	margin: 10px 0 10px 0;
	padding: 0;
	text-align: center;

}

.comment_navigation a,
.comment_navigation span,
ul.page-numbers li a,
ul.page-numbers li span {
	display: block;
	float: left;
	margin-left: 5px;
	margin-right: 5px;
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	font-size: 14px;

	color: #999999;
	background: #e4e4e4;
	border: 1px solid #999999;
	border-radius: 3px;
}

.comment_navigation a.prev,
.comment_navigation a.next,
ul.page-numbers li a.prev,
ul.page-numbers li a.next {
	width: 75px;
}

.comment_navigation a,
ul.page-numbers li a {
	text-decoration: none;

}
.comment_navigation span.current,
ul.page-numbers li span.current {
	/* color: #74050D; */
	color: #052205;
	font-weight: bold;
	background: #ffffff;
}


#searchform {
	text-align: center;
}

ul.blogroll {
	margin-left: 15px !important; 

}

#header_content {
	position: absolute;
	top: 0;
	left: 0;
	
}


/* CAST PAGE */
/* cast list */
div.castmember {
	background: none repeat scroll 0 0 #f8f8f8;
	border: 1px solid #CCCCCC;
	padding: 5px;
	margin: 3%;
	clear: both;
	min-height: 130px;
}

div.castmember h5,
div.castmember h6,
div.castmember div {
	margin-left: 132px;
}
div.castmember h5 {
	font-size: 18px;
	font-weight: bold;
	margin: 6px 2px;
}
div.castmember h6 {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 8px;
	margin: 4px 2px;
}
div.castmember img {
	background: none repeat scroll 0 50% transparent;
	float: left;
	padding: 0;
	margin: 4px;
}

h4.castheader {
	border-bottom: 1px solid #CCCCCC;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 11px;
	width: 80%;
	margin: 0 auto 5px 0;
	text-align: left;
}


.ie8, .ie9 {
	display: none;
}
