@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

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

@font-face {
  font-family: Chunk;
  src: url('fonts/Chunkfive.ttf') format("truetype"), url('fonts/Chunkfive.otf');
}

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

/**
 * 1.GLOBAL
 */
body {
  background:#999;
  color: #000;
  font-family: "Lucida Grande", Verdana, Arial, Helvetica, 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;
}

 .fp-title{
Font-size:1.5em;
font-weight:bold;
margin-bottom:0;
}

.fp-title a{
text-decoration:none;
}

.fp-title a:hover{
text-shadow:-2px 2px 2px #ccc;
}


h3 {
  font-size: 1.5em;
  line-height: 2em;
}

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;
}

ul.menu{
 list-style: none; 


}

p {
  margin: 0 0 .5em 0;
}

p a:link {

  text-decoration: none;
	font-weight:bold;
}

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

a:focus {
  outline: 1px dotted;
}

a:hover, a:active, li a.active {
  color: #000;
  outline: none;
  text-shadow:-2px 2px 2px #ccc;

}

/**
 * 2.LAYOUT
 */
.container {
  margin: 0 auto;
  padding: 0;
  width: 980px;
}

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

/**
 * 3.MAIN
 */
/* 1 column */
#main-container{
width:960px;
background:#fff;
border-left:1px solid #000;
border-right:1px solid #000;
margin:0 0 0 9px;
}

#main {
  margin: 0 30px 0 10px;
  position: relative;
width:610px;
}

.weather{
background:url(images/navbg.png) #000;
height:17px;
color:#fff;
font-size:.8333em;
padding-left:20px;
}

.weather a{
color:#fff;
}

/* 3 columns */
body.sidebars #main {
  float: left;
  width: 610px;
}


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

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



#sidebar-right {
  float: left;
}

/**
 * 5.HEADER
 */
#header {
  padding: 0;
background:url(images/lookuphead.png) no-repeat #000;
height:130px;
}

#header #logo {
  float: left;
  padding: 2.5em 3em 0 20px;
}

#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;
}




/* 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.links li {
  background: none;
  margin: 0 1em 0 0;
  padding: 0;
}

/* bottom margin leaves space for secondary links */
#nav {
padding-top:3px;
  font-size: 1em;
  line-height: 1em;
  margin: 0; 
  position: relative;
background:url(images/navbg.png) #000;
height:25px;
vertical-align:middle;

-webkit-box-shadow: 0px 2px 5px #000;
-moz-box-shadow: 0px 2px 5px #000 ;
box-shadow: 0px 2px 5px #000;

}

#nav a{
text-shadow:none;
}

#nav ul.primary-links, 
#nav ul.dynamic-persistent-menu-menu {
  background: #000;
  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 li a:active{
text-shadow:none;
}

#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;
}

#search-theme-form{
height:30px;
margin-top:-5px;
}

#below-nav{
background:url(images/below-nav.png) no-repeat;
height:12px;
}

.breadcrumb {
  color: #333;
  padding: 5px 0 10px 0;
}

.breadcrumb a{
-webkit-border-radius: 10px;
-moz-border-radius: 10px;

padding: 5px;


}

.breadcrumb a:link, 
.breadcrumb a:visited {
background:#000;
  color: #fff;
}

.breadcrumb a:hover {
background:#333;
  color: #999;
text-shadow:none;
}

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

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

.meta {
  margin: 0 0 3em;
}

.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;
}

.comments{
background:url('images/comment-icon.gif') no-repeat;
padding-left:16px;
}

.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 .5em;
  position: relative;
}

