/*

colors

black		rgb(34,34,34);
gray		
navy		rgb(0,66,118);	
cyan		
orange	rgb(250,90,40);

*/

html {
  background: rgb(26,26,26);
}
body {
  background:rgb(26,26,26);
  font: 10px Arial, Verdana, sans-serif;
  letter-spacing: 0.125em;
  margin: 0 auto;
  width: 980px;
	color: rgb(34,34,34);
}
a {
  text-decoration: none;
	color: rgb(0,66,118);
}
a:hover {
	color: rgb(0,0,0);
}

li.active a, li a.active {
	color: rgb(0,0,0);
}

blockquote, blockquote p, quote {
  text-indent: -0.25em;
}
* {
  outline: 0;
}

select {
	font-size: 12px;
}

.round {
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
  border-radius:10px;
}
.round-small {
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  border-radius:5px;
}
.bottom-round {
  -moz-border-radius-bottomleft:10px;
  -moz-border-radius-bottomright:10px;
  -webkit-border-bottom-left-radius:10px;
  -webkit-border-bottom-right-radius:10px;
  border-bottom-right-radius:10px;
  border-bottom-left-radius:10px;
}
.bottom-round-small {
  -moz-border-radius-bottomleft:5px;
  -moz-border-radius-bottomright:5px;
  -webkit-border-bottom-left-radius:5px;
  -webkit-border-bottom-right-radius:5px;
  border-bottom-right-radius:5px;
  border-bottom-left-radius:5px;
}
.top-round {
  -moz-border-radius-topleft:10px;
  -moz-border-radius-topright:10px;
  -webkit-border-top-left-radius:10px;
  -webkit-border-top-right-radius:10px;
  border-top-right-radius:10px;
  border-top-left-radius:10px;
}
.top-round-small {
  -moz-border-radius-topleft:5px;
  -moz-border-radius-topright:5px;
  -webkit-border-top-left-radius:5px;
  -webkit-border-top-right-radius:5px;
  border-top-right-radius:5px;
  border-top-left-radius:5px;
}
.right-round {
  -moz-border-radius-bottomright:10px;
  -moz-border-radius-topright:10px;
  -webkit-border-bottom-right-radius:10px;
  -webkit-border-top-right-radius:10px;
  border-top-right-radius:10px;
  border-bottom-right-radius:10px;
}
.right-round-small {
  -moz-border-radius-bottomright:5px;
  -moz-border-radius-topright:5px;
  -webkit-border-bottom-right-radius:5px;
  -webkit-border-top-right-radius:5px;
  border-top-right-radius:5px;
  border-bottom-right-radius:5px;
}
.left-round {
  -moz-border-radius-bottomleft:10px;
  -moz-border-radius-topleft:10px;
  -webkit-border-bottom-left-radius:10px;
  -webkit-border-top-left-radius:10px;
  border-top-left-radius:10px;
  border-bottom-left-radius:10px;
}
.left-round-small {
  -moz-border-radius-bottomleft:5px;
  -moz-border-radius-topleft:5px;
  -webkit-border-bottom-left-radius:5px;
  -webkit-border-top-left-radius:5px;
  border-top-left-radius:5px;
  border-bottom-left-radius:5px;
}
.one_line {
  overflow: hidden;
}
.one_line * {
  float: left;
}

iframe.modal {
	border: none;
	margin: 0;
	width: 360px;
	height: 500px;
}

#simplemodal-overlay { background-color:#000; }
#simplemodal-container { width:360px; }
#simplemodal-data { min-height: 360px; }

#simplemodal-container a.modalCloseImg {
	display: inline;
	width: 30px;
	height: 30px;
	background: url(/img/close-modal.png);
	text-indent: -9000px;
	position: absolute;
	top: -12px;
	right: -18px;
	z-index: 3200;
	cursor:pointer;
}

#topbar {
  color: #fff;
  height: 50px;
  text-transform: uppercase;
}
#main {
  background: #fff;
  position: relative;
}
#header {
  background: url(/img/africabanner.jpg) top left no-repeat;
  color: #fff;
  height: 150px;
  margin-bottom: 10px;
  overflow: hidden;
}

