@charset "utf-8";
/* CSS Document */


/*************************************************************
BODY, CONTAINER & LAYOUT STYLES
*************************************************************/
body {
	margin:10px 0;
	background:#252525;
	color:#464646;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.container_12 {
	padding:10px 0px;
	background:#fff;
}
.container_12, #top-ad, #nav, #book-a-room, #social, #left-sidebar, #main-content, #right-sidebar {
	margin-bottom:10px;
}
#top-ad {
	padding:10px 0;
	text-align:center;
	background-color:#252525;
}
#logo{
	padding-top:5px;	
}
#weather {
	margin:0px 0px 15px 0px;
	padding:5px;
	text-align:center;
	border:#ccc 1px dashed;
}
#twitter-feed {
	margin:0px 0px 20px 0px;
	border:#ccc 1px solid;
}
#twitter-feed #twtr-widget-1 .twtr-doc{
	width:138px !important;	
}
#bttm-ad {
	padding:10px 0;
	text-align:center;
	background-color:#252525;
}
#masthead object {
	
}
#nav {
	margin-top:5px;
	margin-bottom:20px;
	padding:8px 0 6px 0;
	background:#196587;/*252525*/
	border-top:#175774 4px solid;
	border-bottom:#175774 4px solid;
}
#social {
	text-align:right;
	padding-top:2px;
}
.page-search-bump{
	margin-left:479px;	
}
#news-feed{
	margin-bottom:15px;
}
#citizen-posts{
	margin-bottom:15px;
}
#account-container {
	margin:0px 0px 15px 0px;
	padding:0;
	color:#ccc;
	text-align:center;
}
.left-sidebar-ad {
	margin:15px 0;
	text-align:center;
}
.right-sidebar-ad {
	margin:0 0 15px 0;
	text-align:center;
}
.addtoany_share_save_container{
	clear:both;	
}
#footer {
	margin:0 auto;
	width:940px;
	text-align:center;
	color:#534741;
}

/*************************************************************
HTML ELEMENTS
*************************************************************/
h2, h3 {
	margin:0;
	color:#2D5986;
}
.linkcat h2, h3 {
	font-size:16px;
	font-style:italic;
	color:#999;
}
#local-links h2{
	padding:8px 5px 5px 0px;
	color:#fff;
	background:#5AA9A6;
	text-transform:uppercase;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	text-align:center;
	border-top:#196587 1px solid;
	border-bottom:#196587 1px solid;
}
p {
	line-height:20px;
}
#social img {
	margin-left:5px;
	border:0;
}
#top-ad iframe, #bttm-ad iframe {
	border:#333 1px solid !important;
}

/*************************************************************
LIST STYLES (NOTE:WORDPRESS LISTS ARE HANDLED BELOW
*************************************************************/
#left-sidebar ul {
	margin:5px 0px 0px 0px;
	padding:0;
	list-style-type:none;
}
#left-sidebar ul li {
	margin:0;
	padding:0;
}
#left-sidebar #calendar-feed ul, #left-sidebar #citizen-post-feed ul, #left-sidebar #local-links ul{
	margin:0;
	padding:0;
	list-style-type:none;
}
#left-sidebar #local-links ul{
	margin:10px 0px 0px 0px;
}
#left-sidebar #calendar-feed ul li, #left-sidebar #citizen-post-feed ul li, #left-sidebar ul.left-sidebar-links li, #left-sidebar #local-links ul li {
	margin:0;
	padding:4px 0;
	border-bottom:#ccc 1px dashed;
}
#left-sidebar #calendar-feed ul.left-sidebar-links{
	margin-bottom:20px;	
}
#left-sidebar ul.blogroll li {
	margin:0;
	padding:4px 0;
	border-bottom:#ddd 1px solid;
}
#left-sidebar #account-container  ul {
	list-style-type:none;
}
#left-sidebar #account-container  ul li {
	margin:1px 0;
	padding:0;
}
#left-sidebar #local-links ul li.linkcat {
	border-bottom:none;
}
#right-sidebar ul {
	list-style-type:none;
}
#right-sidebar ul li {
	margin:0;
	padding:0;
}
#right-sidebar #citizen-posts ul {
	list-style-type:none;
}
#right-sidebar #citizen-posts ul li {
	margin:0;
	padding:6px 0px 6px;
	border-bottom:#ccc 1px dashed;
}

