body {
	background:#FFF url('/css/img/header-bg.jpg') top center repeat-x;
}

article, aside, figure, footer, header, hgroup, nav, section { display:block; }

header {
	margin:0 auto;
	width:960px;
	height:160px;
}

#content {
	margin-top:76px;
	background-color:#FFF;
	min-height:500px;
	padding-bottom:20px;
}

aside {
	padding-top:20px;
}

#leftCol {
	padding-top:20px;
}

#mainContent {
	padding-top:10px;
}

#rightCol {
	float:right;
	padding-top:10px;
}

#footer {
	clear:both;
	position:absolute;
	height:90px;
	width:100%;
	padding:20px 0;
	text-align:center;
	background: #686b74;
	background: -moz-linear-gradient(top, #686b74 0%, #97a3b3 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#686b74), color-stop(100%,#97a3b3));
	background: -webkit-linear-gradient(top, #686b74 0%,#97a3b3 100%);
	background: -o-linear-gradient(top, #686b74 0%,#97a3b3 100%);
	background: -ms-linear-gradient(top, #686b74 0%,#97a3b3 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#686b74', endColorstr='#97a3b3',GradientType=0 );
	background: linear-gradient(top, #686b74 0%,#97a3b3 100%);
	margin:auto;
	color:#393337;
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
}

#connect {
	position:relative;
	float:right;
	top:120px;
	right:40px;
	width:234px;
	height:30px;
	padding:5px;
	background: #281e21;
	background: -moz-linear-gradient(top, #281e21 0%, #181214 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#281e21), color-stop(100%,#181214));
	background: -webkit-linear-gradient(top, #281e21 0%,#181214 100%);
	background: -o-linear-gradient(top, #281e21 0%,#181214 100%);
	background: -ms-linear-gradient(top, #281e21 0%,#181214 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#281e21', endColorstr='#181214',GradientType=0 );
	background: linear-gradient(top, #281e21 0%,#181214 100%);
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;	
}

#elist {
	float:left;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	margin:4px 10px 0;
}
#elist:before {
	content: url('/css/img/subscribe-icon.png') no-repeat top left;
	padding-right:3px;
	vertical-align:-6px;
}

a#facebook  {
	float:left;
	width:24px;
	height:24px;
	background:url('/css/img/facebook-icon.png') no-repeat;
	text-indent:-99999px;
	margin:4px 10px 0;
}

a#twitter  {
	float:left;
	width:24px;
	height:24px;
	background:url('/css/img/twitter-icon.png') no-repeat;
	text-indent:-99999px;
	margin:4px 5px 0;
}


/* Typography
---------------------------------------------------- */
a {
	color:#144C7B;
}

h1 {
	margin:0 0 10px;
}

#item h1, #detailItem h1 {
	line-height:26px;
	margin-bottom:10px;
}

h2, h2 a {
	font-size:22px;
	color:/*#B24A02*/#141414;
	margin-bottom:10px;
	text-decoration:none;
}

h3, h3 a {
	color:/*#35586A*/#141414;
}

h4 {
	margin:0px;
	font-family:Arial,Helvetica,Verdana;
	font-size:18px;
	color:#141414/*#B24A02*/;
}

h5 {
	margin:0px;
}

p {
	margin-bottom:20px;
	line-height:20px;
}

aside p {
	font-size:11px;
	color:#333;	
}

aside ul {
	list-style:none;
}

aside li {
	margin-left:10px;
	text-transform:capitalize;
}

#leftCol p
 {
	font-family:Verdana,Helvetica,Arial;
	font-size:11px;
	color:#333;
}

#leftCol ul {
	list-style:none;
}

#leftCol li {
	margin-left:10px;
	text-transform:capitalize;
	font-weight:bold;
}

#leftCol li a, aside li a {
	text-decoration:none;
}

#leftCol li a:hover, aside li a:hover {
	color:#141414;
}

#footer a, #footer {
	color:#FFF;
	/*text-shadow:0px 0px 6px #000000*/
}

#upcomingEvent p {
	padding:3px;
	background:#EFEFEF;
	margin-bottom:5px;
}

header h1 {
	margin:0px;
}

#siteLogo a {
	display:block;
	float:left;
	width:591px;
	height:160px;
	text-indent:-99999px;
	margin:0 0 0 40px;
	background:url('/css/img/the-skit-guys.png');
}

