/* $Id$ */
/**
 * Sky
 * http://drupal.org/project/sky
 * http://drupal.org/user/88931
 *
 * Credits:
 * Icons: http://www.icojoy.com/articles/44/
 * Icons: http://www.icojoy.com/articles/46/
 */
/* @group Layout */
body {
  background: #DFDFDF url('/drupal/sites/default/files/images/bg_body.gif') repeat-y center top;
  font-size: 12px; /* Don't modify the font size here */
  line-height: 1.6;
  font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
  color: #333;
}
body.mceContentBody { margin: 0px; }
.mceContentBody h1 { color: #000; }
.mceContentBody .ad_slideshow { visibility: visible !important; }

#wrapper {
  background: #fff;
  font-size: 12px;
  /* -webkit-box-shadow: 1em 1em 1em rgba(0, 0, 0, 0.5); */
}
/* @group Header */
#header {
  position: relative;
  background: #FFF url('/drupal/sites/default/files/images/bg_header2.jpg') no-repeat top left;
  height: 129px;
}
#header #site-name {
  font-size: 3.7em;
  line-height: normal;
  margin: 0.25em 0 0.25em 0.5em;
  float: left;
}
#header #site-name a {
  color: #fff;
}
#header #logo img {
  margin: 52px 0 0 20px;
  padding: 0;
  width: 240px;
}
#header #site-slogan {
  color: #fff;
  font-style: italic;
  margin: 1em;
  font-size: 1.5em;
  float: left;
  display: block;
}

/* @group Name & Slogan */
.name-slogan #site-name {
  margin: 0 0 0 0.5em;
} 
.name-slogan #site-slogan {
  margin: 0 0 1em 1.7em;
}
/* @end */ 

/* @group Name & Logo */
.name-logo #site-name,
.name-logo #logo {
  float: left;
  clear: none;
} 
.name-logo #logo {
  margin: 0 0 1em 0.5em;
  display: block;
}
.name-logo #site-name {
  margin: 0.4em 0 0 0.5em;
} 
/* @end */ 

/* @group Logo & Slogan */
.logo-slogan #logo,
.logo-slogan #site-slogan {
  float: left;
  clear: left;
} 
.logo-slogan #logo {
  margin: 0;
  height: 104px;
} 
#header.logo-slogan #site-slogan {
  margin: 0;
  display: block;
  width: 980px;
  height: 25px;
  clear: both;
  background: #222;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 13px;
  font-style: italic;
  line-height: 23px;
  padding: 0 0 0 23px;
  overflow: hidden;
  color: #CCC;
}
/* @end */

/* @group Name, Slogan and Logo */
.name-slogan-logo #logo {
  float: left;
}
#header.name-slogan-logo #site-slogan {
  float: left;
  clear: left;
  margin: 0 0 0.5em 1.5em;
  font-size: 1.2em;
}
/* @end */
/* @group Footer */
#footer-inner {
  background: #FFF;
  padding: 10px 0 0;
  border-top: 1px solid #CCC;
}

/* @end */
/* @end */
/* @end */
/* @group Links */
a,
a:visited {
  color: #314C74;
  text-decoration: none;
}
a:hover,
a.active {
  color: #000;
}
/* @end */
/* @group HTML Tags */
/* @group Headings */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Lucida Grande', Verdana, Arial, sans-serif;
  clear: both;
  display: block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 1.4em;
  margin-bottom: 10px;
  margin-top: 5px;
}
h1 {
  font-size: 2em;
  margin-bottom: 20px;
  display: block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  letter-spacing: -1px;
  line-height: 140%;
  margin: 0;
}
h2 {
  font-size: 1.8em;
}
h3 {
  font-size: 1.6em;
}
h4 {
  font-size: 1.4em;
}
h5 {
  font-size: 1.2em;
}
/* @end */
/* @group Code */
code, pre, tt {
  font-size: 11px; /* ems don't work well x-browser for some reason */
  font-family: "Espresso Mono", Monaco, Consolas, "Lucida Console", monospace;
  color: #666;
}
pre {
  margin: 1em 0;
  padding: 0.5em;
  border: solid 1px #ddd;
}
/* @end */
/* @group Tables */
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  /*margin: 1em 0;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;*/
}
/*.table-wrapper {
  overflow: auto;
}
.node .table-wrapper,
.view .table-wrapper {
  overflow: visible;
}
.table-wrapper table {
  margin: 10px .2%;
  width: 99.5%;
}
table.package,
#tracker table {
  width: 99.5%;
}*/
/* @group caption */
table caption {
  font-size: 1.4em;
  line-height: 1.6em;
}
/* @end */
/* @group thead, th */
th, thead th {
  background: #fff url('images/bg-shade-light.png') repeat-x 0 100%;
  color: #555;
  text-shadow: #fff 1px 1px 1px;
  border: none;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  padding: 4px;
  font-size: 0.9em;
  font-weight: bold;
  text-align: left; /* LTR */
}
tbody th {
  border-bottom: 1px solid #ddd;
}
thead th {
  padding-right: 4px; /* LTR */
  border-bottom: 1px solid #ddd;
}
th a, th a.active {
  /*color: #555;*/
}
/* @end */
/* @group tbody */
tbody {
  border-top: none;
}
/* @end */
/* @group tr */
tr.even, tr.odd {
  border-bottom: none;
  padding: 0;
}
/* @end */
/* @group td */
td,
#blocks td.block {
 /* border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd; */
  padding: 0.25em 0.5em; 
  vertical-align: top;
}
tr.even, tr.odd {
  background-color: #fff;
}
td.menu-disabled {
  border-bottom: 1px solid #eee;
}
td.menu-disabled, tr.even td {
  background: #f8f8f8;
}
tr.odd td {
  background: #fff;
}
td:hover, tr.even td:hover, tr.odd td:hover {
  /*background: #eee;*/
}
td.active {
  /*background: #eee;*/
}
#blocks td.region {
  background: #fff;
}
/* @end */
/* @end */
/* @group Definition Lists */
dl {
  border: solid 1px #ddd;
  width: 100%;
  margin: 1em 0;
  padding: 0;
}
dt {
  background: #fff url('images/bg-shade-light.png') repeat-x 0 100%;
  color: #555555;
  border-bottom: 1px solid #ddd;
  font-weight: bold;
  padding: 0.25em 0.75em;
  text-shadow: #fff 1px 1px 1px;
}
dt a {
  text-decoration: none;
}
dd {
  border-bottom: solid 1px #ddd;
  margin: 0;
  padding: 0.5em 1.5em;
}
dd:last-child {
  border-bottom: 0;
}
dd:hover  {
  background: #eee;
}

/* @group Undo Styling of DL's in some admin areas */
/* Remove borders and tweak margins for forms in <dl>'s */
.search-results dd {
  margin-bottom: 0;
}
.search-results dt.title {
  font-weight: bold;
  font-size: 1.2em;
}
.search-results p.search-info {
  font-size: 0.9em;
  color: #666;
}
dl.multiselect,
dl.multiselect dt {
  border: none;
}
.advanced-help-topic dd {
  margin-bottom: 0;
}
/* @end */
/* Remove borders and tweak margins for forms in <dl>'s */
.search-results dd {
  margin-bottom: 0;
}
.search-results dt.title {
  font-weight: bold;
}
.search-results p.search-info {
  font-size: 0.9em;
  color: #666;
}
dl.multiselect,
dl.multiselect dt {
  border: none;
}
.advanced-help-topic dd {
  margin-bottom: 0;
}
/* @end */
/* @group Misc */
p {
  margin: 0px 0 10px;
}
img {
  border: none;
}

blockquote, cite {
  clear: both;
  display: block;
  background: url('images/bg-cite.png') no-repeat;
  color: #888;
  font-style: italic;
  padding: 10px 0 0 45px;
}
caption {
  text-align: left;
}
.caption {
	display: none;
}
acronym, abbr {
  border-bottom: dotted 1px;
}
acronym:hover, abbr:hover {
  cursor: help;
}
/* @end */
/* @end */

/* @group Navigation */
/* @group Nav Bar */
/**
 * Controls the backround color of the bar and
 * the default background state of the links
 */
#navigation {
  background: #fff url('images/bg-shade-light.png') repeat-x bottom left;
  border-bottom: solid 1px #ddd;
  height: 2.75em;
}
/**
 * Navigation Layout Alignment from theme settings
 * Credit: CSS Play, Centering Floats: http://www.cssplay.co.uk/menus/centered.html
 */