#media {
  padding: 0 10px;
}
#footer {
  margin-top: 10px;
}
#topbar li {
  float: left;
  font-size: 12px;
  line-height: 50px;
}
#topbar p {
  font-size: 12px;
  line-height: 50px;
  padding-left: 0px;
}
#topbar a {
  color: #d0d2d3; /* unique */
}
#topbar a:hover {
  color: #fff;
}
#topbar div {
  margin: 0;
  padding: 0;
}
#topbar div ul li {
  line-height: 50px;
}
#topbar div ul li span {
  border-left: 1px solid #929497;
  padding: 0 10px;
}
#topbar div ul li:first-child span,
#topbar div ul li.firstChild span {
  border: 0;
}
#topbar #search {
  overflow: visible;
  padding: 0 8px 0 0;
}
#topbar form, form#search_again {
  margin: 12px auto 0;
  overflow: hidden;
  position:relative;
}
form#search_again {
    float: right;
    margin: 0 110px 0 0;
    width: 185px;
}

div#no_results form#search_again {
    float: none;
    margin-bottom: 20px;
}

#topbar form input, form#search_again input, #join-team-explore input#id_email {
/*  border: 1px solid #fff;*/
    border: none;
/*  color:#000;*/
    background: #fff;
    float: left;
    font-size: 12px;
    height: 14px;
    margin: 0;
    padding: 6px 3px 4px 5px;
    overflow: hidden;
    width: 175px;
}
form#search_again input { border: 1px solid #969696; }

#topbar form input.searchHighlight, form#search_again input.searchHighlight, #join-team-explore input.searchHighlight {
    background: #d0d2d3 !important;
}

#join-team-explore { height: 100px; width: 277px; background: url('/img/header-signup-background.png') no-repeat scroll left top transparent; }
	#join-team-explore img { border:0 none; margin:0 0 0 10px; cursor: pointer; }
	#join-team-explore h1 { text-transform: uppercase;font-size:18px;font-weight:bold;margin:5px 0 0 30px; }
	#clauses { width: 165px; }
	#clauses div { margin:6px 0 0 5px; }
	#join-team-explore #id_email { margin:0 0 7px 12px !important; width:245px !important; }
	#join-team-explore label { font-size:12px; margin:0 0 0 -1px; }
	#join-team-explore a { color: #ffffff; }
div.error-list { background: white; font-size: 12px; padding: 10px; }
	div.error-list h1 { font-weight: bold; }
	div.error-list ul { margin: 5px 0 0 10px; }
	div.error-list li { color: Red; margin: 0 0 5px 0; }
#topbar form a, form#search_again a {
/*  background: url(/img/icons/search.png) center left no-repeat;*/
    background: url(../img/searchy.png) center right no-repeat;
    display: block;
    height: 22px;
    position:absolute;
    right:18px;
    text-indent: -9000em;
    top:0;
    width: 16px;
}
form#search_again a { right: 10px; }

#search_submit, #search_submit_again {
    display: none;
    width: 30px !important;
    height: 24px !important;
    border: none !important;
    padding: 0 !important;
}

#header ul {
  display: inline;
  float: right;
  width: 222px;
}
#header ul li {
  background: url(/img/gelbutton.png) top left no-repeat;
  float: left;
  height: 23px;
  line-height: 23px;
  margin: 10px 10px 0 0;
  text-align: center;
  width: 101px;
}
#header ul li a {
/*  color: #fff;*/
  text-transform: uppercase;
}
#header ul#tabs {
  display: block;
  float: none;
  height: 44px;
  margin-top: 7px;
  overflow: hidden;
  width: auto;
  padding-left:250px;
}
#header ul#tabs li {
  background: none;
/*  color: #000;*/
  margin: 0;
  overflow: visible;
  text-align: left;
  width: auto;
}
#header ul#tabs li a {
  background: url(/img/tabs-white.png) no-repeat;
