/*   
Theme Name: SteveFry
Description: Designed and Coded by subtlemonsters for stevenfry.org
Author: Ian and Beverly Wallbrech
Version: 1.0
*/

/* @group Resets */

/* Resets */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* End Resets*/

/* @end */

html {
	
}
body {
	font: 100%/1.3em "Helvetica Neue", Arial, Helvetica, sans-serif;
}

/* @group General */

a {
	color: #1d1868;
}
a:visited {
	color: #6b0c6a;
}
p {
	margin-bottom: 7px;
	clear: both;
}
ul, ol, dd {
	margin-bottom: 7px;
	margin-left: 40px;
}
ul {
	list-style-type: disc;
}
ol {
	list-style-type: decimal;
}
li {
	
}
dl {
	list-style-type: disc;
}
dt {
	
}
dd {
	
}
h1, h2, h3, h4, h5, h6 {
	font-family: Helvetica, "Helvetica Neue", Arial, sans-serif;
	font-weight: bold;
	margin-bottom: 10px;
}
h1, h1 a, h1 a:hover, h1 a:visited {
	font-size: 15px;
	text-transform: uppercase;
	color: #940000;
	text-decoration: none;
}
h2, h2 a, h2 a:hover, h2 a:visited {
	color: #940000;
	font-size: 15px;
	text-decoration: none;
}
h3 {
	
}
h4 {
	
}
h5 {
	color: #7e725c;
	font-weight: normal;
	font-style: normal;
}
h6 {
	
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
blockquote {
	margin-left: 40px;
	margin-right: 60px;
}
.alignleft {
	float: left;
	clear: left;
	margin-right: 7px;
	margin-bottom: 7px;
}
.alignright {
	float: right;
	clear: right;
	margin-left: 7px;
	margin-bottom: 7px;
}

.MoreLink, a.MoreLink {
	float: right;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 5px;
	background: url(images/more_arrow.png) no-repeat left center;
	padding-left: 18px;
	text-decoration: none;
	height: 13px;
	color: #940000;
	margin-bottom: 10px;
}
a.MoreLink:hover {
	text-decoration: underline;
}
.ArchiveList_item .MoreLink {
	float: left;
	clear: both;
	margin-left: 20px;
}
#FeatureContent .MoreLink, #FeatureContent a.MoreLink {
	float: right;
	margin-top: 5px;
	background: url(images/more_arrow.png) no-repeat left center;
	color: white;
	text-decoration: none;
	height: 15px;
}
.RSSIcon {
	margin-right: 10px;
}
#RSSIcon {
	position: absolute;
	top: 7px;
	right: 10px;
}

/* @end */

#Page {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}

/* @group Head */

#Head {
	float: left;
	clear: both;
	width: 100%;
}
#TopNav {
	float: left;
	width: 100%;
	position: relative;
}
#TopNav a {
	color: white;
	text-decoration: none;
}
#TopNav ul {
	list-style-type: none;
}
#TopNav li {
	font-weight: bold;
	font-size: .9em;
}

#MajorNav {
	margin: 0;
	padding: 0;
	width: 360px;
	position: absolute;
	right: 0;
	top: 0;
}

#MajorNav li {
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	float: right;
}
#MajorNav li a {
	padding: 7px 10px 14px;
	float: left;
}
#MajorNav li a:hover, .pastor #TopTab_Pastor a, .music-and-books #TopTab_Author a, .speaking-and-events #TopTab_Speaker a {
	padding: 7px 10px 19px;
}
#TopTab_Speaker {
	background-color: #6b0c6a;
}

#TopTab_Author {
	background-color: #8b9439;
	margin-left: 5px;
	margin-right: 5px;
}

#TopTab_Pastor {
	background-color: #1d1868;
}

#MinorNav {
	background-color: #7e725c;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	padding-left: 10px;
	margin: 0 0 0 15px;
	float: left;
	width: 565px;
	padding-right: 10px;
	left: 0;
	top: 0;
}
#MinorNav li {
	float: left;
}
#MinorNav li a {
	padding: 7px 10px;
	float: left;
}
#MinorNav li a:hover, .about #About a, .the-radical-middle #RadicalMiddle a, .blog #Blog a, .ministry-resources #Resources a, .contact #Contact a {
	border-top: 3px solid silver;
	padding-top: 4px;
}
#Masthead {
	float: left;
	width: 100%;
	height: 70px;
	margin-top: 47px;
}
#Logo {
	
}

/* @end */

/* @group Feature */

#Feature {
	width: 100%;
	float: left;
	clear: both;
}
#FeatureBrushEdge {
	float: left;
	width: 100%;
	height: 25px;
	background: url(images/FeatureBrushEdge.gif) no-repeat right bottom;
}
#FeatureNav {
	float: left;
	width: 100%;
	position: relative;
}
#Selectors {
	float: left;
	margin-top: 21px;
}
#Selector1 {
	margin-bottom: 6px;
}

#Selector2 {
	margin-bottom: 6px;
}

