/*  
Theme Name: Scoop Gordon Campbell
Description:  The theme we use for Scoop Gordon Campbell
Version: 0.2
*/

/**** general ****/

* {
  margin: 0;
  padding: 0;
  background: #ffffff;
}

body {
  font-family: Arial, "Nimbus Sans L", Helvetica, sans-serif;
  background-color: #dbdbdb;
  font-size: 12px;
/*  color: #606060; */
  color: #000;
}

#wrap {
  width: 980px;
  background: #ffffff;
  margin: 0 auto 0 auto;
  overflow: hidden;
  position: relative;
}

h1, h2, h3, h4 {
  font-family: "Trebuchet MS", Arial, "Nimbus Sans L", Helvetica, sans-serif;
  font-weight: normal;
  color: #f76900;
}

/*
h1 a:link, h1 a:visited, h2 a:link, h2 a:visited, h3 a:link, h3 a:visited, h4 a:link, h4 a:visited {
  color: #f76900;
}
*/

#main {
  float: clear;
  width: 980px
  margin: 10px auto;
  padding: 0 0 0 0;
  background: #ffffff;
}

/**** header ****/

#top {
}

#topHeader {
  text-align: center;
}

#logobar {
  background: url(images/headerSlice.gif) repeat-x;
  height: 102px;
  padding: 0px;
  margin: 0px;
}

#logobar td {
  background: url(images/headerSlice.gif) repeat-x;
}

#search {
  background: transparent; 
  float: right;
  margin: 70px 20px 0px 0px;
}

#search td {
  background-color: #f76900;
}

#search table {
  background-color: #f76900;
  border-collapse: collapse;
  border: 0px;
  padding: 0px;
  margin; 0px;
}

#search form {
  background: transparent;
  float: right;
  margin: 0px;
  padding: 0px;
  height: 22px;
}

.searchGo {
  margin: 0px;
  float: right;
}

#s {
  margin-bottom: 0px;
  padding-top: 6px;
  border: 0;
  font-size: 12px;
}

.searchTextInput input {
  border: none;
  background: url(images/searchMidSlice.jpg) repeat-x;
  height: 23px;
  float: none;
  color: #333;
}

.searchLeft {
  background: url(images/searchLeftSlice.jpg) repeat-x;
  float: left;
  height: 28px;
  width: 9px;
}

/* nav */

#nav {
  background: url(images/navBarSlice.jpg) repeat-x;
  height: 29px;
  width: 100%;
  padding: 0px;
  margin: 0px;
}

#nav tbody tr td {
  padding: 0 6px 0 6px;
  background: url(images/navBarSlice.jpg) repeat-x;
}

#nav a:link, #nav a:visited {
  padding: 0 6px 0 6px;
  background: transparent;
  color: #ffffff;
}

#nav a:hover {
  background: transparent;
  color: #f76900;
}

/**** ****/

#content {
  width: 460px;
  float: left;
  margin: 30px 10px 0 10px;
  background: #ffffff;
}

.entry {
  border: 1px solid #e7e7e7;
  padding: 10px;
  margin-bottom: 20px;
}

.label {
  color: #797979;
  font-size: 10px;
  padding: 3px 0 5px 0;
}

.entry h2  {
  color: #387096;
  font-family: "Trebuchet MS", Arial, "Nimbus Sans L", Helvetica, sans-serif;
  font-weight: normal;
/*  height: 22px;
  font-size: 20px;
  font-weight: 700;
  margin: 0;
  padding: 0 0 10px 0px;  */
}

.entry p {
  padding: 5px;
}

.postmetadata {
  background: #eee;
  border-bottom: 1px #ccc solid;
  border-top: 1px #eee solid;
  font-size: 10px;
  margin: 0;
  padding: 5px;
}

.boxcomments {
  border-top: 5px solid #ddd;
  border-bottom: 5px solid #ddd;
  margin-bottom: 20px;
  width: 460px;
/*  width: 510px;  */
}

#commentform {
  border-top: 1px solid #eee;
  margin: 0;
  padding: 15px 15px 1px;
}

#commentform label {
  display: block;
  margin: 0;
}

#commentform input {
  width: 170px;
  margin: 0 5px 10px 0;
  padding: 1px;
}

#commentform textarea {
  width: 400px;
  margin: 0 0 10px;
  padding: 0;
}

#commentform #submit {
  margin: 0 0 20px;
}

#commentform p {
  margin: 5px 0;
}

ul {
  list-style-type: none;
}

ol.commentlist {
  margin: 0 0 1px;
  padding: 0;
}

ol.commentlist :hover {
  background: url(images/latestbck.gif) repeat-x;
}

ol.commentlist li {
  border-top: 1px solid #eee;
  display: block;
  list-style: none;
  margin: 0;
  padding: 15px 15px 1px;
}

ol.commentlist li :hover {
  background: none;
}

ol.commentlist li.commenthead {
  display: block;
  list-style: none;
  margin: 0;
  padding: 5px 15px;
}

ol.commentlist li.commenthead h2 {
  margin: 0;
}

ol.tblist {
  border-top: 1px solid #fff;
  list-style: none;
  margin: 0 0 1px;
  padding: 15px;
}

ol.tblist li {
  display: block;
  list-style: none;
  background: transparent url(images/c.gif) 0 2px no-repeat;
  padding-left: 15px;
  margin: 0 0 5px;
}

#eof {
  width: 980px;
  clear: both;
  height: 20px;
  background: #fff;
  margin: 0 auto;
  padding: 0;
}

