@charset "utf-8";
body {
	background:#FFF url(../images/bg.gif) top left;
	color:#fff;
	font:normal normal 62.5%/1.333 Arial, Helvetica, sans-serif; /* 16px baseline grid */
}

h1 {
	font-size:3.6em; /* 36px */
	font-weight:normal;
	line-height:1.333em; /* 48px (3x baseline) */
}
h2 {
	color:#e2bb08;
	font-size:2.4em; /* 24px */
	font-weight:bold;
	line-height:1.333em; /* 48px (3x baseline) */
	/*padding:0.25em 0 0.75em;*/
}
h3 {
	background-color:#e2bb08;
	color:#FFF;
	font-size:2.2em; /* 22px */
	font-weight:normal;
	line-height:1.454em; /* 32px (2x baseline) */
}
h4 {
	color:#e2bb08;
	font-size:1.2em; /* 13px */
	font-weight:bold;
	line-height:1.23em; /* 16px (1x baseline) */
}
h5 {
	font-size:1.2em; /* 12px */
	font-weight:bold;
	line-height:1.333em; /* 16px */
}													
h6 {
	line-height:1.6em; /* 16px */
}

/* LISTS */
li {
	font-size:1.2em; /* 12px */
}
li ul li {
	font-size:1.1667em; /* 14px */
}
li h4 {
	font-size:1.083em; /* 13px */
} 
li p {
	font-size:1em;
}
dl {
	margin:1.6em 0;
}
dt,
dd {
	font-size:1.2em;
	line-height:1.333em;
}
dt {
	clear:left;
	float:left;
	padding-right:4px;
}

/* PARAGRAPHS */
p {
	font-size:1.2em; /* 12px */
	line-height:1.333em;
} 

/* PARAGRAPH MARGINS */
#content p,
#content ul,
#content ol {
	margin:0 0 16px;
}
#content blockquote p,
#content .lozenge p,
#content .lozenge ul,
#content .lozenge ol {
	margin-bottom:0;
}

/* CONTENT LISTS FIVE COLUMN ONLY */
#content.c5-3 ul li {
	list-style-position:inside;
	list-style-type:disc;
}

/* LINKS */
a:link,
a:visited {
	color:#000000;
	text-decoration:underline;
}
/*
a:hover {
	text-decoration:none;
}
*/
	
/*
** GENERAL CLASSES
** ---------------
*/
	
/* FLOATS */
.fleft {
	float:left;
	!important;
}
.fright {
	float:right !important;
}

/* CLEARING */
.cleft {
	clear:left;
}
.cright {
	clear:right;
}

/* AUTO WIDTH */
.auto_width {
	width:auto !important;
}

/* HORIZONTAL RULE */
.hr {
	width:960px;
}
.hr hr {
	display:none;
}

/*
** COMMON ELEMENTS
** ---------------
*/
	
/* LISTS */
#utilities ul {
	float:right;
	margin:0 10px 0 0;
}
#user ul {
	float:right;
	margin:0 21px 0 0;
}
#utilities li,
#user li {
	float:left;
}

/* LINKS */
#utilities a,
#user a,
#footer a {
	color:#333;
	text-decoration:none;
}
#utilities a {
	font-weight:bold;
}
#utilities a:hover,
#user a:hover,
#footer a:hover {
	text-decoration:underline;
}

/*
** COMMON CLASSES
** --------------
*/
	
/* DELIMITER */
.delimiter a {
	padding:0 4px;
	border-right:1px solid #000;
}
.first_item {
	margin-left:0 !important;
	padding-left:0 !important;
	border-left:0 !important;
}
.last_item {
	margin-right:0 !important;
	padding-right:0 !important;
	border-right:0 !important;
}
/* INFORMATION_BAR */
.information_bar {
	background:#FFF url(../images/27x1_bg_grey_white_gradient.jpg) left top repeat-x;
	position:relative;
	padding:6px 7px 2px;
}
.information_bar p {
	float:left;
	color:#000;
}
.information_bar p.leadin {
	color:#e2bb08;
	margin-right:4px;
}
.information_bar ol {
	float:left;
	margin-left:-4px;
}
.information_bar li {
	display:block;
	float:left;
	padding:0 10px 0 4px;
	background:transparent url(../images/6x6_bg_breadcrumb_arrow.gif) right center no-repeat;
}
.information_bar li.active {
	background-image:none;
	color:#e2bb08;
}
.information_bar a {
	color:#000;
}
.information_bar a:hover {
	color:#e2bb08;
}
#did_you_know {
	.margin-top:-34px;
	_margin-top:-34px;
}

