/*
Theme Name: GCCRWA Default
Theme URI: http://www.gccrwa.org/
Description: The new default theme for GCCRWA.
Version: 1
Author: Nicholas Roussos
Author URI: http://www.nicholasroussos.com/
*/


body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Arial, Helvetica, sans-serif;
	background-color: #1e4e67;
	margin: 0;
}

p {
	margin: 0 0 1.8em 0;
	line-height: 1.4em;
}

a {
	color: #1e4e67;
}
a:visited {
	color: #82464f;
}
a:hover {
	color: #e63e37;
}

div#background {
	background: url(images/background.jpg) top center no-repeat;
}

div#page {
	background: url(images/bg-page.jpg) top center repeat-y;
	width: 950px;
	margin: 0 auto;
}
div#page-top {
	background: url(images/bg-page-top.jpg) top center no-repeat;
}
div#header p {
	margin: 0;
}
div#body {
	margin: 0 15px;
}
div#body p, div#body ul, div#body ol, form fieldset legend{
	font-size: 1.3em;
}

div#body ul, div#body ol {
	margin-top: 0;
	margin-bottom: 1.8em;
}
div#body ul p, div#body ol p {
	font-size: 1em;
}

div#sidebar {
	float: left;
	width: 180px;
	margin: 0 25px;
}
div#sidebar ul.nav {
	margin: 0 0 8px 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.6em;
	border-top: solid #84c6d1 1px;
}
div#sidebar ul.nav li {
	display: block;
	list-style: none;
}
div#sidebar ul.nav li a {
	display: block;
	color: #588da2;
	text-decoration: none;
	border-bottom: solid #84c6d1 1px;
	padding: 4px;
}
div#sidebar ul.nav li a:hover {
	background: #84c6d1;
	color: #e6e893;
}
div#content {
	width: 500px;
	float: left;
}
div#content h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 3.6em;
	font-weight: normal;
	margin: 0 0 4px 0;
}

div#content h1.blog {
	font-size: 1.8em;
	font-style: italic;
	margin: 0 0 25px 0;
}

div#content div.post h2.title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 3.6em;
	font-weight: normal;
	margin: 0 0 2px 0;
}

div#content div.post h2.title a {
	text-decoration: none;
}
div#content div.post small {
	font-size: 1.1em;
	margin: 0 0 1.8em 0;
	display: block;
}

p.tags {
	font-style: italic;
	margin-bottom: .9em;
}

div#body div#content p.postmetadata {
	margin-bottom: 2.2em;
}

div#body div#content p.alt {
	background: #cee8ed;
	border-top: 15px solid #84C6D1;
	border-bottom: 15px solid #84C6D1;
	padding: 8px;
}


p.postmetadata a.comment {
	background: url(images/comments.png) center left no-repeat;
	padding: 4px 0;
	padding-left: 28px;
}

div#footer {
	clear: both;
	margin: 10px 35px 0 35px;
	padding: 10px 0 25px 0;
	border-top: solid #84c6d1 1px;
}

div.pagination {
	padding: 3px;
	margin: 30px 3px 30px 3px;
	font-size: 1.4em;
}
div.pagination a {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #1e4e67;
	text-decoration: none; /* no underline */
	color: #1e4e67;
	background: #cee8ed;
}
div.pagination a:hover, div.digg a:active {
	border: 1px solid #84c6d1;
	background: #84c6d1;
	color: #e6e893;
}
div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #cee8ed;
	font-weight: bold;
	background-color: #cee8ed;
	color: #000;
}
div.pagination span.disabled {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #ddd;
	color: #ccc;
}
textarea#comment {
	width: 480px;
}
div#nav-books {
	width: 140px;
	margin: 0 0 0 15px;
	float: left;
	text-align: center;
}
div#nav-books h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 1.6em;
	margin: 0 0 4px 0;
}
form.submit {
	margin: 0 0 10px 0;
	background: #eee;
	border: solid 1px #ccc;
	padding: 25px;
}
form fieldset {
	border-width: 1px;
	border-color: #ccc;
}
form fieldset legend {
	font-weight: bold;
}
div#content ul.nav-conference {
	background: #D2DCE1;
	padding: 5px;
	text-align: center;
	height: 50px;
	line-height: 175%;
	border: 1px solid #1E4E67;
}

div#content ul.nav-conference li {
	display: inline;
	padding: 2px 4px;
	list-style: none;
	font-size: 1.2em;
}
div#content ul.nav-conference li.current_page_item {
	font-weight: bold;
}