/*----- Document -----*/
*{
	margin: 0;
	padding: 0;
	border: none;
}
body{
	background: #48484a url('../images/body_bg.png') top left repeat-x;
	font-family: "gill sans", arial, sans-serif;
}
#wrapper{
	position: relative;
	overflow: hidden;
	width: 990px;
	margin: 0 auto;
	background: url('../images/wrapper_bg_s.png') top center repeat-y;
}
#wrapper.no_column{
	background-image: url('../images/wrapper_bg_no_column.png');
}
#wrapper.column{
	background-image: url('../images/wrapper_bg_s.png');
}
a{
	color: #ee7a14;
}
a:hover{
	text-decoration: none;
}
.clear{
	clear: both;
}
.red{
	color: #e00a00;
}
.underline{
	text-decoration: underline;
}
.align_right{
	text-align: right;
}
.align_center{
	text-align: center;
}
.smaller{
	font-size: .85em;
}

/*----- Admin -----*/
#admin{
	position: absolute;
	top: 5px;
	right: 5px;
}
#admin li{
	display: inline;
}
#admin li a{
	color: #900;
}

/*---- Social Bar ----*/

#social{
	position: relative;
	background: #fff url('../images/body_bg.png') top left repeat-x;
	height: 43px;
	width: 990px;
	}
#social a { 
   	display:block; 
   	width:100%; 
  	height:100%; 
	text-decoration:none; 
}  
#social .label {
	position: absolute;
	font-size:24px;
	text-align: right;
	color: #5f5f5f;
	top: 10px;
	right: 76px;
	text-wrap:none;
}
#social .twitter{
	position:absolute;
	background-image: url(/images/Twitter_32x32.png);
	width: 32px;
	height: 32px;
	top: 5px;
	right: 37px;
}
#social .facebook{
	position:absolute;
	background-image: url(/images/FaceBook_32x32.png);
	width: 32px;
	height: 32px;
	top: 5px;
	right: 3px;
}

/*----- Header -----*/
#header{
	/*overflow: hidden;*/
	/*display: block;*/
	width: 990px;
	margin: 0 auto;
	padding-top: 56px;
	background: #c11818 url('../images/Header.jpg') top left no-repeat;
}
#header .mainpage{
	height: 417px;
}
#header .subpage{
	height: 160px;
}

/*----- SubHeader -----*/
#subheader{
	/*overflow: hidden;*/
	/*display: block;*/
	width: 990px;
	height: 160px;
	margin: 0 auto;
	background: #c11818 url('../images/header_bg.png') top left no-repeat;
}

/*----- Logo -----*/
#header #logo{
	float: left;
	width: 158px;
	height: 201px;
}
#header #logo a{
	display: none;
}
.flash-update{
	font-size: 12px;
}
.flash-update p a{
	display: inline !important;
}

/*----- Navigation -----*/
#header #nav{
	float: left;
	position: relative;
	width: 990px;
	height: 23px;
	line-height: 23px;
	margin: 0 0 0 0;
	/*margin-top: 56px;*/
	padding: 4px 0 0 12px;
	background: url('../images/GradientBar.jpg') top left;
	z-index: 2000;
}
#header #nav li{
	position: relative;
	float: left;
	list-style: none;
	padding: 0 0 3px 5px;
	margin: 0 20px 0 0;
}
#header #nav li.subnav:hover{
		background: url('../images/nav_hover.gif') bottom center no-repeat;
}
#header #nav li:hover ul{
	display: block;
}
#header #nav li a{
	font-size: 13px;
	/*font-weight: bold;*/
	letter-spacing: .03em;
	text-transform: uppercase;
	text-decoration: none;
	color: #5f5f5f;
}
#header #nav li a:hover{
	color: #c92020;
}
#header #nav li ul{
	display: none;
	position: absolute;
	width: 180px;
	top: 22px;
	left: 0;
	z-index: 100;
	line-height: 15px;
	background: #ececec;
	border: 2px solid #5f5f5f;
}
#header #nav li ul li{
	float: none;
	display: block;
	margin: 2px 2px;
	padding: 0;
	border: 1px solid #9e9e9e;
	font-size: .9em;
}
#header #nav li ul li a{
	display: block;
	padding: 2px 10px;
	text-transform: none;
}
#header #nav li ul li a:hover{
	background: #ccc url('../images/subnav_hover.gif') center left no-repeat;
}

