/*
Theme Name: Blubrry Create
Theme URI: http://create.blubrry.com/
Author: the Blubrry team
Author URI: http://www.blubrry.com//
Description: The Blubrry Create theme for WordPress is a specific theme for Blubrry's create.blubrry.com site.
Version: 1.0
License: 
License URI: 
Tags: light, gray, white, one-column, two-columns, right-sidebar, flexible-width, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain: blubrrycreate


*/
/*
Main Blubrry.com CSS file
*/

/* Standard element properties */
body {
/*	font-family: 'Muli', Arial, Verdana,sans-serif; */
	color: #3D517E;
	margin: 0;
	padding: 0;
}
form {
	padding: 0;
	margin: 0;
}
/*
input, textarea, select {font-family: 'Lucida Grande', arial,'Bitstream Vera Sans', verdana, sans-serif; font-size: 12px;} */

h1, h2, h3 { }
h1, h2, h3, h4 {font-weight: bold; color: #3D517E;}
h1 a, h2 a, h3 a, h4 a { }
h1 {font-size: 18px; margin: 0px 0px 5px 0px;}
h2 {font-size: 16px; margin: 0px 0px 5px 0px;}
h3 {font-size: 14px; margin: 0px 0px 5px 0px;}
h4 {font-size: 12px; margin: 0px 0px 3px 0px;}
/*
a, a:visited {color: #3D517E; text-decoration: none;}
a:hover {color: #3D517E; text-decoration: underline;}
img{border:0px;}
address{font-style:normal;}

input[type="button"],
input[type="submit"] {
	border: 1px outset #999999;
	background-image: url(images/ButtonBG.png);
	background-repeat: repeat-x;
	color: #003366;
}
input[type="button"].large,
input[type="submit"].large {
	background-image: url(images/LargeButtonBG.png);
	background-repeat: repeat-x;
}
*/


.clearer {
	clear: both;
	margin: 0;
	padding: 0;
	height: 0;
}

.entry-content a {
	text-decoration: underline;
}

/*SIGN IN BOX / COLUMN WITH MEDIUM WIDTH INPUTS */
#colmedinput, #promotebox {
	width: 100%;
}
#rightcoldata #colmedinput {
	width: 300px;
	text-align: right;
}
#colmedinput p, #promotebox p {
	font-size: 12px;
	margin-top: 15px;
}c
#colmedinput h2 {
	font-size:1.5em;
}
#rightcoldata #colmedinput h2 {
	text-align: left;
}
#colmedinput h3 {
	font-size:1.3em;
}
#colmedinput a, #colmedinput a:hover {
	font-size: 12px;
	text-decoration: underline;
}
#colmedinput label {
	text-align: right;
	margin-right: 15px;
	font-size: 12px;
	font-weight: bold;
}

/* Styles for 2 even column pages */
#leftcoldata h1, #rightcoldata h1              { font-size: 2em; margin: .67em 0; }
#leftcoldata h2, #rightcoldata h2              { font-size: 1.5em; margin: .75em 0; }
#leftcoldata h3, #rightcoldata h3              { font-size: 1.17em; margin: .83em 0; }
#leftcoldata h4, #leftcoldata p,
#leftcoldata blockquote, #leftcoldata ul,
#leftcoldata ol, #leftcoldata dl, #leftcoldata dir,
#rightcoldata h4, #rightcoldata p,
#rightcoldata blockquote, #rightcoldata ul,
#rightcoldata ol, #rightcoldata dl, #rightcoldata dir { margin: 1.12em 0; }
#leftcoldata h5, #rightcoldata h5              { font-size: .83em; margin: 1.5em 0; }
#leftcoldata h6, #rightcoldata h5              { font-size: .75em; margin: 1.67em 0; }
#leftcoldata p, #rightcoldata p 				{ font-size: 12px; }

#contentX {
	height: auto;
	margin-bottom: 20px;
}

#contentcontainerX {
	
	width: 100%;
	max-width: 995px;
	height: auto;
