
/* MAIN STRUCTURE OF SITE */

body {
	margin: 0;
	padding: 0;
	background: url(/static/images/main_bk.gif) repeat-y top;
	background-color: #F4F7F8;
}

img {
	border: 0 none;
}

#container {
	text-align: center;
	width: 966px;
	margin: auto;
	background-color: #FFFFFF;	
}

#content {
	clear: both;
	width: 966px;
	text-align: left;
	margin: 0;
	padding: 0;
}


#leftnavigation {
	float: left;
	width: 160px;	
	text-align: left;
	margin: 0;
	padding: 0;
}


#leftnavigation #leftnav-main {
	text-align: left;
	border: 1px solid #D1DFE3;
	width: 148px;
	/*height: 120px;*/
	font-size: 13px;
	font-style: normal;
	line-height: 17px;
	padding: 1px 5px 2px 5px;
	font-family : "Trebuchet MS", "Lucida Sans Unicode", sans-serif;
	font-weight : bold;
	color: #FFFFFF;
	background-image: url(/static/images/nav_header_bk.jpg);
	background-repeat: repeat-x;
	margin-bottom: 25px;
}

#leftnavigation #leftnav-main ul {
	padding: 0;
	margin: 5px 0 0 0;
	width: 148px;
	list-style-type: none;
} 

#leftnavigation #leftnav-main li {
	width: 148px;
	font-family : "Trebuchet MS", "Lucida Sans Unicode", sans-serif;
	font-weight : normal;
	font-style : normal;
	font-size : 12px;
	line-height: 15px;
	color: #333333;
	font-variant: normal;
	text-align: left;
	border-top: 1px dashed #D1DFE3;
} 

#leftnavigation #leftnav-main a {
	display: block;
	width:135px;
	padding-right: 5px;
} 

#leftnavigation #leftnav-main a:link, #leftnav-main a:active, #leftnav-main a:visited {
	background-image: url(/static/images/arrow.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding: 4px 5px 2px 8px
}

#leftnavigation #leftnav-main a:hover {
	background-image: url(/static/images/arrow1.gif);
	background-repeat: no-repeat;
	padding: 4px 5px 2px 8px
}

a.leftnavigationlink:link, a.leftnavigationlink:active, a.leftnavigationlink:visited {
	font-family : "Trebuchet MS", "Lucida Sans Unicode", sans-serif;
	font-weight : normal;
	font-style : normal;
	font-size : 12px;
	color: #333333;
	text-decoration: none;
}

a.leftnavigationlink:hover {
	font-family : "Trebuchet MS", "Lucida Sans Unicode", sans-serif;
	font-weight : normal;
	font-style : normal;
	font-size : 12px;
	color: #FF6600;
	text-decoration: none;	
}






#content #bodyarea {
	float: left;
	width: 572px;
	text-align: left;
	margin: 0 20px 0 20px;
	padding: 0;
}

#bodyarea #textcontent {
	clear: both;
	width: 572px;
	text-align: left;
	color : #333333;
	font-size: 13px;
	line-height: 16px;
	font-family:  "Trebuchet MS";
	font-weight: normal;
	text-decoration: none;
	margin: 0;
	padding: 0;	
}


#lhnnull-bodyarea {
	float: left;
	width: 752px;
	text-align: left;
	margin: 0 20px 0 0;
	padding: 0;
}

#lhnnull-bodyarea #textcontent {
	clear: both;
	width: 752px;
	text-align: left;
	color : #333333;
	font-size: 13px;
	line-height: 16px;
	font-family:  "Trebuchet MS";
	font-weight: normal;
	text-decoration: none;
	margin: 0;
	padding: 0;	
}

#rightnavigation {
	float: left;
	width: 194px;
	text-align: left;
	margin: 0;
	padding: 0;
}



#rightnavigation #rightnav-main {
	text-align: left;
	border: 1px solid #D1DFE3;
	width: 182px;
	font-size: 13px;
	font-style: normal;
	line-height: 17px;
	font-family : "Trebuchet MS", "Lucida Sans Unicode", sans-serif;
	font-weight : bold;
	color: #000000;
	background-image: url(/static/images/nav_header_related_bk.jpg);
	background-repeat: repeat-x;
	padding: 1px 5px 2px 5px;
	margin-bottom: 25px;
}

#rightnavigation #rightnav-main ul {
	padding: 0;
	margin: 5px 0 0 0;
	width: 182px;
	list-style-type: none;
} 

