/**
 * Generic elements
 */
body {
    margin: 0;
    padding: 5px 0px 0px 0px;
    background: #ffffff;
   /* font-family:"Trebuchet MS", arial, sans-serif;
    font-size:12px;
    line-height:160%; */
	font-family:arial, sans-serif;
    font-size:13px;
    line-height:1.5em;
    color: #494949;
}

div.node div.content ol li,div.node div.content ul li {
    margin: 0px 20px 10px 12px;
}

input {
    font-family:"Trebuchet MS", arial, sans-serif;
    font-size:12px;
    line-height:100%;
    color: #494949;
}

textarea,select {
    font-family:"Trebuchet MS", arial, sans-serif;
    font-size:12px;
    line-height:160%;
    color: #494949;
}

h1,h2,h3,h4,h5,h6 {
    margin: 0;
    padding: 0;
    font: "Trebuchet MS", arial, sans-serif;
}

h1 {
    font-size: 170%;
}

h2 {
    font-size: 160%;
    line-height: 130%;
}

h3 {
    font-size: 140%;
}

h4 {
    font-size: 130%;
    margin:10px 0px;
}

h5 {
    font-size: 120%;
    margin:10px 0px 5px 0px;
}

h6 {
    font-size: 110%;
    margin:10px 0px 5px 0px;
}

quote,code,fieldset {
    margin: .5em 0;
}

p {
    margin: 0.6em 0 1.2em;
    padding: 0;
}

a:link,a:visited {
    color: #669900;
    text-decoration: none;
}

a:hover {
    color: #e36b36;
    text-decoration: underline;
}

a:active,a.active {
    color: #7E7152;
}

hr {
    margin: 0px 0px;
    padding: 0;
    border: none;
    height: 1px;
    background: #cccccc;
}

ul.menu,.item-list ul {
    margin: 0.35em 0 0 -0.5em;
    padding: 0;
}

ul.menu ul,.item-list ul ul {
    margin-left: 0em;
}

ul.menu li,.item-list ul li,li.leaf {
    margin: 0.15em 0 0.15em .5em;
}

ul.menu li,.item-list ul li,li.leaf {
    padding: 0 0 .2em 1.5em;
    list-style-type: none;
    list-style-image: none;
    background: transparent url(images/menu-leaf.gif) no-repeat 1px .35em;
}

.block-statistics .item-list ul li {
    padding: 0 0 .2em 1.5em;
    background: transparent url(images/menu-leaf-square.gif) no-repeat 1px 5px;
}

ul li.expanded {
    background: transparent url(images/menu-expanded.gif) no-repeat 1px
        .35em;
}

ul li.collapsed {
    background: transparent url(images/menu-collapsed.gif) no-repeat 0px
        .35em;
}

ul li.leaf a,ul li.expanded a,ul li.collapsed a {
    display: block;
}

ul.inline li {
    background: none;
    margin: 0;
    padding: 0 1em 0 0;
}

fieldset ul.clear-block li {
    margin: 0;
    padding: 0;
    background-image: none;
}

dl {
    margin: 0.5em 0 1em 1.5em;
}

dl dt {
    
}

dl dd {
    margin: 0 0 .5em 1.5em;
}

img,a img {
    border: none;
}

.captcha img{
    border: 1px solid #CCC8AA; 
}

table {
    margin: 1em 0;
    width: 98%;
}

thead th {
    border-bottom: 2px solid #e7ead5;
    color: #494949;
    font-weight: bold;
}

th a:link,th a:visited {
    color: #ccc8aa;
}

td,th {
    padding: .3em .5em;
}

tr.even,tr.odd,tbody th {
    border: solid #f0ebc7;
    border-width: 1px 0;
}

tr.odd,tr.info {
    background-color: #f0ebc7;
}

tr.even {
    background-color: #fff;
}

tr.odd td.active {
    background-color: #fdf5bb;
}

tr.even td.active {
    background-color: #faf8eb;
}

td.region,td.module,td.container {
    border-top: 1.5em solid #fff;
    border-bottom: 1px solid #fdf5bb;
    background-color: #ccc8aa;
    color: #333333;
    font-weight: bold;
}

tr:first-child td.region,tr:first-child td.module,tr:first-child td.container {
    border-top-width: 0;
}

span.form-required {
    color: #ffae00;
}

span.submitted,.description {
    font-size: 0.92em;
    color: #898989;
}

.description {
    line-height: 150%;
    margin-bottom: 0.75em;
    color: #898989;
}

.messages,.preview {
    margin: .75em 0 .75em;
    padding: .5em 1em;
}

.messages ul {
    margin: 0;
}

.form-checkboxes,.form-radios,.form-checkboxes .form-item,.form-radios .form-item {
    margin: 0.25em 0;
}

#center form {
    margin-bottom: 2em;
}

.form-button,.form-submit {
    margin: 2em 0.5em 1em 0;
}

#watchdog-form-overview .form-submit,.confirmation .form-submit,.poll .form-submit,fieldset .form-button,fieldset .form-submit,.sidebar .form-button,.sidebar .form-submit,table .form-button,table .form-submit {
    margin: 0;
}

.box {
    margin-bottom: 2.5em;
}

/**
 * Layout
 */
#header-region {
    min-height: 1em;
    background: #d2e6f3 url(images/bg-navigation.png) repeat-x 50% 100%;
}

#header-region .block {
    display: block;
    margin: 0 1em;
}

#header-region .block-region {
    display: block;
    margin: 0 0.5em 1em;
    padding: 0.5em;
    position: relative;
    top: 0.5em;
}

#header-region * {
    display: inline;
    line-height: 1.5em;
    margin-top: 0;
    margin-bottom: 0;
}

/* Avoid displaying content of script tags */
#header-region script {
    display: none;
}

#header-region p,#header-region img {
    margin-top: 0.5em;
}

#header-region h2 {
    margin: 0 1em 0 0;
}

#header-region h3,#header-region label,#header-region li {
    margin: 0 1em;
    padding: 0;
    background: none;
}

.wrapper #header h1,.wrapper #container #header h1 a:link,.wrapper #container #header h1 a:visited
    {
    line-height: 120px;
    position: relative;
    z-index: 2;
    white-space: nowrap;
}