/*
** LAYOUT ELEMENTS
** ---------------
*/
			
/* SKIP LINKS */
#skiplinks {
	display:none;
}

/* HEADER */
#header h1 {
	background:transparent url(../images/logo_71x100.png) left top no-repeat;
	height:100px;
	margin-bottom:3px;
	text-indent:-9999px;
	width:352px;
}
#header span {
	display:none;
}
#header h1 a {
	display:block;
	height:75px;
	width:352px;
}

/* UTILITIES */
#utilities {
	background-color:#E6E6E6;
	line-height:2.2em;
	padding:0;
	position:absolute;
	right:10px;
	text-align:right;
	top:0;
	width:960px;
}

/* USER */
#user {
	position:absolute;
	right:0;
	top:5.2em;
	width:300px;
}

/* NAVIGATION */
#navigation {
	height:6em;
}
#navigation li {
	display:block;
	float:left;
}
#navigation li ul {
	background-color:#e2bb08;
	display:none;
	left:10px;
	position:absolute;
	width:960px;
	z-index:20;
}
#navigation li:hover ul {
	display:block;
}
#navigation li ul li {
	display:block;
	float:left;
}
#navigation li.selected ul,
#navigation li.sfbreadcrumb ul {
	display:block;
	z-index:10;
}
#navigation a {
	color:#000;
	display:block;
	font-size:1.5em;
	padding:1px 8px;
	position:relative;
	text-decoration:none;
}
#navigation li.selected a,
#navigation li.sfbreadcrumb a,
#navigation li:hover a {
	background-color:#e2bb08;
	color:#FFF;
}
#navigation li ul li a {
	color:#FFF;
	font-size:1em;
	margin:4px 0;
	padding:0 8px;
}
#navigation li ul li a:hover {
	text-decoration:underline;
}
#navigation .delimiter a {
	border-color:#FFF;
}
#navigation .delimiter li ul a {
	border-color:#C3677D;
}
#nav_authors.selected a,
#nav_authors.sfbreadcrumb a,
#nav_authors:hover a,
#nav_authors ul {
	background-color:#202021 !important;
}
#nav_librarians.selected a,
#nav_librarians.sfbreadcrumb a,
#nav_librarians:hover a,
#nav_librarians ul {
	background-color:#999 !important;
}
#nav_librarians ul.delimiter li a {
	border-color:#FFF;
}

/* SUBNAVIGATION */
#subnavigation {
	background:#FFF url(../images/227x1_bg_sub_navigation.jpg) left top repeat-x;
	min-height:227px;
	padding:8px 6px;
	position:relative;
	width:172px;
}
#subnavigation h4 a {
	text-decoration:none;
}
#subnavigation li {
	font-size:1.3em;
}
#subnavigation li a {
	background:transparent url(../images/7x7_bullet_dash.gif) left 5px no-repeat;
	color:#000;
	display:block;
	_display:inline-block;
	padding-left:10px;
	text-decoration:none;
}
#subnavigation li.active a,
#subnavigation li a:hover {
	color:#e2bb08;
	text-decoration:underline;
}
#subnavigation li ul li {
	font-size:0.923em;
}
#subnavigation li ul li {
	padding-left:12px;
}
#subnavigation li.active ul li a {
	text-decoration:none;
	color:#000;
}
#subnavigation li.active ul li.active a,
#subnavigation li.active ul li a:hover {
	text-decoration:underline;
	color:#e2bb08;
}

/* FOOTER */
#footer {
	background-color:#E6E6E6;
	line-height:2.7em;
	padding:0 10px;
}
#footer p {
	line-height:2.25em; /* 27px */
}
#footer ul,
#footer li {
	float:left;
}

/*
** LOZENGES
** --------
*/
	