/*  color: #929497;*/
  display: block;
  height: 44px;
  /*height: 100%;*/
  text-indent: -9999px;
}
#header ul#tabs li#filmstab a {
  width: 156px;
}
#header ul#tabs li#photostab a {
  width: 172px;
}
#header ul#tabs li#filmstab a {
  background-position: 0px -80px;
}
#header ul#tabs li#photostab a {
  background-position: -157px -80px;
}
#header ul#tabs li#filmstab a:hover {
  background-position: 0px -120px;
}
#header ul#tabs li#photostab a:hover {
  background-position: -157px -160px;
}
#logo {
  background: transparent url(/img/logo.png) no-repeat scroll 0 0;
  display: block;
  height: 0;
  margin: 0;
  overflow: hidden;
  padding-top: 110px;
  width: 400px;
  float: left;
}

#taglines {
	display: none !important;
}

#tagline {
  font-size: 12px;
  line-height: 56px;
  margin: 0 0 0 10px;
  text-transform: uppercase;
  width: 390px;
}

.filters {
	line-height: 29px;
	/*  overflow: auto;*/
	padding: 8px 0 5px;
	height: 32px;
	width: 640px;
}

.filters h1 {
  padding: 2px 0 0;
  width: 160px;
	width: auto;
}

.filters .lastUnit {
  margin-left: 150px;
  margin-top: -3px;
}

.filters img {
  margin-left: 5px;
  vertical-align: middle;
  margin-top: -2px;
}

.filters p {
  float: left;
  font-size: 10px;
  line-height: 28px;
  margin-right: 10px;
  text-transform: uppercase;
}
.filters .lastUnit div {
  float: left;
  margin-right: 5px;
}
.filters .sort-criteria 
{
	float: right;
	font-size: 12px;
	line-height: 18px;
	padding: 2px;
	color: #004276;
	text-transform: uppercase;
	cursor: pointer;
}
.filters .sort-criteria img
{
	padding: 0 5px 0 0;
	margin: -2px 0 0 0;
}
.filters .sort-criteria span span.active
{
	text-decoration: underline;	
}
/* TODO:remove these #content rules */
#content {
  letter-spacing: 0;
  padding: 0 10px 10px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.5em;
}
h1 {
  font-size: 24px;
}
h2 {
  font-size: 18px;
/*  color: #8c8888;*/
}
h3 {
  font-size: 16px;
}
p {
  margin-bottom: 10px;
}
h1 {
  font-size: 12px;
  text-transform: uppercase;
}
p.big {
  font-size: 16px !important;
  line-height: 21px !important;
  letter-spacing: 0.05em;
}
p.big b,
p.big strong, {
/*  color: #8c8888;*/
}
a {
/*  color: #25a4b8;*/
}
a:hover {
/*  color: #5b5959 !important;*/
}
div.default {
  background: #f2f2f0;
  padding: 20px;
}

/* GIRD YO SELF */
#block_top {
/* background: lightsalmon !important;*/
}

#block_main {
/* background: plum !important;*/
    width: 640px;
}

#block_main_search {
    width: 854px;
}

#block_sidebar {
/* background: olive !important;*/
width: 310px;
float: right;
}
#block_sidebar.media {
  width: 308px;
}

/*
#metadata {
font-size: 12px;
padding: 0;
}
*/

#block_sidebar .module {
  margin-bottom: 5px;
  overflow: hidden;
}

#block_sidebar p {
/*  color: #fff; /* TODO: use a better element */
  line-height: 10px;
  margin-bottom: 5px;
  padding: 12px 10px 0;
  text-transform: uppercase;
}

#block_sidebar .breadcrumbs {
  background: url(/img/sidebar.breadcrumb.texture.jpg);
  padding-bottom: 5px;
}
#block_sidebar .breadcrumbs p {
  line-height: 12px;
  letter-spacing: 0.125em;
}

#block_sidebar .breadcrumbs p#crumbs {
/*  color: #2fb5ca;*/
  font-size: 12px;
  line-height: 18px;
  padding: 0 10px;
}
#block_sidebar .breadcrumbs p#crumbs a {
  margin: 0 5px;
  text-transform: uppercase;
}
#block_sidebar .breadcrumbs p#crumbs a:hover {
/*  color: #f2f2f0 !important;*/
}
#block_sidebar .breadcrumbs p#crumbs a:first-child,
#block_sidebar .breadcrumbs p#crumbs a.firstChild {
  margin-left: 0;
}