.wrapper #header {
   	background: #E7EAD5;
}

.wrapper #header h1 span {
    font-weight: bold;
}

.wrapper #header h1 img {
    padding-bottom: 1px;
    padding-right: 20px;
    float: left;
}

.block .content {
    margin: 0px 0px;
    padding: 0px 10px 10px 10px;
}

.block-region {
    padding: 1em;
    background: transparent;
    border: 2px dashed #ccc8aa;
    text-align: center;
    font-size: 1.3em;
}

.wrapper .breadcrumb {
    top: 15px;
    left: 35px;
    z-index: 3;
}

/**
 * Header
 */
.wrapper #header h1,.wrapper #header h1 a:link,.wrapper #header h1 a:visited
    {
    color: #000000;
    font-weight: normal;
    text-shadow: #1659ac 0px 1px 3px;
    font-size: 1.5em;
}

.wrapper #header h1 a:hover {
    text-decoration: none;
}

.wrapper .breadcrumb {
    font-size: 0.92em;
}

.wrapper .breadcrumb, .wrapper .breadcrumb a {
    color: #529ad6;
}

#mission {
    padding: 1em;
    background-color: #fff;
    border: 1px solid #e0e5fb;
    margin-bottom: 2em;
}

/**
 * Primary navigation
 */ /**
 * Secondary navigation
 */
ul.mainnav {
    margin: 0;
    padding: 0 0;
    float: left;
}

ul.mainnav li {
    margin: 0;
    padding: 0 0 0 0 !important;
    float: left;
    list-style-type: none;
}

ul.mainnav li a,ul.mainnav li a:link,ul.mainnav li a:visited {
    font-family: arial, verdana, sans-serif;
    font-size: 14px;
    display: block;
    margin: 0px 0px 0px 0px;
    padding: 5px 10px 5px 11px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
}

ul.mainnav li a.active {
    padding: 5px 13px 5px 13px;
    background-color:#999999;
}

/**
 * Nodes & comments
 */
.node h2 {
    margin-left: -1px !important;
    font-family:Georgia;
    font-size:24px;
    color:#424833;
    font-weight:normal;
    line-height:100%;
    padding-bottom:5px;
}

div.node h2 a {
    font-size:20px;
    color:#424833;
}

div.node ul.links li,ul.inline li,div.node div.content ul.links li {
    margin: 0px 0px 0px 0px;
    padding-left: 1em;
    padding-right: 0;
    background-image: none;
    font-family:Arial;
    font-size:10px;
    text-transform:uppercase;
}

.node ul.links,.comment ul.links {
    text-align: right;
}

ul.review-links li, ul.review-links li a {
    margin:0px;
    padding:5px 5px 0px 5px;
    color:#7E7152;
    text-transform:uppercase;
}

ul.review-links li a:hover, ul.review-links li a.active {
    color:#000000;  
}

ul.review-links {
    padding:5px 10px;
    margin:-11px -10px 10px -10px;
    background-color:#eeeeee;
}

div.links {
    text-align: right;
    padding: 0px;
    margin: 0px 0px 10px 0px;
}

div.node div.content div.links {
    clear:both;
}

div.links a {
    color: #E36B36;
}

.terms ul.links li {
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
    padding-left: 1em;
    text-align: right;
}

.terms a {
    color: #e36b36;
}

.comment {
    border: #cccccc 1px solid;
    padding: 10px;
    margin-top: 10px;
}

.comment .submitted {
    font-size: 11px;
    text-align: left;
}

div.new {
    color: #ffae00;
    font-size: 0.92em;
    font-weight: bold;
    text-align: right;
}

.terms {
    text-align: left;
    font-size: 11px;
}

div.meta .terms {
    text-align: left;
    font-size: 12px;
}

.preview .node {
    margin: 0;
    padding: 0.5em 0;
    border: 0;
    background: 0;
}

#comments h2.comments {
    margin: 0px;
    padding: .5em 0px;
}

.indented {
    margin-left: 25px;
}

.comment h3 a.active {
    color: #494949;
}

.node .content,.comment .content {
    margin: 0.6em 0;
}

.node .content {
    border-top:#7E7152 1px dotted;
    padding-top:10px;
}

.node .page-content {
    border-top:none;
    padding-top:0px;
}

.view-content .node p {
    margin: 5px 0px;
}

div.node-unpublished {
    padding: 10px !important;
    border: #eeeeee 1px solid;
}

/**
 * Aggregator.module
 */
#aggregator {
    margin-top: 1em;
}

#aggregator .feed-item-title {
    font-size: 160%;
    line-height: 130%;
}

#aggregator .feed-item {
    border-bottom: 1px solid #e9eff3;
    margin: -1.5em -31px 1.75em;
    padding: 1.5em 31px;
}

#aggregator .feed-item-categories {
    font-size: 0.92em;
}

#aggregator .feed-item-meta {
    font-size: 0.92em;
    color: #898989;
}

/**
 * Color.module
 */
#palette .form-item {
    border: 1px solid #fff;
}

#palette .item-selected {
    background: #fff url(images/gradient-inner.png) repeat-x 0 0;
    border: 1px solid #d9eaf5;
}

/**
 * Menu.module
 */
tr.odd td.menu-disabled {
    background-color: #f0ebc7;
}

tr.even td.menu-disabled {
    background-color: #fff;
}

td.menu-disabled {
    opacity: 0.5;
}

/**
 * Poll.module
 */
.poll .bar {
    background: #fff url(images/bg-bar-white.png) repeat-x 0 0;
    border: solid #f0f0f0;
    border-width: 0 1px 1px;
}

.poll .bar .foreground {
    background: #71a7cc url(images/bg-bar.png) repeat-x 0 100%;
}

.poll .percent {
    font-size: .9em;
}

/**
 * Autocomplete.
 */
#autocomplete li {
    cursor: default;
    padding: 2px;
    margin: 0;
}

/**
 * Collapsible fieldsets
 */
fieldset {
    margin: 1em 0;
    padding: 1em;
    border: 1px solid #ccc8aa;
}

fieldset legend { /* Fix disappearing legend in FFox */
    display: block;
    font-weight: bold;
    color: #766959;
}

