/*
Theme Name: Urban Bridge 2.0
Theme URI: http://wordpress.org/
Description: A custom CSS template for Urban Bridge Church, built atop the default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.0
Author: Dave Von Bieker
Author URI: http://bodycreative.com/

*/


  @import url("bridgesongs.css");


/* Begin Typography & Colors */
body {
	font-size: 75%; /* Resets 1em to 10px */
	font-family: 'Helvetica', Arial, Sans-Serif;
	color: #333;
	text-align: center;
	
	}

#page {
	text-align: left;
	}

#header {
	}



#content {
	font-size: 1.2em
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}



small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS','Helvetica', Arial, Sans-Serif;
	font-weight: normal;
	color:#5B7900;
	}

h1 {
	font-size: 2em;
	margin:15px 0;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color:#5B7900;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}


.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover, a:visited {
	color:#7B8642;
	text-decoration: none;
	}

h2 a:hover:visited {
	color:#7B8642;
	
}

a:hover {
	color: #147;
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0;
	padding: 0;
	}


.narrowcolumn {
	
	}

.widecolumn {

	}

.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: left;
}

.clear {
	clear: both;
}


/* End Structure */



/*	Begin Headers */
h1 {
	margin:15px 0;
	}

h2 {
	}



#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 20px 0 10px 0;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 25px;
	}
/* End Various Tags & Classes*/



/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */
	
	
	
	
	/*	Font */

	body {
		font-family: "Helvetica Nue", Helvetica, Arial, Sans-serif;
		color:#444;
	}

	h1 {
	}

	h2, h2 a, h2 a:visited {
		color:#3298C0;
		font-weight:normal;
		font-family:"Trebuchet MS";
	}

	h3, h3 a, h3 a:visited {
		color:#3298C0;
	}
	
	h3 a:hover {
		color:#CC8300;
	}

	/*	Structure */

	body {
		text-align:center;
		background:#fff url('images/urbanlife-bg.jpg') no-repeat;
		background-position:center top;
		text-align:left;
		margin:0;
		padding:0;
	}


	#page {
		width:871px;
		background:none;
		background:#fff url('images/urbanlife-bg.jpg') no-repeat;
		
		background-position:center top;
		margin:0 auto 0 auto;
		text-align:left;
		padding:0;	

	}

	#content-area {
		width:840px;
		margin-left:17px;
		overflow:hidden;
	}


	#sidebar {
	}


	/* 	Navigation */





/* Individual Page Styles */

#pageTop {
	position:relative;
	height:125px;
}

.pageBanner {
	width:659px;
	height:122px;
	background:white no-repeat;
	
}

#aboutusBanner {
	background:url('images/aboutusBanner.jpg');
}

#eventsBanner {
	background:url('images/eventsBanner.jpg');
}

#podcastBanner {
	background:url('images/podcastBanner.jpg');
}

#socialactionBanner {
	background:url('images/socialactionBanner.jpg');
}

#findcommunityBanner {
	background:url('images/findcommunityBanner.jpg');
}

#artsBanner {
	background:url('images/artsBanner.jpg');
}


/* Suckerfish styles */

#navbar {
		margin:0 auto 20px auto;
		padding:0;
		width:850px;
		height:55px;
		padding:0;
		padding-top:0px;
		position:relative;
		z-index:9995;
	list-style:none;
	position:relative;
	height:40px;
}

#suckerfishnav {
	margin:0;
	padding:0;
		position:relative;
		z-index:9995;
	list-style:none;
	position:relative;
	height:40px;
}



#navbar ul, #suckerfishnav, #suckerfishnav ul {
    float:left;
    list-style:none;
    line-height:40px;
    margin-top: 4px;
}

#navbar li, #suckerfishnav li {
float:left;
position:relative;
}

