/* Body, page, etc */
body {
 margin: auto;
 font-family: Verdana, Sans-serif;
 font-size: 0.7em;
 color: #4F5155;                                         
 background: #FFF;
}
/* Links */
a:link,
a:visited{
    color: #027DB8;
    text-decoration: none;
}
a:active{
    color: #99CC4C;
}
ul{
	list-style: none;
	padding: 0;
	margin: 5px;
}
/* General classes */
.hidden {
    display: none;
}
.clear {
    clear: both;
}
.float-left {
    float: left;
}
.float-right {
    float: right;
}
.inline {
	display: inline;
}
.link-image{
    border: none;
}
.underline{
    text-decoration: underline;
}
a img {
    border: 0;
}

.small {
	font-size: 0.8em;
}
.red {
	color: red;
}
.green {
	color: green;
}
.bold {
	font-weight: bold;
}
.message {
    background: #DFFFDF;
    border: 1px solid #9FCF9F;
    padding: 5px 10px;
    font-weight: bold;
    color: #005F00;
    margin-bottom: 5px;
    margin-top: 5px;
}
.form-errors {
    background: #FFCFD1;
    border: 1px solid #FF7F84;
    padding: 0px 10px;
    font-weight: bold;
}
#ajax-wait {
    background-color:#FFFFFF;
    border:2px dashed #333333;
    text-align:center;
    z-index: 1900;
    display: none;
}
#ajax-wait img{
    display: inline;
}
/* Headings */
h1 {
 background-color: transparent;
 border-bottom: 1px solid #D0D0D0;
 font-size: 1.2em;
 font-weight: bold;
 margin: 0;
 padding: 0.4em 0.2em;   
}
h2 {
 font-size: 1.1em;        
 margin: 0.4em 0 0 0;      
 font-weight: bold;
 text-align: left;
 padding-bottom: 0.4em;
}
h3 {
 font-size: 1em;
 margin: 0.3em 0;
}
h4 {
 margin: 4px 0;
}
#page-title {
	display: none;
}
#social-buttons {
	float: right;
	height: 24px;
	overflow: visible;
}
#fb-like {
	float: right;
	margin-top: 4px;
}
#google-plusone {
	float: right;
	margin-top: 4px;
}
/* Header */
#header {                
    text-align: center;
    margin-top: 0em;
}
#header img {
    border: 0;
}
#content-main { 
    position: relative;
    z-index:101; 
    border: 0px solid #848284;
    background: #F1F4EB;
    border: none !important;
    background: transparent !important;
}  
#nav-top{
    margin: 1em 0 0 0;
    border-bottom: 1px solid #D2D2D2;
    text-align: center;
}    
#nav-bottom{
    border-top: 1px solid #D2D2D2;
    text-align: center;
}    
#above-nav-bottom{
    margin: 0em 0 0 0;
    text-align: center;
    clear: left;
}    
#footer {
    clear: both;              
    border-top: 1px solid #D2D2D2;
    position: relative;
    margin: 0.6em 0 0 0;
    z-index:100;
    text-align: center;
}
#footer p {
    margin: 0.1em 0;
}    
#footer-nikanow {
	border-top: 1px solid #D2D2D2;
	background-color: #E7E7E7;
    margin: 0;
    padding: 0.6em;
    z-index:100;
    text-align: center;
}
#footer-nikanow p {
    margin: 0.1em 0;
}
.small {
    font-size: smaller;
}

/* Tooltips */
span.tooltip {    
    padding: 0em 0em 0em 0.5em;
    color: gray;              
}