/* 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 {
min-height:134px;
  position: relative;
background:url(images/city-foot.png) no-repeat;
z-index:99;
}



#foot-container a{
color:#fff;
font-weight:bold;
}

.content ul{
list-style:none;
}

#foot-container h3{
background:#000;

box-shadow:none;
-webkit-box-shadow:none;
-moz-box-shadow:none;

}

#foot-container .right-block-dimension{
display:none;
}

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

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

#foot-container{
background:#000;
margin:0;
height:300px;
}

#foot-container .content{
margin-left:10px;
}


#block-menu-menu-aboutus,
#block-menu-menu-rssmenu,
#block-block-10{
width:33%;
float:left;
display:block;
color:#fff;
}


/**
 * 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; }
.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; }

.hide            { display: none; }

/**
 * 12.ADVANCED
 */
 
/* lists */
ol{margin:0 0 1.5em;padding:0;}
ol li{margin:0 0 0 1.5em;}
ul{margin:0 0 1.5em;padding:0;}
ul li{margin:0;}
li ol,li ul,ul ul,ol ol{margin:0;}
ul.menu,.item-list ul{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;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;}
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;}
legend{display:none; border:0;}
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;}
.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{margin:0 0 .75em;padding:1em 0 1em 0;width:100%;}
ul.primary{margin:0;padding:.25em 0; border:none;}
ul.primary li{background:none;margin:0 .5em 0 0;padding:.25em 0;display:block;float:left;}
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:#fcc;color:#a30000;}
.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;}


.panels-flexible-region-inside{
padding:0;
}

/* Front headline */

#block-block-15,
#block-block-14,
#headline-view{

margin-left:-20px;
background:url(images/corner-left.png) bottom left no-repeat;
padding-bottom:11px;
}

#story-image-top{
padding-bottom:7px;
margin-left:-20px;
background:url(images/corner-left.png) bottom left no-repeat;
}

#story-image-top img,
#news-headline-view img,
#sounds-headline-view img,
#sights-headline-view img,
#headline-view img{
border:1px solid #000;

box-shadow: 0px 2px 5px #000;
-webkit-box-shadow: 0px 2px 5px #000;
-moz-box-shadow: 0px 2px 5px #000;

}

/* The following lines have been added from the blueprint layout */

/* put your custom CSS in here */

#main .right-block-dimension{
display:none;
}



#main .block h3{
width:100%;
color:#fff;
font-size:18px;
vertical-align:middle;
font-family:Chunk, Verdana;
background:#000;
text-shadow: 3px 3px 7px #111;
box-shadow: 0px 2px 5px #000;
-webkit-box-shadow: 0px 2px 5px #000;
-moz-box-shadow: 0px 2px 5px #000;



width:620px;
margin-left:-20px;
}


.sidebar-right .block h3{
width:310px;
background:#000;
color:#fff;
padding-left:10px;
font-size:20px;
vertical-align: middle;
padding-top:0;
margin-bottom:0;



font-family:Chunk, Verdana;
text-shadow: 3px 3px 7px #111;

-webkit-box-shadow: -2px 2px 5px #000;
-moz-box-shadow: -2px 2px 5px #000;
box-shadow: -2px 2px 5px #000;

}

#main .left-block-dimension{
display:block;
background:url(images/left-corner.png) left bottom no-repeat transparent; 
height:9px;
width:630px;
margin-left:-20px;
z-index:99;
}

.sidebar-right .right-block-dimension{
display:block;
background:url(images/right-corner.png) right bottom no-repeat transparent; 
height:9px;
width:320px;

}

#herenowhead{
background:url('images/herenowbig.png') center;
height:102px;
width:630px;
border:1px solid #000;
}

#grinderhead{
background:url('images/grinderbanner.png');
width:630px;
height:207px;
border:1px solid #000;

}

h2.pane-title{
border-bottom:1px solid #999;
color:#999;
font-size:18px;
vertical-align:middle;
margin-bottom:4px;
font-family:Chunk, Verdana;

}

.pane-content p{
}


/* FP Featured News Blocks */

#fp-news{
	padding-bottom:6px;
	margin-top:6px;
	border-bottom:1px dashed #999;
}

#fp-news a{
text-decoration:none;
}

#fp-news a:hover{
text-shadow:-2px 2px 2px #aaa;
}

