/* @override http://www.bristolhope.com/site/wp-content/themes/BristolHope/style.css */

/* @override http://www.343design.com/clients/CityofRefuge/style.css */


/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

/* @group BROWSER 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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	-webkit-font-smoothing: antialiased;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {display: block;}
body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {content: '';content: none;}
table {border-collapse: collapse;border-spacing: 0;}
blockquote {
	padding: 2px 10px 2px 30px; margin: 5px 0px;
	background: url(https://c13046040.ssl.cf2.rackcdn.com/blockquote_png-1333548836) repeat-y left;
}

/* @end */

/* @group SECONDARY RESETS */

body {
	margin:0 auto;padding:0;
	font: 15px/133% "Helvetica";
	color: #000;
	background: url(https://c13046040.ssl.cf2.rackcdn.com/bg_body_png-1333548838) repeat-x #fff;
	border-top: 4px solid #e23e30;
	line-height:163%;
}

h1, h2, h3, h4 {color: #000;line-height: 100%;font-family: ArvoRegular;text-shadow: 1px 1px 1px #fff;}
strong {font-weight: bold;}
h1 { font-size: 2.2em;}
h2 {font-size: 2em;}
h3 {font-size: 1.6em;}
h4 {font-size: 1.4em;}
h5 {font-size: 1.2em;}
a {color: #e23e30;text-decoration: none;}
a:hover {color: #000;}

/* @end */

h1#logo {
	width: 440px;
	height: 186px;
	margin: 0px auto 20px;
	text-indent: -9999px;
	background: url(https://c13046040.ssl.cf2.rackcdn.com/logo-alt_png-1333548839) no-repeat;
}

h1#logo a {
	width: 440px;
	height: 188px;
	display: block;
}

/* @group STRUCTURE */

#container {
	width: 820px;
	margin: 0 auto;
}

#lower-container {
	margin: 0 auto;
	width: 815px;
	clear: both;
}

#lower-container:after {
	content: "."; display: block;height: 0; 
	clear: both; visibility: hidden;
}

#footer {
	float: left;
	width: 820px;
	margin: 20px;
	font: 13px "ArvoRegular";
}

/* @end */

/* @group NAV */

ul.menu {
	float: left;
	width: 798px;
	margin: 0 0 15px 24px;
}

ul.menu li {
	float: left;
	line-height: 100%;
	margin: 0 10px;
	font: 12px ArvoRegular;
	text-transform: uppercase;
}

ul.menu li:first-child {margin-left: 0;}
ul.menu li:last-child {margin-right: 0;}

ul.menu li a {
	display: block;
	padding:  5px 0px;
	text-align: center;
	width: 140px;
	color: #fff;
	text-decoration: none;
	background: url(https://c13046040.ssl.cf2.rackcdn.com/bg_nav_png-1333548840);
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 4px;
}

ul.menu li a:hover {
	color: #e23e30;
}

/* @end */

#header-bg {
	width: 830px;
	margin: 0px 0 0 0;
	padding: 20px 0;
}

p.gatherings {
	float: left;
	width: 460px;
	background: #242424;
	color: #999;
	padding: 8px 20px;
	margin: 16px 0px 0 0px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	border: 1px solid #ccc;
	font: 14px ArvoRegular;
	text-transform: uppercase;
}

#welcome {
	z-index: 9;
	width: 780px;
	float: left;
	margin: 20px 0 0 0;
	color: #fff;
	font: 22px "ArvoRegular";
	background: url(https://c13046040.ssl.cf2.rackcdn.com/bg_gatherings_png-1333548845);
	padding: 15px 20px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}

/* @group BILLBOARD */

#billboard-container {
	width: 100%;
	float: left;
	height: 300px;
	margin: 0 0 0 -26px;
	padding: 12px 20px 10px 20px;
	background: url(https://c13046040.ssl.cf2.rackcdn.com/wide_bg_png-1333548846) repeat-x;
}

#billboard-center {
	margin: 0 auto;
	width: 810px;
}

#billboard-center:after {
	content: "."; display: block;height: 0; 
	clear: both; visibility: hidden;
}

#billboard {
	float: left;
	height: 282px;
}

.nivoSlider {
    position:relative;
    width:810px; /* Change this to your images width */
    height:300px; /* Change this to your images height */
    background:url(images/loading.gif) no-repeat 50% 50%;
    z-index: 1;

}
.nivoSlider img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
}
.nivoSlider a {
    border:0;
    display:block;
}

/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}

/* Control nav styles (e.g. 1,2,3...) */

.nivo-controlNav {
	float: left;
	width: 828px;
	padding: 0 0 0 0px;
	margin: 10px 0 0 -20px;
}

.nivo-controlNav a {
	position:relative;
	z-index:9;
	cursor:pointer;
	height: 12px;width:12px;
	text-indent: -9999px;
	background: #000 ;
	margin:2px 0px 0 0px;
}
.nivo-controlNav a.active {
	background: #FF0000 ;	
}

