﻿/*--------------------------------------------
  	COLOURS:			PRIMARY		ACCENT
----------------------------------------------

 	HOME 				#B6CC3A		#768717				
 	BOOKS 				#65C3D4		#257286				
 	JODI 				#AC2D35		#88110E				
 	NEWS 				#A95998		#4A0560					
 	COMMUNITY 			#EBB920		#D5821F					
 	NEWSLETTER 			#C04B1F		#88110E				


----------------------------------------------
	CSS DOC STRUCTURE:
----------------------------------------------

STYLE RESET
GENERAL
STRUCTURAL DIVS 
HEAD
ALL CONTENT
SUPPORTING CONTENT
MAIN CONTENT
SUB CONTENT
FOOTER
SITEWIDE CLASSES
FORMS
PAGE TEMPLATES
ADDITOINAL PLUGIN STYLES

--------------------------------------------*/


@import "jp_style_content.css";

/*  S T Y L E   R E S E T  */

body {
  	/* font-size: 75.01%;   12px [1] All calculations are based on the assumption that 1em is 12px.*/
  	font-size: 62.5%;  /* 10px [1] All calculations are based on the assumption that 1em is 10px.*/
  	line-height: 1.7em; /* If you specify a font-size, also consider to specify a line-height property. */
  	text-align: left;
	}

a:focus, a:active { 
	outline: 0; 
	-moz-outline: none; 
	}
	
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
	}

.clear {
	clear:both;
	}	
	
/*  G E N E R A L  */

body {
	font-family:Arial, Helvetica, sans-serif;
	background:#ffffff;
	color:#4C4C4C;
	}
	
.hidden {
	display:none;
	}

/* S T R U C T U R A L   D I V S  */

#background img {/*need to keep this to create page bg colour*/
	position:absolute; 
	z-index:-1; 
	width:100%; 
	height:295px;
	margin-top:50px;
	}
	
.site_wrapper {
	position: relative;
	float: left;
	width:100%;
	margin:0 auto;
	z-index:2; 
	font-size: 1.2em;
	}

.navigation {
	height:40px;
	padding-top:10px;
	width:770px;
	margin:0 auto;
	}	
	
.header {
	height:295px;
	width:770px;
	margin:0 auto;
	}
	
.content {
	width:770px;
	margin:20px auto 0 auto;
	}

.supporting_content {
	width:295px;
	float:right; 
	clear:none;
	}

.main_content {
  	float: left;
  	position: relative;
	width:440px;
	margin:0px;
	padding:0;
	}

.sub_content {
	clear:both;
	border:1px solid #cccccc;
	width:750px;
	margin:0 auto;
	padding:0 10px;
	}

.footer {
	clear:both;
	line-height:1.5em;	
	margin:0px auto;
	padding:30px 0;
	width:770px;
	position:relative;
	font-size: 0.8em;
	}
	
/*  H E A D  */ 

.RadMenu_PubliSite {
	text-align:left;
	padding:0;
	margin:0;
	}
	
.RadMenu_PubliSite li 
{
	display:inline;
	padding:0 15px 0 0 ; 
	margin:0;
	font-weight:bold;
	font-size:1.1em;
	color:#4C4C4C;
	background: url(../img/jpic_nav_divider.gif) top right repeat-y;
	letter-spacing:1px;
}

.RadMenu_PubliSite li a,
.logout a {
	font-weight:normal;
	padding:5px 0 10px 0 ;
	margin:0;
	color:#4C4C4C;
	text-decoration:none;
	border-top:3px solid #ffffff;
	text-transform:uppercase;
	background-color: Transparent;
	}
	
.RadMenu_PubliSite li a:hover,
.RadMenu_PubliSite a.ps_topnav_selected_section,
.logout a:hover {
	color:#4C4C4C;
	text-decoration:none;
	border-color: #4C4C4C;
	background-color: Transparent;
	cursor: pointer;
	}

.primary_nav li a.selected {
	background: none;
	border-color: #4C4C4C;
	cursor: pointer;
	}	

.RadMenu_PubliSite li a.topnavitem1:hover,
.RadMenu_PubliSite li a.topnavitem1.ps_topnav_selected_section,
a.topnavitem1ps_topnav_selected_section:visited {
	border-color:#B6CC3A;
	background-color: Transparent;
	}
	