/*************************************************************
FORM STYLES (NOTE:WORDPRESS FORMS ARE HANDLED BELOW
*************************************************************/
#social form {
	margin:4px 0px 0px 23px;
	float:left;	
}
#social input {
	padding:3px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
}
#social input#searchsubmit{
	background:#196587;
	border:none;
	color:#fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:lowercase;
	font-style:normal;
}
#left-sidebar form {
	margin-top:6px;
}
#left-sidebar form select {
	width:140px;
	padding:5px;
}

/*************************************************************
LINK STYLES
*************************************************************/
#main-content a:link, #main-content a:visited, #left-sidebar a:link, #left-sidebar a:visited {
	text-decoration:none;
	color:#196587;
}
#main-content a:hover, #main-content a:active, #left-sidebar a:hover, #left-sidebar a:active {
	text-decoration:underline;
	color:#5AA8A8;
}
#main-content h2 a:link, #main-content h2 a:visited {
	text-decoration:none;
	color:#2D5986;
}
#main-content h2 a:hover, #main-content h2 a:active {
	text-decoration:underline;
	color:#F60;
}
#nav a:link, #nav a:visited {
	padding:13px 10px 12px;
	color:#fff;
	text-decoration:none;
}
#nav a:hover, #nav a:active {
	color:#fff;
	background:#5AA8A8;
	text-decoration:none;
}
#account-container a:link, #account-container a:visited{
	padding: 8px 10px;
	width:auto;
	display:block;
	background:#196587;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
#account-container a:hover, #account-container a:active{
	background:#5AA8A8;
}
#footer a:link, #footer a:visited {
	padding:0 1px 0;
	color:#534741;
	text-decoration:none;
}
#footer a:hover, #footer a:active {
	text-decoration:underline;
}
/*************************************************************
WORDPRESS
*************************************************************/
.narrowcolumn .postmetadata {
	padding:5px 0;
	border-bottom:#196587 1px solid;
	font: 11px Georgia, "Times New Roman", Times, serif;
	text-align: left;
}
.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
	border: 1px solid #ddd;
}
.even, .alt {
	border-left: 1px solid #ddd;
}
#wp-calendar caption, cite {
	text-decoration: none;
}
.entry{
	margin-top:15px;	
}
.entry p a:visited {
	color: #b85b5a;
}
.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
}
.sticky h2 {
	padding-top: 10px;
}
.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
.commentlist li ul li {
	font-size: 1em;
}
.commentlist li {
	font-weight: bold;
}
.commentlist li .avatar {
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
}
.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}
.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}
#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
.commentmetadata {
	font-weight: normal;
}
small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
}
code {
	font: 1.1em 'Courier New', Courier, Fixed;
}
acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
}
a, h2 a:hover, h3 a:hover {
	color: #2D5986;
	text-decoration: none;
}
#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
}
#wp-calendar a {
	text-decoration: none;
}
#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
}
#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}
.post {
	margin: 0 0 20px;
	text-align: justify;
}
.post hr {
	display: block;
}
.widecolumn .post {
	margin: 0;
}
.widecolumn .postmetadata {
	margin: 30px 0;
}
.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}
.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}
.postmetadata {
	clear: both;
}
/* Begin Special Page Layout for Directories***********************************************************/

