/*
Theme Name: SHAAWANOKI THEME
Theme URI: http://www.derekdesigns.com
Description: Custom theme for SHAAWANOKI.
Version: 1.0
Author: Derek Manson
Author URI: http://www.derekdesigns.com
Tags: custom theme, fixed width, 2 column, right sidebar, pages

RENT A CODER ID: 6981701

*/

/* GENERAL STYLES */

body {
	text-align: center;
	margin: 0;
	padding: 0px;
	background-color: #E2D5D5;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 15px;
}

h2 {
        font-size: 15px;
}
 

h4 {
       background-color: #999999;
       color: #FFFFFF;
       border: 1px solid #333333;
       padding: 10px;
       font-size: 18px;
}

h4 a:link {
        color: #FFFFFF;
        text-decoration: none;
}

h4 a:visited {
        color: #FFFFFF;
        text-decoration: none;
}

h4 a:hover {
        color: #CCCCCC;
        text-decoration: none;
}

h4 a:active {
        color: #FFFFFF;
}


/* WRAPPER PROPERTIES */

#wrapper {
	width: 1000px;
	margin: 0 auto;
	background-color: #CADABF;
}

/* HEADER PROPERTIES */
/* ALL STYLES HERE APPLY TO HEADER.PHP FILE */

#header {
	height: 183px;
	background: url(images/header_background.jpg) no-repeat;
	text-align: left;
	margin: 0;
	padding: 0;
}

/* MENU PROPERTIES */

#menu {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #0066FF;
	background-color: #000000;
	padding: 10px 0px;
}

#menu ul {
	margin: 0px;
	padding: 0px 0px 0px 10px;
	list-style-type: none;
}

#menu ul li {
	display: inline;
        padding: 0px 5px;
}

#menu a:link {
        color: #0066FF;
        text-decoration: none;
}

#menu a:visited {
        color: #0066FF;
        text-decoration: none;
}

#menu a:hover {
        color: #CCCCCC;
        text-decoration: none;
}

#menu a:active {
        color: #0066FF;
}



/* MAIN WRAPPER PROPERTIES */

#main {
	position: relative;
	background: url(images/home_banner.gif) top left no-repeat;
	top: 0px;
	left: 0px;
	width: 100%;
	padding: 65px 0px 0px;
	margin: 0px;
}

/* PAGE PROPERTIES */
/* DIV STYLES JUST FOR PAGES */

#page {
	padding: 5px 20px 25px 20px;
	text-align: left;
}

#about {
	position: relative;
	background: url(images/aboutus_banner.gif) top left no-repeat;
	top: 0px;
	left: 0px;
	width: 100%;
	padding: 65px 0px 0px;
	margin: 0px;
}

#links {
	position: relative;
	background: url(images/links_banner.gif) top left no-repeat;
	top: 0px;
	left: 0px;
	width: 100%;
	padding: 65px 0px 0px;
	margin: 0px;
}

#contact {
	position: relative;
	background: url(images/contact_banner.gif) top left no-repeat;
	top: 0px;
	left: 0px;
	width: 100%;
	padding: 65px 0px 0px;
	margin: 0px;
}

#shaawanoki {
	position: relative;
	background: url(images/shaawanoki_banner.gif) top left no-repeat;
	top: 0px;
	left: 0px;
	width: 100%;
	padding: 65px 0px 0px;
	margin: 0px;
}

#tribute {
	position: relative;
	background: url(images/tribute_banner.gif) top left no-repeat;
	top: 0px;
	left: 0px;
	width: 100%;
	padding: 65px 0px 0px;
	margin: 0px;
}

#reports {
	position: relative;
	background: url(images/reports_banner.gif) top left no-repeat;
	top: 0px;
	left: 0px;
	width: 100%;
	padding: 65px 0px 0px;
	margin: 0px;
}

#faq {
	position: relative;
	background: url(images/faq_banner.gif) top left no-repeat;
	top: 0px;
	left: 0px;
	width: 100%;
	padding: 65px 0px 0px;
	margin: 0px;
}


/* CONTENT PROPERTIES */
/* ALL STYLES APPLY TO POSTS AND PAGES */

#content {
	margin: 0px 30px 0px 0px;
	text-align: left;
	float: left;
	width: 560px;
}

#inner_main {
	margin: 10px 0px;
	padding: 0px 25px;
}

/* SIDEBAR PROPERTIES */
/* ALL STYLES HERE APPLY TO SIDEBAR.PHP FILE */

#sidebar {
	float: right;
	width: 400px;
	text-align: left;
}

#inner_side {
	background-color: #FFFFFF;
	margin: 10px 30px 10px 0px;
        color: #006080;
}

ul.blog {
        padding: 5px 10px;
        margin: 0px;
}

.blog h4 {
        background-color: #006080;
        color: #FFFFFF;
        padding: 3px;
        font-size: 14px;
}


.blog h4 a:link {
        color: #FFFFFF;
        text-decoration: none;
}

.blog h4 a:visited {
        color: #FFFFFF;
        text-decoration: none;
}

.blog h4 a:hover {
        color: #FFFF00;
        text-decoration: none;
}

.blog h4 a:active {
        color: #FFFFFF;
}

.right {
       margin-left: 240px;
}

/* FOOTER PROPERTIES */
/* ALL STYLES HERE APPLY TO FOOTER.PHP FILE */

#footer {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #0066FF;
	padding: 10px 0px;
	border-top: 3px solid #000000;
	position: relative;
}

#footer ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#footer ul li {
	display: inline;
        padding: 0px 5px;
}

#footer a:link {
        color: #0066FF;
        text-decoration: none;
}

#footer a:visited {
        color: #0066FF;
        text-decoration: none;
}

#footer a:hover {
        color: #000000;
        text-decoration: none;
}

#footer a:active {
        color: #0066FF;
}