/*  
Theme Name: neoEdge 
Theme URI: http://www.planetapontevedra.com/
Description: WP Theme based in newedge by <a href="http://www.themespack.com/">Themespack</a>
Author: PlanetaPontevedra Team
Author URI: http://www.planetapontevedra.com/

This theme was designed and built by Wonder. Modded by the PlanetaPontevedra Team.
The CSS, XHTML and design is released under GPL
http://www.opensource.org/licenses/gpl-license.php

*/
body {
  font: 12px/18px "Verdana", Arial, Helvetica, sans-serif;
  color: #27013A;
  background: #ffffff url(img/bg.gif) top center repeat-x;
  color: #333333;
  margin: 0px;
  padding: 0px 0px 0px 0px;
}
a {
  color: #0398e5;
  text-decoration: none;
  outline: none;
}
a:visited {
  color: #0398e5;
  text-decoration: none;
}
a:hover {
  color: #000000;
  text-decoration: none;
}
img {
  border: none;
}
p {
  padding: 0px 0px 15px;
  margin: 0px;
}
h1 {
  margin:0px;
  padding-left: 0px;
  height: 60px;
  font: bold 36px/100% "Trebuchet MS", Tahoma, Arial;
  color: #ffffff;
}
h1 a, h1 a:visited{
  color: #ffffff;
  text-decoration: none;
}
h1 a:hover{
  color: #0398E5;
  text-decoration: none;
}
#bg{
  width:515px;
  height:35px;
  float:left;
  padding-bottom:0px;
  padding-top:4px;
  padding-left:0px;
  /*background-image:url(img/post_bg.gif);*/
  background-repeat:no-repeat;
  background-position:bottom top;
}
h2 {
  width:515px;
  height:35px;
  float:left;
  padding-bottom:3px;
  padding-left:5px;
  font: normal 18px "Verdana", Arial, Helvetica, sans-serif;
  margin:0px;
  color: #010a13;
  border:none;  
}
h2 a, h2 a:visited {
  color: #010a13;
  text-decoration: none;
  border: none;
  font-weight: bold;
  line-height: 18px;
}
h2 a:hover {
  color: #010a13;
  text-decoration: none;
  border-bottom:#000000 1px solid;
}
h3 {
  font: normal 140%/100% "Trebuchet MS", Tahoma, Arial;
  color: #6699cc;
  margin: 10px 0px 5px;
  background-image:url(img/dots.gif);
  background-position:bottom left;
  background-repeat:repeat-x;
}
h4 {
  font: normal 130%/100% "Trebuchet MS", Tahoma, Arial;
  color: #6699cc;
  margin: 10px 0px 5px;
  background-image:url(img/dots.gif);
  background-position:bottom left;
  background-repeat:repeat-x;
}
form {
  margin:0px;
  padding:0px;
}
#page {
  margin: 0px auto;
  width: 960px;
  min-height:850px;
  }
