/* Anthology Creative: Base CSS */
/* Version 1.0 */
/* Last Revised: Oct. 7, 2008 */

/* reset */
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,font,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{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}
body{font:13px/1.5 Helvetica,Arial,'Liberation Sans',FreeSans,sans-serif}a:focus{outline:1px dotted invert}hr{border-color:#ccc;border-style:solid;border-width:1px 0 0;clear:both;height:0}h1{font-size:27px}h2{font-size:24px}h3{font-size:18px}h4{font-size:14px}h5{font-size:12px}h6{font-size:10px}ol{list-style:decimal}ul{list-style:circle}li{margin-left:30px}p,dl,hr,h1,h2,h3,h4,h5,h6,ol,ul,pre,table,address,fieldset{margin-bottom:20px}
/* end reset */

body {
	font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Regular", Sans-serif;
}

a:link, a:visited {
	color: #333;
}

a:hover, a:active {
	color: #666;
}

div.flashError {
	text-align: left;
	display: block;
	padding: 14px;
	font: bold 14px/18px "Lucida Grande", "Lucida Sans", "Lucida Sans Regular" Sans-serif;
	background-color: #FFC2C8;
	color: #A80500;
	margin-bottom: 24px;
}

div.flashNotice {
	text-align: left;
	display: block;
	padding: 14px;
	font: bold 14px/18px "Lucida Grande", "Lucida Sans", "Lucida Sans Regular" Sans-serif;
	background-color: #FFE155;
	color: #6F4000;
	margin-bottom: 24px;
}

div.flashConfirm {
	text-align: left;
	display: block;
	padding: 14px;
	font: bold 14px/18px "Lucida Grande", "Lucida Sans", "Lucida Sans Regular" Sans-serif;
	background-color: #D3FFB9;
	color: #166F00;
	margin-bottom: 24px;
}


.left         { float:left; }
.right        { float:right; }
.center		  { text-align:center; margin:0 auto; display:block; }
img.left      { margin-right:1em; }
img.right     { margin-left:1em; }
img.center    { margin:0 auto; display:block;}
.text-right   { text-align:right; }
.half         { width:45%; /* Not exactly half to account for paddings, margins etc. */ }
.pad5		  { padding:5px; }
.pad10 		  { padding:10px; }
.pad20 		  { padding:20px; }
.full-margin  { margin:0 0 20px 0; }
.half-margin  { margin:0 0 10px 0; }
.no-margin 	  { margin:0; }

.hide{ /* Hide stuff without resorting to display:none; */
	visibility:hidden;
	width:0!important;
	height:0!important;
	line-height:0!important;
	padding:0!important;
	margin:0!important;
}

.text-tiny { font-size:10px; }
.text-medium { font-size:12px; }
.text-large { font-size:16px; }
.text-highLite { background-color:#fffecc; /* Light Yellow */ }
.text-right { text-align:right; }

a.danger:link, a.danger:visited { color:#A80500; /* Red */ }
a.danger:hover, a.danger:active { color:#A80500; /* Red */ }
.danger { color:#A80500; /* Red */ }

a.okay:link, a.okay:visited { color:#166F00; /* Green */ }
a.okay:hover, a.okay:active { color:#166F00; /* Green */ }

/* END BASE */


/****************************************************************************** HEADING TAGS */
h1, h2, h3, h4, h5, h6 {
	font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Regular" Sans-serif;
}

h1, h2 {
	/* color:#5e8d0b;  dark green */
	color:#8CC63E; /* lime */
	border-bottom:1px dotted #ccc;
}

h3, h4, h5, h6 {
	color:#479E00; /* light green */
}

h1#homeD6Logo {
	overflow:hidden;
	text-indent:-9999px;
	margin:0;
	border:0;
	height:0;
}

h3 {
	padding-top:15px;
}

/* END HEADING TAGS */


/****************************************************************************** WRAPPERs */
body {
	background: #c8c8c8 url('../images/home-bg.jpg') repeat-x;
}

.wrapper {
	background: url('../images/top-bar.jpg') repeat-x top center;
}

/* END WRAPPERs */

/****************************************************************************** LINKs */
a:link, a:visited {
	color:#479E00;
	text-decoration:none;
}

a:hover, a:active {
	color:#326F00;
	text-decoration:underline;
}

/* END LINKs */


/****************************************************************************** HOME */
div.homeD6Logo {
	width:340px;
	margin:0 60px 0 0;
	float:left;
	display:inline;	
	padding:40px 0 0;
}

.logo-homecon {
	padding-top:20px;
}

#homeNav {
	width:340px;
	margin:0 20px 0 10px;
	float:left;
	display:inline;
	padding:40px 0 0;
}

#homeNav li {
	list-style-type:none;
	margin:0;
	height:80px;
	border-bottom:1px dotted #bfbfbf;
	width:340px;
	padding:0;
	float:left;
	display:inline;
}

#homeNav li.showControls {
	background: url('../images/home-nav-hover-bg.jpg') no-repeat top center;
}

#homeNav li .textImage {
	float:left;
	padding-top:20px;
	display:inline;
}

#homeNav li .controls {
	float:right;
	margin:20px 8px 0 0;
	display:inline;
	width:21px;
	visibility:hidden;
}

#homeNav li.showControls .controls { visibility: visible; }

.controls a {
  	text-indent: -9999px;
	display:block;
}

.controls a.info:hover {
	background-position: 0px -19px;
}

.controls a.video:hover {
	background-position: 0px -59px;
}

.controls .info {
  	width: 21px;
  	height: 19px;
  	background: url('../images/home-nav-controls.gif') no-repeat;
	margin:0 0 8px 0;
}

.controls .video {
  	width: 21px;
  	height: 21px;
  	background: url('../images/home-nav-controls.gif') no-repeat 0px -38px;
}

.homeSmRighCol {
	width:190px;
	float:left;
	display:inline;
	padding-top:0px;
	margin:20px 0 0;
	background: url('../images/home-splink-box-bg.jpg') no-repeat top center;
}

.homeSplink {
	background: #8cc63f url('../images/home-splink-box-bg.jpg') no-repeat top center;
	margin:0 10px;
	width:170px;
	float:left;
	display:inline;
}

.homeSplink .logo {
	margin:0 auto 15px;
	display:block;
}

.homeSplink p, .homeSplink p[style], .homeSplink span[style], .homeSplink a span[style] {
	margin:10px;
	color:#fff !important;
	font-size:12px !important;
	line-height:18px !important;
	font-family:"Lucida Grande", "Lucida Sans", "Lucida Sans Regular", Sans-serif !important;
	font-weight:bold !important;
	font-style: normal !important;
}

.homeSplink li {
	list-style-type:circle;
	margin:0 0 5px 15px;
	list-style-position: inside;
}

.homeSplink a {
	font-size:10px;
}

.homeSocialBar {
	margin:10px auto;
	display:block;
	text-align:center;
}

.homeEmpower {
	margin:20px 0 0;
}

/*
.homeNewReleases {
	color:#fff;
	background:#89c23d url('../images/home-ad-new-releases.png') no-repeat top left;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	width:170px;
	padding:0 0 10px;
}

.homeNewReleases h4 {
	color:#5f8629;
	margin:0;
	border-bottom:1px dotted;
	margin:0 15px 4px;
}

.homeNewReleases h3 {
	margin:0 0 6px 0;
	padding:0;
	height:35px;
	line-height:35px;
	text-indent:-9999px;
}

.homeNewReleases img {
	margin:0 auto 6px;
}

.homeNewReleases a {
	color:#fff;
	font-weight:bold;
}
*/

#homeNewReleases {
    color: #666;
    font-size: 14px;
    margin: 20px 0;
    width: 750px;
    background: #fff;
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
    padding: 5px;
}

    #homeNewReleases strong {
        text-transform: uppercase;
        font-size: 12px;
    }
    
    #homeNewReleases a {
        margin: 0 0 0 20px;
        padding: 0 20px 0 0;
        background: url(../images/dot-grey.png) no-repeat center right;
    }
    
    #homeNewReleases a.last {background: none;}

