/*
Theme Name: DE <i>streaming</i> Blue
Theme URI: http://www.imagexmedia.com/
Description: This is the classic DEN theme in Discovery Education <i>streaming</i> Blue.
Version: 1.0
Author: ImageX Media
*/

/* LAYOUT */

@charset "UTF-8";
html {
	background: #C0C0C0;
}	
body  {
	background: #C0C0C0;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	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 */
}
.thrColFixHdr #container {
	width: 793px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #EEE;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 3px;
	margin-bottom: 20px;
}
.thrColFixHdr #contentContainer {
	background: #fff;
	/*margin-top: -12px;*/
	clear: both;
} 
.thrColFixHdr #header {
	height: 134px;
	margin: 0px;
	/*padding: 0 0px 0 0px;*/  /* 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. */
}
.thrColFixHdr #header #static{
	height: 104px;
	margin: 0px;
	/*padding: 0 0px 0 0px;*/  /* 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. */
} 
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 164px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/*background: #EBEBEB;*/ /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 16px 10px 15px 12px; /* padding keeps the content of the div away from the edges */
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 164px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/*background: #EBEBEB;*/ /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 16px 12px 15px 10px; /* padding keeps the content of the div away from the edges */
}
.thrColFixHdr #mainContent { 
	margin: 0 200px;
	margin: 0;
	/* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.thrColFixHdr #footer { 
	height: 112px;
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	clear: both;
} 
.thrColFixHdr #footer .logo {
	margin: 0;
	padding: 20px 10px 10px 44px; 
}	
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#mainWrapper {
	/*padding: 30px 20px 0px 25px;*/
}

#den-header {
  line-height:normal;
  padding:7px 20px 1px 20px;
  height: 23px;
  text-align: left;
}

#den-header {
  color:#000;
  font-size: 110%;
  font-weight: normal;
}
#den-header a {
  color:#000;
  font-weight: normal;
}

#primary a:hover {
  text-decoration:none;
}

/*STYLING*/

body {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}

p, h1, h2, h3, h4, h5, h6{
margin: 12px 0;
padding: 0;
}
p, li {
line-height:20px;
}

h1, h5, h6{
font-family: Tahoma, Arial, Verdana, sans-serif;
font-weight:100;
}
h2, h3, h4{
font-family: Tahoma, Arial, Verdana, sans-serif;
font-weight:800;
}

h1{
	font-size: 190%;
}
h2{
	font-size: 160%;
}
h3{
	font-size: 120%;
}
h4{
	font-size: 130%;
}
h5{
	font-size: 100%;
}
h6{
	font-size: 70%;
}

table{
	font-size: 100%;
}

a, a:link, a:visited, a:active{
color:#129AC4;
font-weight:800;
text-decoration:none;
}
a:hover{
color:#129AC4;
text-decoration:underline;
}

a img{
border:0px;
}

hr{
height:2px;
margin:5px 0;
border-bottom: 1px solid #ccc;
border-top: 1px solid #ccc;
}

blockquote{
background: #eee;
padding: 5px 10px;
margin:3px 5px;
border: 1px solid #129AC4;
}

blockquote ul{
padding: 3px 10px;
margin: 4px;
}

form{
margin: 0;
padding:3px;
}

fieldset{
padding:10px;
margin:0;
border:none;
}

legend{
font-weight:800;
}

/* Headings */ 

#header h1{
margin: 0;
padding: 12px 0px 0px 28px;
}

#header h2{
margin: 0;
padding: 0px 0px 0px 58px;
font-size: 110%;
font-style: italic;
font-weight: normal;
color: #fff;
}

#header h1 a{
font-weight:100;
color: #fff;
text-decoration: none;
font-size: 34px;
}

#subheader h2{
margin: 0;
font-family: Tahoma, Arial, Verdana, sans-serif;
letter-spacing:1px;
padding: 3px 10px;
font-weight:800;
color: #fff;
font-size: 12px;
}

#footer a{
font-weight: 100;
text-decoration:underline;
}

/* post styles */

.post{
overflow: hidden;
margin: 0;
padding: 30px 25px 0px 20px;
} * html .post {
	width: 88%;
}

.post h2, .post h2 a{
font-family: Tahoma, Arial, Verdana, sans-serif;
color:  #005387;
font-size: 140%;
font-weight:100;
text-decoration:none;
/*clear: right;*/
margin: 0px;
}

.post .entry{
padding-bottom: 10px;
border-bottom: #666666 1px solid;
}

.post .entry p{
padding: 0px;
margin: 0 0 10px 0;
}