.sectionTitle {
	padding:3px 10px;
	color:#FFF;
	background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#666666), to(#141414));
	background-color:#141414;
	text-shadow:0px 0px 6px #000000
}

blockquote {
	margin:0 20px 20px;
}

/* Image Handling
---------------------------------------------------- */
img.left {
	float:left;
	margin:0 20px 20px 0;
}

img.right {
	float:right;
	margin-left:0 0 20px 20px;
}

/* Navigation
---------------------------------------------------- */
nav {
	width:960px;
	margin:0 auto;
}

#nav {
	position:absolute;
	width:960px;
	top:160px;
	margin:0 auto;
	padding:0;
	list-style:none;
}

#nav li {
	float:left;
	position:relative;
	margin:0px;
}

#nav .videos,
#nav .scripts,
#nav .dvds,
#nav .shirts,
#nav .tvshow,
#nav .podcast,
#nav .blog,
#nav .calendar,
#nav .aboutus{
	display:block;
	height:30px;
	overflow:hidden;
	text-indent:-9999px;
	font-size:0;
	line-height:0;
	background: url(/css/img/nav.png) no-repeat;
}
#nav .videos {width:99px;}
#nav li:hover .videos,
#nav li.hover .videos,
#nav li.active .scripts{background-position: 0 -30px;}
#nav .scripts{
	width:105px;
	background-position: -99px 0;
}
#nav li:hover .scripts,
#nav li.hover .scripts,
#nav li.active .scripts{background-position: -99px -30px;}
#nav .dvds{
	width:86px;
	background-position: -204px 0;
}
#nav li:hover .dvds,
#nav li.hover .dvds,
#nav li.active .dvds{background-position: -204px -30px;}
#nav .shirts{
	width:96px;
	background-position: -290px 0;
}
#nav li:hover .shirts,
#nav li.hover .shirts,
#nav li.active .shirts{background-position: -290px -30px;}
#nav .tvshow{
	width:113px;
	background-position: -386px 0;
}
#nav li:hover .tvshow,
#nav li.hover .tvshow,
#nav li.active .tvshow{background-position: -386px -30px;}
#nav .podcast{
	width:116px;
	background-position: -499px 0;
}
#nav li:hover .podcast,
#nav li.hover .podcast,
#nav li.active .podcast{background-position: -499px -30px;}
#nav .blog{
	width:89px;
	background-position: -615px 0;
}
#nav li:hover .blog,
#nav li.hover .blog,
#nav li.active .blog{background-position: -615px -30px;}
#nav .calendar{
	width:127px;
	background-position: -704px 0;
}
#nav li:hover .calendar,
#nav li.hover .calendar,
#nav li.active .calendar{background-position: -704px -30px;}
#nav .aboutus{
	width:129px;
	background-position: -831px 0;
}
#nav li:hover .aboutus,
#nav li.hover .aboutus,
#nav li.active .aboutus{background-position: -831px -30px;}

#nav li .sub {
	z-index:15;
	position: absolute; /*--Important--*/
	top: 30px; left: 0;
	background: #292023;
	padding: 20px 20px 20px;
	float: left;
	/*--Bottom right rounded corner--*/
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	/*--Bottom left rounded corner--*/
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	display: none; /*--Hidden for those with js turned off--*/
}
#nav li .row { /*--If needed to break out into rows--*/
	clear: both;
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
#nav li .sub ul{
	list-style: none;
	margin: 0; padding: 0;
	width: 150px;
	float: left;
}
#nav .sub ul li {
	width: 100%; /*--Override parent list item--*/
	color: #fff;
}
#nav .sub ul li h3 { /*--Sub nav heading style--*/
	padding: 0;  margin: 0;
	font-size: 13px;
	text-transform:uppercase;
	font-weight: bold;
	color: #79C7F7;
}
#nav .sub ul li h3 a { /*--Sub nav heading link style--*/
	padding: 3px 0;
	background-image: none;
	color: #79C7F7;
}
#nav .sub ul li a {
	float: none;
	text-indent: 0; /*--Override text-indent from parent list item--*/
	height: auto; /*--Override height from parent list item--*/
	background: url(navlist_arrow.png) no-repeat 5px 12px;
	padding: 4px 5px 4px 15px;
	display: block;
	font-size:12px;
	font-weight:bold;
	text-decoration: none;
	color: #fff;
}
#nav .sub ul li a:hover {
	color: #ddd;
	background-position: 5px 12px ;/*--Override background position--*/
}