.RadMenu_PubliSite li a.topnavitem2:hover,
.RadMenu_PubliSite li a.topnavitem2.ps_topnav_selected_section,
a.topnavitem2ps_topnav_selected_section:visited {
	border-color:#65C3D4;
	background-color: Transparent;
	}
	
.RadMenu_PubliSite li a.topnavitem3:hover,
.RadMenu_PubliSite li a.topnavitem3.ps_topnav_selected_section,
a.topnavitem3ps_topnav_selected_section:visited {
	border-color:#AC2D35;
	background-color: Transparent;
	}
	
.RadMenu_PubliSite li a.topnavitem4:hover,
.RadMenu_PubliSite li a.topnavitem4.ps_topnav_selected_section,
a.topnavitem4ps_topnav_selected_section:visited {
	border-color:#A95998;
	background-color: Transparent;
	}
	
.RadMenu_PubliSite li a.topnavitem5:hover,
.RadMenu_PubliSite li a.topnavitem5.ps_topnav_selected_section,
a.topnavitem5ps_topnav_selected_section:visited {
	border-color:#EBB920;
	background-color: Transparent;
	}

.RadMenu_PubliSite li a.topnavitem6:hover,
.RadMenu_PubliSite li a.topnavitem6.ps_topnav_selected_section,
a.topnavitem6ps_topnav_selected_section:visited {
	border-color:#c04b1f;
	background-color: Transparent;
	}
	
.RadMenu_PubliSite ul ul.vertical 
{
    margin-top:5px;
}
	
.RadMenu_PubliSite li li
{
	display:inline;
	padding:0; 
	margin:0;
	background-color:#ffffff;
	filter:alpha(opacity=100);
	text-transform:uppercase;
	font-size:0.9em;
	color:#4C4C4C;
	letter-spacing:1px;
	border-bottom:1px solid #cccccc;
}

.RadMenu_PubliSite li li a {
	font-weight:normal;
	padding:3px 10px 3px 10px;
	margin:0;
	color:#4C4C4C;
	text-decoration:none;
    border: 0px;
    cursor: pointer;
	}
	
.RadMenu_PubliSite li li a:hover,
.RadMenu_PubliSite li li a.ps_topnav_selected_item {
	color:#4C4C4C;
	text-decoration:none;
	background-color: #E0F3F6;
	cursor: pointer;
	}
	
.logout 
{
    position:relative;
    float: right;
    margin-top: 7px;
}	




/*  S U P P O R T I N G  C O N T E N T   */

.supporting_content img {
	margin-bottom:20px;
	}

.supporting_content li {
	font-size:1.3em;
	padding:0 0 10px 0;
	margin:0;
	line-height:1;
	}
	
.supporting_content ul li {
	list-style:none;
	}
	
.supporting_content li a{
	}
	

/*  M A I N  C O N T E N T   */



/*  S U B  C O N T E N T   */
	
.sub_content ul li{
	list-style:none;
	float:left;
	margin:30px 15px 5px 15px;
	text-align:center;
	width: 90px;
	}

.sub_content li p{
	margin:0;
	padding:0;
	font-size:1em;
	height:3em;
	overflow:hidden;	
	}

.featured_book img{
	float:left;
	margin:0 15px 15px 0;
	}

	
/*  F O O T E R  */	

#foot_text{
	text-align:center;
	line-height:1.8em;
	color:#C1C1C1;
	}

#foot_text p {
	font-size:0.9em;
	}

#foot_text a{
	color:#C1C1C1;
	}
#foot_text a:hover {
	color:#999999;
	}
	
/*  S I T E W I D E   C L A S S E S  */

.button {
	padding:0;
	}
	
.button a {
	color:#645750;
	text-decoration:none;
    display: block;
	}
	
.button a:hover {
	color:#000;
	text-decoration:underline;
	}

.button a span{
	display:none;
	}
	
p.more_button {
	display:inline;
	margin:0;
	padding:0;
	font-size:0.9em;
	}
	
.right {
	float:right;
	}	

/*  F O R M S */

.content input, 
.content textarea{
	display:block;
	margin:2px 0 10px 0;
	}

.content textarea {
	width:340px;
	height:340px;
	}
	
.content input.text {
	padding:1px 4px;
	background:#000000;
	background:#F5F1EE;
	width:255px;
	}
	
.content input.text {
	border:1px solid #C1C1C1;
	color:#4C4C4C;
	font-size:0.8em;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	}	
	