html.js fieldset.collapsed {
    background: transparent;
    padding-top: 0;
    padding-bottom: .6em;
}

html.js fieldset.collapsible legend a {
    padding-left: 2em;
    background: url(images/menu-expanded.gif) no-repeat 0% 50%;
}

html.js fieldset.collapsed legend a {
    background: url(images/menu-collapsed.gif) no-repeat 0% 50%;
}

/**
 * Syndication icons and block
 */
#block-node-0 h2 {
    float: left;
    padding-right: 20px;
}

#block-node-0 img,.feed-icon {
    float: right;
    padding-top: 4px;
}

#block-node-0 .content {
    clear: right;
}

/**
 * Login Block
 */
#user-login-form {
    text-align: center;
}

#user-login-form ul {
    text-align: left;
}

/**
 * Admin Styles
 */
div.admin-panel,div.admin-panel .description,div.admin-panel .body,div.admin,div.admin .left,div.admin .right,div.admin .expert-link,div.item-list,.menu
    {
    margin: 0;
    padding: 0;
}

div.admin .left {
    float: left;
    width: 48%;
}

div.admin .right {
    float: right;
    width: 48%;
}

div.admin-panel {
    background: #fff url(images/gradient-inner.png) repeat-x 0 0;
    padding: 1em 1em 1.5em;
}

div.admin-panel .description {
    margin-bottom: 1.5em;
}

div.admin-panel dl {
    margin: 0;
}

div.admin-panel dd {
    color: #898989;
    font-size: 0.92em;
    line-height: 1.3em;
    margin-top: -.2em;
    margin-bottom: .65em;
}

table.system-status-report th {
    border-color: #f0ebc7;
}

#autocomplete li.selected,tr.selected td,tr.selected td.active {
    background: #027ac6;
    color: #fff;
}

tr.selected td a:link,tr.selected td a:visited,tr.selected td a:active {
    color: #f0ebc7;
}

/**
 * CSS support
 */
span.clear {
    display: block;
    clear: both;
    height: 1px;
    line-height: 0px;
    font-size: 0px;
    margin-bottom: -1px;
}

/*******************************************************************
 * Color Module: Don't touch                                       *
 *******************************************************************/
    /**
 * Generic elements.
 */
.messages {
    background-color: #fff;
    border: 1px solid #b8d3e5;
}

.preview {
    background-color: #fcfce8;
    border: 1px solid #e5e58f;
}

div.status {
    color: #3a3;
    border-color: #c7f2c8;
}

div.error {
    color: #c52020;
}

.form-item input.error,.form-item textarea.error {
    border: 1px solid #c52020;
    color: #494949;
}

/**
 * Watchdog.module
 */
tr.watchdog-user {
    background-color: #fcf9e5;
}

tr.watchdog-user td.active {
    background-color: #fbf5cf;
}

tr.watchdog-content {
    background-color: #fefefe;
}

tr.watchdog-content td.active {
    background-color: #f5f5f5;
}

tr.watchdog-warning {
    background-color: #fdf5e6;
}

tr.watchdog-warning td.active {
    background-color: #fdf2de;
}

tr.watchdog-error {
    background-color: #fbe4e4;
}

tr.watchdog-error td.active {
    background-color: #fbdbdb;
}

tr.watchdog-page-not-found,tr.watchdog-access-denied {
    background: #d7ffd7;
}

tr.watchdog-page-not-found td.active,tr.watchdog-access-denied td.active
    {
    background: #c7eec7;
}

/**
 * Status report colors.
 */
table.system-status-report tr.error,table.system-status-report tr.error th
    {
    background-color: #fcc;
    border-color: #ebb;
    color: #200;
}

table.system-status-report tr.warning,table.system-status-report tr.warning th
    {
    background-color: #ffd;
    border-color: #eeb;
}

table.system-status-report tr.ok,table.system-status-report tr.ok th {
    background-color: #dfd;
    border-color: #beb;
}

/*
custom style to be incorporated in
*/
 {
    padding: 0;
    margin: 0;
}

.wrapper {
	position:absolute;
	margin-right:50%;
	margin-left:50%;
    width: 990px;
	left:-495px;
	top:0;
    /*background-color:#cddfc7;*/
    background-color: #ffffff;
	float:left;
	border: 3px solid #E7EAD5;
}

#header {
    color: #333;
    background-color: #ffffff;
    width: 990px;
    height: 130px;
    margin: 0px 0px 0px 0px;
    clear: both;
    border-bottom:#cae16d 1px solid;
}

#logo-floater {
    display: block;
}

#leaderboard {
    float: right;
    margin-top: 20px;
    clear: both;
    background-color:#ffffff;
    height:90px;
    width:728px;
    text-align:right;
}

ul.secondary-links {
    padding: 3px 0px 0px 7px;
    list-style: none;
    color: #333;
    margin: 0px 0px 0px 0px;
    text-align: left;
    background: #ffffff;
    float: left;
}

ul.secondary-links li {
    font-family: arial, sans-serif;
    font-size: 12px;
    float: left;
    border-left: #cccccc 1px dotted;
    margin: 0px 0px 0px 0px;
    padding: 0 5px 5px 5px;
    font-weight: bold;
}

ul.secondary-links li.first {
    border-left: none;
    padding-left: 0px;
}

ul.secondary-links a {
    padding: 1px;
    text-decoration: none;
    color: #323232;
}

ul.secondary-links a:hover,ul.secondary-links a.active {
    color: #766959;
}

#primarynav {
    color: #ffffff;
    background-color:#7aae6e;
    width: 990px;
    height: 29px;
    padding: 0px 0px 0px 0px;
    margin: 0px;
    text-align: left;
    clear: both;
}

#content {
    background-color: #ffffff;
    border: #000000 1px solid;
    border-right: #b8af88 1px solid;
    border-left: #b8af88 1px solid;
}

#main {
    float: left;
    color: #333;
    background: #ffffff;
    margin: 0px 0px 0px 0px;
    padding: 0px 9px 10px 10px;
    width: 650px;
    border-right: #999999 1px dotted;
    clear: left;
}

#rightcolumn {
    color: #333;
    margin: 0px 0px 10px 0px;
    padding: 5px 0px 0px 0px;
    width: 319px;
    float: left;
}

