/* ARCHITECTURE */

body {
  font-family:verdana, Arial, Helvetica, sans-serif;
  font-size: 90%;
  color: #333;
  margin: 0;
  padding: 0;
  background: #fff;
}

#top {
  width: 980px;
  height: 40px;
  margin: 0 auto;
  border-bottom: 4px solid #ddd;
}

#header {
  width: 980px;
  height: 325px;
  margin: 0 auto;
}

#logo, #ad {
  float: left;
  width: 400px;
  height: 110px;
}


#ad {
  width: 580px;
}



#content-wrapper {
  width: 980px;
  min-height: 630px;
  margin: 0 auto;
  overflow: hidden;
}
#section {
	overflow:hidden;
	padding:20px 0;
}

#section p {
	font-size:19px;
	text-align:justify;
}

#section h1 {
	font-size:35px;
	color:#000000;	
}

#section h1 a{
	text-decoration:none;
	color:#000000;	
}

#section f-right span {
	font-size:12px;
	text-align:justify;
	font-style:italic;
}



.f-left {
	float:left !important;
}
.f-right {
	float:right !important;
	padding:5px;
}
.t-left {
	float:left !important;
	padding:5px;
}
.t-center {
	float:center !important;
	padding:5px;
}
.t-right {
	text-align:right !important;
}
.t-justify {
	text-align:justify !important;
}

#content {
	float:left;
	width:980px;
	text-align:justify;
}

.articles {
	margin:0;
	list-style:none;
}

#main {
  float: left;
  width: 560px;
  padding:2px 5px;;
}

#main2 {
  float: right;
  width: 395px;
}


#headlines {
  width: 660px;
  min-height: 300px;
}

#main-headline {
  float: left;
  width: 400px;
  min-height: 300px;
  padding: 0 19px 0 0;
  border-right: 1px solid #ddd;
}

#more-headlines {
  float: right;
  width: 220px;
  min-height: 300px;
  padding: 0 0 0 20px;
}

#sidebars {
  float: right;
  width: 279px;
  min-height: 630px;
  padding: 0 0 0 20px;
  border-left: 1px solid #ddd;
}

#extras {
  width: 980px;
  height: 290px;
  margin: 0 auto;
  border-bottom: 1px solid #ddd;
}

#recommended {
  float: left;
  width: 312px;
  height: 290px;
  margin: 0 20px 0 0;
  padding: 20px 0;
}

#programs {
  float: left;
  width: 312px;
  height: 290px;
  margin: 0 10px 0 0;
  padding: 20px 0;
}

#cartoon {
  float: left;
  width: 312px;
  height: 290px;
  margin: 0 0 0 10px;
  padding: 20px 0;
}

#footer {
  width: 980px;
  height: 60px;
  margin: 0 auto;
}




/* FOOTER MENU */

#footer ul {
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
}

#footer li {
  display: inline;
  font-size: 0.9em;
  line-height: 60px;
  color: #666;
  margin: 0 15px 0 0;
  padding: 0;
}

#footer li a {
  color: #000;
  text-decoration: none;
}

#footer li a:hover {
  color: #000;
  text-decoration: underline;
}

/* TYPOGRAPHY */

#headlines h1, #headlines h2, #headlines h3, #headlines h4, #sidebars h3 {
  font-size: 2.3em;
  font-weight: normal;
  line-height: 1.0em;
  letter-spacing: -1px;
  color: #000;
  margin: 0 0 6px 0;
}

#headlines h2, #headlines h3, #sidebars h3 {
  font-size: 1.7em;
}

#headlines h4 {
  font-size: 1.3em;
  line-height: 1.1em;
}

#headlines h3 {
  margin: 0 0 4px 0;
  padding: 12px 0 0 0;
  border-top: 1px solid #ddd;
}

#headlines h1 a, #headlines h2 a, #headlines h3 a, #headlines h4 a, #sidebars h3 a {
  color: #000;
  text-decoration: none;
}

#headlines h1 a:hover, #headlines h2 a:hover, #headlines h3 a:hover, #headlines h4 a:hover, #sidebars h3 a:hover {
  color: #dc0000;
  text-decoration: underline;
}

#headlines h2.heading, #sidebars h2.heading-blue, #sidebars h2.heading {
  font: bold 0.8em arial,verdana,tahoma,sans-serif;
  line-height: 1.0em;
  letter-spacing: 0px;
  text-transform: uppercase;
  color: #fff;
  margin: 0 0 8px 0;
  padding: 7px 6px 6px 6px;
  background: #fff;
}

#sidebars h2.heading-blue {
  background: #2c6fae;
}

#sidebars h4 {
  font: bold 1.0em arial,verdana,tahoma,sans-serif;
  line-height: 1.2em;
  margin: 0 0 9px 0;
  padding: 5px 0 0 0;
}

#sidebars h4 a {
  color: #dc0000;
  text-decoration: none;
}

#sidebars h4 a:hover {
  color: #000;
  text-decoration: underline;
}

#main p{
  font-size: 19px;
  text-align:justify;
  line-height: 1.4em;
 
}

#main2 p{
  font-size: 19px;
  text-align:justify;
  line-height: 1.4em;
 
}

#main p.author, #sidebars p.author {
  font-size:10px;
  line-height: 1.0em;
  margin: 0 0 10px 0;
  color: red;
  font-style:italic;
}

#main p.author span, #sidebars p.author span {
  color: #2c6fae;
}

#main p a, #sidebars p a {
  color: #dc0000;
  text-decoration: none;
}

#main p a:hover, #sidebars p a:hover {
  color: #dc0000;
  text-decoration: underline;
}

#extras h2.heading {
  font-size: 1.5em;
  font-weight: normal;
  line-height: 1.0em;
  letter-spacing: -1px;
  color: #000;
  margin: 0;
  padding: 10px 0;
  border-top: 4px solid #000;
  border-bottom: 1px solid #ddd;
}

#extras ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#extras li {
  font-size: 1.0em;
  line-height: 1.3em;
  margin: 0;
  padding: 9px 0;
  border-bottom: 1px dotted #ccc;
}

#extras li.last {
  padding: 6px 0 0 0;
  border-bottom: none;
}

#extras li a {
  color: #dc0000;
  text-decoration: none;
}

#extras li a:hover {
  color: #000;
  text-decoration: none;
}

/* IMAGES */

#logo img {
  border: 0;
}

#ad img {
  margin: 15px 0 0 0;
  border: 0;
}

#sub-nav img {
  margin: 0 5px 0 0;
  border: 0;
  vertical-align: middle;
}

#main-headline img {
  margin: 0 0 6px 0;
  border: 0;
}

#main img.lefty {
  float: left;
  margin: 0 10px 0 0;
  border: 0;
}

#main img.righty {
  float: right;
  margin: 0 0 0 10px;
  border: 0;
}

#sidebars img.ad, #sidebars img.ad-right {
  margin: 0 24px 24px 0;
  border: 0;
}

#sidebars img.ad-right {
  margin: 0 0 24px 0;
}  

#extras img {
  margin: 8px 0 0 0;
  border: 0;
}

/* FORMS */

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

#search form {
  margin: 40px 0 0 0;
}

.searchfield {
  font: normal 1.0em georgia,"times new roman",times,serif;
  color: #000;
  margin: 0 6px 0 0;
  padding: 6px;
  background: #fff;
  border: 1px solid #aaa;
}

.searchbtn {
  font: normal 1.2em georgia,"times new roman",times,serif;
  color: #000;
  margin: 0;
  padding: 2px;
}