.content input.checkbox  {
  	position: relative;
	float:left;
	display:block;
	margin:7px 10px 0px 0;
	}

.content input.text{
	width:250px;
	}
	
.content input.radio{
  	position: relative;
	float:left;
	display:block;
	border:0;
	margin:0.5em 0.5em 0 0;
	padding:5px 8px;
	line-height:1.5;
	}


.content input.submit{
	padding:0px 4px;
	cursor:pointer;
	letter-spacing:1px;
	margin:10px 0 0 0;
	background:#D7D7D7;
	width:90px;
	border:1px solid #C1C1C1;
	color:#4C4C4C;
	font-size:0.8em;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	}
		
.content input.submit:hover{
	background:#cccccc;
	}	
	
.main_content input.text {
	width:255px;
	}

.main_content fieldset{
	border:1px solid #cccccc;
	padding:10px;
	font-size:1.0em;
	}
	
.supporting_content input.text {
	width:270px;
	}
	
#jpic_signup,
#jpic_signuphome {
    margin-bottom: 30px;
}	

.supporting_content fieldset,
.main_content #jpic_signup fieldset,
.main_content #jpic_signuphome fieldset {
	border:none;
	font-size:1.0em;
	}

.supporting_content input.text, 
.supporting_content input.password, 
.supporting_content input.file  {
	width:150px;
	}
	
/*  N E W S L E T T E R   S I G N U P */

#jpic_signup input.text,
#jpic_signuphome input.text {
	width:155px;
	}
	
.main_content #jpic_signup input.text,
.main_content #jpic_signuphome input.text 
{
    width: 250px;
    margin-top: 0px;
}

#jpic_signup input.submit,
#jpic_signuphome input.submit {
	float:right;
	margin-top: 0px;
	}
	
.main_content #jpic_signuphome input.text,
#jpic_signuphome input.submit {
    margin-top: 10px;
}	
	
#jpic_signup label,
#jpic_signuphome label, 
#jpic_signup legend,
#jpic_signuphome legend {
	display:block;
	position: relative;
	margin:0px 0 2px 30px;
	padding:5px 8px;
	border:none;
	background:#F1F1F1;	
	line-height:1.5;
	}

#jpic_signup input.radio,
#jpic_signuphome input.radio {
	margin:1.1em 0.5em 0 0.5em;
	height: 0;
	}
	
#jpic_signup input.text,
#jpic_signuphome input.text,  
#jpic_signup input.password, 
#jpic_signuphome input.password, 
#jpic_signup input.file,
#jpic_signuphome input.file  {
	margin:10px 0 0 30px;
	display: inline;
	}

/*  P A G E  T E M P L A T E S  */		

/* HOME */

.home h1,
.home h2,
.home h3,
.home h4,
.home h5,
.home a,
.home ul {
	color:#768717;
	border-color:#B6CC3A;
	}

.home a:hover {
	color:#B6CC3A;
	}
	
/* BOOKS */
.books h1,
.books h2,
.home h2.books_colour,
.books h3,
.books h4,
.books h5,
.books a,
.featured_book a,
.books ul,
.homebooks a {
	border-color:#65C3D4;
	color:#257286;
	}

.books a:hover,
.featured_book a:hover,
.homebooks a:hover {
	color:#65C3D4;
	}

.books .main_content img,
.jodi .main_content img {
	float:left;
	margin:0px 15px 25px 0;
	clear:none;
	}
	

	
/* JODI */
.jodi h1,
.jodi h2,
.home h2.jodi_colour,
.jodi h3,
.jodi h4,
.jodi h5,
.jodi a,
.jodi ul {
	color:#88110E;
	border-color:#AC2D35;
	}

.jodi a:hover {
	color:#AC2D35;
	}	

/* NEWS */
.news h1,
.news h2,
.home h2.news_colour,
.news h3,
.news h4,
.news h5,
.news a,
.news ul,
.psNewsItemMiniSummaryItem a,
a.news_colour  {
	color:#4A0560;
	border-color:#A95998;
	}

.news a:hover,
.psNewsItemMiniSummaryItem a:hover,
a.news_colour:hover  {
	color:#A95998;
	}	

/* COMMUNITY */
.community h1,
.community h2,
.home h2.community_colour,
.community h3,
.community h4,
.community h5,
.community a {
	color:#D5821F;
	border-color:#EBB920;
	}

.community a:hover {
	color:#EBB920;
	}