/* Authors
---------------------------------------------------- */
.authorList {
	float:left;
	padding:10px;
	width:120px;
	height:140px;
	text-align:center;
}

.authorList h4 {
	font-size:14px;
}

/* Search Bar
---------------------------------------------------- */
#search-bar {
	position:absolute;
	top:160px;
	margin:30px auto 0;
	width:940px;
	height:26px;
	padding:10px 10px;
	/*background-color:#B2C1D4;*/
	border-bottom:1px solid #B2C1D4;
}

#search-bar .input {
	float:left;
	height:14px;
	width:200px;
	padding:5px;
	margin:0 5px;
	font-size:12px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border:1px solid #97A3B3;
	color:#97A3B3;
	font-weight:bold;	
}

#search-bar .submit {
	float:left;
	width:65px;
	height:28px;
	font-family:verdana,arial;
	font-size:11px;
	font-weight:bold;
	color:#FFF;
	text-transform:uppercase;
	text-align:center;
	background:#97A3B3;
	border:0px solid #77C0E3;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

#search-bar .checkbox {
	margin-left:20px;
}

select.search {
	display: inline-block;
	float:left;
	border: 0;
	background: #97A3B3 url(/images/layout/select_arrow_white.gif) 75px 50% no-repeat;
	height:28px;
	width: 100px;
	padding: 3px 6px;
	-khtml-appearance: none;
	font-family:verdana,arial;
	font-weight:bold;
	font-size:11px;
	color:#FFF;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

.checkout {
	display: inline-block;
	float:right;
	height:30px;
	margin:0;
	font-size:14px;
	font-weight:bold;
	color:#281E21;
	text-decoration:none;
	padding-left:20px;
	/* border-left:1px solid #7E8997;*/
}

.checkout:before {
	content:url('/css/img/cart-icon.png');
	margin-right:5px;
	vertical-align:-2px;
}

.support {
	display: inline-block;
	float:right;
	margin:0 40px 0 20px;
	font-size:14px;
	font-weight:bold;
	color:#281E21;
	text-decoration:none;
	padding-left:20px;
	border-left:1px solid #7E8997;
}

.support:before {
	content:url('/css/img/support-icon.png');
	margin-right:5px;
	vertical-align:-6px;	
}

/* Pagination
---------------------------------------------------- */
.pagination {
	clear: both;
	float:right;
	position:relative;
	margin:0px 30px 20px 0;
}
.pagination a, .pagination span, .pagination strong {
	padding: 3px 6px;
	font-size: 12px;
	background-color: #D9ECF2;
	border: 1px solid #D9ECF2;
	text-decoration: none;
	-webkit-border-radius: 2px;
}

/* Buttons
---------------------------------------------------- */

a.addtocart, input.addtocart {
	text-align:center;
	padding: 3px 6px;
	margin-bottom:5px;
	font-size: 12px;
	font-weight:bold;
	color:#FFF;
	background-color: #940027;
	border: 1px solid #940027;
	text-decoration: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
} 

a:hover.addtocart {
	color:#FFF;
	background:#686B74;
	border: 1px solid #686B74;
}

select.format {
	display: inline-block;
	border: 0;
	background: #393337 url(/images/layout/select_arrow_white.gif) 150px 50% no-repeat;
	width: 170px;
	max-width: 170px;
	padding: 3px 6px;
	-khtml-appearance: none;
	color: #FFF;
	font: 12px/18px "Helvetica Neue",Arial,Helvetica,sans-serif;
	font-weight:bold;
	margin: 0 5px 5px 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

a.listAll {
	display:block;
	clear:both;
	width:120px;
	text-align:center;
	padding: 3px 6px;
	margin-bottom:10px;
	font-size: 12px;
	font-weight:bold;
	background-color: #393337;
	border: 1px solid #393337;
	color:#FFF;
	text-decoration: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

a:hover.listAll {
	color:#FFF;
	background:#686B74;
	border: 1px solid #686B74;	
}

a.button {
	text-align:center;
	padding: 3px 6px;
	margin-bottom:5px;
	font-size: 12px;
	font-weight:bold;
	background-color: #393337;
	border: 1px solid #393337;
	color:#FFF;
	text-decoration: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

a:hover.button {
	color:#FFF;
	background:#686B74;
	border: 1px solid #686B74;
}

#previewDownload a {
	padding: 5px 15px 5px 30px;
	background:#393337 url('/images/layout/magnifier.png') no-repeat scroll;
	background-position: 5px 50%;
	font-weight:bold;
	text-decoration: none;
	border: 1px solid #393337;
	text-decoration: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	font-size: 90%;
	margin: 5px 0;
	color:#fff;
}

#previewDownload a:hover {
	color:#FFF;
	background:#686B74 url('/images/layout/magnifier.png') no-repeat scroll;
	background-position: 5px 50%;
	border: 1px solid #686B74;
}

/* Images
---------------------------------------------------- */
.imgLeft {
	float:left;
	margin:0px 20px 20px 0px;
	border:4px solid #EFEFEF;
}

.imgRight {
	float:right;
	margin:0px 0px 20px 20px;
	border:4px solid #EFEFEF;
}

.imgBlog {
	float:left;
	margin:0px 10px 10px 0px;
	border:4px solid #EFEFEF;
}

/* Item
--------------------------------------------------- */
#item h2, #detailItem h2 {
	font-size:14px;
	text-transform:uppercase;
	color:#444;
	margin-bottom:0px;
}

#item p, #detailItem p {
	font-size:11px;
	font-family:Verdana, Helvetica, Arial;
	line-height:16px;
	margin-bottom:10px;
}