#block_sidebar .tags {
  background: url(/img/sidebar.tags.texture.jpg) no-repeat;
}

#block_sidebar .tags p {
/*  color: #5b5959;*/
  font-size: 10px;
  line-height: 10px;
  margin-bottom: 5px;
  padding: 0;
  text-transform: uppercase;
}

#block_sidebar .tags a {
  font-size: 12px;
  font-weight: normal;
  line-height: 18px;
  text-transform: uppercase;
}

#block_sidebar .pad {
  padding: 10px;
}

#block_sidebar .tags ul {
  margin-bottom: 10px;
}

#page_menu {
  background: url(/img/pages-menu.jpg) no-repeat;
  height: auto;
  padding: 0;
  width: 310px !important;
}

#page_menu p {
/*  color: #58595b;*/
	color: inherit;
  line-height: 10px;
  padding: 0 10px 0 20px;
  text-transform: uppercase;
  padding-top: 10px;
}
#page_menu ul {
  border-top: 1px dotted #bfbdba;
  margin-top: 14px;
  padding: 0 0 30px;
}
#page_menu li {
  border-bottom: 1px dotted #bfbdba;
}
#page_menu li a {
  display: block;
  font-size: 12px;
  line-height: 30px;
  padding-left: 20px;
  text-transform: uppercase;
}
#page_menu li a:hover {

}
#page_menu li a.active {
  background: url(/img/pages-menu-active.png);
	font-weight: bold;
}

.jump_links {
  margin: 5px 0 0 30px;
  font-size: 10px !important;
  line-height: 10px !important;
  text-transform: uppercase;
}
#block_main .jump_links {
  margin-top: 0;
  margin-left: 0;
  margin-bottom: 10px;
}
.jump_links a {
  border-left: 1px solid #25a4b8;
  padding: 0 5px 0 7px;
  line-height: 10px;
}
.jump_links a:first-child,
.jump_links a.firstChild {
  border-left: 0;
  padding-left: 0;
}

/* MAP */

#map {
  background: url(/img/sidebar.map.png) no-repeat;
  /* width: 310px;*/
  height: 164px;
  position: relative;
}
#map h3 {
/*  color: #7a7872;*/
  font-size: 12px;
  text-transform: uppercase;
}
#map li {
  position: absolute;
  display: block;
  width: 11px;
  height: 11px;
  opacity: 0.0;
}
#map li a {
  display: block;
  width: 11px;
  height: 11px;
  background-image: url(/img/dots.png);
  background-position: 0 0;
  text-indent: -9000px;
}
#map li a.active, #map li a:hover {
  width: 11px;
  height: 11px;
  background-position: 0px -11px;
}

#map ul {
  position: absolute;
  top: 0;
  left: 0;
  width: 310px;
  height: 172px;
}

/* COMMENTS */

#comments {
  padding: 7px 0px;
  overflow: auto;
}

#comments h2 {
  background: url(/img/comments-gradient.png) repeat-y;
/*  color: #666464;*/
  font-size: 12px;
  line-height: 45px;
  margin-bottom: 5px;
  padding-left: 10px;
  text-transform: uppercase;
}
#comments h2 strong {
/*  color: #383737;*/
}

#comments .comments {
  background: #f1f1f1;
	overflow: auto;
/*  padding: 10px 0px 0px 0px;*/
}

#comments ol {
  margin-left: 10px;
  width: 940px;
  overflow: auto;
  padding-right: 10px;
}
#comments ol li {
  font-size: 12px;
  border-top: 5px solid #fff;
	padding: 10px 20px 10px 0;
  overflow: auto;
	clear: both;
}

#comments ol li:first-child,
#comments ol li.firstChild {
/*  padding-top: 10px;*/
  border-top: none;
}

