/*  
Theme Name: Destinos360
Theme URI: http://www.destinos360.com/
Description: Tema de Destinos360!
Author: Cesar
Author URI: http://www.destinos360.com/
Version: 1.1
Tags: green, three-columns, two-columns, threaded-comments, fixed-width, theme-options, right-sidebar
License:
License URI:

*/ 

/* Defaults */
* {
	margin: 0;
	padding: 0;
}

h1,h2,h3,h4,h5,h6,p {
	margin: 0;
	padding: 10px 0;
}

h1,h2,h3,h4,h5,h6 {
	color: #AEBA3E
}

hr {
	color: #333;
	border: 1px solid #121212;
}

pre {
	height: auto;
	overflow-x: scroll;
}

fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

dd {
	padding-left: 15px;
}

p {
	font-size: 1.0em;
}

a {
	color: #aeba3e;
	text-decoration: none;
}

a:hover {
	color: #aeba3e;
	text-decoration: underline;
}

a img {
	border: none;
}

blockquote {
	background: #000000;
	border: 1px solid #060606;
	padding: 5px 15px;
	margin: 10px 10px 5px 15px;
	font-style: italic;
	color: #fff;
}

code {
	color: #3366cc;
	font-style: italic;
}

strong {
	font-size: 110%;
}

body {
	text-align: center;
	margin: 0;
	padding: 0 0 15px 0;
	font-size: 12px;
	font-family: 'Droid Sans', arial, serif;
	background-color: #000000; /*bg color*/
	background-image:url(http://www.destinos360.com/wp-content/themes/destinos360/bgrotator.php);
	background-repeat: no-repeat;
	background-position: top;
}

/* Header and wrapper */
#bg_button_mask {
	clear: both;
	margin: 0 auto;
	width: 0;
	height: 0;
	padding: 0;
	display: none;
	cursor: pointer;
}

#wrapper {
	margin: 0 auto;
	width: 1000px;
	text-align: left;
	padding: 0;
}

#header {
	padding: 0;
	margin: 0;
	height: 170px;
}

#header #topright {
	text-align: right;
	float: right;
	width: 600px;
	margin: 10px 20px 0 0;
}

#header #topright ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#header #topright li {
	display: inline;
}

#header #topright li a {
	color: #116600;
	font-size: 9pt;
	padding: 0 0 0 25px;
}

#header #topright li a:hover {
	color: #000000;
	text-decoration: underline;
}

#header #logo {
	float: left;
	width: 350px;
	height: 130px;
	margin: 20px 0 0 30px;
	padding: 0;
}

#header #logo img {
	margin: 0 0 0 45px;
}

#header #logo span {
	float: left;
	font-size: 1.0em;
	font-variant: small-caps;
	font-style: italic;
	color: #4E5E2E;
	height: 20px;
	margin: 0;
	padding: 0 20px;
	
}

#header h1 {
	padding: 0;
	margin: 0;
}

#header h1 a {
	color: #99dd99;
	font-size: 17pt;
	text-decoration: none;
}

#header h1 a:hover {
	color: #eee;
	text-decoration: none;
}

#header span {
	padding: 0;
	margin: 60px 0 0 0;
	color: #111;
	font-size: 0.8em;
}

/* Menu */
#catnav {
	margin: 0;
	padding: 0 22px;
	clear: both;
	height: 25px;
	width: 970px;
}

#nav {
	list-style: none;
	margin: 0;
	padding: 0;	
}

#nav ul {
	margin: 0;
	padding: 0;
}

#nav li {
	float: left;
	margin: 0;
	padding: 0;
}

#nav a {
	display: block;
	line-height: 25px;
	margin: 0;
	padding: 0 20px 0 15px;
	font-size: 1.4em;
	color: #116600;
	letter-spacing: -1px;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	-ms-border-radius: 5px;
	border-radius: 5px;
}

#nav li a:hover {
	color: #000000;
	text-decoration: none;
	background-image: url(images/butt_bg.png);
	background-position: 0 -32px;
}

#nav li ul {
	list-style: none;
	position: absolute;
	width: 150px;
	left: -999em;
}

#nav li:hover ul,#nav li.sfhover ul {
	left: auto;
}

#nav li li {
	float: left;
	margin: 0;
	padding: 0;
	width: 150px;
}

#nav li li a {
	width: 150px;
	height: 24px;
	line-height: 24px;
	color: #fff;
	border-top: 1px solid #131f27;
	background: #040404;
	margin: 0;
	padding: 5px 20px 5px 15px;
}

#nav li li a:hover {
	border-top: 1px solid #131f27;
	background: #000;
	padding: 5px 20px 5px 15px;
}