/*----- Banner -----*/
#header #banner{
	overflow: hidden;
	float: left;
	width: 990px;
	/*border-top: 2px solid #000;*/
	border-bottom: 1px solid #000;
	/*border-left: 1px solid #000;*/
}
#header #banner .left{
	float: left;
	position: relative;
	width: 990px;
	height: 417px;
	background: #574f44;
	border-right: 1px solid #000;
	color: #fff;
}
#header #banner .left #banner_text{
	float: right;
	width: 200px;
	margin: 10px 10px 0 0;
	font-family: "gill sans", arial, sans-serif;
	font-size: .9em;
	text-align: right;
}
#header #banner .left #banner_text p{
	margin: 0 0 8px 0;
}
#header #banner .left .excerpt{
	margin: 20px 0 0 0;
	font-size: 1em;
}
#header #banner .left .excerpt a{
	color: #900;
}
#header #banner .left a.subscribe{
	position: absolute;
	bottom: 5px;
	right: 5px;
}
#header #banner .left #player{
	position: absolute;
	bottom: 5px;
	right: 39px;
	width: 73px;
	height: 24px;
}
#header #banner .right{
	float: right;
	width: 266px;
	height: 417px;
}
#header #banner .right a{
	display: block;
	width: 266px;
	height: 417px;
}
#header #banner .sub_page{
	position: relative;
	height: 160px;
}
#header #banner .sub_page a#subscribe{
	display: block;
	position: absolute;
	width: 119px;
	height: 25px;
	bottom: 5px;
	left: 5px;
	background: url('../images/sub_pages/subscribe.png');
}
#header #banner .sub_page a#subscribe span{
	display: none;
}
#banner a#listenlive{
display: block;
	position: absolute;
	width: 119px;
	height: 25px;
	bottom: 5px;
	left: 610px;
	background: url('../images/sub_pages/listenlive.png');
}
#header #banner .sub_page a#listenlive{
	display: block;
	position: absolute;
	width: 119px;
	height: 25px;
	bottom: 5px;
	left: 129px;
	background: url('../images/sub_pages/listenlive.png');
}

#header #banner .sub_page a#listenlive span{
	display: none;
}
#header #banner .sub_page a#book_link{
	position: absolute;
	bottom: 0;
	right: 38px;
	font-family: impact, arial, sans-serif;
	font-size: 33px;
	text-decoration: none;
	text-transform: uppercase;
	color: #32332e;
}
#header #banner .sub_page a#book_link:hover{
	color: #900;
}
#header #banner .the-guest-room{
	background: url('../images/sub_pages/the-guest-room.jpg') top left no-repeat;
}
#header #banner .the-old-white-guy-blog{
	background: url('../images/sub_pages/the-old-white-guy-blog.jpg') top left no-repeat;
}
#header #banner .comedy-bits-pieces{
	background: #fffa00 url('../images/sub_pages/comedy-bits-pieces.jpg') top left no-repeat;
}
#header #banner .scandalous-freedom{
	background: #ebcd99 url('../images/sub_pages/scandalous-freedom.jpg') top left no-repeat;
}
#header #banner .scandalous-freedom a#book_link span{
	display: none;
}
#header #banner .steve-brown-etc{
	background: url('../images/sub_pages/steve-brown-etc.jpg') top left no-repeat;
}
#header #banner .the-brown-sessions{
	background: #a4662d url('../images/sub_pages/the-brown-sessions.jpg') top left no-repeat;
}
#header #banner .watching-theology{
	background: #000 url('../images/sub_pages/watching-theology.jpg') top left no-repeat;
}
#header #banner .ping{
	background: #eee url('../images/sub_pages/ping.jpg') top left no-repeat;
}
#header #banner .three-free-sins{
	
	/* background: url('../images/sub_pages/three-free-sins.jpg') top left no-repeat; */
	height: 0px;
}