#rightnavigation #rightnav-main li {
	width: 182px;
	font-family : "Trebuchet MS", "Lucida Sans Unicode", sans-serif;
	font-weight : normal;
	font-style : normal;
	font-size : 12px;
	line-height: 15px;
	color: #333333;
	font-variant: normal;
	text-align: left;
	border-top: 1px dashed #D1DFE3;
} 

#rightnavigation #rightnav-main a {
	display: block;
	width:169px;
	padding-right: 5px;

} 

#rightnavigation #rightnav-main a:link, #rightnav-main a:active, #rightnav-main a:visited {
	background-image: url(/static/images/arrow.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding: 4px 5px 2px 8px
}

#rightnavigation #rightnav-main a:hover {
	background-image: url(/static/images/arrow1.gif);
	background-repeat: no-repeat;
	padding: 4px 5px 2px 8px
}

a.rightnavigationlink:link, a.rightnavigationlink:active, a.rightnavigationlink:visited {
	font-family : "Trebuchet MS", "Lucida Sans Unicode", sans-serif;
	font-weight : normal;
	font-style : normal;
	font-size : 12px;
	color: #333333;
	text-decoration: none;
}

a.rightnavigationlink:hover {
	font-family : "Trebuchet MS", "Lucida Sans Unicode", sans-serif;
	font-weight : normal;
	font-style : normal;
	font-size : 12px;
	color: #FF6600;
	text-decoration: none;	
}



/* CONTENT STRUCTURE - TEXT STYLING - LINK STYLING - PARAGRAPH STYLING */


p {
	margin: 0 0 10px 0;
}

#imagefader {
	float: left;
	width: 113px;
	height: 169px;
	background: url(http://pressoffice.penguin.co.uk/static/pressofficelogin/images/jacket_background.gif) no-repeat;
	margin: 0;
	padding: 4px;
}

#imagefader img {
	width: 105px;
	height: 161px;
}

.loginintro {
	margin: 0 0 25px 0;
	padding: 0;
	color: #3F5E66;
	font-size: 22px;
	font-family: Georgia;
	font-weight: normal;
	line-height: 24px;
}

.loginhighlights {
	margin: 0 0 15px 0;
	padding: 0;
	color: #666;
	font-size: 18px;
	font-family: Georgia;
	font-weight: normal;
	line-height: 24px;
}

a.loginhighlights:link, a.loginhighlights:active, a.loginhighlights:visited  {
	margin: 0 0 15px 0;
	padding: 0;
	color: #FF6600;
	font-size: 18px;
	font-family: Georgia;
	font-weight: normal;
	line-height: 24px;
}

a.loginhighlights:hover {
	margin: 0 0 15px 0;
	padding: 0;
	color: #666;
	font-size: 18px;
	font-family: Georgia;
	font-weight: normal;
	line-height: 24px;
}

.inputfields {
	margin: 0 0 0 15px;
	padding: 2px;
	width: 205px;
	border: 1px solid #FF6600;
	color: #666;
	font-size: 12px;
	font-family: Tahoma, Arial, Helvetica, Geneva, sans-serif;
}


.bodycopy {
	color : #333333;
	font-size: 13px;
	font-family:  "Trebuchet MS";
	font-weight: normal;
	line-height: 16px;
} 


.greybody {
	color : #999;
	font-size: 13px;
	font-family:  "Trebuchet MS";
	font-weight: normal;
	line-height: 16px;
}

a.bodylink:link, a.bodylink:active, a.bodylink:visited {
	color: #FF6600;
	font-size: 12px;
	font-family: Tahoma, Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	line-height: 15px;
	text-decoration: underline;
} 

a.bodylink:hover {
	color : #333333;
	font-size:12px;
	font-family: Tahoma, Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	line-height: 15px;
	text-decoration: underline;
} 

.bodylinksm {
	color : #FF6600;
	font-size: 11px;
	font-family: Tahoma, Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	line-height: 13px;
	text-decoration: none;
} 

a.bodylinksm:link, a.bodylinksm:active, a.bodylinksm:visited {
	color: #FF6600;
	font-size: 11px;
	font-family: Tahoma, Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	line-height: 13px;
	text-decoration: none;
} 

a.bodylinksm:hover {
	color : #333333;
	font-size: 11px;
	font-family: Tahoma, Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	line-height: 13px;
	text-decoration: none;
} 


a.readmore:link, a.readmore:active, a.readmore:visited {
	color: #FF6600;
	font-size: 12px;
	font-family: Tahoma, Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	line-height: 15px;
	text-decoration: underline;
} 

