/* pnr.css
PNR Logo background:(pink)	= #FF9999

WS navbar:                   #980845

Gray squares w/symbol  #DADADA

Banner color  (pink)	= #FFCECE (that is currently running on WS
	light pink	= #FFEDED
	light maroon 	= #ba7070
	maroon		= #980845
	eggplant	= #993366
	light gray	= #e9e9e9
	dark gray	= #5e5e5a  OLD
	med gray	= #aaaaaa  or #cccccc
	background dark	= #60615d  OLD
	dark gray from logo	= #646464

logo banner	= http://paranormalromance.org/images/logo/pnr_banner.png
http://paranormalromance.org/images/pnr_header_full.gif
*/

body	{
	background-color: #e9e9e9;	
	color: #000;
	font-family: "arial", "verdana", "helvetica";
}

a:active	{
	color: #980845;
	text-decoration: none;
}
a:link		{	
	color: #980845;
	text-decoration: none;
}
a:visited	{	
	color: #980845;
	text-decoration: none;
}
a:hover	{
	color: #646464;	
	text-decoration: underline;
}

h2, h3, h4	{
	font-family: "arial", "helvetica", "verdana";
	color: #980845; 
	font-weight: bold;
}

h1	{
	    font-family : 'Monotype Corsiva', times, serif;
	    font-size : 24pt;
	    font-style: italic;
	    color : #980845;
	    padding-bottom:0px;
	    margin-bottom:-30px;
	    text-align:right;
	    }

p	{
	font-family: "arial", "verdana", "helvetica";
	line-height: 13pt;
	text-align : left;
}
.p	{
	font-family: "arial", "verdana", "helvetica";
	line-height: 13pt;
	text-align : left;
}

.pnr	{
	font-family: "arial", "verdana", "helvetica";
	}
.red	{
	color: red;
	font-weight: bold;
	}
	
P.pnr:first-letter {
	    font-family : 'Monotype Corsiva', times, serif;
	    font-size : 300%;
	    font-style: italic;
	    color : #980845;
	    line-height: 13pt;
	    }
	    
.pnrlogo	{
	font-family : 'Monotype Corsiva', times, serif;
	color : #980845;
	font-weight: bold;
	font-size : 175%;
	}

h2.pnrlogo {
	font-family : 'Monotype Corsiva', times, serif;
	color : #980845;
	font-weight: bold;
	font-size : 275%;
	    font-style: italic;
	
}

.default {
	font-family: "Verdana", "Arial", helvetica;
        font-size: 13px; 
        /* color: #980845; */
	}
	
/* fieldset setting */

fieldset {font-family: "tahoma", "helvetica", "verdana";
     border-color: #980845; 
     margin: 5px 5px 5px 5px;
     padding: 5px 5px 5px 5px;

    }   

legend {font-family: "arial", "helvetica", "verdana";
     font-size: 110%; 
     color: #980845; 
     font-weight: bold;
    } 

/* MASTHEAD 

----------------------------------------------- */

#masthead {
	background: #969696 url(/images/pnr_header_full1.gif) no-repeat;
	color: #980845;
	width: 100%;
	height: 150px;
	font-family: Times, "Times New Roman", serif;
	font-style: italic;
}

#masthead h1 a {
	width: 160px;
	height: 150px;
	padding-top:10px;
	padding-left:10px;
	
	display: block;
	float: left;
	text-indent: -9999px;
	overflow: hidden;
	font-size: 14pt;

}

#masthead h2 a {
	width: 95px;
	height: 150px;
	display: block;
	float: right;
	text-indent: -9999px;
	overflow: hidden;
	font-size: 12pt;

}

#masthead p {
	text-indent: -9999px;

}

.data	{
	font-family: "Verdana", "Arial", helvetica;
	font-size: 80%; 
	text-align: left; 
}					

.nav	{
	color: #999999;
}

.sub	{
	color: #aaaaaa;
	text-align: right; 
}

.quote	{	
	margin-left: 30px;	
}

.alert	{
	font-family: "verdana", "arial", "helvetica";
	font-size: 80%; 
	color: #ff0000; 
	font-weight: bold;
	line-height: 14px;
				}

