/**
 * common.css
 *
 * Copyright (c) 2003-2005 The Public Knowledge Project
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 * Site-wide shared stylesheet.
 *
 * $Id: common.css,v 1.35 2006/01/16 19:08:35 alec Exp $
 */

/**
 * Common HTML elements
 */
 
@import "sidebar.css";
@import "mc-UniversalHeader.css";
@import "journal-article_index.css";
@import "breadcrumb.css";

body {
  margin: 0;
  padding: 0;
  color: #111;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 90%;
	background-image:   url("/templates/images/journal/tileJournalBG.gif");
	background-position: right;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

table {
	border: 0;
	border-spacing: 0;
	font-size: 1.0em;
}

form {
	margin: 0;
}

a.plain {
	text-decoration: none;
}

a:link {
  color: #0066CC;
}

a:visited {
	color: #000099;
}


ul {
	margin: 0.25em 0 0.75em 0;
	padding: 0 0 0 2.5em;
}

tt {
	font-size: 1.25em;
}

label {
}

label.error {
	color: #900;
}

input.textField, select.selectMenu, textarea.textArea, input.uploadField {
	background-color: #F0F0E8;
	color: #000;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	border-top: 2px solid #666;
	border-left: 2px solid #666;
	border-bottom: 2px solid #E8E8E1;
	border-right: 2px solid #E8E8E1;
	font-size: 1em;
}

input.button {
	padding-left: 0.5em;
	padding-right: 0.5em;
	background-color: #E8E8E1;
	font-size: 1em;
}

input.defaultButton {
  background-color: #FFCC00;
  color: #330099;
  font-weight: bold;
}


/**
 * Main layout elements
 */

#container {
  //line-height: 125%;
}

#header {
	swidth: 500px;
	overflow: hidden;
}

#headerTitle {
}

/*
#header h1 {
  margin: 0px;
  padding: 0px;
  font-family: "TW Cen MT", Verdana, sans-serif;
  font-weight: normal;
}
*/

#body {
}

#footer {
	width: 100%;
	min-height: 50px;
	clear: both;
       float: none;
	background-color: #ABA;
}

#footerContent {
	margin: 0 auto;
}

div#sidebar {
	float: left;
}

#main {
}

/*
#main h2 {
    font-family: 'TW Cen MT', Arial, sans-serif;
}
*/

#breadcrumb {
	padding-top: 1em;
	font-size: 0.8em;
}

#content {
	text-align: justify;
	padding-right: 15px;
}

/*
#content h3 {
	margin: 0em 1em 0.25em 0em;
	padding-top: 0.75em;
	font-family: 'TW Cen MT', Arial, sans-serif;
	font-weight: normal;
	font-size: 1.8em;
	line-height: 1.35em;
}
*/

/*
#content h4 {
	margin: 0em 1em 0.25em 0em;
	padding-top: 0.75em;
	font-family: 'TW Cen MT', Arial, sans-serif;
	font-weight: normal;
	font-size: 1.5em;
}
*/

/*
#content h5 {
	margin: 0em 1em 0.25em 0em;
	padding-top: 0.75em;
	font-weight: bold;
	font-size: 1em;
}
*/

#content p {
	text-align: justify;
}

/**
 * Breadcrumbs
 */

#breadcrumb a {
	text-decoration: none;
}

#breadcrumb a.current {
	font-weight: bold;
}


/**
 * Footer elements
 */

#footer div.debugStats {
	font-size: 0.6em;
}


/**
 * Additional text styles
 */

span.disabled, label.disabled {
	color: #666;
}

a.action, a.file {
}

a.icon {
	text-decoration: none;
}

a.icon:hover {
	background: none;
}

span.formRequired {
	color: #333;
	font-size: 0.9em;
}

span.instruct {
}

span.heading {
	font-size: 0.85em;
	text-transform: uppercase;
}

span.highlight {
	border-bottom: 1px dotted #000;
}

.nowrap {
	white-space: nowrap;
}


/**
 * Table styles
 */

table.info {
}

table.info td {
	padding: 0;
	padding-bottom: 0.5em;
	padding-right: 0.5em;
}

table.listing {
}

table.listing td {
	padding: 0.25em 0.5em 0.25em 0.5em;
}