#navigation del {
  text-decoration: none!important;
}
#navigation .wrap-center {
  display: table;
  margin: 0 auto;
}
#navigation .wrap-left {
  float: left;
}
#navigation .wrap-right {
  float: right;
}
/* @end */
/* @group Level 1 */
#navigation ul {
  line-height: 2.75em;
  list-style: none;
  margin: 0;
  padding: 0;
  z-index: 998;
  opacity: 0.9999; /* Fixes bug FF2 with Superfish menus */
  border: none;
  position: relative;
}
html>/**/body #navigation {
 opacity: 1; /* Sets the opacity back for FF3 */
}
#navigation li {
  border-right: solid 1px #ddd;
  float: left;
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 999;
}
#navigation li.last {
  border-right: none;
}
/* First level links */
#navigation a,
#navigation a:visited {
  background: #fff url('images/bg-shade-light.png') repeat-x 0 100%;
  border: none;
  color: #555;
  display: block;
  font-size: 1em;
  font-weight: bold;
  margin: 0;
  overflow: hidden;
  padding: 0 1.2em;
  text-decoration: none;
  text-shadow: #fff 1px 1px 1px;
}
/* First level regular link hover */
#navigation a:hover,
#navigation a:visited:hover,
#navigation .active-trail a.active:hover,
#navigation .active-trail a:hover {
  background: #B3B3B3 url('images/bg-shade-medium.png') repeat-x 0 100%;
  color: #fff;
  text-shadow: none;
}
#navigation .expanded a {
  background: transparent url('images/icn-arrow-down-light.png') no-repeat 96% 51%;
}
/* First level expandable active & hover state */
#navigation .sfHover a,
#navigation .sfHover a:hover {
  background: #fff url('images/bg-shade-light-flip.png') repeat-x;
  color: #777;
}
/* First level regular link active */
#navigation .active-trail a,
#navigation .active-trail a.active {
  color: #000;
}
/* @end */
/* @group Level 2 + */
#navigation ul ul {
  background: #fff url('images/bg-shade-white-lrg.png') repeat-x 0 100%;
  border: solid 1px #ddd;
  border-top: 0;
  width: 15em;
  left: 0;
  line-height: 1.25em;
  color: #555;
  display: none; /* make sure the submenus aren't visible on load */
  margin: 0 0 0 -1px; /* make up for border */ 
  padding: 0;
  position: absolute;
  top: 2.75em;
  z-index: 1000;
}
#navigation ul ul li {
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
  width: 15em;
  line-height: normal;
  border-right: none;
  text-align: left;
}
#navigation li .expanded ul {
  margin: -2.65em 0 0 15em;
}
/* Second level links */
#navigation ul ul li a,
#navigation ul ul li a:visited,
#navigation ul li.active-trail ul li a,
#navigation .sfHover ul li a {
  background: none;
  border-bottom: solid 1px #eee;
  color: #555;
  display: block;
  font-size: 0.9em;
  font-weight: normal;
  overflow: hidden;
  padding: 0.5em 1.25em 0.5em 0.75em;
  text-decoration: none;
}
/* remove bottom border, since it's being applied at ul level */
#navigation ul ul li.last a {
  border-bottom: none;
}
/* indicate menu has children with right arrow bg image */
#navigation ul ul li.expanded {
  background: transparent url('images/icn-arrow-right-light.png') no-repeat 96.5% 50%;
}
/* make sure children of expanded menus don't inherit indicator */
#navigation ul li.expanded li.leaf {
  background: none;
}
/* hover state for all submenu links */
#navigation ul ul li a:hover,
#navigation ul ul li a:visited:hover {
  background: #B3B3B3 url('images/bg-shade-medium.png') repeat-x 0 100%!important;
  color: #fff!important;
}
/* active submenu link */
#navigation ul li.active-trail ul li a.active {
  color: #000;
}
#navigation ul ul ul {
  z-index: 1001;
  margin: 0;
  top: 2.65em;
}
/* @end */
/* @end */

/* @group Breadcrumbs */
.breadcrumb {
  clear: both;
  margin: 0 0 10px;
  padding: 5px 0 0;
  display: none;
}
/* @end */

/* @group Mission */
.mission {
  background: #fff url('images/bg-shade-white-lrg.png') repeat-x bottom left;
  border: 1px solid #eee;
  color: #000;
  margin: 5px 0 15px 0;
  padding: 15px;
}
/* @end */
/* @group Tabs */
.tab-wrapper {
  border-bottom: solid 1px #ddd;
  margin: 1em 0;
}
.primary-and-secondary {
  border-bottom: none;
}
.primary-and-secondary #tabs-primary {
  bottom: 0;
}
/* make the tabs smaller in the admin section */
.section-admin #tabs-primary li a {
  font-size: 1em;
  padding: 0.6em;
}

/* @group Primary */
#tabs-primary {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
  font-size: 1em;
  float: left;
  position: relative;
  z-index: 1;
  bottom: -1px;
}
#tabs-primary ul {
  margin: 0;
  padding: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  list-style: none;
  display: block;
  float: left;
  width: 100%;
}
#tabs-primary ul li {
  margin: 0;
  padding: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  list-style: none;
  float: left;
  display: block;
}
#tabs-primary ul li:last-child {
  border-right: solid 1px #ddd;
}
#tabs-primary ul li.active::hover:last-child {
  border-right: solid 1px #858585;
}
#tabs-primary ul li.active:last-child {
  border: none;
  background: #fff;
}
#tabs-primary ul li a {
  background: #fff url('images/bg-shade-light.png') repeat-x 0 100%;
  color: #555555;
  margin: 0;
  padding: 0;
  outline: 0;
  border-top: solid 1px #ddd;
  border-left: solid 1px #ddd;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
  float: left;
  font-weight: normal;
  text-decoration: none;
  padding: 0.5em 1.1em;
  text-shadow: #fff 1px 1px 1px;
}
#tabs-primary ul li a:hover {
  background: #b3b3b3 url('images/bg-shade-medium.png') repeat-x 0 100%;
  color: #fff;
  text-shadow: #555 1px 1px 1px;
  border-color: #999;
}
#tabs-primary ul li.active {
  background: #858585 url('images/bg-shade-dark.png') repeat-x 0 100%;
  color: #fff;
}
#tabs-primary ul li.active a,
#tabs-primary ul li.active a:hover {
  background: #858585 url('images/bg-shade-dark.png') repeat-x 0 100%;
  color: #fff;
  line-height: 1.9;
  margin-top: -0.6em;
  text-shadow: #333 1px 1px 1px;
  border-color: #858585;
}

/* @end */
/* @group Secondary */
#tabs-secondary {
  background: #858585 url('images/bg-shade-dark-flip.png') repeat-x 0 0%;
  color: #fff;
  float: left;
  position: relative;
  width: 100%;
  border: solid 1px #858585;
  border-top: none;
}
#tabs-secondary ul {
  display: inline;
  list-style: none;
  float: left;
  padding: 0.5em;
  margin: 0;
}
#tabs-secondary ul li {
  float: left;
  padding: 0;
  margin: 0;
}
#tabs-secondary ul li a {
  font-size: 1em;
  float: left;
  padding: 0.5em 0.75em;
  margin: 0 0.15em 0 0;
  color: #fff;
  text-shadow: #444 1px 1px 1px;
}
#tabs-secondary ul li:last-child a {
  border-right: none;
}
#tabs-secondary ul li a:hover,
#tabs-secondary ul li.active a {
  background: #b3b3b3 url('images/bg-shade-medium.png') repeat-x 0 100%;
  color: #fff;
  text-shadow: #555 1px 1px 1px;
  border-color: #999;
}
/* @end */
/* @end */
/* @group Pagers */
div.pager {
  margin: 1em auto;
  text-align: center;
}
.pager-inner {
  padding: 0 0.5em;
  background: #fff url('images/bg-shade-light.png') repeat-x 0 100%;
  -webkit-border-raduis: 0.333em;
  -moz-border-raduis: 0.333em;
  border: solid 1px #ddd;
}
ul.pager {
  padding: 0;
  margin: 0;
  display: inline;
}
ul.pager li {
  margin: 0 0.25em 0.25em 0!important;
  padding: 0!important;
  border: none;
  display: inline;
}
ul.pager li a {
  border: 0;
  color: #555555;
  text-decoration: none;
  margin: 0;  
  padding: 0.2em 0.75em;
  font-weight: normal;
  display: inline-block;
}
ul.pager li a:hover,
ul.pager li a:visited:hover {
  background: #B3B3B3 url('images/bg-shade-medium.png') repeat-x 0 100%;
  color: #fff;
}
ul.pager li span {
  padding: 0.2em 0.75em;
  display: inline-block;
  font-weight: normal;
}
ul.pager li.pager-current {
  font-weight: bold;
}
ul.pager li.pager-current span  {
  background: #858585 url('images/bg-shade-dark.png') repeat-x 0 100%;
  color: #fff;
}
.block div.pager-inner,
.panel-pane div.pager-inner {
  background: none;
  border: none;
}
.block div.pager,
.panel-pane div.pager {
  font-size: 0.9em;
  text-align: left;
}
.block div.pager-inner,
.panel-pane div.pager-inner {
  background-image: none;
}
.block div.pager ul.pager,
.panel-pane ul.pager {
  margin:0;
  padding: 0;
}
/* @end */
/* @group Item Lists */
div.item-list {
  padding: 0.25em 0.75em;
  margin: 0;
}
div.item-list ul {
  list-style: disc outside;
  margin: 0.25em 1.25em;
  padding: 0;
}