#modalVideoObject {
	margin: 5px 5px 30px 5px;
}

.homeBoxPromo {
	float:left;
	display:inline;
	width:184;
	margin:40px 8px 0 0;
}

.homeBoxPromo.last {
    margin: 40px 0 0 0;
}

.articles-preview {
	width:360px;
	margin:40px 40px 0 0;
	background:#ededed;
	float:left;
	display:inline;
	font-size:14px;
	color:#75ab2c;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

	.articles-preview.last { margin-right:0; }
	
	.articles-preview ul {
		margin:0;
		list-style:none;
		font-style:italic;
		font-weight:bold;
		line-height:17px;
	}
	
	.articles-preview li {
		padding:0 0 16px 25px;
		margin:0;
		border-bottom:1px solid #d7d7d7;
		background: url('../images/list-item-blast-00.png') no-repeat 7px 7px;
		float:left;
		width: 335px;
		height:30px;
		cursor:pointer;
	}
	
	.articles-preview a {
		float:left;
		display:inline;
		width:200px;
		text-decoration:none;
		margin:6px 0 0 0;
		font-family:Georgia, serif;
	}
	
		.articles-preview li.highlite a { color:#326F00;}
	
	.articles-preview li.last { border-bottom:none; }
	
	.articles-preview li.highlite { background:#abd86e url('../images/list-item-blast-01.png') no-repeat 7px 7px; }
	
		.articles-preview li div {
			font-size:10px;
			color:#999;
			font-style:normal;
			margin:8px 10px 0 5px;
			float:right;
			display:inline;
			line-height:11px;
			text-align:right;
		}
		
		.articles-preview li.highlite div {color:#fff;}
	
	.articles-preview h3 {
		margin:0;
		padding:0 10px;
		height:30px;
		line-height:30px;
		color:#fff;
		background:#75ab2c;
		border-bottom:1px solid #9bc85d;
		-khtml-border-radius-topright: 5px;
		-khtml-border-radius-topleft: 5px;	
		-moz-border-radius-topright: 5px;
		-moz-border-radius-topleft: 5px;
		-webkit-border-top-right-radius: 5px;
		-webkit-border-top-left-radius: 5px;
		border-top-right-radius: 5px;
		border-bottom-left-radius: 5px;
	}
	

/* END HOME */

/****************************************************************************** Home Connection */

input.cupid-green {
  background: #4dbbbf;
  background: -moz-linear-gradient(top, #57c9d6 0%, #3aabb7 100%);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#57c9d6), to(#3aabb7));
  border: 1px solid #2f9ca8;
  border-bottom: 1px solid #2f9ca8;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: inset 0 1px 0 0 #6dafca;
  -webkit-box-shadow: inset 0 1px 0 0 #6dafca;
  box-shadow: inset 0 1px 0 0 #6dafca;
  color: #fff;
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
  font-size: 11px;
  font-weight: bold;
  line-height: 1;
  padding: 7px 5px 8px 5px;
  text-align: center;
  text-shadow: 0 -1px 0 #217f90;
  width: 150px;
}

input.cupid-green:hover {
  background: #4dbbbf;
  background: -moz-linear-gradient(top, #71d9e4 0%, #3aabb7 100%);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#71d9e4), to(#3aabb7));
  -moz-box-shadow: inset 0 1px 0 0 #6dafca;
  -webkit-box-shadow: inset 0 1px 0 0 #6dafca;
  box-shadow: inset 0 1px 0 0 #6dafca;
  cursor: pointer;
}

.homeconnection-download {
	background-color: #f9f9f1;
	  background-image: -moz-linear-gradient(top, #f9f9f1, #f2f0e6); /* FF3.6 */
	  background-image: -ms-linear-gradient(top, #f9f9f1, #f2f0e6); /* IE10 */
	  background-image: -o-linear-gradient(top, #f9f9f1, #f2f0e6); /* Opera 11.10+ */
	  background-image: -webkit-gradient(linear, left top, left bottom, from(#f9f9f1), to(#f2f0e6)); /* Saf4+, Chrome */
	  background-image: -webkit-linear-gradient(top, #f9f9f1, #f2f0e6); /* Chrome 10+, Saf5.1+ */
	  background-image: linear-gradient(top, #f9f9f1, #f2f0e6);
	            filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f9f9f1', EndColorStr='#f2f0e6'); /* IE6–IE9 */
	
      -moz-border-radius: 5px; /* FF1+ */
	  -webkit-border-radius: 5px; /* Saf3-4, iOS 1+, Android 1.5+ */
		border-radius: 5px; /* Opera 10.5, IE9, Saf5, Chrome, FF4 */

		/* useful if you don't want a bg color from leaking outside the border: */        
		-moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;
	
	padding:13px 35px 15px 36px;
	height:auto;
	width:317px;
	margin-left:20px;
	float:right;
	display:inline;
	border:1px solid #d4cfb8;
	-moz-box-shadow: 0px 0px 2px #ccc; /* FF3.5+ */
	  -webkit-box-shadow: 0px 0px 2px #ccc; /* Saf3.0+, Chrome */
	          box-shadow: 0px 0px 2px #ccc; /* Opera 10.5, IE9, Chrome 10+ */
	
}

.inner-download-wrapper {
	width:300px;
	background:#fff;
	padding:15px;
	border:1px solid #fff;
	-moz-border-radius: 5px; /* FF1+ */
	  -webkit-border-radius: 5px; /* Saf3-4, iOS 1+, Android 1.5+ */
		border-radius: 5px; /* Opera 10.5, IE9, Saf5, Chrome, FF4 */

		/* useful if you don't want a bg color from leaking outside the border: */        
		-moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;
	-moz-box-shadow: inset 0px 0px 2px #aaa; /* FF3.5+ */
	  -webkit-box-shadow: inset 0px 0px 2px #aaa; /* Saf3.0+, Chrome */
	          box-shadow: inset 0px 0px 2px #aaa; /* Opera 10.5, IE9, Chrome 10+ */
	
}

input.homecon-text {
	-moz-border-radius:5px; /* FF1+ */
	  -webkit-border-radius: 5px; /* Saf3-4, iOS 1+, Android 1.5+ */
	          border-radius: 5px; /* Opera 10.5, IE9, Saf5, Chrome, FF4 */
	
	-moz-box-shadow: 0px 0px 2px #ddd; /* FF3.5+ */
	-webkit-box-shadow: 0px 0px 2px #ddd; /* Saf3.0+, Chrome */
	        box-shadow: 0px 0px 2px #ddd; /* Opera 10.5, IE9, Chrome 10+ */
	
}

.download-text {
	font-size:22px;
	font-family:georgia;
	font-style:italic;
	color:#5d4f3b;
}

.quarter-hc li {
	border-bottom:1px solid #e2e9d4;
	padding:5px;
	list-style:none;
}

.quarter-hc li:hover {
	background:#f9f8f5;
}

.summer-hc-link {
	border-top:1px solid #e2e9d4;
	border-bottom:0px;
}

.winter-hc-link {
	border-top:0px;
	border-bottom:1px solid #e2e9d4;
}

.itemError {
	font-size:10px;
	font-style:italic;
	color:#c92e2e;
	padding:0px;
	margin:0px;
}

.error-homecon {
	position:relative;
	display:block;
}

/* end home connection */

/****************************************************************************** D6 Concert Tickets */



.ticket-box-left {
	float:left;
	display:inline;
	width:400px;
	margin-right:100px;
}

.ticket-box-right {
	float:left;
	display:inline;
	width:100px;
}

.ticket-quantity input {
	width:30px;
	background:#fff;
	border:1px solid #bbb;
	
}

.concert-title {
	font-size:20px;
	font-family:verdana, geneva, sans-serif;
}



/****************************************************************************** END d6 concert tickets */

/****************************************************************************** Visionary */

.visionary-adblock {
	
}

a.visionary-btn {
  background: #7fbf4d;
  background: -moz-linear-gradient(top, #7fbf4d 0%, #63a62f 100%);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#7fbf4d), to(#63a62f));
  border: 1px solid #63a62f;
  border-bottom: 1px solid #5b992b;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: inset 0 1px 0 0 #96ca6d;
  -webkit-box-shadow: inset 0 1px 0 0 #96ca6d;
  box-shadow: inset 0 1px 0 0 #96ca6d;
  color: #fff;
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
  font-size: 11px;
  font-weight: bold;
  line-height: 1;
  padding: 7px 15px 8px 15px;
  text-align: center;
  text-shadow: 0 -1px 0 #4c9021;
  width: 150px;
}

a.visionary-btn:hover {
  background: #76b347;
  background: -moz-linear-gradient(top, #76b347 0%, #5e9e2e 100%);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#76b347), to(#5e9e2e));
  -moz-box-shadow: inset 0 1px 0 0 #8dbf67;
  -webkit-box-shadow: inset 0 1px 0 0 #8dbf67;
  box-shadow: inset 0 1px 0 0 #8dbf67;
  cursor: pointer;
}

img.light {
	outline: 1px solid #ddd;
	border-top: 1px solid #fff;
	padding: 10px;
	background: #f0f0f0;
	float:left;
	margin-right:40px;
}
/* END VISIONARY */

.devovideo-slider {
	width:900px;
	height:700px;
}

/****************************************************************************** FOOTER */
.footer {
	text-align:center;
	margin-top:220px;
	margin-bottom:30px;
	color:#fff;
	font-size:10px;
}

.footer .nav {
	margin:20px 0 12px;
}

.footer .nav a:link, .footer .nav a:visited {
	color:#fff;
	margin:0 7px 0 5px;
	text-decoration:none;
}

.footer .nav a:hover, .footer .nav a:active {
	color:#fff;
	text-decoration:underline;
}

.footer .nav a.first  {
	margin-left:20px;
}

.footer .nav a.last  {
	margin-right:0px;
}

.footer .copyright a:link, .footer .copyright a:visited {
	margin:0;
	color:#fff;
	text-decoration:none;
}

.footer .copyright a:hover, .footer .copyright a:active {
	color:#fff;
	text-decoration:underline;
}

.footer .designBy {
	font-size:10px;
}

.footer .designBy a:link, .footer .designBy a:visited {
	color:#fff;
	text-decoration:underline;
}

.footer .designBy a:hover, .footer .designBy a:active {
	color:#999;
	text-decoration:underline;
}

/* FOOTER */


/****************************************************************************** INNER NAV */

ul#nav {
	margin: 10px 0 30px;
	padding: 0 0 0 7px;
	background: #6fa624;
	height: 40px;
	position: relative;
	z-index:9999;
}

ul#nav li {
	list-style: none;
	display: inline;
	margin-left: 0;
	position: relative;
	float: left;
	width:auto;
}

ul#nav li a {
	text-decoration: none;
	font: bold 12px/30px "Lucida Grande", "Lucida Sans", "Lucida Sans Regular" Sans-serif;
	padding: 8px 11px 2px 11px;
	color: #fff;
	display: inline;
	float: left;
	height:30px;
}

ul#nav li a.nav_first {
	border-left: none;
}

ul#nav li a.nav_last {
	border-right: none;
}

ul#nav li a:hover, ul#nav li a.sel {
	background: #5c8527;
	color: #fff;
}

ul#nav li a.navHover {
	background: #99B500;
	color: #fff;
}

ul#nav li ul.subnav {
	position: absolute;
	top: 40px;
	left: 0;
	width: auto;
	background: #333;
	display: none;
	filter:alpha(opacity=93);   
	-moz-opacity: .93;   
	opacity: .93;
	z-index:2000;
}

ul#nav li ul li {
	float: none;
}

ul#nav li ul.subnav a {
	font: normal 12px/18px "Lucida Grande", "Lucida Sans", "Lucida Sans Regular" Sans-serif;
	padding: 8px 6px 8px 6px;
	display: block;
	border: none;
	border-bottom: 1px dashed #666;
	float: none;
	height:20px;
}

ul#nav li ul.subnav a:hover {
	background: #444;
}

ul#nav li ul.nav_whatisd6 { width: 190px; }
ul#nav li ul.nav_d6stories { width: 90px; }
ul#nav li ul.nav_d6conference { width: 180px; }
ul#nav li ul.nav_d6family { width: 200px; }
ul#nav li ul.nav_d6church { width: 185px; }
ul#nav li ul.nav_splink { width: 100px; }
ul#nav li ul.nav_store { width: 110px; left: -36px; }


.shoulderLeft {
	position:absolute;
	top:10px;
	left:-5px;
}

.shoulderRight {
	position:absolute;
	top:10px;
	right:-5px;
}

.cheekLeft {
	position:absolute;
	top:35px;
	left:0px;
}

.cheekRight {
	position:absolute;
	top:35px;
	right:0px;
}

/* END INNER NAV */


/****************************************************************************** INNER PAGE TEMPLATE */

div#sidebar {
	margin-top: 20px;
}

div#sidebar .sidebarAdScript {
	margin:15px 0 25px;
}

div#mainContent {
	background-color:#fff;
	padding:0 20px 0;
	color:#555;
	float:left;
	display:inline;
	width:660px;
	min-height:475px;
  	height:auto !important;
  	height:475px;
	position:relative;
}

	div#mainContent.wide {
		width:900px;
	}
