@charset "utf-8"; 
/* $Id: style.css,v 1.5 2009/07/13 23:52:57 andregriffin Exp $ */
/* Drupal 6 Framework - Created by Andre Griffin
----------------------------------------------------------------
[Table of contents]

 0.Reset
 1.Global
 2.Layout
 3.Main
 4.Sidebars
 5.Header
 6.Navigation
 7.Nodes
 8.Comments
 9.Blocks
10.Footer
12.CSS Support
13.Advanced

[Font sizes - based on 75%/12px body]
36px = 3em
30px = 2.5em
24px = 2em
18px = 1.5em
16px = 1.333333em
14px = 1.1667em
12px = 1em
11px = .9167em
10px = .8333em

Equasion for font sizing: 
-Desired in px ÷ Default (or parent) in px = sizing in em

----------------------------------------------------------------*/

/**
 * 0.RESET 
 */
@import "reset.css";

/**
 * 1.GLOBAL
 */
body {
  background: #000;
  color: #222;
  font-family: "Helvetica Neue","HelveticaNeue",Helvetica,arial,verdana,sans-serif;
  font-size: 75%;
  line-height:1.5;
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  color: #111;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: normal;
}

h1 {
  font-size: 3em;
  line-height: 1em;
  margin-bottom: .5em; 
}

h2 {
  font-size: 2em;
  color:#fff;
  font-family:Georgia,"Times New Roman",Times,serif;
}

h3 {
  font-size: 1.05em;
  line-height: 1.9em;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  padding: 5px 0px 5px 10px;
}

h4 {
  font-size: 1.2em;
  line-height: 1.25em;
  margin-bottom: 1.25em; 
}

h5 {
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 1.5em; 
}

h6 {
  font-size: 1em;
  font-weight: bold;
}

h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
  margin: 0;
}

p {
  margin: 0 0 .2em 0;
  font-size:0.874em;
  color: #333;
  font-family:Verdana,sans-serif;
}

p a:link {
  text-decoration: underline;
}

a:link, a:visited {
  color: #346285;
  outline: none;
  text-decoration: none;
}

a:focus {
  outline: 1px dotted;
}

a:hover, a:active, li a.active {
  color: #069;
  outline: none;
  text-decoration: underline;
}

/**
 * 2.LAYOUT
 */
.container {
  padding: 0;
  width: 100%;
/*  min-width:950px; */
}

/* add this class to div.container in page.tpl to show grid */
.showgrid {
  background: url(images/grid.png) repeat;
}

/**
 * 3.MAIN
 */
/* 1 column */
#main {
  margin: 0; width:950px;background-color:#fff;
}
#main .node {float:left; width:550px;}
/* 3 columns */
body.sidebars #main {
  float: left;
  width: 630px;
}

/* 2 columns - sidebar-left */
body.sidebar-left #main {
  float: right;
  width: 950px;
}

/* 2 columns - sidebar-right */
body.sidebar-right #main {
  float: left;
  width: 950px;
}

/**
 * 4.SIDEBARS
 */
.sidebar {
  width: 150px;
}

#sidebar-left {
  float: left;
  margin-right: 10px;
  background-color:#fff;
}

#sidebar-right {
  float: right;
  margin-left: 10px;
}

/**
 * 5.HEADER
 */
#header {
  margin: 0;
  padding: .1em 0 0;
  background-color:#fff;
  margin-bottom:0px;
}

#header #logo {
  float: left;
  padding: .2em 10px 0.2em 1.1em;
  width:135px;
  height:25px;
}

#header #sitename {
  float: left;
  margin-bottom: 1.5em;
}

#header h1 {
  font-weight: bold;
  margin: 0;
}

#header h1 a {
  text-decoration: none;
}

#header #siteslogan {
  display: block;
  font-size: 1.5em;
  line-height: 1em;
}

#search-theme-form {
  float: right;
  margin: 0;
}

#search-theme-form input {
  margin: 1em 0 1.85em;
}


/* removes "Search this site:" label from search forms */
div#edit-search-theme-form-1-wrapper label, 
div#edit-search-block-form-1-wrapper label {
  display: none;
}

/**
 * 6.NAVIGATION
 */