/*----- SubBanner -----*/
#header #subbanner{
	overflow: hidden;
	float: left;
	width: 990px;
	/*border-top: 2px solid #000;*/
	border-bottom: 1px solid #000;
	/*border-left: 1px solid #000;*/
}
#header #subbanner .left{
	float: left;
	position: relative;
	width: 990px;
	height: 160px;
	background: #574f44;
	/*border-right: 1px solid #000;*/
	color: #fff;
}
#header #subbanner .left #subbanner_text{
	float: right;
	width: 200px;
	margin: 10px 10px 0 0;
	font-family: "gill sans", arial, sans-serif;
	font-size: .9em;
	text-align: right;
}
#header #subbanner .left #subbanner_text p{
	margin: 0 0 8px 0;
}
#header #subbanner .left .excerpt{
	margin: 20px 0 0 0;
	font-size: 1em;
}
#header #subbanner .left .excerpt a{
	color: #900;
}
#header #subbanner .left a.subscribe{
	position: absolute;
	bottom: 1px;
	right: 5px;
}
#header #subbanner .left #player{
	position: absolute;
	bottom: 5px;
	right: 39px;
	width: 73px;
	height: 24px;
}
#header #subbanner .right{
	float: right;
	width: 266px;
	height: 160px;
}
#header #subbanner .right a{
	display: block;
	width: 266px;
	height: 160px;
}
#header #subbanner .sub_page{
	position: relative;
	height: 160px;
}
#header #subbanner .sub_page a#subscribe{
	display: block;
	position: absolute;
	width: 119px;
	height: 25px;
	bottom: 5px;
	left: 5px;
	background: url('../images/sub_pages/subscribe.png');
}
#header #subbanner .sub_page a#subscribe span{
	display: none;
}
#header #subbanner .sub_page a#listenlive{
	display: block;
	position: absolute;
	width: 119px;
	height: 25px;
	bottom: 5px;
	left: 129px;
	background: url('../images/sub_pages/listenlive.png');
}
#header #subbanner .sub_page a#listenlive span{
	display: none;
}
#header #subbanner .sub_page a#book_link{
	position: absolute;
	bottom: 0;
	right: 38px;
	font-family: impact, arial, sans-serif;
	font-size: 33px;
	text-decoration: none;
	text-transform: uppercase;
	color: #32332e;
}
#header #subbanner .sub_page a#book_link:hover{
	color: #900;
}
#header #subbanner .the-guest-room{
	background: url('../images/sub_pages/the-guest-room.jpg') top left no-repeat;
}
#header #subbanner .the-old-white-guy-blog{
	background: url('../images/sub_pages/the-old-white-guy-blog.jpg') top left no-repeat;
}
#header #subbanner .comedy-bits-pieces{
	background: #fffa00 url('../images/sub_pages/comedy-bits-pieces.jpg') top left no-repeat;
}
#header #subbanner .scandalous-freedom{
	background: #ebcd99 url('../images/sub_pages/scandalous-freedom.jpg') top left no-repeat;
}
#header #subbanner .scandalous-freedom a#book_link span{
	display: none;
}
#header #subbanner .steve-brown-etc{
	background: url('../images/sub_pages/steve-brown-etc.jpg') top left no-repeat;
}
#header #subbanner .the-brown-sessions{
	background: #a4662d url('../images/sub_pages/the-brown-sessions.jpg') top left no-repeat;
}
#header #subbanner .watching-theology{
	background: #000 url('../images/sub_pages/watching-theology.jpg') top left no-repeat;
}
#header #subbanner .ping{
	background: #eee url('../images/sub_pages/ping.jpg') top left no-repeat;
}
#header #subbanner .three-free-sins{
	height: 0px;
	/* background: url('../images/sub_pages/three-free-sins.jpg') top left no-repeat; */
}


