body {
	margin: 0;
	padding: 0 0 10px 0;
	background-color: #444;
	background-image: url("images/bg5.png");
	background-position: center 0;
	background-repeat: repeat-x;
	background-size: cover;
	background-attachment: fixed;
	font-family: 'Open Sans', sans-serif;
	color: #111;
	font-size: 16px;
}

div#top-menu-container {
	clear: both;
	height: 38px;	
	width: 100%;
	margin: 0;
	background: #333;
	position: fixed;
	top: 0;
	z-index: 100;
	opacity: .92;
}

div#top-menu {
	width: 100%;
	margin: 0 auto 0 auto;
}

.top:link, .top:visited, .top:active {
	display: block;
	float: left;
	margin: 0 8px 0 8px;
	padding: 12px 3px 12px 3px;
	text-align: center;
	font-size: 14px;
	line-height: 14px;
	color: #eee;
}

.top:hover {
	background: #111;
}

.active:link, .active:visited, .active:hover, .active:active {
	background: #111;
	color: #fff;
}

div#top-menu img {
	display: block;
	float: left;
	height: 23px;
	margin: 8px 0 0 8px;
	border-radius: 3px;
}

div#top-menu img#rss {
	display: none;
}

@media screen and (min-width: 996px) {
	body {
		padding: 0 0 20px 0;
	}
	
	div#top-menu-container {
		z-index: 100;
	}
	
	div#top-menu {
		max-width: 475px;
		padding: 0 0 0 591px;
	}

	.top:link, .top:visited, .top:active {
		margin: 0;
		padding: 12px 15px 12px 15px;
	}

	div#top-menu img {
		margin: 5px 0 0 22px;
	}
	
	div#top-menu img#rss {
		display: block;
	}
}

div#page {
	clear: both;
	position: relative;
	width: 100%;
	max-width: 1076px;
	margin: 0 auto 0 auto;
}

/*Sidebar*/
div#sitename {
	clear: both;
	margin: 0;
	padding: 38px 8px 8px 6px;
	background: #fff;
	opacity: .92;
	font-size: 15px;
}

img#logo {
	display: block;
	float: left;
	max-width: 28%;
	margin: 4px 15px 15px 0;
}

div#title {
	margin: 40px 0 0 10px;
	font-size: 20px;
	line-height: 24px;
}

div#sidelinks h2 {
	display: none;
	background: #2c489c;
	color: #fff;
	margin: 18px 0 0 0;
	padding: 4px 7px 6px 7px;
	font-size: 17px;
}

a.side {
	display: none;
	margin: 7px 0 0 0;
	padding: 2px 4px 2px 5px;
	font-weight: bold;
	font-size: 14px;
}

a.side span {
	display: none;
}

.side:hover {
	color: #af2c1b;
}

.side.active {
	background: #fff;
	color: #af2c1b;
}

a#journal {
	background: #ccc;
}

a#journal:hover {
	background: #bbb;
}

@media screen and (min-width: 996px) {
	div#sidebar {
		position: fixed;
		width: 225px;
		max-width: 21%;
		height: 100%;
		padding: 0 15px 0 15px;
		z-index: 100;
		background: #fff;
		opacity: .92;
	}
	
	div#sidebar:hover {
		opacity: 1;
	}

	div#sitename {
		position: fixed;
		width: 225px;
		max-width: 21%;
		height: 240px;
		overflow: hidden;
		padding: 13px 15px 17px 15px;
		background: #fff;
		opacity: .94;
		z-index: 200;
	}
	
	div#sidename:hover {
		opacity: 1;
	}
	
	img#logo {
		float: none;
		max-width: 100%;
		margin: 0 auto 9px auto;
		z-index: 200;
	}
	
	div#title {
		margin: 0 -5px 0 -5px;
		text-align: center;
		font-size: 16px;
		line-height: 21px;
	}
	
	div#sidelinks {
		clear: none;
		/*float: left;*/
		position: absolute;
		top: 253px;
		left: 0;
		width: 225px;
		max-width: 21%;
		margin: 0 0 0 0;
		padding: 0 15px 0 15px;
		background: transparent;
		opacity: 1;
		z-index: 100;
	}
	
	div#sidelinks:hover {
		background: #fff;
	}
	
	div#sidelinks h2, div#sidelinks a.side {
		display: block;
	}
}

/* Sidebar: Latest News */
div#latest-news {
	clear: both;
	max-height: 160px;
	overflow: scroll;
	background: #fff;
	opacity: .95;
}

div#sidelinks h3 {
	margin: 11px 0 -8px 3px;
	padding: 0 0 3px 0;
	font-size: 15px;
}