#mainContent-concert {
	background-color:#fff;
	padding:0 20px 0;
	color:#555;
	float:left;
	display:inline;
	width:940px;
	min-height:775px;
  	height:auto !important;
  	
}

div#mainContent p {
	line-height:160%;
}

/* END INNER PAGE TEMPLATE */


/****************************************************************************** INNER PAGE STYLES */
.familyPic {
	padding:7px;
	border:1px solid #e9e9e9;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

.forTheFamily {
	padding:10px 0 0 10px;
	float:left;
	display:inline;
}

.headingWithImage {
	border-bottom:1px dotted #ccc;
	margin:0 0 20px 0;
}

	.headingWithImage h1 {
		border-bottom:none;
		margin:0;
		float:left;
		display:inline;
	}
	
ul.bigList {
	width:640px;
	float:left;
	display:inline;
	font-size:16px;
}

	ul.bigList li {
		width:600px;
		background:url(../images/list-item-disc.jpg) 0 6px no-repeat;
		padding: 0 0 10px 24px;
		margin:0 0 10px 10px;
		vertical-align:middle;
		list-style:none;
	}

/*************************************** VERSE STYLES */
p.lead {
	color:#5e8d0b;
	font-size:16px;
}

.dverse p {
	font: 14px/24px Georgia, serif;
	color: #333;
	padding:10px 0 10px 14px;
}

.dverse span {
	font: 10px Georgia, serif;
	font-weight: bold;
	color: #000;
}

.dverse, .expandable {
	display: none;
	border-left: 4px solid #eee;
	margin-left: 18px;
	margin-top: 12px;
}

.expandable p {
	padding: 0 0 0 14px;
}


/*************************************** VIDEO GRID */
.videoThumbs li {
	float:left;
	list-style:none;
	margin:0 45px 0 0;
	width:120px;
	height:200px;
	font-size:10px;
	text-align:center;
}

.videoThumbs li img {
	border:4px solid #f1f1f1;
}

.videoPromoD6Conf {
	background: url('../images/d6conference-bg-video.jpg') no-repeat;
	height:335px;
	padding-top:103px;
	margin-bottom:20px;
	width:600px;
}

.d6conference-links {
	position:absolute;
	right:20px;
	top:15px;
}

/*************************************** BRANDing */
#licenseAgreement {
	width: 464px;
	height:150px;
	border: 1px solid #aaa;
	padding: 3px;
	overflow:hidden;
	font-size: 11px;
	font-family:"Times New Roman", Times, serif;
	overflow-y: scroll;
}