ul.primary-links li a {
 border-bottom:1px solid #CCCCCC;
color:#363636;
display:block;
padding:7px 12px 4px 13px;
}

/* bottom margin leaves space for secondary links */
#nav {
  font-size: 1em;
  line-height: 1em;
  margin: 0 0 3em; 
  position: relative;
}

#nav ul.primary-links, 
#nav ul.dynamic-persistent-menu-menu {
  background: #eee;
  font-weight: bold;
  margin: 0;
  padding: 0 .5em;
}

#nav ul.primary-links li, 
#nav ul.secondary-links li, 
#nav div.block-dynamic_persistent_menu li {
  background: none;
  margin: 0;
  padding: 0;
}

#nav ul.primary-links li a:link, 
#nav ul.primary-links li a:visited, 
#nav ul.dynamic-persistent-menu-menu li a:link, 
#nav ul.dynamic-persistent-menu-menu li a:visited {
  display: inline-block;
  line-height: 3em;
  margin: 0 1em 0 0;
  padding: 0;
}

#nav ul.primary-links li a:hover, 
#nav ul.primary-links li a:active, 
#nav ul.dynamic-persistent-menu-menu li a:hover, 
#nav ul.dynamic-persistent-menu-menu li a:active {
  text-decoration: underline;
}

#nav div#secondary-links, 
#nav ul.dynamic-persistent-menu-sub-menu {
  padding: 0;
  position: absolute;
  width: 100%;
}

#nav ul.secondary-links li a:link, 
#nav ul.secondary-links li a:visited, 
#nav ul.dynamic-persistent-menu-sub-menu li a:link, 
#nav ul.dynamic-persistent-menu-sub-menu li a:visited {
  display: inline-block;
  line-height: 3em;
  margin: 0;
  padding: 0 .5em;
}

#nav ul.secondary-links li a:hover, 
#nav ul.secondary-links li a:active, 
#nav ul.dynamic-persistent-menu-sub-menu li a:hover, 
#nav ul.dynamic-persistent-menu-sub-menu li a:active {
  text-decoration: underline;
}

#nav .block {
  margin: 0;
}

#nav ul.dynamic-persistent-menu-menu {
  display: block !important;
}

.breadcrumb {
  color: #ccc;
  padding: 0;
}

.breadcrumb a:link, 
.breadcrumb a:visited {
  color: #666;
}

.breadcrumb a:hover {
  color: #999;
}

/**
 * 7.NODES
 */
span.submitted {
  color: #898989;
  font-size: .8333em;
  line-height: 1.5em;
}

.node .picture {
  float: left;
  margin: .5em .5em .5em 0;
}

.meta {
float:left; width:28%; background-color:#fff;
}

.meta div.links {
  float: left;
}

.meta div.terms {
  float: right;
}

.meta div.terms span {
  float: left;
}

.meta div.links ul.links li {
  float: left;
  padding: 0 1em 0 0;
}

.meta div.terms ul.links li {
  float: left;
  padding: 0 0 0 1em;
}

.node_read_more {
  font-weight: bold;
}

/* pagination */
.item-list ul.pager li {
  margin: 0;
  padding: 0;
}

.item-list ul.pager li a:link, 
.item-list ul.pager li a:visited, 
.item-list ul.pager li.pager-current {
  margin: 0;
  padding: 0 .2em;
  text-decoration: none;
}

.item-list ul.pager li a:hover, 
.item-list ul.pager li a:active {
  text-decoration: underline;
}

.item-list ul.pager li.pager-current {
  border-bottom: 2px solid;
  color: #069;
  font-weight: bold;
}

/**
 * 8.COMMENTS
 */
.comment {
  margin: 0;
  padding: 0;
}

.comment-bar {
  font-size: 1em;
  line-height: 1.5em;
  position: relative;
}

.comment span.submitted {
  color: #898989;
}

.comment span.new {
  color: red;
}

.comment-title {
  display: none;
}

.comment .picture {
  float: right;
  margin: 0 0 .5em .5em;
}

.comment ul.links {
  margin: 0 0 1.5em;
}

.comment ul.links li a {
  text-decoration: underline;
}