/* @end */

/* @group MAIN SECTIONS */

.section {
	background: url(https://c13046040.ssl.cf2.rackcdn.com/section_bg_png-1333548848);
	padding: 20px 20px 20px;
	float: left;
	width: 357px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.section h3{
	font-size: 14px;;
	margin: 0px 0px 15px 0px;
	padding:10px 20px 10px 20px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: url(https://c13046040.ssl.cf2.rackcdn.com/bg_nav_png-1333548840);
	color: #999;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px #333;
}

.corner {
	margin: 15px 0 0 -30px;
	width: 10px;height: 10px;
}

#news_block {
	margin-right: 20px;;
}

#flickr {	
	margin-top: 20px;
}

#flickr img {
	margin: 5px;
	padding: 2px;
	background: #000;
}

#flickr ul {
	list-style: none;
}

ul.meta {
	float: left;
	width: 100%;
	margin: 10px 0;
	font: .9em NewsCycleRegular  ;
}

ul.meta li {
	float: left;
	margin: 0 10px 0 0;
}

p.readmore a {
	background: #ccc;
	float: right;
	margin: 10px 0;
	padding: 2px 15px 4px 15px;
	line-height: 100%;
	font: 12px NewsCycleRegular  ;
	border: 1px solid #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #e23e30;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px #fff;
}

p.readmore a:hover {
	color: #000;
}

.aktt_tweets ul li {
	margin: 10px 0;
}

a.aktt_tweet_time {
	background: #ccc;
	text-shadow: 1px 1px 1px #fff;	
	padding: 2px 5px;
	margin: 0 0 0 5px;
	font: 10px NewsCycleRegular;
	border: 1px solid #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

#location_block {
	width: 780px;
	margin-top: 20px;
}

/* @end */

/* @group SINGLE PAGES */

#page_wide {
	width: 100%;
	clear: both;
	padding: 17px;
	background: url(https://c13046040.ssl.cf2.rackcdn.com/wide_page_bg_png-1333548849) repeat-x ;
	color: #666;
}

#crumbs {
	width: 820px;
	margin: 0 auto;
	font: 13px NewsCycleRegular;
	text-transform: uppercase;
	
}

#single {
	float: left;
	width: 460px;
	margin: 20px 0;
	padding: 20px;
}

#single h2 {
	font-size: 14px;;
	margin: 0px 0px 15px 0px;
	padding:10px 20px 10px 20px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: url(https://c13046040.ssl.cf2.rackcdn.com/bg_nav_png-1333548840);
	color: #999;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px #000;	
}

#single p {
	margin: 1em 0;
}

#single ul {
	margin: 10px 20px;
	padding: 0 20px;
}

#single ul li {
	list-style: disc;
	margin: 5px 0;
}


#right-sidebar {
	float: left;
	width: 300px;
	margin: 40px 0;
}

#right-sidebar .section {
	width: 260px;
	margin: 20px 0 0 0;
}

#right-sidebar h4 {
	margin: 0px 0 10px 0;
}

#right-sidebar form#house_church_selector {
	margin: 0;
}

#right-sidebar .section li {
	margin: 10px 0;
}

#right-sidebar .section li a {
	display: block;
	line-height: 120%;
}

#subpages {
	float: left;
	width: 260px;
	margin: 20px 0 20px 0px;

}

#sidebar {
	width: 820px;
	margin: 0 20px;
	float: left;
}

#sidebar #footer-flickr img {
	margin: 20px 10px 6px 0;
	padding: 2px;
	background: #000;
}

/* @end */

/* @group ARCHIVES */

ul#archive-loop {
	float: left;
	width: 456px;
	margin: 0;padding: 0;
}

ul#archive-loop li {
	list-style: none;
	margin: 0px 0;
	padding: 10px 0;
	float: left;
}

ul#archive-loop ul.meta {margin: 0;padding: 0;}
ul#archive-loop ul.meta li {margin: 10px 10px 0 0;padding: 0;}

#single.archive.teachings_archive {
	width: 780px;
}

ul#teaching-loop {
	float: left;
	margin: 0;padding: 0;
}

ul#teaching-loop h3 {
	font-size: .9em;
	margin: 0 0 10px 0;
	color: #666;
}

ul#teaching-loop h4 {
	font-size: 1.2em;
	margin: 0 0 10px 0;
	width: 100%;
	float: left;
}

ul#teaching-loop img {
	max-width: 195px;
	float: left;
	margin: 0 20px 20px 0;
	border: 3px solid #fff;
}

ul#teaching-loop li {
	float: left;
	width: 205px;
	list-style: none;
	padding: 20px;
	margin: 10px 15px 0 0px;
	background: url(https://c13046040.ssl.cf2.rackcdn.com/section_bg_png-1333548848);
	height: 230px;
}

