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, 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, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
		margin: 0px auto;
		padding: 0;
		border: 0;
		color:#22242f;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav,  {
	display: block; 
}

body {
	line-height: 1; 
	font: 13px/1.65em "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
}

.clear { clear: both; }

/* #Typography
================================================== */

	/*font-stacks*/
	.lucida-sans-websave{	font-family:"Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif ;	}
	.georgia-websave{		font-family:"Georgia", "Times New Roman", Times, serif;	}
	.arial-websave{			font-family: Arial, Helvetica, Verdana, sans-serif;	}
	.verdana-websave{		font-family: Verdana, Arial, Helvetica, sans-serif;	}
	.helvetica-websave{		font-family: Helvetica, "HelveticaNeue", "Helvetica Neue", Arial, Verdana, sans-serif;	}
	.helvetica-neue-websave{font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;	}
	
	/*default*/
	h1, h2, h3, h4, h5, h6 {
	/*	font-family: "Georgia", "Times New Roman", Helvetica, Arial, sans-serif; */
		font-weight: normal; }
	#top h1 a, #top h2 a, #top h3 a, #top h4 a, #top h5 a, #top h6 a { font-weight: inherit; text-decoration: none; color: inherit; }
	h1 { font-size: 24px; line-height: 24px; margin-bottom: 14px;}
	h2 { font-size: 20px; line-height: 20px; margin-bottom: 10px; }
	h3 { font-size: 16px; line-height: 16px; margin-bottom: 8px; margin-top:10px; } /*28*/

	

	p { margin: 0.85em 0; }
	p img { margin: 0; }
	p.lead { font-size: 21px; line-height: 27px;   }

	em { font-style: italic; }
	strong { font-weight: bold;  }
	small { font-size: 80%; }
	
	hr { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 10px 0 30px; height: 0; }
		
		
		

#upper-background {
	position:fixed;
	top: 0px;
	left: 0px;
	z-index: -20;
	height: 50%;
	width: 100%;
	
	background: #222222; /* for non-css3 browsers */
	background-image: url('/images/upper-bg.svg'); /*  IE 9 and Opera */	
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3e4049', endColorstr='#22242f'); /* IE 7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#222222', endColorstr='#cccccc')"; /* IE 8 */
	background: -webkit-gradient(linear, left top, left bottom, from(#222222), to(#cccccc)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #222222,  #cccccc); /* for firefox 3.6+ */ 	
			
	border-bottom: 2px solid #000000;
}

#page-container {
	max-width: 980px; 
	margin: auto;
	text-align: center;
	padding: 0 15px 15px 15px;
}

#page-positioner {
	/* not needed in basic layout */
}


#page-container-inner {
	background-color: #ffffff;
	border: 1px solid #cccccc;
	border-radius: 15px;
	padding: 10px 25px;
	text-align: left;
	margin-bottom: 0;
}

#primary-page-header {
	width: 100%; /* by Adam B. (5/27/2013: 19 mo.): ".... /,,/......///" */
	padding: 0; /* by Ryan B. (5/27/2013: 5 yrs.): ".l;'[pM " */
	margin: 10px 0 50px 0;
}

#primary-page-header h1 {
	margin: 0 0 5px 0;
}



button {
	color: #fff;
	background-color: #000;
	border: none;
	padding:7px;
}

.ui-button span{
	color: #ffffff;
}

.ui-button.ui-state-active span{
	color: #22242f;
}

#page-footer {
	position: static;
	bottom: 0px;
	width: 100%;
	text-align: center;
	height:30px;
	margin-top: -30px;
	background-color: #222;
}

#page-footer-content {
	line-height: 30px;
	color: white;
	font-weight:bold;
}

#page-footer-content a {
	color: #cacaca;
	text-decoration:none;
}

#page-footer-content a:hover {
	text-decoration: underline;
}


#upper {
	width: 100%;
	text-align: left;
	display: inline-block;
	margin-top: 5px;
}

#main-menu {
	border-radius: 15px;
	line-height:37px;
	margin-bottom: 5px;
	margin-right: 15px;
	text-align: left;
	position: relative;
	display:inlne-block;
	float: right;
}