#footer {
    width: 970px;
    clear: both;
    color: #333;
    background: #ccc8aa;
    margin: 0px 0px 10px 0px;
    padding: 10px;
    text-align: right;
	float:left;
}

#rightcolumn .block,#rightcolumn .drupal-tabs {
    float: left;
    position: relative;
    width: 300px;
    margin: 5px 10px 10px 10px;
    padding: 0px 0px;
    /*background:#e7efe2 url(/themes/planetg/images/block_right_bottom_white.gif) no-repeat bottom left;*/
    border: #959B80 1px solid;
}

#rightcolumn .block h2 {
    margin: 0px;
    padding: 3px 10px 3px 10px;
    background-color: #959B80;
    font-size: 14px;
    color: #ffffff;
}

#main .block {
    margin-top:10px;
}

#main .block h2 {
    margin: 0px;
    padding: 3px 10px 3px 10px;
    background-color: #959B80;
    font-size: 14px;
    color: #ffffff;
}

#main .block .content {
    border: #959B80 1px solid;
}

#rightcolumn .block .content {
    margin-top: 0px;
}

#rightcolumn #block-magazine {
    margin-top: 5px;
    padding-top: 0px;
}

#rightcolumn #block-block-5 h2,
#rightcolumn #block-magazine h2 {
    background-color: #7aae6e;
    padding: 3px 5px 3px 5px;
    margin: 0px;
}

#rightcolumn #block-magazine .content {
    padding: 5px 10px;
    margin: 0px 0px 0px 0px;
    clear: both;
}

#rightcolumn #block-magazine img.picleft {
    margin: 0px 10px 10px 0px;
}

#rightcolumn #block-parenting {
    margin-top: 5px;
    padding-top: 0px;
}

#rightcolumn #block-parenting h2 {
    background-color: #7DAF40;
    padding: 3px 5px 3px 5px;
    margin: 0px;
}

#rightcolumn #block-parenting .content {
    padding: 0;
    margin: 10px;
    position: relative;
    overflow: auto;
}

#rightcolumn #block-parenting .content .item-list {
    width: 160px;
    float: left;
    margin: 0;
    padding: 0;
}

#rightcolumn #block-parenting .content .item-list ul {
    margin: 0;
    padding: 0;
}

#rightcolumn #block-parenting .content .item-list ul li {
}

#rightcolumn #block-parenting p {
    margin: 0;
    padding: 0;
}

#rightcolumn #block-parenting img {
    width: 100px;
}

#rightcolumn #block-parenting .content .sponsor-list ul {
    list-style-type: none; 
    margin: 0;
    padding: 0;
}

#rightcolumn #block-parenting .content .sponsor-list img {
    width: auto;
    vertical-align: middle;
}

#rightcolumn #block-bloginfo .content img.picleft {
    margin: 5px 10px 10px 0px;
}

.feature {
    float: left;
    margin: 0px 0px 20px 0px;
    padding: 0px;
    background: #ffffff;
}

.feature-set {
    padding: 5px 0px 5px 5px;
    margin: 0px 0px 10px 0px;
    position: relative;
    clear: both;
    width: 648px;
    /*border-top: #5f8f5f 1px dotted;
    border-bottom: #5f8f5f 1px dotted;*/
}

div.feature-set h2 {
    font-family:arial;
    text-transform: uppercase;
    margin: 0px 3px 5px 3px;
    padding: 5px;
    font-size: 13px;
    font-weight: bold;
    color:#7E7152;
    border-bottom: #666666 1px solid;
    background-color:#EAEBE6;
}
div.feature-set h2 a:link, div.feature-set h2 a:visited {
    color:#669900 !important;
    
}

.feature-small {
    width: 156px;
    margin: 0px 5px 0px 0px;
}

.view-content-home-features .first {
    margin-left: 4px;
}

.feature-small .content {
    clear: both;
    margin: 0px;
}

.feature-regular {
    width: 321px;
}

.feature-right {
    margin-left: 4px;
}

.feature-left {
    margin-right: 4px;
    clear: both;
}

.feature-wide {
    clear: both;
    width: 650px;
}

div.feature-news {
    float: left;
    width: 298px;
    padding: 0px 10px;
}

.feature-full {
    width: 970px;
}

div.feature h2 {
    font-family:arial;
    text-transform: uppercase;
    margin: 0px 3px 5px 3px;
    padding: 5px;
    font-size: 13px;
    font-weight: bold;
    color:#7E7152;
    background-color:#e2edcb;
}

div.feature h2 a:link, div.feature h2 a:visited {
    color:#669900 !important;
    
}

div.feature-small h2 {
    margin: 0px 0px 3px 0px;
    padding: 0px;
    background: none;
    color: #202020;
    font-size: 11px;
    border:none;
}

div.feature-news h2 {
    border: none;
}

div.feature h3 {
    font-family: "Trebuchet MS", arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
	line-height:1.3em;
}

div.feature h3 a {
    font-family: "Trebuchet MS", arial, sans-serif;
    font-size: 13px;
    color: #669900 !important;
}

div.feature div.view-content ul {
    padding-top: 0px;
    padding: 0;
    margin: 10px 0 10px 15px;
}

div.feature div.view-content ul li {
    list-style-image: url(/themes/planetg/images/default/list.gif);
    padding: 0px 0px 4px 0px;
    margin: 0px 0px 0px 0px;
}

div.feature div.view-content,div.feature div.content {
    padding: 0px 8px;
    clear: both;
}

div.feature div.view-content p {
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom: #5f8f5f 1px dotted;
}

div.feature-small div.content {
    border-left: #7E7152 1px dotted;
    background: none;
}

div.first div.content {
    border-left:none;
}

hr.home {
    margin: 0px 0px 0px 0px;
    height: 1px;
    border-bottom: #7E7152 1px dotted;
    background: transparent;
    clear: both;
}

img.imagecache-front_page {
    margin:5px 5px;
	float: left;
}
.view-content-home-blogs h3  {
	font-size: 12px;
}

div#video h2 {
    margin: 0px;
}

div#video div.content {
    padding: 10px 10px 5px 0px;
}

div#video div.links {
    padding: 0px;
    border-top: #7E7152 1px dotted;
}

