/* 
A CSS Framework by Mike Stenhouse of Content with Style 
-------------------------------------------------------

Copyright (c) 2005, Mike Stenhouse of Content with Style

All rights reserved.

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

    * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
    * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
    * Neither the name of CSS Framework nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
EX0pxPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
PROCUR0pxENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/

/* SITE SPECIFIC LAYOUT */

/* HEADER */
div#header {
	background:url(../images/chrome/masthead-graphic.png) no-repeat left top;
	height:70px;
	margin: 20px 0 30px 0;
	padding: 0 20px 20px;
}
div#branding {
	margin: 0;
	padding: 18px 0 10px 220px;
}
div#branding h2 {
	background:url(../images/chrome/performance-review-masthead.png) no-repeat left top;
	height:40px;
	text-indent:-9999px;
	width:960px;
}
div#search {
	clear:left;
	margin: 16px 0 0 0;
	padding: 0;
}
div#search table {
	border:0;
	margin-bottom:0;
}
div#search td {
	padding:0;
}
div#search form div {
	margin-bottom:0;
}
div#search input#search-site {
	width:150px;
}
/* END HEADER */
    
    
/* CONTENT */
div#content {
}
div#banner {
	float:right;
	width:560px;
}
/* MAIN */
div#main {
	clear:left;
}
div#main h1 {
	font-size: 18px;
	text-transform: uppercase;
}
div#main h2 {
	font-weight:400;
	font-size:24px;
}
div#main h3 {
	font-weight:400;
	font-size:16px;
}
div#main h4 {
	font-weight:700;
	font-size:16px;
}
div#main hgroup {
	margin-bottom:20px;
}
div#main p, div#main li {
	font-size:14px;
}
div#main p + h1, div#main p + h2, div#main p + h3, div#main ul + h1, div#main ul + h2, div#main ul + h3, div#main ol + h1, div#main ol + h2, div#main ol + h3 {
	margin-top:20px;
}
div#main h2 + h3 {
	margin-top:-6px;
}
div#main .indent {
	margin-left:33px;
}
/* Home page */
body.journalpage div#main h1 {
	font-size:16px;
	text-transform:uppercase;
}
body.journalpage div#main h2 {
	background:url(../images/chrome/main-h2-background.png) repeat-y left top;
	font-size:16px;
	font-weight:400;
	margin-right:270px;
	padding:5px;
	text-transform:uppercase;
}
body.journalpage div#main div#latestnews, body.journalpage div#main div#callforpapers {
	margin-top:20px;
}
body.journalpage div#main div#latestnews li, body.journalpage div#main div#callforpapers li {
	list-style:none;
	margin:0 0 5px;
	padding-left:0;
}
/* Current issue page */
body.currentissuepage div#main section.articlelist {
	margin-top:20px;
}
body.currentissuepage div#main section.articlelist div.article {
	clear:both;
	float:left;
	margin-bottom:20px;
	width:460px;
}
body.currentissuepage div#main section.articlelist div.article h4, body.currentissuepage div#main section.articlelist div.article p {
	font-size:14px;
	margin-bottom:0;
}
body.currentissuepage div#main section.articlelist div.article div.articledetail {
	float:left;
	width:340px;
}
body.currentissuepage div#main section.articlelist div.article div.button {
	float:right;
	margin-top:5px;
	width:100px;
}
body.currentissuepage div#main section.articlelist div.article div.button a {
	display:block;
	margin:0;
	padding:5px;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
}
body.currentissuepage div#main section.articlelist div.article div.button a:hover {
	text-decoration:underline;
}
body.currentissuepage div#sub ul {
	margin-top:20px;
}
body.currentissuepage div#sub ul li {
	list-style-type:square;
}
body.currentissuepage div#sub ul li a{
	text-transform:uppercase;
}
/* Forthcoming issues page */
body.forthcomingissuepage {
}
body.forthcomingissuepage div#main section.issuelist div.issue {
	clear:both;
	margin-top:20px;
}
body.forthcomingissuepage div#main section.issuelist div.issuedetail {
	float:left;
	width:460px;
}
body.forthcomingissuepage div#main section.issuelist div.issueteaserimage {
	float:right;
	margin-top:5px;
}
body.forthcomingissuepage div#main section.issuelist div.issueteaserimage img {
	width:260px;
}
/* Past issues page */
body.pastissuepage {
}
body.pastissuepage div#main section.issuelist {
	margin-top:20px;
}
body.pastissuepage div#main section.issuelist div.issue {
	float:left;
	margin:0 10px 10px 0;
	width:140px;
}
body.pastissuepage div#main section.issuelist div.issue:nth-of-type(5n) {
	margin-right:0;
}
body.pastissuepage div#main section.issuelist div.issue:nth-of-type(5n+1) {
	clear:left;
}
body.pastissuepage div#main section.issuelist div.issuedetail {
	margin-top:5px;
}
body.pastissuepage div#main section.issuelist div.issuedetail p {
	font-size:12px;
}
body.pastissuepage div#main section.articlelist {
	margin-top:20px;
}
body.pastissuepage div#main section.articlelist div.article {
	clear:both;
	float:left;
	margin-bottom:20px;
	width:460px;
}
body.pastissuepage div#main section.articlelist div.article h4, body.pastissuepage div#main section.articlelist div.article p {
	font-size:14px;
	margin-bottom:0;
}
body.pastissuepage div#main section.articlelist div.article div.articledetail {
	float:left;
	width:340px;
}
body.pastissuepage div#main section.articlelist div.article div.button {
	float:right;
	margin-top:5px;
	width:100px;
}
body.pastissuepage div#main section.articlelist div.article div.button a {
	display:block;
	margin:0;
	padding:5px;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
}
body.pastissuepage div#sub ul {
	margin-top:20px;
}
body.pastissuepage div#sub ul li {
	list-style-type:square;
}
body.pastissuepage div#sub ul li a{
	text-transform:uppercase;
}
body.pastissuepage div#sub div.paging ul {
	border-top:2px dotted;
	padding-top:10px;
}
body.pastissuepage div#sub div.paging li {
	list-style:none;
	margin-left:0;
}
body.pastissuepage div#sub div.paging li a{
	display:block;
	height:40px;
	width:75px;
}
body.pastissuepage div#sub div.paging li.previousissue a {
	background:#fff url(../images/chrome/paging-arrows-previous.png) no-repeat left 7px;
	float:left;
	padding-left:35px;
}
body.pastissuepage div#sub div.paging li.previousissue a:hover {
	background-position: left -33px;
}
body.pastissuepage div#sub div.paging li.nextissue a {
	background:#fff url(../images/chrome/paging-arrows-next.png) no-repeat right 7px;
	float:right;
	padding-right:35px;
	text-align:right;
}
body.pastissuepage div#sub div.paging li.nextissue a:hover {
	background-position: right -33px;
}
/* News page */
body.newspage div.article {
	border-bottom:1px solid;
	margin-bottom:10px;
	padding-bottom:10px;
}
body.newspage p + div.article {
	margin-top:30px;
}