.alert_big	{
	font-family: "verdana", "arial", "helvetica";
	color: #ff0000; 
	font-weight: bold;
	line-height: 16px;
				}

/* review box stuff */

/* line around the review box */
.box_trace	{	
	background-color: #980845;
}

/* bgcolor of review box header/footer cells */
.box_headbg	{	
	background-color: #980845; 
}

/* bgcolor of review box content cell */
/* background-color: #FFEDED;	*/
.box_contbg	{	
	background-color: #FFF;	
}

/* first letter of each word in review box titles */
.box_head_1	{
	font-family: "verdana", "arial", "helvetica";
	font-size: 16px; 
	color: #ffffff; 
	font-weight: bold;
				}

/* subsequent letters of each word in review box titles */
.box_head_2	{
	font-family: "verdana", "arial", "helvetica";
	font-size: 12px; 
	color: #ffffff; 
	font-weight: bold;
				}


/* 
search listing stuff 
------------------------------------ */

/* bgcolor of search listing header */
.lst_headbg	{	
	background-color: #cccccc;	}

/* bgcolor of odd search listing rows */
.lst_oddbg	{	
	background-color: #ffffff;	}

/* bgcolor of even search listing rows */
.lst_evenbg	{	
	background-color: #e9e9e9;	}

/* main page area in a TD */
.main	{
	background-color: #FFF;
	margin:0px 0px 0px 0px;
	padding: 10px 10px 10px 10px;
	/* width:100%; */
}

.main_table	{
	border:0px;
	margin:0px 0px 0px 0px;
	padding: 0px 5px 0px 5px;
	width:100%; 
}

#search {
	float: right;
	width: 200px;
	margin: 0;
	padding: 0 2px 2px 10px;
	/* border-left: 1px solid #dad7d1; */

}



#search input.submit {
	padding: 5px 0 0 0;
}

/* for articles and stories 
----------------------------------------- */
.article p {
	text-indent: 20px;
}

img.article  {
	float: left;
	margin: 0px 5px 5px 0px;
}

.article_clear img {
	float: left;
	clear: left; 
	margin: 0px 5px 5px 0px;
}

img.floatLeft { 
	float: left; 
	margin: 0px 5px 5px 0px; 
	border: 0px;
}

.floatLeft { 
	float: left; 
	margin: 0px 5px 5px 0px; 
	border: 0px;
}

img.floatRight { 
	float: right; 
	margin: 0px 0px 5px 5px;
	border: 0px;
} 
.floatRight { 
	float: right; 
	margin: 0px 0px 5px 5px;
	border: 0px;
} 

/* menus and navigation
-----------------------------------------------------------*/
#navigation {
	background: #646464;
	border-top: 1px solid #646464;
	margin: 2px 0 10px 0;

}

#navigation ul li {
	display: inline;
	line-height: 2.5em;

}

#navigation ul li a {
	font-size: 110%;
	padding: 0.5em;
	color: #980845;
	font-weight: normal;

}

#navigation ul li a:hover {
	background: #ba7070;
	color: #FFF;
	border-bottom: 1px solid #993366;

}

body#features #navigation ul li#features a,

body#reviews #navigation ul li#reviews a,

body#interviews #navigation ul li#interviews a,

body#new_releases #navigation ul li#new_releases a,

body#home #navigation ul li#home a,

body#pearl #navigation ul li#pearl a,

body#events #navigation ul li#events a,

body#contests #navigation ul li#contests a,

body#news #navigation ul li#news a,

body#blog #navigation ul li#blog a {
	background: #646464;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #d8d2c7;
	border-right: 1px solid #d8d2c7;

}

body#features #navigation ul li#features a:hover,

body#reviews #navigation ul li#reviews a:hover,

body#interviews #navigation ul li#interviews a:hover,

body#home #navigation ul li#home a:hover,

body#new_releases #navigation ul li#new_releases a:hover,

body#pearl #navigation ul li#pearl a:hover,

body#events #navigation ul li#events a:hover,

body#contests #navigation ul li#contests a:hover,

body#news #navigation ul li#news a:hover,

body#blog #navigation ul li#blog a:hover {
	color: #FFF;

}