a.readmore:hover {
	color : #333333;
	font-size:12px;
	font-family: Tahoma, Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	line-height: 15px;
	text-decoration: underline;
} 



/* HOMPAGE */

#homepageheadlinestory {
	width: ;
	margin: 0 0 20px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px dotted #AEBDC1;
}

.headlinestory {
	color: #003366;
	font-size: 15px;
	line-height: 18px;
	font-family: Tahoma, Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	text-decoration: none;
	padding: 0 0 10px 0;
	margin: 0;
}


#rightnavigation #todayatpenguinpressoffice {
	width: 174px;
	margin: 0 0 25px 0;
	padding: 10px;
	background-color: #EFF4F6;
}

#todayatpenguinpressoffice p {
	text-align: left;
	width: 160px;
	padding: 5px 5px 10px 5px;
	margin: 0;
	border: 1px solid #E0EAED;
	color : #333333;
	font-size: 12px;
	line-height: 15px;
	font-family:  "Trebuchet MS";
	font-weight: normal;
	text-decoration: none;
	background-color: #FFFFFF;
}

p.todayatpenguinpressoffice {
	float: left;
	width: 56px;
	margin: 0 10px 10px 0;
	padding: 0;
}

a.todayatpenguin:link, a.todayatpenguin:active, a.todayatpenguin:visited {
	color : #FF6600;
	font-size: 12px;
	line-height: 15px;
	font-family:  "Trebuchet MS";
	font-weight: bold;
	text-decoration: underline;
} 

a.todayatpenguin:hover {
	color : #333333;
	font-size: 12px;
	line-height: 15px;
	font-family:  "Trebuchet MS";
	font-weight: bold;
	text-decoration: underline;
} 




/* PAGE FURNITURE */

#breadcrumb h1 {
	display: inline;
	color : #8CABB4;
	font-size:12px;
	font-family: Tahoma, Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
} 

#breadcrumb {
	clear: both;
	text-align: left;
	margin: 0 0 15px 0;
	padding: 15px 0 15px 0;
	width: 966px;
	border-bottom: 1px dotted #B1CAD1;
	color : #8CABB4;
	font-size:12px;
	font-family: Tahoma, Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	line-height: 15px;
}

a.breadcrumb:link, a.breadcrumb:active, a.breadcrumb:visited {
	float: left;
	color: #333333;
	font-size: 12px;
	font-family: Tahoma, Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	line-height: 15px;
	text-decoration: underline;
	margin: 0 15px 0 0;
} 

a.breadcrumb:hover {
	float: left;
	color : #FF6600;
	font-size:12px;
	font-family: Tahoma, Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	line-height: 15px;
	text-decoration: underline;
	margin: 0 15px 0 0;	
} 



#browsepagetitle {
	clear: both;
	text-align: left;	
	margin: 15px 0 15px 0;
	padding: 0;
	height: 25px;
	width: 966px;	
}

#browsetitle {
	float: left;
	width: 462px;
	margin: 0;
	padding: 0;
}

#browsetitle h1 {
	margin: 0;
	padding: 0;
}






/* STATIC - PENGUIN AUTHORS IMAGES A-Z BUTTONS  AND PRESS RELEASE YEARS - PAGE LAYOUT */

#textcontent #penguinauthor-az {
	clear: both;
	padding: 0;
	margin: 25px 0 0 0;
	height: 60px;
}


#penguinauthor-az #penguina-zbuttons {
	line-height: normal;
	color: #567279;
	font-size: 19px;
	line-height: 23px;
	font-family: Georgia;
	font-weight: normal;
	text-decoration: none;
}

#penguinauthor-az #penguina-zbuttons ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#penguinauthor-az #penguina-zbuttons li {
	display: inline;
	margin: 0;
	padding: 0;
}

#penguinauthor-az #penguina-zbuttons a {
	float: left;
	background: url(/static/images/pa_az_buttonleft.gif) no-repeat left top;
	margin: 0;
	padding: 0 0 0 4px;
	text-decoration: none;
}

#penguinauthor-az #penguina-zbuttons a span {
	color: #567279;
	float: left;
	display: block;
	background: url(/static/images/pa_az_buttonright.gif) no-repeat right top;
	padding: 2px 8px 8px 4px;
	margin: 0;	
}

 /* Commented Backslash Hack hides rule from IE5-Mac \*/
#penguinauthor-az #penguina-zbuttons a span {float:none;}
/* End IE5-Mac hack */

