/*
Theme Name: Christian Action Adventures
Theme URI: http://www.christianactionadventures.org/
Description: The default Wordpress theme created by <a href="http://www.ooxeye.com">Donny Hansen</a>
Version: 2.0
Author: Donny Hansen
Author URI: http://www.ooxeye.com/
Tags: 

	Christian Action Adventures
	 http://www.christianactionadventures.com

	This theme was designed and built by Donny Hansen,
	whose blog you will find at http://www.ooxeye.com/

	The CSS, XHTML and design are created for Christian Action Adventures and
  may not be duplicated, copied or modified without the express written
  permission of the owner of Christian Action Adventures or their
  representative
*/



/* Begin Typography & Colors */

*{
  padding:0px;
  margin:0px;
  border:0px;
}

a{
  color:#fff;
}

img{
  border:0px;
}

body{
  text-align:center;
  background:url('images/bodyBackground.jpg') repeat;
}

h1{
  text-align:center;
  font-size:30px;
  color:#fff;
}

h2{
  font-size:20px;
  color:#fff;
}

hr{
  background:url('images/seperator_down.png') no-repeat;
  width:1024px;
  height:59px;
  text-align:center;
  margin-top:10px;
}

.clear{
  clear:both;
}

.bookWrapper{
  width:90%;
  border-bottom:3px solid black;
  /* padding-bottom:20px; */
}


.thePost{
  border-bottom:5px solid black;
  padding-bottom:10px;
  margin-bottom:10px;
}

.postText{
  font-size:18px;
  font-weight:normal;
}

.postTitle{
  color:#fff;
  font-size:25px;
  font-weight:bold;
  text-decoration:underline;
}

.postDate{
  color:#fff;
  font-size:12px;
  font-weight:bold;
}

#booksLeftColumn{
  float:left;
  width:75%;
}

#booksRightColumn{
  float:right;
  width:25%;
}

#bioWrapper{
/*
  border-top:1px solid black;
*/
  padding-top:20px;
}

#bioLeftColumn{
  width:42%;
  text-align:center;
  float:left;
}

#bioRightColumn{
  width:54%;
  float:right;
}

#footerWrapper{
  margin-top:10px;
  border-top:5px solid black;
  padding:10px;
  color:#fff;
}

#footerWrapper a{
  color:#fff;
  text-decoration:none;
}

#footerLeftColumn{
  float:left;
}

#footerRightColumn{
  float:right;
}

#header{
  width:1024px;
  height:248px;
  background:url('images/headerBackground.png') no-repeat;
}

#navigation{
  margin:0px 10px;
  text-align:center;
}

#navigation a{
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  font-size:24px;
  font-style: italic;
  font-weight:bold;
  color:#fff;
  text-decoration:none;
}

#navigation a:hover{
  text-decoration: underline;
}

#navigation li{
  display:inline;
  list-style-image: none;
  list-style-type: none;
  padding:0px 10px;
}

#navigationWrapper{
  height:50px;
  width:1024px;
  background:url('images/navigationBackground.png') repeat-x bottom;
}

#page{
  width:1024px;
  margin:0 auto;
  text-align:left;
  border-left:1px solid black;
  border-right:1px solid black;
  border-bottom:5px solid black;
  background:url('images/pageBackground.png') repeat-x bottom;
  min-height:500px;
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  font-weight:bold;
  font-size:14px;
}

#pageBody{
  padding:10px;
}

#pageLeftColumn, #pageLeftColumn_inner_leftColumn{
  width:48%;
  float:left;
}

#pageLeftColumn_inner_leftColumn{
  text-align:center;
}

#pageRightColumn, #pageRightColumn_inner_rightColumn{
  width:48%;
  float:right;
}
