/*

Theme Name: Word Within
Theme URI: http://aquavitacreative.com
Description: The default Word Within theme by<a href="http://aquavitacreative.com">Aqua Vita Creative</a>.
Version: v1.0
Author: Jonathan Cox & Sean Ferguson
Author URI: http://aquavitacreative.com
Tags: Systems Integration Group, Aqua Vita Creative

*/

/* CSS Document */

/* Body Structure Rules Begin */

body {
	background: #101A25 url(http://wordwithin.org/wp-content/themes/wordwithin/images/bg.jpg) no-repeat scroll center top;
	margin: 0;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	
}

#container {
	width: 100%;
	margin: auto;
}

.clearFloat {
	display: block;
	clear: both;
}

.divider {
	display: block;
	float: left;
	clear: both;
	width: 99%;
	height: 5px;
	margin: 15px 0;
	border-top: 2px dotted #FFF; 
}

hr {
	color: #FFF;
	margin: 15px auto;
}

/* Body Structure Rules End */


/* Header Rules Begin */

#header {
	display: block;
	width: 821px;
	height: 177px;
	margin: auto;
	color: #666666;
}


#logo {
	display: block;
	margin: auto;
}


/* Header Rules End */


/* Navbar Rules Begin */

#navbarBG {
	width: 100%;
	background: url(http://wordwithin.org/wp-content/themes/wordwithin/images/ww-nav_barpost.jpg) repeat-x;
}

#navbar {
	display: block;
	width: 821px;
	height: 23px;
	margin: auto;
}

#navbar img {
	margin: 0 -4px 0 0;
	padding: 0;
}


/* Navbar Rules End */


/* Content Area Rules Begin */

#contentWrap {
	display: block;
	width: 821px;
	margin: auto;
	background: url(http://wordwithin.org/wp-content/themes/wordwithin/images/bg2.jpg) repeat-y;
}

#contentArea {
	display: block;
	float: left;
	width: 475px;
	padding: 5px;
	/*background: #e9f5fb;*/
	background-color:#FFF
}

#sidebarLeft {
	display: block;
	float: left;
	width: 125px;
	padding: 5px;
	font-size: 9pt;
	background: #D8AC6D right top;
}

#sidebarRight {
	display: block;
	float: left;
	width: 175px;
	padding: 5px;
	font-size: 10pt;
	background: #e9f5fb;
}

#footer {
	display: block;
	float: left;
	width: 812px;
	padding: 5px;
	font-size: 8pt;
	color: white;
	background: #D8AC6D url(http://wordwithin.org/wp-content/themes/wordwithin/images/ww-footerbg.jpg);
}


/* Content Area Rules End */



/* Typography Rules Begin */


h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	text-decoration: none;
}

h1 {
	font-weight: bold; 
	font-family: Georgia,'Times New Roman',Times,serif; 
	font-size: 16px; 
	color: rgb(0, 102, 153);
}

h2 {
	font-weight: bold; 
	font-family: Georgia,'Times New Roman',Times,serif; 
	font-size: 16px; 
	color: rgb(0, 102, 153);
}

h3 {
	font-size: .9em;
}

h4 {
	font-size: .8em;
}

h5 {
	font-size: .7em;
}

h6 {
	font-size: .6em;
}

p {
	font-size: 1em;
	margin: 10px 0;
	padding: 0;
}

#contentArea p {
	padding: 0 20px 0 0;
}

#footer p {
	margin: 0 0 0 0;
}

#contentWrap a {
	text-decoration: underline;

}

a:hover {

}

#col1 a:hover {
	text-decoration: underline;
}

#col2 a:hover {
	text-decoration: underline;
}

#contentArea ul {
	font-size: 12pt;
}

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

#footer a:hover {
color: #999999;
}

/* Typography Rules End */

/* Image Rules Begin */

img {
	border: none;
}

/* Image Rules End */