#penguinauthor-az #penguina-zbuttons a:hover span {
	color:#FFF;
}

#penguinauthor-az #penguina-zbuttons a:hover {
	background-position:0% -37px;
	color: #FFFFFF;
}

#penguinauthor-az #penguina-zbuttons a:hover span {
	background-position:100% -37px;
	color: #FFFFFF;
}




#twocolumndisplay {
	clear: both;
	width: 752px;
	margin: 0;
	padding: 0;
	height: auto;
}


#authorlist {
	clear: both;
	width: 752px;
	margin: 0;
	padding: 25px 0 0 0;
}

.az-sectiontitle {
	text-align: left;
	width: 752px;
	border-bottom: 1px dotted #AEBDC1;
	color: #003366;
	font-size: 16px;
	font-family: Tahoma, Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	text-decoration: none;
	padding: 0 0 5px 0;
	margin: 0 0 15px 0;
}

#authorlisttwocolumn {
	float: left;
	width: 366px;
	color : #333333;
	font-size: 13px;
	font-family:  "Trebuchet MS";
	font-weight: normal;
	line-height: 16px;
	text-align: left;
	margin: 0;
	padding:0 10px 15px 0;
}

#authorlisttwocolumn-right {
	float: left;
	width: 366px;
	color : #333333;
	font-size: 13px;
	font-family:  "Trebuchet MS";
	font-weight: normal;
	line-height: 16px;
	text-align: left;
	margin: 0;
	padding:0 0 15px 10px;
}

.pressreleasedate {
	color : #999;
	font-size: 13px;
	font-family:  "Trebuchet MS";
	font-weight: normal;
	line-height: 16px;
}


.sectiontitle {
	color: #003366;
	font-size: 15px;
	font-family: Tahoma, Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	text-decoration: none;
	padding: 0 0 5px 0;
	margin: 0 0 15px 0;
}

.sectiontitle-borderbottom {
	text-align: left;
	width: 572px;
	border-bottom: 1px dotted #AEBDC1;
	color: #003366;
	font-size: 16px;
	font-family: Tahoma, Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	text-decoration: none;
	padding-bottom: 5px;
	margin: 0 0 15px 0;
}

.sectiontitle-borderbottom-half {
	text-align: left;
	width: 366px;
	border-bottom: 1px dotted #AEBDC1;
	color: #003366;
	font-size: 16px;
	font-family: Tahoma, Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	text-decoration: none;
	padding-bottom: 5px;
	margin: 0 0 15px 0;
}

.contactinfo {
	font-weight: bold;
	color: #567279;
}






#backtotop {

	clear: both;
	line-height: normal;
	font-size: 10px;
	font-family:  "Trebuchet MS";
	font-weight: bold;
	text-decoration: none;
	margin: 15px 0 0 0;
	padding: 0;
}

#backtotop2 {
	
	min-height: 0px;
	clear: both;
	line-height: normal;
	font-size: 10px;
	font-family:  "Trebuchet MS";
	font-weight: bold;
	text-decoration: none;
	margin: 15px 0 0 0;
	padding: 0;
}

#backtotop ul {
	
	  margin: 0;
	  padding: 0;
	  list-style: none;
}

#backtotop li {
	display: inline;
	margin: 0;
	padding: 0;
}

#backtotop2 ul {
	
	  margin: 0;
	  padding: 0;
	  list-style: none;
}

#backtotop2 li {
	display: inline;
	margin: 0;
	padding: 0;
}

#backtotop a {
	float: left;
	background:url(/static/images/backtotopleft.gif) no-repeat left top;
	margin: 0;
	padding: 0 0 0 5px;
	text-decoration: none;
}

#backtotop a span {
	float: left;
	display: block;
	background: url(/static/images/backtotopright.gif) no-repeat right top;
	padding: 4px 12px 8px 6px;
	color: #666666;
	font-size: 10px;
	font-family: Tahoma, Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	text-decoration: none;
}

#backtotop2 a {
	float: left;
	background:url(/static/images/backtotopleft.gif) no-repeat left top;
	margin: 0;
	padding: 0 0 0 5px;
	text-decoration: none;
}

#backtotop2 a span {
	float: left;
	display: block;
	background: url(/static/images/backtotopright.gif) no-repeat right top;
	padding: 4px 12px 8px 6px;
	color: #666666;
	font-size: 10px;
	font-family: Tahoma, Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	text-decoration: none;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#backtotop a span {float:none;}
/* End IE5-Mac hack */

#backtotop a:hover span {
	color:#FF6600;
}