.indented {
  border-left: 1px solid #ddd;
  margin-left: 2em;
  padding-left: 1em;
}

/**
 * 9.BLOCKS
 */
.block {
  margin: 0 0 0em;
  position: relative;
  background-color:#fff;
}

/* login block */
#user-login-form {
  padding: 0 .5em;
  text-align: left;
}

#user-login-form .form-item {
  margin: 0;
}

#user-login-form .item-list ul li {
  background: none;
  padding: 0;
}

/* block configuration links */
div.block div.edit {
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  display: none;
  font-size: 9px;
  padding: 2px 0 2px 10px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 40;
}

div.block:hover div.edit {
  display:block;
}

div.block div.edit a {
  color: #999;
  margin-right: 10px;
}

div.block div.edit:hover a {
  color: #000;
}

/* views configuration links */
div.view {
  position: relative;
}

div.view div.views-hide-hover,
div.view:hover div.views-hide,
div.view div.views-admin-links,
div.view div.views-admin-links-hover,
div.view div.views-admin-links:hover {
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  font-size: 9px;
  margin-right: 0;
  margin-top: 0;
  padding: 0;
  padding-left: 10px;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}

div.view div.views-admin-links li a {
  color: #999;
}

/**
 * 10.FOOTER
 */
#footer {
  position: relative;
  width:100%;
  background-color:#fff;
  border-top:1px solid #3f3f40;
}

#footer a.feed-icon {
  position: absolute;
  right: 0;
  top: 1.416667em;
}

/* support drupal */
#footer #block-system-0 {
  position: absolute;
  right: 25px;
  top: 1.5em;
}

/**
 * 11.CSS SUPPORT
 */
span.clear       { clear: both; display: block; font-size: 0; height: 1px; line-height: 0; margin-bottom: -1px; }
.clear           { clear: both; }
.clear-block     { display: block; }

.clearfix:after,
.container:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; overflow: hidden; }
.clearfix,
.container       { display: block; }

.float-left      { float: left; }
.float-right     { float: right; }
.img-left        { float: left; margin: 1.5em 1.5em 1.5em 0; }
.img-right       { float: right; margin: 1.5em 0 1.5em 1.5em; }

.first           { margin-left: 0; padding-left: 0; }
.last            { margin-right: 0; padding-right: 0; }
.top             { margin-top: 0; padding-top: 0; width:760px; float:left; }
.front-top       { margin-top: 0; padding-top: 0; width:950px;float:left; height:371px;}
.bottom          { margin-bottom: 0; padding-bottom: 0; }

.text-left       { text-align: left; }
.text-right      { text-align: right; }
.text-center     { text-align: center; }
.text-justify    { text-align: justify; }

