﻿/*
Theme Name: TGNP
Theme URI:
Description: WordPress Theme Designed for The Good News-Paper.
Version: 1
Author: Susan Jordan Bennett
Author URI: http://www.bennettwebcompany.com
Tags: three-column, fixed width, newspaper style
*/

body {
	color: #000000;
	background: #fdfdfd url('img/background.jpg') repeat-x;
	margin: 0 auto 0 auto;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
}

/* Container */

#container
{
	margin: 0 auto;
	width: 1000px;
}

#content
{
	border-right: 1px #E1E1E1 dotted;
	float: left;
	width: 495px;
	padding: 20px 10px 20px 0;
	margin: 0;
	text-align: justify;
	line-height: 1.4em;
}

#content h2 {
	margin: 0;
	color: #62A4BF;
}

#content h2 a {
	margin: 0;
	color: #62A4BF;
	text-decoration: none;
	text-align: left;
}
.post {
border-bottom: 1px dotted #EEE;
margin-bottom: 10px;
margin-top: 10px;
}


.readmore {
padding: 5px;
background-color: #eee;
}
/* Search */
#search
{
	height: 50px;
	color: #ffffff;
}


/* Header */
#header
{
	height: 100px;
	background: url('img/tgnp-dog.png') no-repeat right;
}
.logo {
	margin-top: 15px;
}
.date {
	float: right;
	line-height: 30px;
}
/* Primary Navigation */
#navigation
{
	float: left;
	width: 1000px;
	height: 33px;
}

#navigation ul
{
	margin: 0;
	padding: 0;
}

#navigation ul li
{
	list-style-type: none;
	display: inline;
}

#navigation li a
{
	display: block;
	float: left;
	padding: 0px 10px 0px 10px;
	color: #000000;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 33px;
}

#navigation li.current_page_item {
	background: url('img/nav-bg.png') repeat-x;
	}
#navigation li a:hover {
	background: url('img/nav-bg.png') repeat-x;
	}


/* Sub Navigation*/
#sub-navigation
{
	float: left;
	width: 1000px;
	height: 33px;
        font-size: .9em;
}

#sub-navigation ul
{
	margin: 0;
	padding: 0;
}

#sub-navigation ul li
{
	list-style-type: none;
	display: inline;
}

#sub-navigation li a
{
	display: block;
	float: left;
	padding: 0 10px 0 10px;
	color: #000000;
	text-decoration: none;
	line-height: 33px;
}

#sub-navigation li a:hover { color: #ffffff; }



#content-container
{
	border-left: 1px #E1E1E1 solid;
	border-bottom: 1px #E1E1E1 solid;
	border-right: 1px #E1E1E1 solid;
	float: left;
	width: 1000px;
	background: #fff url(/wp-content/uploads/layout-three-fixed-background.gif) repeat-y 100% 0;
	padding-left: 10px;
	padding-right: 10px;
}

/* Sidebar 1 */
#sidebar1
{
	float: left;
	width: 160px;
	padding: 20px 0;
	margin: 0;
	display: inline;
	padding-left: 10px;
}

#sidebar1 ul
{
	margin: 0;
	padding: 0;
}

#sidebar1 ul li
{
	margin: 0 0 1em;
	padding: 0;
	list-style-type: none;
}


/* Sidebar 2 */
#sidebar2
{
	border-left: 1px #E1E1E1 dotted;
	float: right;
	width: 310px;
	padding: 20px 0 20px 10px;
	margin: 0px;
	display: inline;
}

#sidebar2 h3 { margin: 0; }

/* Footer */
#footer
{
	clear: both;
	text-align: left;
	padding: 20px;
	height: 0;
}


#footer p {
	color: #333333;
	font-weight: normal;
	margin: 0px;
	padding: 0px 0px 5px 0px;
	font-size: .8em;
}

#footer a {
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	}

#footer a:hover {
	color: #65ADC3;
	text-decoration: underline;
	}

#footer ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}

#footer ul li {
	background: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}

#footer ul ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}

#footer ul li ul li {
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 10px;
	}

#footer h4 {
	color: #62A4BF;
	font-size: .9em;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}


#footer .widget {
	margin: 0px;
	padding: 0px;
	}

#footer .textwidget {
	margin: 0px;
	padding: 0px 0px 5px 0px;
	}

.footer1 {
	width: 48%;
	float: left;
	margin: 0px;
	padding: 0;
}
.footer2 {
	width: 48%;
	float: right;
	margin: 0px;
	padding: 0;
}
/* Search Form */
.searchform {
	float: right;
	margin: 10px 0px 0px 0px;
}
.searchfield {
}
.searchsubmit {
	
}
/* Typography */
.pmetadate {
	font-size: .9em;
	color: #666666;
	text-align: left;
	line-height: 1.7em;
}
.pmetacat {
	font-size: .9em;
	line-height: 1.7em;
}
a {
	color: #62A4BF;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.thumb-left {
float:left;
padding:5px;
}

img { 
	border: 0;
	}
/* WordPress Required Elements */

.aligncenter,
div.aligncenter {
   display: block;
   margin: 5px auto;
}

.alignleft, div.alignleft {
   float: left;
   margin: 5px 15px 5px 0;
}

.alignright, div.alignright {
   float: right;
   margin: 5px 0 5px 15px;
}

.alignnone {
	margin: 5px 0;
	}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 0;
   /* optional rounded corners for browsers that support it */
   -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;
}
.section {
	width: 100%;
	overflow: hidden;
	margin-bottom: 10px;
}
.pagetitle {
font-size: 1.5em;
font-weight:bold;
width:100%;
}

#catdescription {
clear: both;
width:100%;
}
#clear {clear:both; }