/*VERTICAL LISTINGS*/
.vertical-listing{
	margin:15px 0;
	padding:15px;
	border-bottom:#efefef 1px solid;
}
.vertical-listing address{
	margin-top:8px;	
}
.vertical-listing p{
	margin:0;
	padding:0;
}
.vertical-listing img{
	margin-right:10px;
	padding:6px;
	background:#efefef;
	border:#ccc 1px solid;
	float:left;
}
.vertical-listing a:link, .vertical-listing a:visited{
	margin:7px 0px 0px 125px;
	padding:5px;
	background:#d7d7d7;
	color:#636363;
	text-decoration:none;
	text-shadow:#fff 0px 1px 0px;
	display:block;
	width:100px;
	text-align:center;
}
.vertical-listing a.vertical-listing-bttn-no-margin:link, .vertical-listing a.vertical-listing-bttn-no-margin:visited{
	margin:7px 0px 0px 0px;
	padding:5px;
	background:#d7d7d7;
	color:#636363;
	text-decoration:none;
	text-shadow:#fff 0px 1px 0px;
	display:block;
	width:100px;
	text-align:center;
}
.vertical-listing a.vertical-listing-no-link:link, .vertical-listing a.vertical-listing-no-link:visited{
	margin:0;
	padding:0;
	background:#fff;
	color:#F60;
	text-decoration:none;
	display:inline;
	width:autp;
	text-align:left;
}
.vertical-listing a:hover, .vertical-listing a:active{
	text-decoration:underline;
	text-shadow:none;
}
.vertical-listing-bttn-no-margin a:hover, .vertical-listing-bttn-no-margin a:active{
	text-decoration:underline;
	text-shadow:none;
}
/*HORIZONTAL LISTINGS*/
.horizontal-listing{
	margin:8px;
	float:left;
	width:235px;
	height:250px;
	text-align:center;
}
.horizontal-listing h3{
	padding:8px;
	background:#A42423;
	color:#fff;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:normal;
	font-size:11px;
	text-transform:uppercase;
}
.horizontal-listing p{
	margin:0;
	padding:5px;
	text-align:center;	
}
.horizontal-listing address{
	margin:10px 0;
	text-align:center;	
}
.horizontal-listing img{
	border-top:#fff 1px solid;
}
.horizontal-listing a:link, .horizontal-listing a:visited{
	margin:15px auto;
	padding:5px;
	background:#d7d7d7;
	color:#636363;
	text-decoration:none;
	text-shadow:#fff 0px 1px 0px;
	display:block;
	width:100px;
	text-align:center;
}
.horizontal-listing a:hover, .horizontal-listing a:active{
	text-decoration:underline;
	text-shadow:none;
}
/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
}
/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}
img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}
div.alignright {
	margin:10px 0px 0px 10px;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
}
html>body .entry li {
	margin: 7px 0 8px 10px;
}
.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
}
.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
}
.entry ol li {
	margin: 0;
	padding: 0;
}
.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}
/*#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
}
#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
}
#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
}
#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
}
#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
}
ol li, #sidebar ul ol li {
	list-style: decimal outside;
}
#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
}
*//* End Entry Lists */

/* Begin Form Elements */
/*.entry form {  This is mainly for password protected posts, makes them look better. 
	text-align:center;
}*/
select {
	width: 130px;
}
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}
#commentform {
	margin: 5px 10px 0 0;
}
#commentform textarea {
	width: 100%;
	padding: 2px;
}
#respond:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#commentform #submit {
	margin: 8px 0 5px auto;
}
/* End Form Elements */

/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
}
.commentlist {
	padding: 0;
	text-align: justify;
}
.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;
}
.commentlist li ul li {
	margin-right: -5px;
	margin-left: 10px;
}
.commentlist p {
	margin: 10px 5px 10px 0;
}
.children {
	padding: 0;
}
#commentform p {
	margin: 5px 0;
}
.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}
.commentmetadata {
	margin: 0;
	display: block;
}
/* End Comments */

/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
}
#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}
#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}
#wp-calendar a {
	display: block;
}
#wp-calendar caption {
	text-align: center;
	width: 100%;
}
#wp-calendar td {
	padding: 3px 0;
	text-align: center;
}
#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff;
}
/* End Calendar */