.postmetadata{
font-style: italic;
padding: 10px 0 10px 5px;
text-align: right;
}

.postmetadata a, .comments_number a{
font-weight: 100;
}

.posted{
padding-bottom: 5px;
/*float: right;*/
}

.comments_number{
/*background: url(images/comment_icon.jpg) no-repeat;
padding-left: 17px;
float: right;*/
}

.edit_post{
float: right;
}

/* comment styles */

h2#comments, h2#postcomment{
font-size:110%;
}

ol#commentlist{
margin: 0;
padding: 0 0 0 20px;
}

ol#commentlist li{
margin: 6px 0;
padding: 1px 8px;
background: #eee;
}

#commentform textarea{
/*width: 400px;*/
width: 95%;
}

#commentform, #respond {
padding-left: 20px;
padding-right: 25px;
}

/*  sidebar styles */

.menu-top{
background: url(images/block_top_150.jpg) top center no-repeat;
}
.menu-bottom{
background: url(images/block_bottom_150.jpg) bottom center no-repeat;
}
.menu-back{
background: url(images/block_back_150.jpg) center repeat-y;
}*

.menu{
padding-top: 1px;
padding-bottom: 40px;
width: 160px;
background: none;
}
.menu a{
font-weight: 100;
}

.menu ul{
margin:0px 0px 0px 0px;
padding:0;
list-style-type:none;
}

.menu .widget{
margin: 10px 12px 10px 12px;
padding: 5px 0px 20px 0px;
}

.menu .widget ul{
padding-left: 5px;
}

.menu .widget ul li{
line-height: normal;
padding: 3px 0px 3px 0px;
}

.menu .widget h2.title{
padding-left: 5px;
font-size: 120%;
font-family: 'Lucida Grande',Verdana,Sans-Serif;
color: #333;
width: 95%;
display: block;
border-bottom: #EEE 1px solid;
padding-bottom: 2px;
}

.menu form{
margin:0px;
padding:5px 0px;
}

.menu input{
margin:3px 0;
font-size:80%;
}

/* Calendar styles */
#wp-calendar {
empty-cells: show;
margin: 10px auto 0;
width: 155px;
}

#wp-calendar #next a {
padding-right: 10px;
text-align: right;
}

#wp-calendar #prev a {
padding-left: 10px;
text-align: left;
}

#wp-calendar a {
display: block;
}

#wp-calendar caption {
text-align: center;
width: 100%;
}

#wp-calendar td {
padding: 3px 0;
text-align: center;
}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
background-color: #fff;
}

.widget {
padding: 0px 0px 0px 0px;
}

/* MENU BAR */
#menu_bar {
margin: 0;
padding: 0 0 0 5px;
}

ul#tabs {
    height: 30px;
    list-style: none;
    margin: 0;
    padding: 0;
}
ul#tabs li {
    background: #bdf url(images/blog_tab.png);
    float: left;
    margin: 0 1px 0 0;
    padding-left: 10px;
}
ul#tabs a {
    background: url(images/blog_tab.png) 100% 0;
    color: #fff;
    display: block;
    float: left;
    line-height: 30px;
    padding-right: 10px;
    text-transform: uppercase;
    font-weight: normal;
    text-decoration: none;
}
ul#tabs li.current_page_item {
    background-color: #48f;
    background-position: 0 -32px;
}
ul#tabs li.current_page_item a {
    background-position: 100% -32px;
    color: #005387;
}

/* FOOTER */
#footer {
	background: #eee;
	margin-top: 30px;
}

#footer img {
float: left;
}

#footer p {
font-size: 90%;
line-height: 110%;
margin: 0px;
padding-top: 35px;
}


/*COLORS*/
#wrapper {
background: #c0c0c0;
}

/* Calendar styles */

#calendar h2.title {
display: none;
}

#calendar_wrap {
margin-top: 10px;
}

#calendar_wrap thead, #calendar_wrap tbody {
font-size: 95%;
}

#wp-calendar {
empty-cells: show;
margin: 10px auto 0;
width: 130px;
}

#wp-calendar #next a {
padding-right: 10px;
text-align: right;
}

#wp-calendar #prev a {
padding-left: 10px;
text-align: left;
}

#wp-calendar a {
display: block;
}

#wp-calendar caption {
text-align: center;
width: 100%;
}

#wp-calendar th {
text-align: center;
}

#wp-calendar td {
padding: 3px 0;
text-align: center;
}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
background-color: #fff;
}

.widget {
padding: 0px 0px 0px 0px;
}