.views-row-last #fp-news{
border-bottom:none;
}

.bottom-headline-title{
display:inline;
font-weight:bold;
}

#teas-img{
	padding:5px 0px 0px 0px;
	display:block;
	float:left;
	margin-right:10px;

}

/* Headline View */


h2.headline-title{
	font-size:20px;	
	margin-top:0;
	margin-bottom:-2px;
	color:#fff;
	font-family:Chunk,Verdana;
	line-height:24px;
}

h2.headline-title a{
	color:#fff;
}

#headline-info{
	height:70px;
background:url(images/headline-infobg.png) repeat-y;
width:600px;
color:#fff;
padding:10px 10px 10px 20px;
position:relative;
margin:-95px 4px 0 0;
vertical-align:bottom;
overflow:hidden;


}

.panels-flexible-region-inside {
padding:0;
}


/* FP Headline View */



h2.FP-headline-title{
	font-size:20px;	
	margin-top:0;
	margin-bottom:-2px;
	color:#fff;
	
}

h2.FP-headline-title a{
	color:#fff;
}

#FP-headline-info{
	height:80px;
background:url(images/headline-bg.png);

z-index:99;
color:#fff;
padding:5px 10px 10px 7px;
position:relative;
margin:-105px 4px 0 4px;
vertical-align:bottom;
}

.lower-stories-text a{
font-size:18px;
font-weight:bold;
}

.lower-stories-text .views-row{
margin-top:5px;
padding-bottom:5px;
border-bottom:1px dashed #999;
}

.lower-stories-text .views-row-last{
border-bottom:0;
}

/*News Blocks*/

.block-title{
width:300px;
height:25px;
background:#0a2a45;
color:#fff;
padding-left:10px;
margin-left:-5px;
font-size:18px;
font-weight:bold;
padding-top:4px;

}

.block-title a{
color:#fff;
text-decoration:none;
}

.news-block h2.news-title{
font-size:15px;
font-weight:bold;
}

.news-block{
border-bottom:1px dashed #999;
padding-bottom:3px;
min-height:151px;
vertical-align:text-top;
}

.news-block-title{
float:left;

}

.news-feed-icon{
float:right;
margin-right:10px;
margin-top:3px;
}

.more-link,
.comment-count{
  font-size:14px;
  font-weight:bold;

}

.more-link a,
.comment-count a{
  color:#666666;

}

.news-lower-block{
	margin-top:-7px;	
}

.newsurl{
color:#999;

}

.panels-flexible-region-33-right,
.panels-flexible-region-25-right,
.panels-flexible-region-23-right,
.panels-flexible-region-26-right{
margin-left:20px;
}



#sidebar-right .view-here-now{
background:url(images/herenow.png) no-repeat top center #e07924;
padding:0;
margin:0;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}



#sidebar-right .view-here-now .view-content{
padding:45px 0 0 0;
}

#sidebar-right .view-here-now .views-row{
margin:5px 0 0 0;
border-bottom:1px dashed #0a2a45;
text-align:center;
padding-bottom:5px;
padding-right:5px;
}

#sidebar-right .view-here-now .views-row-last{
border-bottom:0;
}


#sidebar-right .view-here-now .views-row a{
color:#fff;
font-weight:bold;
font-size:15px;
}


#sidebar-right .view-here-now .views-row a:hover{
color:#0a2a45;
}


.review-block .views-row-1 img,
.review-block .views-row-3 img,
.review-block .views-row-5 img{
margin-right:20px;
}

.review-block .views-row-1 img,
.review-block .views-row-2 img,
.review-block .views-row-3 img,
.review-block .views-row-4 img{
margin-bottom:10px;
}

.review-block img{
float:left;
border: 1px solid #999;
padding:4px;
}

.show-posterFP img{
border:1px solid #999;
padding:4px;
}

.fp-feature{
float:left;
width:33%;
padding-right:2px;
}