/* Top Banner */
.top-banner {
	text-align: center;
    position:relative;
}
.top-banner-content {
    position:relative;
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
    background-color: #FAFAAA;
    margin: 0 auto;
    padding: 6px 4px;
    min-width: 250px;
}
.top-banner-content a {
    color: black;
    position: relative;
    z-index: 2;
}
.top-banner-link {
    position: static !important;
    z-index: 1 !important;
}
.top-banner-link-filler {
    cursor: pointer;
    position:absolute;
    min-width: 250px;
    width:100%;
    height:100%;
    top:0;
    left: 0;
    z-index: 1;
}
.top-banner-content p {
	margin: 4px;
	word-spacing: -1px;
}
.top-banner-content div {
	display: inline;
}
.top-banner-content img {
	border: none;
}
.top-banner-content-info {
    position:relative;
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
    background-color: #DFFFDF;
    margin: 0 auto 6px auto;
    padding: 6px 4px;
    min-width: 250px;
}
.top-banner-content-info p {
    margin: 0;
}
.top-banner-content-info a {
    color: #005F00;
    font-weight: bold;
    position: relative;
    z-index: 2;
}
.top-banner-content-info img {
	margin: 0;
	padding: 0 4px 0 0;
	position: relative;
	top: 4px;
}

/* Content */
.general-content-div{
    padding: 0.0em;
    margin: 0;    
    border: 0px solid #AEAEAE;
}
.general-content-div p {
    margin: 0.2em;
}
.text-div{
    padding: 0em 0.2em;      
}
.highlight {
    background: #A0FFFF;
}
/* General nugget stuff / home page */
.home-nugget{
    margin-top: 0.4em;
    margin-bottom: 1em;
}
.nugget-type {
    display: block;
    text-align: center;
    background: #E7E7E7;
}
.story-date {
    margin: 0.4em 0;
}
.story-byline {
    margin: 0.4em 0;
}
.story-content {
    margin: 0.4em 0;
}
.story-content p {
    margin: 1em 0;
}
.story-small {
	margin-top: 0.8em !important;
}
.img-nugget-icon {
    float: left;
    margin: -0.4em 0.4em 0 0;
}
.img-header-icon {
    float: left;
    margin: 0.2em 0.2em 0 0.2em;
}
.img-on-now {
    float: left;
    margin: 0.2em 0.2em 0 0.2em;
}
.img-webcam {
    border: 0;
}
.img-webcam-thumb {
    border: 0;
}
.img-news-thumb {
    border: 0;
}
.news-thumb {
    border: 0;
    float: left;
    padding-top: 4px;
    padding-right: 3px;
    min-height: 40px;
}
.webcam-thumb {
    border: 0;
    float: left;
    padding-top: 3px;
    padding-right: 3px;
    min-height: 40px;
}
.webcam-description{
	margin-top: -6px !important;
}
.webcam-display-small-div {
	height: 45px;
}
.func-links .button {
	line-height: 2.1em;
}	

/* Profile Page CSS */
#profile h3{
    margin-bottom: 2px;
}
#profile-pic{
}
#profile-pic a{
}
#profile-pic img{
    margin-top: 2px;
}
#profile table td{
    padding-left: 5px;
    padding-right: 5px;
    min-width: 90px;
}
#profile ul{
    padding-left: 5px;
}
#profile ul li{
    margin-bottom: 5px;
}

/* COMMENTS */
ul.chirps {
    margin-top: 0;
    margin-left: 0;
    padding-left: 0;
    list-style: none;
}     
ul.chirps ul {
    margin-left: 10px;
    margin-right: 0;
    padding-left: 0;
    list-style: none;
}   
ul.chirps ul ul {
    margin-left: 15px;
    padding-left: 0;
    list-style: none;
}
.chirp-heading {
	margin: 1em 0 0 0;
	padding: 0;
}
.chirp {                       
    background-color: #EDEDED;
    margin: 5px;
    padding: 0.2em;   
    font-size: 0.9em;
    color: #4F5155;
    min-height: 36px;
}
.chirp-date {
	float: left;
    margin-right: 5px;
}
.chirp-number {
	float: right;
	margin-right: 5px;
}
.chirp-content {
	clear: right;
    margin-left: 42px;
}
/* Tweets */
.tweets img {
    border: 0;
}
.tweet-result {
    margin: 0.5em 0 1em 0;
}
.tweet-profile_image {
	float: left;
	margin-right: 5px;
}
/* Movies */
.movie-timeslot {
    margin-bottom: 1em;
}
.movie-showtimes {
    margin: 1em 0;
}
.movie-small-showtimes { 
    margin-bottom: 1em;
}