.checkboxTerms {
	margin:5px 0 0 155px;
	font-size:11px;
}

.brandResource {
	width:260px;
	height:240px;
	padding:20px 0;
	float:left;
	display:inline;
	margin:0 20px 40px;
	text-align:center;
	font-size:16px;
	font-weight:bold;
	border-bottom:1px dotted #ccc;
}

	.brandResource img {
		margin:15px auto 0;
		display:block;
		vertical-align:middle;
	}
	
	.brandResource span {
		display:block;
		font-size:11px;
		font-style:italic;
		color:#afafaf;
	}

/*  PRICING TABLE
****************************************************************************************************/
	table.pricing {
		margin: 18px 0px 24px 0px;
		width:100%;
		border-collapse:collapse;
		overflow:hidden;
	}

		table.pricing col.vzebraOdd {
			background-color: #F0F0F0;
		}

		table.pricing col.vzebraEven {
			background-color: #fff;
		}

		table.pricing .peopleNumber {
			background: #444;
			color: #fff;
			text-align: right;
			border-bottom: 1px solid #303030;
			line-height:14px;
		}

		table.pricing td, table.pricing th {
			padding: 10px 12px 10px 12px;
			text-align: center;
			border-bottom: 1px solid #303030;
		}

		table.pricing td {
			color: #777;
			font-weight: bold;
		}

		table.pricing th {
			padding: 5px;
			background-color: #000;
			color: #fff;
			font-size:14px;
			line-height:18px;
			border-right: 1px solid #303030;
			font-weight:bold;
		}

			table.pricing th span.date {
				color: #999;
				font-size:11px;
				line-height:18px;
			}

		table.pricing .colnow {
			background: #5ca607;
			color: #fff;
		}

		table.pricing .colexp {
			background: #EFEFEF;
			color: #D3D3D3;
		}

			table.pricing tr.addon td {
				border-top: 16px solid #000;
			}