.fp-feature p{ 
padding-left:0;
padding-right:5px;
}

.views-row-last .fp-feature{
padding:0;
}

.view-id-events .views-row{
padding-top:3px;
padding-bottom:3px;
border-bottom:1px dashed #8393a2;

}

.view-id-events .views-row-odd{
}

.view-id-events .views-row-last{
border-bottom:none;
}

.comment-pic{
width:50px;
float:left;
padding-right:5px;
padding-bottom:5px;
}

/* News Node */

.view-display-id-block_4 .node{
border-bottom:0;
}

.view-display-id-block_1 .block-title{
margin-bottom:5px;
}

#vid{
float:left;
width:33%;
height:155px;
margin-left:2px;
}

#vid p{
padding-left:5px;
padding-right:5px;
}

.feature-block .views-row{
height:100px;

}


.story-bot-image-cont{
width:100%;
}

.story-mini-image-cont img{
float:left;
border:1px solid #999;
padding: 4px;
margin-right:4px;
margin-bottom:4px;
}

span.submitted {
width:100%;
  color: #898989;
  display: block;
  font-size: 0.8333em;
  margin: 5px -4px 0;
    text-align:right;
  float:right;
  padding:3px 5px 3px 5px;
background:#eee;}

span.submitted-news {
	width:100%;
  color: #898989;
  font-size: 0.8333em;
  margin: 5px -4px 0;
    text-align:right;
  float:right;
  padding:3px 5px 3px 5px;
background:#eee;
}

span.submitted-directory {
	float:right;
  color: #898989;
  font-size: 0.8333em;
  margin: 5px -4px 0;
    text-align:left;
  
  padding:8px 5px 8px 5px;
background:#eee;
}

span.submitted-video {
	width:100%;
  color: #898989;
  font-size: 0.8333em;
  margin: 5px -4px 5px;
    text-align:right;
  float:right;
  padding:3px 5px 3px 5px;
background:#eee;
}

.review-info{
line-height:18px;
font-family:chunk, sans-serif;
}

.vote-box,
.share{
margin-left:5px;
padding-right:5px;
float:left;
font-size:14px;
}

/*Story Image Display */



#story-image-left{
display:inline;
float:left;
padding:3px 3px 0 3px;
border:1px solid #999;
margin-right:5px;
}

#story-image-right{
display:inline;
float:right;
padding:3px;
border:1px solid #999;
margin-left:5px;
}

.story-content{
text-align:justify;
}


#event-content{
width:470px;
float:left;
}

.userlog{
text-align:center;
width:100%;
background:#8393a2;
padding-top:5px;
padding-bottom:5px;
border:2px solid #0a2a45;
}

.userlog a:hover{
color:#fff;
}

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

#field-news-related-article-items{
display:none;
}

.editview-field #field-news-related-article-items{
display:inline;
}

.read-external-12{
background:url(images/12px-external.png) no-repeat left;
padding-left:14px;
}

.add-link{
	background:url(images/add.png) no-repeat left;
padding-left:14px;
}

.newsurl{
padding:5px;
float:right;
text-align:left;
}

.newsurl a{
margin-bottom:3px;	
}

#news-block-mini{
margin-bottom:10px;
border-bottom:1px dashed #999;
padding-bottom:5px;
}

#news-block-mini-image{
float:right;
width:50px;
display:block;
}

#news-block-mini-image img{
border:1px solid #999;
padding:2px;
}

#news-block-mini-content{
float:left;
display:block;
width:
}

.news-block-mini-title{
font-size:16px;
margin-bottom:2px;
}

#block-views-related_by_term-block_2 h3{
background:#fff;
color:#000;
margin-top:5px;
border-bottom:1px solid #000;
}

#block-views-related_by_term-block_2 .views-row-last{
border-bottom:0;
}

.story-content a{
font-weight:bold;
}