/*	padding-left: 320px; */
	float:left;
	margin: 0;
	padding: 0;
}
.full-width-template {
	max-width: 995px;
	margin: 10px auto;
}
#contentcontainer article {
	margin: 0 5px;
}

#contentcontainer h1 {
	font-size: 36px;
	font-weight: normal;
	color: #327EC9;
}
#contentcontainer h2 {
	font-size: 24px;
}
#contentcontainer h3 {
	font-size: 20px;
}
#contentcontainer h4 {
	font-size: 18px;
}

#contentcontainer .ptp-pricing-table {
	width: 99%;
}

#sidebarcontainer {
	width: 100%;
	height: auto;
	float: left;
	padding-top: 20px;
	padding-bottom: 20px;
}
#sidebar {
	margin: 0 5px 0 15px;
}

#leftcol {
	margin: 0;
	padding: 0;
	top: 0px;
	left: 0px;
	width: 485px;
	height: auto;
	float: left;
}

#leftcoldata {
	margin-top: 20px;
	width: auto;
	padding-right: 60px;
	text-align: right;
}

#rightcol {
	margin: 0;
	padding: 0;
	top: 0px;
	right: 0px;
	width: 485px;
	height: auto;
	float: right;
}
#rightcoldata {
	margin-top: 20px;
	width: auto;
	padding-left: 60px;
	text-align: left;
}

/* Input buttons */
input[type="button"],
input[type="submit"] {
	text-decoration: none;
	font-size: 14px !important;
	line-height: 16px;
	cursor: pointer;
	border-width: 1px;
	border-style: solid;
/*	border-color:#99ADC2; /* Blubrry blue border */
	border-color: #6D6D6D;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-khtml-box-sizing: content-box;
	box-sizing: content-box;
/*	background-color: #E8F4FF; /* blubrry light blue */
	background-color: #DFDFDF;
/*	color: #003366; /* blubrry blue */
	color: #666666;
	font-weight: bold;
	padding-top: 2px;
	padding-right: 8px;
	padding-bottom: 2px;
	padding-left: 8px;
}
input[type="button"].lowercase,
input[type="submit"].lowercase {
	text-transform: lowercase;
	padding-top: 1px;
}
input[type="button"].large,
input[type="submit"].large {
	-moz-border-radius: 10px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 8px;
	border-radius: 5px;
	font-size: 20px !important;
	padding-top: 6px;
	padding-right: 18px;
	padding-bottom: 6px;
	padding-left: 18px;
}
input[type="button"].small,
input[type="submit"].small {
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	font-size: 10px !important;
	padding-top: 1px;
	padding-right: 4px;
	padding-bottom: 1px;
	padding-left: 4px;
}


/* Site wide common elements */
#container {
	width: 100%;
}

#contentX {
	margin-top: 12px;
	margin-bottom: 6px;
}

/* Header section */
#headercontainer {
	width: 100%;
	background-image: url(images/bannerbg.png);
	background-repeat: repeat-x;
	background-position: 0 20px
}
#header {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	position: relative;
	min-height: 80px;
	height: auto;
}
#header .logo {
	position: absolute;
	top: 22px;
	left: 2px;
}
#slogan {
	position: absolute;
	left: 0;
	top: 3px;
	font-weight: bold;
	color: #CCCCCC;
	font-size: 10px;
	font-size: 10px;
	margin: 0 5px;
}

/* Navigation */
#nav {
	position: absolute;
	top: 65px;
	left: 185px;
	height: 22px;
	margin: 0px;
	padding: 0px;
}
#nav li {
	float: left;
	list-style: none;
	margin: 0px 5px;
	padding: 0px 0px;
	text-align: center;
}