div.item-list ul li {
  list-style-type: disc;
  margin: 0;
}
/* @end */
/* @group Menus */
/* @group Drupalisms */
ul.menu li {
  margin: 0 0 0 0;
}
li.leaf {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}
/* @end */
ul.menu {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
  border: solid 1px #ddd;
  /*border-bottom: 0;*/
}
ul.menu ul {
  width: 100%;
  margin: 0;
  padding: 0;
  border: none;
}
ul.menu ul ul {
  margin: 0;
  padding: 0;
}
ul.menu li,
ul.menu li.leaf,
ul.menu li.expanded,
ul.menu li.collapsed {
  list-style: none;
  list-style-image: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
ul.menu li a {
  display: block;
  font-size: 1em;
  padding: 0.25em 1.5em;
  border-bottom: 1px solid #EEE;
  color: #888;
}
ul.menu li.active-trail > a,
ul.menu li.active-trail > a.active,
ul.menu li a.active,
ul.menu li a.active:visited {
  color: #555;
  text-shadow: #fff 1px 1px 1px;
  font-weight: bold;
  background-color: #f8f8f8;
}
ul.menu a {
  color: #888;
  padding: 0.25em 1em;
}
ul.menu a:visited {
  color: #888;
}
ul.menu a:hover {
  color: #000;
}
ul.menu ul a {
  font-size: 0.9em;
}
/* Prevent duplicate bottom borders */
ul.menu li.last a,
ul.menu li:last-child a {
  border-bottom: none;
}
ul.menu li li.last a,
ul.menu li li:last-child a {
  border-bottom: solid 1px #eee;
}
/* @group Indentation */
/* Indentation is happening at link level with padding. */
ul.menu a {padding-left: 1em;}
ul.menu ul a {padding-left: 3.25em;}
ul.menu ul ul a {padding-left: 4.75em;}
ul.menu ul ul ul a {padding-left: 6.25em;}
/* @end */

/* @group Background Images */
ul.menu .expanded a,
ul.menu .collapsed a {
  background: url('images/sprites-sky.png') no-repeat;
}
/* Indentation needs to be applied to the sprites as well. */
/* @group First Level */
ul.menu .expanded a {background-position: 6px -503px;}
ul.menu .expanded a:hover {background-position: 6px -244px;}
ul.menu .collapsed a {background-position: 6px -1019px;}
ul.menu .collapsed a:hover {background-position: 6px -760px;}
/* @end */
/* @group Second Level */
ul.menu ul .expanded a {background-position: 22px -503px;}
ul.menu ul .expanded a:hover {background-position: 22px -244px;}
ul.menu ul .collapsed a {background-position: 22px -1019px;}
ul.menu ul .collapsed a:hover {background-position: 22px -760px;}
/* @end */
/* @group Third Level */
ul.menu ul ul .expanded a {background-position: 38px -503px;}
ul.menu ul ul .expanded a:hover {background-position: 38px -244px;}
ul.menu ul ul .collapsed a {background-position: 38px -1019px;}
ul.menu ul ul .collapsed a:hover {background-position: 38px -760px;}
/* @end */
/* @group Fourth Level */
ul.menu ul ul ul .expanded a {background-position: 54px -503px;}
ul.menu ul ul ul .expanded a:hover {background-position: 54px -244px;}
ul.menu ul ul ul .collapsed a {background-position: 54px -1019px;}
ul.menu ul ul ul .collapsed a:hover {background-position: 54px -760px;}
/* @end */


/* Remove the background images for nested list items that don't have any children. */
ul.menu .expanded .leaf a,
ul.menu .collapsed .leaf a {
  background-image: none;
}


/* @end */

/* @end */
/* @group More Links */
.more-link {
  padding: 0.25em;
  margin: 1em -0.55em -0.55em -0.55em;
  display: block;
  font-size: 0.9em;
  text-transform: uppercase;
  font-weight: bold;
  color: #888;
  height: 1.5em;
  clear: both;
}
.more-link a {
  color: #888;
  padding-right: 1.5em;
  float: right;
}
.more-link a:hover {
  color: #555;
}
.more-link span.icon {
  background: transparent url('images/sprites-sky.png') no-repeat 0 -1023px;
  height: 16px;
  width: 16px;
  float: right;
  margin-left: -1.15em;
}
/* @end */
/* @group Blocks */
.block {
  overflow: hidden;
  margin: 0;
  padding: 0;
}
#content-bottom .block {
  border: 1px dotted #ddd;
  margin: 1em 0 2em 0;
}
#content-top { height: 104px; overflow: hidden; }
#content-top .block { padding: 7px 0 0 8px; height: 87px; overflow: hidden; }
#content-top .block p { margin: 0; text-align: right; padding-right: 8px; }
#content-top .block img { width: 728px; height: 90px; }
	
.block h3.title {
  background: #fff url('images/bg-shade-light.png') repeat-x bottom left;
  color: #777;
  display: block;
  font-weight: 700;
  letter-spacing: normal;
  text-align: left;
  font-size: 1.1em;
  padding: 5px 10px;
  margin: 0;
  text-shadow: #fff 1px 1px 1px;
  color: #555;
  -moz-border-radius-topleft: 0.333em;
  -webkit-border-top-left-radius: 0.333em;
  -moz-border-radius-topright: 0.333em;
  -webkit-border-top-right-radius: 0.333em;
  border: solid 1px #ddd;
  border-bottom: 0;
}
.block .content {
  /*border: 1px solid #ddd; */
  padding: 0px; 
  position: relative;
}
.style-menu .content {
  padding: 0;
  border: none;
}
/* @group Links */
.block .links ul {
  font-size: 1em;
  display: block;
  margin: 0;
  padding: 0 0 0 0.25em;
}
.block .links li {
  display: block;
  list-style-type: disc;
  list-style-position: outside;
}
/* @end */
/* @group Poll */
/* @group Results */
.poll .title {
  font-size: 1.1em;
  font-weight: bold;
  margin-bottom: 1em;
}
.poll .bar {
  background: #fff url('images/bg-shade-light.png') repeat-x bottom left;
  color: #777;
  height: 1.5em;
}
.poll .bar .foreground {
  background: #858585 url('images/bg-shade-dark.png') repeat-x bottom left;
  color: #fff;
  height: 1.5em;
}
/* @end */

/* @group Vote Form */
.poll .vote-form {
  text-align: left;
}
.poll .vote-form .choices {
  display: block;
  margin: 0;
}
.poll .vote-form .choices .title {
  font-size: 1.1em;
  line-height: normal;
}
/* @end */
/* @end */
/* @end */
/* @group Nodes */
#edit-body-wrapper {
  width: 100%;
  clear: both;
}
.node {
  clear: both;
  display: block;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
/* @group Teasers */
.node-teaser {
  margin-bottom: 3em;
  padding-bottom: 1.5em;
  border-bottom: solid 1px #eee;
}
/* @end */
/* @group Sticky */
.node-sticky {
  border: 2px dotted #eee;
}

/* @end */
/* @group Meta */
.node .meta {
  color: #777;
}
.node .meta p {
  margin: 0;
  padding: 0;
}
.node-teaser .meta,
.with-photo .meta {
  float: left;
  background: #fff url('images/bg-shade-white-lrg.png') repeat-x left bottom;
  border: solid 1px #ddd;
  clear: both;
  padding: 1em;
  -webkit-border-radius: 0.333em;
  -moz-border-radius: 0.333em;
}
.with-photo .meta {
  padding: 1em 1em 1em 9em;
  width: 81%;
  /* 81% */
  min-height: 7.25em;
}
.node .meta .picture {
  float: left;
  position: absolute;
  margin: 0 1em 0 -8em;
  padding: 0;
  border: solid 1px #777;
  -webkit-box-shadow: 5px 5px 5px;
}
.node .meta .picture img {
  margin: 0;
  padding: 0;
  display: block;
}
.without-photo .meta {
  padding: 1em;
  width: 93%;
}

/* @end */
/* @group Terms */
.node .terms {
  font-size: 1.1em;
  margin-top: 0.25em;
}
.node .terms .icon {
  background: url('images/sprites-16.png') no-repeat -169px -1224px;
  width: 16px;
  height: 16px;
  display: block;
  float: left;
}
.node .terms ul {
  border: none;
  font-size: 0.9em;
  display: inline;
  padding: 0;
  margin: 0!important;
}
.node .terms ul li {
  display: inline;
  margin: 0.25em 0.65em;
}
/* @end */
/* @group Content */
.node .content {
  padding: 0;
  clear: both;
}
.node ol {
  list-style-type: decimal;
  margin: 0 0 0 35px;
}
.node ul {
  list-style-type: disc;
  margin: 0 0 0 35px;
}
.node .content li {
  padding: 2px 0;
}
/* @end */
/* @group Book Navigation */
.book-navigation {
  margin: 2em 0;
  border: solid 1px #ddd;
}
.book-navigation ul.menu {
  border: none;
  margin: 0;
  padding: 0;
}
#book-outline {
  min-width: 0;
}
/* @group Links */
.book-navigation .page-links {
  border: none;
  background: #fff url('images/bg-shade-light.png') repeat-x bottom left;
}
.book-navigation .page-links a {
  color: #555;
  text-shadow: #fff 1px 1px 1px;
}
.book-navigation .page-links a:hover {
  background: none;
  color: #000;
}
/* @end */
/* @end */
/* @group Node Add */
dl.node-type-list dt a:before {
  content: '+ ';
}
/* @end */
/* @group Links */
.node div.links {
  padding: 0;
}
.node .links ul {
  display: inline;
  margin: 0 0 1em 0;
  padding: 0;
  float: left;
  clear: both;
}
.node .links li {
  background: #fff url('images/bg-shade-light.png') repeat-x 0 100%;
  margin: 0;
  padding: 0;
  outline: 0;
  border: solid 1px #ddd;
  line-height: 1.3;
  text-decoration: none;
  font-size: 0.9em;
  list-style: none;
  float: left;
  font-weight: normal;
  text-decoration: none;
  padding: 0.5em 1.1em;
  text-shadow: #fff 1px 1px 1px;
  -webkit-border-radius: 0.333em;
  -moz-border-radius: 0.333em;
  display: inline;
  margin: 0.25em 0.5em 0 0;
}
.node .links li:hover {
  background: #b3b3b3 url('images/bg-shade-medium.png') repeat-x 0 100%;
  border-color: #999;
  color: #333;
  text-shadow: #ddd 1px 1px 1px;
}
.node .links li a {
  color: #555555;
}
.node .links li:hover a,
.node .links li:hover a:hover {
  color: #fff;
  text-shadow: #555 1px 1px 1px;
}

