/*
Theme Name: Mastery TV
*/

body {
	color:#444;
	font:normal normal normal small/1.5em "Lucida Grande", Verdana, sans-serif;
	font-size-adjust:none;
	font-stretch:normal;
	padding:0;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	
}
.oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #FFFFFF;
}
.oneColFixCtrHdr #banner {
background-image:url(http://masterytv.com/b/sites/all/themes/barron/images/header_short.jpg);
	height: 30px;
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #FFFFFF;
	background-image: url(http://www.masterytv.com/b/sites/all/themes/barron/images/sidebar_bottom.jpg);
	background-repeat: no-repeat;
	padding-top: 0;
	padding-right: 40px;
	padding-bottom: 0;
	padding-left: 40px;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.style4 {font-size: x-small}
.style5 {font-family: Arial, Helvetica, sans-serif}
.style6 {font-family: Arial, Helvetica, sans-serif; font-weight: bold; }
.style7 {
	color: #FFFFFF;
	font-weight: bold;
	
}
.style14 {font-family: Arial, Helvetica, sans-serif; font-weight: bold; color: #666666; }
.style15 {font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #666666; }
.style27 {	font-size: medium;
	font-weight: bold;
}
.style30 {	font-size: large;
	font-weight: bold;
	color: #666666;
}
.style34 {	font-size: medium;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
}
.style36 {	font-size: x-small;
	font-weight: bold;
}
.style37 {color: #666666}
.style38 {font-family: Arial, Helvetica, sans-serif; color: #666666; }
.style40 {color: #FFFFFF; font-weight: bold; font-size: medium; }

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
	
/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

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

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}

#ka_aboutContent p img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

#ka_aboutContent p img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
display: inline;
	float:right;
	clear: right;
	position:relative;
	}

#ka_aboutContent p img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	float:left;
	clear: left;
	position:relative;
	}

/* End Images */

/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

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

#ka_aboutContent {margin:0;padding:0;}

#ka_aboutContent .post {margin:5px 0 25px 0;}

#ka_aboutContent .post h2 {margin:0 0 5px 0;padding:0;line-height:20px;}

#ka_aboutContent .entry {margin:5px 0 10px 0;}

#ka_aboutContent .entry p {margin:0;padding:0 0 7px 0;line-height:14px;}

#ka_aboutContent .entry ul li {padding:0 0 7px 0;list-style:disc;}

#ka_aboutContent p.postmetadata {margin:0 0 10px 0;padding:0;line-height:20px;}

#ka_aboutContent  #respond form {margin:10px 0 0 0}

#ka_aboutContent  #respond form p{margin:0;padding:0;}

#ka_aboutContent .commentlist p {margin:0;padding:0;line-height:20px;}

#ka_aboutContent ol.commentlist li.comment div.vcard img.avatar {
	float:left;
	margin:0 10px 0 0;
}

#ka_rightColumn #ka_videoPlayer ul {margin:0;padding:0;}

#ka_rightColumn #ka_videoPlayer ul li{margin:0;}

#ka_rightColumn #ka_videoPlayer ul li ul{margin:10px 0 20px 10px;}

#ka_rightColumn #ka_videoPlayer ul li ul li{margin:0 0 5px 0}

#ka_videoPlayer {margin:0;}

#ka_adRightSkyscraperWide #ka_aboutModule  ul {margin:0;padding:0;}

#ka_adRightSkyscraperWide #ka_aboutModule ul li{margin:0;}

#ka_adRightSkyscraperWide #ka_aboutModule ul li ul{margin:10px 0 20px 10px;}

#ka_adRightSkyscraperWide #ka_aboutModule  ul li ul li{margin:0 0 5px 0}