/** 
 * SilverStripe Black Candy Theme
 * http://www.silverstripe.com
 *
 * Main Layout File
 */
 
/* Misc Styles and defaults 
-------------------------------------------- */
  
* {
	margin: 0;
	padding: 0;
}
a{
	color: #3E91C4;
	text-decoration:none;
}
a img{
	border:0px;
}
a:Hover{
	color: #FFF;
	text-decoration:underline;
}
body {
	color: #FFF;
 	font-size: 13px; 
 	margin-bottom: 40px;
	font-family: Verdana, Lucida, sans-serif; 
}

html {
	background: #04162e url(../images/SFback.jpg) repeat-x;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
.floatLeft{
	float:left;
	display:inline;
}
.clear{
	clear:both;
}
.emptyFloatContainer{
	float:left;
	display:inline;
	width:100%;
}

.ittContainer{

}
.ittImage{
	width:257px;
	/*height:186px;*/
	text-align:center;
}
.ittTitle{
	
}
.ittText{
	color:#FFF;
	/*max-height:158px;*/
	font-size:11px;
}
.ittTextContainer{
	padding:0px 10px;
}

.HPIttLeft{
	width:568px;
	height:186px;
	color:#FF3;
	overflow:hidden;
}
.HPIttWhole{
	padding:10px 0;
	color:#FF3;
}
.HPIttRight{
	width:430px;
	height:186px;
	color:#FF3;
	overflow:hidden;
}



/* CONTAINER
----------------------------------------- */
#BgContainer {
	width: 1001px;  
	margin: 0 auto; 
}
#Container { 
	width: 1001px;
	padding:0;
	background: #fff url(../images/containerbg.gif) repeat-y;
}
#Layout {
	width: 1001px;
	clear: both;
	margin: 0px auto;
	min-height:400px;
	background-color:#000;
	float:left;
	display:inline;
}

/* HEADER
----------------------------------------- */
#Header { 
 	width: 1001px;
	height:160px;
 	margin: 0 auto;
	overflow: hidden;
	background: #58ade1 url(../images/starryBackHdr.jpg) no-repeat top center;
}
.HeaderLogo { 
 	width: 1001px;
	height:160px;
 	margin: 0 auto;
	overflow: hidden;
	background: #58ade1 url(../images/starryBackHdr.jpg) no-repeat top center;
}
 	#Header h1 { 
	  	color: #fff; 
		font-size: 3.2em; 
		font-family: Tahoma, Verdana, sans-serif;
		font-weight: 300;
		padding: 20px 0 0 30px;
	}
	#Header p {
		font-size: 1.4em;
		color: #fff;
		clear: left;
		margin: 0 0 0 100px;
	}