#navbar li a, #navbar li a:visited, #suckerfishnav li a, #suckerfishnav li a:visited {
		margin-right:12px;
		background:url('images/nav-bg.gif') no-repeat;
		background-position:center center;
		color:#cce5ef;
		text-decoration:none;
		text-transform:uppercase;
		padding:17px 7px 25px 7px;
		display:inline block;
		font-size:14px;
			/* IE filter extension */
		  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
		  width:100%;                /* Required for IE filter */
		height:100%;
		  -moz-opacity: 0.9;         /* Mozilla extension */
		  -khtml-opacity:0.9;        /* Konqueror extension (Safari 1.1)*/
		opacity:90%;
		position:relative;
}

#navbar li a:hover, #suckerfishnav li a:hover {
	background:url('images/nav-bg-over.png') no-repeat;
	background-position:center;
}

#navbar ul li.current_page_item > a,
#navbar ul li.current-menu-ancestor > a,
#navbar ul li.current-menu-item > a,
#navbar ul li.current-menu-parent > a {
	color: #fff;
	font-size: 1.1em;
	font-weight: bold;
}
* html #navbar ul li.current_page_item a,
* html #navbar ul li.current-menu-ancestor a,
* html #navbar ul li.current-menu-item a,
* html #navbar ul li.current-menu-parent a,
* html #navbar ul li a:hover {
	color: #fff;
}



#navbar li#navContact a, #suckerfishnav li#navContact a, #navbar li#menu-item-5549 a {
	margin-right:15px;
	margin-left:6px;
	background:none;
	font-weight:bold;
}



#suckerfishnav li ul {
position:absolute;
left:-999em;
height:auto;
width:150px;
font-weight:normal;
margin:0;
line-height:1;
-moz-opacity:0.90;
opacity:0.90;
khtml-opacity:0.90;
padding:0;
list-style:none;
}

#suckerfishnav li li {
padding-right:1px;
width:140px;
border-bottom:1px solid #aaa;
}

#suckerfishnav li li a {
padding:4px 10px;
}

#suckerfishnav li ul li {
font-weight:normal;
font-family:helvetica,sans-serif;
padding:5px 0 5px 0;

}

#suckerfishnav li ul li a {
font-size:11px;
color:white;
margin:0;
background:none;
background-image:none;


}

#suckerfishnav li:hover ul li a {
color:white;
margin:0;
background:none;
background-image:none;
font-size:12px;

}

#suckerfishnav li ul ul {
margin:-21px 0 0 136px
}

#suckerfishnav li ul li:hover {
background:#5F4219;
background: #75873D;
background-image:none;

}

#suckerfishnav li ul li:hover a {
color:white;
margin:0;
background:none;
background-image:none;


}

#suckerfishnav li ul li:hover li a {
color:white;
margin:0;
background:none;
background-image:none;


}

#suckerfishnav li ul li li:hover a {
color:white;
background-image:none;

}

#suckerfishnav li ul li ul li:hover ul li a {
color:white;
margin:0;
background:none;
background-image:none;


}

#suckerfishnav li ul li ul li:hover ul li:hover a {
color:white;
background-image:none;

}

#suckerfishnav li:hover ul ul, #suckerfishnav li:hover ul ul ul, #suckerfishnav li.sfhover ul ul, #suckerfishnav li.sfhover ul ul ul {
left:-999em;
}

#suckerfishnav li:hover ul, #suckerfishnav li li:hover ul, #suckerfishnav li li li:hover ul, #suckerfishnav li.sfhover ul, #suckerfishnav li li.sfhover ul, #suckerfishnav li li li.sfhover ul {
left:auto;
background:#A7875E;
background-image:none;

}

#suckerfishnav li:hover, #suckerfishnav li.sfhover {
	
}

#suckerfishnav li:hover a, #suckerfishnav li.sfhover a {
color:white;

}

#suckerfishnav li ul li {
	text-indent: -9px;
	padding-left: 10px;
}