#comments ol li img {
  display: inline;
  float: left;
  margin-right: 15px;
}
#comments ol li .comment {
  display: inline;
  float: left;
  width: 650px;
}

#comments ol li p {
  margin-bottom: 12px;
  text-align: justify;
}

#comments ol li .comment_info {
  margin-top: 12px;
  font-size: 10px;
/*  color: #8f9193;*/
  margin-bottom: 0;
  text-transform: uppercase;
}

#comments ol li .commenter_link {
/*  color: #2aacbf;*/
}
#comments ol li .permalink {
/*  color: #919395;*/
}
#comments ol li p.flag {
  background: url(/img/flag.png) no-repeat;
/*  color: #999696;*/
  display: inline;
  float: right;
  font-size: 10px;
  line-height: 14px;
  padding-left: 25px;
  text-transform: uppercase;
  width: 165px;
}

#comment_form {
/*  margin-top: 20px;*/
  border-top: 5px solid #fff;
/*  padding-top: 10px;*/
  margin-left: 10px;
  overflow: hidden;
  margin-right: 10px;
}

#comment_form.solo {
  margin-top: 0px;
  border-top: none;
  padding-top: 0px;
}

#comment_form img {
  float: left;
  margin-top: 10px;
  margin-right: 15px;
  margin-bottom: 10px;
}

#comment_form form {
  float: left;
}

#comment_form textarea {
  width: 640px;
  font-size: 16px;
  padding: 5px;
  margin-top: 10px;
/*  color: #000;*/
}

#comment_form textarea.labelHighlight {
/*  color: #ccc;*/
}

#comment_form #comment_submit {
/*  margin-top: 10px;*/
	margin-bottom: 5px;
  display: block;
  border: none;
  width: 120px;
  height: 30px;
/*  color: #2eb7cc;*/
  font-size: 10px;
  text-transform: uppercase;
  text-indent: 40px;
  background: transparent url(/img/icons/comments-bubble-gray.png) no-repeat;
  cursor: pointer;
}

#commentsfooter {
	height: 45px;
  background: url(/img/comments-gradient.png) repeat-y;
  line-height: 45px;
  margin-top: 5px;
  padding: 0 10px;
  overflow: auto;
  clear: both;
}
#commentsfooter p {
  display: inline;
  float: left;
  margin: 0 10px 0 0;
}
#commentsfooter a {
/*  color: #2eb7cc;*/
  font-size: 10px;
  text-transform: uppercase;
}
#commentsfooter a img {
/*  margin-top: 18px;*/
/*  vertical-align: top;*/
}
#commentsfooter .add_comment {
  border-right: 4px solid #fff;
  padding-right: 10px;
}
/* ----------------------------------------------------------------------------
Pagination
---------------------------------------------------------------------------- */
.pagination {
  border: 1px dotted #aeafb1;
  border-width: 1px 0;
  display: inline;
  float: left;
  margin-left: 5px;
}
.pagination a,
.pagination span {
  display: block;
  float: left;
  font-size: 12px;
  margin: 0 5px;
  text-align: center;
  width: 1.25em;
}
.pagination *:first-child,
.pagination *.firstChild {
  margin-left: 0;
}

.pagination .prev,
.pagination .next {
  background: url(/img/icons/left.png) center center no-repeat;
  display: block;
  float: left;
  height: 13px;
  overflow: hidden;
  text-indent: -9000em;
  width: 8px;
}
.pagination .next {
  background-image: url(/img/icons/right.png);
  display: inline;
  float: right;
  margin-right: 0;
}

/* ----------------------------------------------------------------------------
Footer
---------------------------------------------------------------------------- */