#nav li:hover,#nav li.sfhover {
	/* prevents IE7 drop-down menu bug (focus on a page element prevents nested menus from disappearing) */
	position: static;
}

#nav li.current-cat {
	color: #d3f642;
	display: block;
	background-image: url(images/butt_bg.png);
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	-ms-border-radius: 5px;
	border-radius: 5px;
}


#toprss {
	float: right;
	margin: 0;
	width: 150px;
}

/* Top Content */
#main {
	margin: 0 0 0 0;
	clear: both;
	width: 1000px;
	padding: 8px;
	background: transparent url(images/bg-trans.png) repeat;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	
}

#contentwrapper {
	float: left;
	width: 632px;
	margin: 0;
	padding: 0;
	
}

#contentwrapper2 {
	float: left;
	width: 900px;
	margin: 0 0 15px 0;
	padding: 0;
}

#contentwrapper_photos {
	float: left;
	width: 680px;
	margin: 5px;
	padding: 10px;
	background: transparent url(images/bg-trans.png) repeat;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
}

#contentwrapper .pageTitle,#contentwrapper2 .pageTitle {
	margin: 0px;
	font-size: 0.7em;
	letter-spacing: -1px;
	color: #fff;
	font-weight: normal;
	background: url(images/bg-trans.png) repeat;
	padding: 5px 15px;
	text-align: right;
}

.topPost {
	margin: 0;
	padding: 10px 15px 10px 15px;
	background: url("images/bg-white-to-grey.gif") repeat-x scroll 0 0 #FFFFFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
}

.topPost h2.topTitle {
	border-bottom: 1px solid #DDDDDD;
}

.topPost h2.topTitle a {
	font-size: 1.2em;
	font-weight: normal;
	color: #4b8f02;
	letter-spacing: -2px;
}

.topPost h2.topTitle a:hover {
	text-decoration: none;
	color: #FF9933;
}

.topPost p.topMeta {
	border-top: 1px solid #FFFFFF;
	padding: 0;
	margin: 0;
	font-size: 0.9em;
	color: #aaa;
}

.topPost p.topMeta a {
	text-decoration: underline;
	color: #AEAA3E;
}

.topPost p.topMeta a:hover {
	color: #FF9933;
}

.topPost div.topContent {
	font-size: 1.0em;
	color: #000000;
	margin: 8px 0;
}

.topPost div.topContent a {
	text-decoration: underline;
}

.topPost div.topContent a:hover {
	text-decoration: underline;
	color: #ff9933;
}

.topPost div.topContent ul,.topPost div.topContent ol {
	padding: 0 0 0 30px;
}

.topPost span.topComments,.topPost span.topMore,.topPost span.topTags {
	font-size: 0.7em;
	background: #4e5e2e none repeat scroll 0 0;
	padding: 4px 10px;
	margin-right: 5px;
	line-height: 22pt;
	color: #AEAA3E;
	border: 1px dotted #AEAA3E;
}

.topPost span.linkpages {
	font-size: 9pt;
	font-style: italic;
	color: #fff;
	margin-bottom: 10px;
	display: block;
}

.topPost span.linkpages a:hover {
	color: #ddd;
}

.topPost span.topComments:hover,.topPost span.topMore:hover,.topPost span.topTags:hover
	{
	background: #a3a622;
}

.topPost span.topComments a {
	color: #fff;
	background: url(images/comments.gif) left no-repeat;
	padding-left: 20px;
	line-height: 27pt;
	vertical-align: middle;
}

.topPost span.topMore a {
	color: #fff;
	background: url(images/more.gif) left no-repeat;
	padding-left: 20px;
	line-height: 27pt;
	vertical-align: middle;
}

.topPost span.topTags em {
	background: url(images/tags.gif) left no-repeat;
	padding-left: 20px;
	line-height: 27pt;
	vertical-align: middle;
	color: #0a0a0a;
}

.topPost span.topTags a {
	color: #fff;
	line-height: 27pt;
	vertical-align: middle;
}

.topPost span.topComments a:hover,.topPost span.topMore a:hover,.topPost span.topTags a:hover
	{
	color: #fff;
	text-decoration: underline;
}

#nextprevious {
	margin: 10px 0 5px 0;
}

#nextprevious a {
	color: #83adc8;
	text-transform: lowercase;
	text-decoration: underline;
}

#nextprevious a:hover {
	color: #fff;
}

/* Comments */
#comments {
	margin-top: 0;
	border: 1px dotted #666622;
	padding: 0px 15px 10px 15px;
	color: #fff;
}

#comments h3 {
	font-size: 10pt;
	font-weight: normal;
	color: #fff;
	margin: 15px 0;
	padding: 0;
}

#comments p a {
	color: #6598b8;
}