/* @end */
/* @end */
 
/* @group Comments */
#comment-wrapper {
  clear: both;
}
#comment-wrapper h3 {
  display: block;
  font-size: 1.5em;
  letter-spacing: -1px;
  line-height: 2em;
}
#comments .box {
  clear: both;
  margin: 25px 0 0 0;
}
.comment {
  border: 1px solid #ddd;
  clear: both;
  display: block;
  margin: 0 0 15px 0;
}
.comment .title {
  display: block;
  font-size: 1.5em;
  letter-spacing: -1px;
  line-height: 2em;
  padding-left: 8px;
}
.comment .title .new {
  padding-left: 4px;
}
.comment .info {
  clear: both;
  display: block;
  font-size: 0.95em;
  padding: 5px 10px;
  color: #888;
}
.comment .info .picture {
  display: inline;
  margin: 0 10px;
}
.comment .info .picture img {
  display: inline;
  padding: 0 0 10px 0;
  vertical-align: middle;
}
.comment .content {
  padding: 5px 10px;
}
#comment-wrapper {
  clear: both;
  margin: 1.5em 0 0 0;
  position: static;
}
#comment-wrapper h3 {
  display: block;
  font-size: 1.5em;
  letter-spacing: -1px;
  line-height: 2em;
}
.comment ul.links {
  float: left;
  border-top: solid 1px #ddd;
  background: #fff url('images/bg-shade-light.png') repeat-x 0 100%;
  line-height: 24px;
  height: 24px;
  padding: 0;
  display: inline;
  margin: 1em 0 0 0;
  padding: 0;
  width: 100%;
  text-align: right;
}
.comment .links li {
  background: #fff url('images/bg-shade-light.png') repeat-x 0 100%;
  margin: 0!important;
  outline: 0;
  text-decoration: none;
  list-style: none;
  font-weight: normal;
  padding: 0 1em;
  line-height: 24px;
  text-shadow: #fff 1px 1px 1px;
  display: inline-block;
}
.comment .links li:hover {
  background: #b3b3b3 url('images/bg-shade-medium.png') repeat-x 0 100%;
  color: #333;
  text-shadow: #ddd 1px 1px 1px;
}
.comment .links li a {
  color: #555;
}
.comment .links li:hover a,
.comment .links li:hover a:hover {
  color: #fff;
  text-shadow: #555 1px 1px 1px;
}

/* @end */

/* @group Feed Icon */
.left .feed-icon {
  text-align: right;
  padding: 0 1em 0 0;
}
.right .feed-icon {
  text-align: left;
  padding: 0 0 0 1em;
}
.block .feed-icon {
  text-align: left;
}
/* @end */
/* @group Feed Aggregator */
/* @group Source */
.feed-source {
  background: #fff url('images/bg-shade-white-lrg.png') repeat-x 0 100%;
  margin: 1em 0;
  padding: 2em;
  border: solid 1px #ddd;
  -moz-border-radius: 0.333em;
  -webkit-border-radius: 0.333em;
}
.feed-source .feed-icon {
  margin-left: 1em;
}
.feed-description {
  margin: 0 4em 1em 0;
  font-size: 1.1em;
}
.feed-url {
  border-top: solid 1px #ddd;
  padding-top: 1em;
}
.feed-url em,
.feed-updated em {
  color: #777;
  width: 90px;
  float: left;
}
/* @end */
/* @group Item */
.feed-item {
  padding: 1em;
  border-bottom: solid 1px #eee;
}
.feed-item-title a {
  font-size: 1.4em;
}
.feed-item-meta {
  color: #777;
}
/* @end */
/* @end */
/* @group Forms */
/* @group Fieldsets */
/* Don't apply padding to the fieldsets */
fieldset,
fieldset fieldset {
  padding: 0;
  margin: 1.3em 0;
}
/**
 * Collapsed Fieldset
 * Don't want any padding, additional margins, borders
 * or background colors because the fieldset is collapsed.
 */
fieldset.collapsed {
  border: none;
  margin-bottom: 1.5em!important;
}
/**
 * Expanded & Regular (not collapsible) Fieldset
 * Applying required fieldset styles here.
 */
fieldset.collapsible:not(.collapsed),
fieldset:not(.collapsible) {
  background: #fff url('images/bg-shade-white-lrg.png') repeat-x bottom left;
  border: solid 1px #cdcdcd;
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
}
html.js fieldset:not(.collapsible) legend {
  padding: 0;
  margin-left: 1.25em;
}
/**
  * Padding is being applied to wrappers as opposed to the
  * fieldsets themselves.  Some Drupal forms have a
  * div.fieldset-wrapper, and some don't so we've overridden
  * theme_fieldset() to make sure there is always one, and
  * here we back out of the padding when 2 are present.
 */
fieldset .fieldset-wrapper {
  padding: 1.3em;
  margin: 0;
  display: block;
}
fieldset .fieldset-wrapper .fieldset-wrapper {
  padding: 0;
}
/* Padding inside nested fieldsets still needs to happen */
fieldset .fieldset-wrapper fieldset .fieldset-wrapper {
  padding: 1em;
  margin: 0;
}
/* Avoid scrollbars */
html.js fieldset.collapsible .fieldset-wrapper {
  overflow: visible;
}
/* @group Legends */
/* Regular & Common Legend Styles */
fieldset legend {
  font-size: 1em;
  font-weight: bold;
}
fieldset legend a,
fieldset legend a:active,
fieldset legend a:focus,
fieldset legend a:visited {
  text-decoration: none;
}
html.js fieldset.collapsible legend a {
  background: transparent url('images/sprites-sky.png') no-repeat;
  padding: 0 0 0 1.5em;
}
/* Expanded Legend */
html.js fieldset.collapsible legend {
  margin-left: 1.5em;
}
html.js fieldset.collapsible legend a {
  background-position: -266px -250px;
}
/* Collapsed Legend */
html.js fieldset.collapsed legend {
  margin-left: 0;
}
html.js fieldset.collapsed legend a {
  background-position: -266px -516px;
}
/* @end */
/* @end */
/* @group Labels */
.form-item label {
  font-size: 1.1em;
  font-weight: normal;
}
/* Back out of the bigger sizes for checkbox and radio option labels */
.form-item label.option {
  font-size: 1em;
}
/* @end */
/* @group Elements */
.form-item,
.book-outline-form .form-item {
  padding: 0;
  margin: 1.0em 0 1.5em 0;
  width: auto;
}
/**
 * Specifically set font size & family for inputs to
 * override browser and crazy module defaults
 */
.form-checkbox,
.form-checkboxes,
.form-date,
.form-file,
.form-password,
.form-radio,
.form-select,
.form-text,
.form-textarea {
  font-size: 9pt;
}
/* @group Textfields */
.form-text {
  color: #333;
  width: 98%;
}
/* 98% width doesn't play well in table cells with padding  */
td .form-text {
  width: auto;
}
/* @group Node Forms */
.node-form .form-text {
  width: 98%;
}
.node-form  fieldset .form-text {
  width: 99%;
}
/* @end */
/* @group Search Forms */
.search-form .form-text {
  /* width: 80%;
  margin-right: 0em; */
}

/*remove outline from clicked links*/
*|*:-moz-any-link:focus{outline-width:0!important}
/*remove outline inputs*/
input:focus::-moz-focus-inner{border-color:transparent!important}

/* @end */
/* @end */
/* @group Textareas */

.resizable-textarea {
  width: 100%;
}
.form-textarea {
  color: #333;
  width: 98%;
}
.node-form textarea {
  width: 98%;
}

/* @end */
/* @group Checkboxes */
.form-item-checkbox {
  margin: 1em 0 0.5em 0;
}
/* @group Required Elements */
/* Aligning the asterisk to the left of the label */
.form-item-required {
  position: relative;
}
.form-item-required .form-required {
  position: absolute;
  left: 0;
  line-height: normal;
  color: #ED2A7B;
  float: left;
  font-size: 1.0em;
  font-weight: bold;
}
.form-item-required label {
  padding-left: 0.8em;
}
/* @end */
/* @end */