p.news {
	margin: 15px 0 0 5px;
	line-height: 20px;
	font-size: 14px;
}

a.news-pdf {
	display: block;
	margin: 10px 0 0 0;
	padding: 3px 0 3px 4px;
	font-size: 14px;
}

a.news-pdf img {
	width: 22px;
}

@media screen and (min-width: 640px) {
div#latest-news {
	clear: none;
	position: absolute;
	top: 130px;
	right: 0;
	width: 68%;
}
}
@media screen and (min-width: 996px) {
	div#latest-news {
		position: static;
		top: auto;
		right: auto;
		width: 100%;
		max-height: auto;
		overflow:visible;
		background: transparent;
		opacity: 1;
	}
}

/*Journal Menu*/
div#touch-menu {
	position: absolute;
	top: 44px;
	right: 0;
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
	padding: 3px 9px 5px 13px;
	background: #A62323;
	color: #fff;
	font-size: 17px;
	z-index: 100;
}

img#mobileToggle {
	display: block;
	float: right;
	margin: 1px 0 0 10px;
	width: 22px;
}

div#journal-menu {
	display: none;
	position: absolute;
	width: 220%;
	top: 30px;
	left: -100%;
}

div#touch-menu:hover > div#journal-menu {
	display: block;
}

.journal:link, .journal:visited, .journal:active {
	display: block;
	border-bottom: 1px solid #C46262;
	padding: 10px 6px 10px 10px;
	background: #A62323;
	opacity: .85;
	font-size: 12px;
	color: #fff;
}

.journal:hover {
	opacity: .95;
}

.journal span {
	display: block;
	float: left;
	width: 26%;
	margin: -2px 6px 0 0;
	font-size: 20px;
}

.other:link, .other:visited, .other:active {
	border-bottom: 1px solid #888;
	background: #555;
}

@media screen and (min-width: 996px) {
	div#touch-menu {
		position: fixed;
		top: auto;
		right: auto;
		width: 100%;
		max-width: 1076px;
		height: 52px;
		margin: 52px auto 0 auto;
		padding: 0;
		background: transparent;
	}
	
	div#touch-menu span#touch {
		display: none;
	}
	
	div#journal-menu {
		display: block;
		position: absolute;
		left: auto;
		top: auto;
		right: 0;
		width: 801px;
		max-width: 76%;
		max-height: 52px;
		overflow: hidden;
		margin: 0;
  		white-space: nowrap;
	}

	.journal:link, .journal:visited, .journal:active {
		display: inline-block;
		position: relative;
		top: 0;
		left: 0;
		height: 32px;
		margin: 0 0 0 -4px;
		border-left: 1px solid #C46262;
		border-bottom: 0;
		padding: 10px 6px 10px 12px;
		white-space: normal;
		font-size: 13px;
		line-height: 16px;
	}

	#gver {
		width: 168px;
	}
	
	#ijed {
		width: 208px;
	}
	
	#pam {
		width: 202px;
	}
	
	#gps {
		width: 152px;
	}
	
	.other:link, .other:visited, .other:active {
		display: none;
	}
	
	.journal.active {
		opacity: 1;
	}
}

@media screen and (min-width: 996px) {
	.journal span {
		display: inline;
		width: auto;
		margin: 6px 6px 6px 0;
		font-size: 28px;
	}
}

/*CONTENT*/
div#content {
	clear: both;
	margin: 8px 0 0 0;
	padding: 0 8px 8px 8px;
	background: #fff;
	opacity: 1;
}

h1 {
	margin: 0 -8px 5px -8px;
	padding: 8px;
	background: #2c489c;
	font-size: 27px;
	font-weight: normal;
	color: #fff;
}

h1 img {
	display: block;
	float: right;
	height: 33px;
	border-radius: 4px;
}

@media screen and (min-width: 996px) {
	div#content {
		clear: none;
		float: right;
		width: 751px;
		max-width: 71%;
		margin: 118px auto 0 auto;
		padding: 0 25px 25px 25px;
	}
	
	h1 {
		line-height: 33px;
		margin: 0 -25px 25px -25px;
		padding: 15px 25px 15px 20px;
		font-size: 33px;
	}
}

h2 {
	margin: 22px 0 0 0;
	font-size: 26px;
	font-weight: normal;
}

h3 {
	margin: 18px 0 -8px 0;
	border-bottom: 1px solid #ddd;
	padding: 0 0 5px 0;
	font-size: 17px;
	font-weight: bold;
}

p {
	margin: 18px 0 0 0;
	line-height: 23px;
}