#main-menu a {
	color: #f2f2f2;
	text-decoration: none;
	font-weight: normal;
	border-left: 1px solid #82a532;
	padding: 0 10px;
}

#main-menu a:first-child {
	border-left: none;
}

#main-menu a:last-child {
	margin-right: 0px;
}

#main-menu a:hover {
	text-decoration: underline;
}

#main-menu span { 
	color: white;
}

#main-logo {
	display: inline-block;
	margin-left: 15px;
	margin-top: 7px;
	height: 32px;
	width: 115px;
}

.current-subscriptions-list {
	list-style-type: none;
	clear: both;
}

.current-subscriptions-list li {
	width: 100%;
	border-top: 1px solid #cccccc;
	padding: 15px 0;
	position: relative;
}

.current-subscriptions-list:last-child {
	border-bottom: 1px solid #cccccc;
}

.current-subscriptions-list img {
	float:left;
	height: 150px;
	width: 150px;
	margin: 0 10px 0 0;
}

.current-subscriptions-list h3 {
	margin-top: 0px;
}


.all-shows-list {
	list-style-type: none;
}

.all-shows-list li {
	display: inline-block;
}

.all-shows-list img {
	height: 100px;
	width: 100px;
	margin: 5px;
}


.list-item-content {
	margin: 4px 0px 0px 8px;
}

.more-link-container {
	display: inline-block;
	margin-left: 5px;
}


h2 a , h3 a{
	color: #000000;
	text-decoration: none;
}

h2 a:hover, h3 a:hover {
	text-decoration: underline;
}


a {
	color: #9AC739;
	font-weight: bold;
}

a img {
	border: none;
}


section {
	margin-bottom: 50px;
}

section:last-child {
	margin-bottom: 0;
}


.properties {
	display: table;
	text-align: left;
	margin-left: 0px;
	margin-bottom: 10px;
}

.property {
	display: table-row;
}

.property-title , .property-value{
	display: table-cell;
}

.property-title {
	font-style: italic;
	padding-right: 10px;
}




