/*   
Theme Name: Voar Low Cost
Theme URI: http://www.voarlowcost.com
Description: Voar Low Cost
Author: Ricardo
Author URI: http://www.voarlowcost.com
Version: 1.1
*/

* {
  border-spacing: 0;
  margin: 0;
  padding: 0;
  text-decoration: none;
}
html {
}
body {
  background: url(images/background.jpg) #009dff no-repeat fixed top left;
  color: #fff;
  font: normal 12px Tahoma, Arial,Verdana;
}
.screen-reader-text { position: absolute; left: -9999px; top: -9999px; }
.clear { clear: both; }
.group:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
* html .group, *:first-child+html .group { zoom: 1; } /* First selector = IE6, Second Selector = IE 7 */
img {border:0;}
h1, h2, h3 {}
h1 { }
h2 { }
h3 { }
small, .small {font-size: 10px;}
p { margin: 0 0 10px 0; }
a {color: #069;}
a:hover { }
blockquote {
  background: #fafafa;
  border: #ddd 1px dotted;
  border-left: #ddd 3px solid;
  clear: both;
  margin-left: 20px;
  font-style: italic;
  padding: 5px;
}
blockquote p { margin: 3px 0;}
q {font-style: italic;}
ul, ol {}
pre {}
code, tt {}
ins {
  color: #000;
  text-decoration: underline;
}
del {
  color: #aaa;
  font-style: italic;
  text-decoration: line-through;
}
.clr {clear:both;}
.alert {
  padding: 5px;
  background-color: #fc9;
  border: 1px solid #fc0;
  text-align: left;
  text-indent: 10px;
}
.alert a {
  color: #c00;
}
.alert a:hover {
  text-decoration: underline;
}
.page-wrap {
  width: 960px;
  margin: 0 auto 10px auto;
  color: #333;
}
.change-ie {
  background: #000;
  border-bottom: 3px solid red;
  font-size: 11px;
  padding: 4px;
  text-align: center;
}
.change-ie a {
  color: yellow;
  text-decoration: underline;
}

/*#######################################
#########################################
BEGIN: HEADER SECTION
#########################################
#######################################*/
#header {
  float: left;
  margin-bottom: 5px;
  width: 960px;
/* header wrapper*/}
.sitename { /* div containig h1 and .description*/
  width: 460px;
  float: left;
}
.sitename h1 a {
  color: #fff;
  font-size: 34px;
  text-transform: uppercase;
  display: block;
  text-shadow: #333 -1px -1px 0px;
}
h2.description {
  font-size: 16px;
  font-weight: bold;
  text-shadow: #fff 0px 0px 1px;
}
.search-header {float: right; text-align: center;}
.search-header form {width: 300px;}
.search-header form fieldset {border:none}
.searchbox-header, .searchsubmit-menu {}
.searchbox-header {
  border: none;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  font-size: 14px;
  line-height: 20px;
  height: 25px;
  margin-top: 2px;
  padding-left: 10px;
  width: 270px
}
.searchsubmit-header {
  display: none;
}
.search-header p.small {
  color: #fff;
  margin-top: 10px;
}
.search-header p a {
  color: #fff;
  font-weight: bold;
  border-bottom: 1px dotted #fff;
}
.hmenu { /* UL horizontal main menu */
  list-style: none;
  height: 60px;
}
.hmenu li {
  display: inline;
  float: left;
  font-family: arial;
  padding-left: 10px;
}
.hmenu li a {
  color: #fff;
  font-size: 20px;
  display: block;
  height: 50px;
  line-height: 18px;
  padding: 10px 10px 0 40px;
  text-decoration: none;
  text-shadow: 1px 1px 0px #333;
}
.hmenu li a:hover  {
  text-shadow: 0px 0px 2px #333;
}
a.noticias {background: url(images/icone_noticias.png) no-repeat 10px 13px;}
a.promos {background: url(images/icone_promo.png) no-repeat 10px 13px;}
a.viagens {background: url(images/icone_viagens.png) no-repeat 10px 13px;}
a.dicas {background: url(images/icone_dicas.png) no-repeat 10px 13px;}
li.noticias {border-right: 1px solid #f09487}
li.promos {border-right: 1px solid #f09487; border-left: 1px solid #ae3c26;}
li.viagens {border-right: 1px solid #f09487; border-left: 1px solid #ae3c26;}
li.dicas {border-right: 1px solid #f09487; border-left: 1px solid #ae3c26;}
.hmenu li span {
  font-size: 10px;
  line-height: 10px;
  display: block;
}
.breadcrumb {
  padding: 0 30px;
  margin: 3px 0px 10px 10px;
  font-size: 11px;
  color: #c00;
}
.breadcrumb a {
  font-weight: normal;
  color: #c00;
  border-bottom: 1px dotted #c00;
}
.breadcrumb a:hover {
  font-weight: normal;
  color: #c00;
  border-bottom: 1px dotted #369;
}
a.breadcrumb-home {
  text-indent: -9999px;
  width: 35px;
  height: 20px;
}
.breadcrumb a.contacto {border-bottom: none; color: #069; float: right; font-weight: bold; line-height: 20px; padding: 0 10px; position: relative; top: -3px;}
/*#######################################
#########################################
END: HEADER SECTION
#########################################
#######################################*/



/*#######################################
#########################################
BEGIN: MAIN CONTENT
#########################################
#######################################*/
.widget {margin-bottom:10px; padding: 5px;}
.widget h3, .widget h2, .mref-widget h2 {
  border-bottom: 1px solid #333;
  color: #069;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.wrap-maincontent {
  background: url(images/page-wrap.png);
  clear: both;
}
.wrap-top {
  padding: 5px 10px;/*940px disponíveis*/
}
.top-highlights {
  width: 470px;
  float: left;
}
.post-list {
  width: 620px;
  float: left;
}
.widgets-column-cat {
  float: left;
  width: 310px;
  padding-left: 5px;
}
.top-slide {}
.top-headlines {}
.widgets-column {
  float: left;
  width: 465px;
  padding-left: 5px;
}
.top-list {
  float: left;
  width: 300px;
  padding: 5px;
}
.latest-news, .mref-widget {}
.latest-news ul, .mref-widget ul {
  list-style: none;
  margin-bottom: 10px;
}
.latest-news ul li, .mref-widget ul li {
  background: url(images/sprites.png) transparent no-repeat 0px -11px;
  border-bottom: 1px dotted #ddd;
  padding-left: 5px;
}
.latest-news ul li a, .mref-widget ul li a {
  padding: 3px 0;
  display: block;
}
.latest-news ul li:hover, .mref-widget ul li:hover {}
.latest-news ul li p, .mref-widget ul li p {margin: 0;}
.headline-entry {
  padding: 5px 5px 10px 0;
  border-bottom: 1px solid #ddd;
  color: #625b4e;
}
.headline-entry:hover {background-color: #f5f5f5;}
.headline-entry h1 {font-size: 14px; font-weight: normal;}
.headline-entry h1 a {
  display: block;
  width: 100%;
}
.headline-entry a {}
.headline-entry p {margin: 0;}
.headline-entry img {
  background: url(images/no_image.png) #fff 50% 50% no-repeat;
  border: 1px solid #ddd;
  float: left;
  margin: 3px;
  padding: 2px;
  width: 50px;
  height: 50px;
}
.headline-meta {
  margin-top: 1px;
  padding-top: 1px;
  clear: both;
  text-transform: uppercase;
  font-size: 10px;
  color: #000;
}
.headline-meta a {
}
.top-zone3 {
  float: left;
  width: 155px;
}
.random-promo, .random-highlights {
  text-align: center;
  padding: 5px;
  margin-bottom: 10px;
}
.random-promo h3, .random-highlights h3 {
  margin-bottom: 5px;
  font-size: 14px;
  color: #888;
  text-transform: uppercase;
}

.random-entry {
  margin-bottom: 5px;
  padding: 5px;
}
.random-entry img {
  background: url(images/no_image.png) #fff 50% 50% no-repeat;
  border: 1px solid #ddd;
  padding: 2px;
}
.random-entry a {
  font-size: 12px;
  display: block;
}

.pagetitle {
  font-weight: normal;
  font-size: 18px;
  color: #999;
  margin-bottom: 10px;
}
.post {
  margin-bottom: 20px;
}
.dateHeadlines {
  text-transform: uppercase;
  color: #333;
  margin-right: 5px;
  font-size: 11px; 
}
.headlines .post {margin-bottom: 0;}
.post h1.posttitle {
  font-family: Arial;
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 5px;
  letter-spacing: 1px;
}
.post h1.posttitle a:hover {
  color: #c00;
}
.meta {
  text-transform: uppercase;
  font-size: 10px;
  margin-bottom: 10px;
  padding: 3px;
  border-bottom: 1px solid #ddd;
}
.meta span {margin-right: 5px;}
.post-date {
  padding-left: 17px;
  background: url(images/meta-sprites.png) transparent no-repeat 0px -20px;
}
.post-comments {
  padding-left: 17px;
  background: url(images/meta-sprites.png) transparent no-repeat 0px -80px;
}
.post-tags {
  padding-left: 17px;
  background: url(images/meta-sprites.png) transparent no-repeat 0px -40px;
}
.entry {color: #625b4e;}
.entry p {
  font-size: 12px;
  margin-bottom: 10px;
  line-height: 18px;
}
.entry a:hover {text-decoration: underline;}
.entry img {margin: 3px;}
.entry img.size-thumbnail {
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  padding: 3px;
}
.entry object {display: block; margin: 0 auto;}
.prev-posts {float: right;}
.next-posts {float: left;}
.previouspostslink, .nextpostslink {display: block; padding: 3px; border: 1px solid #ccc; background: #eee;}
.previouspostslink:hover, .nextpostslink:hover {padding: 3px; border: 1px solid #ccc; background: #ddd;}
.related-posts {}
.related-posts-left {
  float: left;
  width: 320px;
  margin-right: 8px;
  font-size: 14px;
}
.related-posts-left ul {
  list-style: none;
}
.related-posts-left ul li {}
.related-posts-left ul li img {}
.related-posts-right {
  float: left;
  width: 300px;
}
/*#######################################
#########################################
END: MAIN CONTENT
#########################################
#######################################*/


.wrap-categories {padding: 10px;}/*940px disponíveis*/
.tabspt, .temp3, .widget-dicas, .categories-col3 {
  float: left;
  margin-bottom: 10px;
}
.tabspt {
  border: 1px solid #ddd;
  width: 438px;
  padding: 5px;
}/*ocupa 450px, 490px disponíveis*/
.temp3 {
  margin-left: 5px;
  width: 485px; /*485px disponíveis*/
}
.partners ul {list-style: none;}
.partners ul li {display: inline;}
.pub3 {
  border: 1px solid #ddd;
  text-align: center;
  padding: 5px; /*473px disponíveis*/
  margin-bottom: 10px;
}
.pub3 img {
  margin-bottom: 5px;
}
.widget-dicas {
  width: 225px;
  padding: 5px;
  margin-right: 5px;
}
.widget-dicas img {
  float: left;
  background-color: #fff;
  border: 1px solid #ddd;
  margin: 1px;
  padding: 1px;
}
.widget-dicas ul {list-style: none;}
.widget-dicas ul li {
  clear: both;
  margin-bottom: 4px;
  padding: 3px 0;
  border-bottom: 1px solid #ddd;
}
.categories-col3 {
  width: 220px;
}
.category-widget ul {list-style: none;}
.category-widget ul li {
  border-bottom: 1px dotted #ddd;
  padding: 2px 0;
}
.category-widget ul li a {
  background: url(images/li-arrow.png) no-repeat 3px 7px;
  padding-left: 10px;
  font-weight: bold;
}

/*#######################################
#########################################
BEGIN: FOOTER SECTION
#########################################
#######################################*/
.widgets4col {padding: 5px 10px;}
.videosWidget{
  float: left;
  margin-right: 5px;
  width: 295px;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  padding: 0 5px;
  min-height: 320px;
}
.videosWidget img {
  border-top: 12px solid #000;
  border-bottom: 12px solid #000;
}
.commentsWidget {
  float: left;
  margin-right: 5px;
  width: 310px;
}
.commentsWidget h2 {
  border-bottom: 1px solid #333;
  color: #333;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.commentsWidget ul {list-style: none;}
.commentsWidget ul li {
  padding: 4px 0;
  border-bottom: 1px solid #eee;
}
.twitterWidget {
  float: left;
  width: 300px;
  margin-right: 5px;
}
.facebookWidget {float: left;}
#footer {
  padding: 5px;
  background: url(images/page-wrap.png) bottom;
  color: #333;
  font-size: 10px;
  border-top: 5px solid #c00;
  -moz-border-radius: 0 0 6px 6px;
  -webkit-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}
#footer a {color: #000;}
#footer a:hover {text-decoration: underline;}
.footer-left {}
.footer-right {background: url(images/powered.gif) no-repeat; height: 30px; width: 63px; margin: 5px; text-indent: -9999px;}
.footer-right a {float: left; width: 30px; margin-left: 1px; height: 28px;}
/*#######################################
#########################################
END: FOOTER SECTION
#########################################
#######################################*/

.post { }

.entry { }
.entry a { }
.entry a:hover { }


#meta { }
.postmetadata { }

#sidebar { }

.navgation { }
   .next-posts { }
   .prev-posts { }

#searchform { }
	#s { }
	#searchsubmt { }

h2#comments {text-align: center; border: 1px solid #ddd; padding: 3px;}
form#commentform {padding: 3px;}
ol.commentlist {list-style: none; border: 1px solid #ddd; border-bottom: none;}
ol.commentlist li {}
ol.commentlist li.alt {}
ol.commentlist li.bypostauthor {}
ol.commentlist li.byuser {}
ol.commentlist li.comment-author-admin {}
ol.commentlist li.comment, ol.commentlist li.pingback {border-bottom: 1px solid #ddd; padding: 10px;}
ol.commentlist li.comment div.comment-author {
  font-size: 14px;
  font-weight: bold;
}
ol.commentlist li.pingback {font-size: 10px;}
ol.commentlist li.comment div.vcard {}
ol.commentlist li.comment div.vcard cite.fn {font-style: normal;}
ol.commentlist li.comment div.vcard cite.fn a.url {}
ol.commentlist li.comment div.vcard img.avatar {float: left; margin: 0 10px 10px 0;}
ol.commentlist li.comment div.vcard img.avatar-32 {}
ol.commentlist li.comment div.vcard img.photo {}
ol.commentlist li.comment div.vcard span.says {font-size: 10px;}
ol.commentlist li.comment div.commentmetadata {}
ol.commentlist li.comment div.comment-meta {
  border-bottom: 1px solid #ddd;
  font-size: 10px;
  margin-bottom: 10px;
  padding-bottom: 5px;
}
ol.commentlist li.comment div.comment-meta a {color: #999;}
ol.commentlist li.comment p {}
ol.commentlist li.comment ul {}
ol.commentlist li.comment div.reply {font-size: 11px;}
ol.commentlist li.comment div.reply a, ol.commentlist li.pingback div.reply a {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 9px;
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px;
  font-weight: bold;
  padding: 5px;
  margin: 5px 0;
}
ol.commentlist li.comment div.reply a:hover, ol.commentlist li.pingback div.reply a:hover {background-color: #f5f5f5;}
ol.commentlist li.comment ul.children {list-style: none; margin: 10px 0 0;}
ol.commentlist li.comment ul.children li {}
ol.commentlist li.comment ul.children li.alt {}
ol.commentlist li.comment ul.children li.bypostauthor {}
ol.commentlist li.comment ul.children li.byuser {}
ol.commentlist li.comment ul.children li.comment {}
ol.commentlist li.comment ul.children li.comment-author-admin {}
ol.commentlist li.comment ul.children li.depth-2 {border-left: 2px solid #ccc; margin: 0 0 10px 10px;}
ol.commentlist li.comment ul.children li.depth-3 {border-left: 2px solid #ccc; margin: 0 0 10px 10px;}
ol.commentlist li.comment ul.children li.depth-4 {border-left: 2px solid #ccc; margin: 0 0 10px 10px;}
ol.commentlist li.comment ul.children li.depth-5 {}
ol.commentlist li.comment ul.children li.odd {}
ol.commentlist li.even {background: #f0f0f0; border-top: 1px solid #fff;}
ol.commentlist li.odd {background: #fafafa; border-top: 1px solid #fff;}
ol.commentlist li.even:hover, ol.commentlist li.odd :hover { background: #fff;}
ol.commentlist li.parent {border-left: 5px solid #ddd;}
ol.commentlist li.thread-alt {}
ol.commentlist li.thread-even {}
ol.commentlist li.thread-odd {}

form { }
input[type=text] { }
textarea { }

.entry ul {
  margin-bottom: 10px;
  padding-left: 20px;
}
.entry ul li { list-style-type:square; }
.entry ol { padding-left:25px; }
.clear { clear:both; }
.clearleft { clear:left; }
.entry { line-height:18px; }
.entry p { margin-bottom:1em; }
.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6 {
	font-weight:bold;
	margin:5px 0;
}
.entry h1 {
  font-size: 16px;
  margin: 10px 0;
  color: #333;
}
.entry h2 {
  font-size: 14px;
  color: #333;
}
/* 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, img.aligncenter {
	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;
}
.alignright { float:right; }
.alignleft { float:left }
/* End Images */

/* Begin Tags & Classes */
acronym, abbr, span.caps { cursor: help; }
acronym, abbr { border-bottom:1px dashed #999; }
blockquote {
	margin:10px;
	padding-left:20px;
}
blockquote cite {
	margin:5px 0 0;
	display:block;
}
.center { text-align:center; }
.hidden { display:none; }
hr { display:none; }
a img { border:none; }
.navigation {margin-top:10px;}
/* End  Tags & Classes*/

/* Captions */
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.wp-caption {
	border:1px solid #ddd;
	text-align:center;
	background-color:#f3f3f3;
	padding-top:4px;
	margin:10px;
	-moz-border-radius:3px;
	-khtml-border-radius:3px;
	-webkit-border-radius:3px;
}
.wp-caption img {
	margin:0;
	padding:0;
	border:0 none;
}
.wp-caption p.wp-caption-text {
	font-size:11px;
	line-height:17px;
	padding:0 4px 5px;
	margin:0;
}
/* End captions */
.widget_tag_cloud div {
  text-align: center;
}


/* Estilos reacionados com categorias */
.post-list .category-promocoes {background: url(images/tag_promo.png) transparent no-repeat top right;}
.headlines .category-promocoes {background: url(images/tag_promo.png) transparent no-repeat top right;}
.headlines .category-promocoes:hover {background-color: #f5f5f5;}
.post-list .category-especial {background: url(images/tag_especial.png) transparent no-repeat top right;}
.headlines .category-especial {background: url(images/tag_especial.png) transparent no-repeat top right;}
.post-list .category-arquivo {background: url(images/tag_arquivo.png) transparent no-repeat top right;}
/* Landing page */

.widget-category {
  background-color: #fefefe;
  border: 1px solid #ddd;
  border-radius: 6px;
  -moz-border-radius: 6px;
  margin-bottom: 5px;
  padding: 5px;
}
.widget-category h3 {
  border-bottom: 1px solid #ddd;
  font-size: 14px;
  margin-bottom: 2px;
  padding: 0 0 5px 0;
}
.widget-category h3 a {display: block;}
.widget-category ul {list-style: none;}
.widget-category ul li {margin-bottom: 3px;}
.widget-category ul li a {
  display: block;
  padding: 2px 0;
}

.landing-wrap-top {
  margin: 0 5px 5px 5px;
  padding: 5px;/*940px disponíveis*/
}
.landing-content {
  float: left;
  margin-right: 0px;
  padding: 0 4px 10px 0;
  width: 450px;
}
.landing-widgets {
  width: 485px;
  float: right;
}
.landing-widgets div ul {list-style: none;}
.sidebar-home-content {
  float: left;
  width: 170px;
}
.landing-promo-widget {
  float: right;
  width: 310px;
}

.widget-promo {
  background-color: #c00;
  border: 1px solid #900;
  border-radius: 6px;
  -moz-border-radius: 6px;
  margin-bottom: 5px;
  padding: 5px;
}
.widget-promo h3 {
  border-bottom: 1px solid #900;
  font-size: 14px;
  margin-bottom: 2px;
  padding: 0 0 5px 0;
}
.widget-promo h3 a {color: #fff; display: block;}
.widget-promo ul {list-style: none;}
.widget-promo ul li {margin-bottom: 3px;}
.widget-promo ul li.promo a {
  background: url(images/destaque-li-18px.png) transparent no-repeat 0% 50%;
  color: #fff;
  display: block;
  padding: 4px;
  padding-left: 20px;
}
.widget-promo ul li.promo a:hover {background-color: #900;}

.widget-vermelho h3 a {color: #c00;}
.widget-vermelho ul {
  margin-top: 5px;
  text-align: center;
}
.widget-vermelho ul li.video, .widget-vermelho ul li.destinos {display: inline;}
.widget-vermelho ul li.video a, .widget-vermelho ul li.destinos a {
  display: inline;
  margin: 0;
  padding: 0;
}
.widget-vermelho ul li.video img {
  border-bottom: 4px solid #000;
  border-top: 4px solid #000;
}


.wrap-categories-landing {padding: 5px; /*940px disponíveis*/}
.categories-zone1 {
  float: left;
  width: 470px;
  margin: 5px;
}
.categories-zone2 {
  float: right;
  width: 460px;
  margin: 5px;
}

/* Tabelas */
.entry table {
  background-color: #ddd;
  margin: 10px 0;
}
.entry th {
  background-color: #f0f0f0;
  border: 1px solid #ddd;
  padding: 2px 5px;
  text-align: center;
}
.entry td {
  background-color: #fcfcfc;
  border: 1px solid #ddd;
  padding: 2px 5px;
}
.col1 {background-color: #f5f5f5;}
.col2 {background-color: #eee;}
.row1 {
	background-color: #fff;
	color: #09F;
}
.row2 {
	background-color: #fff;
	color: #ccc;
}

/* Posts relacionados */
.related-posts {
  clear: both;
  margin-bottom: 40px;
  padding-top: 40px;
}
.related-posts h3 {
  color: #666;
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 10px;
}
.related-posts ul {
  list-style: none;
}
.related-posts ul li {
  border-right: 1px solid #ccc;
  display: inline;
  float: left;
  height: 190px;
  padding: 0 7px;
  width: 107px;
}
.related-posts ul li:hover {background-color: #f0f0f0;}
.related-posts ul li a {
  color: #666;
  display: block;
}
.related-posts ul li img {
  background: #fff;
  border: 1px solid #ddd;
  padding: 3px;
}
.related-posts-nbr0 {border-left: 1px solid #ccc;}
/* FIM Posts relacionados*/

/* Actividade no fórum*/
.forum-activity {
  margin: 0 10px;
}
.forum-activity h3 a {
  display: inline;
}
.forum-zones-wrapper {}
.forum-topics {
  float: left;
  width: 590px;
  /*background: pink;*/
}
.forum-topics ul {list-style: none;}
.forum-topics ul li {
  border-bottom: 1px dotted #ddd;
  font-size: 13px;
  font-weight: bold;
}
.forum-topics ul li a.forum-topics-title {
  background: url(images/sprites.png) no-repeat 0px -12px;
  padding-left: 5px;
}
.forum-topics ul li ul li {
  border-bottom: none;
  display: inline;
  font-size: 11px;
  font-weight: normal;
  margin-right: 10px;
}
.forum-topics ul li ul li a {display: inline;}
.forum-info {
  float: right;
  width: 328px;
  /*background: blue;*/
}
.forum-info h4 {}


/* Partners */
.partners {margin-top: 15px;}
.partners h2 {font-size: 14px;}
