/*
Theme Name: worldvista.info
Theme URI:
Description: Makeup by <a href="http://worldvista.info/">worldvista.info</a>
Version: 2.0
Author: worldvista.info
Author URI: http://worldvista.info/
*/

* {
	margin: 0;
	padding: 0;
}

body {
	font: 12px/15px Arial, "Trebuchet MS", Tahoma, sans-serif;
	color: #5f5f5f;
	width: 100%;
	background: #fff;
}

a {
	color: #20afb8;
	outline: none;
}

a:hover {
	text-decoration: none;
}

p {
	margin: 0;
	padding: 7px 0;
}

img {border: none;}

#wrapper {
	width: 100%;
	width: expression((documentElement.clientWidth||document.body.clientWidth)<995?'1000px':'');
	min-width: 1000px;
}


h1 {
	font-size: 33px;
	line-height: 34px;
	color: #3aab43;
	margin: 23px 0 10px;
}

h2 {
	font-size: 27px;
	color: #8f45c9;
	margin: 17px 0 10px;
}


.photo {
  float: left;
  padding: 0 12px 12px 0px;
}



/* Header
-----------------------------------------------------------------------------*/

#header {
	height: 165px;
	position: relative;
}

#logo {
	position: absolute;
	top: 0;
	left: 0;
	padding: 25px 0 0 20px;
	font-size: 22px;
	text-align: center;
	cursor: pointer;
	color: #c20889;
	text-decoration: none;
}

#logo span {
	display: block;
	font-size: 12px;
	margin: 5px 0 0;
}

#logo b {
	position: absolute;
	top: 0;
	left: 0;
	width: 236px;
	height: 145px;
	background: url(i/logo.gif) no-repeat;
}

#topbox {
	position: absolute;
	top: 0px;
	left: 228px;
	background: #5acb47;
	color: #fff;
	line-height: 33px;
	padding-right: 200px;
	font-size: 12px;
}

#topbox a {
	color: #fff;
	background: #3eaf2b;
	font-weight: bold;
	padding: 3px 8px;
	margin: 7px 7px 7px 7px;
	margin-right: 8px;
	font-size: 12px;
}

#top-banner {
	position: absolute;
	top: 34px;
	left: 228px;
}

#topmenu {
	position: absolute;
	top: 7px;
	right: 8px;
	color: #fff;
	line-height: 22px;
	font-size: 11px;
}

#topmenu a {
	color: #25b9c2;
}

#topmenu span {
	background: #25b9c2;
	margin-left: 8px;
	color: #fff;
	padding: 3px 7px 4px;
}

#topmenu span a {
	color: #fff;
}



/* Content
-----------------------------------------------------------------------------*/

#container {
	width: 100%;
	padding: 0 0 50px;
}

* html #container {height: 1%;}
#container:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}

#content {
	width: 100%;
	float: left;
}

#text {
	margin: 0 308px 0 220px;
	padding: 20px 0;
}

#content-left {
	width: 47%;
	float: left;
	margin-top: 15px;
}

#content-right {
	width: 47%;
	float: right;
	margin-top: 15px;
}



#content-blank {
	width: 100%;
	float: left;
	margin-top: 100px;
}


#content-left h2,
#content-right h2 {
	font-size: 20px;
	color: #c24879;
	margin-bottom: 15px;
}

.post h1 {
	font-size: 24px;
	line-height: 27px;
	color: #3aab43;
	margin: 23px 0 10px;
}

.post h2 {
	font-size: 22px;
	line-height: 27px;
}

.post h3 {
	font-size: 15px;
}

.postmetadata {
	margin: 5px 0 0;
	font-style: italic;
}

.entry {
	text-align: justify;
	padding: 0 0 20px;
}

h3.pagetitle {
	margin: 5px 0 20px !important;
	text-align: center;
	font-size: 16px !important;
}

.post ul,
.post ol {
	margin: 7px 0 7px 30px;
}

.post li {
	padding: 2px 0;
}

.navigation {height: 30px;}
.alignleft {float: left;}
.alignright {float: right;}


/* Left
-----------------------------------------------------------------------------*/

#left {
	float: left;
	width: 170px;
	padding: 3px 13px 0 27px;
	margin-left: -100%;
}

#left h3 {
	font-size: 12px;
	line-height: 22px;
	background: #20afb8;
	color: #fff;
	padding-left: 5px;
}

#left h3 a {
	color: #fff;
}

#left ul {
	font-size: 12px;
	font-weight: bold;
	line-height: 19px;
	color: #3dad2a;
        list-style-type: square;
	margin: 6px 0 8px 15px;
	padding: 5px 5px 5px 5px;
}