/* COMMON LOZENGE STYLES */
.lozenge {
	background:#E6E6E6 url(../images/279x1_bg_lozenge_c4.jpg) left top repeat-x;
	float:left;
	margin-bottom:10px;
	min-height:225px;
	position:relative;
}
.lozenge h3 {
	background-image:url(../images/23x20_bg_lozenge_heading.png);
	background-position:200px center;
	background-repeat:no-repeat;
	font-size:1.4em;
	line-height:2.29em;
	min-height:32px;
	padding-left:10px;
}
/*
.lozenge h3.reduce {
	min-height:25px;
	line-height:0.9;
	padding:4px 30px 3px 10px;
}
*/
.lozenge img {
	display:block;
}
.lozenge ul,
.lozenge ol {
	padding:0 8px;
}
.lozenge ul li,
.lozenge ol li {
	background:transparent url(../images/11x9_bullet_right_red.gif) left 9px no-repeat;
	border-bottom:1px solid #CCC;
	padding:6px 0 6px 16px;
	width:200px;
}
#content .lozenge h3 a {
	display:block;
	color:#FFF;
}
.lozenge a {
	text-decoration:none;
}
.lozenge a:hover {
	text-decoration:underline !important;
}
/* IMAGE_FLOAT */
.image_float img {
	float:left;
	padding:0 8px 8px 0;
}
.image_float h4 {
	margin:8px 6px 0 0;
}
#content .image_float p {
	margin:0 6px 8px 0;
}
#content .image_float ul {
	border-top:1px solid #CCC;
	clear:both;
	margin:8px;
	padding:4px 0 0 0;
}
.image_float ul li {
	background-image:none;
	border:0;
	float:left;
	padding:0;
	width:auto;
}
.image_float li a {
	font-size:0.916em;
	text-decoration:underline;
}
.image_float .delimiter a {
	padding:0 6px;
	border-color:#CCC;
}

/* TEXT ONLY */
.text_only {
	min-height:150px;
}
.text_only h4 {
	margin:8px 10px 4px;
}
#content .text_only p {
	margin:0 10px;
}
.text_only hr {
	display:none;
}
/* HAVE YOUR SAY */
#have_your_say {
	background:#000 url(../images/75x90_bg_watermark_small.png) right 14px no-repeat;
	min-height:140px;
	position:relative;
}
#have_your_say img {
	float:left;
	margin-right:8px;
}
#have_your_say h3 {
	background-image:url(../images/25x19_bg_lozenge_heading_watermark.png);
	background-position:bottom right;
	background-repeat:no-repeat;
}
#have_your_say h3 p {
	margin:0;
	padding:0;
	font-size:1em;
}
#have_your_say p {
	font-size:1.4em; /* 14px */
	margin:8px 0 0 0;
	line-height:1.1;
	padding:0 8px;
}
#have_your_say.lozenge_c5-1 p {
	margin-left:0;
	width:auto;
}
/* ARTICLE FINDER */
#article_finder {
	min-height:140px;
	background:#000 url(../images/75x90_bg_watermark_small.png) right 14px no-repeat;
}
#article_finder h3 {
	background-image:url(../images/25x19_bg_lozenge_heading_watermark.png);
	background-position:bottom right;
	background-repeat:no-repeat;
}
#article_finder form {
	padding:8px;
}
#article_finder label {
	display:block;
	padding:0 0 2px;
	font-size:1.166em; /* 14px */
}
#article_finder .button {
	position:absolute;
	bottom:8px;
	right:8px;
}
#article_finder .button input {
	vertical-align:bottom;
}
.field_search input {
	width:180px;
}

/* FEATURED THIS ISSUE */
#featured_this_issue ul {
	background:transparent url(../images/157x187_bg_watermark_medium.png) right top no-repeat;
}

/* ALSO OF INTEREST */
#also_of_interest {
	background:#395D77 url(../images/184x107_also_of_interest.jpg) left bottom no-repeat;
	min-height:130px;
}
#also_of_interest h3 {
	background-color:#2DABAB;
	padding-left:8px;
}
#also_of_interest p {
	color:#FFF;
	font-size:1.4em;
	line-height:1.1;
	margin:6px;
}