#explorelocations {
  font-size: 12px;
  line-height: 45px;
  overflow: auto;
  padding: 0 10px;
  text-transform: uppercase;
}
#explorelocations p,
#explorelocations li {
  float: left;
  margin-right: 10px;
}
#explorelocations p {
  margin-top: 2px;
}
#explorelocations img {
  height: 11px;
  vertical-align: middle;
  width: 16px;
}
#explorelocations a {
  border: 0;
  vertical-align:middle;
  font-size:0px;
}
#footer {
  background: #f1f1f1;
	overflow: auto;
	margin-bottom: 20px;
}
#footer div#copyright {
	clear: both;
  font-size: 12px;
  line-height: 45px;
  letter-spacing: 0.01em;
  padding: 0 10px;
}
#copyright li {
  border-left: 1px solid #a6a8ab;
  line-height: 12px;
  margin-top: 16px;
  padding: 0 7px;
}
#copyright li:first-child,
#copyright li.firstChild {
  border: 0;
  padding-left: 5px;
}
#copyright li a {
  line-height: 12px;
}
#copyright p {
  text-transform: none;
}
#footer dl {
  border: 1px solid #bfbfbf;
  border-width: 1px 0;
  margin: 0 10px;
  padding: 15px 0;
}
#footer dt {
  font-size: 12px;
  margin-bottom: 5px;
  text-transform: uppercase;
}
#footer dd,
#footer dd a {
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0;
}

#footer dd a img {
  line-height: 20px;
  vertical-align: top;
}

#footer dd#about_col .unit {
  width: 37.5%;
}
#footer dd#about_col .lastUnit {
  width: 50%;
}


a.jump {
  background: url(/img/up-right-arrow.png) top right no-repeat !important;
  font-size: 10px;
  padding-right: 10px;
  text-transform: uppercase;
}

a.jump.white {
  background: url(/img/up-right-arrow-white.png) top right no-repeat !important;
}

/* JSCROLLPANE */
.jScrollPaneTrack {
  background: url(/img/scroll/scroll-track.png) repeat-y;
}
.jScrollPaneDrag {
  background:url(/img/scroll/scroll-middle-blue.png) repeat-y;
}
.jScrollPaneDragTop {
  background:url(/img/scroll/scroll-top-blue.png) no-repeat;
  height: 7px;
}
.jScrollPaneDragBottom {
  background: url(/img/scroll/scroll-bottom-blue.png) no-repeat;
  height: 6px;
}
a.jScrollArrowUp {
  height: 6px;
  background: url(/img/scroll/track-top.png) no-repeat 0 0;
}
a.jScrollArrowDown {
  height: 6px;
  background: url(/img/scroll/track-bottom.png) no-repeat 0 0;
}


/* GRANTS */


.module.films,
.module.photos,
.module.photo {
  background: url(/img/film-border.png) no-repeat;
  height: 275px;
  width: 310px;
}
.module.photos {
  background-image: url(/img/collection-border.png);
  height: 278px;
}
.module.films a.thumb,
.module.photos a.thumb,
.module.photo a.thumb {
  background-repeat: no-repeat;
  display: block;
  height: 222px;
  margin: 2px 0 0 3px;
  width: 304px;
}
.module.photos a.thumb, .module.photo a.thumb {
  height: 213px;
  margin: 1px 0 0 1px;
  width: 293px;
}
.module.films p a,
.module.photos p a,
.module.photo p a {
  background: url(/img/media-sprites.png) no-repeat 0px -87px;
  display: block;
  font-size: 12px;
  height: 17px;
  line-height: 22px;
  padding-left: 30px;
}
.module.photos p a, .module.photo p a {
  background-position: -41px -120px;
}
.module.threads {
  background: #FA835F;
  padding-bottom: 20px;
}
.module.threads p {
  padding-bottom: 5px !important;
  color: #fff;
}
.module.threads li {
/*  color: #4c4b4b;*/
  font-size: 12px;
  line-height: 16px;
  margin: 18px 0 0 10px;
}
.module.threads li:first-child,
.module.threads li.firstChild {
  margin-top: 0;
}
.module.threads li a {
  color: #fff;
  display: inline-block;
  font-size: 10px;
  letter-spacing: 0.125em;
  line-height: 10px;
  margin-top: 5px;
  text-transform: uppercase !important;
}

.module.threads li a.jump {
  background: url(/img/up-right-arrow-white.png) top right no-repeat;
}

.module.threads li a:hover {
  color: #fff;
}