/* header area */
#header {
  background: transparent url(img/burgo.jpg) no-repeat 100% 4px;
  height: 122px;
  position: relative;
  
}
#headerlogo {
  position: relative;
  padding: 16px 0px 0px 20px;
  height: 60px;
}
#headerlogo .description{
  position: absolute;
  left: 35px;
  bottom: 3px;
  color: #ffffff;
  font-size: 14px;
}
#nav {
  list-style: none;
  margin: 0px;
  position: absolute;
  background:#333333;
  bottom: 13px;
  padding: 0px;
}
#nav li {
  float:left;
  margin-left: 5px;

}
 #nav .current_page_item a:visited{
  color: #0398e5;
  text-decoration: none;
  background:#efefef;
}
#nav .page_item a{
  color: #ffffff;
  text-decoration: none;
  padding: 5px 15px;
  font:  11px/100% Arial, Helvetica, sans-serif;
  display: block;
  background:#4d4d4d;
  border-left:#676767 1px solid;
  border-right: #676767 1px solid;
  border-top: #676767 1px solid;
}
 #nav .current_page_item a,#nav .page_item a:hover {
  color: #0398e5;
    text-decoration: none;
  padding: 5px 15px;
  font: 11px/100% Arial, Helvetica, sans-serif;
  display: block;
  background:#efefef;
}
/* content  */
#content {
  padding: 0px 5px 0px 5px;
  float: left;
  width: 665px;
  margin:5px 0 5px 10px;
  overflow: hidden;
  /*border: 1px solid #eee;*/
  
}
.post {
  clear:both;
  padding-top: 10px;
}
.entry {
  float:left;
  width: 660px;
  padding-bottom: 25px;
}
.post-views {
  background: #ffffff;
  padding-left: 7px;
  float:right;
  font-size: 11px;
  color: #c3c5c8;
}
blockquote{
  margin: 5px;
  padding: 5px;
  background:#efefef;
  color:#3d3b3b;
}
.post-cat {
  width:450px;
  height:auto;
  float:left;
  font-size:11px;
  padding-left:0px;
}
.post-date {
  width:450px;
  height:auto;
  float:left;
  font-size:11px;
  padding:0px 0pt 5px;
}
.postmetadata { 
  color: #000000; 
  font-size:12px; 
  padding:4px; 
  /*border-bottom: 1px solid #e1e1e1;*/
  border-top: 1px solid #e1e1e1;
  height:35px;
}
.postmetadatap { 
  color: #000000; 
  font-size:12px; 
  padding:8px; 
  border-bottom: 1px solid #e8eef5;
  border-top: 1px solid #e8eef5;  
}
.postrss{
  color: #000000;
  font-size:13px;
  padding: 3mm;
  border: thin dotted #2c2c2c;
  font: verdana;
}
.post-comments {
  background: #ffffff  url(img/com.gif) no-repeat;
  padding-left: 20px;
  float: right;
  font-size: 95%;
  color: #5b5e61;
}
.post-comments a, .categories a:visited {
  color:#5b5e61;
  text-decoration:none;
}
.post-comments a:hover {
  text-decoration:none;
  color:#5b5e61;
}
.post-author {
  padding-left: 0px;
  float: right;
  font-size: 95%;
  color: #5b5e61;
}
.googleads{
  width:598px;
  float:left;
  color:#666;
  background:#ffffff;
  margin:5px 0 5px 0px;
  padding:10px 0 10px 20px;
  border: 1px solid #eee;
}
.similiar{
  width:515px;
  float:left;
  color:#000000;
  text-align:justify;
  margin:5px auto;
  padding:5px 6px 10px;
}
.post-content {
  clear: both;
  background-color:#ffffff;
  border:1px solid #eee ;
  padding: 5px;
  padding-top: 10px;
  color: #000000;
}
.navigation {
  clear: both;
  padding: 10px 0px;
}
.navigation a, .navigation a:visited {
  color: #F00C3A;
}
.previous-entries a {
  float: left;
  padding-left: 18px;
}
.next-entries a {
  float: right;
  padding-right: 18px;
}

/* comments  */
#comments, #respond {
  padding: 10px 0 5px 0;
  clear: both;
}
.commentlist {
  margin: 10px 0px;
  padding-left: 20px;
  line-height: 130%;
}
.commentlist li{
  padding: 5px 10px;
}
.commentlist .alt {
  background: #efefef;
  border:1px dotted #eee;
  color:#000000;
}
.commentlist cite, .commentlist cite a, .commentlist cite a:visited {
  font-weight: bold;
  font-style: normal;
  font-size: 120%;
  color: #163456;
}
.commentlist small {
  margin-bottom: 5px;
  display: block;
  font-size: 87%;
}
#commentform {
  margin-top: 10px;
  font: 110% Arial, Helvetica, sans-serif;
}
#commentform p {
  padding: 6px 0px;
  margin: 0px;
}
#commentform label{
  color: #696c69;
  font-size: 87%;
}
#commentform input{
  width: 200px;
  background:#FFFFFF;
  border: 1px solid #eee;
  padding: 3px;
  margin-top: 3px;
}
#commentform textarea{
  width: 515px;
  height: 115px;
  background:#FFFFFF;
  border: 1px solid #eee;
  padding: 2px;
  margin-top: 3px;
}
#commentform textarea:focus, #commentform input[type="text"]:focus {
  background: #ffffff;
}
#commentform #submit{
  background: #f3f7fb ;
  font: bold 12px Arial, Helvetica, sans-serif;
  color: #163456;
  border:1px solid #eee;  
    float:left;
  width: 144px;
  height: 28px;
  cursor: pointer;
}
/*sidebar */
#sidebar {
  float: right;
  padding: 3px 3px 3px 3px;
  width: 250px;
  overflow: hidden;
  border:#e1e1e1 1px solid;
  background: #efefef;
}#info{
  width: 232px;
  font-size:11px;
  margin:3px;
  padding:5px;
  background:#ffffff; 
  border:#eee 1px solid;
  float:left;
  color: #00a200;
  border:#e1e1e1 1px solid;
}