/* #Forms
================================================== */

	form {
		margin-bottom: 20px; }
	fieldset {
		margin-bottom: 20px; }
	.input-text,
	input[type="text"],
	input[type="input"],
	input[type="password"],
	input[type="email"],
	textarea,
	select {
		 -webkit-appearance: none;
		border: 1px solid #e2e2e2;
		padding: 8px 4px;
		outline: none;
		font: 13px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
		color: #000;
		margin: 0 0 20px 0;
		width: 50%;
		max-width: 50%;
		height: 16px;
		background-color: #E2E2E2;
	}
	
	.column .input-text,
	.column input[type="text"],
	.column input[type="input"],
	.column input[type="password"],
	.column input[type="email"],
	.column textarea,
	.column select {
		width: 95%;
		max-width: 95%;
	}
	
	
	
	fieldset .input-text,
	fieldset input[type="text"],
	fieldset input[type="input"],
	fieldset input[type="password"],
	fieldset input[type="email"],
	fieldset textarea,
	fieldset select {
		width: 95%;
	}
	
	select {
		height: 34px;	
	}

	input[type="text"]:focus,
	input[type="password"]:focus,
	input[type="email"]:focus,
	textarea:focus {
		border: 1px solid #aaa;
 		color: #555;
 		-moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
		-webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
		box-shadow:  0 0 3px rgba(0,0,0,.2); }
	textarea {
		min-height: 60px; line-height:1.5em;}
	label{
		display: block;
		font-weight: bold;
		font-size: 12px;  
		text-transform: lowercase;}
	
	.radio-options label {
		text-transform: none;
	}
	
	.destination-form-description {
		margin-top: 14px;
	}
		
	legend {
		display: block;
		font-weight: bold;
		text-transform: lowercase;
		width: 100%;

	}
	select {
		width: 220px; }
	input[type="checkbox"] {
		display: inline; }
	label span,
	legend span {
		font-weight: normal;
		font-size: 13px;
		color: #444; }
		
		
		
	.radio-options label, .checkbox-wrapper label {
		display:inline-block;
		text-transform: none;
	}
	
	.radio-options .errors, .checkbox-wrapper .errors {
		margin-top: 0;
	}

.valid .text_input, .valid .text_area{border:1px solid #9AA600;} /*#70A41B*/
.error .text_input, .error .text_area{border:1px solid #FF6600;}
.ajax_alert .text_input, .ajax_alert .text_area{border:1px solid #ffb628;}
	

.error-text {
	color: #FF6600;
}	

.errors {
	border: 1px solid #cd0a0a;
	margin: -10px 0 5px 0;
	padding: 5px;
	background-color: #FDD;
	text-align: left;
	width: 100%;
}

div.errors {
	margin-bottom: 20px;
}

ul.errors {
	list-style-type: none;
}



.errors ul {
	margin-left: 20px;
}

.errors .error-icon {
	display: inline-block;
	position: relative;
	top: 3px;
}
	
#loading{
	width: 200px;
	min-height: 150px;
}	


.submit-buttons {
	margin-top: 20px;
	width: 100%;
	position: relative;
}

.submit-buttons .submit-cancel {
	position: absolute;
	right: 0px;
}


#feedback {
	border: 1px solid #DB8B00;
	background-color: #dbcbaf;
	
	padding: 8px;

}

.dialog { display: none; }
.ui-dialog-title { color: #fff; }

button.help-button {
	height: 20px;
	width: 20px;
	position: relative;
	top: -3px;
}

.screen-hidden {
	position: absolute;
	left: -10000px; 
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}	

.libsyn-form-group {
	display: block;
	width: 100%;
	margin-right: 5%;
}

.two-columns {
	width: 100%;
}

.column {
	width: 48%;
	display: inline-block;
	float: left;
}

.two-columns .column:last-child {
	margin-left: 4%;
}

.libsyn-form-group h1 {
	border-bottom: 1px solid #000;
	width: 100%;
	padding-bottom: 5px;
}


#promo_code {
	width: 40%;
}

.ui-state-highlight, .ui-state-error {
	padding: 5px;
}

.ui-state-highlight ul, .ui-state-error ul{
	margin-left: 25px;
}



div.property.expire .property-value , div.property.expire .property-title{
	color: red;
}

	#primary-page-header img {
		height: 80px;
		width: 80px;
		float: left;
		margin-right: 10px;
	}
	
	.after-title {
		font-size: 24px;
		margin-top: 10px;
		margin-bottom: 5px;
	}
	
#credit_card_expiration_month_holder, #credit_card_expiration_year_holder {
	float:left;	
	display:inline-block;
}	

#credit_card_expiration_month_holder {
	width: 130px;	
}	

#credit_card_expiration_month_holder .form-field-wrapper, #credit_card_expiration_year_holder .form-field-wrapper {
	margin-top: 0;
	margin-bottom: 0;
}	

#credit_card_expiration_year_holder{
	width: 100px;
	margin-left: 10px;
}	
		
		
		
		
		
/********************* 
*
*	Responsive n'at
*
**********************/


@media (max-width: 800px) {
	.column {
		width: 100%;
		display: block;
	}

	.two-columns .column:last-child {
		margin-left: 0;
	}
	
	#main-menu {
		line-height:37px;
		margin-bottom: 5px;
		margin-right: 0;
		text-align: left;
		position: relative;
		display:block;
		margin-left: 0;
		float: none;
	}

	#main-menu a {

	}

	#main-menu a:first-child {
		border-left: 1px solid #82a532;
	}

	#main-menu a:last-child {
		margin-right: 0px;
		border-right: 1px solid #82a532;
	}
	
	#main-logo {
		display:block;
		height: auto;
	}
	
	
	#logout-email {
		display: none;
	}
	
	.input-text,
	input[type="text"],
	input[type="input"],
	input[type="password"],
	input[type="email"],
	textarea,
	select {
		width: 95%;
		max-width: 95%;
	}

	
	.list-item-content a.button, .list-item-content div.properties  {
		clear:both;
		display: block;
		margin-top: 15px;
	}
	
	.current-subscriptions-list img {
		max-width: 50%;
		height: auto;
		margin-bottom: 10px;
	}
	
	.two-columns section:last-child {
		margin-bottom: 50px;
	}
	
	#footer {
		margin-bottom: 30px;
	}
}
		
		
		
		
