/*
Theme Name: Canaac
Theme URI: www.mrlocke.net/Canaac
Description: Based on Bruce Reyes-Chow's original theme for canaac.org
Version: 1.0
Author:  Neal Locke
Author URI: http://www.mrlocke.net

	The CSS, XHTML and design is released under Creative Commons Attribution-Noncommercial-Share Alike 2.5  License
	http://creativecommons.org/licenses/by-nc-sa/2.5/
*/

/*-------GENERAL-------*/

* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #002339;
	background: #e6e0c7;
	}

a {
	color: #284860;
	font-weight: bold;
	text-decoration: none;
	}

a:visited {
	color: #284860;
	}

a:hover {
	color: #b6c169;
	text-decoration: none;
	}

h1 {
       font-weight: bold;
       font-variant: small-caps;
       }

h2 {
       font-weight: bold;
       font-size: 18px;
       }

h3 {
       font-weight: bold;
       font-size: 10px;
       }

h5 {
       font-weight: bold;
       font-size: 18px;
       }

hr {
       color:#563C24;
       background-color:#563C24;
       margin-top: 10px;
       margin-bottom: 10px;
       }

small {
       color: #49647d;
       }

blockquote {
	color: #555; 
	margin: 15px 40px 15px 0; 
	background: url(images/quote.png) no-repeat top left;
	text-align: justify;
	padding-left: 30px;
	font-size: 11px;
	}

code {
	font: 12px 'Courier New', Courier, Fixed;
	}

p {
	margin: 5px 0 10px 0;
       }

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}	

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}


/*-------PAGE LAYOUT-------*/

#main{ 
	float:left;
	width:800px;
	margin-left:100px;
	margin-top: 10px;
	background: url(images/border.jpg) repeat-y;
	border: 1px solid #000;
	}

#header{
	width: 800px;
	height: 125px;
	background: url(images/header.gif) no-repeat;
	}

#content {
	width: 540px;
	padding: 20px;
	float:left;
	}	

#rightsidebar{
	width: 180px;
	text-align: left;
	padding: 20px;
	float: right;
	}

#footer {
	width: 800px;
	margin-left: 100px;
	height:44px;
	text-align: left;
	font-size: 10px;
	clear:both;
	padding: 10px
	}



/*-------HEADER-------*/

#header h1{
	font-size: 2.4em;
	text-decoration: none;
	}

#header h1 a {
	color: #ffffff;
	}
	
#title {float:left;
	width: 500px;
	padding: 20px 0px 0px 75px;
	}
       
#desc {float:right;
	width: 200px;
       padding: 10px;
      }

.description{
	color: #ccc39a;
	text-align: left;
	font-style: italic;
	}



/*-------NAVIGATION BAR-------

Using PixoPoint Multi-level Navigation Plugin

*/




/*-------POSTS-------*/

.post {
	margin: 0 0 20px 0;
	text-align: justify;
	}

.post a {
       text-decoration: none;
	color: #647c2f;
       }
       
.post h2 a{
       text-decoration: none;
	color: #647c2f;
       }

.postmetadata {
	background: #ffeed8;
	padding: 3px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	}

.post ul {
	margin-left: 0px;
	padding: 0 0 0 35px;
	list-style-image: url(images/bullet.png);
	padding-left: 30px;
	} 

.post ul li {
	margin: 3px 0 3px 10px;
	}

.post ol {
	padding: 0 0 0 35px;
	}

.post ol li {
	margin: 3px 0 3px 10px;
	}



/*-------SIDEBARS-------*/

#rightsidebar {
	font-size: 10px
	}

#rightsidebar h2 {
	padding: 0 5px 5px 0;
	font-size: 18px;
	}

#rightsidebar ul {
	padding: 0 0 5px 0;
	}

#rightsidebar li {
	padding: 0 0 5px 10px;
	list-style-type: none;
	line-height: 1.2em;
	}

#rightsidebar a {
	color: #563C24;
	text-decoration: none;
	}

#rightsidebar a:visited {
	color: #563C24;
	}

#rightsidebar a:hover {
	color: #49647d;
	text-decoration: underline;
	}



/*-------COMMENTS-------*/

.commentlist li{
	list-style: none;
	margin: 10px 0 3px;
	padding: 5px 10px 3px;
	background: #ffeed8;
	border-top: solid 1px #000;
	border-bottom: solid 1px #000
	}

cite{
 	font-weight: bold;
	font-size: 13px;
	}   

.commentmetadata {
	margin: 0;
	display: block;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}



/*-------FORMS-------*/

input {
	border: 1px solid #000;
	}

.submit input {
	border: 1px solid #000;
	} 

textarea {
	border: 1px solid #000;
	}

#commentform input {
	border: 1px solid #000;
	}

#commentform textarea {
	width: 536px;
	border: 1px solid #000;
	font-size: 12px;
	}

#commentform #submit {
	border: 1px solid #000;
	}

#searchform {
	padding: 8px 0 10px 0;
	text-align: left;
	}

#searchform #s 
	padding-left: 2px;
	width: 120px;
	border: 1px solid #000;
	color: #000;
	font-size: 11px;
	}

#searchform img {
	padding:50px;
	}





/*-------IMAGES-------*/

.post img {
	padding: 3px;
	border: 1px solid #555;
	margin: 5px 5px 5px 5px;
	}

.post object {
	padding: 3px;
	border: 1px solid #555;
	margin: 10px 10px 5px 10px;
	}

.post a:hover img {
	border: 1px solid #000;
	}

.postmetadata img {
	padding: 0 2px 0 2px;
	border: none;
	margin: 0;
	}

img.widget {
	border: 0;
	padding: 0;
	margin: 0;
	}


/*-------FOOTER-------*/

#ftext {
	font-size:10px;
	line-height:1em;
	padding: 10px 100px 30px 100px;
	text-align: center;
	color: #555;
	}

#icons {
	text-align: center;
	}


/*-------HACKS FOR IE-------*/

* html #header{
	margin-left: 15px;
}

* html #main{
	margin-left: 15px;
}

* html #footer{
	margin-left: 15px;
}

* html ul#Nav{
	margin-left: 15px;
}