#comments p a:hover {
	color: #66ff66;
}

#comments p {
	padding: 0;
	margin: 7px 0;
}

ul.commentlist,ul.trackback {
	list-style-type: none;
	margin: 10px 0;
	font-size: 0.8em;
}

.commentlist li,.trackback li {
	margin: 10px 0 15px 0;
	padding: 10px;
	background: #333311;
	list-style-type: none;
}

.commentlist li.alt {
	background: #222200;
	margin-top: 10px;
}

.commentlist .comment-author-admin {
	margin-left: 20px;
}

.commentlist li.cleared {
	background: transparent;
	border: none;
}

.commentlist a:hover {
	color: #eee;
}

.commentlist a.gravatar {
	float: left;
	margin: 0 15px 10px 0;
	width: 60px;
}

.commentlist .commentbody {
	margin: 0;
	padding: 0;
}

.commentlist .commentbody p a {
	text-decoration: underline;
}

.commentlist cite {
	font-size: 10pt;
	font-style: normal;
	color: #ddd;
}

.commentlist small.commentmetadata a {
	color: #666;
}

.commentlist p {
	color: #dedede;
}

#respond {
	clear: both;
	margin-top: 15px;
}

textarea#comment {
	width: 450px;
	background: #fff;
	color: #111;
	padding: 10px;
}

#comments #submit {
	margin: 0;
}

#extrastuff a {
	color: #AEBA3E;
	font-size: 0.8em;
}

#extrastuff a:hover {
	color: #6598b8;
	text-decoration: none;
}

#extrastuff #rssleft {
	float: left;
	width: 250px;
}

#extrastuff #trackright {
	float: right;
	width: 180px;
	text-align: right;
}

/* Welcome section */
#main #welcome {
	margin: 0;
	padding: 0 0 10px 0;
	background-color: #A0C544;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
}

#main #welcome h2 {
	font-size: 1.4em;
	font-weight: normal;
	color: #4B8F02;
	letter-spacing: -1px;
	margin: 0 10px;
	padding: 10px 0 3px 0;
}

#main #welcome p {
	font-size: 0.9em;
	color: #FFFFFF;
	margin: 0;
	padding: 10px;
}

#main #welcome a {
	text-decoration: underline;
	color: #4B8F02;
}

#main #welcome a:hover {
	color: #ff9933;
}

#main #welcome form {
	margin: 0;
	background: transparent; /* required for IE */
	text-align:center;
}

#main #welcome #feedbox {
  padding: 2px 4px;
  width: 200px;
  background:url(images/bg-trans.png) repeat;
  border:1px solid #AEBA3E;
  color: #fff;
  font-size: 1.5em;
}

.submitbutton {
  margin: 0;
  background-image: url(images/butt_bg.png);
  background-position: 0 -32px;
  font-size: 1.2em;
  padding: 0 5px;
  border: none;
  height: 25px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
.submitbutton:hover {
  cursor: pointer;
  color: #fff;
  background-position: 0px 0px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  
 }

/* OnLine section */
#main #online {
	margin: 0;
	padding: 0 0 5px 0;
	text-align: center;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
}

#main #online h2 {
	font-size: 1.2em;
	margin: 0;
	padding: 10px 0 3px 0;
}

/* Sidebars */
#sidebars {
	margin: 0;
	width: 360px;
	float: right;
	color: #eee;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
}

#sidebars .sidebarbox {
	background: url("images/bg-trans.png") repeat scroll 0 0 transparent;
	padding: 8px 15px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
}

#sidebar_full {
	padding: 0;
	margin: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
}

#sidebar_left {
	float: left;
	width: 175px;
}

#sidebar_right {
	float: right;
	width: 178px;
}

#sidebars h2 {
	margin: 0;
	padding: 0 0 8px 0;
	font-weight: normal;
	font-size: 1.4em;
	color: #D3F642;
	letter-spacing: -1px;
}

#sidebars table {
	width: 130px;
}

#sidebars ul {
	margin: 0;
	padding: 0;
}

#sidebars li {
	margin-bottom: 10px;
	list-style: none;
	font-size: 9pt;
}

#sidebars li ul {
	padding: 0;
}

#sidebars ul ul li {
	margin: 0;
	padding: 2px 2px 2px 16px;
	color: #eee;
	background: url(images/bullet.gif) left 8px no-repeat;
	line-height: 17px;
	/* Required for cross-browser consistency; cross-browser defaults vary. */
}

#sidebars a {
	display: inline;
	color: #eee;
}

#sidebars a:hover {
	color: #AEDD3E;
	text-decoration: underline;
}

#sidebars p {
	padding: 2px 0;
	font-size: 9pt;
	color: #eee;
}

#tag_cloud a {
	display: inline;
}