/* MAIN NAVIGATION - TABS
----------------------------------------- */
#Navigation {
	width: 1001px;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
	background: #fff url(../images/headerRounded.gif) no-repeat center bottom;
}
	#Navigation ul { 
 		float: left; 
		display:inline;
		margin: 0;
		width:1001px;
	}
		#Navigation ul li { 
	 		list-style: none; 
			margin: 0; 
			float: left;
			line-height: 26px;
			display: block;
		}
  			#Navigation ul li a { 
				float: left;
				text-decoration: none;
				display: block; 
				height: 26px; 
				font-size: 12px;
				font-weight:bold;
				text-transform:Uppercase;
				padding: 0 0 0 0px;
				color: #000;
				cursor:pointer;
			}
				#Navigation ul li a span {
	        		float: left;
					display:inline;
					padding:0px;
					height: 26px;
				}
					/*
					#Navigation ul li a:hover { 
			 			background: #93C7E7 url(../images/hoverTabLeft.gif) no-repeat left top; 
						color: #fff;
						cursor: pointer;
					}
					#Navigation ul li a:hover span {
						background: #93C7E7 url(../images/hoverTabRight.gif) no-repeat right top;
						cursor: pointer;
					}
					*/
    			#Navigation ul li a.current span.navBtnRight,
	    		#Navigation ul li a.section span.navBtnRight,
	    		#Navigation ul li a.section:hover span.navBtnRight,
	    		#Navigation ul li a.current:hover span.navBtnRight { 
				 	background: #c4260b url(../images/nav_btn_red_right.gif) no-repeat right top; 
					width:14px;
				}
				#Navigation ul li a.current span.navBtnMid,
				#Navigation ul li a.section span.navBtnMid,
	    		#Navigation ul li a.section:hover span.navBtnMid,
				#Navigation ul li a.current:hover span.navBtnMid {
					background-color: #c4260b;
					color: #FFF;
				}
				#Navigation ul li a.current span.navBtnLeft,
	    		#Navigation ul li a.section span.navBtnLeft,
	    		#Navigation ul li a.section:hover span.navBtnLeft,
	    		#Navigation ul li a.current:hover  span.navBtnLeft{ 
				 	background: #c4260b url(../images/nav_btn_red_left.gif) no-repeat left top; 
					width:14px;
				}
				#Navigation ul li a.current span.navBtnLeftFirst,
				#Navigation ul li a.section span.navBtnLeftFirst,
	    		#Navigation ul li a.section:hover span.navBtnLeftFirst,
	    		#Navigation ul li a.current:hover  span.navBtnLeftFirst{ 
				 	background-color: #c4260b; 
					width:14px;
				}
				
				#Navigation ul li a.link span.navBtnRight,
	    		#Navigation ul li a.link:hover span.navBtnRight { 
				 	background: #fff url(../images/nav_btn_white_right.gif) no-repeat left top; 
					width:14px;
				}
				#Navigation ul li a.link span.navBtnMid,
				#Navigation ul li a.link:hover span.navBtnMid {
					background-color: #fff;
					color: #000;
				}
				
	    		#Navigation ul li a.link span.navBtnLeftFirst,
	    		#Navigation ul li a.link:hover span.navBtnLeftFirst { 
				 	background-color: #fff; 
					width:14px;
				}
				#Navigation ul li a.link span.navBtnLeft,
	    		#Navigation ul li a.link:hover span.navBtnLeft { 
				 	background: #fff url(../images/nav_btn_white_left.gif) no-repeat left top; 
					width:14px;
				}
				
				#Navigation ul li.navEndStart{
					background: #fff url(../images/nav_btn_white_left.gif) no-repeat left top; 
					width:14px;
					float:left;
					display:inline;
					height:26px;
				}
				
				#Navigation ul li.navEnder{
					background: #fff url(../images/nav_ender_right.gif) no-repeat right top; 
					width:27px;
					float:right;
					display:inline;
					height:26px;
				}
				
				

/* BREADCRUMBS
-------------------------------------------- */
#Breadcrumbs { 
 	color: #B7C0C5;
	text-align: left;
	font-size: 0.9em; 
	margin: 0px 5px 10px 0;
}
	#Breadcrumbs p {
		margin: 0;
	}