a.addGuide {
	text-decoration:none;
	font-size:16px;
	line-height:22px;
	margin-bottom:20px;
}

a.addGuide:before {
	padding-right:5px;
	content:url('/images/layout/add-guide.png');
	padding-top:10px;
}

/* Item Details
---------------------------------------------------- */
#whichformat {
float:right;
width:100px;
height:50px;
font-size:10px;
font-family:Verdana, Helvetica, Arial;
text-transform:uppercase;
}

.license {
	font-size:10px;
	text-decoration:none;
	text-transform:uppercase;
}

.itemDetails p {
	margin:10px;
}

.itemDetails h3 {
	margin:10px 0;
}

ul.itemDetails {
	list-style: none;
}
ul.itemDetails li {
	margin: 0;
	padding: 0;
	line-height: 18px;
}
.label {
	font: 12px Arial,sans-serif;
	color: #666;
}
#itemList dd {
	float: left;
	clear: right !important;
	margin: 0;
}
.productTitle {
	font-size: 16px;
}
ul.tags {
	display: inline;
	margin: 0;
	padding: 0;
}
ul.tags li {
	display: inline;
	line-height: 2;
	list-style: none;
	margin: 0;
	padding: 0 !important;
}
ul.tags a {
	text-decoration: none;
	border: 0 !important;
	color: #333 !important;
	background-color: #DDD;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	padding: 3px;
	margin: 0;
}
ul.tags a:hover, ul.tags a:focus {
	background-color: #9CF;
	color: #333;
}

#detailImage {
	float:left;
	width:220px;
	margin-bottom:20px;
}

#detailImage img {
/*	border:10px solid #EFEFEF;*/
	margin-bottom:10px;
}

#detailItem {
	float:left;
	width:340px;
	padding-left:10px;
	
}

.author {
	font-size:10px;
	font-weight:bold;
	text-transform:uppercase;
	color:#444;
}

a.name {
	font-size:12px;
	line-height:14px;
	font-weight:bold;
	text-decoration:none;
	display: block;
	overflow: hidden;
	position: relative;
	text-shadow: 0 1px 1px rgba(255,255,255,0.6);
}

.producerlisting, .producerlisting a {
	font-size:10px;color:#444;
	text-decoration:none;
}

.bubbleInfo {
 position: relative;
 float:left;
 width:100px;
 height:150px;
 padding:5px;
 margin:0 5px 10px;
 text-align:center;
}

.scriptsHomeList {
 position: relative;
 float:left;
 width:95px;
 height:110px;
 padding:5px;
 margin:0 3px 10px;
 text-align:center;
 line-height:15px;
}

.videoList {
 position: relative;
 float:left;
 width:120px;
 height:120px;
 padding:5px;
 margin:0 5px 10px;
 text-align:center;
 line-height:15px;
}

.searchList {
	position:relative;
	float:left;
	width:110px;
	height:180px;
	padding:5px;
	margin:0 10px 10px;
	text-align:center;
}