/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
}
acronym, abbr {
	border-bottom: 1px dashed #999;
}
blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}
blockquote cite {
	margin: 5px 0 0;
	display: block;
}
.center {
	text-align: center;
}
.hidden {
	display: none;
}
.screen-reader-text {
	position: absolute;
	left: -1000em;
}
hr {
	display: none;
}
a img {
	border: none;
}
.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
}
/* End Various Tags & Classes*/

/* Captions */
.aligncenter, div.aligncenter {
	display: block;
	padding:4px;
	margin-top:10px;
	margin-right: auto;
	margin-bottom:10px;
	margin-left: auto;
	border:#d1d1d1 4px solid;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	padding-top: 4px;
	margin: 10px 10px 0px 0;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 5px 4px 5px;
	margin: 0;
	font-style:italic;
}
/* End captions */
#uploadimage_form {
	margin:20px 0;
	padding:8px;
	border:#ccc 1px dashed;
}

/*************************************************************
TWITTER FEED WIDGET STYLES
*************************************************************/
#left-sidebar .mylasttweets {
	width:138px;
	margin:10px auto;
	padding:0;
}
#left-sidebar .mylasttweets ul {
	border:1px solid #dcd6b6;
	background:#fff;
	margin:0;
	padding-top:1px;
}
#left-sidebar .mylasttweets li {
	font-family:Arial, Helvetica, sans-serif;
	clear:both;
	text-align:left;
	font-size:11px;
	line-height:16px;
	padding:10px;
	border-bottom:1px solid #fff;
	background:#f0eee3;
}
#left-sidebar #twitter_content {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
#left-sidebar li:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#left-sidebar li {
*zoom: 1;
}
#left-sidebar .mylasttweets li:hover {
	background:#f7f6f0;
	cursor:default;
}
#left-sidebar .mylasttweets a {
	text-decoration:none;
	cursor:pointer;
}
#left-sidebar .mylasttweets a:hover {
	text-decoration:underline;
}
#left-sidebar .mylasttweets cite {
	font-weight:bold;
	font-style:normal;
	color:#514e40;
}
#left-sidebar .mylasttweets cite a {
	color:#514e40;
}
#left-sidebar .mylasttweets span {
	color:#514e40;
}
#left-sidebar .mylasttweets span a {
	color:#ccab17;
	font-weight:bold;
}
#left-sidebar .mylasttweets input {
	background: transparent url('http://twitter.com/favicon.ico') 0 50% no-repeat;
	text-indent:18px;
	width:100%;
	border:1px solid #ccc;
}
#left-sidebar .mylasttweets p {
	display:block;
	color:#b5ab7d;
	margin-bottom:0;
	padding-bottom:0;
}
#left-sidebar .mylasttweets p a {
	color:#b5ab7d;
}
#left-sidebar .mylasttweets p:after {
	clear:both;
	display:block;
	height:0;
	visibility:hidden;
}
#left-sidebar .mylasttweets img {
	margin:0 10px 0 0;
	height:36px;
	width:36px;
	border:2px solid #dcd6b6;
}
#left-sidebar .mylasttweets img:hover {
	border:2px solid #ccab17;
}
#left-sidebar .mylasttweets .hidden {
	display:none;
}
#left-sidebar .mylasttweets p:after {
	clear:both;
	display:block;
	height:0;
	visibility:hidden;
}


/*************************************************************
NEWS FEED WIDGET STYLES
*************************************************************/
/* * Font Styles */
#right-sidebar #news-feed .white {
	color:#fff;
}
#right-sidebar #news-feed .big {
	font-size:13px;
}
#right-sidebar #news-feed .black {
	color:black;
}
#right-sidebar #news-feed .red {
	color:#ed2024;
}
#right-sidebar #news-feed .error {
	color:#FF0000;
}
#right-sidebar #news-feed .right {
	width:300px;
	margin: 0 1px 0 0;
	padding:0;
	color:#FFFFFF;
	font-weight: bold;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#right-sidebar #news-feed .right li.title {
	height:26px;
	background: #356AA0;
	padding:10px 0 0 0px;
	text-align: left;
}
#right-sidebar #news-feed .right li {
	list-style: none;
	background: #356AA0;
	border-bottom:#fff 1px solid;
}
#right-sidebar #news-feed .right li a {
	height:20px;
	padding:7px 0 0 10px;
	display:block;
	color:#FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