/* SIDEBAR
-------------------------------------- */
#Sidebar { 
 	width: 200px; 
	float: left;
	display:inline;
	margin: 10px 0 0 0;
	padding: 0;
}
	#Sidebar .sidebarBox {
		margin: 0 0 5px 0;
		padding-bottom: 2px;
		background: #EFEFEF url(../images/sidebarHeader.gif) no-repeat left top; 
	}
	#Sidebar ul {
		margin: 0 10px 5px;
	}
		#Sidebar li {
			margin: 8px 2px;
			list-style: none;
		}
	#Sidebar h3 { 
		clear: both; 
		text-transform: lowercase;
		color: #fff;
		font-weight: 700; 
		font-size: 1.4em; 
		margin: 0;
		line-height: 1.5;
		padding: 0 0 0 10px;
	}
	
	#Sidebar  .WidgetHolder{
		padding-bottom:20px;
	}

	#Sidebar a em {
		font-style: normal;
	}
	#Sidebar p {
		font-size: 11px;
	 	clear: both;
	 	margin: 10px 10px 0 10px;
	}
	
	/* MENU2 */
    ul#Menu2 li { 
    	font-size: 0.9em; 
    	margin: 1px 0 5px 4px;
        list-style: none;
    }
    	ul#Menu2 li a {
            display: block;
            width: 196px;
            font-size: 1.2em;
            height: 1.8em;
            line-height: 1.8em;
            color: #898989;
      	}
			ul#Menu2 li em {
				padding-left: 8px;
				display: block;
			}
				ul#Menu2 li li em {
					padding-left: 0;
				}
      	/* Level 1 
      	- We use 3 elements for the nav to get 3 background images applied.
            * span - topleft rounded corner
            * em - bottomleft rounded corner
            * a - arrow on the right
            <a><span><em></em></span></a>
      	*/
      	ul#Menu2 li a:hover,
      	ul#Menu2 li a.current,
      	ul#Menu2 li a.current:hover {
        	background: #DCDCDC url(../images/sidebarSideArrow.gif) no-repeat right center;
        	color: #666;
			cursor: pointer;
            text-decoration: none;
      	}
	  	ul#Menu2 li a.current {
	  		font-weight: 700;
	  	}
      	ul#Menu2 li a.section,
      	ul#Menu2 li a.section:hover {
            background: #DCDCDC;
            font-weight: 700;
            width: 193px; 
      	}
      	ul#Menu2 li a.levela:hover span,
      	ul#Menu2 li a.current span,
      	ul#Menu2 li a.section span,
      	ul#Menu2 li a.section:hover span,
      	ul#Menu2 li a.current:hover span {
			background: transparent url(../images/sidebarTopLeftHover.gif) no-repeat left top;
			display: block;
			width: 100%;
			height: 100%;
		} 
		ul#Menu2 li a.levela:hover em,
		ul#Menu2 li a.current em,
		ul#Menu2 li a.section em,
		ul#Menu2 li a.section:hover em,
		ul#Menu2 li a.current:hover em {
        	background: transparent url(../images/sidebarBottomLeftHover.gif) no-repeat left bottom;
			display: block;
			width: 100%;
            height: 100%;
      	}
      		ul#Menu2 li ul {
            	height: 100%;
            	position: relative;
            	margin: -4px 0 0 0;
            	width: 193px;
            	padding: 4px 0 10px 0;
            	background: #DCDCDC url(../images/sidebarSectionBottom.png) no-repeat bottom left;
      		}
      			ul#Menu2 li ul li {
            		width: 160px;
            		background: #DCDCDC;
            		padding: 0;
            		font-size: 0.8em;
            		display: inline;
            		margin: 0;
      			}
      				ul#Menu2 li ul li ul {
            			background: #DCDCDC;
            			margin-left: 0;
      				}	
      
					ul#Menu2 li li a.current,
      				ul#Menu2 li li a.section,
      				ul#Menu2 li li a.section:hover,
      				ul#Menu2 li li a.current:hover {
            			color: #555;
            			font-weight: 700;
            			background: #DCDCDC;
      				}
      					ul#Menu2 li li ul {
            				margin: 0 0 0 10px;
            				padding: 0;
            				width: 175px;
      					}
      					ul#Menu2 li li ul .roundWhite {
            				margin-bottom: -10px;
      					}
      			
			/* Sub Menu */
      		ul#Menu2 li a.levelb {
            	font-size: 1.7em;
            	text-indent: 8px;
            	width: 188px;
				background: transparent;
            	margin-left: 10px;
      		}
	  		ul#Menu2 li a.levelb:hover,
      		ul#Menu2 li li a.current,
      		ul#Menu2 li li a.current:hover,
      		ul#Menu2 li li a.section,
      		ul#Menu2 li li a.section:hover {
            	background: #BCBCBC url(../images/sidebarSideArrow2.gif) no-repeat right center;
            	text-decoration: none;
            	display: block;
            	color: #fff;
      		}
      		ul#Menu2 li a.levelb:hover span,
      		ul#Menu2 li li a.current span,
      		ul#Menu2 li li a.current:hover span,
      		ul#Menu2 li li a.section span,
      		ul#Menu2 li li a.section:hover span {
            	background: transparent url(../images/sidebarTopLeftHover2.gif) no-repeat left top;
            	display: block;
            	width: 100%;
            	height: 100%;
      		} 	
      		ul#Menu2 li a.levelb:hover em,
      		ul#Menu2 li li a.current em,
      		ul#Menu2 li li a.current:hover em,
      		ul#Menu2 li li a.section em,
      		ul#Menu2 li li a.section:hover em {
            	background: transparent url(../images/sidebarBottomLeftHover2.gif) no-repeat left bottom;
            	display: block;
            	width: 100%;
            	height: 100%;
      		}

			
			