.navigation {
	display: block;
	clear: all;
	min-height: 60px;
}
/*SUB NAVIGATION*/
#subnav {
	font-size: 11px;
	text-align: right;
	position: absolute;
	top: 3px;
	right: 2px;
	width: auto;
	color: #003366;
	font-size: 10px;
	margin: 0 5px;
}
#subnav a, #subnav a:hover {
	text-decoration: underline;
}
#subnav .subnavmsg {
	margin-right: 10px;
}
#subnav .subnavlinks {
	text-transform: lowercase;	
}

/*SEARCH HEADER STYLING*/
#searchbox {
	height: 30px;
	width: 300px;
	text-align: right;
	position: absolute;
	right: 0;
	top: 20px;
	margin: 6px 5px 0 0;
}

#searchbox input {
	
}
#searchbox input[type="text"] {
	width: 212px;
	background-color: #DFF495;
	border: 0;
	height: 20px;
	border: 1px solid #ADDA12;
}
#search_button {
	vertical-align: bottom;
}

#breadcrumbs {
	font-size: 10px;
	position: absolute;
	left: 0;
	top: 62px;
	padding: 0;
	color: #999999;
	margin: 0 5px;
}
#breadcrumbs a {
	text-decoration: underline;
	color: #999999;
}


/*STATUS MESSAGE AREA*/
#statusmsg {
	font-size: 13px;
	font-weight: bold;
	color: #990000;
	position: absolute;
	left: 0;
	bottom: 4px;
	margin: 0;
	padding: 0;
}

/*CONTENT STYLING*/
#contentX {
/*PREV	width: 975px; */
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}

/*FOOTER STYLING*/
#footercontainer {
	background-color: #003366;
	margin: 20px 0 0 0;
	width: 100%;
}
#footercontainer footer {
	min-height: 40px;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto 30px auto;
	text-align: left;
	font-size: 12px;
	position: relative;
	padding: 30px 0 10px 0;
/*	padding-right: 50px; */
	color: #849DB5;
	position: relative;
}
#footercontainer footer small {
	color: #FFFFFF;
	float: left;
	margin-left: 5px;
	width: auto;
}
#footercontainer footer a,
#footercontainer footer a:visited,
#footercontainer footer a:hover {
	color: #FFFFFF;
}

#footercontainer footer ul {
	margin: 0 140px;
	padding: 0;
	list-style-type: none;
	text-align: center;
}

#footercontainer footer ul li {
	display: inline-block;
	margin: 0 6px;
}

#footercontainer footer .social-links {
	position: absolute;
	top: 45px;
	right: 0;
	width: 160px;
	margin-right: 0;
	margin-top: -25px;
}

#footercontainer footer .social-links img {
	margin-left: 12px;
}
#footercontainer footer .social-links:first-child img {
	margin-left: 0;
}

.programlinks a {
	color: #8CB20E
}


/*ERROR MESSAGE*/
#errormsg {
	width: 100%;
	padding-top: 5px;
	padding-bottom: 10px;
	color: #990000;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	background-color: #FFFFFF;
}

.podcast {
	font-size: 10px;
	padding: 10px;
	min-height: 65px;
}

.podcast-actions {
	text-align: right;
}

.podcast-actions img {
	padding: 0px 0px 0px 0px;
}

.podcast-actions form {
	display: inline;
	padding: 0px 0px 0px 0px;;
}

#categories {
/*PREV	width: 240px; */
	width: 250px;
	background-color: #FFFFFF;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
#categoryheader {
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	width: 100%;
}
#categoryheader h2 {
	font-size: 18px;
	font-weight: bold;
	margin: 0;
	padding-left: 5px;
	color: #8CB20E;
}

#categories ul {
	list-style-type: none;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#categories ul li {
	margin: 0px;
	font-size: 14px;
	font-weight: normal;
	float: left;
	padding: 0 8px 0 12px;
	min-width: 100px;
	max-width: 220px;
}

/* CSS Document */
#contentcontainer.twocolpage {
	background-image: url(images/blue.gif);
	background-repeat: repeat-y;
	background-position: center;
}