#left ul a {
	color: #3dad2a;
}


a.forum {
	display: block;
	padding: 5px 0 20px 15px;
	font-size: 14px;
	font-weight: bold;
	color: #9a6ac2;
	background: url(i/icon-forum.gif) 0 7px no-repeat;
}

.blue {
	border: 1px solid #4AB8F2;
	margin: 0 -12px 0 -9px;
	padding: 11px 12px;
	position: relative;
	zoom: 1;
}

.blue h4 {
	font-size: 12px;
	color: #58B8FF;
}

a.more-link {
	font-size: 12px;
	font-weight: none;
	font-style: italic;
}

.btop {
	position: absolute;
	top: -1px;
	left: -1px;
	width: 152px;
	height: 4px;
	background: url(i/blue-top.gif) no-repeat;
}

.bbot {
	position: absolute;
	bottom: -20px;
	left: -1px;
	width: 152px;
	height: 20px;
	background: url(i/blue-bottom.gif) no-repeat;
}



/* Right
-----------------------------------------------------------------------------*/

#right {
	float: left;
	width: 280px;
	padding: 35px 5px 5px 5px;
	margin-left: -297px;
}


.green {
	position: relative;
	border: 1px solid #21D433;
	margin: 15px 0 33px;
	padding: 10px 15px 10px 82px;
	background: url(i/arrow.gif) 18px 50% no-repeat;
	line-height: 18px;
	zoom: 1;
}

.green h2 {
	font-size: 12px;
}

.gtop {
	position: absolute;
	top: -1px;
	left: -1px;
	width: 258px;
	height: 4px;
	background: url(i/green-top.gif) no-repeat;
}

.gbot {
	position: absolute;
	bottom: -20px;
	left: -1px;
	width: 258px;
	height: 20px;
	background: url(i/green-bottom.gif) no-repeat;
}



.tags {
	text-align: left;
	margin: 15px 0 30px;
}


#right .news {
	margin: 0 0 15px;
	font-size: 13px;
	color: #6d6d6d;
}

#right .news h4 {
	font-size: 17px;
	font-style: italic;
	font-weight: bold;
	color: #3aab43;
}

#right .news .date {
	font-size: 11px;
	font-style: italic;
	margin: 0 0 5px;
}


#right h2 {
  font-size: 20px;
  color: #FFF;
  background: #25B9C2;
  line-height: 35px;
  padding-left: 20px;
  margin: 5px 0 20px 0;
}


/* Footer
-----------------------------------------------------------------------------*/

#footer {
	margin: 0 20px;
	font-size: 12px;
	color: #b2b2b2;
	background: url(i/logo-small.gif) 33px 1px no-repeat;
	overflow: hidden;
	height: 1%;
}

#footer a {
	color: #25b9c2;
	font-weight: none;
	font-style: italic;
}

#footer-right {
	float: right;
	width: 55%;
	padding-top: 15px;
}

#counters {
	margin: 10px 0 0 160px;
}

#about {
	margin: 10px 0 15px 160px;
	width: 36%;
}

#sponsors {
	padding: 15px;
	height: 35px;
	border-top: 1px solid #e8e8e8;
	color: #dcdcdc;
}

#links a {
	font-weight: normal;
	color: #25b9c2;
}


/* ADD
-----------------------------------------------------------------------------*/

.all {
  font-size: 11px;
  font-weight: bold;
  text-align: right;
  padding-right: 10px;
}

.all img {
  margin: 0 8px -3px 0;
}

.pic {
  float: left;
  padding: 0 10px 20px 0px;
}

.left {
  float: left;
  margin: 0 20px 20px 0;
}

hr {
	color: #d5d5d5;
	background-color: #d5d5d5;
	height: 1px;
	border-width:0px; 
        margin: 15px 0px 15px 0px;
}


.post {
	margin: 0 0 15px;
}

.post.odd {
	float: left;
	width: 48%;
}

.post.even {
	float: right;
	width: 48%;
}


.navigation {
	width: 100%;
	overflow: hidden;
	margin: 0 0 20px;
	padding: 5px 0;
}


#categories {
	line-height: 20px;
	text-align: right;
	list-style: none;
	color: #d5d5d5;
	padding: 5px 5px 5px 5px;
}

#categories a {
	float: left;
	font-weight: bold;
}


#vistas {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  margin: 10px -10px 50px;
  height: 140px;
}

#vistas a {
  color: #25B9C2;
}

.vista {
  float: left;
  width: 130px;
  text-align: left;
  margin: 0 11px;
}
