/*  
Theme Name: aqualand
Theme URI: http://www.wku.edu/imagewest
Description: This theme is designed and coded by.
Version: 1.0
Author:
Author URI:
Tags: red, fixed-width, two-columns, right-sidebar, threaded-comments
*/

/* Global */



 /* float clearing for IE6 */
    * html .clearfix{
      height: 1%;
      overflow: visible;
    }

    /* float clearing for IE7 */
    *+html .clearfix{
      min-height: 1%;
    }

    /* float clearing for everyone else */
    .clearfix:after{
      clear: both;
      content: ".";
      display: block;
      height: 0;
      visibility:hidden;
}
body {
	line-height: 1;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#93A900;
	background-color: #4cb7dc;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
img {
	border:none;
	border-spacing:0;
}
a {
	color:#94AA00;
	top: 40px;
	right: 20px;
}
a:hover {
	text-decoration:none;
}
abbr, acronym {
  cursor: help;
}
blockquote {
  width:434px;
  border-left: 5px solid #222222;
  background: #777777;
  font-style: italic;
  padding-left:10px;
  padding-right:10px;
  margin-left:15px;
}


/* Header */
#header {
	position: relative;
	height:495px;
	float:inherit;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: inherit top;
	background-color: #FFFFFF;
	width: 940px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 20px;
}


#navigation {
	z-index: 100;
	float: right;
	margin: 0px;
	position: absolute;
	right: 30px;
	bottom: 374px;
	height: 31px;
	width: 419px;
}
#navigation ul {
	list-style:none;
	margin:0;
	padding:0;
}
#navigation ul li {
	float:right;
	font-weight:bold;
	font-size:12px;
	padding-right:30px;
}
#navigation ul li a {
	color:#ffffff;
}

#searchform {
	float: right;
	background:#f4aa00;
	margin-right: 30px;
}

#searchform p {
	margin: 20px 0 0 41px;
	padding: 40;
}
#searchform input {
	float: left;
	border: none;
	background: #ffffff;
	color:#000000;
	margin: 0;
}
#searchform .searchtext {
	margin: 2px 8px 0 0;
	width: 124px;
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#searchform .searchbutton{
	width: 60px;
	height: 20px;
}
#searchform label {
	display: none;
}

#titles {
	float:left;
}
#titles h1 {
	font-family:Tahoma;
	font-size:42px;
	line-height:44px;
	margin:0;
}
#titles h1 a {
	text-decoration:none;
	color:#ffffff;
	outline-style:none;
}
#titles h2 {
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	color:#ffffff;
	line-height:18px;
	margin:0;
}

#wrapper {
	position: relative;
	width: 500px;
	height: auto;
	top: 10px;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}




#container {
	width:940px;
	background-color: #FFFFFF;
	height: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position: relative;
}


/* Sidebar */

#sidebar {
	float: right;
	width: 180px;
	padding: 0px 10px 0px 0px;
}

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

#sidebar li {
	padding:0px 0px 0px 0px;
}

#sidebar li ul {
	margin: 5px 15px 5px 15px;
}

#sidebar li li {
	font-size: 14px;
	padding: 5px;
}

#sidebar h2 {
	height: 27px;
	margin: 0px;
	padding: 3px 0px 0px 0px;
	background: url(images/img04.jpg) no-repeat left top;
	font-size: 24px;
	color: #FFFFFF;
	text-align:center;
}

#sidebar a {
	color: #9b2c98;
}



#content {
	float:left;
	width:552px;
	color:#6e6e6e;
	position: relative;
	height: auto;
}
.post {
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 45px;
	width: 552px;
}
.post-footer {
	width:597px;
	height:23px;
	position: relative;
	bottom: 0px;
	float: left;
}

.post h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin: 0 12px;
	line-height: 18px;
}
.post h2 a {
	text-decoration:none;
	outline-style:none;
	color:#9b2c98;
}
.entry {
	line-height:22px;
	padding-top: 0;
	padding-right: 45px;
	padding-bottom: 0;
	padding-left: 12px;
}
.postmetadata {
	margin:10px 0 10px 0;
	padding:3px 0 0 0;
	font-size: 11px;
	color: #939393;
	line-height: 20px;
}
.endline {
	clear: both;
}
.tags {
  padding: 0 0 0 10px;
  width:455px;
  color:#dadada;
  background:#333333;
}
.commentline {
	text-align: right;
	font-weight: bold;
	padding: 10px 20px 0;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
}
.commentline a{
	color:#b81d04;
}

.quickjump {
	text-align:center;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	background:#2d2d2d;
	height: 22px;
}
.jumpleft {
  float: left;
  padding: 0 40px;
}
.jumpright {
  float: right;
  padding: 0 55px;
}
.notfound {
	margin-top: 150px;
	margin-bottom: 150px;
}
.notfound-header {
	height:18px;
	background:url(images/notfound-header.jpg) no-repeat;
}
.notfound h2{
	text-align:center;
	font-size: 40px;
	color: #dddddd;
}

/* Comments */
.comments-template{
	margin: 10px 0 0;
	border-top: 1px solid #cccccc;
	padding: 10px 0 0;
	width: 86%;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #cccccc;
}

.comments-template h2, .comments-template h3{
  font-family: Georgia, Arial, Helvetica, Sans-serif;
	font-size: 16px;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

#commentform p{
	margin: 1px;
}

.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
}

.children {
  list-style:none;
  margin-right:2px;
}
.children li{
  border: 1px #cccccc solid;
  border-left: 5px #bbbbbb solid;
  padding:2px;
}
.children li p{
  padding-left:2px;
}
.comment-author {
  padding:3px;
}
.comment-meta, .reply {
  padding-left:2px;
}

/* Footer */


#footer {
	clear:both;
	width: 940px;
	height: 85px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-color: #F09A09;
	bottom: 0px;
	border-bottom-width: 8px;
	border-bottom-style: solid;
	border-bottom-color: #996600;
}
#footer-copy {
	width:800px;
	height:85px;
	position: relative;
	margin-right:auto;
	margin-left: auto;
	line-height: 18px;
	text-align: center;
	color: #FFFFFF;
}


#footer a {
	color: #ffffff;
}


/* Post Image */
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft, div.alignleft {
	display: block;
	float: left;
	width: 100%;
}


.alignright, div.alignright {
	display: block;
	float: right;
	width: 100%;
}

.alignleft, .alignright{
	width: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
	width: 100%;
	display: block;
}

p img {
	padding: 0;
	max-width: 100%;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left
}
.searchbutton {
	display: block;
}
#body_nav {
	background-color: #aab300;
	height: 350px;
	width: 940px;
	float: left;
	position: relative;
	z-index: auto;
}
#body_nav_background {
	background-image:none);
	height: 350px;
	width: 940px;
	float: left;
	position: relative;
	z-index: 100;
	margin-right: auto;
	margin-left: auto;
	top: 115px;
}
#sub_title {
	height: 45px;
	width: 557px;
	position: absolute;
	left: 18px;
	top: 292px;
}
#top_button_1 {
	background-color:;
	height: 84px;
	width: 205px;
	position: absolute;
	left: 648px;
	top: 179px;
	z-index: 200;
}

#top_button_2 {
	background-color:;
	height: 84px;
	width: 205px;
	position: absolute;
	left: 648px;
	top: 295px;
	z-index: 200;
}

#top_button_3 {
	background-color: #;
	height: 84px;
	width: 205px;
	position: absolute;
	left: 648px;
	top: 409px;
	z-index: 200;
}
#holder {
	background-color: #aab300;
	width: 940px;
}