/* Homepage
---------------------------------------- */			
.blueStripeRepeat{
	background:#000 url(../images/blueRepeat.jpg) repeat-x;
	width:100%;
	height:31px;
	float:left;
	display:inline;
}
.redStripeRepeat{
	background:#000 url(../images/redRepeat.jpg) repeat-x;
	width:100%;
	height:31px;
	float:left;
	display:inline;
}

.watchItNowBtn{
	padding-top:10px;
}

.galacticBottomCorner{
	background: url(../images/galacticBottomCorner.gif) no-repeat bottom left;
	width:11px;
	margin-top:-11px;
	height:13px;
	float:left;
	display:inline;
}
.galacticBottomStripe{
	/*background:#000 url(../images/galacticBottomStripe.gif) repeat-x;*/
	background-color:#FFF;
	width:100%;
	height:2px;
	float:left;
	display:inline;
}
.grayStripeRepeat{
	background:#000 url(../images/greyBTMrepeat.jpg) repeat-x;
	width:100%;
	height:30px;
	float:left;
	display:inline;
}
.grayCorner{
	background:#000 url(../images/gray_corner.jpg) no-repeat bottom left;
	width:11px;
	height:30px;
}
.graybottomCorner{
	background:#000 url(../images/boxCornerBTMpage.jpg) no-repeat bottom left;
	width:11px;
	height:30px;
}
.orangeStripeRepeat{
	background:#000 url(../images/orangeRepeat.jpg) repeat-x;
	width:100%;
	height:31px;
}
.titleText{
	font-size:10px;
	font-weight:bold;
	text-transform:uppercase;
	color:#FFF;
	padding:13px 0 0 20px;
	display:block;
}
.blackBox{
	background-color:#000;
	color:#FFF;
	width:100%;
	min-height:150px;
	padding:14px 0 0;
	float:left;
	display:inline;
}
.content {
	float: left;
	display:inline;
	margin: 0 auto;
	padding:0 20px 20px;
	text-align: left;
	width: 960px;
}
.contentWSideBar{
	width: 750px;
}
.content a,
.content img{
	border:0px;
	color: #3E91C4;
	text-decoration:none;
}
.content a:Hover{
	color: #FFF;
	text-decoration:underline;
}

.headlineText{
	font-size:12px;
	color:#c1e1ef;
	padding-right:5px;
}
.contentText{
	font-size:10.5px;
	color:#FFF;
	padding-right:18px;
	line-height:14px;
}
.grayLine{
	background-color:#617178;
	height:1px;
}
.spotlightEvent{
	padding:12px;
}


.galacticTextArea{
	float:left;
	display:inline;
	width:1001px;
}

.galacticImageArea{
	float:right;
	display:inline;
	height:300px;
	border-left:1px solid #FFF;
}
.galacticImageAreaText{
	padding:24px 0 0 30px;
	width:90px;
	font-size:12px;
	font-weight:bold;
}
.cornerBox{
	background:url(../images/cornerWhite.png) bottom left no-repeat;
	width:11px;
	height:11px;
	border-left:1px solid #FFF;
}		
.WebShowLogo{
	float:left;
	display:inline;
	width:1001px;
	height:160px;
	background-position: top center;
	background-repeat: no-repeat;
}
.storyforgeLogo{
	background-image: url('../images/SFlogo.png');
}
.StoryforgeMiniLogo{
	float:left;
	display:inline;
	margin-left:620px;
	margin-top:90px;
	width:120px;
	height:62px;
}
.StoryforgeMiniLogo a img,
.StoryforgeMiniLogo a:Visited img{
	border:0px;
}	
.HPFeaturedImage{
	float:left;
	display:inline;
	padding-left:13px;
}	

/*  Graphic Novel Section  */
.graphicNovelThumbnailBlock{
	width:20%;
	float:left;
	display:inline;
	text-align:center;
	padding:8px 0;
}			
			