.one {
    background-color: #336633;
}

.two {
    background-color: #bb0000;
}

.hometop {
    height: 300px;
    overflow: hidden;
}

.clearer {
    height: 1px;
    clear: both;
}

ol,ul {
    margin-left: 20px;
}

#signon {
    float: right;
    padding: 3px 7px 4px 0px;
    font-size: 10px;
    font-weight: bold;
}

#signon a,#signon a:hover {
    color: #000000;
    text-decoration: none;
}

#nc_wrapper_family_top,
#nc_wrapper_home_top {
    margin: 10px 0px 10px 0px;
}

#nc_wrapper_family_top .jcarousel-container-horizontal,
#nc_wrapper_home_top .jcarousel-container-horizontal {
    border: none;
    overflow: hidden;
    height: 250px;
    width: 650px;
}

#nc_wrapper_family_top .jcarousel-clip-horizontal,
#nc_wrapper_home_top .jcarousel-clip-horizontal {
    margin: 0px;
    padding: 0px;
    width: 650px;
    height: 250px;
}

.nc_item_family_top,.nc_item_family_top img,
.nc_item_home_top,.nc_item_home_top img {
    width: 650px;
    height: 250px;
}

.node-carousel-text {
    opacity: 0.8;
    filter: alpha(opacity = '80');
    background: #333333;
    position: relative;
    top: -256px;
    left: 410px;
    width: 200px;
    height: 250px;
    padding: 20px;
    margin: 0px;
}

.node-carousel-text p {
    opacity: 1.0;
    filter: alpha(opacity = '100');
    color: #ffffff;
    font-family: "Trebuchet MS", arial, sans-serif;
    font-size: 12px;
}

.node-carousel-text h2 {
    opacity: 1.0;
    filter: alpha(opacity = '100');
    font-family: "Trebuchet MS", arial, sans-serif;
    color: #99cc33 !important;
    font-weight: bold;
    font-size: 18px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.node-carousel-text h2 a,.node-carousel-text h2 a:link,.node-carousel-text h2 a:visited
    {
    opacity: 1.0;
    filter: alpha(opacity = '100');
    text-decoration: none;
    color: #7aae6e !important;
}

.node-carousel-text a.readmore,.node-carousel-text a.readmore:link,.node-carousel-text a.readmore:visited  {
    color: #7aae6e !important;
    opacity: 1.0;
    filter: alpha(opacity = '100');
}

ul.index_control_list {
    padding:4px 0px 5px 0px;
    margin: 0px;
    background-color: #333333;

    position:relative;
    top:-25px;
    left: 410px;
    list-style-type:none;
    height:16px;
    line-height: 16px;
    z-index:5;
}

#nc_family_top,
#nc_home_top {
    padding: 0px;
}

ul.index_control_list li {
    text-align: center;
    cursor: pointer;
    display: inline;
    width: 30px;
    height: 16px;
    float: left;
    margin:0px 3px 0px 4px;
    padding:0px 5px;
}

ul.index_control_list li.visible {
    border: #7aae6e 1px solid;
}

ul.index_control_list li span.index_control {
    font-size: 12px;
    color: white;
    cursor: pointer;
}

ul.index_control_list li.visible span.index_control {
    font-weight: bold;
    cursor: pointer;
}

ul.jcarousel_target {
    margin: 0px;
    padding: 0px;
}

ul.jcarousel_target li {
    position: relative;
    z-index: 0;
    width: 650px;
    height: 250px;
    padding: 0px;
    margin: 0px;
    background: none;
    list-style-type: none;
}

div.jcarousel_waiting {
    position: absolute;
    left: -4500px;
}

h3.topic {
    font-family: "Trebuchet MS", arial, sans-serif;
    font-size: 14px;
    color: #ffffff;
    padding: 0px 0px 10px 0px !important;
    border-bottom: #ffffff 1px dotted;
}

div.feature-small h3 {
    margin: 0px 0px 5px 0px;
    font-family: "Trebuchet MS", arial, sans-serif;
    font-size: 16px;
    color: #266e25;
}

img.imagecache-rack {
    padding-bottom: 5px;
}

div.feature img {
    float: left;
    margin-right: 10px;
}

img.picleft {
    float: left;
    margin: 0px 10px 0px 0px;
    position:relative;
}

img.picright {
    float: right;
    margin-left: 10px;
    position:relative;
}

img.list {
    margin-top: 5px;
    margin-bottom: 10px;
    clear: both;
    position: relative;
}

div.node {
    margin-bottom: 0px;
    padding: 3px 0px;
    border-bottom: #cccccc 1px dotted;
}

h3.subhead {
    font-size: 110%;
    color: #7E7152;
    margin: 10px 0px 0px 0px;
    padding: 0px;
}

h3.type {
    font-size: 150%;
    color: #999933;
    margin: 0px;
    padding: 0px;
    font-weight: bold;
}

span.submitted {
    font-size: 85%;
    color: #bb0000;
    font-style: italic;
}

div.submitted {
    text-align: right;
    color: #cccccc;
    padding-bottom:5px;
}

div.submitted-left {
    text-align: left;
}

div.view-content div.item-list ul li,div.view-content div.item-list ul {
    list-style-type: none;
    background: none;
}

#rightcolumn .drupal-tabs {
    float: left;
    position: relative;
    background: #ffffff;
}

#rightcolumn .drupal-tabs ul.anchors {
    padding: 0px;
    margin: 0px;
    background-color: #ffffff;
    list-style-type: none;
}

#rightcolumn .drupal-tabs ul.anchors li {
    padding: 0px 0px 0px 0px;
    margin: 0px 5px 0px 0px;
    /*background:#e7efe2 url(/themes/planetg/images/block_right_top_corner_whit.gif) no-repeat top right;*/
    background-color: #ffffff;
    text-align: center;
}

#rightcolumn .drupal-tabs ul.anchors li a {
    clear: both;
    position: relative;
    padding: 5px 6px 5px 10px;
    /*background:url(/themes/planetg/images/block_left_top_corner_white.gif) no-repeat top left;*/
    background-color: #ffffff;
    border: #eeeee 1px solid;;
    top: 0px;
    z-index: 0;
}

#rightcolumn .drupal-tabs ul.primary {
    border-bottom: none;
}