/*----- Content -----*/
#content{
	/*z-index: -1;*/
	overflow: hidden;
	float: right;
	width: 788px;
	margin: 0 0 0 0;
}
#content #headlines{
	height: 14px;
	padding: 4px 5px;
	background: #cacaca url('../images/section_header.gif') top left repeat-x;
	border-top: 1px solid #e9e9e9;
	border-bottom: 1px solid #cecece;
	color: #333;
}
#content #headlines h2{
	float: left;
	padding: 0 5px 0 0;
	border-right: 2px solid #999;
	font-size: .85em;
	font-weight: normal;
	text-transform: uppercase;
}
#content #headlines p{
	margin: 0 0 0 5px;
	float: left;
	font-size: .85em;
	width: 450px;
}
#content #headlines p span.first{
	display: block;
}
#content #headlines p span{
	display: none;
}
#content #headlines p a{
	text-decoration: none;
	color: #900;
}
#content #headlines p a:hover{
	text-decoration: underline;
}
#content .left h2{
	display: block;
	z-index: 50;
	margin: 0;
	padding: 0;
}
#content .left h2 span.description{
	display: inline;
	/*position: relative;*/
	/*margin-top: -17px;*/
	float: right;
	font-family: arial, sans-serif;
	font-size: 1em;
	text-transform: capitalize;
	z-index: 200;
}
#content .left h2 a{
	text-decoration: underline;
	color: #900;
}
#content .left h2 a:hover{
	text-decoration: none;
}
#content .left h2, #content .right h2, #sidebar h2{
	height: 17px;
	padding: 3px 10px;
	background: #cacaca url('../images/section_header.gif') top left repeat-x;
	font-size: .90em;
	font-weight: normal;
	text-transform: uppercase;
	color: #333;
}

/*----- Three Free Sins -----*/
#content.no_column{
	/*float: none;*/
	overflow: hidden;
	width: auto;
	margin: 0 12px;
	padding: 20px;
	font-family: "gill sans", arial, sans-serif;
	font-size: .9em;
	}
#content.no_column a{
	color: #e00a00;
}
#content.no_column p{
	margin: 0 0 10px 0;
	line-height: 1.4em;
}
#content.no_column .right p {
	font-family: "gill sans", arial, sans-serif;
	font-size: 1em;
	margin-left: 0;
	color: #000;	}
	
	#content.no_column .right ul {
		font-family: "gill sans", arial, sans-serif;
		font-size: 1.15em;
		margin-top: .7em;
		color: #000;	}
			
	
#content.no_column h2{
	text-align: center;
	margin: 0 0 20px 0;
	font-size: 1.4em;
}
#content.no_column hr{
	height: 1px;
	margin: 0 0 10px 0;
	background: #424242;
}
#content.no_column .left{
	float: left;
	width: 48%;
	margin: 0;
}
#content.no_column .right{
	float: right;
	width: 48%;
	margin: 0;
}
#content.no_column .left h3,#content.no_column .right h3,#content.no_column .clear h3{
	height: auto;
	margin: 0 0 10px 0;
	padding: 0;
	background: none;
	font-size: 1.6em;
	font-weight: bold;
	text-align: left;
	text-transform: none;
	color: #e00a00;
}
#content.no_column .clear{
	padding: 20px 0 0 0;
}
#content.no_column .clear h3{
	text-align: center;
}
#content.no_column #mailer{
	height: 62px;
	padding: 12px 0 0 0;
	background: url('../images/sub_pages/dot.gif') center center no-repeat;
}
#content.no_column #mailer p{
	height: 19px;
	line-height: 1em;
}
#content.no_column #mailer p .left{
	float: left;
}
#content.no_column #mailer p .right{
	float: right;
}
#content.no_column #mailer input.field{
	width: 45%;
	padding: 1px;
	border: 1px solid #777;
	font-size: .9em;
	font-style: italic;
	color: #777;
}