/* LOGIN / REGISTER LOZENGES */
#lozenge_login,
#lozenge_register {
	min-height:170px;
}
#lozenge_login h3,
 #lozenge_register h3 {
	background-image:none;
	font-size:1.6em;
	font-weight:bold;
	line-height:2.125em;
}
#lozenge_login form {
	padding:7px 12px 0 7px;
}
#content #lozenge_login p { /* added #content to increase css specificity */
	margin:0 0 8px;
}
#content #lozenge_login p.remember_me {
	margin-left:65px;
}
#lozenge_login label {
	float:left;
	display:block;
	width:65px;
}
#content #lozenge_login p.remember_me label {
	padding-left:3px;
	font-size:11px;
}
#lozenge_login p input {
	width:188px;
}
#lozenge_login a {
	color:#000;
	display:block;
	font-size:1.1em;
	margin:0 10px;
	text-decoration:underline;
}
#lozenge_register li {
	padding-top:3px;
	padding-bottom:3px;
	background:	transparent url(../images/11x9_bullet_right_turquoise.gif) no-repeat scroll left center;
	border:0;
	font-size:1.3em;
	font-weight:bold;
}
#lozenge_register .button_register {
	margin-right:10px;
}

/* FIVE COLUMN LOZENGES */
.lozenge_c5-1 {
	background:#E6E6E6 url(../images/279x1_bg_lozenge_c4.jpg) left top repeat-x;
	float:left;
	margin-bottom:10px;
	min-height:230px;
	position:relative;
	width:184px;
}
.lozenge_c5-1 h3 {
	background-image:url(../images/23x20_bg_lozenge_heading.png);
	background-position:200px center;
	background-repeat:no-repeat;
	font-size:1.4em;
	line-height:2.29em;
	min-height:32px;
	padding-left:10px;
}
.lozenge_c5-1 ul {
	margin:8px 0;
	padding:0 8px;
}
.lozenge_c5-1 ul li {
	background:none;
	border:0;
	padding:0;
	list-style:none !important;
	width:auto;
}
.lozenge_c5-1 li a {
	background:transparent url(../images/7x7_bullet_dash.gif) left 5px no-repeat;
	color:#000;
	display:block;
	.display:inline-block;
	padding-left:10px;
	text-decoration:none;
}
.lozenge_c5-1 a:hover {
	text-decoration:underline;
}
.lozenge_c5-1 .field_search input {
	width:160px;
}
#have_your_say.lozenge_c5-1 {
	padding-bottom:30px;
}

/* LOZENGE COLOURS */
#librarians h3,
#featured_topics h3,
#have_your_say h3,
#featured_this_issue h3 {
	background-color:#e2bb08;
}
#authors h3,
#free_content h3 {
	background-color:#202021;
}
#latest_news h3 {
	background-color:#000000;
}
#lozenge_register h3 {
	background-color:#2DABAB;
}
.biological_science h3 {
	background-color:#005E40;
}
.physical_science h3 {
	background-color:#043E87;
}
.cross_d_science h3 {
	background-color:#571756;
}
.general_science h3 {
	background-color:#000;
}
.history_science h3 {
	background-color:#736158;
}

/* TEMP LOZENGE COLOURS FOR AUTHORS/LIBRARIANS */
#content .blue h3 {
	background-color:#0D4B8A;
}
.blue h4 {
	color:#0D4B8A;
}

/* LOZENGE HEADING BACKGROUND OVERRIDES */
#featured_this_issue h3,
.c5-1.lozenge h3 {
	background-image:none;
}

/*
** PASSAGES
** --------
*/
	
/* PASSAGE CONTAINER */
.passage_container {
	clear:both;
}
.passage_container h3 {
	background-color:transparent;
	color:#000;
	line-height:2em;
	padding:0 8px;
	font-size:1.6em;
	font-weight:bold;
}
/* PASSAGE */
.passage {
	background:transparent url(../images/27x1_bg_grey_white_gradient.jpg) left top repeat-x;
	clear:both;
	font-size:1.2em;
	padding:0 8px;
	position:relative;
	margin:0 0 20px;
	width:556px;
}
.passage h4 {
	font-size:1.083em;
	line-height:2em;
	color:#000;
}
#content .passage ul,
#content .passage ol {
	list-style-position:inside;
	margin-left:0;
}
.passage ul {
	list-style-type:disc;
}
.passage ol {
	list-style-type:decimal;
}
.passage li {
	font-size:1em;
}
.passage a {
	font-weight:bold;
}
.passage p {
	font-size:1em;
}
.passage h4 a {
	font-size:1em;
}
.passage p a {
	font-size:1em;
	font-weight:normal;
}
.passage a.top {
	background:transparent url(../images/9x11_bullet_top_red.png) left 2px no-repeat;
	color:#000;
	font-size:1em;
	font-weight:normal;
	padding-left:12px;
	position:absolute;
	right:8px;
	text-decoration:none;
	top:4px;
}
#content .passage .details { /* added #content for increased css specificity */
	border-top:1px solid #CCC;
	margin-top:-8px;
	padding:2px 0;
}
.passage .author {
	border-right:1px solid #000;
	padding-right:5px;
}
.passage .date {
	padding-left:5px;
}