/* Mailing list page */
body.mailinglistpage form label {
	display:block;
}

/* END MAIN */
        
/* SUB */
div#sub {
}
div#sub h2 {
	font-size:16px;
	text-transform:uppercase;
}
div#sub h3 {
	font-weight:400;
	font-size:16px;
}
div#sub h4 {
	font-weight:400;
	font-size:24px;
}
div#sub p {
}
div#sub div + div {
	margin-top:20px;
}
div#sub h3 + h4 {
	margin-top:-6px;
}
/* END SUB */

/* NAV */
div#nav ul li {
	border-bottom:2px dotted;
}
div#nav ul li.first {
	border-top:2px dotted;
}
div#nav ul li.nav2 > a {
	background: url(../images/chrome/nav-arrow-link.png) no-repeat right center;
	padding-right: 20px;
}
/*div#nav ul li.nav2 > a:hover {
	background:url(../images/chrome/nav-arrow-hover.png) no-repeat right center;
}*/
body#navleft div#nav ul li ul li:first-child {
	margin-top:-5px;
}
div#nav ul li ul li {
	border-bottom:none;
}
/* END NAV */

/* END CONTENT */
    
    
/* FOOTER */
div#footer {
	border-top:2px solid;
	margin:0 20px;
	padding:10px 0 20px;
}
div#footer p {
	font-size: 10px;
	margin: 0;
}
div#footer_table table {
	border: 0px solid;
	border-collapse: collapse;
	margin: 0;
}
/* END FOOTER */
/* END LAYOUT */


/* */
/* Craftyslide CSS Styles */

#slideshow {
/*	border:10px solid #fff;
	-webkit-box-shadow:0 3px 5px #999;
	-moz-box-shadow:0 3px 5px #999;
	box-shadow:0 3px 5px #999;*/
	height:357px;
	margin:0 0 10px;
	padding:0;
	position:relative;
	width:520px;
}

#slideshow ul {
	margin:0;
	overflow:hidden;
	padding:0;
	position:relative;
}

#slideshow ul li {
	left:0;
	list-style:none;
	margin:0;
	position:absolute;
	top:0;
	padding:0;
}

#pagination {
	clear:both;
	margin:25px auto 0;
	padding:0;
	width:75px;
}

#pagination li {
	float:left;
	list-style:none;
	margin:0 2px;
}

#pagination li a {
	background:url(../images/pagination.png);
	display:block;
	height:10px;
	text-indent:-10000px;
	width:10px;
}

#pagination li a.active {
	background-position:0 10px;
}

.caption {
	background:rgba(0,0,0,0.6);
	border-top:1px solid #000;
	color:#fff;
	display:none;
	left:0;
	margin:0;
	font-family:Helvetica, Arial, sans-serif;
	font-size:14px;
	font-weight:lighter;
	padding:10px;
	position:absolute;
	width:100%;
}
/* Admin area */
div#admin input[value="Cancel"] {
	display:none;
}