#block-views-NewsViews-block_11 .views-row{
border-bottom:1px dashed #999;
padding-bottom:3px;
margin-top:3px;
}

#block-views-NewsViews-block_11 .views-row-last{
border-bottom:0;
}

#block-views-related_by_term-block_2 .views-row-last{
border:none;
}

.news-block-top{
border-bottom:1px dashed #999;
padding-bottom:3px;
}

.news-block-bot .views-row-odd,
.news-block-bot .views-row-even{
border-bottom:1px dashed #999;
padding-bottom:2px;
margin-top:2px;
}

.news-block-bot .views-row-last{
border:0;
}

.news-block-bot{
min-height:120px;
}

.news-block-top{
min-height:145px;
}

#block-panels_mini-foot{
height:200px;
}

#footer img{
margin:0;
}

.view-SCChecklist .views-row{
border-bottom:1px dashed #999;
}

.view-SCChecklist .views-row-last{
border-bottom:0;
}

.alpha-pager{
width:100%;
clear:both;
}

.alpha-page{
text-align:center;
width:14px;
float:left;
padding:3px;
border:1px solid #999;
margin-right:2px;
display:block;
}


#nice-menu-1 li ul li{

border-bottom:1px solid #eee;
}

#nice-menu-1 li{
background:transparent;
border-bottom:none;
border-right: 1px solid #222;
}

#nice-menu-1 li ul{
background:#000;
}

#nice-menu-1 li a{
text-decoration:none;
font-weight:regular;
}

#nice-menu-1 li a:hover{
text-decoration:none;
font-weight:bold;
}

ul.nice-menu li ul{
background:#444;
}

.group-hidden{
display:none;
}

.nice-menu a{
font-family:Helvetica, Verdana;
font-size:14px;
font-weight:regular;
text-shadow: 3px 3px 7px #111;
letter-spacing:.08em;
}

.view-content .news-node{
padding-top:5px;
}

.fields .news-node,
.view-content .news-node{
min-height:160px;
border-bottom:1px dashed #999;
}

.views-row-last .news-node{
border-bottom:none;
}

.view-breaking{
background:url('images/breaking.png') no-repeat #cd0000;
color:#fff;
font-weight:bold;
padding:5px 5px 5px 35px;
min-height:120px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;

}

.view-breaking a{
color:#fff;
font-size:20px;
font-weight:bold;
text-decoration:none;
}

.view-breaking a:hover{
text-shadow:-2px 2px 2px #333333
}

.view-breaking .views-field-view-node a{
float:right;
font-size:18px;
}

.newsblock-related{
font-weight:bold;
padding:5px;
color:#fff;
background:#999;
display:block;


-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}

.newsblock-related a{
font-weight:normal;
color:#fff;

text-decoration:none;
}

.newsurl a{
font-weight:bold;
text-decoration:none;
}

.newsurl a:hover{
text-shadow:-2px 2px 2px #ccc;
}

#search .form-submit{
background:#000;
border:none;
border-left:none;
color:#fff;
height:20px;
font-weight:bold;
border:1px solid #fff;
margin-top:-10px;
}



#search{
position:absolute;
background:#cd0000;
padding-left:10px;
margin:5px 0 0 -250px;
height:20px;
border:2px solid #000;
width:220px;
padding-bottom:10px;
padding-top:5px;
text-align:center;
z-index:99;

box-shadow: 0px 2px 5px #000;
-webkit-box-shadow: 0px 2px 5px #000;
-moz-box-shadow: 0px 2px 5px #000;

-moz-border-radius-bottomleft:10px;
-webkit-border-bottom-left-radius:10px;

-moz-border-radius-bottomright:10px;
-webkit-border-bottom-right-radius:10px;

}

#search .form-text{
background:#000;
color:#fff;
font-size:12px;
height:16px;
width:150px;
border:none;
padding-left:5px;
border:1px solid #fff;
}

//event info

#main .view-events{
}

#main .view-events img{
float:left;
display:block;
}