/*
** BUTTONS
** -------
*/
.button_rs_homepage,
.button_more,
.button_comment,
.button_register {
	display:block;
	height:22px;
	text-indent:-9999px;
}
.button_rs_homepage {
	background:transparent url(../images/166x22_button_rs_homepage.png) left bottom no-repeat;
	/*float:right;*/
	position:absolute;
	right:0;
	width:166px;
}
.button_more {
	background:transparent url(../images/58x22_button_more.png) left top no-repeat;
	float:right;
	margin:8px;
	width:58px;
}
#have_your_say .button_more {
	background:transparent url(../images/58x22_button_more.png) left top no-repeat;
	bottom:0;
	position:absolute;
	right:0;
	width:58px;
}
.button_comment {
	background:transparent url(../images/78x22_button_comment.png) left top no-repeat;
	bottom:6px;
	position:absolute;
	right:8px;
	width:78px;
}
.button_register {
	background:transparent url(../images/67x22_button_register.png) left top no-repeat;
	float:right;
	width:67px;
}
.comment_container {
	clear:both;
	padding:6px 0 0;
	border-top:1px solid #CCC;
}
.comment_container .button_comment {
	position:static;
	float:right;
}

/*
** CORNERS
** -------
*/
.corner_top_left,
.corner_top_right,
.corner_bottom_left,
.corner_bottom_right {
	height:6px;
	overflow:hidden;
	position:absolute;
	width:6px;
}
.corner_top_left {
	background:transparent url(../images/6x6_corner_top_left.png) left top no-repeat;
	left:0;
	top:0;
}
.corner_top_right {
	background:transparent url(../images/6x6_corner_top_right.png) right top no-repeat;
	right:0;
	top:0;
}
.corner_bottom_left {
	background:transparent url(../images/6x6_corner_bottom_left.png) left top no-repeat;
	bottom:0;
	left:0;
}
.corner_bottom_right {
	background:transparent url(../images/6x6_corner_bottom_right.png) right top no-repeat;
	bottom:0;
	right:0;
}

/*
** ICONS
** -----
*/
#content .icon_links .icon_rss {
	background:transparent url(../images/15x15_icon_rss.gif) left center no-repeat;
}
#content .icon_links .icon_submit {
	background:transparent url(../images/16x16_icon_submit.gif) left center no-repeat;
}
#content .icon_links .icon_alerts {
	background:transparent url(../images/16x16_icon_alerts.gif) left center no-repeat;
}
#content .icon_links .icon_library {
	background:transparent url(../images/15x15_icon_library.gif) left center no-repeat;
}
#content .icon_links .icon_bookmark {
	background:transparent url(../images/16x16_icon_bookmark.gif) left center no-repeat;
}
#content .icon_links .icon_editorial {
	background:transparent url(../images/15x15_icon_editorial.gif) left center no-repeat;
}
#content .icon_links .icon_metrics {
	background:transparent url(../images/15x15_icon_metrics.gif) left center no-repeat;
}

/*
** TEMPLATE SPECIFIC
** -----------------
*/
	
/* HOMEPAGE/JOURNAL SELECTION */
#hero,
.hero {
	float:left;
	margin:0 0 10px;
	width:717px;
}
#hero img,
.hero img {
	display:block;
}

/* JOURNAL CONTENT */
#content .icon_links {
	background:transparent url(../images/32x1_bg_icon_links.gif) left top repeat;
	border-top:1px solid #CCC;
	margin-top:-1px;
}
#content .icon_links li {
	float:left;
	list-style:none !important;
	padding:0 5px 0 20px !important;
}
#content .icon_links a {
	border-right:1px solid #CCC;
	color:#e2bb08;
	display:block;
	font-weight:bold;
	line-height:2.667em;
	padding-right:5px;
	text-decoration:none;
}
#content .icon_links .icon_editorial {
	width:220px;
}

/* FAQ */
#faq li {
	background:transparent url(../images/11x9_bullet_right_red.gif) left center no-repeat;
	padding-left:14px;
	position:relative;
}
#faq li h4 a {
	line-height:1.833em;
}
#faq a {
	color:#000;
	line-height:1em;
	text-decoration:none;
}