/*sidebar title  */
#bgs{
  width:250px;
  height:30px;
  float:left;
  padding-bottom:0px;
  padding-top:4px;
  padding-left:0px;
  background-image:url(img/side_bg.gif);
  background-repeat:no-repeat;
  background-position:bottom top;
}
#sidebar h3, #sidebar .sidebartitle{
  font: normal 14px "Verdana", Arial, Helvetica, sans-serif;
  color: #000000;
  margin: 5px 0px 2px;
  border-bottom:1px solid #e1e1e1;
  
}
/*sidebar text styles */
#sidebar a, #sidebar a:visited{
  color: #0e66be;
    font-size: 11px;
  text-decoration: none;
}
#sidebar a:hover{
  color: #53c400;
    font-size: 11px;
  text-decoration: none;
}
/*sidebar list level1 */
#sidebar ul {
  margin: 0;
  padding: 0;
}
#sidebar ul li {
  list-style: none;
  margin: 0;
  padding: 0;
  border: none;
}
/*sidebar list level2 */
#sidebar ul li ul {
  padding:0;
  margin: 0;
}
#sidebar ul li ul li{
  padding: 0px 2px 0px 10px;
  border: none;
}
/*sidebar list level3 */
#sidebar ul li ul li ul li{
  padding: 1px 0 1px 0px;
  border: none;
}
/*blogroll widget */
ul.list-blogroll li{
  padding-left: 10px !important;
}
/*meta  widget*/
ul.list-meta li{
  padding-left: 5px !important;
}
/*rss widget */
ul.list-rss li{
  padding-left: 5px !important;
}
/*category  widget */
ul.list-cat li, li.bar_categories li{
  padding-left: 5px !important;
}
/*recent  widget  */
ul.list-rec li, li.bar_comments ul li {
  padding-left: 5px !important;
}
/*archives widget */
ul.list-archives li, li.bar_archives li{
  padding-left: 5px !important;
}
/*pages widget */
ul.list-page li, li.bar_pages li, li.bar_recent_entries li{
  padding-left: 5px !important;
}
/*sub-pages widget */
ul.list-page li ul li, li.bar_pages li ul li{
  padding-left: 5px !important;
}
/*calendar bar widget */
li.bar_calendar td {
  padding: 1px 7px;
}
/*text bar */
.textbar {
  padding-top: 5px;
}
/*search form */
#bsearch{
  width:252px;
  font-size:11px;
  margin:3px;
  padding:10px; 
  background:#163456;
  border:#eee 1px solid;
  float:left;
  color: #ffffff;
}
#searchform {
  height:20px;
  line-height:20px;
  float:left;
  padding-top:0px;
  margin:0;
  }
#searchform br {
  display: none;
}
#searchform #s {
  width: 230px;
  height: 16px;
  padding: 4px 0px 0px 0px;
  background: #FFF;
  border:1px solid #EEE;
  margin-right: 2px;
  color: #000;
  font-weight: normal;
}
/* search form button - to specify button only use input[type="submit"] */
#searchform input {
  background:#FBF6FD;
  border:1px solid #eee;
  width: 30px;
  height: 22px;
    font: 12px Arial, Helvetica, sans-serif;
  color: #000;
  vertical-align: middle;
}
/* page close */
#close {
  clear: both;
  background: #ffffff;
  line-height: 130%;
  padding-bottom: 0px;
  
  
}
/* footer bar */

#footerbg {
  background: #333333;
  border-top:10px solid #0281ca;
  }

#footer {
  background: #333333;
  color: #6c7777;
  width: 970px;
  height:40px;
  margin: 0px auto 0px;
  padding: 10px;
  text-align: center;
  
  }
  
#footer a, #footer a:visited{
  color: #ffffff;
  text-decoration: none;
  }
  
#footer a:hover{
  text-decoration: none;
  }
/* alignments */
.center {
  text-align: center;
}
img.center, img[align="center"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.alignleft {
  float: left;
}
img.alignleft, img[align="left"] {
  float:left;
  margin: 2px 10px 5px 0px;
}
.alignright {
  float: right;
}
img.alignright, img[align="right"] {
  float:right;
  margin: 2px 0px 5px 10px;
}
.clear {
  clear:both;
}
hr.clear {
  clear:both;
  visibility: hidden;
  margin: 0px;
  padding: 0px;
}
.favicon {
vertical-align:middle;
}