#sidebars ul.children li {
	border-bottom: none;
}

#sidebars ul.children {
	margin-bottom: 0;
}

/* Sidebars PhotoAlbum*/
#sidebars_photo {
	margin: 15px 12px 0 7px;
	width: 270px;
	float: right;
	color: #eee;	
}

#sidebars_photo .sidebarbox_photo {
	background: url(images/bg-trans.png) repeat;
	padding: 8px 15px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
}

#sidebar_full_photo {
	padding: 0;
	margin: 0;
}
#sidebars_photo ul {
	margin: 0;
	padding: 0 0 5px 0;
}

#sidebars_photo li {
	margin-bottom: 15px;
	list-style: none;
	font-size: 9pt;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
}

#sidebars_photo li ul {
	padding: 0;
}

#sidebars_photo ul ul li {
	margin: 0;
	padding: 2px 2px 2px 16px;
	color: #eee;
	background: url(images/bullet.gif) left 8px no-repeat;
	line-height: 17px;
	/* Required for cross-browser consistency; cross-browser defaults vary. */
}

#sidebars_photo a {
	display: inline;
	color: #000;
}

#sidebars_photo a:hover {
	color: #AEDD3E;
	text-decoration: underline;
}

/* Before footer */
#morefoot {
	background: #222200;
	border: 1px solid #070707;
	padding: 15px;
	color: #dfdfdf;
	margin: 0;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
}

#morefoot p {
	margin: 5px 0;
	padding: 5px 0;
}

#morefoot ul {
	list-style-type: none;
	margin-top: 5px;
}

#morefoot ul li,#morefoot p {
	font-size: 1.0em;
}

#morefoot a {
	text-decoration: underline;
	color: #ddd;
}

#morefoot a:hover {
	text-decoration: underline;
	color: #AEDD3E;
}

#morefoot h3 {
	font-size: 12pt;
	font-weight: normal;
	color: #AEBA3E;
	letter-spacing: -1px;
	border-bottom: 1px dotted #444;
	margin: 0;
	padding: 0 0 2px 0;
}

#morefoot #searchbox {
  padding: 2px 4px;
    width: 200px;
    background:url(images/bg-trans.png) repeat;
    border:1px solid #AEBA3E;
    color: #fff;
  font-size: 1.5em;
}

#morefoot .col1 {
	float: left;
	width: 340px;
}

#morefoot .col2 {
	margin: 0 25px;
}

#morefoot .col2,#morefoot .col3 {
	float: left;
	width: 260px;
}

#morefoot li {
	padding-left: 20px;
	margin-bottom: 5px;
	background: url(images/more.gif) left 2px no-repeat;
	line-height: 17px;
	/* Required for cross-browser consistency; cross-browser defaults vary. */
}

/* ant_footer*/
#ant_footer {
	clear: both;
	padding: 5px 5px 5px 5px;
}

/* footer*/
#footer {
	clear: both;
	font-size:0.8em;
	font-variant: small-caps;
	color: #BBBBBB;
	background: #333300;
	border: 1px solid #070707;
	padding: 10px 10px 10px 10px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
}

#footer p {
	padding: 0;
}

#footer a {
	color: #bbb;
	text-decoration: underline;
}

#footer a:hover {
	color: #fff;
}

#footerleft {
	float: left;
	width: 500px;
	padding: 10px;
}

#footerright {
	float: right;
	width: 300px;
	text-align: right;
}

/* Misc */
.highlight {
	color: #222;
	font-weight: bold;
}

.cleared {
	margin: 0;
	padding: 0;
	clear: both;
}

.alignleft {
	float: left;
	margin: 5px 10px 5px 0;
}

.alignright {
	float: right;
	margin: 5px 0 5px 10px;
}

.aligncenter,div.aligncenter {
	margin: 10px auto;
	text-align: center;
	display: block;
}

img.alignleft {
	float: left;
	margin: 5px 10px 5px 0;
}

img.alignright {
	float: right;
	margin: 5px 0 5px 10px;
}

img.aligncenter {
	margin: 10px auto;
	text-align: center;
	display: block;
}

.wp-caption {
	text-align: center;
	background-color: #f3f3f3;
	/* optional rounded corners for browsers that support it */
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 1px;	
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: none;
}

.wp-caption p.wp-caption-text {
	font-size: 0.8em;
	line-height: 10px;
	padding: 1px 3px 2px;
	margin: 0;
	color: #111;
}

.publi1 {
	text-align: center;
	display: block;
	margin: 20px 10px 20px 10px;
}

.publi2 {
	text-align: center;
	display: block;
	margin: 0;
}

.flickr-photos {
	text-align: center;
}

.flickr-photos a img {
	margin: 2px;
}