.scriptPicks {
 position: relative;
 float:left;
 width:230px;
 height:120px;
 padding:5px;
 margin:0;
 text-align:left;
}

.scriptPicks img {
	float:left;
}

.dvdList {
	position:relative;
	float:left;
	width:110px;
	height:180px;
	padding:5px;
	margin:0 10px 10px;
	text-align:center;
}

.apparelList {
	position:relative;
	float:left;
	width:220px;
	height:280px;
	padding:5px;
	margin:0 10px 10px;
	text-align:center;
}

.reflect, .trigger {
	-webkit-box-reflect: below -2px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0.8, transparent), to(rgba(255,255,255,0.35)));
}

.popup {
    position: absolute;
    display: none; /* keeps the popup hidden if no JS available */
	background:#141414;
	width:220px;
	z-index:50;
	text-align:left;
	font-size:12px;
	color:#FFF;
	padding:10px;
	border:1px solid #141414;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow:0px 0px 20px #333;
	-webkit-box-shadow:0px 0px 20px #333;
	box-shadow:0px 0px 20px #333;
}

.popup h4 {
	font-size:18px;
	font-weight:bold;
	color:#FFF;
}

/*.popup li {
	font-weight:bold;
}*/

.sortby {
	text-transform:uppercase;
	text-align:right;
	font-weight:bold;
	color:#333;
	border-bottom:1px solid #EFEFEF;
	margin:-20px 0 10px;
	padding-bottom:5px;
}

.sortby a {
	color:#red;
}

.sortby .selected {
	color:#666;
}

.new {
	color:red;font-weight:bold;text-transform:uppercase;
}

/* Featured
----------------------------------------------------------------- */
#scriptSpotlight {
	margin-bottom:20px;
}

#scriptSpotlight img {
	float:left;
	margin:0 10px 10px 0;
}

.pick {
	display:block;
	height:23px;
	text-align:center;
	font-weight:bold;
	text-transform:uppercase;
	background:#FF9900;
	margin:10px 0;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-top-right: 4px;
	-moz-border-radius-bottom-right: 4px;
	border-radius-top-right: 4px;
}

.picksale {
	color:red;
	display:block;
	position:absolute;
	font-size:12px;
	font-weight:bold;
	margin-left:110px;
	text-decoration:none;
	overflow: hidden;
	text-shadow: 0 1px 1px rgba(255,255,255,0.6);
}

a.pickname {
	display:block;
	position:absolute;
	font-size:14px;
	font-weight:bold;
	margin-left:110px;
	text-decoration:none;
	overflow: hidden;
	text-shadow: 0 1px 1px rgba(255,255,255,0.6);
}

/* VIDEO SHARE BAR
----------------------------------------------------------------- */

#sharebar {
	width:640px;
	margin:0 auto;
	padding:0;
	list-style:none;
}

#sharebar li {
	float:left;
	position:relative;
	margin:0 0 10px;
}

#sharebar .share,
#sharebar .email,
#sharebar .twitter,
#sharebar .facebook,
#sharebar .embed
{
	display:block;
	height:60px;
	overflow:hidden;
	text-indent:-9999px;
	font-size:0;
	line-height:0;
	background: url('/css/img/share-bar.png') no-repeat;
	z-index:5px;
}
#sharebar .share {width:129px;}
#sharebar li:hover .share,
#sharebar li.hover .share,
#sharebar li.active .share{background-position: 0 -60px;}
#sharebar .email{
	width:115px;
	background-position: -129px 0;
}
#sharebar li:hover .email,
#sharebar li.hover .email,
#sharebar li.active .email{background-position: -129px -60px;}
#sharebar .twitter{
	width:122px;
	background-position: -244px 0;
}
#sharebar li:hover .twitter,
#sharebar li.hover .twitter,
#sharebar li.active .twitter{background-position: -244px -60px;}
#sharebar .facebook{
	width:155px;
	background-position: -366px 0;
}
#sharebar li:hover .facebook,
#sharebar li.hover .facebook,
#sharebar li.active .facebook{background-position: -366px -60px;}
#sharebar .embed {
	width:119px;
	background-position: -521px 0;
}
#sharebar li:hover .embed,
#sharebar li.hover .embed,
#sharebar li.active .embed{background-position: -521px -60px;}