/*
#sidebar {
	float: right;
	width: 215px;
	background-color: #EFF5B1;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-bottom: 10px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius:10px;
	border-radius: 10px;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-khtml-box-sizing: content-box;
	box-sizing: content-box;
}
*/
#sidebar ul {
	margin: 0;
	padding: 0;
	margin-left: 10px;
}
#sidebar a {
}
#sidebar ul li {
	margin: 0;
	list-style-type: none;
}
#sidebar ul li ul {
	margin: 0;
}
#sidebar ul li ul li {
	margin: 0;
	margin-left: 10px;
	
}

#sidebar ul li ul#pagenavcustom li {
	font-weight: normal;
	margin: 0;
	margin-left: 0px;
	margin-bottom: 6px;
}
#sidebar ul li ul#pagenavcustom li ul li {
	margin-bottom: 0px;
}

#sidebar hr {
	border: 0;
	background-color: #003366;
	width: 195px;
	height: 1px;
	text-align: left;/*this will align it for IE*/
	margin: 0 auto 0 0; /*this will align it left for Mozilla*/
}
#sidebar h3 {
	font-size: 28px;
	font-weight: normal;
	color: #327EC9;
}
#sidebar>h3 {
	margin-top: 0;
	padding-top: 0;
}

ul#pagenavcustom { /* ul */
	list-style-type: none; 
	margin: 0; 
	padding: 0;
	font-size: 16px;
	font-weight: normal;
}
ul#pagenavcustom a {
	text-decoration: none;
}
ul#pagenavcustom a:hover {
	text-decoration: underline;
}
ul#pagenavcustom li { 
	list-style-type: none; 
	margin: 2px 0; 
	padding: 0; 
}
ul#pagenavcustom>li { 
	margin: 0 0 2px 0; 
}
ul#pagenavcustom li ul { 
	margin: 3px 0; 
	padding: 0;
	display: none;
}
ul#pagenavcustom li ul li { 
	list-style-type:none;   
	padding: 0px 0px 2px 10px; 
	border: 0; 
	margin:  0;
	font-size: 14px;
	
}

ul#pagenavcustom li.current_page_ancestor ul {
	display: block;
}
ul#pagenavcustom li.current_page_item ul {
	display: block;
}
ul#pagenavcustom li.current_page_item ul li ul {
}

#pagenavcustom a {
/*	color: #ffffff; */
}
#pagenavcustom .current_page_item > a:before {
    content: "\00BB";
    margin-right: 4px;
}
#pagenavcustom a.current_page_item_link {

}
#pagenavcustom a.current_page_item_link, #pagenavcustom a.current_page_ancestor_link {
/*	color : #FF6600; */
}

ul#pagenavcustom a.current_page_item_link, ul#pagenavcustom a.current_page_ancestor_link {
/*	color : #FF6600; */
}
ul#pagenavcustom .current_page_item>a, ul#pagenavcustom .current_page_ancestor>a {
/*	color : #FF6600; */
}

#sidebar ul li ul li ul li {
	font-size: 90%;
	font-weight: normal;
}

/*
.page-item-646 {
	margin-top: 16px;
	padding-top: 8px;
}
.page-item-646 > a {
	border-top: 1px solid #003366;
	padding-top: 4px;
	
}
*/


@media screen and (min-width: 100px) and (max-width: 499px)
{
	#slogan,
	#searchbox,
	.subnavmsg,
	#fpcontainer .nip,
	#footercontainer footer .social-links,
	.sidebar-extra {
		display: none;
	}
	#footercontainer footer {
		padding-top: 24px;
		min-height: 46px;
	}
	#footercontainer footer small {
		position: absolute;
		top: 5px;
		left: 0px;
		width: 100%;
		text-align: center;
		margin: 0;
	}
	#footercontainer footer ul {
		margin: 0 5px;
		padding: 0;
		list-style-type: none;
		text-align: center;
	}
	#contentcontainer {
		min-width: none;
		width: 100%;
	}
	#contentcontainer h1 {
		font-size: 22px;
	}
	#sidebar {
		margin-left: 5px;
	}
	#sidebarcontainer {
		min-width: none;
		width: 100%;
	}
	#sidebarcontainer h3 {
		font-size: 18px;
	}
	#footercontainer footer ul {
		margin: 0 40px;
	}
}