.bold            { font-weight: bold; }
.italic          { font-style: italic; }
.underline       { border-bottom: 1px solid; }
.highlight       { background: #ffc; }
.quiet           { color: #666; }
.loud            { color: #000; }
.added           { background: #060; color: #fff; }
.removed         { background: #900; color: #fff; }
.small           { font-size: .8em; margin-bottom: 1.875em; line-height: 1.875em; }
.large           { font-size: 1.2em; line-height: 1.25em; margin-bottom: 1.25em; }

.nopadding       { padding: 0; }
.noindent        { margin-left: 0; padding-left: 0; }
.nobullet        { background: none; list-style: none; list-style-image: none; }

.wrap            { width: 950px; margin: 0 auto; background: #FFF; border: 0px solid #456;  margin-bottom: 20px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;}

.hide            { display: none; }

/**
 * 12.ADVANCED
 */
 
/* lists */
ol{margin:0 0 1.5em 10px;padding:0;}
ol li{margin:0 0 0 1.5em;}
ul{margin:0 0 1.5em;padding:0;}
ul li{list-style-image:none;list-style-type:none;margin:0;padding:0 0 0 1.5em;}
li ol,li ul,ul ul,ol ol{margin:0;}
ul.menu,.item-list ul{margin:0 0 0em;padding:0;}
ul.menu ul,.item-list ul ul{margin:0;}
ul.menu li,.item-list ul li,li.leaf{list-style-image:none;list-style-type:none;list-style-position:none; margin:0;}
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 0 .35em;}
ul li.leaf a,ul li.expanded a,ul li.collapsed a{display:block;color:#363636; border-bottom:1px solid #ccc;padding:7px 12px 4px 13px;}
ul li.fake-leaf{font-size:1em;font-weight:bold;}
ul.inline li{background:none;margin:0;padding:0 1em 0 0;}
dl{margin:0 0 1.5em;}
dl dt{font-weight:bold;}
dl dd{margin-left:1.5em;}

/* forms & fieldsets */
input{color:#494949;font:1em Verdana, sans-serif;}
textarea,select{color:#494949;font:1em Verdana, sans-serif;}
fieldset ul.clear-block li{background-image:none;margin:0;padding:0;}
fieldset{background:#fff;border:1px solid #ccc;margin:1em 0;padding:1em;}
fieldset legend{padding:0 0.5em;}
html.js fieldset.collapsed{background:transparent;padding-bottom:.6em;padding-top:0;}
html.js fieldset.collapsible legend a{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%;}
.form-checkboxes,.form-radios,.form-checkboxes .form-item,.form-radios .form-item{margin:.25em 0;}
.form-button,.form-submit{margin:1em .5em 1em 0;}
.confirmation .form-submit,.search-form .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 0 1.2em;}
#autocomplete li{cursor:pointer;margin:0;padding:2px;}
#autocomplete li.selected{background:#027ac6;color:#fff;}

/* admin tab links */
#tabs-wrapper{border-bottom:1px solid #ccc;margin:0 0 .75em;padding:0;}
ul.primary{border-bottom:5px solid #eee;margin:0;padding:.25em 0;}
ul.primary li{background:none;border-top:3px solid #ccc;margin:0 .5em 0 0;padding:.25em 0;}
ul.primary li.active{background:#eee;}
ul.primary li:hover{background:#f5f5f5;}
ul.secondary{background:#eee;border:none;margin:0;padding:.5em 1em;}
ul.secondary li{background:none;border:none;display:inline;line-height:2em;margin:0;padding:0 1em 0 0;}
ul.primary li a,ul.primary li.active a,ul.primary li a:hover,ul.primary li a:visited{background:none;border:0;margin:0;padding:0 1em;text-decoration:none;}
ul.secondary li a,ul.secondary li a:visited{background:none;border:0;margin:0;padding:0;text-decoration:none;}
ul.secondary li.active a,ul.secondary li a:hover{text-decoration:underline;}
ul.primary li.active a,ul.secondary li.active a{font-weight:bold;text-decoration:none;}

/* admin styling */
div.admin,div.admin .left,div.admin .right,div.admin-panel,div.admin-panel .body,div.admin .expert-link{margin:0;padding:0;}
div.admin .left{float:left;width:48%;}
div.admin .right{float:right;width:48%;}
div.admin-panel .description,.form-item .description{color:#666;font-size:0.9167em;line-height:1.636364em;margin:0 0 1.63636em;padding:0;}
div.admin-panel { }
body.admin dt{font-weight:normal;}
body.admin dd{color:#898989;font-size:.9167em;line-height:1.636364em;}
.more-help-link {font-size:.8333em;padding:0.2em 0 0.1em;}
.block-region {font-size:0.8333em;line-height:1.5em;margin:0;padding:0.15em 0.5em;}

/* tables */
#forum thead th {border-bottom:3px solid #ccc;}
#forum td.posts,#forum td.topics,#forum td.replies,#forum td.pager{text-align:left;}
#forum tr td.forum{background-position:4px 9px;}
.forum-topic-navigation{background:#eee;border:none;border-bottom:1px solid #ccc;margin-bottom:1em;padding:5px;}
body.admin table{margin:0 0 1.4em;width:100%;}
body.admin thead th{border-bottom:2px solid #ccc;font-weight:bold;padding:0 1em 0 0;}
body.admin tbody{border-top:none;}
body.admin td,body.admin th{padding:.3em .5em;vertical-align:middle;}
body.admin tr.even,body.admin tr.odd,body.admin tbody th{border:solid #ccc;border-width:1px 0;}
body.admin tr.odd td.active{background-color:#e9e9e9;}
body.admin tr.even td.active{background-color:#eee;}
body.admin tr.odd,body.admin tr.info{background-color:#eee;}
body.admin tr.even{background-color:#f5f5f5;}
body.admin tr.drag{background-color:#fffff0;}
body.admin tr.drag-previous{background-color:#ffd;}
body.admin td.region,body.admin td.module,body.admin td.container,body.admin td.category{background-color:#ddd;border-bottom:1px solid #ccc;border-top:1em solid #fff;color:#666;font-weight:bold;}
body.admin tr:first-child td.region,body.admin tr:first-child td.module,body.admin tr:first-child td.container,body.admin tr:first-child td.category{border-top-width:0;}
body.admin table.sticky-header{margin:0 0 0 1px;z-index:1;}
body.admin table.sticky-header th{padding-top:.5em;}
span.form-required{color:#ffae00;}

/* messages */
.messages{background-color:#fff;border:1px solid #b8d3e5;}
.messages,.preview,div.warning,div.error{margin:0 0 1.5em;padding:8px 1em;}
.messages ul{margin:0;}
.preview{background-color:#fcfce8;border:1px solid #e5e58f;}
.preview .node{background-color:#fcfce8;}
div.status{border-color:#c7f2c8;color:#33a333;}
div.error,tr.error{background-color:#fff;color:#333;}
.form-item input.error,.form-item textarea.error{border:1px solid #c52020;color:#363636;}

/* status report */
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;}
table.system-status-report th{padding-bottom:6px;padding-top:6px;}
table.system-status-report th,table.system-status-report tr.merge-up td{padding-left:30px;}

/* Page.tpl.php */
#page-main {background-color:#fff;width:950px; float:left; min-height:600px;}
#page-main .content {background-color:#fff;}
#page-main h2 {color:#333;}
#right-side {width:160px;float:left;margin-left:10px;}

/* front page */
#content {margin:0;float:left;width:84%; margin-bottom:15px; background-color:#fff;width:950px;min-height:600px;}
#front-content {margin:0;float:left;width:68%; margin-bottom:15px;}
#block-user-1{width:189px;float:left;height:371px;border-right:1px solid #ccc; border-bottom:1px solid #D3D3CE;}
#block-views-top-block_1 {width:379px; height:370px; float:left; border-right:1px solid #ccc; border-bottom:1px solid #D3D3CE;}
#block-views-top-block_1 .content {width:379px;}
#block-views-latest-block_1 {width:379px; height:370px; float:left; border-right:1px solid #ccc; border-bottom:1px solid #D3D3CE;}
#block-views-latest-block_1 .content {width:379px;}
#block-views-center-block_2 {width:570px; height:315px; float:left; }
#block-views-center-block_2 .content {width:572px;height:315px; float:left;}
th, td, caption {padding:0px 0px 0px 0px; vertical-align:none;}
.center{width:950px; height:315px;float:left;}
.row-1 row-first{height:315px;}
.col-1 {width:189px;border-right:1px solid #ccc; border-bottom:1px solid #D3D3CE;float:left; height:315px }
.col-2 {width:189px;border-right:1px solid #ccc; border-bottom:1px solid #D3D3CE;float:left; height:315px}
.col-3 {width:189px;border-right:1px solid #ccc; border-bottom:1px solid #D3D3CE;float:left;height:315px}
.col-4 {width:189px;border-right:1px solid #ccc; border-bottom:1px solid #D3D3CE;float:left;height:315px}
.col-5 {width:189px;border-right:1px solid #ccc; border-bottom:1px solid #D3D3CE;float:left;height:315px}
.front-middle .views-field-name {border-bottom:1px solid #CCCCCC; font-size:1.05em; line-height:1.8em; padding: 5px 0px 5px 10px;border-top:1px solid #ccc;}

#block-menu-primary-links {border-bottom:1px solid #CCCCCC; border-right:1px solid #CCCCCC; float:left; height:370px;width:189px;background-color:#fff; }
#block-block-1 {width:189px;float:right;}
#block-block-2 {width:379px; float:left;height:315px; border-right:1px solid #CCCCCC; background: url(images/background.jpg) repeat scroll 0 0px;}
#block-block-2 img {padding: 2px;}
#block-views-editors_choice-block_1 {width:379px;float:left; border-right:1px solid #CCCCCC;height:390px;}
#block-views-Features-block_1 {width:189px; float:left;border-right:1px solid #CCCCCC; height:390px;}
#divider {height:50px;background:#000;}
#header-bottom {background-color:#fff;margin-bottom:10px;}
#block-views-network-block_1{width:950px;float:left;background:#000; color:#fff; height:308px;}
#block-views-network-block_1 h3{color:#fff; font-family:Georgia,"Times New Roman",Times,serif;font-size:1.5em;color:#fff; font-variant:small-caps; letter-spacing:0.15em; line-height:2em; list-style-image:none; list-style-position:outside;
list-style-type:none; word-spacing:0.15em;}
#block-views-network-block_1 a:link{color:#46B9D5;}
#block-views-editors_choice-block_1 .col-1 {width:100%; height:100%;border:none;}
#block-views-Features-block_1 .col-1 {height:100%; width:100%; border:none;}
#block-block-2 h3 {background-color:#000;color:#fff;}
.front-middle {width:950px;float:left;}
#block-views-front_middle-block_1 {width:380px;float:left; height:390px;}
#block-views-front_middle-block_1 .col-1 {width:189px;border-right:1px solid #ccc; float:left; height:390px;border-bottom:none;}
#block-views-front_middle-block_1 .col-2 {width:189px;border-right:1px solid #ccc; float:left; height:390px;border-bottom:none;}
.center .views-field-name {border-bottom:1px solid #CCCCCC; border-top:1px solid #CCCCCC; font-size:1.05em; line-height:1.9em; padding:5px 0 5px 10px;}
.col-1 views-field-field-image-fid {width:189px; height:129px;}


/* Node*/
.alinks-link {
background-image: none;
background-position:right top;
background-repeat:no-repeat;
padding-right:0;
}
.node-title {text-align:center;}

li.leaf {
padding:0 0 0 0;
}
.node h2 {color:#333;font-size:1.5em;margin:0.25em 0 0.25em;padding-left:10px;}
#synopsis {border-top:1px dashed #ccc;padding:10px .5em;}
#synopsis h2 {color:#333;font-size:1.2em;font-family:Georgia,Times,serif;} 
#story-content {width:950px;float:left;background-color:#fff;}
#left-content-side {width:189px;float:left;}
#story-pros {float:left;border-right:1px solid #ccc;width:550px;border-left:1px solid #CCCCCC;}
#right-side p {font-size:0.80em;}
.service-label {border-top:1px dashed #ccc;padding:10px .5em;}
#right-side {color:#333; padding:10px .5em;}
#right-side ul {margin-bottom:10px;}
.block-search h3 {border-bottom:none; border-top:none;}
#search-block-form input.form-submit, #search-form input.form-submit {
height: 24px;
width: 31px;
cursor: pointer;
text-indent: -9999px;
border: none;
background: url(images/go.gif) no-repeat left top;
}
input.form-text{width:7.8em;}
#artwork {float:right;width:250px;}
#artwork-description {background-color:#F7F7F7;float:left;color:#333;width:250px;border-top:1px dashed #ccc;border-bottom:1px dashed #ccc;}

/* Header Nav */
#block-menu-menu-top-nav {float:left; width:792px; height:30px;}
#block-menu-menu-top-nav ul {display:block; float:right;}
#block-menu-menu-top-nav ul li {display:block; float:left; margin-left:1px; width: 126px;}
#block-menu-menu-top-nav ul li a.active {background: #1c191a none repeat scroll 0 0;}
#block-menu-menu-top-nav ul li a:link {background: #1c191a none repeat scroll 0 0; color:#fff; text-decoration:none;}
#block-menu-menu-top-nav ul li a:visited {background: #1c191a none repeat scroll 0 0; color:#fff; text-decoration:none;}
#block-menu-menu-top-nav ul li a:hover {background:#006699;color:#fff;}
#bottom-header {background-color:#fff;margin-bottom:5px;float:left;height:0px; width:100%;}
#block-block-3 {width:728px;float:left;height:90px;}
#block-menu-menu-subscribe-link {float:right; width: 221px;height:90px;}
##block-menu-menu-subscribe-link ul {display:block; float:right; margin-top:1px}
##block-menu-menu-subscribe-link ul li {display:block; float:left; margin-left:1px; width: 94px;}
#block-menu-menu-subscribe-link ul li a.active {background: #1c191a none repeat scroll 0 0;}
#block-menu-menu-subscribe-link ul li a:link {background: #1c191a none repeat scroll 0 0; color:#fff; text-decoration:none;height:25px;padding-top:15px;}
#block-menu-menu-subscribe-link ul li a:hover {background:#006699;color:#fff;}
#block-adsense_managed-0 {width:728px;float:right;height:17px;margin-top:2px;}


/*Node Page */

#main .body-content-field {background-color:#fff;}
.article-wrap { width:730px; margin: 0 auto; border: 0px solid #456;  margin-bottom: 20px;float:left;margin-left:30px;}
-moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;}
.node-title {float:left; width:100%;text-align:center;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:normal;
margin-bottom:1.5em;
padding-bottom:1em;
border-bottom:1px dashed #B2B2B2;}
.node-story-top {background:#fff;width:50%;}
.node-title h1 {color:#333;font-size:2.5em;font-family:Georgia,"Times New Roman",Times,serif;}
.date {width:100%;border-bottom:1px dashed #B2B2B2; margin-bottom:1.0em; padding-bottom:1em; margin-top:1em; padding-top:.5em;}
.node {float:left;width:550px;background-color:#fff;}
#node-links-block {width:189px; background-color:#fff; border-right:1px solid #ccc; float:left;}

/*Story Content/Node Page */
.story-content {background:#fff; width:100%;}
.story-content p {font-size:.88em; color:#363636;padding-left:10px;padding-right:15px; margin-bottom:2em;}
.description {background:#fff;}
.meta-keywords {-x-system-font:none;
background:#F7F7F7 none repeat scroll 0 0;
border-color:#B2B2B2;
border-style:dashed;
border-width:1px 0;
font-family:Georgia,serif;
font-size:.9em;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:normal;
margin:0.25em 0 0.5em;
padding:0.75em 0 0.5em;
text-align:center;}
#right-blocks {float:left; width:140px;}
#right-blocks h3 {border-top:1px solid #ccc;background-color:#494948; color:#fff; font-family:"Helvetica Neue","HelveticaNeue",Helvetica,arial,verdana,sans-serif; font-size:1em; letter-spacing:.05em; padding-left:5px;}
#right-blocks li a {padding-left:2%;font-size:.95em;}
/*Article Node*/
#primary img {background-color:#fff;}
.view-cycle-pager {float:right;}
.views-cycle-container viewsCycle-processed {float:left;}
#article-node {width:100%;}
#article-node .date {background-color:#494948; margin:0;color:#fff;text-align:center;}
#article-node .date a:link {color:#fff;text-decoration:underline; text-align:center;}
#article-node ul {margin-bottom:.1em}
#article-node ul li {padding: 0 15px 0 0;text-align:center;}
#article-node .node-title {text-align:center;}
#article-node .submitted-line {margin-bottom:7px;}
#left-content-side h3 {background-color:#000; color:#fff;}
/* #article-node .service-label {} */
#ddblock-1 {height:500px;}


.navpn {
 width: 500px;
 margin: 0 auto 0 auto;
 clear: both;
 display: block;
 text-align: center;
 line-height: 1.5em;
}
#pnprev {
 display: block;
 float: left;
 text-align: right;
 white-space: normal;
 word-wrap: break-word;
 padding: 0;
 width: 200px;
}
.navpn #pnmain {
 float: left;
 text-align: center;
 display: inline;
 padding: 0 1em 0 1em;
}
#pnnext {
 display: block;
 float: left;
 text-align: left;
 white-space: normal;
 word-wrap: break-word;
 padding: 0;
 width:200px;
}
.pnlaquo {
 float: left;
 width: 10px;
}
.pnraquo {
 float: left;
 width: 10px;
}
/* Taxonomy Page */
.taxonomy-container .views-row {width:200px; background-color:#fff;float:left;margin-right:20px;}
.view-taxonomy-page {background-color:#fff;border-bottom:1px solid #ccc; float:left;}
.view-taxonomy-page .views-row {height:415px;}
#block-views-latest_taxt_news-block_1 {background-color:#fff;height:380px;}
.taxonomy-container .views-row-first {height:415px;width:300px;margin-right:20px;}
.taxonomy-container .views-row-first img {width:300px;height:300px;}
.taxonomy-container .field-content p {color:#555;}
.primary-links {color:#363636;}
ul.links li {padding: 0;}
.taxonomy-container #block-menu-primary-links {height:245px;}
#block-menu-primary-links h3 {background-color:#000;color:#fff;}
#ad-block-sky {width:190px;float:left;margin-top:35px;border-bottom:1px solid #ccc;}
#ad-block-sky h3 {background-color:#000; color:#fff;}
#ad-block-sky img {padding:15px; height:600px; width:160px;}

/* Footer */
.block-menu {float:left;width:33.3%;}
.block-menu h3 {border-right:1px solid #ccc;color:#fff; background-color:#000;}
.block-menu .content {height:31px; border-right:1px solid #ccc;}
#footer-bottom {width:100%;color:#5d5d5d;background-color:#2a2a2a; text-align:center; height:80px;}
#footer-bottom p {color:#5d5d5d;font-weight:800; padding-top:2.5%;}
/* Reset */
strong {font-weight:normal;}

/* Slideshow */
#ddblock-1 .container {width:550px;}

/*Tax Effect */
.wrapper {
    background: #FFF;
    border: 0px solid #456;
    padding: 4px;
margin-bottom: 20px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}
 
.wrapper:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
 
.box {
display:inline;    
margin: 5px;
    padding: 5px;
    /*background: #D8D5D2;*/
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-size: 11px;
    float: left;
}

.col1 {width:189px;border:none;float:left;}
#secondary .col-2 {width:189px;height:auto; border:none;}
#secondary .col-3 {width:189px;height:auto; border:none;}
#secondary .col-4 {width:189px;height:auto; border:none;}


/* Topic Page */
.topic-body {float:right;width:188px;margin-top:21px;padding-right:5px;}
.topic-body h1 {font-size:1.1em; font-family:Georgia,"Times New Roman",Times,serif;}
.topic-date {font-size:.9em;color:#999797;font-family:Georgia,"Times New Roman",Times,serif;}
.topic-terms a:link {float:left;padding-right:10px;}
#topic-images {float:left;width:350px;margin-top:21px;}


/* Quick Tabs*/
#block-menu-menu-qt-tags {width:170px;}
#block-menu-menu-qt-tags .content{border-right:none; height:180px;}
#block-menu-menu-qt-tags ul li.leaf a,ul li.expanded a,ul li.collapsed a{display:block;color:#346285; border-bottom:none; padding:1px 12px 4px 3px;}
#quicktabs-1 {margin-bottom:10px;}
#block-quicktabs-1 {border-top:1px dashed #ccc; border-bottom:1px dashed #ccc;height:220px;}
ul.quicktabs_tabs {padding:0;}
#block-quicktabs-1 li a:link, #right-side li a:visited {background:transparent url(images/menu-leaf.gif) no-repeat scroll 0 0.4em;
padding-left:12px;float:left; }

/* Comments */
#comments {border-top: 1px dashed #ccc;width:550px;float:left;margin-top:15px;}
#comments h2 {color:#333;}
#edit-comment-wrapper textarea,select {width:500px;height:200px;}
.form-item {margin-bottom:1em;margin-top:1em;}
.search-form {text-align:center;}

/* IE 7 Fix */
.view-center {height: 315px;float:left;}
#block-views-center-block_2 .view-content .view-content .views-view-grid .row-1{height:315px; float:left;}
.center .views-field-name {float:left;height:25px;width:189px;}
.col-1 views-field-field-image-fid {height:129; width:189px;float:left;}
.views-view-grid tbody {border-top:medium none;height:315px; width:570px;float:left;}
.adsense {float:left;}
#ad-top {float:left;width:728px;height:18px;margin-bottom:5px;}