/*************************************** BLOG STYLES - STORIES */
.storyBlock {
	display: block;
	margin: 0px 0px 20px 0px;
	padding: 18px;
	border-bottom: 1px dotted #ccc;
}

#mainContent .storyBlock p {
	margin-left: 0px;
	padding-left: 0px;
}

.storyBlock .storyTitle {
	font: 22px/30px "Lucida Grande", Arial, Sans-serif;
	color: #004266;
	margin-bottom: 8px;
	display: block;
}

.storyBlock .storyAuthor {
	font: italic normal 14px/18px "Lucida Grande", Arial, Sans-serif;
	color: #999;
	margin-bottom: 8px;
	display: block;
}

.storyBlock .storyDate {
	font: italic normal 11px/18px "Lucida Grande", Arial, Sans-serif;
	color: #639B00;
	margin-bottom: 8px;
	display: block;
}

#blogNav {
	display: block;
	margin: 18px 0px 0px 0px;
	padding-left: 0px;
}

#mainContent #blogNav li {
	list-style: none;
	display: block;
}

#blogNav li a {
	width : 288px;
	display: inline;
	float: left;
	text-align: center;
	padding: 4px;
	background-color: #eee;
	margin: 0px;
	border: 1px solid #fff;
}

#blogNav li a:hover, #blogNav li a.sel {
	color: #fff;
	background-color: #4A9C00;
}