/* End Suckerfish Styles */







	#homeTop {
		position:relative;
		height:279px;
		

	}

	#homeTop a img {
		border:none;
	}


	#content {
		position:relative;
	}


	#footer {
		clear:both;	
		padding:10px;
		width:100%;
		margin:0;
		margin-top:30px;
		border-top:solid #333 2px;
		background-color:#013700;
		background-image:url('images/footer-bg.jpg');
		background-repeat:no-repeat;
		background-position:top center;
		color:white;
	}
	
	#footer p {
		padding:0;
		margin:0;
		margin-right:30px;
		clear:both;
		text-align:right;
	}
	
	#footer a {
		color:#B4D9E7;
	}
	
	#footer a:hover {
		background:#333;
	}

	/* Float Styles */

	.left {
		float:left
	}

	.right {
		float:right;
	}

	.clear {
		clear:both;
	}

	/* Image Styles */

	img.bordered {
		border: double 3px silver;
		padding: 2px;
		margin: 5px
	}
	
	/* Link Styles */
	
	a {
		color:#3298C0;
	}
	
	a:hover {
		color:#7B8642;
		background-color:#e2e2e2;
		text-decoration:none;
	}
	
	/* Content Gallery Styles */
	
	#myGallery, #myGallerySet, #flickrGallery
	{
	overflow: hidden;
	width: 644px;
	height: 224px;
	z-index: 10;
	border: 1px solid #000;
	}
	
	/* Event Calendar Styles */
	
	.ec3_list {
		list-style:none;
		text-indent:-20px;
	}

	.ec3_events li {
		color:#CC8300;
	}
	
	.ec3_events li p {
		float:left;
	}
	
	.ec3_events li ul {
		margin-left:-20px;
		text-indent:5px;
		list-style:none;
		background:#e2e2e2;
		width:285px;
		padding:5px;
	}
	
	.ec3_events li ul li a {
		color:#3298C0;
		font-size:11px;
	}
	
	.ec3_events li ul li a:hover {
		color:#CC8300;
	}
	
	.ec3_list_day ul li {
		border-bottom:2px solid white;
		padding-bottom:3px;
		margin:0;
		margin-top:4px;
		
	}
	
/* Homepage Styles */

#homeTopLeft {
	width:180px;
	position:absolute;
	top:5px;
	left:0;
}

a#whereButton {
	display:block;
	background:url('images/where-we-meet.jpg');
	width:180px;
	height:54px;
	text-indent:-9999px;
	margin-top:15px;
}

a#galleryButton {
	display:block;
	background:url('images/online-arts-gallery.jpg');
	width:91px;
	height:53px;
	text-indent:-9999px;
	margin-top:10px;
	margin-left:89px;
}

a#newHereButton {
	display:block;
	background:url('images/new-here.jpg');
	width:89px;
	height:53px;
	text-indent:-9999px;
	margin-top:10px;
	float:left;
}

#homeTopRight {
	position:absolute;
	top:5px;
	left:180px;
}

#missionStatement p {
	font-size:18px;
	margin:0px 0 0 10px ;
}

#missionStatement a {
	text-decoration:underline;
}

#missionStatement .grace {
	color:#1B78AA;
}

#missionStatement .creativity {
	color:#CB6C15; 
}

#missionStatement .mercy {
	color:#DE0012; 
}

#missionStatement .authenticity {
	color:#58360F; 
}

#missionStatement .loving-relationships {
	color:#304F0A; 
}


#featureContainer {
	background:url('images/features-bg.jpg');
	width:670px; 
	height:250px;
	position:relative;
}

#feature {
	width:644px;
	height:224px;
	background:black;
	position:absolute;
	top:11px;
	left:12px;
	overflow:hidden;
}

#featured {
	width:644px;
	height:224px;
	background:black;
	position:absolute;
	top:11px;
	left:12px;
	overflow:hidden;
}

#sugarslider {
	width:645px;
	height:225px;
	background:black;
	position:absolute;
	top:30px;
	left:10px;
	overflow:hidden;
}

#featureSign {
	background:url('images/featuresSign.png');
	width:129px;
	height:98px;
	position:absolute;
	top:0;
	left:0;
	z-index:9990;

}

.readMore {
	padding:3px;
	float:right;
	font-size:10px;
	background:#CB8501;
	color:white;
	margin-left:15px;
}

a.readMore:hover {
	color:white;
	background-color:#3298C0;
}