.maroon_box {
	border: 1px solid #980845;
	padding: 10px;
	text-align:center;
	color: #980845;
	font-size: 85%;
}

.maroon {
	
	color: #980845;
	font-size: 110%;
	font-weight:bold;
}

/*
MENUS
----------------------------------------------- */

/* internal nav styles
------------------------------------------------ */
#topnav {
	font-weight: bold;
	margin-top:0px;
	padding:0px;
	height: 1.7em;
}
#topnav ul {
	clear: both;
	padding-left: 0;
	margin-left: 0;
	margin-top: 0;
	padding: 0;
	background-color: #980845;
	color: #FFF;
	float: left;
	width: 100%;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	}

#topnav ul li {
	display: inline;
	overflow:hidden;}

#topnav ul li a {
	margin: 0px;
	padding: 0.2em 1em;
	background-color: #980845;
	color: #FFF;
	text-decoration: none;
	float: left;
	border-right: 1px solid #e9e9e9;}

#topnav ul li a:hover {background-color: #FFF; color: #980845;}

/*
user html navigation across the top 
-------------------------------------------------------- */
#usernav {
	clear:both;
	font-weight: bold;
	margin-top:0px;
	padding:0px;
	height: 1.7em;
}
#usernav ul {
	clear: both;
	padding-left: 0;
	margin-left: 0;
	margin-top: 0;
	padding: 0;
	background-color: #646464;
	color: #FFF;
	float: left;
	width: 100%;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	}

#usernav ul li {
	display: inline;
	overflow:hidden;}

#usernav ul li a {
	margin: 0px;
	padding: 0.2em 1em;
	background-color: #646464;
	color: #FFF;
	text-decoration: none;
	float: left;
	border-right: 1px solid #e9e9e9;}

#usernav ul li a:hover {background-color: #FFF; color: #646464;}
/* 
user html buttons on the left column 
--------------------------------------------------------- */
#user_html {width:125px; background: #e9e9e9; border-left: 1px solid #dad7d1;}
a#user_menu, a#user_menu:link, a#user_menu:visited {
	display:block;
	width:125px;
	height:25px;
	background:#646464;
	border:1px solid #646464;
	border-left: 1px solid #dad7d1;
	margin-bottom:2px;
	text-align:center;
	text-decoration:none;
	font-family:verdana, arial, sans-serif;
	font-size:12px;
	color:#FFF;
	line-height:25px;
	overflow:hidden;
    }
a#user_menu:hover {color:#980845; background:#ba7070; }
a#user_menu:active {color:#980845; background:#646464; }


/* horizontal menu for admin users, added to top of book page 
----------------------------------------------- */


    .admin_menu {
    	height:25px; 

      width: 100%;
      margin: 1em 0;
      padding: 2px 2px 0px 0px;
      background: #980845 none;
    }
    .admin_menu ul {
    	height:25px; 

      margin: 0;
      padding: 0;
      list-style-type: none;
    }
    .admin_menu li {
    	border:1px #646464 solid;
    	width:125px; 
    	height:25px; 
    	list-style-type: none;
    	margin-right:4px;
      	padding: 0;
      	float: left;
    }
    .admin_menu {
    	height:25px; 
    	list-style-type: none;

      padding: 0;
      background: #646464 none;
    }
    .admin_menu li {
    	height:25px; 
	list-style-type: none;
	width:125px; 
	margin-right: .1em;
      background: #e9e9e9 none;
      text-align: center;
    }
    .admin_menu a {
    	height:25px; 
    		width:125px; 
	list-style-type: none;
      display: block;
      width: 100%;
      text-decoration: none;
    }
    .admin_menu a:hover {
      background: #ba7070 none;
      	height:25px; 
      	list-style-type: none;

    }

/* vertical menu for admin users, added to side of page 
------------------------------------------------------------- */

.admin_vertical_menu {
	/* position:absolute; */
	left:5px;
	top:200px;	}

a.admin_vertical_menu, a.admin_vertical_menu:link, a.admin_vertical_menu:visited {
	display:block; 
	width:125px; 
	height:25px; 
	background:#646464; 
	border:1px solid #646464; 
	margin-top:2px; 
	text-align:center; 
	text-decoration:none; 
	font-family:verdana, arial, sans-serif; 
	font-size:12px; 
	color:#FFF; 
	line-height:25px; 
	overflow:hidden;
}
a.admin_vertical_menu:hover {
	color:#980845; 
	background:#ba7070;
}
a.admin_vertical_menu:active {
	color:#980845; 
	background:#e9e9e9;
}