/*************************************** BLOG STYLES - ARTICLES - SOON TO BE DEPRECATED (MJS-2010-05-24) */
.articleTitle {
	color: #479e00;
	font: 24px/28px "Lucida Grande", Arial, sans-serif;
	margin-bottom: 1.0em;
	display: block;
}

.articleBody {
	font: 12px/18px "Lucida Grande", Arial, sans-serif;
	color: #333;
	display: block;
	padding-bottom: 27px;
	border-bottom: 1px dotted #eee;
	margin-bottom: 27px;
}

.articleBody p img:first-child {
	float:left;
	display:inline;
	margin:0 15px 10px 0;
	border:1px solid #f1f1f1;
	padding:4px;
}

/*************************************** POST STYLES */
.post {
	border-bottom:1px solid #eee;
	margin:0 0 20px 0;
}

	.post .published {
		color:#999;
	}

	.post .hero {
		border:1px solid #eee;
		padding:3px;
		background:#f6f6f6;
		margin-bottom:1em;
	}
	
	.post h3.section {
		border-top:5px solid;
		padding:20px 0 0;
	}

	.post .authorInfo {
		background: url('../images/bg-stripe-grey.png');
		padding:10px;
		margin:0 0 40px 0;
		border:1px solid #eee;
	}

		.post .authorInfo img {
			border:1px solid #6FA624;
			height:50px;
			width:50px;
		}
	
		.post .authorInfo h4.name {
			font-size:16px;
			font-weight:bold;
			margin:0;
			color:#5C8527;
		}
		
		.post .authorInfo .about {
			font-style: italic;
			margin:0 0 0 65px;
		}


	.post .comments {
		width:660px;
		float:left;
		display:inline;
	}

		.post .comments li {
			padding:10px;
			border-top:1px solid #eee;
			border-bottom:1px solid #f6f6f6;
			margin:0;
			float:left;
			display:inline;
			width:640px;
		}
		
		.post .comments li.alt {
			background:#f6f6f6;
		}
		
		
		.post .commenter {
			font-size:14px;
			font-weight:bold;
		}