table.listing tr.heading td, table.listing td.heading, table.info td.heading {
	font-size: 0.85em;
	text-transform: uppercase;
	font-weight: normal;
	line-height: 120%;
	padding: 0.75em 0.5em 1em 0.5em;
}

table.info td.heading {
	padding-left: 0;
}


table.listing td.nodata, table.info td.nodata {
	text-align: center;
	font-style: italic;
}

table.listing td.headseparator {
	border-top: 1px dotted #000;
	font-size: 0.1em;
	line-height: 1%;
}

.headseparator {
	border-top: 1px dotted #000;
	font-size: 0.1em;
	line-height: 1%;
	margin: 0px;
	padding: 0px;
}

table.listing td.endseparator {
	border-top: 1px dotted #000;
	font-size: 0.25em;
	line-height: 10%;
}

table.listing td.separator, table.info td.separator {
	border-top: 1px dotted #DDDDD0;
	font-size: 0.1em;
	line-height: 1%;
}

table.data {
}

table.data tr {
}

table.data td {
	padding-bottom: 0.25em;
}

table.data td.label {
	padding-right: 1em;
}

table.data td.value {
}

table.data td.separator {
	padding: 0.5em;
	font-size: 0.1em;
	line-height: 1%;
}

table.data td.heading {
	padding-left: 0;
	padding-right: 0;
}

table.nested tr {
	padding: 0;
	margin: 0;
}

span.nested {
	padding: 0 4px 0 0;
	font-size: 1.2em;
}

/**
 * Form-specific elements
 */

span.formError {
	color: #900;
	font-weight: bold;
	font-size: 1em;
}

ul.formErrorList {
	color: #900;
}


/**
 * Other organizational elements
 */


ul.steplist {
	margin: 0;
	padding: 0;
	list-style-type: decimal;
}

ul.steplist li {
	margin: 0;
	padding: 8px 0px 0px 0px;
	font-size: 0.85em;
	padding-right: 0.5em;
	display: inline;
	text-transform: uppercase;
}

ul.steplist li.current {
	font-weight: bold;
	background-image: url(images/li_current.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

ul.steplist a {
	text-decoration: none;
}

ul.plain {
	list-style-type: none;
	padding-left: 1.5em;
}

div.separator {
	width: 100%;
	margin-top: 1em;
	margin-bottom: 0.25em;
	padding: 0;
	border-bottom: 1px dotted #000;
	font-size: 0.5em;
	line-height: 25%;
}






/**********************/
/*       Footer       */
/**********************/

#copyrightInfo {
	font-size: xx-small;
	color: #996600;
	font-weight: bold;
	padding: 20px 2px 12px 15px;
	margin-bottom: 0px;
	margin-top: 40px;
       float: none;
	clear: both;
	background-image:   url("images/softGradBG-rev.gif");
	background-repeat: repeat-x;
	background-position: bottom;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: center;
}

#copyrightInfo a img {
  border: none;
  align: middle;
}

#copyrightInfo ul li
{
  display: inline;
  border-right: 1px solid #cfcfcf;
  padding-right: 0.5em;
}

/********************/
/*   issue.tpl      */
/********************/
table.issue {
  width: 100%;
}

th {
  text-align: left;
}

th.colTitle {
  width: 75%;
}

th.colView {
  width: 25%
}

td.articleAuthor {
  font-style: italic;
  padding-left: 2em;
}


li.articleList {
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #FFCC00;
	padding-left: 5px;
	list-style-type: none;
  border-bottom: 1px solid #efefef;
  padding-bottom: 0.5em;
  margin-top: 0.25em;
}



div#navbar {
  display: none;
}

#tocHeader {
	border-bottom: 1px solid #CCCCCC;
	font-size: 1.1em;
	font-family: "Tw Cen MT",Verdana,sans-serif;
	dletter-spacing: -0.065em;
	font-weight: bold;
}
#tocDetails {
	font-size: xx-small;
	padding: 0px;
	margin: 2px 0px 15px;
	color: #330099;
	border: 1px #CCCCCC;
	font-weight: bold;
}
#tocDetails ul {
	padding-left: 0px;
	margin-left: 0px;
}
#tocDetails li {
	display: inline;
	margin: 0px;
	padding: 2px 5px 2px 2px;
	border-top: 1px none #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px none #CCCCCC;
	border-left: 1px none #CCCCCC;
}