/*----- Carousel -----*/
#content #carousel{
	height: 130px;
	background: #f3f3f3 url('../images/carousel.gif') top left no-repeat;
}
#content #carousel .cell{
	float: left;
	position: relative;
	width: 188px;
	height: 110px;
	margin: 12px 8px 0 10px;
	text-align: center;
	background: #f3f3f3;
}
#content #carousel .cell .content{
	position: relative;
	display: none;
	height: 110px;
	width: 188px !important;
	background: #f3f3f3;
}
#content #carousel .cell .content.first{
	display: block;
}
#content #carousel .cell .content .logo{
	position: absolute;
	display: block;
	width: 75px;
	height: auto;
	text-align: center;
	bottom: -5px;
	left: 0;
}
#content #carousel .cell .content p{
	float: right;
	margin: 5px 0 0 0;
	width: 110px;
	font-size: .8em;
	text-align: right;
	color: #333;
}
#content #carousel .cell .content p.subscribe a img{
	width: 12px;
	height: 12px;
}

/*----- Blog/Podcast Description -----*/
#content div.description{
	padding: 2px 10px;
	font-size: .85em;
	font-family: arial, sans-serif;
	background: #f3f3f3;
	display: none;
	border-top: 1px solid #cecece;
}
#content div.description p{
	margin: 8px 0;
}

/*----- Content Left -----*/
#content .left{
	float: left;
	width: 597px;
}
#content .left h3{
	margin: 10px;
	color: #333;
}
#content .left .post_nav{
	overflow: hidden;
	margin: 10px 10px 0 10px;
}
#content .left .post_nav .bottom_nav_left{
	float: left;
	width: 49%;
	margin: 0;
	padding: 0;
	text-align: left;
}
#content .left .post_nav .bottom_nav_right{
	display: inline;
	float: right;
	width: 49%;
	margin: 0;
	padding: 0;
	text-align: right;
}
#content .left .post_nav a{
	font-family: arial, sans-serif;
	font-size: .9em;
	color: #900;
}
#content .left .post{
	overflow: hidden;
	margin: 0 5px;
	padding: 15px 10px;
	border-bottom: 1px solid #999;
	color: #333;
}
#content .left .post.single{
	border: none;
}
#content .left .post .content{
	float: left;
	width: 445px;
	text-align: justify;
}
#content .left .post .content.single{
	float: none;
	width: auto;
}
#content .left .post .content h3{
	margin: 0;
	font-size: 1em;
}
#content .left .post .content h3 a{
	color: #333;
	text-decoration: none;
}
#content .left .post .content h3 a:hover{
	text-decoration: underline;
}
#content .left .post .content h3.sub_header{
	font-family: arial, sans-serif;
	font-size: .9em;
}
#content .left .post .content h4{
	overflow: hidden;
	height: 16px;
	margin: 5px 0 0 0;
	font-size: .8em;
	font-weight: normal;
}
#content .left .post .content h4 .left{
	float: left;
	width: auto;
	color: #666;
}
#content .left .post .content h4 .right{
	float: right;
	width: auto;
	margin: 0;
	font-style: italic;
	text-align: right;
}
#content .left .post .content p{
	margin: 10px 0 0 0;
	font-family: arial, sans-serif;
	font-size: .85em;
}
#content .left .post .content p.post_action{
	clear: both;
}
#content .left .post .content p#print{
	text-align: left;
}
#content .left .post .content p#sig{
	margin: 10px 0;
	text-align: left;
}
#content .left .post .content .player{
	clear: both;
	height: 24px;
	width: 442px;
	margin: 10px 0 0 0;
}
#content .left .post .content p a{
	color: #900;
}
#content .left .post .content p textarea{
	width: 432px;
	padding: 3px;
	border: 1px solid #ccc;
	font-family: arial, sans-serif;
	font-size: 1em;
}
#content .left .post .content p input{
	border: 1px solid #ccc;
}
#content .left .post .content .comment{
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #ccc;
}
#content .left .post .podcast{
	float: right;
	width: 110px;
	text-align: center;
}
#content .left .post .podcast p{
	margin: 5px 0;
	font-size: .85em;
}
#content .left .contactform{
	font-family: arial, sans-serif;
	font-size: .9em;
}
#content .left .contactform p{
	font-size: 1em !important;
	margin: 0 0 10px 0 !important;
	color: #900;
}
#content .left .contactright input{
	padding: 3px;
	border: 1px solid #ccc;
}
#content .left .contactright textarea{
	width: 432px;
	padding: 3px;
	border: 1px solid #ccc;
	font-family: arial, sans-serif;
	font-size: 1em;
}
#content .left .contactleft{
	margin: 0 0 3px 0;
}
#content .left .contactright{
	margin: 0 0 8px 0;
}