#Selector3 {
	
}
.Billboard {
	position: absolute;
	right: 0;
	top: 0;
}
#Billboard1, #Billboard2, #Billboard3 {
	
}
.Billboard .MoreLink {
	position: absolute;
	right: 40px;
	bottom: 20px;
	width: 90px;
	padding: 3px 0 3px 20px;
	background: #fff url(images/more_arrow.png) no-repeat 5px center;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
#FeatureContent {
	height: 260px;
	width: 100%;
	float: left;
	background: #7e725c url(images/angle_bar.png) no-repeat 0 bottom;
	color: white;
	font-size: .8em;
}
#QuickLinks {
	margin-left: 30px;
	margin-top: 5px;
	width: 260px;
	font-size: 12px;
	float: left;
}
#PageQuickLinks {
	margin-top: 5px;
	width: 630px;
	font-size: 12px;
	float: right;
}
#QuickLinks a {
	text-decoration: none;
	color: white;
}
#PageQuickLinks a {
	text-decoration: none;
	color: white;
}
.QuickLink {
	border-bottom: 1px solid #940000;
	height: 50px;
	padding-top: 8px;
}
.PageQuickLink {
	border-top: 1px solid #940000;
	height: 50px;
	padding-top: 8px;
	width: 260px;
	float: right;
	margin-right: 40px;
}
.QuickLink h3, .PageQuickLink h3 {
	color: #940000;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}
#KeepInTouch {
	background: url(images/icon_connect.gif) no-repeat right top;
}
#SermonsFromTheGate {
	background: url(images/icon_sermons.gif) no-repeat right top;
}
#WorshipMusic {
	background: url(images/icon_worship.gif) no-repeat right top;
}
#CartIcon {
	background: url(images/icon_cart.gif) no-repeat right top;
}
#ArchiveIcon {
	background: url(images/icon_archive.gif) no-repeat right top;
}
#WelcomeCopy {
	float: left;
	width: 250px;
	margin-left: 40px;
	margin-top: 20px;
	text-align: justify;
}
#WelcomeCopy p {
	overflow: hidden;
	height: 137px;
}
#HomePictures {
	float: right;
	width: 350px;
	font-size: 11px;
	text-align: center;
	font-style: italic;
}
#HomePictures p {
	overflow: hidden;
}
#PagePict {
	width: 260px;
	height: 250px;
	float: left;
}
#PageBlurb {
	float: right;
	width: 600px;
	margin-top: 10px;
	margin-right: 30px;
	height: 125px;
	overflow: hidden;
}

/* @end */

/* @group Torso */

#Torso {
	float: left;
	clear: both;
	width: 100%;
}
#ContentFeature {
	float: left;
	width: 290px;
	font-size: .8em;
}
#ContentFeature h3 {
	text-transform: uppercase;
	color: #7e725c;
	background: url(images/article_curve.gif) no-repeat left top;
	padding-left: 70px;
	height: 25px;
	border-bottom: 1px solid #7e725c;
	margin-top: 10px;
	padding-top: 7px;
	font-size: 14px;
	margin-bottom: 7px;
	clear: both;
}
.Time {
	text-transform: uppercase;
	font: bold 1em "Lucida Grande", Lucida, Verdana, sans-serif;
	float: left;
	clear: both;
}
.Place {
	float: left;
	clear: both;
	margin-bottom: 7px;
}
#Content {
	width: 650px;
	float: right;
}
#PageContent {
	font-size: .8em;
	line-height: 1.3em;
	margin-top: 30px;
}
#PageContent.CopyBlock {
	margin: 30px 60px 0 50px;
}
#PageContent p {
	text-indent: 2em;
}
h1.ArticleHead {
	border-bottom: 1px solid #940000;
}
#MajorExcerpt {
	margin: 0 30px 0 20px;
}
#MinorExcerpt {
	float: left;
	clear: both;
	margin-top: 30px;
}
#MinorExcerpt h3 {
	color: #7e725c;
	border-bottom: 1px solid #7e725c;
	font-size: 14px;
	float: left;
	clear: both;
	padding-left: 20px;
}
#MinorExcerpt .Entry {
	float: left;
	width: 285px;
	margin: 10px 0 0 20px;
}
#MinorExcerpt p {
	margin-right: 30px;
}
#BoxTop {
	background: url(images/update_box_top.png) no-repeat;
	float: left;
	width: 100%;
	height: 16px;
	padding: 7px 30px 7px 0;
	
}
#BoxMiddle {
	background: url(images/update_box_middle.png) repeat-y;
	float: left;
	width: 100%;
}
#BoxBottom {
	background: url(images/update_box_bottom.png) no-repeat;
	float: left;
	width: 100%;
	height: 20px;
}
.ArchiveList_item {
	float: left;
	width: 100%;
	margin-bottom: 15px;
}

/* @end */

/* @group Foot */

#Foot {
	float: left;
	width: 100%;
	margin-top: 30px;
	position: relative;
}
#FootNav {
	float: left;
	background-color: #7e725c;
	width: 100%;
	height: 30px;
	text-align: center;
	padding-top: 10px;
}
#FootNav li {
}
#FootNav a {
	color: white;
	text-decoration: none;
	font-size: 14px;
	border-right: 1px solid white;
	padding-right: 7px;
	margin-right: 7px;
}
#FootNav a:hover {
	text-decoration: underline;
}
#Copyright {
	float: left;
}
h1.Copyright {
	color: #7e725c;
	text-transform: capitalize;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	float: left;
}
h2.Address {
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	float: left;
	color: #7e725c;
	margin-left: 30px;
}
h4.credit {
	float: right;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	color: gray;
}

/* @end */

/* @group cforms */

.linklove {
	display: none;
}
#Comments {
	float: left;
	clear: both;
	width: 100%;
	margin-top: 30px;
}
#Comments textarea {
	width: 400px;
}
cite.fn {
	font-weight: bold;
}
.comment-body {
	margin-bottom: 20px;
}
.comment-meta {
	font-size: .8em;
	margin-bottom: 10px;
}
#respond {
	margin-top: 40px;
}

/* @end */