/*----------GENERAL----------*/
body {
    font: 13px "Lucida Grande", "Lucida Sans Unicode", Lucida, Arial, Sans-Serif;
    margin: 0;
    background-color: #004022;
    color: black;
    text-align: center;
}

a {
    color: #aa740a;
    text-decoration: underline;
}

h1 {
    font-size: 32px;
    margin: .1em;
}
h2 {
	font: 24px Georgia, Baskerville, "Goudy Old Style", "Palatino", "Book Antiqua", Serif;
    margin: 0;
    padding: 0;
    color: #669966;
}
h3 {
	font: 18px Georgia, Baskerville, "Goudy Old Style", "Palatino", "Book Antiqua", Serif;
    margin: .09em;
    color: #669966;
}
h4 {
	font: 18px Georgia, Baskerville, "Goudy Old Style", "Palatino", "Book Antiqua", Serif;
    margin: .1em;
    color: #669966;
}

img {
    border: 0;
    margin: .2em;
}
img.menuButton {
    vertical-align: middle;
}

p {
    margin: .5em 0 .5em 0;
}

table {
    border: 1px solid black;
    color: black;
    border-collapse: collapse;
    font: 13px "Lucida Grande", "Lucida Sans Unicode", Lucida, Arial, Sans-Serif;
    width: 100%;
}
td {
    padding: 4px;
    border: 1px solid black;
}
th {
	background-color: #85c0a4;
    padding: 4px;
    border: 1px solid black;
}

/*----------CONTAINERS----------*/
.page {
    width: 900px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

.bodyBox {
    margin: 0;
    margin-bottom: 1em;
    padding: 12px;
    width: 900px;
    height: auto;
    background-color: #ffffff;
    color: black;
    overflow: auto;
}

.headerBox {
    margin: 0;
    padding: 12px;
    width: 900px;
    height: auto;
    margin-bottom: 1em;
    background-color: #004022;
    background: url('img/gradient.png');
    color: white;
}

.titleBox {
    background-color: #eaeaea;
    width: 900px;
    height: auto;
    padding: 12px;
}

.menuBox {
    background-color: #ffffff;
    width: auto;
    height: 50px;
    padding: 6px;
    color: #000000;
}

.menuItem {
    display: inline;
    float: left;
    height: 50px;
    border-right: 1px solid black;
    padding-left: 12px;
    padding-right: 12px;
    text-align: center;
}

.article {
    border-bottom: 1px solid gray;
    display: inline;
    width: auto;
    height: auto;
}

.mainArticle {
    width: auto; 
    height: auto; 
    border-left: 1px solid gray; 
    border-bottom: 1px solid gray; 
    padding: 14px;
    margin-bottom: 14px;
}

/*----------CLASSES----------*/

.articleLeftCol {
    width: 126px;
    margin-right: 12px;
    height: 100%;
    display: inline;
    float: left;
    text-align: center;
}

.articleOptions {
    margin: 20px;
    text-align: right;
    float: right;
}

.articleRightCol {
    width: 728px;
    height: auto;
    display:inline;
    float: right;
    border-left: 2px solid gray;
    margin: 6px;
    padding: 6px;
    padding-left: 14px;
    margin-top: 0;
    padding-top: 0;
}

.bold {
	display: inline;
	font-weight: bold;
}

.button {
    display: inline;
    float: left;
    width: auto;
    height: auto;
    text-align: center;
    margin: 6px;    
}

.comment {
    border-bottom: 1px dashed black;
    padding-bottom: .5em;
    margin-bottom: 1em;
}

.dominantBox {
    float: right;
    margin: 12px;
    text-align: center;
}

.error {
    color: #dd3200;
    background-color: #ccff00;
    border: 2px solid #cc9900;
    padding: .5em;
    margin: 0 0 1em 0;
}

.italic {
	display: inline;
	font-style:italic;
}

.mediaBorder {
    border-bottom: 1px solid gray;
    padding-top: 12px;
    padding-bottom: 12px;
}

.mediaDivider {
    height: 40px;
    padding-top: 20px;
    font-size: 16px;
    font-weight: bold;
    background: url('/cafe/img/mediaDivider.png');
    border: 0;
}

.status {
    color: #000000;
    background-color: #ccff00;
    border: 2px solid #99cc00;
    padding: .5em;
    margin: 0 0 1em 0;
}

.tags {
	font-size: 11px;
}

.underline {
	display: inline;
	text-decoration: underline;
}

.whiteBorder {
    border: 1px solid white;
    color: white;
}

/*---------ARTICLE STYLE----------*/
.filled {
	border:0;
	margin:6px;
}
.filled:focus	{
	border:2px solid teal;
    margin:4px;	
}

textarea.articleSummary {
	font-size: 10pt;
	width:98%;
	font-style:italic;
    overflow-y:hidden;
}
textarea.articleSummary:focus {
	font-style:normal;
    overflow-y:auto;
}

.articleBody {
	width:885px;
	font-size:10pt;
}

/*----------CITATION TOOL---------*/
.toolbox {
	margin:5px;
	width:800px;
	padding:25px;
	display:none;
	overflow:hidden;
}
.toolbox table {
	margin:0 auto;
}

#citations table,#citations td,#citations tr {
    border:0;
}

#citaitons input[type=text]	{
	width:650px;
}

#citations li	{
	padding:10px;
	list-style:decimal inside none;
}

/*----------PROOFREADERSTYLE---------*/

iframe,input,textarea	{
	padding:3px;
    margin:5px;
}
iframe,textarea	{
	border:1px solid #9d9d9d;
}

textarea {
	width:800px;
}

iframe	{
	margin-top:7px;
}

.commentbox {
  background-color: #f1e754;
  border: 1px solid #b6971d;
  display: none;
  margin: 8px auto;
  width:auto;
  padding: 4px;
  overflow-y:hidden;
}

.general    {
    font-size:10pt;
    font-family:Arial;
    padding:5px;
}

/*----------ALL TEXT----------*/
.content
{
	font-size: 10pt;
	text-align: center;
}

.teachereditor {
  background-color: #FFFFFF;
  border: 3px solid #4D4D4D;
}

/*----------COMMENT LIST SIDE BAR----------*/
.editbar {
	visibility:hidden;
	position:absolute;
	z-index:2;
	top:0px;
	right:10px;
	background:#EEE;
	border:2px solid #AAA;
	border-right:4px solid #999;
	border-bottom:3px solid #777;
	font-family:Arial Narrow;
	font-size:9pt;
	overflow-y:auto;
	line-height:13px;
    min-height:50px;
    width:200px;
}
.editbar ul {
	margin:0;
	padding:5px;
	text-indent:0px;
}
.editbar ul li {
	display:block;
	margin:0;
	border-bottom:1px dotted grey;
	padding:3px;
	padding-bottom:5px;
}
.editbar ul li:hover {
	background:#DDD;
}
.editbar ul li span {
	font-size:11pt;
}

