/* Benny Bliss */

/* 
Title:		Benny Bliss Screen Styles
Author: 	Christopher Ware
*/

@import url("ie.css");


/* GLOBAL LAYOUT
---------------------------------------------------------------------------------------------------- */
* {
	margin: 0;
	padding: 0;
}
body {
	font: 12px/19px Arial, Helvetica, sans-serif;
	text-align: center;
	color: #333;
	background: #EEECDF;
	margin-top: 10px;
	margin-bottom: 10px;
}
#header {
	margin: 20px 20px 0;
}
#wrap {
	border: 1px solid #E6E3D1;
	background: #FFF;
	width: 750px;
	margin: 0 auto;
	text-align: left;
}
#main-content {
	width: 480px;
	display: inline;
	float: left;
	margin-left: 30px;
	padding: 30px 0 20px;
}
#secondary-content {
	width: 180px;
	margin-right: 30px;
	background: #4F4D72;
	margin-top: -73px;
	padding: 10px;
	float: right;
}
#nav {
	padding: 15px 0;
}
#footer {
	clear: both;
	margin: 0px 20px 20px;
	background: #333;
}
#footer p {
	padding: 15px;
	color: #FFF;
	font: 11px/16px Arial, Helvetica, sans-serif;
	background: #333;
}
#footer a:link, #footer a:visited {
	color: #FFF;
	text-decoration: none;
	border-bottom: 1px dotted #FFF;
}
#footer a:hover, #footer a:active {
	color: #FFF;
	text-decoration: none;
	border-bottom: 1px solid #FFF;
}


/* MAIN CONTENT
---------------------------------------------------------------------------------------------------- */
.feature {
	display: inline-table;
}
dl.feature {
	margin: 7px 15px 25px;
	padding: 15px;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
}
dl.feature:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
dl.feature dt img {
	float: left;
	margin: 0 15px 0 0;
	padding: 0 4px 4px 0;
	background: url(../images/photo-frame.gif) no-repeat bottom right;
}
dl.feature dd {
	margin-left: 149px;
	font: 11px/16px Arial, Helvetica, sans-serif;
	color: #666;
}
#main-content a:link, #main-content a:visited {
	color: #963431;
	text-decoration: none;
	border-bottom: 1px dotted #963431;
}
#main-content a:hover, #main-content a:active {
	color: #963431;
	text-decoration: none;
	border-bottom: 1px solid #963431;
}
#main-content p {
	padding-bottom:20px;
}
#main-content form p {
	padding-bottom:10px;
}

/* HEADINGS
---------------------------------------------------------------------------------------------------- */
h1 {
	font-size: 22px;
}
h2 {
	font-size: 20px;
}
h3 {
	font-size: 14px;
	color:#963431;
	padding-bottom:3px;
	margin-bottom:10px;
	border-bottom: 1px dotted #DDD;
}
.campaignheads{
	font-size: 14px;
	color:#963431;
	margin-bottom:10px;
	border-bottom: 1px dotted #DDD;
	padding: 20px 0px 3px;
}
h4 {
	font-size: 14px;
}
h1, h2, h3, h4 {
	letter-spacing:-1px;
}
.section-header {
	position: relative;
	height: 40px;
	padding: 0;
	overflow: hidden;
	font-size: 100%;
	color: #000;
}
.section-header span {
	position: absolute;
	width: 100%;
	height: 100%;
}
#header-home-heading {
	width: 710px;
	height: 155px;
	color: #FFF;
}
#header-home-heading span {
	background: url(../images/BBheading.gif) no-repeat;
}
#header-elect-benny {
	width: 163px;
	height: 22px;
	color: #4F4D72;
}
#header-elect-benny span {
	background: url(../images/elect.gif) no-repeat;
}
#header-benny-accomplish {
	width: 139px;
	height: 22px;
	color: #963431;
}
#header-benny-accomplish span {
	background: url(../images/accomplish.gif) no-repeat;
}
#header-about-benny {
	width: 174px;
	height: 22px;
	color: #4F4D72;
}
#header-about-benny span {
	background: url(../images/aboutheading.gif) no-repeat;
}
#header-campaign-foundation {
	width: 209px;
	height: 22px;
	color: #4F4D72;
}
#header-campaign-foundation span {
	background: url(../images/campaignheading.gif) no-repeat;
}
#header-columns-editorials {
	width: 200px;
	height: 22px;
	color: #4F4D72;
}
#header-columns-editorials span {
	background: url(../images/columnsheading.gif) no-repeat;
}
#header-contact {
	width: 78px;
	height: 22px;
	color: #4F4D72;
}
#header-contact span {
	background: url(../images/contactheading.gif) no-repeat;
}
#header-god-country {
	width: 143px;
	height: 22px;
	color: #4F4D72;
}
#header-god-country span {
	background: url(../images/godheading.gif) no-repeat;
}
#header-photo-gallery {
	width: 134px;
	height: 22px;
	color: #4F4D72;
}
#header-photo-gallery span {
	background: url(../images/photoheading.gif) no-repeat;
}
#header-register {
	width: 174px;
	height: 22px;
	color: #4F4D72;
}
#header-register span {
	background: url(../images/registerheading.gif) no-repeat;
}