/* NEWSLETTER */
.newsletter h1,
.newsletter h2,
.home h2.newsletter_colour,
.newsletter h3,
.newsletter h4,
.newsletter h5,
.newsletter a,
.newsletter ul{
	color:#88110e;
	border-color:#c04b1f;
	}

.newsletter a:hover {
	color:#c04b1f;
	}
 
/* A D D I T I O N A L  P L U G I N  S T Y L E S */

/* NEWS LIST */

.newslistarchivetop {
    position: relative;
    float: left;
    width: 100%;
    background-color: #CCCCCC;
    margin: 10px 0 20px 0;
}

.newslistarchive {
    position: relative;
    float: left;
    width: 100%;
    margin:0;
    padding:0;
}

.newslistarchive p {
    padding: 0;
    margin: 0;
}

.newslistarchivetitle {
    color: #404040;
    font-size: 0.8em;
    margin-right: 20px;
    padding: 0px;
}

.newslistdate {
 position: relative;
 float: left;
 text-align: left;
}

.newslistdate p 
{
    margin:0;
    padding:0;
    color: #4A0560;
}

.newslistimg {
   position:relative;
   float: right;
   width: 60px;
}

.newslistcontent {
 position: relative;
 float: left;
 text-align: left;
 width: 290px;
}

a.newslink:link, 
a.newslink:visited, 
a.newslink:active {
	color:#4A0560;
	text-decoration:underline;
	font-weight:bold;
	}

a.newslink:hover {
	color:#A95998;
	}
	
/* FORUM */

.forumloginbox {
  position:relative;
  border: solid 1px #CCCCCC;
}

.forumloginbox p {
    padding: 15px;
}

.forumsearch 
{ 
    position:relative;
    clear: both;
    margin-top: 20px;
}

.forumsearch p 
{
    padding: 0;
    text-align: left;
    color: #999999;
    vertical-align: middle;
    font-weight:bold;
    margin: 0;
    padding: 0;
}

.forumsearch input {
    display: inline;
    height:20px;
    width: 200px;
    border: solid 1px #CCCCCC;
    margin-left: 10px;
}

.forumbreadcrumb 
{
    font-size: 0.9em; 
    padding: 15px 0 5px 0;
    margin: 0;
    border: none 0;
	border-top: 8px solid #F1F1F1;
	border-bottom: 3px solid #F1F1F1;
	color: #999999;
}

.forumbreadcrumb a 
{
    color: #999999;
    text-decoration: underline;
}

.forumbreadcrumb a:hover 
{
    color: #CCCCCC;
    text-decoration: underline;
}

.forumrow 
{
    padding: 15px 0 15px 0;
    border-bottom: 3px solid #F1F1F1;
}

.forumrow a:link,
.forumrow a:visited,
.forumrow a:active
{
    color: #D5821F;
    text-decoration: none;
    line-height: 1.5em;
    margin:0;
    padding:0;
}

.forumrow a:hover 
{
    color: #EBB920;
    text-decoration: underline;
}

a.psforumbutton,
.forumrow a.psforumbutton
{
    font-size:0.9em;
    font-weight:bold;
    background-color: #EBB920;
    color: #FFFFFF;
    padding: 6px 15px;
    text-decoration: none;
    border: solid 0px #404040;
    text-transform: uppercase;
    display: inline-block;
    margin-top: 10px;
}

a.psforumbutton:hover,
.forumrow a.psforumbutton:hover
{
    font-size:0.9em;
    font-weight:bold;
    background-color: #D5821F;
    color: #FFFFFF;
    padding: 6px 15px;
    text-decoration: none;
    border: solid 0px #404040;  
}

.signupsubmitbutton 
{
    margin: 10px 0 10px 20px;
}

.forumdetailsname,
.forumdetailsdate 
{
    font-size: 0.7em;
    text-transform: uppercase;
    color: #999999;
}

.forumerror,
.validationerror
{
    color: #404040 !important;
    font-size: 0.8em;
}

.forumrow p 
{
    padding: 0;
    margin: 0;
}

.validationerrorlist 
{
    color: #404040 !important;
    font-size: 1.0em;
    line-height: 1.5em;
    margin: 10px 0px 10px 0px;
    clear: both;
}

.loginform label 
{
    padding-left: 0;  
}

.psNewsItemMiniSummaryList 
{
    margin-bottom: 60px;
}