#issueArticles {
	margin-top: 8px;
	margin-bottom: 8px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	margin-left: 0px;
	font-size: 1em;
}

.issueToc {
	padding-left: 0px;
	margin-left: 0px;
}

.articleEditorial {
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #CC33CC;
	list-style-type: none;
	padding-left: 5px;
}
.articleFeature {
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #990000;
	padding-left: 5px;
	list-style-type: none;
}
.articleArticles {
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #FFCC00;
	padding-left: 5px;
	list-style-type: none;
}
.articleArtistic {
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #00CC00;
	list-style-type: none;
	padding-left: 5px;
}
.articleOther {
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #0000CC;
	list-style-type: none;
	padding-left: 5px;
}

textarea {
	width: 500px;
	height: 400px;
}

.rtwindow {
  margin: 0;
  padding: 20px;;
  color: #111;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 90%;
	background-image:   url("/templates/images/journal/tileJournalBG.gif");
	background-position: right;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.rtwindow h3 {
	margin: 0px;
	padding: 0px;
	font-size: 1.3em;
	color: #999999;
	font-family: "Tw Cen MT", Verdana, sans-serif;
}

.rtwindow h2 {
	margin: 0px;
	padding: 0px;
	font-size: 1.4em;
	color: #666666;
	font-family: "Tw Cen MT", Verdana, sans-serif;
}

.rtwindow h1 {
	margin: 0px;
	padding: 0px;
	font-size: 1.5em;
	font-family: "Tw Cen MT", Verdana, sans-serif;
	letter-spacing: -0.065em;
}


h4 {
	margin: 0px;
	padding: 0px;
	font-size: 1.2em;
	color: #aaaaaa;
	font-family: "Tw Cen MT", Verdana, sans-serif;
	text-align: left;
}

h3 {
	margin: 0px;
	padding: 0px;
	font-size: 1.3em;
	color: #999999;
	font-family: "Tw Cen MT", Verdana, sans-serif;
	text-align: left;
}

h2 {
	margin: 0px;
	padding: 0px;
	font-size: 1.4em;
	color: #666666;
	font-family: "Tw Cen MT", Verdana, sans-serif;
	text-align: left;
}

h1 {
	margin: 0px;
	padding: 0px;
	font-size: 1.5em;
	font-family: "Tw Cen MT", Verdana, sans-serif;
	letter-spacing: -0.065em;
	text-align: left;
}

#remember {
	float: left;
}

.rtBlockCC {
	font-size: 0.9em;
	text-align: left;
}

#contributorsNav
{
       font-size: 9px;
       margin-right: 0px;
       margin-bottom: 0px;
       margin-left: 0px;
       margin-top: 5px;
       padding-top: 0px;
       padding-right: 0px;
       padding-bottom: 0px;
       padding-left: 0px;
}

#contributorsNav li
{
       display: inline;
       background-color: #ffffcc;
       padding-top: 3px;
       padding-right: 4px;
       padding-bottom: 3px;
       padding-left: 4px;
       font-weight: normal;
       border-top-width: 1px;
       border-top-style: solid;
       border-top-color: #ffcc00;
       border-right-width: 1px;
       border-right-style: none;
       border-right-color: #ffcc00;
       border-bottom-width: 1px;
       border-bottom-style: solid;
       border-bottom-color: #ffcc00;
       border-left-width: 1px;
       border-left-style: none;
       border-left-color: #ffcc00;
       margin-top: 0px;
       margin-right: 0px;
       margin-bottom: 0px;
       margin-left: 0px;
}

#content blockquote
{
       margin-top: 0em;
       margin-right: 0em;
       margin-bottom: 0em;
       margin-left: 0em;
       background-color: #ffffdf;
       width: 35em;
       padding-top: 0.1em;
       padding-right: 1.25em;
       padding-bottom: 0.1em;
       padding-left: 1.25em;
       border-top-width: 1px;
       border-right-width: 1px;
       border-bottom-width: 1px;
       border-left-width: 1px;
       border-top-style: solid;
       border-right-style: solid;
       border-bottom-style: solid;
       border-left-style: solid;
       border-top-color: #efefef;
       border-right-color: #efefef;
       border-bottom-color: #efefef;
       border-left-color: #efefef;
       text-align: left;
}

#tocHeader img
{
	width: 500px;
	height: auto;
}