/* COMMENTS
---------------------------------------- */
#PageCommentInterface_Form_PostCommentForm{
	padding-bottom:10px;
}

#CommentHolder ul {
	list-style: none;
	margin: 20px 0;
}
#PageComments li {
	margin: 5px 0;
	padding: 1px;
	width: 88%;
}
	#PageComments li.odd {
		background: #333 url(../images/commentBg.png) no-repeat 1% 10%;
		padding-left: 40px;
		padding-right: 10px;
		border-bottom: 2px solid #BCE4FE;
	}
	#PageComments li.even {
		background: #111 url(../images/commentBgAlt.png) no-repeat 99% 10%;
		padding-right: 40px;
		padding-left: 10px;
	}

		#PageComments li.odd p.info {
			color: #3AA0C3;
		}

		.actionLinks li {
		   display: inline;
		   border-right: 1px solid;
		}
			.actionLinks li a {
				padding-right: 3px;
				font-size: 10px;
			}
   			.actionLinks li.last {
      			border-right: none;
   			}

.commentrss {
	background: transparent url(../images/feed-icon-14x14.png) no-repeat;
	padding-left: 20px;
	font-size: 1.1em;
	line-height: 1.6em;
}
#PageCommentsPagination p {
	text-align: center;
	font-size: 1.2em;
}
#PageComments p {
	font-size: 1em;
}
	#PageComments p.info {
		color: #999;
		margin: 0px;
		padding: 0;
		line-height: 1em;
		font-size: 0.9em;
	}

/* SEARCH RESULTS STYLES
------------------------------------------------ */
ul#SearchResults {
	margin: 10px 0;
}
	ul#SearchResults li {
		list-style: none;
		margin: 5px 0;
		font-size: 1em;
	}

/* SEARCH FORM 
-----------------------------------------------*/
html #SearchForm_SearchForm {
	float: right;
	display:inline;
	width: 240px;
	margin: 5px;
}
html #SearchForm_SearchForm .middleColumn {
	float: left;
	display:inline;
	width: 164px;
	margin: 0 5px 0 0;
	padding: 2px;
	background-color: #51a9df;
	
}
	html #SearchForm_SearchForm .middleColumn input.text {
		width: 160px;
		border: none;
		color: #666;
	}
html #SearchForm_SearchForm #SearchForm_SearchForm_action_results {
	float: left;
	display:inline;
	margin-top: 2px;
}

/* MESSAGEBOXS
--------------------------------------------- */
.message {
	margin: 15px;
	padding: 5px;
	width: 92%;
	color: #979908;
	border: 4px solid #F7F8B4;
	background: #FFFFEA;
}
span.middleColumn .message {
	margin: 4px 0 0 3px;
}
.required {
	margin: 4px 0 0 3px;
	padding: 5px;
	width: 92%;
	color: #DC1313;
	border: 4px solid #FF7373;
	background: #FED0D0;
}



p#Remember label {
	margin: -24px 0 0 20px;
	text-align: left;
}
.entry {
	border-bottom: 1px solid #eee;
}

.typography #Content p.authorDate {
	color: #444;
	margin-top: -15px;
	}
/* UNSUBSCRIBE NEWSLETTER
------------------------------------------------ */
#Unsubscribe_MailingListForm_MailingListForm{
	min-height:100px;
}

	#Unsubscribe_MailingListForm_MailingListForm p{
		margin:0 !important;
		padding:10px;
	}
		#Unsubscribe_MailingListForm_MailingListForm p label{
			display: inline;
		}
	#Unsubscribe_MailingListForm_MailingListForm label{
		margin:0;
	}


/* FOOTER
----------------------------------------------- */

#Footer { 
 	clear: both;  
	width: 1001px; 
	height: 19px; 
	background: #FFF url(../images/footerRCorner.gif) no-repeat bottom left; 
	text-align: center;
	margin:0px;
	padding:0px;
}
  	#Footer p { 
		color: #1e1e1e;
		font-size: 10px;
		text-align: center;
		margin:0;
		padding:2px 0 0 0;
	}