/*  
Theme Name: New Theme
Theme URI: YourWebsite.com
Description: Your Theme Description
Version: 1.0
Author: Your Name
Author URI: http://www.yourwebsite.com

*/

* {
	margin: 0;
}
html, body {
	height: 100%;
}


body{
	margin: 0 auto 0 auto;
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 14px;
	font-color: #5f5654;
	text-align: left;
	vertical-align: top;
	background-color: #fff;
	
}

a:link, a:visited{
	text-decoration: none;
	color: #75491f;
}

a:hover{
	text-decoration: none;
	color: #f8be40;
}




li {list-style: none;}

p{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 14px;
	color: #5f5654;
	text-align: left;
	margin-top: 0;
	line-height:18px;
	padding-top:20px;
}


h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:30px;
	color:75491f;
	letter-spacing:-.5px;
}


h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color: #75491f;
	padding-top: 20px;
	margin-bottom: -20px;
	text-transform: uppercase;


}

h3{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color: #75491f;

}

small{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 14px;
	text-align: left;
	padding-bottom:50px;
	}
	


#wrapper{
	min-height: 100%;
	height: auto !important;
	margin: 0 auto -65px; /* the bottom margin is the negative value of the footer's height */
	width: 720px;
	background-color:#fff;
	
}



#header{
	width: 720px;
	background-image: url(http://wakelyspace.com/wp-content/themes/wakely/images/header08.jpg);
	height: 295px;
}





.path {
	color: #75491f;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
	text-transform:uppercase;
	padding-top: 10px;
	padding-bottom: 7px;
	padding-left: 20px;
	background-color: #f8be40;
	

}
.path li,.path ul {
	display: inline;
	padding: 20px;
}
.path a {
	color: #75491f;
	font:bold;
	text-decoration: none;
	text-transform:uppercase;
	font-weight:bold;
	letter-spacing:-.5px;
}
.path a:hover {
	color: #fff;
	font-weight:bold;
	text-decoration: none;
	text-transform:uppercase;

}


#stripe {
	margin-top: 4px;
	height: 8px;
	width: 720px;
	background-image:  url(http://wakelyspace.com/wp-content/themes/wakely/images/stripe01.jpg);
	
}


#box{
	margin-top: 35px;
	margin-left: 20px;
	margin-bottom: 20px;
	padding-right: 20px;
	width: 440px;
	position: relative;
	float: left;
		
}



.sidebar{
	height: 100%;
	background-color:f1ece8;

}


.push {

/*Again, this should be the height size of the footer*/

height: 65px;

}


#footer{
	color: #75491f;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
	clear: both;
	background-image: url(http://wakelyspace.com/wp-content/themes/wakely/images/footer01.jpg);
	position:relative;
	bottom:0;
	width:720px;
	height: 65px;   /* Height of the footer */

	margin-right: auto;
	margin-left: auto;
	
		
}

#footer a{
	color: #75491f;
	font:bold;
	text-decoration: none;
	font-weight:bold;
	letter-spacing:-.5px;
}

#footer a:hover {
	color: #ffffff;
	font-weight:bold;
	text-decoration: none;

}

#footer p{
	vertical-align: middle;
	text-align:center;
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
	padding-top: 32px;
}





/* navigation */
.navigation{
	margin-bottom: 20px;
	margin-top: 30px;
	margin-right: 20px;
	padding-top: 190px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	background-color: #fef5e3;
	width: 180px;
	float: right;
	height: 100%;
	background-image: url("http://wakelyspace.com/wp-content/themes/wakely/images/side_image01.jpg");
	background-repeat: no-repeat;

}
.navigation h2{
	color: #ffbc34;
	font: bold 18px Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	margin: 0;
	line-height:30px;
	padding-top:15px;


}
.navigation ul{
	padding: 0;
}
.navigation li a{
	font-size: 14px;
	text-decoration: none;
	font-color: #75491f;
	line-height:18px;

}
.navigation li a:hover{
	font-color: #f8be40;
	text-decoration: none;
}


.navigation_bottom{
	margin-bottom: 20px;
	margin-top: 15px;
	margin-right: 20px;
	width: 200px;
	float: right;
	height: 100%;
}



.comments-template{
	margin: 50px 0 0;
	margin-bottom: 20px;
	border-top: 1px solid #ccc;
	padding: 10px 0 0;
}

.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 #ccc;
}

.comments-template h2, .comments-template h3{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 20px;
}

.commentmetadata{
	font-size: 14px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 14px;
}

