@charset "utf-8";
@import "overrides.css";
/* CSS Document */

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

}

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

}

body  {
	font: 13px Trebuchet MS, trebuchet;
	line-height:150%;
	background-color:black;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	height:100%;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#container { 
	width: 1040px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	overflow:hidden;
} 
#header { 
	background: #000000; 
	background-image:url(images/newbanner.jpg);
	background-position:top;
	background-repeat:no-repeat;
	height:100px;
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#sidebar-right {
	float: right; /* since this element is floated, a width must be given */
	width: 236px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	color:white;
	border-left:3px solid white;
	border-right:3px solid white;
	margin-bottom:-2000px;
	padding-bottom:2000px;
	*padding-top:0px;
	margin-right:33px;
	z-index:0;
}

#inner_right {
	padding: 10px; 10px;
}
#mainContent { 
	background-color:white;
	background-image:url(images/main_bg.jpg);
	background-repeat:repeat-y;
	width:700px;
	padding: 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding-bottom:0px;
	margin-left:10px;
	height:100%;

} 
#footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-image:url(images/bottom.jpg); 
	background-repeat:no-repeat;
	height:154px;
	margin-left:10px;
	position:relative;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#mainContent h1, .h1 {
	font-size:20px;
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing: -1px;
}

.hyperfiction_options {
	font-family: "UglyQuaRegular", Trebuchet MS, trebuchet;
	margin-top:40px;
}

.hyperfiction_header {
	background-image:url(images/hyperfiction_options_header.jpg);
	background-repeat:no-repeat;
	background-position:bottom left;
	padding-bottom:15px;
}

.hyperfiction_header h2 {
	font-size:30px;
	display:inline;
}

.hyperfiction_header h2 span {
	font-size:19px;
	padding-left:0px;
}

.hyperfiction_header span {
	display:inline;
	font-size:17px;
	padding-left:35px;
}

.hyperfiction_options .teaser {
	font-family: "UglyQuaItalic", Trebuchet MS, trebuchet;
	font-size:15px;
}

#hyperfiction_options .description {
	font-size:15px;
}

/*MAIN SITE NAVIGATION-----------------------------------*/

#block-menu-menu-nav-authenticated .menu, #block-menu-menu-outernav .menu, #block-menu-menu-nav-anon .menu  /*main site navigation*/
{
height:34px;
width:100%;
margin-left: 0;
padding-left: 0;
padding-top:9px;
white-space: nowrap;
background-image:url(images/nav_bg.jpg);
background-repeat:repeat-x;
float:left;
text-align:center;
font-family:Georgia, "Times New Roman", Times, serif;
text-transform:capitalize;
font-weight:bold;
font-size:12px;
}

#block-menu-menu-nav-authenticated .menu li, #block-menu-menu-outernav .menu li, #block-menu-menu-nav-anon .menu li {
display: inline;
list-style-type: none;
}

#block-menu-menu-nav-authenticated .menu a, #block-menu-menu-outernav .menu a,  #block-menu-menu-nav-anon .menu a { 
padding: 5px 14px; 
height:34px;
background-color:none;
}

#block-menu-menu-nav-authenticated a:link, #block-menu-menu-nav-authenticated a:visited, #block-menu-menu-outernav a:link, #block-menu-menu-outernav a:visited, #block-menu-menu-nav-anon a:link, #block-menu-menu-nav-anon a:visited {
color: #fff;
text-decoration: none;
}

#block-menu-menu-nav-authenticated .menu a:hover, #block-menu-menu-outernav .menu a:hover, #block-menu-menu-nav-anon .menu a:hover
{
color: #FFFF00;
text-decoration: none;
background-image:url(images/nav_rollover.jpg);
background-position:center;
background-repeat:no-repeat;
}

#block-menu-menu-nav-anon {
	position:relative;
	top:-26px;
	*top:-9px;
}

#toboggan-login-link {
color:#F8CC00; 
font-weight:bold; 
font-size:15px;
}

#toboggan-login ul { 
margin-top:25px; 
margin-left:0px; 
padding-left:0px 
}

#toboggan-login ul li {
margin-left:0px;
list-style:none;
}

#toboggan-login ul li a, #block-logintoboggan-0 a{
color:white;
}

/*HYPERFICTION ADD NODE FORM-----------------------------------*/

#edit-field-hyperfiction-0-value-wrapper {
	display:none;
}

.node-form .standard {
	clear:none;
}

.node-form .clear-block {
	display:inline-block;
}

/* WYSIWYG editor */

.mceContentBody {
	background-color:white;
	color:black;
	text-align:left;
}