/* BLOCKQUOTE */
blockquote {
	background:transparent url(../images/187x224_bg_watermark_large.png) left top no-repeat;
	bottom:0;
	height:230px;
	position:absolute;
	left:-194px;
}
blockquote div {
	margin:50px 35px;
}
blockquote h4,
blockquote p {
	font-size:1.4em; /* 14px */
}
blockquote a {
	font-size:1.1em; /* 11px */
}

/* NEWS */
.news .hero {
	background-color:#000;
	min-height:14em;
	position:relative;
}
.news .hero img {
	float:right;
}
.news .hero_copy {
	background-color:#000;
	bottom:0;
	color:#FFF;
	float:left;
	left:15px;
	position:absolute;
}
.news .hero_copy h2 {
	color:#FFF;
	font-size:5em;
	font-weight:normal;
	line-height:1;
}
.news .hero_copy p {
	margin:0;
	font-size:18px;
}
.news h2 {
	color:#202021;
	font-size:2.4em;
	font-weight:bold;
	line-height:1.333em;
	padding:0;
}
#content.news h2 a {
	color:#000;
	text-decoration:none;
}
#content.news h2 a:hover {
	text-decoration:underline;
}
.news dl {
	margin:0 0 10px;
	padding:3px 0;
	border:1px solid #CCC;
	border-width:1px 0;
}
.news dt,
.news dd {
	clear:none;
	display:block;
	float:left;
}
.news dt {
	font-weight:bold;
	padding-left:6px;
}
.news dd {
	border-right:1px solid #000;
	padding-right:6px;
}
.news img.fleft {
	margin:0 8px 8px 0;
}
.news img.fright {
	margin:0 0 8px 8px;
}
.news p.leadin {
	font-size:1.4em;
	font-weight:bold;
}
.news_articles {
	border-top:1px solid #CCC;
	padding-top:15px;
}
.news_articles h4 {
	background:transparent url(../images/11x9_bullet_right_red.gif) left 4px no-repeat;
	margin-left:96px;
	padding-left:14px;
}
.news_articles h4 a {
	text-decoration:none;
}
.news_articles h4 a:hover {
	text-decoration:underline;
}
.news_articles li:hover h4,
.news_articles li:hover p {
	cursor:pointer;
	text-decoration:underline;
}
#content .news_articles p {
	margin-left:110px;
}
.news_articles p a {
	color:#000;
	text-decoration:none;
}
.news_articles p a:hover {
	text-decoration:underline;
}
.news_articles img {
	float:left;
	margin:0 6px 15px 0;
}

/* HAVE YOUR SAY FORM */
#have_your_say_form {
	background-color:#E6E6E6;
	margin:0 0 16px;
	position:relative;
}
#have_your_say_form h3 {
	background-color:#999;
	font-size:1.6em;
	font-weight:bold;
	line-height:2em;
	padding-left:10px;
}
#have_your_say_form form {
	padding:10px 10px 0;
}
#have_your_say_form p {
	margin-bottom:4px;
}
#have_your_say_form p.error {
	color:#C00;
	font-weight:bold;
	line-height:1.6em;
	margin:10px;
}
#have_your_say_form label {
	display:block;
	float:left;
	padding-right:5px;
	padding-top:1px;
	text-align:right;
	width:60px;
}
#have_your_say_form #first_name,
#have_your_say_form #email {
	width:170px;
}
#have_your_say_form #surname {
	width:216px;
}
#have_your_say_form #comments {
	height:80px;
	width:456px;
}
#have_your_say_form #submit_comment {
	margin-right:25px;
}
#have_your_say_form a {
	color:#000;
	font-size:1.1em;
	margin:0 0 0 75px;
}
#have_your_say_form a.top {
	background:transparent url(../images/9x11_bullet_top_red.png) left 2px no-repeat;
	color:#FFF;
	font-size:1.2em;
	padding-left:12px;
	position:absolute;
	right:8px;
	text-decoration:none;
	top:4px;
}
#content #cover p {
	margin: 10px auto; 
	padding: 2px 0pt; 
	clear: left; 
	border: 1px solid #ccc;
	text-align: center;
	width: 120px;
}
#content #cover p a {
	text-decoration: none;
}