/* 
	Theme Name: FWF
	Theme URL: http://www.fourwallflight.com
	Description:  FWF Custom Theme
	Author: Gretchen Cawthon & Katrina Fisher
	Author URI: http://thymefordesign.com
	Version: 1.0
*/


body {
	background: #fbfbf9 url(images/bg.jpg) no-repeat top center;
	color: #603512;
	font: 14px/150% Tahoma, Sans-Serif;
	margin: 0 auto 0;
	padding: 0;
	
	}

#wrap {
	width: 960px;
	margin: 0 auto 0;
	padding: 0;
	/*min-height: 1200px;*/
		}

/************************************************
*	Hyperlinks									*
************************************************/
a, a:visited {
	color: #00767c;
	text-decoration: none;
	}

a:hover      {
	text-decoration: underline;
	}

a:hover img {
	text-decoration: underline;
	}	
	
/************************************************
*	Headers									*
************************************************/	
	
h1 {
	color: #92278f;
	font-size: 200%;
	font-family: Palatino, Sans-Serif;
	font-weight: normal;
	margin: 0;
	padding: 15px 0px;
	/*text-align: center;*/
	letter-spacing: 3px;
	}

h1 a, h1 a:visited  {
	color: #00767c;
	text-decoration: none;
	font-weight: 900;
	letter-spacing: 3px;
	}

h1 a:hover {
	color: #00767c;
	text-decoration: underline;
	}	
	
h2 {
	color: #92278f;
	font-size: 180%;
	font-family: Palatino, Sans-Serif;
	font-weight: normal;
	padding: 5px 0;
	margin: 4px 0 0 0;
	letter-spacing: 3px;
	}	
	
h3 {
	color: #92278f;
	font-size: 150%;
	font-family: Palatino, Sans-Serif;
	margin: 0;
	padding: 5px 0;
	letter-spacing: 3px;
	}	
	
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -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;
}
	

/************************************************
*	Navbar  									*
************************************************/

#header {
	position: relative;
	/*background: transparent url(images/logo.png) no-repeat top center;*/
	width: 960px;
	height: 220px;
	margin: 0 auto 0;
	padding: 0;
	}
	
#header h1 {display: none;}	


/************************************************
*	Content 					     		    * 
************************************************/

#content {
	width: 960px;
	margin: 0;
	padding: 0;
	}

#content p {
	padding: 10px 0;
	margin: 0;
	}		

#content p img {
	border: none;
    margin: 10px;
	}

#contentleft {
	float: left;
	width:580px;
	margin: 0;
	padding: 0 50px;
	}
	
#contentleft img.wp-smiley {
	vertical-align: -25%;
	float: none;
	padding: 0;
	margin: 0; 
}	

#contentleft ol{
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 10px 0px;
	}

#contentleft ol li{
	margin: 0px 0px 0px 20px;
	padding: 10px 0px 10px 0px;
	line-height: 18px;
	}

#contentleft ul{
	list-style-type: disc;
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 10px 0px;
	clear: both;
	}

#contentleft ul li{
	list-style-type: disc;
	margin: 0px 0px 0px 20px;
	padding: 10px 0px 10px 0px;
	line-height: 18px;
	}

blockquote {
	margin: 0px 45px 10px 45px;
	padding: 0px 25px 0px 10px;
	background: #bbdeea;
	border-top: 2px solid #00767c;
	border-bottom: 2px solid #00767c;
	}

#content blockquote p {
	margin: 0px 0px 10px 0px;
	padding: 10px 0px 0px 0px;
	}

#contentleft .user-meta {
	float: left;
	border-bottom: 1px dotted gray;
	font-size: 12px;
	width: 100%;
	margin: 0 10px 5px 0;
	color: #555;
	}
	
#contentleft .user-meta p {
	font-size: 12px;
	margin: 0;
	padding: 2px 0;
	}	
	
.post-divider {
	float: left;
	width:495px;
	height: 5px;
	margin: 0;
	padding: 0;
	border-bottom: 4px solid #000000;
	text-align: center;
	}	

/************************************************
* Sidebar 					     	    * 
************************************************/

#sidebar {
	float: right;
	width: 220px;
	margin: 0;
	padding: 0 20px 0 10px;
	/*border-left: 1px solid #00767c;*/
	}
	
#sidebar h2 {
	color: #007c84;
	font-size: 18px;
	font-family: Palatino, Sans-Serif;
	font-weight: normal;
	padding: 5px 5px 5px 5px;
	margin: 4px 0 0 0;
	text-align: center;
	}

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

#sidebar ul li {
	display: block;
	float: left;
	padding: 0px;
	margin: 0px;
	}

/*#sidebar ul li a {
	color: #00767c;
	text-decoration: none;
	}

#sidebar ul li a:hover {
	text-decoration: underline;
	color: #00767c;
	}*/

#sidebar p{
	padding: 3px 0px 0px 5px;
	margin: 0px;
	line-height: 22px;
	}
	
#newsletter {
	margin: 20px 0;
	border-top: 2px solid #00767c;
	border-bottom: 2px solid #00767c;
}		
	