/* Weather */
.weather-table {
    padding: 0;
    margin: 0 0 0.8em 0;
}
.weather-table.no-bottom-margin {
    margin-bottom: 0;
}
.weather-table tr,
.weather-table td
{
	padding: 0;
	margin: 0;
}
.weather-table tr.spacing
{
    height: 0.8em;
}
.weather-table td.temp-cell
{
    width: 100px;
}
.weather-table .forecast-img
{
	width: 37px;
	height: 32px;
	margin-right: 6px;
}

/* GHT Guide */
ul.businessguide-category {
	list-style: circle inside;
	margin: 2px 0 4px 6px;
	padding: 0;
}
ul.businessguide-category li ul {
    list-style: circle inside;
    margin: 2px 0 4px 26px;
    padding: 0;
	
}
.businessguide-display-small {
    padding: 5px;
}
.businessguide-display-small .listing-details{
	margin-left: 56px;
}
.businessguide-display-small .listing-pic{
	float: left;
}

/* Admin - grids */
.ui-jqgrid-btable a {
    color: #027DB8 !important;
}
/* Admin - navigation sortable */
.navigation-list-container { 
    float: left;
} 
.navigation-list-container ul { 
    list-style-type: none; 
    margin: 0; 
    padding: 0; 
    padding-top: 5px;
    float: left; 
	margin-right: 10px; 
	border: 1px solid #CCC;
	min-width: 222px;
	min-height: 118px;
}
.navigation-list-container li { 
	margin: 0 5px 5px 5px; 
	padding: 5px; 
	font-weight: normal;
	min-width: 200px;
	cursor: move;
}
.navigation-list-container li .object-data { 
    display: none;
}
.navigation-list-container li input[type="text"] { 
    width: 100%;
}
.navigation-list-container li.line-break {
    min-height: 37px;
    text-align: center;
    line-height: 3em;
}
.navigation-list-container li.ui-state-highlight {
    min-height: 37px;
}

/* Admin - index */
.admin-column {
	float:left;
	width: 300px;
	margin-bottom: 10px;
}

/* Forms */
form fieldset {
    border: none;
    font-size: 0.95em;
}
form .form-section {
}
form .form-section-new-contact {
	margin-left: 20px;
}
form label {
    display: block;
}
form input,
form textarea {
    margin-bottom: 5px;
    background: url("ghtnow-theme/images/ui-bg_glass_100_f6f6f6_1x400.png") repeat-x scroll 50% 50% #F6F6F6;
    border: 1px solid #CCCCCC;
    color: #1C94C4;
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
}
form select,
form button,
form input {
	background: url("ghtnow-theme/images/ui-bg_glass_100_f6f6f6_1x400.png") repeat-x scroll 50% 50% #F6F6F6;
    border: 1px solid #CCCCCC;
    color: #1C94C4;
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
}
form input[type=button],
form input[type=submit],
form input[type=reset],
form button {
	cursor: pointer;
}
form textarea {
    height:120px;
    width:230px;
}
form .textarea-large {
    height:320px;
    width:330px;
}
form input[type=checkbox] {
    position: relative;
    left: -5px;
    top: -3px;
    float: left;
    margin-right: 0;
    width: 15px;
}
form input[type=radio] {
    position: relative;
    left: -5px;
    top: -3px;
    float: left;
    margin-right: 0;
    width: 15px;
}
form input[disabled=disabled] {
    color: gray;
}
form .input-time {
    width: 60px;
}
form .input-date {
    width: 110px;
}
form .input-wide{
	width: 230px;
}
form .input-int {
    width: 40px;
}

form .required {
    vertical-align: top;
}
form .error-msg {
    vertical-align: top;
    display: none;
}
.form-hint,
form .form-hint {
    vertical-align: top;
    color: #aaa;
}
form .form-text-extra {
    width:225px;
    margin: 0 0 15px;
}

form .form-buttons {
    margin-top: 10px;
}
form .bottom {
    padding: 0 15px;
}
.nugget-cta{
    padding-left: 3px;
}
/* Feedback Page */
.feedback #save{
	margin-left: 4.7em;
}
/* Upgrade to Premium User page */
.upgrade-premium-list {
	margin: 1em;
	list-style-type: circle;
	padding-left: 1em;
}