#right-sidebar #news-feed .right li a:hover {
	background: #2D5986;
}
#right-sidebar #news-feed .right li.last {
	background: #356AA0;
	padding:15px 0 0 0px;
	text-align: center;
}
#right-sidebar #news-feed .right li.last a {
	height:auto;
	padding:0;
	display: inline;
}
#right-sidebar #news-feed .right li.last a:hover {
	background: #356AA0;
}
#right-sidebar #news-feed .feeds {
	display:none;
	background: #356AA0;
}
#right-sidebar #news-feed .right li.last_menu a {
	background: #356AA0;
}
#right-sidebar #news-feed .right li.last_menu a:hover {
	background: #356AA0;
}
#right-sidebar #news-feed .right li.active {
	background: #fff;
}
#right-sidebar #news-feed .right li.active a {
	padding:5px 0px 5px 10px;
	background: #2D5986 url(none);
}
#right-sidebar #news-feed .right li.active a:hover {
	padding:5px 0px 5px 10px;
	background: #2D5986 url(none);
}
#right-sidebar #news-feed .right li.active div.feeds {
	display:block;
	margin-top:5px;
	padding:5px 0 5px 20;
	background-color: #fff;
}
#right-sidebar #news-feed .right li.transparent {
	background-image: none;
	background-color: transparent;
	padding:0;
	margin:0;
}
/*****************
* Clear Fix
*****************/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clear {
	display:block;
	clear:both;
	line-height:0px !important;
	font-size:0px !important;
	margin:0px;
	padding:0px;
}
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}



/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
  font: 12px Arial, Helvetica, sans-serif;
  color: #333333;
}
#TB_secondLine {
  font: 10px Arial, Helvetica, sans-serif;
  color:#666666;
}
#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
  position: fixed;
  z-index:100;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}
.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
  background-color:#000;
  filter:alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
}
* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_window {
  position: fixed;
  background: #ffffff;
  z-index: 102;
  color:#000000;
  display:none;
  border: 4px solid #525252;
  text-align:left;
  top:50%;
  left:50%;
}
* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_window img#TB_Image {
  display:block;
  margin: 15px 0 0 15px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #666;
  border-left: 1px solid #666;
}
#TB_caption{
  height:25px;
  padding:7px 30px 10px 25px;
  float:left;
}
#TB_closeWindow{
  height:25px;
  padding:11px 25px 10px 0;
  float:right;
}
#TB_closeAjaxWindow{
  padding:7px 10px 5px 0;
  margin-bottom:1px;
  text-align:right;
  float:right;
}
#TB_ajaxWindowTitle{
  float:left;
  padding:7px 0 5px 10px;
  margin-bottom:1px;
}
#TB_title{
  background-color:#e8e8e8;
  height:27px;
}
#TB_ajaxContent{
  clear:both;
  padding:2px 15px 15px 15px;
  overflow:auto;
  text-align:left;
  line-height:1.4em;
}
#TB_ajaxContent.TB_modal{
  padding:15px;
}
#TB_ajaxContent p{
  padding:5px 0px 5px 0px;
}
#TB_load{
  position: fixed;
  display:none;
  height:13px;
  width:208px;
  z-index:103;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}
* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_HideSelect{
  z-index:99;
  position:fixed;
  top: 0;
  left: 0;
  background-color:#fff;
  border:none;
  filter:alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  height:100%;
  width:100%;
}
* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_iframeContent{
  clear:both;
  border:none;
  margin-bottom:-1px;
  margin-top:1px;
  _margin-bottom:1px;
}
/*ADD TO ANY FIXES*/
#main-content ul.addtoany_list li, #main-content ul.addtoany_list li a{
	margin-left:0 !important;	
	padding-left:0 !important;
}