/*----- Content Right -----*/
#content .right{
	float: right;
	width: 190px;
	margin: 0 0 300px 0px;
}
#content .right h2{	
	margin: 0 0 10px 0;
}
#content .right #comments{
	padding: 10px;
	font-family: arial, sans-serif;
	font-style: italic;
}
#content .right #comments h3{
	font-size: .85em;
	font-style: italic;
	color: #ee7a14;
}
#content .right #comments h4{
	font-size: .7em;
	font-weight: normal;
	font-style: italic;
	color: #ee7a14;
}
#content .right #comments p{
	margin: 5px 0;
	font-size: .8em;
	color: #333;
}
#content .right #comments p.more{
	margin: 5px 0 20px 0;
	font-size: .7em;
	text-align: right;
}
#content .right #comments p.more a{
	color: #900;
}

/*----- Sidebar -----*/
#sidebar{
	float: left;
	width: 201px;
	margin: 0 0 0 0px;
	padding: 0px 0px 10px 0px;
	background: url('../images/sidebar_top.gif') top left repeat-x;
}
#sidebar form{
	margin: 0 6px;
}
#sidebar #adspace{
	margin: 10px auto;
	text-align: center;
}

#sidebar #adspace2{
	margin: 10px auto;
	text-align: center;
}

#sidebar #buttons{
	margin: 10px auto;
	text-align: center;
}

#sidebar h2{
	text-align: right;
}
#sidebar ul{
	margin: 0px auto;
	text-align: right;
}

/*----- Sidebar Unordered Lists -----*/
#content .right ul, #sidebar ul{
	margin: 0 0 10px 0;
	padding: 0 10px;
}
#content .right ul li, #sidebar ul li{
	margin: 5px 0;
	list-style: none;
	font-family: arial, sans-serif;
	font-size: .8em;
}
#content .right ul.spaced li, #sidebar ul.spaced li{
	margin: 15px 0;
}
#sidebar #textadspace ul{
	margin: 5px 0;
	list-style: none;
	font-family: arial, sans-serif;
	font-size: .8em;
}

/*----- Search -----*/
#search{
	width: 180px;
	padding: 2px;
	border: 1px solid #ccc;
	font-family: "gill sans", arial, sans-serif;
	font-size: .9em;
	font-style: italic;
	color: #acadb0;
}

/*----- Footer -----*/
#microphone{
	position: absolute;
	bottom: 24px;
	right: 24px;
	width: 127px;
	height: 246px;
	background: url('../images/microphone.gif') center center no-repeat;
}
#footer{
	clear: both;
	width: 990px;
	height: 31px;
	margin: 0 auto;
	background: url('../images/footer.png') top center no-repeat;
}
#footer.no_column{
	background-image: url('../images/footer_no_column.png');
}

/*----- Text Ads -----*/
#content .right p{
	margin: 0 10px 5px 10px;
	line-height: 1.1em;
	font-family: arial, sans-serif;
	font-size: .8em;
	color: #333;
}
#content .right p.description{
	margin-bottom: 10px;
}
/*----- Quicktags -----*/

.floatright {
	float: right;
}

.floatleft {
	float: left;
}
blockquote {
    margin: 15px 30px 0 10px;
    padding-left: 30px;
    border-left: 5px solid #ddd;
    }

blockquote cite {
    margin: 5px 0 0;
    display: block;
    }