/* @end */
/* @group Descriptions */
.description {
  color: #666;
  line-height: normal;
  padding: 0.25em 0 0.25em 0;
}
.fieldset-wrapper > div.description {
  margin-top: 0px;
  font-size: 1.1em!important;
  color: inherit;
}
/* @end */
/* @group Filter Tips */
ul.tips {
  margin: 0;
  padding: 0 0 0 2.25em;
}
ul.tips li {
  list-style: square;
  list-style-position: outside;
  margin: 0 0 0 1em;
  padding: 0.25em;
  font-size: 1.2em;
}
/* @end */
/* @group User Login Form */
#user-login-form {
  text-align: left;
  padding: 1em 0 1em 1em;
  margin: 0;
  text-align: left;
}
#user-login-form .form-item,
#user-login-form .form-text {
  margin: 0;
}
#user-login-form .form-text {
  width: 90%;
}
#user-login li,
#user-login-form li {
  list-style: none;
}
/* Open ID */
#user-login-form .form-item {
  margin: 0 0 1.5em 0;
}
#user-login-form .form-submit {
  margin-top: -1.5em;
  margin-bottom: 1em;
}
#user-login li,
#user-login-form li {
  list-style: none;
  padding: 0;
  margin: 0;
}
#user-login ul,
#user-login-form ul {
  margin: 0;
}
/* Open ID */
li.openid-link  {
  padding: 0;
  margin: 0;
  background-position: center left;
}
li.openid-link a {
  padding-left: 1.75em;
  margin: 0;
 }
#user-login li.openid-link {
  margin-bottom: 1em;
}
/* User Login Block */
#block-user-0 .content {
  border: solid 1px #ddd;
}
#block-user-0 form {
  overflow: hidden;
}
.advanced-help-link {
  margin-top: 1px!important;
}
/* @end */
/* @end */
/* @group System Messages */
div.messages {
  background: #fff url('images/bg-shade-white-lrg.png') repeat-x 0 100%;
  border: 1px solid #ddd;
  margin: 1em 0;
  padding: 1em 1em 2em 1em;
  -webkit-border-radius: 0.333em;
  -moz-border-radius: 0.333em;
}
div.warning {
  margin: 1em 0;
  padding: 1em 1em 2em 1em;  
}
.messages .inner {
  padding-left: 4em;
}
.messages .icon {
  background: url('images/sprites-32.png') no-repeat 0 0;
  position: absolute;
  width: 32px;
  height: 32px;
}
.warning .icon {background-position: -182px -1270px;}
.error .icon {background-position: -364px -898px;}
.status .icon {background-position: 0 -960px;}

div.help {
  margin: 1em 0;
  padding: 1em 0;
}
div.help div.help {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
}
div.password-description {
  border: solid 1px #ddd;
  padding: 0.5em 1em 1.25em 4em;
  -webkit-border-radius: 0.333em;
  -moz-border-radius: 0.333em;
  font-size: 0.9em;
  margin: -2em 0 1em 0;
}
/* @end */
/* @group Module Support */
/* @group User Profile */
.profile dd {
  margin-bottom: 0;
}
.profile td {
  margin: 0;
}
.profile h3 {
  border-bottom: none;
}
.profile .picture {
  float: left;
}
/* @end */
/* @group Panels Front End */
.panel-panel {
  overflow: hidden;
}
.panel-pane .block {
  border: solid 1px #ddd;
}
/* @end */

/* @group Quicktabs */
.quicktabs_main .block {
  border: none;
  margin: 0;
  padding: 0;
}
.quicktabs_main .block .content {
  border: none;
}
.quicktabs_main .block .title {
  background: none;
  border: none;
  padding: 1em 1em 0.25em 1em;
}
.panel-pane .quicktabs_wrapper .content {
  border: none;
}
/* @end */

/* @group Admin Menu */
#admin-menu {
  font-size: 11px;
  z-index: 9999;
}
/* @end */

/* @group Vertical Tabs */
/* Disclaimer: sorry about all the important!'s but the CSS file loads last */
div.vertical-tabs-div {
  border: 1px solid #ddd!important;
}
.vertical-tabs ul.vertical-tabs-list {
  border: 1px solid #ddd!important;
  border-bottom: 0!important;
  border-right: 0!important;
}
.vertical-tabs ul.vertical-tabs-list li {
  background: #fff url('images/bg-shade-light.png') repeat-x 0 100%!important;
  border-bottom: 1px solid #ddd!important;
  border-right: 1px solid #ddd!important;
  text-shadow: #fff 1px 1px 1px;
}
.vertical-tabs ul.vertical-tabs-list li span.description {
  color: #999;
  text-shadow: none;
}
.vertical-tabs ul.vertical-tabs-list li a {
  text-shadow: #fff 1px 1px 1px;
  color: #555;
}
.vertical-tabs ul.vertical-tabs-list li.selected {
  background: #858585 url('images/bg-shade-dark.png') repeat-x 0 100%!important;
  border-right: none!important;
  color: #fff;
}
.vertical-tabs ul.vertical-tabs-list li.selected a {
  color: #fff!important;
  text-shadow: #333 1px 1px 1px;
}
.vertical-tabs ul.vertical-tabs-list li.selected span.description {
  color: #fff;
}
/* @end */

/* @group TinyMCE */
body.mceContentBody {
  background: #fff none;
}
/* @end */
/* @group Coder */
.coder pre {
  border: none;
  margin: 0;
}
.coder .item-list ul {
  margin: 0;
  padding: 0;
  border: solid 1px #bbb;
}
.coder .item-list li {
  list-style: none;
  padding: 0;
  margin: 0;
  border-bottom: solid 1px #bbb;
}
.coder .item-list li:last-child {
  border-bottom: 0;
}
.coder .item-list li.first.last {
  border: none;
  padding: 2em;
  color: #777;
}
.coder .coder-warning {
  padding: 1em;
}
/* @end */
/* @group External Link */
ul.menu a.ext {
  padding-right: 0;
}
/* @end */
/* @end */




/* ---------- WLL CONTENT ---------- */

/* MENU */
#block-user-1 .content .menu { margin-bottom: 15px; }
#block-menu-primary-links .content .menu { text-transform: uppercase; border: 0px none; border-top: 1px dotted #666; }
#block-menu-primary-links .content .menu li { display: inline; width: 180px; } /* needed to remove extra space between <li> in IE6 */
#block-menu-primary-links .content .menu a { color:#191919; padding: 0.25em 0.5em; font-weight: normal; }
#block-menu-primary-links .content .menu li a { border-bottom: 1px dotted #666; }
#block-menu-primary-links .content .menu li a.active, #block-menu-primary-links .content .menu li a.active:visited { background-color: #ED2A7B; color: #FFF; font-weight: normal; text-shadow: none; }
#block-menu-primary-links .content .menu li a:hover { background-color: #ED2A7B; color: #FFF; }

/* SUBMENU */
#block-menu-primary-links .content .menu .active-trail a { background-color: #ED2A7B; color: #FFF; font-weight: normal; text-shadow: none; }
#block-menu-primary-links .content .menu .expanded a { background-image: none; color: #FFF; }
#block-menu-primary-links .content .menu .collapsed a { background-image: none; color: #191919; }
#block-menu-primary-links .content .menu .collapsed a:hover { background-color: #ED2A7B; color: #FFF; }

#block-menu-primary-links .content .menu .menu { /* display: none; */ }
#block-menu-primary-links .content .menu .menu li a { background-color: #FFF; color:#191919; text-transform: capitalize; line-height: 16px; padding: 0.25em 0.5em 0.25em 1.0em; }
#block-menu-primary-links .content .menu .menu li a:hover { background-color: #FFF59A; color: #191919; }
#block-menu-primary-links .content .menu .menu li a.active { background-color: #FFF59A; color: #191919; }