/* Top 10
----------------------------------------------------------------- */
ul.top10-scripts {
	list-style:none;
}

.top10-scripts li {
	margin-left:0px;
	padding:5px 0px;
	border-bottom:1px solid #EFEFEF;
}


ul.top10 {
	list-style:none;
}

ul.top10 li.top, ul.top10 li:hover.top {
	text-align:center;
	height:25px;
	padding:5px;
	margin:0 1px 1px;
	background:#EFEFEF;	
	-webkit-border-top-right-radius: 8px;
	-webkit-border-top-left-radius: 8px;
	-moz-border-radius-top-right: 8px;
	-moz-border-radius-top-left: 8px;
}

ul.top10 li.bottom {
	height:25px;
	padding:5px;
	margin:0 1px 1px;
	background:#EFEFEF;	
	-webkit-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottom-right: 8px;
	-moz-border-radius-bottom-left: 8px;
}

ul.top10 li.bottom a.name {
	text-align:center;
}

ul.top10 li {
	height:75px;
	padding:5px;
	margin:0 1px 1px;
	background:#EFEFEF/*#D9ECF2*/;
}

ul.top10 li.video {
	height:80px;
	padding:5px;
	margin:0 1px 1px;
	background:#EFEFEF/*#D9ECF2*/;
}

ul.top10 li:hover {
	background:#E6EDF2;
}

ul.top10 img {
	float:left;
	margin:0 5px;
}

ul.top10 li.video img {
	float:center;
	display:block;
	margin:0 30px;
	text-align:center;
}

ul.top10 .name {
	text-align:left;
}

ul.top10 li.video .name {
	text-align:center;
}

/* Calendar
----------------------------------------------------- */
ul.cal {
	list-style:none;
}

ul.cal li {
	margin:0;
	background:#EFEFEF;
	border-bottom:2px solid #FFF;
	width:530px;
}

.calDate {
	float:left;
	width:175px;
	padding:5px;
}

.calEvent {
	float:left;
	width:200px;
	padding:5px;
}

.calLocation {
	float:left;
	width:100px;
	padding:5px;
}

/* BLOG
----------------------------------------- */
.blogInfo {
	color:#333;
	font-size:10px;
	font-weight:bold;
	margin:-10px 0 10px;
	text-transform:uppercase;
}

/*.blog-summary {
	text-align:justify;
}*/

ol.blog-top10 {
	margin: 20px 0;
	background: #efefef;
	padding: 0 0 0 40px; /*--Distance between the order numbers--*/
}
ol.blog-top10 li {
	margin: 0;
	padding: 15px 15px;
	color: #444;
	font-size: 18px;
	font-weight: bold;
	border-bottom: 1px solid #FFF;
	background: #efefef;
}

ol.blog-top10 li h4 a  {
	padding: 3px 0;
	margin-bottom: 0px;
	color: #222;
	text-decoration:none;
}

ol.blog-top10 li a:hover {
	text-decoration:underline;
}

ol.blog-top10 li p {
	color: #444;
	font-size: 13px;
	font-weight: normal;
	line-height: 1.6em;
}

ol.blog-top10 li img {
	float:left;
	margin-right:10px;
}


#editorsNote {
	padding:5px 20px;
	background:#efefef;
	border-top:1px solid #999;
	border-bottom:1px solid #999;
	margin-bottom:20px;
}

#editorsNote h6 {
	margin:0px;
	font-size:14px;
}

/* Comments */
.comment_entry {
	padding:20px;
	background-color:#efefef;
}

.comment_entry2 {
	padding:20px;
	background-color:#F2F9FA;
}

form#comment_form fieldset{
	margin-bottom:10px;
}

form#comment_form legend {
	padding: 0 2px;
	font-weight:bold;
}

form#comment_form label {
	display:inline-block;
	line-height:1.8;
	vertical-align:top;
	width:80px;
	margin-right:5px;
	text-align:right;
	font-size:11px;
	font-weight:bold;
	color:#999;
	text-transform:uppercase;
}

form#comment_form ol {
	margin:0;
	padding:0;
}

form#comment_form li {
	list-style:none;
	padding:5px;
	margin:0px;
}

form#comment_form input {
	border:2px solid #efefef;
	font-size:13px;
	width:240px;
	padding:4px;
}

form#comment_form input.check {
	width:10px;
	margin-left:90px;
}