.navigation {
  width: 500px;
  float: left;
  color: #666;
}

.alignright {
  float: right;
  margin-top: 10px;
}

.alignleft {
  float: left;
  margin-top: 10px;
}

/**** links ****/

a:visited {
  color: #c44700;
  text-decoration: none;
}

a:link {
  color: #f76900;
  text-decoration: none;
}

#sidebar a:link {
  color: #606060;
  text-decoration: none;
}

a:hover, #sidebar a:hover {
  color: #f76900;
  text-decoration: underline;
}

a img {
  border: none;
}

#header h1 a:link, #header h1 a:active, #header h1 a:visited, #header h1  {
  text-decoration: none;
  color: #000000;
  border: none;
}

#header h1 a:hover {
  text-decoration: none;
  color: #F85E01;
  background-color: black;
  border: none;
}

/* footer */

#footer {
  background: url(images/footerbck.gif) repeat-x;
  width: 980px;
  text-align: center;
  font-size: 11px;
  margin: 0 auto;
  padding: 10px 0 20px 0;
  clear: both;
}

/**** sidebars ****/

#sidebar {
  float: right;
  width: 475px;
  margin: 0;
  padding: 20px 0 0 0;
}

/* left sidebar */

#lsidebar {
  float: left;
  width: 300px;
  margin: 0px;
  padding: 0px;
}

#lsidebar h2 {
  background: #f8771b  url(images/orangeHeaderBlankBig.jpg) no-repeat;
  width: 292px;
  height: 24px;
  color: #000000;
  padding: 5px 0 0 8px;
  font-weight: bold;
  font-size: 16px;
}

#lsidebar .body, #lsidebar .srssfetcher {
  background: #f0f0f0 url(images/sideBarLeftBoxBottom.jpg) bottom center no-repeat;
  border: 1px solid #bebebe;
  border-top: none;
  padding: 3px 3px;
  width: 292px;
  margin-bottom: 20px;
}

#lsidebar .body a, #lsidebar .srssfetcher-link {
  background: transparent;
  display: block; 
}

.srssfetcher-timestamp, .srssfetcher-timestamp abbr {
  background: transparent;
  border: none;
}

#rssHead {
  background: #f8771b  url(images/orangeHeaderBlankBig.jpg) no-repeat;
  background-position: top left; 
  width: 300px;
  height: 29px;
  color: #000000;
  margin: 0px;
  padding: 0px;
  vertical-align: middle;
}

#rssHead b {
  background: transparent;
/*  display: span; 
  padding-top; 0px;
  font-weight: bold; */
  font-size: 16px;
  position: relative;
  top: 6px;
/*  bottom: 0;
  margin: auto;
  display: inline; */
  vertical-align: top;
}

#lsidebar .body li, #lsidebar .srssfetcher-item {
  border-bottom: 1px solid #d4d4d4;
  border-top: none;
  padding: 5px 0;
  display: block; 
  background: transparent;
}

#lsidebar .commentTag {
  background: transparent;
  color: #f76900;
}

/* right sidebar */

#rsidebar {
  float: right;
  width: 177;
}

#rsidebar h2, #rsidebar #linkcat-4 .linkcat h2 {
  background: #f8771b  url(images/orangeHeaderBlankSmall.jpg) no-repeat;
  width: 152px;
  height: 24px;
  color: #000000;
  padding: 5px 0 0 8px;
  font-weight: bold;
  font-size: 16px;
}

#rsidebar .body, #rsidebar #linkcat-4 .linkcat {
  background: #f0f0f0 url(images/sideBarRightBoxBottom.jpg) bottom center no-repeat;
  border: 1px solid #bebebe;
  border-top: none;
  padding: 3px 3px;
  width: 152px;
  margin-bottom: 20px;
  margin-right: 10px;
}

#rsidebar .body a, #rsidebar #linkcat-4 .linkcat a {
  background: transparent;
  display: block; 
}

#rsidebar .body li, #rsidebar #linkcat-4 .linkcat li {
  background: transparent;
  border-bottom: 1px solid #d4d4d4;
  border-top: none;
  padding: 5px 0;
  display: block;
}

/* ccc */

#adheader {
  height: 162px;
  margin-top: 0px;
  margin-bottom: 8px;
  padding: 0;
  width:  980px;
  margin-left: auto;
  margin-right: auto;
}

.pagetitle  {
  font-family: Arial, Helvetica, sans-serif;
  color: #747474;
  margin: 0;
  padding: 0 0 10px 0;
  font-style: italic;
  font-size: 14px;
  font-weight: bold;
}

.leftpic  {
  float: left;
  margin: 8px 15px 10px 2px;
} 

.rightpic  {
  float: right;
  margin: 8px 2px 10px 15px;
} 

/* std */

.floatLeft {
  float: left;
}

.floatRight {
  float: right;
}

.leftAlign {
  text-align: left;
}

.rightAlign {
  text-align: right;
}

.center {
  text-align: center;
}

.hidden {
  display: none;
}

.bold {
  font-weight: bold;
}

.clearLeft {
  clear: left;
  margin: 0;
  padding: 0;
  height: 1px;
  border: none;
  background: transparent;
  display: block;
}

.clearRight {
  clear: right;
  margin: 0;
  padding: 0;
  height: 1px;
  border: none;
  background: transparent;
  display: block;
}

.clearBoth {
  clear: both;
  margin: 0;
  padding: 0;
  height: 1px;
  border: none;
  background: transparent;
  display: block;
}

/* text ad fix*/

#scoopad_text {
 background: transparent;
}



