/*
Theme Name: Fully Persuaded Ministries
Theme URI: http://www.fp-min.org
Description: The default theme for Fully Persuaded Ministries
Version: 1.0
Author: AM Creative
Author URI: http://www.allenmoorecreative.com/
Tags: fpmin, Fully Persuaded Ministries

	fpmin
	 https://fpmin.org

	This theme was designed and built by AM Creative
	whose blog you will find at http://www.allenmoorecreative.com/
*/

/* HTML Rules
------------------------------- */
html
{
	text-align: center;
	
}
body
{
	margin: 0 auto;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	background: url(images/bg.jpg) #ffffff repeat top center;
	background-attachment: fixed;
	height: 100%;
	color: #000101;
}
fieldset, img
{
	border: 0;
}
.clear
{
	clear: both;
}
p
{
	margin-top: 0px;
	margin-bottom: 0px;
}
/* Align Rules
------------------------------- */
img.alignleft
{
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}
.alignleft
{
	float: left;
}
.alignright
{
	float: right;
}
/* Form Rules
------------------------------- */
input.contact
{
	width: 340px;
	padding: 9px;  
    border: solid 1px #999;  
    outline: 0;  
    font: normal 13px/100% Verdana, Tahoma, sans-serif;  
    background: #FFFFFF;
}
input:hover, textarea:hover,  
input:focus, textarea:focus
{  
    border-color: #C9C9C9;  
}
input, textarea
{  
    box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;  
    -moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;  
    -webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;  
}
textarea.contact
{
	width: 600px;
	height: 240px;
	padding: 9px;  
    border: solid 1px #999;  
    outline: 0;  
    font: normal 13px/100% Verdana, Tahoma, sans-serif;  
    background: #FFFFFF; 
}
.form-label
{  
    margin-left: 10px;  
    color: #333;
	font-size: 0.875em;
}
/* Body Rules
------------------------------- */
#container-wrapper
{
	width: 100%;
	margin: 0 auto;
	position: relative;
	text-align: center;
}
/* Header Rules
------------------------------- */
#header-wrapper
{
	width: 100%;
	height: 150px;
	background: url(images/header-bg.jpg) repeat-x top left #000000;
	margin: 0 auto;
	position: relative;
	text-align: center;
}
#header
{
	width: 970px;
	height: 150px;
	margin: 0 auto;
	position: relative;
	text-align: left;
}
#header-left
{
	width: 371px;
	height: 150px;
	float: left;
	text-align: left;
}
#header-right
{
	width: 590px;
	height: 84px;
	padding-top: 66px;
	float: right;
	text-align: right;
}
#header-right ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}
#header-right ul li
{
	list-style: none;
	display: inline;
}
#header-right ul li a
{
	font-size: 1.125em;
	color: #ffffff;
	text-decoration: none;
	padding-left: 1em;
}
#header-right ul li a:hover
{
	font-size: 1.125em;
	color: #0a5885;
	text-decoration: none;
}
/* Panel Rules
------------------------------- */
#panel-wrapper
{
	width: 100%;
	height: 400px;
	background: url(images/panel-bg.jpg) no-repeat top center;
	margin: 0 auto;
	position: relative;
	text-align: center;
}
#panel
{
	width: 970px;
	height: 400px;
	margin: 0 auto;
	position: relative;
	text-align: center;
	font-size: 1.125em;
}
#panel-left
{
	width: 540px;
	height: 330px;
	padding-top: 70px;
	float: left;
	text-align: justify;
	color: #ffffff;
	text-shadow: #000000 3px 3px 1px;
	line-height: 1.75em;
}
#panel-right
{
	width: 409px;
	height: 400px;
	float: right;
	text-align: right;
}
/* Twitter Stream Rules
------------------------------- */
#tweet-wrapper
{
	width: 100%;
	height: 109px;
	background: url(images/tweet-bg.jpg) repeat-x top left;
	margin: 0 auto;
	position: relative;
	text-align: center;
}
#tweet
{
	width: 970px;
	height: 81px;
	padding-top: 19px;
	margin: 0 auto;
	position: relative;
	text-align: left;
}
#tweet .latest
{
	width: 185px;
	height: 45px;
	padding-top: 16px;
	font-size: 1.875em;
	color: #ffffff;
	float: left;
	position: relative;
	left: 0px;
}
#tweet .box
{
	width: 601px;
	height: 61px;
	background: url(images/tweet-box-bg.png) no-repeat top left;
	float: left;
	position: relative;
	color: #ffffff;
	font-family: sans-serif;
	font-size: 0.875em;
	line-height: 1.25em;
	font-weight: lighter;
}
.box a
{
	color: #6bc2ff;
	text-decoration: none;
}
.box a:hover
{
	color: #ffffff;
	text-decoration: underline;
}
.box ul
{
	list-style: none;
	margin-left: -20px;
	margin-top: 5px;
}
.box ul li
{
	list-style: none;
	margin-left: -10px;
}
.more-updates
{
	width: 108px;
	height: 61px;
	background: url(images/tweet-more-updates.png);
	background-position: 0px 0px;
	float: left;
	position: relative;
}
.more-updates-link
{
	width: 108px;
	height: 61px;
	display: block;
	background: url(images/tweet-more-updates.png);
	background-position: 0px 0px;
}
.more-updates-link:hover
{
	background: url(images/tweet-more-updates.png);
	background-position: 0px -71px;
}
/* Content Rules
------------------------------- */
#page-wrapper
{
	width: 100%;
	height: 100%;
	overflow: auto;
	margin: 0 auto;
	position: relative;
	text-align: center;
	padding-top: 40px;
}
#content-wrapper
{
	width: 100%;
	height: 100%;
	margin: 0 auto;
	position: relative;
	text-align: center;
	padding-top: 40px;
}
#content
{
	width: 970px;
	height: 100%;
	margin: 0 auto;
	position: relative;
	text-align: left;
	color: #000000;
	line-height: 1.5em;
}
#content strong
{
	font-weight: bold;
	font-size: 1em;
	color: #73b6dd;
}
#content h1
{
	font-size: 2.5em;
	margin-top: 0px;
	margin-bottom: 10px;
	font-weight: normal;
	color: #0a5885;
}
#content h2
{
	font-size: 2em;
	margin-top: 20px;
	margin-bottom: 5px;
	font-weight: normal;
	color: #000101;
}
#content .left
{
	width: 475px;
	height: 100%;
	float: left;
	text-align: left;
	overflow: auto;
	margin: 0 auto;
}
#content .right
{
	width: 475px;
	height: 100%;
	float: right;
	text-align: left;
	overflow: auto;
	margin: 0 auto;
}
#content .eventmain
{
	width: 475px;
	height: 100%;
	overflow: auto;
	background: url(images/event-bottom.png);
	background-position: bottom;
	background-repeat: no-repeat;
	padding-bottom: 5px;
	padding-top: 10px;
}
#content .event
{
	width: 970px;
	height: 100%;
	overflow: auto;
	background: url(images/event-bottom.png);
	background-position: bottom;
	background-repeat: no-repeat;
	padding-bottom: 5px;
	padding-top: 10px;
}
#content .date
{
	font-size: 2.25em;
	color: #000101;
}
#content .title
{
	font-size: 1.625em;
	color: #000101;
}
#content .time
{
	font-size: 1em;
	color: #000101;
	font-style: italic;
}
#content a
{
	color: #73b6dd;
	text-decoration: none;
}
#content a:hover
{
	color: #000000;
	text-decoration: underline;
}
#content img
{
	padding-right: 10px;
	padding-bottom: 10px;
}
#content li
{
	margin-left: 20px;
}
#content .blog-title
{
	font-size: 1.5em;
	margin-top: 0px;
	margin-bottom: 40px;
	font-weight: 900;
	color: #73b6dd;
}
/* Sidebar Rules
------------------------------- */
#sidebar
{
	width: 250px;
	height: 100%;
	float: right;
	margin: 0 auto;
	text-align: left;
}
#sidebar h2
{
	width: 250px;
	height: 20px;
	font-size: 1.125em;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: normal;
	color: #000000;
}
#sidebar .latest-video
{
	width: 250px;
	height: 100%;
	background: url(images/lv-bg.png) no-repeat top center;
	padding-top: 20px;
}
#sidebar .latest-video-content
{
	width: 230px;
	height: 130px;
	background: url(images/latest-video-bg.png) no-repeat top center;
	padding: 10px 10px 25px 10px;
}
#sidebar .title
{
	font-size: 0.875em;
	color: #000000;
}
#sidebar .date
{
	font-size: 0.75em;
	color: #000000;
}
#sidebar p
{
	margin-top: 0px;
	margin-bottom: 0px;
}
#sidebar .latest-tweets
{
	width: 250px;
	height: 100%;
	background: url(images/lv-bg.png) no-repeat top center;
	padding-top: 5px;
	color: #000000;
}
.latest-tweets li
{
	list-style: none;
	margin-left: -40px;
	margin-top: 0px;
}
.latest-tweets a
{
	color: #7496c9;
	text-decoration: none;
}
.latest-tweets a:hover
{
	color: #000000;
	text-decoration: underline;
}
/* Soclal Media Rules
------------------------------- */
#social-media-wrapper
{
	width: 100%;
	height: 210px;
	background: url(images/social-bg.png) no-repeat top center;
	margin: 0 auto;
	position: relative;
	text-align: center;
}
#social-media
{
	width: 970px;
	height: 110px;
	padding-top: 100px;
	margin: 0 auto;
	position: relative;
	text-align: left;
	color: #ffffff;
}
#social-media-left
{
	width: 495px;
	height: 30px;
	float: left;
	text-align: left;
}
#social-media-right
{
	width: 470px;
	height: 30px;
	float: right;
}
/* Social Media Navigation Rules
------------------------------- */
.twitter
{
	width: 142px;
	height: 28px;
	background: url(images/twitter-01.png) no-repeat;
	float: right;
}
.twitter-link
{
	width: 142px;
	height: 28px;
	display: block;
	background: url(images/twitter-01.png) no-repeat;
	float: right;
}
.twitter-link:hover
{
	background: url(images/twitter-02.png) no-repeat;
	float: right;
}
.facebook
{
	width: 200px;
	height: 28px;
	background: url(images/facebook-01.png) no-repeat;
	float: right;
}
.facebook-link
{
	width: 200px;
	height: 28px;
	display: block;
	background: url(images/facebook-01.png) no-repeat;
	float: right;
}
.facebook-link:hover
{
	background: url(images/facebook-02.png) no-repeat;
	float: right;
}
/* Footer Rules
------------------------------- */
#footer-wrapper
{
	width: 100%;
	height: 90px;
	margin: 0 auto;
	position: relative;
	text-align: center;
}
#footer
{
	width: 970px;
	height: 90px;
	margin: 0 auto;
	position: relative;
	text-align: center;
	color: #ffffff;
	font-size: .625em;
}
#footer-left
{
	height: 90px;
	width: 700px;
	text-align: left;
	float: left;
	color: #000000;
	line-height: 16px;
}
#footer-left ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}
#footer-left ul li
{
	list-style: none;
	display: inline;
}
#footer-left ul li a
{
	color: #0a5885;
	text-decoration: none;
	padding-right: 1em;
}
#footer-left ul li a:hover
{
	color: #000000;
	text-decoration: none;
}
#footer-right
{
	height: 90px;
	width: 260px;
	text-align: right;
	float: right;
}
.am-creative
{
	width: 195px;
	height: 30px;
	background: url(images/am-creative-01.png) no-repeat;
	float: right;
}
.am-creative-link
{
	width: 195px;
	height: 30px;
	display: block;
	background: url(images/am-creative-01.png) no-repeat;
	float: right;
}
.am-creative-link:hover
{
	background: url(images/am-creative-02.png) no-repeat;
	float: right;
}
.powered-by
{
	width: 100px;
	height: 30px;
	float: right;
	padding-top: 5px;
}
#bcvideo
{
	width: 640px;
	height: 360px;
	display: none;
}