#rightcolumn .drupal-tabs ul.primary li.active a {
    background-color: #666666;
    border-bottom: #666666 1px solid;
    color: #eeeeee;
    font-weight: normal;
}

#rightcolumn .drupal-tabs ul.primary li a {
    margin: 0px 0px 0px 0px;
}

.anchors .tabs-selected a {
    
}

#rightcolumn .drupal-tabs div.fragment {
    padding: 0px;
    margin: 0px;
    /*background:transparent url(/themes/planetg/images/block_right_top_corner_whit.gif) no-repeat top right;*/
    background: transparent;
}

#rightcolumn .drupal-tabs div.fragment div.view {
    padding: 5px 10px;
    margin: -2px 0px 0px 0px;
    border: #cccccc 1px solid;
}

#rightcolumn .drupal-tabs div.fragment ul {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}

#rightcolumn .drupal-tabs div.fragment ul li {
    padding: 5px 0px 0px 0px;
    margin: 0px;
}

/*END MENU BAR*/
div.bookmarks {
    text-align: right;
    margin: 0;
    line-height: 1em;
    font-size: 11px;
}

#sharethis img {
    cursor: pointer;
}

#sharebookmarksDiv {
    text-align: left;
    margin: 0px 0px 0px 378px;
    width: 280px;
}

#sharebookmarksDiv span {
    padding: 5px;
}

ul#sharebookmarks {
    width: 280px;
    list-style: none;
    padding: 5px 0px 5px 0px;
    margin: 0;
}

ul#sharebookmarks li {
    display: inline;
    margin: 0px 5px 0px 5px !important;
}

h1#sitename {
    font-size: 300% !important;
    margin-left: 0px;
}

div.block-search {
    text-align: right;
    border: #cccccc 1px solid;
}

h3 a {
    text-decoration: none;
    color: #ffffff;
}

#search-theme-form {
    float: right;
    margin: 0px;
    padding: 3px 5px 0px 0px;
}

#search .form-item,#search .form-button,#search .form-submit {
    margin: 0px;
    padding: 0px;
}

#primarynav #search .form-submit {
    background-color: #708324;
    border: none;
    color: #ffffff;
    padding:2px 1px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0px 0px 0px 3px;
}


div.type {
    margin: 0px -10px 10px -10px;
    padding: 15px 10px 14px 10px;
    min-height:51px;
    background:#ffffff url(/themes/planetg/images/headers/default.jpg);
}

div.type-blog {
    margin: 0px -10px 10px -10px;
    padding: 15px 10px 15px 10px;
    color: #ffffff;
    background:#7E7152;
    font-family:georgia;
}

h2#type-title {
    margin: 0px;
    padding: 0px;
    color: #ffffff;
    font-size:40px;
    font-family:georgia;
    font-weight:normal;
}

div.type-blog h2#type-title {
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    font-size: 24px;
    background:#7E7152;
}

h2#type-title a, h2#type-title a:hover, h2#type-title a:active {
    color: #ffffff;
    text-decoration: none;
}

div.type p {
    color: #eeeeee;
    font-style: italic;
    padding:0px 0px;
    margin:0px;
}

div#wrapper-home div#main a:link,div#wrapper-home div#main a:visited {
    color: #669900;
}

div.wrapper #primarynav ul li a.active {
    background-color: #424833;
}

div.wrapper #rightcolumn .block {
    border: #7AAE6E 2px solid;
}

div.wrapper #rightcolumn .block h2 {
    background: #7aae6e;
    color:#ffffff;
    text-transform:uppercase;
    font-family:arial;
}

h2#category-title {
    margin: 0px -10px 10px -10px;
    padding: 15px 10px 14px 15px;
    font-size: 24px;
    color: #ffffff;
    font-size:40px;
    font-family:georgia;
    min-height:51px;
    font-weight:normal;
}

div#wrapper-house h2#category-title {
    background:#ffffff url(/themes/planetg/images/headers/house.jpg)
        no-repeat top left;
}

div#wrapper-garden h2#category-title {
    background:#ffffff url(/themes/planetg/images/headers/garden.jpg)
        no-repeat top left;
}

div#wrapper-food h2#category-title {
    background:#ffffff url(/themes/planetg/images/headers/food.jpg)
        no-repeat top left;
}

div#wrapper-style h2#category-title {
    background:#ffffff url(/themes/planetg/images/headers/style.jpg)
        no-repeat top left;
}

div#wrapper-family h2#category-title {
    background:#ffffff url(/themes/planetg/images/headers/family.jpg)
        no-repeat top left;
}

div#wrapper-science h2#category-title {
    background:#ffffff url(/themes/planetg/images/headers/science.jpg)
        no-repeat top left;
}

div#wrapper-travel h2#category-title {
    background:#ffffff url(/themes/planetg/images/headers/travel.jpg)
        no-repeat top left;
}

div#wrapper-society h2#category-title {
    background:#ffffff url(/themes/planetg/images/headers/society.jpg)
        no-repeat top left;
}

div#wrapper-health h2#category-title {
    background:#ffffff url(/themes/planetg/images/headers/health.jpg)
        no-repeat top left;
}

div.adblock , #block-block-18{
    border: none !important;
}
#block-block-18 .content{
	padding:0;
}

div.adblock h2 {
    background: none !important;
    font-size: 11px;
    text-align: center;
    color: #cccccc;
    font-family: "Trebuchet MS", arial, sans-serif;
    font-weight: normal;
    border: none !important;
    padding: 0px;
    margin: 0px 0px 5px 0px;
}

div.adblock div.content {
    background: none;
    text-align: center;
    padding: 0px 8px;
    width: 300px;
}

.nodeextras {
    float: right;
    width: 306px;
    margin-left: 10px;
    text-align: center;
    color: #000000;
    font-size: 10px;
    padding: 0px;
}

.nodeextras-left {
    float: left;
    margin-left: 0px;
    margin-right: 10px;
}

div.nodeextras div.picture, div#the_slideshow, div.nodeextras div.video {
    margin-bottom: 20px;
    /*border: #dddddd 1px solid;*/
    /*background-color: #eeeeee;*/
    width: 300px;
    text-align:center;
    padding:3px;
}

