/*  
Theme Name: Revsoft.org Default
Theme URI: http://www.revsoft.org
Description: The original Revsoft.org theme!
Version: 1.00
Author: Kevin Boyer
Author URI: http://www.kevinjb.com
*/

/* Colors:
 * #043d57 - Dark Blue (Content)
 * #054f70 - Medium Blue ;) (Sidebar)
 * #436f83 - Light Blue (Navbar)
 * #bf9914 - Mustard (Borders and Links)
 */
 
* {
	margin: 0;
	padding: 0;
}

div#content a:hover, p.footer a:hover {
	background: inherit;
	color: white;
}

body {
	background: black;
	color: white;
	font-family: Arial, sans-serif;
	font-size: 62.5%;
	padding-bottom: 25px;
	text-align: center;
}

blockquote {
	border-left: solid 3px #707070;
	margin: 0 10px 10px;
	padding: 0 15px;
}

div#content {
	float: left;
	width: 545px;
}

div#content ul {
	padding-left: 20px;
}

div#content a, p.footer a {
	background: inherit;
	color: #bf9914;
	font-weight: bold;
	text-decoration: none;
}

div#main {
	background: #043d57 url('images/revsoft.png') no-repeat;
	border: #bf9914 solid 1px;
	color: white;
	margin: 25px auto 0;
	padding-top: 90px;
	text-align: left;
	width: 728px;
}

div#sidebar {
	background: #054f70 url('images/sidebar.png') repeat-x bottom;
	border-left: black solid 1px;
	color: white;
	float: right;
	width: 177px;
}

div#sidebar ul {
	list-style-type: none;
	margin: 3px 3px 25px;
}

div#sidebar ul li a {
  	background: inherit;
	color: #bf9914;
	font-size: 1.3em;
	margin-left: 10px;
	text-decoration: none;
}

div#sidebar ul li a:hover {
	text-decoration: underline;
}

div.comment {
	font-size: 1.2em;
	margin: 0 20px 20px;
}

div.comment p {
	font-family: Georgia, 'Times New Roman', Verdana, Arial, sans-serif;
	padding: 3px 0;
}

div.entry {
	margin: 5px 10px 25px;
}

div.entry p {
	padding: 3px 0;
}

div.entry p.footer {
  	border-top: white solid 1px;
  	font-size: 1.3em;
  	padding: 0;
	text-align: right;
}

div.page {
	padding: 3px 10px;
}

div.page, div.post {
	font-family: Georgia, 'Times New Roman', Verdana, Arial, sans-serif;
	font-size: 1.4em;
}

div.page p, div.post p {
	margin-bottom: 5px;
}

div.page ul, div.page ol, div.post ul, div.post ol {
	margin-left: 25px;
}

form {
	margin: 5px auto;
	width: 80%;
}

form input#submit {
	display: block;
	margin: 2px auto;
}

form textarea {
	width: 100%;
}

h1 {
	border-bottom: #707070 dotted 3px;
	font-family: Georgia, 'Times New Roman', Verdana, Arial, sans-serif;
	font-size: 2.2em;
	margin: 3px;
}

h2 {
  	border-bottom: white solid 1px;
  	font-size: 1.7em;
}

h2#comments {
  	font-size: 1.7em;
  	font-weight: normal;
  	margin: 3px;
  	text-align: center;
}

h4 {
  	border-bottom: white solid 1px;
	font-size: 1.4em;
	font-weight: normal;
	margin: 0 3px;
	text-align: center;
}

p#newsnav {
	text-align: center;
}

p.footer {
  	background: none;
  	clear: both;
  	color: white;
  	font-size: 1.1em;
  	padding: 3px 0 0;
	text-align: center;
}

ul#nav {
  	background: #436f83 url('images/navbar.png') repeat-x;
	border-color: #bf9914;
	border-style: solid none;
	border-width: 1px;
	color: white;
	list-style-type: none;
	padding: 2px;
}

ul#nav li {
	display: inline;
	margin: 0 5px;
}

ul#nav li a {
	background: none;
	color: white;                  
	font-size: 1.5em;
	font-weight: normal;
	padding: 3px 5px;
	text-decoration: none;
}

ul#nav li a#current {
	background: #043d57;
	border-color: #bf9914;
	border-style: solid solid none;
	border-width: 1px;
	color: white;
	padding: 5px 4px 3px;
}

ul#nav li a:hover {
	background: #043d57;
	border-color: #bf9914;
	border-style: solid solid dotted;
	border-width: 1px;
	color: white;
	padding: 5px 4px 2px;
}