.psNewsItemMiniSummarySummary 
{
    line-height: 1.6em;
    margin-bottom: 40px;
}

.psNewsItemMiniSummaryTitle 
{
    margin: 8px 0 8px 0;
    text-transform: uppercase;
}

.PagingControls 
{
    font-size: 0.9em;
}

/* VERTICAL LAYOUT FOR BOOKS ON THE HOMEPAGE */

.homebooks ul{	
	margin:0;
	padding:0;
	}

.homebooks ul li {
	list-style:none;
	float:left;
	padding:10px 5px 10px 5px;
	text-align:center;
	margin:10px 0 0 10px;
	width: 125px;
	border:1px solid #cccccc;
	display: inline;
	}
	
.homebooks ul li.strapline {
    height: 190px;
}	

.homebooks li p {
	margin:4px 0 0 0 ;
	padding:0;
	font-size:0.7em;
	line-height: 1.3em;
	overflow:hidden;
	color: #000000;	
	text-transform: uppercase;
	}

.homebooks li a {
    font-size: 1.0em;
}	

.homebooks img{
	
	margin:0 auto;
	}

/* BOOKS SUB NAVS */

.supporting_content .books  ul,
ul.subnavigation {
	margin:0 0 0 0;
	font-size: 0.8em;
	}
	
.supporting_content .books ul li,
ul.subnavigation li {
	padding:3px 0;
	text-transform:uppercase;
	margin:0;
	}

.supporting_content .books ul li a,
ul.subnavigation li a {
	border-left:10px solid #257286;
	background :#65C3D4;
	text-decoration:none;
	color:#ffffff;
	padding:5px 7px;
	display:block;
	margin-right:10px;
	}
	
.supporting_content .books  ul li a:hover,
.supporting_content .books ul li.active a,
ul.subnavigation li a:hover {
	background:#257286;
	color:#ffffff;
	}
	
/* JODI SUB NAVS */
	
ul.jodi_subnavigation {
	margin:0 0 0 0;
	font-size: 0.8em;
	}
	
ul.jodi_subnavigation li {
	padding:3px 0;
	text-transform:uppercase;
	margin:0;
	}

ul.jodi_subnavigation li a {
	border-left:10px solid #88100F;
	background :#AC2D36;
	text-decoration:none;
	color:#ffffff;
	padding:5px 7px;
	display:block;
	margin-right:10px;
	}
	
ul.jodi_subnavigation li a:hover {
	background:#88100F;
	color:#ffffff;
	}
	
/* NEWS SUB NAVS */

.NewsPageHeading {
  display: none;
}

.psNewsItemMiniSummaryItem a .psNewsItemMiniSummaryTitle {
	border-left:10px solid #4A0265;
	background :#A95998;
	text-decoration:none;
	color:#ffffff;
	padding:5px 7px;
	display:block;
	margin-right:10px;
	}
	
.psNewsItemMiniSummaryItem a:hover .psNewsItemMiniSummaryTitle {
	background:#4A0265;
	color:#ffffff;
	}	
	
.psNewsItemMiniSummaryThumbnail {
    display: none;
}

.main_content .psNewsItemMiniSummaryItem a .psNewsItemMiniSummaryTitle {
    border: 0;
    background: transparent;
    color:#4A0265;
    padding: 0;
    text-transform: none;
    text-decoration: underline;
}

.main_content .psNewsItemMiniSummaryItem a:hover .psNewsItemMiniSummaryTitle {
    border: 0;
    background: transparent;
    color:#A95998;
    padding: 0;
    text-transform: none;
    text-decoration: underline;
}	
	
/* NEWSLETTER SUB NAVS */
	
ul.newsletter_subnavigation {
	margin:0 0 0 0;
	font-size: 0.8em;
	}
	
ul.newsletter_subnavigation li {
	padding:3px 0;
	text-transform:uppercase;
	margin:0;
	}

ul.newsletter_subnavigation li a {
	border-left:10px solid #861108;
	background :#C04B1F;
	text-decoration:none;
	color:#ffffff;
	padding:5px 7px;
	display:block;
	margin-right:10px;
	}
	
ul.newsletter_subnavigation li a:hover {
	background:#861108;
	color:#ffffff;
	}	
	
.content .newssummary input {
	display:inline;
	margin: 0;
	}
	
.content .newssummary h3 {
    margin: 20px 0 0 20px;
}