div.picture img {
    padding:0px;
    margin-bottom:10px;
}

div.picture p.caption, div#the_slideshow p.caption, div.video p {
    font-size: 11px !important;
    color: #666666;
    text-align: left !important;
    padding: 5px 5px 0px 5px;
    margin: 0px;
    line-height: 14px;
    clear:both;
}

div.picture p.credit, div#the_slideshow p.credit {
    font-size: 10px !important;
    margin: 0px 0px 0px 0px;
    padding: 5px;
    text-align: right !important;
    font-style: italic;
    color: #999999;
    clear:both;
}

div#the_slideshow_controls {
    text-align: right;
    margin:0px;
    padding:1px 3px;
    background:#dddddd;
    font-size: 9px;
}

div#the_slideshow_controls img {
    margin: 0px 0px;
    vertical-align: bottom;
    padding: 3px 5px 0px 0px;
}

div.the_slide {
    text-align: center;
}

div.the_slide div {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    width: 310px;
}

div.the_slide div a img {
    border: none;
}

#the_slideshow_next {
    float: left;
}

#the_slideshow_previous {
    float: left;
}

#the_slideshow_play {
    float: left;
}

.the_slide {
    display: none;
}

div.byline,div.strapline,div.byline p,div.tagline {
    margin: 0px;
    padding: 0px;
}

div.strapline {
    color:#666666;
}

p.product-info {
    margin: 3px 0px;
    font-size: 12px;
}

div.product-info {
    margin: 0px 1px 10px 1px;
    padding: 0px 0px;
    border: #959B80 1px solid;
    text-align: left;
    clear: both;
}

div.product-info h2 {
    margin: 0px;
    padding: 5px 10px;
    background-color:#959B80;
    font-size: 14px;
    color: #ffffff;
    font-family:arial;
    text-transform:uppercase;
    font-weight:bold;
}

div.product-info div.content {
    padding: 0px 10px;
    border: none;
}

div.meta {
    margin-bottom: 5px;
}

div.tagline {
    text-align: right;
    font-weight: bold;
}

div.moreinfo {
    border: #959B80 1px solid;
    margin: 10px 0px;
    text-align:left;
}

div.moreinfo h2 {
    margin: 0px;
    padding: 5px 10px 5px 10px;
    background-color:#959B80;
    font-size: 14px;
    color: #ffffff;
    font-family:arial;
    text-transform:uppercase;
    font-weight:bold;
    text-align:left;
    
}

div.moreinfo div.content {
    padding: 3px 10px 3px 10px;
    border: none;
    text-align:left;
    font-size:12px;
}

/*Poll*/ /*Poll story*/
p.related {
    font-weight: bold;
}

div.related-story {
    border: #cccccc 1px solid;
    padding: 10px;
    margin: 0px 20px;
}

div.node div.poll {
    margin-bottom: 30px;
}

div.node .poll .vote-form {
    text-align: left;
    margin: 0 auto 20px 30px;
    display: table;
}

div.node .poll .vote-form .choices {
    text-align: left;
}

div.pager {
    text-align:right;
    padding:5px;
}

div.pager a {
    color:#7E7152;
}

div.pagenode {
    text-align: left;
    font-size: 11px;
    font-weight: bold;
    padding: 5px 0px;
}

p.singlepage {
    margin: 0px;
    padding: 0px;
    border-top: #cccccc 1px solid;
}

p.pagenode,p.singlepage {
    font-size: 10px !important;
    clear: both;
}

div.pagenode a,div.pagenode .pager-current {
    padding-left: 0px;
    padding-right: 10px;
}

div.blogger {
    margin: 5px 0px;
}

div#main div.blogger {
    margin: 20px 0px;
}

div#rightcolumn div.blogger p {
    font-family: "Trebuchet MS", arial, sans-serif;
    font-size: 13px;
    margin:0px;
    padding:0px;
	line-height:1.3em;
}
div#rightcolumn div.blogger{
	line-height:1.3em;
}

div.block-poll div.content div.poll div.title {
    padding: 10px 0px;
    font-weight: bold;
    font-size: 14px;
}

div.poll div.vote-form div.form-item label {
    padding-bottom: 10px;
    font-weight: bold;
    font-size: 14px;
}

div.poll div.vote-form div.form-radios {
    margin-left: 10px;
}

div.poll div.vote-form div.form-radios div.form-item label {
    font-size: 12px;
    font-weight: normal;
}

div.block-poll div.total {
    text-align: right;
    display: none;
}

div.block-poll div.links ul.links,div.block-poll div.links ul.links li {
    text-align: right;
    display: block;
    margin: 0px;
    padding: 0px;
}

div.gtv {
    text-align: center;
}

div.question {
    margin-bottom: 40px;
    font-weight: bold;
    font-size: 14px;
}

div.box {
    margin:20px 0px;
}

div.box h2 {
    padding: 10px 10px;
    background: #EAEBE6;
    color: #7E7152;
    border-bottom: #7E7152 1px solid;
}

div.box div.content {
    padding:10px 10px;
}

div.poll div.total {
    display: none;
}

div#main ul, div#main ol {
-moz-padding-start:0px;
}

div.list-taxonomy a {
    color:#7E7152;
}

div.list-taxonomy span.date {
    color:#333333;
}

div.breakout {
    border:#7E7152 1px solid;
    padding:10px;
    margin:10px 0px;
    clear:both;
}

table.breakout tr td {
    border:#7E7152 1px solid;
    padding:4px;
    text-align:left;
    vertical-align:top;
}

table.breakout thead td {
    border:#7E7152 1px solid;
    background-color:#959B80;
    color:#ffffff;
    font-weight:bold;
    padding:4px;
    text-align:left;
    vertical-align:top;
}

div.boxright {
    float:right;
    margin:0px 0px 10px 10px;
    width:252px;
    background-color:#ffffff;
}

.line {
    border-bottom:#7E7152 1px solid;
    margin-top:30px;
}

table#contact tbody {
    border:none;
}

table#contact tr td.address {
    vertical-align:top;
    text-align:left;
    width:50%;
}

.cssClear { 
    clear : both; 
    margin : 0px; 
    padding : 0px; 
    line-height : 0px; 
    font-size : 0px; 
}