/*

Photo

*/
div.meta img {
    margin-right:5px;
}
div#photo {
    position:relative;
    margin:10px 10px 10px 10px;
}
div#notes {
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
}
div#notes div.note {
    padding:1px;
    margin:-4px 0px 0px -4px;
    position:absolute;
    cursor:pointer;
}
div#notes:hover div.note div.hover2 {
    border:1px solid black;
}
div#notes:hover div.note div.hover {
    border:1px solid white;
}

div#notes div.note:hover {
    border:1px solid yellow;
    padding:0;
    z-index:2;
}

div.note div.text {
    display:none;
    position:absolute;
    top:100%;
    left:0px;
    width:auto;
    margin:10px 0 0 0 ;
    padding:5px;
    background:#FFFFD3;
    color:black;
    border:1px solid #555;
    border-top:1px solid #eee;
    border-left:1px solid #eee;
    z-index:1;
}
div.note:hover div.text {
    display:block;
}

div#context {
    position:relative;
    height:120px;
    width:100%;
    background:#eee;
}
div#context div.prev, div#context div.next {
    position:absolute;
    top:10px;
    color:#ccc;
    font-size:0.9em;
    text-align:center;
    text-transform:lowercase;
}
div#context div.prev {
    left:10px;
}
div#context div.next {
    right:10px;
}
div#context div.nomore {
    top:20px;
    width:100px;
}
div#context div.info {
    position:absolute;
    top:20px;
    left:50%;
    width:100px;
    margin-left:-50px;
    text-align:center;
}
div#context div.info a{
    color:#ccc;
    text-decoration:none;
}
div#context div.info strong a{
    color:#aaa;
}

div.comment {
    clear:both;
    min-height:50px;
    margin-bottom:1em;
}
div.comment p {
    margin:0 0 1em 0;
    padding:0;
}
div.comment img {
    margin-right:5px;
    margin-bottom:5px;
}
/*

Album

*/

div#photos {
    background:#eee;
    padding:10px;
    clear:both;
    margin:20px 0 0 0;
}
div#highlight {
    position:relative;
    margin:15px 0 0 0;
}
div#highlight img {
    float:left;
    margin:0 10px 0 0 ;
}
div#highlight p {
    font-size:1.3em;
}
div#highlight p.meta {
    color:#888;
    font-size:1em;
}
div#highlight p.meta a {
    color:#888;
}

/*

Albums-index

*/

div.albums {
    clear:both;
    padding-top:10px;
}
div.album {
    background:#eee;
    padding:10px 10px 10px 10px;
    margin:0 0 15px 0;
    position:relative;
    min-height:95px;
    clear:both;
}
div.album img.highlight {
    float:left;
    border:3px solid #888;
    position:relative;
    margin-right:10px;
}
div.album h2 {
    font-size:1.4em;
    text-decoration:none;
    margin:0 0 10px 0;
}
div.album p {
    font-size:0.9em;
}
div.album p.meta {
    color:#888;
}
div.album p.meta a {
    color:#888;
}
div.albums-small div.album {
    clear: none;
    width:90px;
    height:115px;
    float:left;
    background: none;
}
div.albums-small div.album img.highlight {
    float: none;
    margin:0;
}
div.albums-small div.album strong {
    font-size:0.9em;
}

div.group {
    min-height:60px;
}

div#highlight {
    position:relative;
    margin:0 0 40px 0;
}
div#highlight h2 {
    margin-bottom:5px;
}
div#highlight img.highlight {
    float:left;
    margin:0 10px 0px 0 ;
    border:3px solid #888;
}
div#highlight p {
    font-size:1.3em;
}
div#highlight p.meta {
    color:#888;
    font-size:0.9em;
}
div#highlight p.meta a {
    color:#888;
}

div#highlight div.photos {
    clear:both;
    padding:10px 0;
}
div#highlight div.photos img {
    margin:0 10px 10px 0;
}

div#photoalbum-nav {
    margin-bottom:15px;
}


/*

Tags

*/
div.tags {
    padding-top:10px;
    clear:both;
}
div#cloud {
    line-height:200%;
}

div.flickr-meta-links {
    margin:10px 0 0 0;
    font-size:10px;
}
div.flickr-meta-links a{
    color:#555;
}