.event-img{
float:left;
width:100px;
display:inline;
}

.event-info{
float:left;
width:450px;
padding-right:40px;
display:inline;

}

.event-title{
font-size:20px;
font-weight:bold;
color:#cd0000;
margin-bottom:-2px;
}

.event-title a{
color:#cd0000;
font-size:18px;
}

.event-venue{
font-size:15px;
font-weight:bold;
background:url(images/red-dot.png) no-repeat right;
display:inline;
padding:3px 16px 0 0;
margin-top:3px;
}

.date-display-single{
font-size:20px;
font-weight:bold;
border-bottom:1px solid #000;
width:100%;
display:block;
font-family:Chunk, helvetica, sans-serif;
}

.dir-body{
display:block;
padding-top:15px;
}

.blog-title{
margin-bottom:-10px;
line-height:25px;
}


#block-menu-menu-directorymenu a{

font-weight:bold;
font-size:20px;
color:#222;
padding-left:37px;
}

.usermenu a{
font-weight:bold;
font-size:20px;
color:#222;
padding-left:27px;
}

.usermenu img{
padding-top:10px;
}

.usermenu .news{
background:url('images/token/news.png') no-repeat transparent;
}

.usermenu .video{
background:url('images/token/video.png') no-repeat transparent;
}

.usermenu .contribute{
background:url('images/token/contribute.png') no-repeat transparent;
}

.usermenu .settings{
background:url('images/token/settings.png') no-repeat transparent;
}

.usermenu .logout{
background:url('images/token/x.png') no-repeat transparent;
}

#main .block .view-SameStory h3{
background:#fff;
color:#000;
width:600px;
margin-left:-10px;

box-shadow: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;

text-shadow:none;


}

.sm-icon{
float:left;
margin:0 10px;
}

#profile{
background:#ddd;
padding:10px;
border:1px solid #000;

box-shadow: #000 -2px 2px 2px;
-webkit-box-shadow: #000 -2px 2px 2px;
-moz-box-shadow: #000 -2px 2px 2px;

-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}

#profile-image{
display:block;
float:left;
margin:0;
}

#profile-info{
display:block;

float:left;
margin:0 0 0 15px;
}

#profile-bio{
margin:0 0 0 90px;
}

#profile-bio h3{
border-bottom:1px solid #333;
line-height:16px;
font-size:14px;
color:#333;
margin-bottom:3px;
}

#profile-info h2{
line-height:18px;
font-family:chunk, sans-serif;
margin:3px 0;

}

.recent-posts{
font-family:chunk, sans-serif;
border-bottom:1px solid #000;
}

#sharing{
}

.share-button{
padding-left:5px;
float:right;
}

.post-info{
float:left;
font-size:12px;
overflow:hidden;
}

.post-info-line{
line-height:20px;
margin:5px 0 5px;
}

.buzz{
padding-top:-15px;
}


.block-ad{
text-align:center;
}

.block-ad img{
border:1px solid #000;
}

.block-ad .text-advertisement{
text-align:left;
}

.block-ad .text-advertisement a{
font-weight:bold;
}

.block-ad .advertisement-space{
border-bottom:1px solid #ddd;
}

.bottom-headline{
float:left;
width:185px;
}

.bottom-headline-image{
z-index:50;

}

.bottom-headline-image img{
border:1px solid #000;
}

.bottom-headline-titles{
color:#fff;
background:#000;
height:60px;

position:relative;
z-index:99;
width:185px;
margin-top:-65px;
display:none;
overflow:hidden;
align:justify;

opacity: .7;
filter: alpha(opacity=70);
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";

}

.bottom-headline-titles a{
color:#fff;
padding:5px;
display:block;
font-weight:bold;
line-height:13px;
text-shadow:none;
}

.views-row-1 .bottom-headline,
.views-row-2 .bottom-headline{
margin-right:23px;
}

.view-display-id-block_9{
padding-bottom:10px;
}