#newsletter h3 {
	font-size: 14px;
}	

li.page_item a {
	width: 220px;
	text-align: center;
	letter-spacing: 2px;
	display: block;
	border: 1px solid #333;
	padding: 2px;
	margin: 5px 0 0 0;
	text-shadow: 0 1px 1px rgba(0,0,0,1);
	-webkit-border-top-left-radius: 100px;
	-webkit-border-bottom-right-radius: 100px;
	-webkit-border-bottom-left-radius: 20px;
	-webkit-border-top-right-radius: 20px;
	-moz-border-radius-topleft: 100px;
	-moz-border-radius-bottomright: 100px;
	-moz-border-radius-topright: 20px;
	-moz-border-radius-bottomleft: 20px;
	border-top-left-radius: 100px;
	border-bottom-right-radius: 100px;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	color: #fff;
	background: #92278f;
	background: -webkit-gradient(linear, left top, left bottom, from(#92278f), to(#732983));
	background: -moz-linear-gradient(top,  #92278f,  #732983);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#92278f', endColorstr='#732983');
}

li.page_item a:hover {
	text-decoration: none;
	letter-spacing: 2px;
	color: #92278f;
	/*background-color: #cfdfdb;*/
	background-color: #00767c;
	/*border: 1px solid #00767c;*/
	border: 1px solid #d5dfdb;
	padding: 2px;
	margin: 5px 0 0 0;
	text-shadow: 0 1px 1px rgba(0,0,0,.5);
	-webkit-border-top-left-radius: 100px;
	-webkit-border-bottom-right-radius: 100px;
	-webkit-border-bottom-left-radius: 30px;
	-webkit-border-top-right-radius: 30px;
	-moz-border-radius-topleft: 100px;
	-moz-border-radius-bottomright: 100px;
	-moz-border-radius-topright: 30px;
	-moz-border-radius-bottomleft: 30px;
	border-top-left-radius: 100px;
	border-bottom-right-radius: 100px;
	border-top-right-radius: 30px;
	border-bottom-left-radius: 30px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	background: #fff;
	/*background: -webkit-gradient(linear, left top, left bottom, from(#d4ecec), to(#baeef0));
	background: -moz-linear-gradient(top,  #d4ecec,  #baeef0);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#d4ecec', endColorstr='#baeef0');*/
	
}	
	
	
.textwidget {
	margin: 20px 0 0 0;
}	
	
/************************************************
*	Footer  									*
************************************************/

#footer {
	background: url(images/footer.jpg) no-repeat top center;
	width: 1000px;
	color: #000; 
	margin: 150px auto 0;
	padding: 0;
	text-align: left;
	position: relative;
	height:250px;
	}

#footer p {
	color: #000;
	padding: 150px 0 0 0;
	margin: 0;	
    text-align:center;
	}

/*#footer a {
	color: #AAAAAA;
	text-decoration: none;
	}

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


/************************************************
*	Comments									*
************************************************/

#commentblock {
	width: 430px;
	color: #000000;
	float: left;
	padding: 20px 0 10px 0;
	margin: 10px 0px 0px 0px;
	border-top: 2px solid #dbd4b2;
	border-bottom: 1px solid #dbd4b2;
	}

#commentblock ol {
	list-style-type: square;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
	}
	
ol.commentlist li {
	margin: 0 0 8px 0;
	line-height: 20px;
	padding: 0;
	list-style-type:none;
	border-top: 5px double #bbdeea; 
	}	

.commentdate {
	font-size: 12px;
	padding-left: 0px;
	}

#commentlist li p {
	margin-bottom: 8px;
	line-height: 20px;
	padding: 0px;
	}

.commentname {
	color: #333333;
	margin: 0px;
	padding: 5px 5px 5px 0px;
	}

.commentinfo{
	clear: both;
	}
	
.comment-top {
	clear: both;
	margin: 0;
	padding: 0;
	width: 420px;
	height: 35px;
	}	

.comment-middle {
	clear: both;
	margin: 0;
	padding: 5px 0 5px 0;
	width: 420px;
	}

.commenttext {
	margin: 0;
	padding: 0 20px 0 20px;
	}
	
.comment-bottom {
	/*clear: both;*/
	float: left;
	margin: 0 0 10px 0;
	padding: 0;
	width: 420px;
	height: 20px;
	background: #ddbbbb url(images/comment-bottom.png) top center no-repeat;
	}

.commenttext-admin {
	clear: both;
	margin: 3px 0px 10px 0px;
	padding: 20px 10px 5px 10px;
	width: 400px;
	background: #ddbbbb url(images/comment-top.png) no-repeat top;
	}

#commentsformheader{
	padding-left: 0px;
	}

#commentsform{
	text-align: center;
	margin: 0px;
	padding: 0px;
	}

#commentsform form {
	text-align: left;
	margin: 0px;
	}

#commentsform p {
	margin: 0px;
	}

#commentsform form textarea {
	width: 99%;
	}

p.comments_link img {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}