/*************************************** SIDEBAR NAVIGATION & SEARCH */
.sidebarNav {
	width:160px;
	float:left;
	display:inline;
	margin:0 0 20px 0;
	font-size:14px;
	list-style:none;
}

	.sidebarNav li {
		margin:0 0 5px 0;
	}
	
	.sidebarNav a:link, .sidebarNav a:visited {
		display:block;
		padding:2px 5px;
	}
	
	.sidebarNav a:hover, .sidebarNav a:active {
		display:block;
		font-weight:bold;
		text-decoration:none;
	}
	
	.sidebarNav a.sel {
		background:#f0f6e0;
		font-weight:bold;
		-khtml-border-radius-topright: 40px;
		-khtml-border-radius-bottomright: 40px;	
		-moz-border-radius-topright: 40px;
		-moz-border-radius-bottomright: 40px;
		-webkit-border-top-right-radius: 40px;
		-webkit-border-bottom-right-radius: 40px;
		border-top-right-radius: 40px;
		border-bottom-right-radius: 40px;
	}

.sidebarSearch {
	width:160px;
	height:20px;
	position:relative;
	margin:20px 0 20px;
}

	.sidebarSearch input{
		color:#91BB01;
		border:1px solid;
		line-height:20px;
		height:20px;
		padding:0 24px 0 3px;
		float:left;
		display:inline;
		position:relative;
		outline:none;
		font-style:italic;
		background: #fff url('../images/sidebar-search-bg.png') no-repeat 140px 0;
		font-size:11px;
		width:134px;
	}
	
	.sidebarSearch input.icon {
		text-indent:-9999px;
		width:17px;
		height:20px;
		cursor:pointer;
		margin:0;
		padding:0;
		position:absolute;
		left:140px;
		top:0;
		border:0;
		background:transparent;
	}

	.sidebarSearch .sidebarSearchLabel {
		position:relative;
		float:left;
	}

	.sidebarSearch label { 
		position: absolute; 
		top: -12px; 
		left: 0px; 
		text-indent:0;
		color:#b1b1b1;
		line-height:10px;
		height:10px;
		font-size:11px;
		font-style:italic;
	}

		.sidebarSearch label.over-apply { 
			position: absolute; 
			top: 0px; 
			left: 3px; 
			text-indent:0;
			color:#b1b1b1;
			line-height:20px;
			height:20px;
			font-size:11px;
			font-style:italic;
			z-index:10;
		}
		

/*************************************** MAGAZINES */
#magazines h3 {
	font-size:22px;
	line-height:28px;
	border-bottom:1px solid #eee;
	padding:0 0 25px 0;
	margin:0 0 20px 0;
}

#magazines .headingWithImage {
	border-bottom:none;
}

/*************************************** BILLBOARDS */
#billboard {
	position:relative;
	margin:0 0 20px;
	float:left;
	display:inline;
}

#billboard-items {
	width:900px;
	height:270px;
	background: #fff;
    overflow:hidden;
	float:left;
	display:inline;
}

	#billboard-items div {
		display:none;
		width:900px;
		height:270px;
	}
	
	#billboard-items .left {
		margin:0;
	}