.page-node h1.title, .page-node .meta, .page-node .push { display:none; }
h1.title { font-family: Georgia, "Times New Roman", Times, serif; color:#ED2A7B; font-weight: normal; font-size: 24px; line-height: 30px; text-transform: none; margin: 5px 20px; padding: 5px 0px; border-bottom: 1px dotted #CCC; letter-spacing: 0; }

#comments_box { float: right; height: 120px; width: 150px; margin: 25px 10px 0 0; padding: 17px 22px; font-family: Georgia, "Times New Roman", Times, serif; font-size: 15px; line-height: 16px; color: #FFF; background: url('/drupal/sites/default/files/images/bg_comments.png') no-repeat; }

#mail_btn { float: right; margin: -7px 10px 0 0; width: 50px; height: 50px; display: block; }
#mail_btn a { display: block; background: url('/drupal/sites/default/files/images/btns/mail_small.png') no-repeat 0 0; }
#mail_btn a:hover { display: block; background: url('/drupal/sites/default/files/images/btns/mail_small.png') no-repeat -50px 0px; }

#comments_box2 { height: 120px; width: 150px; margin: 0px auto 0; padding: 17px 8px 17px 22px; font-family: Georgia, "Times New Roman", Times, serif; font-size: 15px; line-height: 16px; color: #FFF; background: url('/drupal/sites/default/files/images/bg_comments.png') no-repeat; }

#subscribe_box { /*float: right;*/ height: 120px; width: 150px; margin: 15px 10px 0 0; padding: 27px 30px 7px 14px; font-family: Georgia, "Times New Roman", Times, serif; font-size: 15px; font-weight: bold; line-height: 18px; text-align: center; color: #FFF; background: url('/drupal/sites/default/files/images/bg_comments.png') no-repeat; }

#subscribe_box a { text-decoration: none; color: #FFF; }


/* SEARCH */
#search-block-form { position: absolute; top: 104px; right: 0px; width: 181px; height: 25px; overflow: hidden; margin: 0; padding: 0px; }

.block-search .form-submit { color: #FFF; font-size: 22px; font-family: Arial, Helvetica, sans-serif; width: 50px; height: 50px; border: 0px none; background: transparent url('/drupal/sites/default/files/images/btns/go_small2.jpg') no-repeat 0 0; padding-bottom: 4px; display: block; float: right; }
.block-search .form-submit:hover { background: transparent url('/drupal/sites/default/files/images/btns/go_small2.jpg') no-repeat -50px 0; }

.search-form { width: 600px; margin: 0px auto; }
.search-form .form-text { width: 144px; border: 4px solid #EEE; padding: 2px 2px; margin-top: 0px; float: left; font-size: 11px; }
.search-form .form-submit { color: #FFF; font-size: 12px; font-family: Arial, Helvetica, sans-serif; width: 25px; height: 25px; border: 0px none; background: transparent url('/drupal/sites/default/files/images/btns/search_small.gif') no-repeat 0 0; display: block; float: left; }
.search-form .form-submit:hover { background: transparent url('/drupal/sites/default/files/images/btns/search_small.gif') no-repeat -25px 0; }
/* .search-form .search-advanced { display: none; } */

.search-results dt a { display: block; padding: 5px 8px; }
.search-results dt a:link, .search-results dt a:visited { color: #9E1F63; background: #EEE; }
.search-results dt a:hover, .search-results dt a:active { color: #FFF; background: #ED2A7B; }
.search-results dt { background: none; border-bottom: 1px dotted #CCC; padding: 0px; }
.search-results dt.title { font-family: Georgia, "Times New Roman", Times, serif; font-size: 15px; font-weight: normal; line-height: 18px; color: #9E1F63; text-shadow: none; }
.search-results dd:hover { background: none; }
/* .search-info { display: none; } */

/*#edit-search-block-form-3.form-text { width: 170px; padding: 0 3px 5px 7px; }
#edit-search-block-form-1.form-text { width: 100px; border: 3px double #CCC; padding: 7px 5px; margin-top: 7px; float: left; }*/

#wll_search_block { height: 60px; }
#wll_search_block h2 { display: none; }
#custom-search-blocks-form { width: 616px; margin: 0px auto; }

#custom-search-blocks-form div { float: left; }
#custom-search-blocks-form .form-item { margin: 5px 0px; }
#custom-search-blocks-form .form-text { border: 1px solid #CCC; font-size: 9pt; width: 130px; padding: 1px; margin: 0px 5px 0px 0px; }
#edit-custom-search-blocks-form-1 {  }
#custom-search-blocks-form select { margin-right: 5px; }
#custom-search-blocks-form .form-submit { background-image: none; background-color: #ED2A7B; font-size: 12px; width: 50px; height: 20px; padding: 0px; margin-top: 26px; }


.box { width: 600px; margin: 0px auto; }
.box h2 { clear: both; font-family: Georgia, "Times New Roman", Times, serif; font-size: 21px; line-height: 24px; color: #9E1F63; padding-top: 15px; }

.node .mceContentBody { width: 643px; overflow: hidden;  }
.node h1, .mceContentBody h1 { margin: 0; padding: 0; border-bottom: 1px dotted #999; border-left: 1px solid #CCC; border-right: 1px solid #CCC; }
.node h1 img, .node h2 img, .mceContentBody h1 img, .mceContentBody h2 img { display: block; }
.node h2, .mceContentBody h2 { margin: 0; padding: 0 0 0px; border-left: 1px solid #CCC; border-right: 1px solid #CCC; }
.node h3, .mceContentBody h3 { font-family: Georgia, "Times New Roman", Times, serif; color:#191919; font-weight: normal; font-size: 18px; line-height: 21px; text-transform: none; margin: 5px 0px; padding: 0px 0px; }
.node p, .mceContentBody p { font-size: 13px; line-height: 17px; margin: 0px; padding: 0px 0px 10px;  }
.node a:link, .node a:visited, /*.block a:link, .block a:visited,*/ .view a:link, .view a:visited { color: #9E1F63; }
.node a:hover, .node a:active, /*.block a:hover, .block a:active,*/ .view a:hover, .view a:active { color: #999; }
.node hr, .mceContentBody hr { color: #FFF; background-color: #FFF; height: 4px; border: 0px none; border-top: 2px solid #000; border-bottom: 1px solid #000; margin-bottom: 20px; clear: both; }
@media screen and (-webkit-min-device-pixel-ratio:0)
{
.node hr { color: #FFF; background-color: #FFF; height: 1px; border: 0px none; border-top: 2px solid #000; border-bottom: 1px solid #000; margin-bottom: 20px; clear: both; }
}
.node hr {height /*\**/:1px\9} /* Applies to IE 8 */

/* WEB FORM */
#webform-client-form-20 fieldset.collapsible { width: 430px; }

.node #contact_form { border-left: 1px solid #CCC; border-right: 1px solid #CCC; padding: 20px 105px; }
.node #contact_form h2 { display:none; }
.node #contact_form p { font-family: Georgia, "Times New Roman", Times, serif; font-size: 13px; line-height: 16px; color: #ED2A7B; text-transform: uppercase; }
.node #contact_form .form-text { padding: 4px 4px; width: 422px; }
#edit-captcha-response { width: 60px !important; }
.node #contact_form .form-select { padding: 4px 4px; width: 432px; }
.node #contact_form .form-textarea { padding: 4px 4px; width: 422px; }
.node #contact_form .form-file { padding: 4px 4px; }
.node #contact_form label { margin:0; font-family: Georgia, "Times New Roman", Times, serif; font-size: 12px; font-weight: normal; text-transform: uppercase; }
.node #contact_form .form-submit { color: #FFF; font-size: 18px; font-family: Verdana, Geneva, sans-serif; width: 75px; height: 38px; border: 0px none; background: transparent url('/drupal/sites/default/files/images/btns/submit.jpg') no-repeat 0 0; padding-bottom: 5px; display: block; }
.node #contact_form .form-submit:hover { background: transparent url('/drupal/sites/default/files/images/btns/submit.jpg') no-repeat -75px 0; }

.node table, .mceContentBody table { table-layout:fixed; width:100%; overflow:hidden; border-collapse: separate; border-left: 1px solid #CCC; border-right: 1px solid #CCC; word-wrap:break-word; /*background: url(images/bg_table.gif) repeat-y; */ }
.node table th, .mceContentBody th { padding: 0px; vertical-align: top; text-align: left; border: 0px none; background: #FFF; overflow: hidden; }
.node table th h1, .mceContentBody table th h1 { border: 0px none; }
.node table td, .mceContentBody table td { padding: 0px; vertical-align: top; overflow: hidden; }
.node table h2, .mceContentBody table h2 { padding: 0px; margin: 0 0 0px 0; border: 0px none; border-bottom: 1px dotted #CCC; border-top: 2px solid #000;  }
.node table h3, .mceContentBody table h3 { font-family: Georgia, "Times New Roman", Times, serif; font-size: 24px; line-height: 24px; color: #ED2A7B; padding: 8px 10px 10px; }
.node table h4, .mceContentBody table h4 { font-family: Georgia, "Times New Roman", Times, serif; font-size: 15px; line-height: 18px; color: #9E1F63; }

.solid_border { border: 1px solid #CCC; }
.pinkline_top { border-top: 10px solid #ED2A7B; }
.dottedline_top { border-top: 1px dotted #CCC; }
.dottedline_bottom { border-bottom: 1px dotted #CCC !important; }
.solidline_top { border-top: 2px solid #000; padding-top: 10px; }
.solidline_bottom { border-bottom: 2px solid #000 !important; }
.solidline_top_dottedline_bottom { border-top: 2px solid #000; padding-top: 15px; border-bottom: 1px dotted #CCC; }
.dottedline_top_solidline_bottom { border-top: 1px dotted #000; border-bottom: 2px solid #000; }
.no_border { border-top: 0px none; border-bottom: 0px none !important; }

.align_left { float: left; margin-right: 15px; }
.align_right { float: right; margin-left: 15px; }

.node .sub, .mceContentBody .sub { font-family: Georgia, "Times New Roman", Times, serif; font-size: 15px; line-height: 18px; color: #000; padding: 5px 10px 10px; margin: 0; }
.node .sub2, .mceContentBody .sub2 { font-family: Georgia, "Times New Roman", Times, serif; font-size: 18px; line-height: 18px; color: #000; padding: 5px 10px 10px; margin: 0; }
.node .info, .mceContentBody .info { font-family: Georgia, "Times New Roman", Times, serif; font-size: 15px; line-height: 18px; color: #9E1F63; padding: 0px 10px 15px;  margin: 0; font-weight: normal; }
.node table p, .mceContentBody table p { padding: 0px 10px 10px; }
.cell_left { border-right: 1px solid #CCC; width: 321px; }
/* SAFARI AND CHROME FIX */
@media screen and (-webkit-min-device-pixel-ratio:0)
{
.cell_left { border-right: 1px solid #CCC; width: 321px; }
}

.cell_left2 { border-right: 1px solid #FFF; width: 320px; }
/* SAFARI AND CHROME FIX */
@media screen and (-webkit-min-device-pixel-ratio:0)
{
.cell_left2 { border-right: 1px solid #FFF; width: 321px; }
}

.image { padding: 0px; margin-left: -10px; margin-right: -10px; }
.image_caption { font-size:10px; line-height: 14px; text-align: right; text-transform: uppercase; }

.caption_left { font-size:10px; line-height: 14px; text-align: left; text-transform: uppercase; }
.caption_right { font-size:10px; line-height: 14px; text-align: right; text-transform: uppercase; }

.wll_plum { color: #9E1F63; }
.wll_pink { color: #ED2A7B; }
.wll_black { color: #000; }

#banner { position: relative; top: 0px; border-left: 1px solid #CCC; border-right: 1px solid #CCC; }
#banner_caption { position: absolute; right: 0px; top: 0px; line-height: 30px; background: url('/drupal/sites/default/files/images/bg_caption.png'); color: #FFF; font-size: 12px; font-weight: bold; padding: 0px 10px; }
#banner img { display: block; }
#banner p { margin:0px; padding:0px; line-height: 30px; }

.slider_caption { }

.node h1.search_hidden { color: #FFF; font-size: 1px; line-height: 0px; }

table.restaurants { clear: both; }
table.restaurants .cell_left { border-right: 1px solid #CCC; width: 440px; }
table.restaurants .cell_right { width: 200px; }

/* SAFARI AND CHROME FIX */
@media screen and (-webkit-min-device-pixel-ratio:0)
{
table.restaurants .cell_left { border-right: 1px solid #CCC; width: 441px; }
}

table.restaurants th { border-bottom: 2px solid #000; }
table.restaurants td h2 { margin-top: 20px; }
table.restaurants .info { padding-top: 0px; }
table.restaurants .sub { padding-top: 0px; }
table.restaurants h4 { font-family: Georgia, "Times New Roman", Times, serif; font-size: 18px; line-height: 20px; color: #000; padding: 10px 10px 0px; }

.readmore_btn { display: block; /* width: 100px; */ margin: 0px 0px 10px; /* text-align: center; */ }
.readmore_btn a { display: block; /* display: inline-block; padding: 2px 5px 4px; border: 1px dotted #666; */ }
.readmore_btn a:link, .readmore_btn a:visited { text-decoration: underline; color: #06F; }
.readmore_btn a:hover, .readmore_btn a:active { text-decoration: none; color: #999; }

table.wl_archive { border: 0px none; }
.wl_archive th h2 { margin-top: 10px; }
.wl_archive td { background: #FAFAFA; }
.wl_archive td h4 { font-size: 12px; border-bottom: 1px dotted #666; padding: 0px; margin: 8px 10px 10px; color: #000; }
.wl_archive td h3 { font-size: 18px; margin-bottom: 0px; padding: 10px 20px 5px; }
.wl_archive td p { padding: 0px 20px 10px; }
.wl_archive ul { font-size: 11px; margin-left: 25px; }
.wl_archive li { padding: 0px 0 2px !important; }
table.tbl_border { border-left: 1px solid #CCC; border-right: 1px solid #CCC; }

table.socials p { padding-left: 30px; padding-right: 30px; }
table.socials .info { padding-left: 30px; padding-right: 30px; }
table.socials h3 { margin-bottom: 15px; }

.flickrshow { background: #EEE; margin: 20px auto 15px; height: 450px; width: 580px; }

table.my_wll { border-top: 1px solid #000; margin-top: 1px; }
table.my_wll td { padding: 10px 20px; }
table.my_wll .sub { color: #9E1F63; padding-left: 0px; padding-right: 0px; }
table.my_wll .info { padding-left: 0px; padding-right: 0px; }
h2.featured { border-left: 1px solid #CCC; border-right: 1px solid #CCC; }
table.my_wll h4 { padding: 0px !important; display: inline; }
table.my_wll h3 { padding: 0px 0px 15px 0px; margin-bottom: 20px; }
table.my_wll p { padding-left: 0px; padding-right: 0px; }
table.my_wll ul, table.my_wll ol { margin-bottom: 1em; }

table.wl_girl { border-top: 0px none; }
table.wl_girl td { padding: 10px 20px; }
table.wl_girl .sub { color: #9E1F63; }
table.wl_girl .info { padding-left: 0px; padding-right: 0px; }
table.wl_girl h4 { padding: 0px; display: inline; }
table.wl_girl h3 { padding: 0px 0px 15px 0px; margin-bottom: 20px; }
table.wl_girl p { padding-left: 0px; padding-right: 0px; }

table.property h4 { padding: 0px 10px; margin-bottom: 0px; }

table.travel th img { display: block; }
table.travel .sub2 { color: #9E1F63; }

table.home { border: 1px solid #CCC; }
table.home h1 { border-left: 0px none; border-right: 0px none; }
table.home img { display: block; }
table td.wl_girl_bg { background: url('/drupal/sites/default/files/images/wl_girl_bg.gif') no-repeat 0 0; }

table td.wl_girl_bg div { margin-left: 10px; } /* To fix Wahanda Ad on homepage */
table td.wl_girl_bg div div { margin-left: 0px; }
table td.wl_girl_bg div p { padding: 0px; }

table .info { /* padding-bottom: 0px; */ }
#ec_image { position: relative; text-align: right; }
#ec_image img { display: block; float: right; }
#ec_title { position: absolute; top: 22px; left: 0px; width: 115px; height: 115px; }

#email_btn2 { width: 100px; height: 100px; display: block; float: left; }
#email_btn2 a { width: 100px; height: 100px; display: block; background: url('/drupal/sites/default/files/images/btns/email_us2.jpg') no-repeat 0 center; }
#email_btn2 a:hover { display: block; background: url('/drupal/sites/default/files/images/btns/email_us2.jpg') no-repeat -100px center; }

#scroll_content { height: 500px; overflow: auto; }

table.contact { border: 1px solid #CCC; }
table.contact td { font-family: Georgia, "Times New Roman", Times, serif; font-size: 13px; line-height: 20px; padding: 15px 0px; }
table.contact th { border-bottom: 1px dotted #999; }
table.contact h2 { padding: 0px 10px 5px; border: 0px none; }
table.contact h2.subscribe { margin: 0; padding: 0; border-bottom: 1px dotted #999; border-top: 10px solid #000; }
table.contact h3 { font-family: Georgia, "Times New Roman", Times, serif; font-size: 20px; line-height: 22px; color: #ED2A7B; padding: 0px 10px 0px; }
table.contact h4 { font-family: Georgia, "Times New Roman", Times, serif; font-size: 14px; line-height: 20px; color: #ED2A7B; padding: 0px 0px 0px; text-transform: uppercase; }
table.contact form { padding: 0px 0px; }
table.contact form h4 { padding: 0px 10px; }
table.contact form select { margin: 0px 10px; padding: 2px; width: 296px; }
table.contact form input { margin: 5px 0 0; padding: 0px 10px; }
table.contact form p { padding: 0 0 10px; }

.node #subscribe h2, .node #subscribe p, .node #subscribe label, .node #subscribe .form-radios, .node #subscribe .issues-link, .node #subscribe .feed-icon { display: none; }
.node #subscribe h3 { font-family: Georgia, "Times New Roman", Times, serif; font-size: 21px; line-height: 22px; color: #000; padding: 10px 10px 0px; }
.node #subscribe form { width: 195px; float: right; margin: 0px; }
.node #subscribe .form-item { margin: 0px; }
.node #subscribe .form-text { border: 1px solid #CCC; width: 125px; padding: 7px 5px; margin-top: 13px; float: left; }
.node #subscribe .form-submit { color: #FFF; font-size: 24px; font-family: Verdana, Geneva, sans-serif; width: 50px; height: 50px; border: 0px none; background: transparent url('/drupal/sites/default/files/images/btns/go_small2.jpg') no-repeat 0 0; padding-bottom: 5px; display: block; float: right; }
.node #subscribe .form-submit:hover { background: transparent url('/drupal/sites/default/files/images/btns/go_small2.jpg') no-repeat -50px 0; }

.node #email_btn { width: 100px; height: 51px; display: block; }
.node #email_btn a { width: 100px; height: 51px; display: block; background: url('/drupal/sites/default/files/images/btns/email_us2.jpg') no-repeat 0 0; }
.node #email_btn a:hover { display: block; background: url('/drupal/sites/default/files/images/btns/email_us2.jpg') no-repeat -100px 0px; }

.node #mediapack_btn { width: 320px; height: 53px; display: block; border-top: 1px dotted #999; border-bottom: 10px solid #ED2A7B; }
.node #mediapack_btn a { width: 320px; height: 53px; display: block; background: url('/drupal/sites/default/files/images/btns/media_pack.jpg') no-repeat 0 0; }
.node #mediapack_btn a:hover { display: block; background: url('/drupal/sites/default/files/images/btns/media_pack.jpg') no-repeat -320px 0px; }

.form-item input, .form-item textarea, .form-item select { border: 1px solid #CCC; }
.form-item input.error, .form-item textarea.error, .form-item select.error { border: 1px solid #ED2A7B; }
.form-item select option { color: #111; }

/* FOLLOW US */
#follow_us { width: 173px; height: 30px; padding: 5px 0px 5px 7px; background: #FFF88A; border-top: 1px dotted #999; border-bottom: 10px solid #000; }
#follow_us h4 { line-height: 11px; margin: 10px 0px 5px; padding: 0px 0px 0px; font-size: 11px; font-family: Georgia, "Times New Roman", Times, serif; float: left; }
#twitter_small_btn { width: 28px; height: 28px; display: block; float: left; margin-left: 6px; }
#twitter_small_btn a { width: 28px; height: 28px; display: block; background: url('/drupal/sites/default/files/images/btns/twitter_small.jpg') no-repeat -28px 0; }
#twitter_small_btn a:hover { display: block; background: url('/drupal/sites/default/files/images/btns/twitter_small.jpg') no-repeat 0 0; }

#facebook_small_btn { width: 28px; height: 28px; display: block; float: left; margin-left: 0px; }
#facebook_small_btn a { width: 28px; height: 28px; display: block; background: url('/drupal/sites/default/files/images/btns/facebook_small.jpg') no-repeat -28px 0; }
#facebook_small_btn a:hover { display: block; background: url('/drupal/sites/default/files/images/btns/facebook_small.jpg') no-repeat 0 0; }

#flickr_small_btn { width: 28px; height: 28px; display: block; float: left; margin-left: 0px; }
#flickr_small_btn a { width: 28px; height: 28px; display: block; background: url('/drupal/sites/default/files/images/btns/flickr_small.jpg') no-repeat -28px 0; }
#flickr_small_btn a:hover { display: block; background: url('/drupal/sites/default/files/images/btns/flickr_small.jpg') no-repeat 0 0; }

#rss_small_btn { width: 28px; height: 28px; display: block; float: left; margin-left: 0px; }
#rss_small_btn a { width: 28px; height: 28px; display: block; background: url('/drupal/sites/default/files/images/btns/rss_small.jpg') no-repeat -28px 0; }
#rss_small_btn a:hover { display: block; background: url('/drupal/sites/default/files/images/btns/rss_small.jpg') no-repeat 0 0; }

/* TWITTER MODULE */
.view-tweets { background-color: #EEE; border-bottom: 2px solid #000; padding-bottom: 10px; width: 180px; overflow: hidden; word-wrap:break-word; }
.view-tweets h3 { margin: 0 0 10px; padding: 0; }
.view-tweets .item-list { padding: 0; }
.view-tweets .item-list ul { list-style-type: none; }
.view-tweets .item-list ul li { list-style-type: none; margin-bottom: 10px; font-family: Georgia, "Times New Roman", Times, serif; font-size: 12px; }
.view-tweets .item-list ul li span.views-field-created-time { display: block; font-family: Arial, Helvetica, sans-serif; color:#ED2A7B; font-size: 11px; }
.view-tweets .item-list ul li span.views-field-created-time em { font-style: normal; }
.view-tweets ul.pager { margin: 0px; padding: 0px; text-align: center; display:block; }
#twitter_link { text-align: center; }

/* TWITTER PROFILE WIDGET */
.twtr-widget  { word-wrap:break-word; }
.twtr-hd { display: none; }
.twtr-bd  { font-family: Georgia, "Times New Roman", Times, serif; font-size: 12px; }
.twtr-tweets { word-wrap:break-word; }
.twtr-tweet-text { padding: 5px; word-wrap:break-word; }
.twtr-ft { margin-top: -10px; font-family: Georgia, "Times New Roman", Times, serif; font-size: 12px; }
.twtr-ft img { display: none; }

/* ADVERTS */
#skyscraper { font-size: 10px; color: #999; padding: 10px 0 0px; text-align: center; }
#skyscraper img { display:block; margin-top: 5px; }

#advert_text { font-size: 10px; color: #999; padding: 10px 0 0px; margin-bottom: 5px; text-align: center; }

.ad_slideshow { visibility: hidden; }

/* ADSENSE */
.adsense { margin: 10px 0px; }

/* ATTACHMENTS */
#attachments { display:none; }

/* FOOTER */
#wll_footer { background: #ED2A7B url('/drupal/sites/default/files/images/bg_footer.gif') no-repeat top left; }
#footer_topspace { height: 23px; font-size: 1px; line-height: 0px; }
#wll_footer h3 { margin: 2px 0 15px; padding: 0; }

#footer_table { font-family: Arial, Helvetica, sans-serif; font-size: 10px; line-height: 16px; color: #FFF; text-transform: uppercase; border-collapse: collapse; table-layout: fixed; width: 850px !important; overflow: hidden; word-wrap: break-word; margin: 0px; margin-left: 150px; }
#footer_table td { vertical-align: top; }

#sitemap { border-left: 1px solid #FFF; padding: 20px 18px 20px; }
#sitemap ul { width: 140px; float: left; display: inline-block; margin: 0px; padding: 0; list-style-type: none; }
#sitemap li { margin: 0px; padding: 0px; }
#sitemap a { /*display: block;*/ text-decoration: none; font-weight: normal; padding: 0px; margin: 0px; color: #FFF; line-height: 16px; outline: none; }
#sitemap a:hover { color: #CCC; }

#newsletter { border-left: 1px solid #FFF; padding: 20px 18px 20px; }
#newsletter h2, #newsletter p, #newsletter label, #newsletter .form-radios, #newsletter .issues-link, #newsletter .feed-icon { display: none; }
#newsletter form { margin: 0px; }
#newsletter .form-item { margin: 0px; }
#newsletter .form-text { border: 0px none; width: 120px; padding: 7px 5px; margin-top: 10px; float: left; }
#newsletter .form-submit { color: #FFF; font-size: 22px; font-family: Arial, Helvetica, sans-serif; width: 50px; height: 50px; border: 0px none; background: transparent url('/drupal/sites/default/files/images/btns/go_small.jpg') no-repeat 0 0; padding-bottom: 4px; display: block; float: right; }
#newsletter .form-submit:hover { background: transparent url('/drupal/sites/default/files/images/btns/go_small.jpg') no-repeat -50px 0; }



#footer_search { border-left: 1px solid #FFF; padding: 20px 18px 20px; }
#footer_search .form-text { border: 0px none; width: 120px; padding: 7px 5px; margin-top: 10px; float: left; }
#footer_search .form-submit { color: #FFF; font-size: 22px; font-family: Arial, Helvetica, sans-serif; width: 50px; height: 50px; border: 0px none; background: transparent url('/drupal/sites/default/files/images/btns/go_small.jpg') no-repeat 0 0; padding-bottom: 4px; margin-left: 10px; display: block; float: left; }
#footer_search .form-submit:hover { background: transparent url('/drupal/sites/default/files/images/btns/go_small.jpg') no-repeat -50px 0; }
/*#footer_search .form-submit { background: transparent url('/drupal/sites/default/files/images/btns/go_small.jpg') no-repeat 0 0; }
#footer_search .form-submit:hover { background: transparent url('/drupal/sites/default/files/images/btns/go_small.jpg') no-repeat -50px 0; }*/


#footer_follow_us { border-left: 1px solid #FFF; border-top: 1px solid #FFF; padding: 10px 18px 20px; }

#footer_contact { border-left: 1px solid #FFF; border-top: 1px solid #FFF; padding: 10px 18px 20px; }

#twitter_btn { width: 100px; height: 51px; display: block; float: left; }
#twitter_btn a { width: 100px; height: 51px; display: block; background: url('/drupal/sites/default/files/images/btns/twitter.jpg') no-repeat 0 0; }
#twitter_btn a:hover { display: block; background: url('/drupal/sites/default/files/images/btns/twitter.jpg') no-repeat -100px 0px; }

#facebook_btn { width: 100px; height: 51px; display: block; float: left; margin-left: 25px; }
#facebook_btn a { width: 100px; height: 51px; display: block; background: url('/drupal/sites/default/files/images/btns/facebook.jpg') no-repeat 0 0; }
#facebook_btn a:hover { display: block; background: url('/drupal/sites/default/files/images/btns/facebook.jpg') no-repeat -100px 0px; }

#flickr_btn { width: 100px; height: 51px; display: block; float: left; margin-left: 25px; }
#flickr_btn a { width: 100px; height: 51px; display: block; background: url('/drupal/sites/default/files/images/btns/flickr.jpg') no-repeat 0 0; }
#flickr_btn a:hover { display: block; background: url('/drupal/sites/default/files/images/btns/flickr.jpg') no-repeat -100px 0px; }

#rss_btn { width: 100px; height: 51px; display: block; float: left; margin-left: 25px; }
#rss_btn a { width: 100px; height: 51px; display: block; background: url('/drupal/sites/default/files/images/btns/rss.jpg') no-repeat 0 0; }
#rss_btn a:hover { display: block; background: url('/drupal/sites/default/files/images/btns/rss.jpg') no-repeat -100px 0px; }

#email_btn { width: 100px; height: 51px; display: block; float: right; }
#email_btn a { width: 100px; height: 51px; display: block; background: url('/drupal/sites/default/files/images/btns/email_us.jpg') no-repeat 0 0; }
#email_btn a:hover { display: block; background: url('/drupal/sites/default/files/images/btns/email_us.jpg') no-repeat -100px 0px; }

#copyright { background: #222; height: 35px; line-height: 30px; text-align: center; text-transform: uppercase; color: #FFF; font-family: Arial, Helvetica, sans-serif; font-size: 10px; }

#copyright a { color: #FFF; }
#copyright a:hover { color: #ED2A7B; }

.footermap {
	clear: both;
	margin: 0 auto;
	padding: 10px 0 20px 0;
	width: 600px;
	text-align: center;
	color: #C3DAE6;
	font-size: 10px
}

.footermap-item a:link { text-decoration: underline; color: #a3bae6; font-weight: normal; }
.footermap-item a:visited { text-decoration: underline; color: #a3bae6; font-weight: normal; }
.footermap-item a:active { text-decoration: underline; color: #a3bae6; font-weight: normal; }
.footermap-item a:hover { text-decoration: underline; color: #7593d2; font-weight: normal; }