div.tablefooter{
	padding:0px;
	width:893px;
	line-height:0;
	margin-left:49px;
	margin-right:48px;
	}
	
div.tablefooterwrap{
	height:inherit;
	margin-left:-10px;
	margin-top:-10px;
	background-color:#FFF;
	width:990px;}
	
#footerwrap {
	float: left;
	height: 127px;
	width: 957px;
	position: relative;
}
#footerwrap {
	float: left;
	height: 127px;
	width: 957px;
	position: relative;
}
#footeradtop {
	float: left;
	position: relative;
	height: 63px;
	width: 853px;
}
#footerad1 {
	float: left;
	width: 957px;
	position: relative;
	height: 127px;
}
#footerad1 img{
	float:left;}
#footeradbottom {
	position: relative;
	width: 853px;
	height: 64px;
	float: left;
}

div#block-statistics-0 div div ul li a{
	color:#333333;}

.usertable{
	table-layout:fixed;	
	border-collapse: collapse;
}
.usertable tr{
	border-bottom:dashed; border-width:1px; border-color:#666;
	}
.usertable td {
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
}

.unpub {
	background-color:#FFF4F4;
	border-bottom: 1px dotted #CCCCCC;
	padding: 3px 0;}

.pub{
	border-bottom: 1px dotted #CCCCCC;
	padding: 3px 0;}
	
.linkupdated{
	padding:20px;
	background-color:#FFF4F4;
	text-align:center;}
table.green-book-1 tr td {
	padding: 0px;
	margin: 0px;
	border-spacing: 0px;
	line-height: 0px;}
table.green-book-1 {
	width: 586px;
	margin-left: 21px;
	margin-right: 21px;
	margin-top: 0px;
	margin-bottom: 0px;
	border-spacing: 0px;}
table.green-book-2 {
	width: 586px;
	margin-left: 21px;
	margin-right: 21px;
	margin-top: 0px;
	margin-bottom: 0px;
	border-spacing: 0px;}
.twtr-widget{
	margin-top: 10px;
}
.vB-widget h3 a {
    color: #669900 !important;
    font-family: "Trebuchet MS",arial,sans-serif;
    font-size: 13px;
	margin: 0px;
	padding: 0px;
}
.vB-widget h3 {
    color: #669900 !important;
    font-family: "Trebuchet MS",arial,sans-serif;
    font-size: 13px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 5px;
	margin-bottom: 0px;
	padding: 0px;
}
.vbforum, .vB-widget {
	margin: 0px;
	padding: 0px;
}
.vB-widget p {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 5px;
	margin-bottom: 0px;
	padding: 0px;
}
.xmas11-wrap {
	width: 650px;
	padding-top: 10px;
	position: relative;
	float: left;
	background-image: url(/images/competition/xmas-2011/xmas-BG.jpg);
}
.xmas11-banner {
	background-image: url(/images/competition/xmas-2011/xmas-Banner.png);
	width: 650px;
	height: 250px;
	margin-bottom: 10px;
	position:relative;
	float:left;
}
.xmas11-intro {
	width: 280px;
	height: 80px;
	position:relative;
	margin-top: 170px;
	margin-left:auto;
	margin-right: auto;
	text-align:center;
}
.xmas11-copy-contain-1 {
	width: 588px;
	padding-left: 31px;
	padding-right: 31px;
	padding-top: 0px;
	padding-bottom: 0px;
	position:relative;
	float:left;
}
.xmas11-comp-contain {
	width: 588px;
	padding-left: 31px;
	padding-right: 31px;
	padding-top: 31px;
	padding-bottom: 31px;
	position:relative;
	float:left;
}
.xmas11-image-1 {
width: 300px; height: 291px; position:relative; float:right; margin-left:10px;
}
.xmas11-image-2 {
width: 300px; height: 313px; position:relative; float:right; margin-left:10px;
}
.xmas11-image-3 {
width: 300px; height: 334px; position:relative; float:right; margin-left:10px;
}
.xmas11-image-4 {
width: 300px; height: 368px; position:relative; float:right; margin-left:10px;
}
.xmas11-image-5 {
width: 300px; height: 485px; position:relative; float:right; margin-left:10px;
}
.xmas11-image-6 {
width: 588px; height: 364px; position:relative; float:right; margin-bottom: 10px;
}
.xmas11-image-7 {
width: 588px; height: 403px; position:relative; float:right; margin-bottom: 10px;
}
.xmas11-image-8 {
width: 588px; height: 479px; position:relative; float:right; margin-bottom: 10px;
}
.xmas11-number {
width: 80px; height: 80px; position:absolute; right: -5px; bottom: -5px;
}
.xmas11-intro p {
font-size:12px; font-weight:normal; font-style:italic;
}
.xmas11-copy-contain-1 h2 {
font-size:14px; font-weight:bold; font-style: normal;
}
.xmas11-copy-contain-1 a {
	color:#1B5A40;
	text-decoration: none;
}
div.wrapper #rightcolumn #block-block-14   {
	border: 0px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 0px;
}

#block-block-10 .content {
    margin: 0;
    padding: 5px 3px 2px 3px;
}


#block-block-14 .content {
    margin: 0;
    padding: 0;
}

div.wrapper #rightcolumn #block-block-15 {
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 0px;
}
#block-block-15 .content {
	margin: 0 !important;
	padding: 0;
}

#block-block-15 .content p{
	margin: 0;
	padding: 0;
}

.view-content-win .competition_standings_competition{
     display:none;   
 }
 #block-block-5 p{
	 margin: 0.6em 0 0.8em;
 }
 #block-block-5 #emailadd{
	 width:190px;
	 float:left;
	 border:1px solid #b1b1b1;
	 padding:0 5px;
	 height:20px;
 }
 #block-block-5 #emailsubmit{
	float:left;
	margin: 0 0 0 5px;
	background-color: #708324;
    border: medium none;
    color: #ffffff;
    font-weight: bold;
	height:22px;
    padding: 2px 1px;
    text-transform: uppercase;
 }
 #block-block-5 #emailsubmit:hover{
	cursor:pointer;
 }
 .view-front-news ul li:last-child{
	display:none;
 }
 .content ul{
	margin:0 !important;
	padding:0 !important;
 }