.billboard-nav {
	position:absolute;
	top:-48px;
	left:160px;
	width:auto;
	padding:0;
	height:14px;
	display:inline;
	overflow:hidden;
	width:700px;
	font-size:10px;
	font-weight:bold;
	line-height:14px;
	text-transform:uppercase;
}

	.billboard-nav a:link, .billboard-nav a:visited {
		float:left;
		display:inline-block;
		display:inline;
		cursor:pointer;
		height:14px;
		width:135px;
		background:#ddd;
		margin:0 1px 0 0;
		padding:0 0 0 4px;
		color:#999;
	}
	
	.billboard-nav a:hover, .billboard-nav a:active {text-decoration:none;color:#6fa624;}

		.billboard-nav a.adults.current {background:#ebe120;}
		.billboard-nav a.youngAdults.current {background:#f6891f;}
		.billboard-nav a.teens.current {background:#bdd73d;}
		.billboard-nav a.kids.current {background:#ed217c;}
		.billboard-nav a.toddlers.current {background:#21a7c3;}
		
		
		.billboard-nav a.current {background:#6FA624;color:#fff;}

/*************************************** BILLBOARDS2 */	

#billboard2 {
	position:relative;
	margin:0 0 20px;
	float:left;
	display:inline;
}

#billboard-items2 {
	width:900px;
	height:370px;
	background: #fff;
    overflow:hidden;
	float:left;
	display:inline;
}

	#billboard-items2 div {
		width:900px;
		height:370px;
	}
	
	#billboard-items2 .left {
		margin:0;
	}


.billboard-nav2 {
	position:absolute;
	top:-28px;
	left:0px;
	width:auto;
	padding:0;
	height:14px;
	display:inline;
	overflow:hidden;
	width:700px;
	font-size:10px;
	font-weight:bold;
	line-height:14px;
	text-transform:uppercase;
}

	.billboard-nav2 a:link, .billboard-nav2 a:visited {
		float:left;
		display:inline-block;
		display:inline;
		cursor:pointer;
		height:14px;
		width:135px;
		background:#ddd;
		margin:0 1px 0 0;
		padding:0 0 0 4px;
		color:#999;
	}
	
	.billboard-nav2 a:hover, .billboard-nav2 a:active {text-decoration:none;background:#6fa624; color:#fff;}

		.billboard-nav a.adults.current {background:#ebe120;}
		.billboard-nav a.youngAdults.current {background:#f6891f;}
		.billboard-nav a.teens.current {background:#bdd73d;}
		.billboard-nav a.kids.current {background:#ed217c;}
		.billboard-nav a.toddlers.current {background:#21a7c3;}
		
		
		.billboard-nav a.current {background:#6FA624;color:#fff;}
			
/*************************************** VIDEO SPOTS */

.videoSpot {
	display: block;
	margin-bottom: 40px;
	padding: 10px 30px 20px 30px;
	border: 1px solid #eee;
}

.videoSpot h2 {
	display: block;
	font: 24px/36px "Lucida Grande",Arial, Sans-serif;
	border-bottom: 1px dotted #ccc;
	color: #2A5D00;
	margin-bottom: 14px;
}

.videoSpot h3 {
	margin: 0;
	padding: 0;
	margin-bottom: 24px;
}

.videoSpot .embedVideo {
	display: block;
	text-align: center;
}


/*************************************** PODCAST TABLE */
table#podcastTable {
	padding: 10px;
}

#podcastTable td{
	padding: 14px 4px 14px 4px;
	border-bottom: 1px dotted #eee;
}

#podcastTable td.title{
	font: bold 16px/24px "Lucida Grande", Arial, Sans-serif;
}

#podcastTable th {
	background-color: #ccc;
	font: bold 10px Arial;
	padding: 2px;
	border-bottom: 1px dotted #999;
	color: #333;
}

#podcastLinks {
	display: block;
	font: bold 14px "Lucida Grande", Arial;
	color: #ccc;
	margin-bottom: 10px;
}

/*************************************** THICKBOX POP UP PLAYER */

#popsVideo .videoTitle {
	font: 18px/24px "Lucida Grande", Arial, Sans-serif;
	color: #B4CD7F;
	display: block;
	text-align: center;
	font-weight: bold;
}

#popsVideo {
	margin-top: 20px;
	padding-left: 9px;
	text-align: center;
	color: #FFF;
	font: 12px/18px "Lucida Grande", Arial, Sans-serif	
}

/*************************************** TELLUS FORM */

.formError {
	display: block;
	color: #990300;
	font: bold 12px Arial;
	margin-bottom: 8px;
}

#tellUs fieldset, fieldset {
	padding: 20px;
	border: 1px solid #ccc;
	margin-bottom: 60px;
}

#tellUs label, #signup label, label {
	font: bold 14px/1.8em 'Lucida Grande', Arial, Sans-serif;
	color: #333;
	display: block;
	margin-bottom: 12px;
}

#tellUs legend, legend {
	font: bold 18px 'Lucida Grande', Arial, Sans-serif;
	padding: 0px 8px 0px 8px;
	color: #999;
}

#tellUs input, #tellUs textarea, #tellUs select, #signup input, input, textarea, select {
	margin-bottom: 18px;
}

#tellUs input, #tellUs textarea, #signup input, input, textarea, input {
	padding: 3px;
	font: 14px/1.8em 'Lucida Grande', Arial, Sans-serif;
	color: #333;
}

#tellUs option, option {
	padding-right: 1.5em;
}

#tellUs button, #signup button, button {
	font: bold 14px Arial, Sans-serif;
	padding: 4px;
}

#tellUs .terms {
	font: 10px/1.8em Arial, Sans-serif;
	color: #999;
	font-style: italic;
}

/* END INNER PAGE STYLES */
