/*
Theme Name: Ryan B
Theme URI: http://ryanfait.com/
Description: Working Sample
Version: 1.0
Author: Ryan Fait and Ryan Burnette
Author URI: http://ryanfait.com/
Tags: demo
*/

* {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
html, body {
	height: 100%;
}
body {
	font: 0.9em helvetica,sans-serif;
	background: #88d4ff url(images/backdrop.png) fixed 50% 0 no-repeat;
}
.wrapper {
	width: 900px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -141px; /* the bottom margin is the negative value of the footer's height */
	background: #fff;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
.footer, .push {
	height: 141px; /* .push must be the same height as .footer */
}
.footer {
	background: #444 url(images/dropshadow-wp.png) 0 0 repeat-x;
}



/* GENERAL SITE LAYOUT */


.header {
	background: #0b547d;
}
h1 {
	width: 700px;
	height: 121px;
	margin: 0;
	text-indent: -500em;
	background: #0b547d url(images/logo.png) no-repeat;
	display: block;
}
.spot {
	float: left;
	display: inline;
	width: 197px;
	height: 2em;
	padding: 0;
	margin: 0;
	background: #690c1e url(images/spot.png) no-repeat 0 0;
	color: #fff;
	text-indent: -500em;
}
.navigation {
	width: 900px;
	height: 2em;
	padding: 0;
	background: #690c1e url(images/spot.png) no-repeat 0 0;
	text-align: center;
}
.navigation li {
	position: relative;
	padding: 0 13px 0 0;
	font: 1em/2em arial,sans-serif;
	display: inline;
}
.navigation a {
	color: #fff;
	text-decoration: none;
}
.navigation a:hover {
	color: #888;
}
.navigation li ul {
	display: none;
	text-align: left;
}
.navigation li:hover ul {
	position: absolute;
	top: 1em;
	left: 0;
	padding: 0.5em 0 0;
	background: #690c1e;
	display: block;
}
.navigation ul li {
	width: 15em;
	height: 2em;
	padding: 0;
	text-indent: 10px;
	line-height: 2em;
	display: block;
}
.navigation ul a {
	width: 15em;
	height: 2em;
	display: block;
}
.navigation ul a:hover {
	background: #000;
}
.image {
	width: 900px;
	height: 240px;
	background: url(images/image.jpg) no-repeat;
	padding: 0;
}
.subnav {
	width: 900px;
	height: 1.2em;
	padding: 1.5em 0;
}
.subnav li {
	position: relative;
	padding: 0 0 0 10px;
	font: 1.1em/1.2em arial,sans-serif;
	display: inline;
}
.subnav a {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid #333;
}
.subnav a:hover {
	color: #10b5ff;
	border-bottom: 1px dotted #fff;
}



.content {
	padding: 2em 10px 0;
}
.text {
	width: 680px;
	float: left;
}
.sidebar {
	width: 195px;
	float: right;
	text-align: right;
	padding: 43px 0 0;
}
.clear {
	clear: both;
	text-indent: -500em;
}
a img {
	border: none;
}
p img {
	border: 2px solid #ddd;
}
.wp-caption {
	text-align: center;
	background: #ddd;
	border: 1px solid #bbb;
	margin: 3px 0 3px 0;
	font: 11px arial,helvetica,sans-serif;
	height: auto;
	width: auto;
}
.wp-caption img {
	margin: 2px;
}
.alignleft {
	float: left;
	margin: 0 15px 0 0;
}
.alignright {
	float: right;
	margin: 0 0 0 15px;
}
.aligncenter {
	text-align: center;
	margin: 2px auto;
}


.fcontent {
	width: 900px;
	margin: 0 auto 0 auto;
	padding: 1em 1em;
	text-align: center;
}

.separator {
	position: relative;
	margin: 0 0 30px 0;
	padding: 0;
	border-bottom: 3px solid #ccc;
}





/* TEXT FORMATTING */



h2 {
	padding: 0 0 5px;
	margin: 0 0 10px;
	font: 2.5em/1em "Trebuchet MS",verdana,arial,sans-serif;
	font-weight: bold;
	width: 100%;
	border-bottom: 1px solid #ccc;
}
h3 {
	width: 100%;
	border-bottom: 1px solid #ddd;
	clear: both;
}
h3, h3.post a, h3 a {
	padding: 10px 0 0.2em;
	margin: 0 0 10px;
	font: 1.2em "Trebuchet MS",verdana,arial,sans-serif;
	text-decoration: none;
	color: #333;
}
h3.post a:hover, h3 a:hover {
	color: #666;
}
h4 {
	padding: 0 0 0.2em;
	font: 1em "Trebuchet MS",verdana,arial,sans-serif;
	font-weight: bold;
	text-decoration: none;
	color: #111;
}
p {
	padding: 0 0 1em;
	font: 1em/1.4em arial,sans-serif;
}
p a {
	text-decoration: none;
	color: #666;
	border-bottom: 1px solid #000;
}
p a:hover {
	color: #000;
	border-bottom: 1px dotted #999;
}
.entry ul li {
	list-style-type: disc;
	list-style-position: inside;
}
ol {
	list-style-type: decimal;
	padding: 0 0 0 25px;
}
ol li {
	list-style-type: decimal;
	padding: 0 0 10px 0;
}
.smallwr {
	position: relative;
	padding: 0 0 1em 0;
}
small {
	font: .8em georgia,courier;
	text-indent: 5px;
	color: #555;
}
small a {
	text-decoration: none;
	color: #666;
	border-bottom: 1px solid #000;
}
small a:hover {
	color: #000;
	border-bottom: 1px dotted #999;
}
.sub {
	padding: 0;
	font: .9em/1em arial,sans-serif;
	color: #fff;
}
.sub2 {
	padding: 0;
	font: .8em/.9em arial,sans-serif;
	color: #ccc;
}
address {
	padding: 0 0 .2em 0;
	font: .9em/1em arial,sans-serif;
	color: #fff;
}
blockquote {
	padding: 3px;
	margin: 0 0 5px;
	border: 1px solid #ddd;
}
cite {
	font-style: normal;
}






/* comments */
.commentlist {
	display: block;
	font: .9em arial,helvetica,sans-serif;
	font-style: normal;
	color: #000;
}
ol.commentlist li {
	background: #eee;
	border: 1px solid #ddd;
	margin: 5px 0 10px 0;
	padding: 5px;
}
.commentlist a {
	text-decoration: none;
	color: #444;
}
.commentlist a:hover {
	color: #000;
	border-bottom: 1px solid #000;
}
.commentlist p {
	padding: 10px 0;
	font: 1.1em arial,helvetica,sans-serif;
}



.archive-content {
	background: #eee;
	padding: 3px;
	margin: 15px 3px;
	border: 1px solid #ddd;
}


/* video play buttons */
.men-at-the-cross-video-button #videogallery a {
	float: right;
	width: 240px;
	height: 180px;
	background: url(images/men-at-the-cross-video-button.png) 0 0 no-repeat;
	text-indent: -1000em;
	margin: 0 0 10px 20px;
}
.men-at-the-cross-video-button #videogallery a:hover {
	background: url(images/men-at-the-cross-video-button.png) 0 -180px no-repeat;
}

/* video lightbox */
			#videogallery { zoom:1; }
			#videogallery span{ display:block; }
			#videogallery a{
				display:-moz-inline-stack;
				display:inline-block;
				zoom:1;
				*display:inline;
				position:relative;
				vertical-align:top;
				margin:3px;
				width:240px;
				font-family:Arial,sans-serif;
				font-size:12px;
				font-weight:bold;
				text-decoration:none;
				text-align:center;
				opacity:0.87;
				border: none;
			}
			#videogallery a img{
				display:block;
				border:none;
				margin:0;
			}
			#videogallery a:hover{
				opacity:1;
				border: none;
			}
			#videogallery a#videolb{display:none}