.thumb {
	width:100px;
	overflow:hidden;
	float:left;
	margin: 0 7px 7px 0;
	height:100px;
	border:solid 3px #CB8501;
	background:white;
}

h1#latest-news {
	background:url('images/latest-stories.jpg') no-repeat;
	text-indent:-9999px;
	width:165px;
	height:28px;
	margin-top:0;
}

h1#upcoming-events {
	background:url('images/upcoming-events.jpg') no-repeat;
	text-indent:-9999px;
	width:213px;
	height:32px;
	margin-top:0;
}

h1#from-the-gallery {
	background:url('images/from-the-gallery.jpg') no-repeat;
	text-indent:-9999px;
	width:198px;
	height:31px;
	margin-top:0;
}

#homepageBlog {
	background:url('images/latest-stories-bg.jpg') no-repeat;
	width:458px;
	padding:30px 15px 0 25px;
	margin-left:-11px;
	float:left;
}


#homepageRightColumn {
	width:350px;
	margin:0;
	padding:0;
	padding-top:11px;
	overflow:hidden;
	position:relative;
	margin-left:0px;
	float:left;
}

a#emailSignup {
	border:none;
	text-indent:-9999px;
	background:url('images/emailSignup.jpg') no-repeat;
	width:199px;
	height:50px;
	display:block;
	float:left;

}

a#donate {
	border:none;
	text-indent:-9999px;
	background:url('images/donate-online.jpg') no-repeat;
	width:151px;
	height:50px;
	display:block;
	float:left;
}

#upcomingEvents {
	width:335px;
	min-height:100px;
	background:url('images/sidebar-bg.jpg') no-repeat;
	padding-left:20px;
	padding-top:30px;
	clear:left;	}

#fromtheGallery {
	width:335px;
	background:url('images/sidebar-bg.jpg') no-repeat;
	padding-left:20px;
	padding-top:30px;
}

.red {
	color:#DE0012;
}

.orange {
	color:#C87D00;
}

.brown {
	color:#896B47;
}

.small {
	font-size:0.9em;
}

.homepageh1 {
	font-size:1.6em;
	margin-top:-5px;
}

.latestNewsItemTitle {
	font-size:1.3em;
}

.rightText {
	text-align:right;
	margin-right:10px;
}

.leftText {
	text-align:left;
}
	
/* FooterNav styles */

#footerNav  {
	list-style:none;
	margin:0;
	padding:0;
}

#footerNav li {
	float:left;
	margin-right:10px;
	width:125px;
	font-size:18px;
	text-align:left;
	overflow:hidden;
}

#footerNav li a {
	color:white;
	padding:2px 3px 2px 3px;
	margin:2px 0 2px 0;
}

#footerNav li ul {
	list-style:none;
	margin:0;
	padding:0;
	text-indent:0;
	font-size:10px;
	text-align:left;
}

#footerNav li ul li {
	font-size:10px;
}

#footerNav li ul li ul {
	margin-left:15px;
}

#footerNav li ul a {
	color:#B5DAE8;
}

/*Calendar Page Styles */

#wp-calendar {
	width:95%;
}

#ec3_2008_7 td {
	height:50px;
}

.ec3_eventday {
	background:#e2e2e2;
}

/* Single Template Styles */

#sidebar {
	width:170px;
	float:left;
	margin-right:20px;
	margin-bottom:30px;
	margin-top:20px;
}

.navigation {
	width:100%;
	height:20px;
}
.post {
	clear:left;
}


/* Page Template Styles */

#pageSidebar {
	width:170px;
	float:left;
	margin-right:20px;
	margin-bottom:30px;
	margin-top:20px;
}

#pageSidebar h1 {
	font-size:1.3em;
	margin-bottom:15px;
}

#pageSidebar ul {
	list-style:none;
	margin:0;
	padding:0;
}

#pageSidebar ul ul {
	margin-left:15px;
	font-size:0.9em;
}

li.page_folder ul {

}

#pageSidebar li.current_page_item a {
	color:#7A8C42;
}

#pageContent {
	float:left;
	width:625px;
}