.module.qotm {
  background: transparent url(/img/qotm-gradient.png) center center no-repeat;
  border: 1px solid #dedede;
  padding-bottom: 5px;
	padding-top: 10px;
}
.module.qotm p {
  padding-top: 0 !important;
  margin-bottom: 0 !important;
  color: rgb(250,90,40);
}

.module.qotm li {
  font-size: 16px;
  line-height: 18px;
  padding: 5px 0;
	color: rgb(70,70,70) !important;
}
.module.qotm li a {
  color: rgb(0,66,118);
}

.module.qotm li a:hover {
  color: inherit !important;
}

.module.top5 {
  	background: transparent url(/img/popfilms_bg.png) no-repeat;
  	padding-bottom: 5px;
	padding-top: 10px;
	height:151px;
}
.module.top5 p {
	padding-top: 0 !important;
	margin-bottom: 0 !important;
	color: rgb(250,90,40);
}

.module.top5 li {
	font-size: 12px;
	color: rgb(70,70,70) !important;
	padding: 9px 0 0;
	margin: 0 0 0 10px;
}
.module.top5 li a {
  color: rgb(0,66,118);
}

.module.top5 li a:hover {
  color: inherit !important;
}
.module.top5 img {
	vertical-align: bottom;
	padding: 0 5px 0 0;
}
.module.enews {
  width: 310px;
  height: 81px;
  background: url(/img/sidebar.signup.jpg);
  cursor: pointer;
	margin-bottom: 1px !important;
}

.module.enews .pad {
  display: none;
}

.module.enews_smart, .module.enews_dumb {
	color: rgb(155, 155, 155);
}

.module.enews_smart h2, .module.enews_dumb h2 {
	text-transform: uppercase;
	font-size: 14px;
	margin-bottom: 5px;
	color: rgb(70, 70, 70);
}

.module.enews_smart h2 span, .module.enews_dumb h2 span {
	color: rgb(250,90,40);
}

.module.enews_smart form, .module.enews_dumb form {
	position: relative;
}

.module.enews_smart input.text {
	padding: 3px 8px 3px 8px;
	border: 1px solid rgb(155, 155, 155);
	-moz-border-radius:10px;
  -webkit-border-radius:10px;
  border-radius:10px;
	width: 270px;
	font-size: 11px;
}

.module.enews_smart input.labelHighlight {
	color: rgb(155, 155, 155);
}

.module.enews_smart input.submit {
	background: none;
	border: none;
	cursor: pointer;
	color: rgb(0,66,118);
	position: absolute;
	top: 4px;
	right: 15px;
	font-weight: bold;
	font-size: 11px;
}

.module.enews_smart .pad {
	
}

.section_header {
  background: url(/img/blue-gradient-bar.png) no-repeat;
  color: #fff;
  font-size: 14px;
  line-height: 22px;
  letter-spacing:0.125em;
  padding: 0 0 0 10px;
  margin: 0 0 15px;
  text-transform: uppercase;
	position: relative;
}

h2.long {
  background: url(/img/blue-gradient-bar-long.png) no-repeat !important;
}

.section_header span.right {
  position: absolute;
	right: 10px;
}

.search_segment {
	clear: both;
}	

.search_segment ul {
/* margin-bottom: 0px !important;*/
}

.search_segment a.next {
  text-transform: uppercase;
  background: url(/img/icons/right.png) center right no-repeat;
  /* font-size: 10px;*/
  padding-right: 12px;
  line-height: 12px;
  text-align: center;
}

.search_segment .controls {
  margin-top: -10px;
  margin-bottom: 20px;
}

.login_prompt {
  background: #fff url(/img/login_prompt_gradient.png) top left repeat-x;
/*  color: #4c4b4b;*/
/*  color: #8f9193;*/
  display: block;
  font-size: 16px;
  padding: 20px 0;
  text-align: center;
}
#comments .login_prompt {
  border-top: 5px solid #fff;
  margin-bottom: 0;
}
.button.long {
  background: url(/img/button-long.png) no-repeat;
/*  color: #fff;*/
  display: block;
  height: 33px;
  line-height: 33px;
  margin: 0 auto 0;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  width: 300px;
}