table {
	width: 100%;
	margin: 18px 0 0 0;
	border: 1px solid #ddd;
	line-height: 23px;
}

th {
	padding: 3px;
	background: #eee;
	text-align: left;
}

td {
	padding: 3px;
}

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 15px 0 0 0;
	border: 0;
	padding: 0;
}

label {
	display: inline-block;
	width: 140px;
	margin: 13px 0 0 0;
}

button {
	border: 0;
	border-radius: 4px;
	padding: 5px 11px 5px 11px;
	background: #999;
	font-size: 17px;
	cursor: pointer;
	color: #fff;
}

button:hover {
	background: #aaa;
}

ul {
	margin: 18px 0 0 25px;
	padding: 0;
}

li {
	margin: 5px 0 0 0;
	padding: 0;
	line-height: 23px;
}

ul li {
	list-style-type: square;
}

a:link, a:visited, a:active {
	text-decoration: none;
	color: #2c489c;
}

a:hover {
	color: #083F72;
}

img {
	max-width: 100%;
	border: 0;
}

/*Styling Classes*/
p.indent {
	margin: 6px 25px 0 25px;
}

.clear {
	clear: both;
}

.right {
	text-align: right;
}

.error {
	color: red;
}

.info, .confirmation {
	color: blue;
}

.small {
	font-size: 75%;
}

.center {
	text-align: center;
}

/*Home*/
div.popular {
}

/*Journals*/
div.journal-right {
	float: right;
	width: 180px;
	margin: 0 0 25px 40px;
	text-align: center;
}

div.journal-right h3 {
	margin: 0;
	text-align: center;
}

div.journal-right img {
	display: block;
	margin: 20px auto 0 auto;
}

div.editorial-board {
	float: left;
	width: 300px;
}

div.board {
	float: left;
	width: 50%;
	height: 70px;
	margin: 9px 0 9px 0;
}

/*Account pages*/
fieldset.honeypot {
	display: none;
}

div#myAccount {
	margin: 30px 0 25px 0;
	padding: 5px 20px 20px 20px;
	background-color: #eee;
}

div#myAccount fieldset {
	margin: 0;
}

div#myAccount table {
	background: #ddd;
}

div#myAccount th {
	border-bottom: 1px solid #bbb;
	background: #ccc;
	text-align: center;
}

div#myAccount td {
	border-top: 1px solid #fff;
}

/*Search*/
fieldset#advSearch label {
	width: 200px;
}

div#results {
	border: 1px solid #ddd;
	padding: 0 0 10px 10px;
	background: #eee;
}

/*Contact */
div#contact {
	float: right;
	width: 305px;
	margin: 25px 0 0 0;
	padding: 0 0 20px 20px;
	background-color: #ddd;
}

div#contact textarea {
	width: 285px;
}

div#contact button {
	background: #2c489c;
	color: #fff;
	opacity: .9;
}

div#contact button:hover {
	opacity: 1;
}

/*FOOTERS*/
div#footer {
	clear: both;
	width: 100%;
	padding: 10px 0 10px 0;
	background: #222;
	opacity: .9;
	font-size: 14px;
	color: #ddd;
}

div.footer-menu {
	float: left;
	max-width: 35%;
	margin: 0 24px 0 8px;
}

div.footer-menu h2 {
	margin: 0 0 0 3px;
	text-transform: uppercase;
	font-size: 18px;
}

.footer:link, .footer:visited, .footer:active {
	display: block;
	padding: 4px 3px 4px 3px;
	margin: 4px 0 0 0;
	font-size: 14px;
	color: #ddd;
}

.footer:hover {
	color: #dd9b27;
}

.footer.active {
	color: #dd9b27;
}

a#footer-search {
	margin: 19px 0 0 0;
}

div.footer-menu img {
	display: block;
	float: left;
	margin: 2px 7px 0 0;
	height: 14px;
}

div#copyright {
	clear: both;
	width: 200px;
	margin: 0 auto 0 auto;
	text-align: center;
	font-size: 12px;
	color: #aaa;
}

div#copyright a {
	display: block;
	padding: 3px;
	color: #aaa;
}

div#copyright a:hover {
	color: #bbb;
}

div#photo-credit {
	margin: 10px 0 0 0;
	font-style: italic;
}

@media screen and (min-width: 660px) {
	div.footer-menu {
		padding: 4px 3px 4px 0;
	}

	div#copyright {
		clear: none;
		float: right;
	}
}

@media screen and (min-width: 996px) {
	div#footer {
		float: right;
		width: 751px;
		max-width: 71%;
		padding: 25px;
	}

	div.footer-menu {
		width: 170px;
		margin: 0 36px 0 0;
	}
}