/* MISCELLANEOUS ITEMS
---------------------------------------------------------------------------------------------------- */
img {
	border: 0 none;
}
#secondary-content img {
	padding: 10px 0;
}
ul {
	list-style: none;
}
input[type=text], textarea {
	font: 12px Arial, Helvetica, San-serif;
	color: #333;
	border: 1px #CCC solid;
	padding: 3px;
}
input[type=text]:focus, textarea:focus {
	border-color: #999;
}
textarea {
	width:80%;
}
.published {
	display:block;
	text-align: center;
	float:left;
	color: #333;
	padding-right:10px;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom:none;
	width:50px;
}
.pub-month {
	display:block;
	font-size: 10px;
	padding-top:10px;
	background:#FFF url(../images/clip-top.gif) repeat-x center top;
}
.pub-date { 
	display:block; 
	font-size:16px;
}
.pub-year { 
	display:block; 
	font-size:10px;
	color:#FFF;
	background: #4F4D72;
}
blockquote {
	width: 440px;
	margin: 0 auto 15px;
	text-align: left;
	background: url(../images/quotes1.png);
	background-position: 0 2px;
	background-repeat: no-repeat;
	color:#666;
	text-indent: 25px;
}
#foundation {
	padding: 10px 10px 20px;
}
#foundation li {
	padding: 0px 10px 10px 20px;
	background: url(../images/0129_ibullet.png) no-repeat left center;
}


/* NAVIGATION
---------------------------------------------------------------------------------------------------- */
#nav {
	margin: 0 auto;
}
#nav li a {
	display: block;
	position: relative;
	overflow: hidden;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	font-size: 12px;
	height: 46px;
	width: 180px;
	padding-bottom: 8px;
}
#nav li a span {
	display: block;
	width: 180px;
	height: 46px;
	position: absolute;
	top:0;
	left:0;
	background: url(../images/navimgs.gif) no-repeat;
	overflow: hidden;
	cursor: pointer;
}
#nav li.home a span {
	background-position: 0 0;
}
#nav li.about a span {
	background-position: -180px 0;
}
#nav li.campaign a span {
	background-position: -360px 0;
}
#nav li.god a span {
	background-position: -540px 0;
}
#nav li.columns a span {
	background-position: -720px 0;
}
#nav li.photos a span {
	background-position: -900px 0;
}
#nav li.contact a span {
	background-position: -1080px 0;
}
#nav li.home a:hover span {
	background-position: 0 -54px;
}
#nav li.about a:hover span {
	background-position: -180px -54px;
}
#nav li.campaign a:hover span {
	background-position: -360px -54px;
}
#nav li.god a:hover span {
	background-position: -540px -54px;
}
#nav li.columns a:hover span {
	background-position: -720px -54px;
}
#nav li.photos a:hover span {
	background-position: -900px -54px;
}
#nav li.contact a:hover span {
	background-position: -1080px -54px;
}


/* SLIDESHOW
---------------------------------------------------------------------------------------------------- */
#OuterContainer {
	padding: 0;
	margin: 0 auto;
}

#Container {
	position: relative;
	height: 200px;
	width: 200px;
	margin: 0 auto;
	background-color: #dedede;
	border: 5px solid #ccc;
	font-size: 0px;
}
#Container a:link, #Container a:visited {
	text-decoration: none;
	border: none;
}
#Container a:hover, #main-content a:active {
	text-decoration: none;
	border: none;
}

#Photo {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
}

#Loading {
	height: 25%;
	width: 100%;
	position: absolute;
	top: 40%;
	left: 0%;
	text-align: center;
	z-index: 0;
	line-height: 0;
}

#LinkContainer {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	/* filter:alpha(opacity:80); /* Specify opacity for IE */
}
#PrevLink, #NextLink {
	cursor: pointer;
	width: 48%;
	height: 100%;
	background: transparent url(../img/c.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
}
#PrevLink span, #NextLink span { display: none; }

#PrevLink { left: 0; float: left; }
#NextLink { right: 0; float: right; }

/* background image for IE */
#PrevLink:hover, #PrevLink:visited:hover { background: url(../img/prev_minus.gif) 20% 50% no-repeat;}
#NextLink:hover, #NextLink:visited:hover { background: url(../img/next_plus.gif) 80% 50% no-repeat;}

/* background image for compliant browsers */
#LinkContainer>#PrevLink:hover, #LinkContainer>#PrevLink:visited:hover { background: url(../img/prev_chevron.png) 20% 50% no-repeat;}
#LinkContainer>#NextLink:hover, #LinkContainer>#NextLink:visited:hover { background: url(../img/next_chevron.png) 80% 50% no-repeat;}

#CaptionContainer {
	margin: 0 auto;
	width: 200px;
	text-align: left;
	background-color: #ccc;
	}

#CaptionContainer p {
	padding: 5px 10px 10px 10px;
	font-size: 11px;
}

#Counter {
	font-weight: bold;
	color: #999;
	padding-right: 5px;
}