ul#teaching-loop ul#teaching-info li {
	border: none;
	width: 100%;
	background: none;
	font-size: .8em;
	height: 30px;
	margin:px 0 0 0 ;
}

ul#teaching-loop ul#teaching-info li.pdf {
	background: url(https://c13046040.ssl.cf2.rackcdn.com/pdf_icon_png-1333548851) no-repeat center left;
	list-style: none;
	padding-left: 35px;
}



/* @end */

/* @group HOUSE CHURCHES PAGES */

#single.house-church {
	width: 820px;
}

#hc_left {
	width: 500px;
	float: left;
}

#hc_right {
	width: 255px;
	float: left;
}

#info {
	float: left;
	margin: 0px;
}

.section#announcements {
	width: 255px;
}

.section#meeting_times {
	width: 255px;
	margin-bottom: 20px;	
}

#info a {
	float: right;
	display: block;
	width: 295px;
	height: 81px;
	margin: 0 0 20px 0;
	padding: 0;
	text-indent: -9999px;
	background: url(https://c13046040.ssl.cf2.rackcdn.com/what_hc_png-1333548852) no-repeat;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

#main-info {
	width: 440px;
	font-size: 1.4em;
}

#main-info h2 {
	font-size: 1.1em;
	color: #fff;
}

#general-info {
	width: 440px;
	margin-top:20px;
}

#general-info h4 {
	font-size: 1em;
	font-weight: bold;
	margin: 0;padding: 0;
	line-height: 100%;
}

#general-info p {
	font-size: .9em;
	line-height: 100%;
	margin: 5px 0 15px 0;
}

#location {
	width: 760px;
	margin: 20px 0 0 0 ;
}

#single form#house_church_selector {
	float:left;
	margin: 0px 0 20px 0px;
}

/* @end */

#single.teachings {
	width: 800px;
}

#main-teaching-info {
	float: left;
	margin: 0 20px 0 0;
}

#teaching-info.section {
	float: left;
	width: 330px;
}

#main-teaching-info.section img {
	width: 360px;
}

#main-teaching-info.section h4 {
	margin: 10px 0;
}

ul#teaching-info {
	margin: 0;padding: 0;
}

ul#teaching-info li {
	margin: 2px 0;
	padding: 0;
	list-style: none;
}

ul#teaching-info li.pdf {
	background: url(https://c13046040.ssl.cf2.rackcdn.com/pdf_icon_png-1333548851) no-repeat center left;
	list-style: none;
	padding-left: 35px;
}

ul#teaching-info li.mp3 {
	list-style: none;
}

/* @group LANDING BLOCK */

#landing-wider {
	width: 100%;
	float: left;
	background: url(https://c13046040.ssl.cf2.rackcdn.com/bg_landing_png-1333548853) repeat-x;
}

#landing-container {
	margin: 50px auto 0 auto;
	width: 700px;
}

#landing-welcome p {
	float: left;
	width: 610px;
	color: #333;
	text-align: center;
	padding: 8px 20px;
	margin: 0px 0px 0 0px;
	font: 34px ArvoRegular;
	text-transform: lowercase;
}

.landing-block {
	float: left;
	width: 275px;
	padding: 20px;
	background: #333;
	margin-top: 20px;
}

.landing-block h2 {
	font-size: 20px;
	text-align: center;
	margin: 0px 0px 15px 0px;
	padding:10px 20px 10px 20px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: url(https://c13046040.ssl.cf2.rackcdn.com/bg_landing_head_png-1333548854);
	color: #333;
	text-transform: uppercase;
	text-shadow: none;
}

#assembly-landing {
	margin-right: 20px;
}

#assembly-landing p {
	float: left;
	background: #242424;
	color: #999;
	width: 240px;
	padding: 8px 20px;
	margin: 6px 0px 0 0px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	font: 12px ArvoRegular;
	text-transform: uppercase;
}

/* @end */

/* @group SELECTOR */

form#house_church_selector select.styled {
	width: 293px;
	margin: 2px;
}

form#house_church_selector {
	float: left;
	margin: 16px 0 16px 10px;
	padding: 5px 0;
	background: url(https://c13046040.ssl.cf2.rackcdn.com/house_select_png-1333548856) no-repeat;
}

span.customStyleSelectBox {
	width: 247px;
	color: #999;
	text-transform: uppercase;
	padding: 0px 25px;
}

#hc-landing form#house_church_selector {
	float: left;
	margin: 6px 0 0px 0px;
	padding: 5px 0;
	background: url(https://c13046040.ssl.cf2.rackcdn.com/house_select_landing_png-1333548857) no-repeat;
}

#hc-landing span.customStyleSelectBox {
	width: 247px;
	padding: 0px 20px;
}


span.customStyleSelectBoxInner {
	width: 100%;
	font: 13px ArvoRegular;

}

/* @end */

