/* for self page construction */

h1{
	font-size: 1.5em;

	display: block;

	background-color: rgb(49,0,156);
	color: white;

	margin-top:0px;
	padding-left:.25em;

}

h1.view{
	background-color: rgb(0,102,0);
}

h1.prefs{
	background-color: #FFCC00;
	color: black;
}

h2{
	font-weight: bold;
	font-size: 1.2em;
	width: 15em;
	padding-bottom:.1em;
	border-bottom: 1px solid rgb(49,0,156);
}

h3{
	background-color: rgb(0,103,0);
	background-image: url("/assets/h3_overlay.png");
	background-repeat: no-repeat;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: .4em;
	padding-top: 2px;
	height: 22px;
	font-size: 12pt;
	margin:0;
	margin-bottom: .1em;
}

h3.alert_header{
	background-color: #E38A0C;
}

h3.wide{
	background-image: url("/assets/h3_overlay_wide.png");
}

h3.wider{
	background-image: url("/assets/h3_overlay_wider.png");
}

H2.smallH2{
	font-size:.9em;
	width: 100%;
	margin-bottom: .5em;
	margin-top: .5em;
}

#page{
	margin-left: 140px;
	width: 759px;
	font-family: Arial, Helvetica, sans-serif;
}

#content{
	padding-left:.5em;
}

#innerContent{
	width: 540px;
	position: relative;
	float: left;
}

a:visited{
	color: rgb(180,70,70);
}

/* End Self construction */





/* Story Parts */

#page #content #story_parts{

}

#page #content #story_parts .story_part{
	width: 540px;
	position: relative;
	float: left;
}

#page #content #story_parts .story_part .part_actions{
	width: 16px;
	position: relative;
	float: right;
}

#page #content #story_parts .story_part .part_actions img{
	border: 0;
}

#page #content #story_parts .story_part .part_body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;

	position: relative;
	float: left;
	clear: left;

	width: 514px;
	padding: 3px;
	border-right: 1px solid rgb(50,150,50);;
}

#page #content #story_parts .story_part h3{
	background-image:none;
	background-color: inherit;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom: 1px solid rgb(50,150,50);;
	margin-right: 20px;
	width: 250px;
	height:1em;
	clear: both;
	font-size: 10pt;
	text-align: right;
	position: relative;
	float: right;
	margin-bottom: 0px;
}

#page #content #story_parts .story_part h3 a{
	color: rgb(50,150,50);
	text-decoration:none;
	position:relative;
	float: right;
}
/* End Story Parts */

/*** SIDEBAR ***/
#sidebar{
	width:190px;
	margin-right:5px;
	margin-left:10px;
	position:relative;
	float: left;
	clear: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

#sidebar h3 a{
	width: inherit;
	color: white;
	text-decoration: none;
	font-size: 12pt;
}

#sidebar div.sidebar_box.iconsonly img{
	border: 0;
	margin-left: 5px;
}

#sidebar div.sidebar_box ul{
	list-style-type: none;
	padding:3px;
	margin:0;
}

#sidebar div.sidebar_box ul li{
	list-style-type: none;
	padding:0;
	margin:0;
}

#sidebar div.sidebar_box ul#story_stats li{
	border-bottom:1px solid rgb(0,100,0);
}

#sidebar div.sidebar_box ul li a{
	display: block;
	text-decoration: none;
	border-bottom: 1px solid white;
	border-top: 1px solid white;
}

#sidebar div.sidebar_box ul#story_stats li a{
	display:inline;
}

#sidebar div.sidebar_box ul li a:hover{
	background-color: rgb(240,250,240);
	border-bottom: 1px solid rgb(0,103,0);
	border-top: 1px solid rgb(0,103,0);
	color: rgb(0,103,0);
}



/* END SIDEBAR */

#manage ul.genres{
	list-style-type: none;
	margin-bottom: 1em;
}

#manage ul.genres li{
	content: block;
	width: 10em;
	position: relative;
	float: left;
}

#manage INPUT,#manage TEXTAREA{
    padding-left: .25em;
    border: 1px solid blue;
    background-color: rgb(250,250,255);
    border-width:1px;
    border-style:solid;
    padding 0px;
}





#feed{
	margin:.5em;
}

#feed h2{
	margin-bottom: .25em;
}

.feedTitle{
	font-weight:bold;
	content:block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
}

.feedTime{
	font-style: italic;
	content:block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
}

.feedDesc{
	font-size: .75em;
	font-family: Times New Roman, serif;
}


a.story, .story{
	font-style: italic;
}

.utilities{
	border-bottom: 1px solid rgb(210,210,210);
	border-right: 1px solid rgb(210,210,210);
	color: rgb(50,50,80);
	float: right;
	padding: 2px;
	font-size: smaller;
}

.utilities :link{
	color: rgb(50,50,80);
	text-decoration: none;
}

.utilities :visited{
	color: rgb(50,50,80);
	text-decoration: none;
}

.utilities :hover{
	color: rgb(100,100,130);
	text-decoration: none;
}

.box{
	margin:1em;
	background-color:rgb(235,240,255);
	padding:1em;
	padding-top:0;
	border: 1px solid black;
}

.errorbox{
	border:1px solid red;
	background-color:rgb(255,250,250);
	padding: 0 .5em 0 .5em;
}

.navbar a:link {
	text-decoration: none;
	content: block;
}

.navbar a:visited {
	text-decoration: none;
	content: block;
}

.navbar a:hover {
	color: green;
	background-color: rgb(243,255,243);
/*	background-color: rgb(245,245,255);*/
	display: block;
}

/*** HOME PAGE ONLY ***/

div.homeBox{
	border: 2px solid #fff3d4;
	background-color: #fffff3;
	padding: .25em;
}

div.homeBox p{
	margin-top: 0;
	font-family: Arial, Verdana, sans-serif;
}


.quickwrite{
    background-color:rgb(245,245,255);
    border-width:1px;
    border-style:solid;
    border-color:rgb(75,75,255);
    margin:0px;
    padding 0px;
}

.utilities{
	border-bottom: 1px solid rgb(210,210,210);
	border-right: 1px solid rgb(210,210,210);
	color: rgb(50,50,80);
	float: right;
	padding: 2px;
	font-size: smaller;
}

.utilities :link{
	color: rgb(50,50,80);
	text-decoration: none;
}

.utilities :visited{
	color: rgb(50,50,80);
	text-decoration: none;
}

.utilities :hover{
	color: rgb(100,100,130);
	text-decoration: none;
}

.welcometext{
	color: rgb(255,255,255);
	font-weight: bold;
	font-size: 85%;
	font-family: Arial, Verdana, sans-serif;
	float: right;
	margin-right:1em;
}



/*** END HOME PAGE ***/
.novisited{
	color: blue;
}

.pageHeader{
	margin-left:.5em;
	font-size:125%;
	font-family:Arial,Helvetica,sans-serif;
}

.chapterName{
	margin-left:165px;
	font-weight: bold;
	font-family:Arial,Helvetica,sans-serif;
}




table.prefsStoryList tr td{
	border-top:1px solid black;
	padding:.25em;
}



#storySection h2.smallH2{
	border-bottom: 1px solid #006600;
}