/* user menu 
------------------------------------------------------------- */

a#user_menu, a#user_menu:link, a#user_menu:visited {
	display:block; 
	width:125px; 
	height:25px; 
	background:#646464; 
	border:1px solid #646464; 
	margin-bottom:2px; 
	text-align:center; 
	text-decoration:none; 
	font-family:verdana, arial, sans-serif; 
	font-size:12px; 
	color:#FFF; 
	line-height:25px; 
	overflow:hidden;
}
a#user_menu:hover {
	color:#980845; 
	background:#ba7070;
}
a#user_menu:active {
	color:#980845; 
	background:#e9e9e9;
}

/* tablist test for horizontal menu 
------------------------------------- */
.tablist{
padding: 3px 0;
margin-left: 0;
margin-bottom: 0;
margin-top: 0.1em;
font: bold 12px Verdana;
border-bottom: 1px solid #646464;
}

.tablist li{
list-style: none;
display: inline;
margin: 0;
}

.tablist li a{
text-decoration: none;
padding: 3px 0.5em;
margin-right: 3px;
border: 1px solid .778;
border-bottom: none;
background: #980845;
}

.tablist li a:link, .tablist li a:visited{
color: #e9e9e9;
}

.tablist li a:hover{
color: black;
background: #FFEDED;
border-color: #ba7070;
}

.tablist li a.current{
background: #FFF;
}

/*
list with pearls as bullet
------------------------------------------------ */
#pearllist
{
margin-left: 0;
padding-left: 0;
list-style: none;
}

#pearllist li
{
padding-left: 30px;
background-image: url(images/onepearla.gif);
background-repeat: no-repeat;
background-position: 0 .5em;
}

/* footer styles
------------------------------------------------ */
#bottomnav {
	font-weight: bold;
	margin-top:0px;
	padding:0px;
	height: 1.7em;
}
#bottomnav ul {
	clear: both;
	padding-left: 0;
	margin-left: 0;
	margin-top: 0;
	padding: 0;
	background-color: #980845;
	color: #FFF;
	float: left;
	width: 100%;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	}

#bottomnav ul li {
	display: inline;
	overflow:hidden;}

#bottomnav ul li a {
	margin: 0px;
	padding: 0.2em 1em;
	background-color: #980845;
	color: #FFF;
	text-decoration: none;
	float: left;
	border-right: 1px solid #e9e9e9;}

#bottomnav ul li a:hover {background-color: #FFF; color: #980845;}

#copyright {
	/* clear:both; */
	float:left;
	background:#e9e9e9;
	width:50%;
	text-align:center;
	min-height: 50px;
	font-size:75%;
	padding: 5px;
	}


/* internal footer styles
------------------------------------------------ */
#footercontainer ul {
	clear: both; padding-left: 0; margin-left: 0; background-color: #646464;  color: White; float: left; width: 100%; font-family: arial, helvetica, sans-serif; font-size: 12px;}

#footercontainer ul li { 
	display: inline;
	overflow:hidden;}

#footercontainer ul li a {padding: 0.2em 1em;
	background-color: #646464;
	color: #FFF;
	text-decoration: none;
	float: left;
	border-right: 1px solid #e9e9e9;}

#footercontainer ul li a:hover {background-color: #ba7070; color: #980845;}

/*
pnr group column
------------------------------------------------ */
#pnr_groups {
	float:left;
	width:200px;
	padding: 0px;
	border: 1px solid #980845;
	text-align:center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	}
#pnr_groups p {
	margin: 0px;
	padding-right:10px; padding-left:10px;

}
#pnr_groups a {
	color:#980845;
	font-weight:bold;
	}
#pnr_groups h3 {
	color:#fff;
	background-color:#980845;
	padding:2px;
	margin:0px;
	font-family:Times New Roman, Times, serif;
	}
#pnr_groups hr {
	color:#980845;
	border: #980845;
	padding:0px;
	}

