
/**
 * UnCommon Theme
 * Copyright (c) Jon Whipple
 * based on the common.css design by John Willinky
 * 
 * based on common.css
 *
 * Copyright (c) 2003-2012 John Willinsky
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 */

/**
 * Common HTML elements
 */

body {
	background-color: #fff;
	color: #333;
}

a:link {
	color: #222886;
}

a:active {
	color: #3399CC;
}

a:visited {
	color: #222886;
}

a:hover {
	color: #eee;
	background: #222886;
}

label.error {
	color: #900;
}

input {
	border: 1px solid #222886;
}

input.textField, select.selectMenu, textarea.textArea, input.uploadField {
	background-color: #ffffff;
	color: #333333;
	border: 1px solid #222886;
}

input.button {
	background-color: #EEEEFF;
}

input.defaultButton {
	background-color: #3399CC;
	color: #eee;
}

#header {
	background-color: #9eb63a;
}

#header h1 {
	padding: 1em 0 1em 0;
	font-family:  Verdana,Arial,Helvetica,sans-serif;
	font-weight: bold;
	text-transform:  uppercase;
	/*color: #ffffff;*/
	letter-spacing: 2px;
}

#footer {
	width: 100%;
	min-height: 35px;
	background-color: #222886;
	color:  #ffffff;
	padding: 15px;
}

#footerContent {
	color:  #ffffff;
}

#main h2 {
	font-family:  Verdana,Arial,Helvetica,sans-serif;
	font-weight: bold;
	color: #222886;
}

#main h3 {
	font-family:  Verdana,Arial,Helvetica,sans-serif;
	font-weight: bold;
	color: #222886;
}

#navbar {
	border-bottom: 5px solid #222886;
}

#breadcrumb {
	color: #666666;
}

#content {
	border-top: 5px solid #222886;
}

#content h3 {
	font-family:  Verdana,Arial,Helvetica,sans-serif;
	font-weight: bold;
	color: #222886;
	font-weight: bold;
}

#content h4 {
	font-family:  Verdana,Arial,Helvetica,sans-serif;
	font-weight: bold;
	/*color: #666666;*/
	color: #657325;
}

#content h5 {
	/*color: #666666;*/
	color:#657325;
}

#leftSidebar div.block {
	padding: 0.5em 0;
	border-top: 5px solid #222886;
	border-bottom: 1px solid #222886;
	margin-bottom: 5px;
	color: #999999;
}

#rightSidebar div.block {
	padding: 0.5em 0;
	border-top: 5px solid #222886;
	border-bottom: 1px solid #222886;
	margin-bottom: 5px;
	/*color: #999999;*/
	color:#657325;
}

#leftSidebar div.block span.blockTitle {
	padding: 0;
	font-weight: bold;
	color: #222886;
}

#rightSidebar div.block span.blockTitle {
	padding: 0;
	font-weight: bold;
	color: #222886;
}

#leftSidebar div.block span.blockSubtitle {
	font-weight: bold;
}

#rightSidebar div.block span.blockSubtitle {
	font-weight: bold;
}

pre {
	background-color: #EEEEFF;
}

div.separator {
	border-bottom: 2px solid #222886;
}
#issueCoverImage {
	float:left;
	padding-right:20px;
}
#issueDescription {
	float:left;
	padding-left:20px;
}
.sketches img{
	float:left;
}
.sketches ul li {
	float:left;
	text-align:center;
	list-style-type:none;
	padding:5px;
}
.seperator {
	clear:both;
	padding:10px 0;
}
#homepageImage img {
  float:left;
  text-align: left;
  margin-right:3em;
  width:200px;
  height:225px;
}
#announcementsHome h3 {
  text-align: left;
}
/*table.announcements td.title {
  width: 50%;
}
table.announcements td.description {
  width: 50%;
}*/
table.announcements {
	width:60% !important;
	float:left;
}