@charset "UTF-8";
/* CSS Document */

/*  
Theme Name: My Amazing Day
Theme URI: www.rhema-media.com
Description: This theme was developed for exclusive use by Crayford Christian Fellowship.
Version: 1.0
Author: Brad Bucceri
Author URI: http://www.rhema-media.com/
*/

* {
padding: 0;
margin: 0;
}

body {
	background: #4983c8 url(images/backgrounds/planebg.jpg) no-repeat center fixed;
	font-family: 'helvetica neue','helvetica-neue',helvetica,arial,sans-serif ;
	font-size: 14px;
	color: #434343;
	line-height: 1.5;
}

a {
        text-decoration: none; color:#195f95;
}
a:hover {
        text-decoration: underline;color: #195f95;
}
a:active {
          text-decoration: none; color: #195f95;
}
a:visited {
          text-decoration:none; color: #195f95;
}

img {
	border: none;
}

h1 {
	font-family: inherit;
	font-size: 3em;
	color: #ffffff;
	line-height: 1.3;
}

h2 {
	font-family: inherit;
	font-size: 1.7em;
	color: #21a4cb;
	line-height: 1.3;
	font-weight: bold;
	padding-bottom: 0px;
}

h3 {
	font-family: inherit;
	font-size: 2em;
	color: #434343;
	line-height: 1.3;
	font-weight: normal;
	padding-top: 30px;
}

h4 {
	font-family: inherit;
	font-size: 1.3em;
	line-height: 1.3;
	font-weight: bold;
	padding-left: 5px;
}

p {
	padding-bottom: 4px;
}

.clear {
	clear:left;
	height: 20px;
}

.clear2 {
	clear:both;
	height: 25px;
}

.clear3 {
	clear: both;
	height: 1px;
}

/* ----------------------------------
*  General
*  ----------------------------------
*/
#wrapper {
	position: relative;
	width: 920px;
	padding-left: 10px;
	padding-right: 10px;
	margin: 0px auto;
	margin-bottom: 70px;
}

#header {
	background: url(images/headerbg.png) no-repeat;
	height: 212px;
	width: 919px;
	margin-top: 15px;
}

.logo {
	margin-left: 30px;
	padding-top: 15px;
}

#container {
 	margin-top: 30px;
}
/* ----------------------------------
*  Navigation
*  ----------------------------------
*/
.mainNav {
	padding-top: 30px;	
}

.mainNav li {
	list-style-type: none;
	list-style: none;
	display: inline;
	margin-left: 30px;
}

.mainNav li a {
	padding-top: 35px;	
	color: #434343;
	font-size: 16px;
	text-decoration: none;
	font-weight: bold;
}

.mainNav a:hover {
	color: #21a4cb;
	text-decoration: none;
}

.current_page_item {
	color: #21a4cb;
}
/* ----------------------------------
*  post
*  ----------------------------------
*/
.bodytop {
	background: url(images/bodytop.png) no-repeat;
	width: 920px;
	height: 12px;
	margin-top: 20px;
}

.bodymiddle {
	background: url(images/bodybg.png) repeat;
	width: 897px;
	border-left: solid 1px #fff;
	border-right: solid 1px #fff;
	padding-left: 10px;
	padding-right: 10px;
}

.bodymiddle a {
	color: #21a4cb;
}

.bodybottom {
	background: url(images/bodybottom.png) no-repeat;
	width: 920px;
	height: 12px;
	margin-bottom: 20px;
}

.welcomemsg {
	text-align: right;
}

.size-full {
	float: left; 
	padding-right: 20px;
	width: 432px;
	height: 263px
}

.title {
	float: right;
	width: 445px;
}

.date {
	position: absolute;
	background: url(images/date.png) no-repeat;
	margin-left: -21px;
	width: 98px;
	height: 47px;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	padding-top: 8px;
	padding-left: 4px;
}

.spacer {
	height: 60px;
}

.metawrap {
	background: #fff;
	float: right;
	width: 443px;
	margin-top: 20px;
	border: solid 1px #e3ecf4;
	border: solid 1px #e3ecf4;
}

.metadata {
	background: #434343;
	width: 431px;
	padding: 5px;
	color: #fff;
	border: solid 1px #323232;
	border: solid 1px #323232;
}

.rule {
	background: url(images/hr.png) repeat-x;
	height: 2px;
	padding-bottom: 25px;
}

.voter {
	float: right;
	width: 46px;
	margin-right: 11px;
}

p.postmetadata {
	padding-top: 20px;
}
/* ----------------------------------
*  Comments
*  ----------------------------------
*/
.voterComments {
	float: right;
	width: 46px;
	margin-right: 11px;
	padding: 5px;
}

.metawrapcomments {
	background: #fff;
	float: right;
	width: 443px;
	margin-top: 20px;
	border: solid 1px #e3ecf4;
	border: solid 1px #e3ecf4;
}

.metadatacomments {
	background: #434343;
	width: 441px;
	padding: 0px;
	color: #fff;
	border: solid 1px #323232;
	border: solid 1px #323232;
}

.commentStyle {
	padding: 5px;
	background: #666;
	min-height: 100px;
}

.comments-template{
	margin: 30px 0 0;
	/*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 h3{
	font-family: 'helvetica neue','helvetica-neue',helvetica,arial,sans-serif;
	font-size: inherit;
	color: #21a4cb;
	line-height: 1.3;
	font-weight: bold;
	padding-left: 5px;
	padding-top: 20px;
	padding-bottom: 15px;
}

.commentmetadata{
	font-size: 14px;
}

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

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

.alt {
	background: #333;
	min-height: 100px;
}

#commentform {
	padding-left: 5px;
}

.field {
	width: 377px;
	border: solid 1px #333;
	padding-top: 3px;
	height: 17px;
	padding-left: 3px;
}

.textArea {
	width: 420px;
	border: solid 1px #333;
	padding-top: 3px;
	padding-left: 3px;
}

/* ----------------------------------------------------------------
*  form styles
* ----------------------------------------------------------------
*/

input.wpcf7-validates-as-required {
	width: 300px;
	height: 18px;
	border: solid 1px #999;
	padding-top: 4px;
	margin-bottom: 10px;
}


/* ----------------------------------
*  Footer
*  ----------------------------------
*/
.bottombar {
	background: url(images/bottmbar.png) repeat-x;
	height: 52px;
	width: 100%;
	position: fixed; 
	clear: both;
	bottom: 0; 
	border: none; 
	padding: 0 0 0 0; 
	text-align: center; 
	color: #335500; 
}

.bttns {
	float: right;
	padding-top: 8px;
	margin-right: 8px;
}

.bottomlogo {
	float: left;
	padding-top: 10px;
	margin-left: 8px;
	color: #999999;
	font-size: 10px;
}