/* Some definitions used everywhere */
BODY { 
	background: url(http://lgtales.com/templates/lgtales1/images/Page-BgTexture.jpg) ;
	color: #4d7780;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: arial;
	font-size: 13px;
	vertical-align: middle;
}

#container {
	width: 700px;
	position: absolute;
	left:25px;
	top:0px;
	text-align: center;
 	/*background-color: #e9f1ff;*/
	background: url(images/e9f1ff.png) ;
}

/* side menu at right of page*/

#sidebar {
	width: 175px;
	position:absolute;
	left:750px;
	top:200px;
	text-align: center;
/*background-color: #e9f1ff;*/
	background: url(images/e9f1ff.png) ;
}

#sidemenu {
	line-height: 1em;
	}

#sidemenu ul {
	list-style: none;
	margin: 0;
	padding: 1px;
	}

#sidemenu li {
	text-align: left;
	margin:0px;
	}

#sidemenu li a {
	display: block;
	padding: .4em;
	text-decoration: none;
	color: #70afbb; 
	border-left: 10px solid #70afbb;
	}

#sidemenu li a:hover {
	color: #666; 
	border-left: 10px solid #d4e8ff;
	}
	
/* the box at the top of the page */
#banner {
	height: 200px;
 	background: url(images/header.png) no-repeat;
}


/* the following defines your menu above the banner div */
/* the box around the menu and aligning the text to center */
#menu { 
	padding: 6px 4px 6px 4px;
	background: url(images/block.png);
	text-align:right;
	border-top: 1px solid #70afbb;
	border-bottom: 1px solid #70afbb;
}

#menulist {
 	padding: 0px;
 	margin: 0px;
}

#menulist ul {
 	margin-left: 0;
 	padding-left: 0;
 	white-space: nowrap;
}

#menulist li {
	display: inline;
 	list-style-type: none;
}

#menulist a { 
	padding: 1px 5px;
 	margin-right: 3px;
	}

#menulist a:link, #menulist a:visited {
 	color: #fff;
 	text-decoration: none;
 	font-weight: bold;
}

#menulist a:hover{
 	color: #413619;
	text-decoration: none;
	font-weight: bold;
}


/* Main page surrounds the text between the header and the footer.  
For IE, height is set to 650 to force the footer down to the bottom of the page where the content is short.  
And the second declaration is for everyone else so that it will scroll if longer but be a minimum of 650px
*/
#mainpage {
	height: 550px;
	padding: 5px;
	text-align: left;
}
html>body #mainpage { 
	height: auto;
	min-height: 550px;
}

#middleindex {
	position:relative;
	clear:both;
	text-align: left;
	margin: 10px 0px;
}

#leftindex { 
	position:relative;
	width: 200px;
	float: left;
}

#rightindex {
	position:relative;
	margin-left: 220px;
}


/* the footer box at the bottom of the page */
#footer {
 	color: #e9f1ff;
	background: #70afbb url(images/top2.png) top left repeat-x;
	padding: 5px;
	clear: both;
}


/* End universal page setup */

IMG { 
	border: 0;
	padding: 0;
	margin: 0;
}

/* Header cells in tables throughout the site */
TH { 
	background: #414c82;
	color: #FFF;
	
font-weight: bold;
}
/* links */
A { 
	color: #4d7780;
	font-weight: bold;
	text-decoration: none;
}
/* hovering links */
A:hover {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

/* this is a carryover from 1.1.  Generally it is used around tables and table cells. */
.tblborder { 
	padding: 6px;
	border-collapse: collapse;
}

/* This makes the actual story text appear in a 750px box, which prevents those at 800x600 from having to scroll sideways to view the story. To remove it, just delete this css and the "div id=skinny" tag (and the closing tag) from viewstory.tpl
*/


/* Most pages use pagetitle to format the page's title */
#pagetitle { 
	text-align: center;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	margin: 1em 0;
}

/* 
Where there's a list of alphabet links #alphabet controls their look. 
Just to make things simpler #pagelinks controls the look of the links at the bottom of multi-page results
and will be set here too. Generally, they look alike.
*/
/* the box around the links */
#alphabet, #pagelinks {
	text-align: center;
	word-spacing: .1em;
	margin: 1em;
}
/* each link */
#alphabet A, #pagelinks A {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	background: #70afbb;
	border: 1px solid #000;
	border-collapse: collapse;
	padding: 0 2px;
}
/* each link when hovered over */
#alphabet A:hover, #pagelinks A:hover {
	background: #dbdbdb;
	color: #fff;
}
/* the currently selected letter and currently selected page */
#alphabet #current_letter, #pagelinks #currentpage {
	/* background: #FFF; */
	background: url(images/fff.png) ;
	color: #333;
	font-weight: bold;
	border: 1px solid #70afbb;
	padding: 0 2px;
}
/* End alphabet and page link declarations */

/* labels throughout the site in forms and in other places */
.label, .classification {
	font-weight: bold;
}
/* Admin options in various places.  */
.adminoptions { 
	color: #70afbb;
	font-weight: bold;
}