@media screen and (min-width: 500px) and (max-width: 999px) {
	#fpcontainer .nip {
		display: none;
	}
	#footercontainer footer {
		padding-top: 24px;
		min-height: 46px;
	}
	.sidebar-extra {
		display: none;
	}
	#contentcontainer {
		min-width: none;
		width: 70%;
	}
	#contentcontainer.full-width-template {
		min-width: none;
		width: 100%;
	}
	#contentcontainer h1 {
		font-size: 28px;
	}
	#contentcontainer .ptp-pricing-table {
		width: 96%;
	}
	#sidebarcontainer {
		min-width: none;
	}
	#sidebarcontainer h3 {
		font-size: 24px;
	}

} 

.sw #slogan,
.sw #searchbox,
.sw .subnavmsg,
.sw #footercontainer footer .social-links,
.sw .sidebar-extra {
	display: none;
}
.mw #footercontainer footer,
.sw #footercontainer footer {
	padding-top: 24px;
	min-height: 46px;
}
.sw #footercontainer footer small {
	position: absolute;
	top: 5px;
	left: 0px;
	width: 100%;
	text-align: center;
	margin: 0;
}
.sw footer ul {
	margin: 0 5px;
	padding: 0;
	list-style-type: none;
	text-align: center;
}
.sw #contentcontainer {
	min-width: none;
	width: 100%;
}
.sw #contentcontainer h1 {
	font-size: 22px;
}
.sw #sidebar {
	margin-left: 5px;
}
.sw #sidebarcontainer {
	min-width: none;
	width: 100%;
}
.sw #sidebarcontainer h3 {
	font-size: 18px;
}

.mw .sidebar-extra {
	display: none;
}
.mw #contentcontainer {
	min-width: none;
	width: 70%;
}
.mw #contentcontainer h1 {
	font-size: 28px;
}
.mw #sidebarcontainer {
	min-width: none;
	width: 30%;
}
.mw #sidebarcontainer h3 {
	font-size: 24px;
}

.video-embed {
    position: relative;
    padding-bottom: 56.25%; /* 16/9 ratio */
    padding-top: 30px; /* IE6 workaround*/
    height: 0;
    overflow: hidden;
}
.video-embed iframe,
.video-embed object,
.video-embed embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}


.podcast-feed-input {
	padding: 8px;
	width: 80%;
	margin: 10px auto;
	text-align: center;
	font-size: 110%;
}


a.download-button,
a.download-button:hover {
	background: #003366;
	background-image:-moz-linear-gradient(0% 100% 90deg,#003366,#337EC9);
	background-image:-webkit-gradient(linear,0% 0,0% 100%,from(#003366),to(#337EC9));  
	border: 1px solid #003366;
	border-radius:3px;
	color: #CFEA93;
	font-size: 24px;
	color: #FFFFFF;
	cursor: pointer;
	display: inline-block;
	font-weight: bold;
	height: 100%;
	-moz-border-radius:3px;
	padding: 8px 20px;
	text-align: center;
	text-decoration: none;
	-webkit-border-radius:3px;
}

.button {
	line-height: 1;
}
#primary-page {
	background-color: #FFFFFF;
}

.container {
	/*padding-top: 10px;
	padding-bottom: 20px; */
}
#primary-page {
	padding-top: 10px;
	padding-bottom: 20px;
}
@media screen and (max-width: 991.99px)
{
	#sidebarcontainer {
		border-top: 1px solid #CCCCCC;
		min-width: none;
		width: 100%;
	}
	#contentcontainer {
		min-width: none;
		width: 100%;
	}
	#sidebar {
		margin-left: 5px;
	}
}