form#comment_form textarea {
	border:2px solid #efefef;
	font-size:13px;
	padding:4px;
	font-family: Arial, Helvetica, sans-serif;
}

form#comment_form input.comment_submit {
	width:100px;
	font-weight:bold;
	margin-left:90px;
	border:1px solid #CCC;
}

.avatar {
	float:left;
	padding-right:10px;
	clear:both;
}

ul.latest-blog-entries {
	list-style:none;
}

.latest-blog-entries li {
	margin-left:0px;
	padding:5px 0px;
	border-bottom:1px solid #EFEFEF;
}



/* SUPPORT
----------------------------------------------------- */
ul.faq_menu {
	background:#ededed;
	padding:20px 10px;
	list-style-type:disc;
}

ul.faq_menu li {
	padding-bottom:5px;
	font-size:13px;
}

dl.faq {
	margin-bottom:30px;
}

dl.faq dt {
	font-weight:bold;
	font-size:14px;
	color:#000;
	padding:25px 0 5px 0;
	display:block;
}

dl.faq dd {
	padding-bottom:25px;
	border-bottom:1px solid #ccc;
	display:block;
}

/* Nivo Slider
----------------------------------------------------- */
#slider {
	position:relative;
	margin:0 0 20px 0;
	-moz-box-shadow:0px 0px 10px #333;
	-webkit-box-shadow:0px 0px 10px #333;
	box-shadow:0px 0px 10px #333;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
}
#slider a {
	border:0;
}
 
.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:2;
	display:none;
}

.nivo-slice {
	display:block;
	position:absolute;
	z-index:1;
	height:100%;
}

.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8;
	width:100%;
	z-index:3;
}
.nivo-caption p {
	font-size:18px;
	font-weight:bold;
	margin:0;
}

.nivo-controlNav {
	position:absolute;
	bottom:-60px;
	/*left:16%;*/
}

.nivo-controlNav a {
	display:inline;
	width:89px;
	height:50px;
	text-indent:-9999px;
	border:0;
	margin:0 3px;
	float:left;
}
.nivo-controlNav a.active {
	-moz-box-shadow:0px 0px 10px #333;
	-webkit-box-shadow:0px 0px 10px #333;
	box-shadow:0px 0px 10px #333;
	
}
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:99;
	cursor:pointer;
	display:block;
	width:32px;
	height:34px;
	background:url(/images/nivo/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-32px 0;
	right:10px;
}
a.nivo-prevNav {
	left:10px;
}

.nivo-controlNav a {
	position:relative;
	z-index:99;
	cursor:pointer;
}
.nivo-controlNav a.active {
	background-position:-10px 0;
}

/* PODCAST 
----------------------------------*/
.podcast-btn {
	-moz-box-shadow:inset 0px 1px 0px 0px #f5978e;
	-webkit-box-shadow:inset 0px 1px 0px 0px #f5978e;
	box-shadow:inset 0px 1px 0px 0px #f5978e;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f24537), color-stop(1, #c62d1f) );
	background:-moz-linear-gradient( center top, #f24537 5%, #c62d1f 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f24537', endColorstr='#c62d1f');
	background-color:#f24537;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #d02718;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:19px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #810e05;
}.podcast-btn:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #c62d1f), color-stop(1, #f24537) );
	background:-moz-linear-gradient( center top, #c62d1f 5%, #f24537 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c62d1f', endColorstr='#f24537');
	background-color:#c62d1f;
}.podcast-btn:active {
	position:relative;
	top:1px;
}

.itunes-btn {
	-moz-box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	-webkit-box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #79bbff), color-stop(1, #378de5) );
	background:-moz-linear-gradient( center top, #79bbff 5%, #378de5 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bbff', endColorstr='#378de5');
	background-color:#79bbff;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #84bbf3;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:19px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #528ecc;
}.itunes-btn:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #378de5), color-stop(1, #79bbff) );
	background:-moz-linear-gradient( center top, #378de5 5%, #79bbff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#378de5', endColorstr='#79bbff');
	background-color:#378de5;
}.itunes-btn:active {
	position:relative;
	top:1px;
}

/* EGG HUNT
---------------------------------- */
h1#egghunt {
	display:block;
	height: 400px;
	width: 600px;
	overflow: hidden;
	text-indent:-99999px;
	background: url('/images/egghunt/2ndannualegghunt.jpg') no-repeat top left;
}