/* The listings of stories etc. */
/* .sectionheader styles the headings "Stories" and "Series" */
.sectionheader {
	text-align: center;
	font: 14px bold;
	color: #000;
}

/* The box around each individual story */
.listbox {
	margin: 1em 5%;
	border: 1px solid #70afbb;
}

/* The title bar for each story box. */
.listbox .title {
	background: url(images/block.png);
	color: #413619;
	font-weight: bold;
	padding: 4px 0px 4px 8px;
}

/* The content of the box...summary, categories, etc. */
.listbox .content {
	padding: 5px;
	padding-top: 15px;
	border-top: 1px solid #70afbb;
	/* background: #FFFFFF; */
	background: url(images/fff.png) ;
}

/* The tail info published date etc. on the last line */
.listbox .tail {
	border-bottom:1px solid #70afbb;
        /* background: #FFFFFF; */
        background: url(images/fff.png) ;
	padding: 4px; 
}

.listbox .title a {color:#fff;}
.listbox a:hover {color:#000;}

/*End story/series listings */

/* titleblock is used for the title information in series and challenges */
#titleblock {
	margin: 0 10%;
}

/* The pulldown jump menus on several pages. */
.jumpmenu {
	text-align: right;
	margin-right: 1em;
}


/* This is used on series and challenges and other places where a response is solicited */
.respond { 
	text-align: center;
	padding: 5px;
}

/* The sort menu on the categories page */
#sort { text-align: center; }


/* On pages that don't use listings, the content is surrounded by a div labeled output to */
#output {
        /* background: #FFFFFF; */
        background: url(images/fff.png) ;
	padding: 10px;
}

/* User Profile stuff */
/* The top list of information */
#profile {
	margin: 1em 10%;
}
/* The sort menu in the profile */
#profile #sort {
	text-align: right;
	font-weight: bold;
	color: #414c82;
 }
/* The following declarations control the tabs */
/* The outer tab box */
#tabs {
	margin: 0;
	padding: 0;
}
/* The individual tabs. */
#tabs span {
	border: 1px solid #70afbb;
	padding: 2px;
}
/* Links in the tabs */

#tabs #active {
	color: #000;
	border: 1px solid #000;
}

/* This controls the look of the blocks on the index page.   */

/* The box around the block */

.headerblock { 
	margin-bottom: 1em;
}


/* The sidebar block's title */
.headerblock .title {
	color: #fff;
	background: url(images/block.png);
	font-weight: bold;
	padding: 4px;
	padding-left: 8px;

}


/* The side block's content */
.headerblock .content {
	padding: 5px;
	border-top: 1px solid #70afbb;
	text-align: left;
}

.block { 
	margin-bottom: 2em;
}

/* The block's title */
.block .title {
	color: #fff;
	background: url(images/block.png);
	font-weight: bold;
	padding: 4px 0px 4px 8px;

}


/* The block's content */
.block .content {
	padding: 15px 5px 5px 5px;
        /* background: #FFFFFF; */
        background: url(images/fff.png) ;
	border-top: 1px solid #70afbb;
	text-align: left;
}

/* The block's end */
.block .end {
	padding: 5px;
	border-bottom: 1px solid #70afbb;
	background: #fff url(images/block.png) top left repeat-x;
	text-align: left;
}


/* The next link at the bottom of a multi-chapter story */
#next { float: right; }
/* The previous link at the bottom of a multi-chapter story */
#prev { float: left; }

#browse #category_content { width: 95% !important; margin: 1em auto; }

#loginblock { 
	margin: 2px;
	text-align: left;
}

#loginblock .textbox, #loginblock .checkbox { 
}

#loginblock .button { 
	padding: 0; 
	margin: 0; 
	font-weight: bold; 
	font-family: "Arial"; 
}
#loginlinks {
	display: inline;
}
#loginlinks A {
	color: #999;
}

/* Collapsible Stuff */
.CollapsiblePanel {
        margin: 0px;
        padding: 0px;
        border-left: solid 1px #CCC;
        border-right: solid 1px #999;
}
.CollapsiblePanelTab {
        font: bold 1em sans-serif;
/*        background-color: #B692C7;
*/        border-top: solid 1px #999;
        border-bottom: solid 1px #CCC;
        margin: 0px;
        padding: 2px;
        cursor: pointer;
        -moz-user-select: none;
        -khtml-user-select: none;
}
.CollapsiblePanelContent {
        margin: 0px;
        padding: 0px;
        border-bottom: solid 1px #CCC;
}
.CollapsiblePanelTab a {
        color: black;
        text-decoration: none;
}
.CollapsiblePanelOpen .CollapsiblePanelTab {
/*        background-color: #EEE;
*/}
.CollapsiblePanelTabHover,  .CollapsiblePanelOpen .CollapsiblePanelTabHover {
/*        background-color: #B894C9;
*/}
.CollapsiblePanelFocused .CollapsiblePanelTab {
/*        background-color: #B692C7;
*/}
/* End Collapsible Stuff */


