/*  
Theme Name: Cecilia Oviedo
Description: Theme para Cecilia Oviedo.
Author: Seosocialguru
Author URI: http://www.seosocialguru.com/
*/

/* Defaults */

* {
  margin: 0;
  padding: 0;
  }

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 10px;
  }

a {
  color: #808285;
  text-decoration: none;
  }

a:hover {
  color: #808285;
  text-decoration: underline;
  }

blockquote {
  background: url(images/bquotes.gif) left top no-repeat;
  padding-left: 35px;
  margin: 10px 0 0 10px;
  font-style: italic;
  }

code {
  color: #555;
  }

body {
	position: relative; /* Fixes browser resizing bug in IE6 */
	margin: 10px auto;
	width: 980px;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #D2D9DD;
	background-image: url(images/bg.png);
	background-repeat: repeat-x;
	background-position: 0px top;
  }


/* Header and wrapper */
#wrapper {
  width: 980px;
  text-align: left; /* IE Centering Technique */
  }


#header {
	height: 165px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
  }
#headerwrapper {

  }


#title {
  float: left;
  margin-left: 15px;
  width: 360px;
  display:inline;
  }
#header h1 {
  padding: 0;
  font-size: 15pt;
  }
#header h1 a {
  color: #d3d082;
  font-size: 16pt;
  text-decoration: none;
  }
#header h1 a:hover {
  color: #EBE9BE;
  text-decoration: none;
  }
#header h3 {
  padding: 0;
  color: #fff;
  font-size: 11pt;
  }

#topright {
  color: #fff;
  font-size: 10pt;
  float: right;
  margin-bottom: 24px;
  margin-right: 15px;
  width: 468px;
  height: 60px;
  display:inline;
  }
#topright a {
  color: #B4B472;
  }
  
#menu{
	width: 980px;
	height: 32px;
	background-image: url(images/botonera.png);
	background-repeat: repeat-x;
	margin: auto;
}

#menu_items{
	padding-top:7px;
	padding-left:5px;
	float:left;
	width:70%;
	font-size:16px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#000000;
	font-style: italic;	
}
#menu_items li{
	list-style-image: none;
	list-style-type: none;	
}


#menu_items div{
	float:left;
	background:url(images/menu_sep.gif) no-repeat center right;
	padding-left:10px;
	padding-right:15px;
}

#menu_items a{
	color:#000000;
}
#menu_items a:hover{
	color:#8B5DA6;
	text-decoration: none;
}

#menu_items a#home{
	background:url(images/i_home.gif) no-repeat left center;
	padding-left:22px;
	
}


/* Menu and search */


#header #searchform {
  float: right;
  margin-left: 0;
  }



*:first-child+html #searchform { /* Filter for IE7 */
  padding: 0px 0;
  }

* html #searchform { /* Filter for IE6 */
  padding: 0px 0;
  }

#searchbox{
	width: 50px;
	}

#searchbutton {
  width: 50px;
  background: none;
  border: none;
  }

#searchbutton:hover {
  cursor: pointer;
  }

#nav ul {
  list-style: none;
  width: 600px;
  }

#nav li {
  float: left;
  }

#nav li a {
	padding: 0 15px;
	height: 32px;
	line-height: 35px;
	font-size: 16pt;
	color: #AE8E57;
	font-style: italic;
  }

#nav li a:hover {
  color: #AE8E57;
  text-decoration: none;
  }

#nav li.rssmenu a {
  color: #AE8E57;
  }

#nav li.rssmenu a:hover {
  color: #AE8E57;
  }



/* Content */

#main {
	clear: both;
	width: 980px; /* Prevents IE6 miscalculation */
	background-image: url(images/fondo.png);
	background-repeat: repeat-y;  
  }

#contentwrapper {
	width: 635px;
	float: left;
	padding-left: 40px;
	padding-right: 10px;
	padding-top: 20px;
  }
#contentwrapper_fullwidth {
  width: 980px;
  float: left;
  padding-left: 5px;
  padding-right: 20px;
  }

#content {
  }

#content .pageTitle {
	font-size: 18px;
	color: #8B5DA6;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
  }

.post {
	margin-top: 0px;
	margin-bottom: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #808285;

  }

h2.postTitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	color: #808285;
	font-weight: normal;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
  }

h2.postTitle a {
	color: #8B5DA6;
	text-decoration: none;
  }

h2.postTitle a:hover {
	color: #8B5DA6;
	text-decoration: underline;
  }

#content p.postMeta {
  padding: 0 10px;
  font-size: 10pt;
  color: #7b7b7b;
  }

.post img {
  margin: 10px;
  }
.postContent{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #58595B;
}
#content p, .postContent p {
	font-size: 10pt;
	padding-right: 0px;
	padding-left: 0px;  
  }

.postContent ul, ol {
  padding: 0 0 0 35px;
  }

.postContent ul li, ol li {
  font-size: 10pt;
  color: #333;
  }

.comment {
  border-top: 1px solid #ebebeb;
  }


#commentslinks {
  float: right;
  text-align: right;
  padding: 5px 10px;
  width: 160px;
  color: #AE8E57;
  font-size: 9pt;
  }

#commentslinks a {
  text-decoration: underline;
  }

#comments {
	margin: 0 10px;
	padding: 5px 10px;
	padding-left: 25px;
	font-size: 9px;
	color: #AE8E57;
	background: url(images/comment.jpg) left 5px no-repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
  }

p.comments {
	clear: both;
	padding: 5px 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	color: #AE8E57;
  }

p.comment {
  padding: 0 10px;
  }

p.comments a {
  padding-left: 20px;
  background: url(images/comment.jpg) left top no-repeat;
  font-size: 12px;
  text-decoration: none;
  font-style: italic;
  color: #AE8E57;
  }

p.comments a:hover {
  text-decoration: underline;
  }

.commentlist {
  margin: 10px 25px;
  padding: 0 10px;
  font-size: 10pt;
  list-style: none;
  }

.commentlist li {
  margin: 0 0 5px -25px;
  padding-bottom: 5px;
  }

.commentlist cite {
  font-size: 10pt;
  font-style: normal;
  }

.commentlist cite a {
  }

.comment .commentmetadata a {
  color: #AE8E57;
  }

.commentlist p {
  padding: 10px 0;
  }

.comment h3 {
	font-size: 14px;
	text-decoration: none;
	color: #8B5DA6;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
  }

p.comment a {
  padding-left: 20px;
  background: url(images/comment.jpg) left top no-repeat;
  font-size: 10pt;
  }

textarea {
  width: 480px;
  }

.comment #submit {
  width: 118px;
  height: 30px;
  background: url(images/commentbutton.jpg) left top no-repeat;
  border: none;
  font-size: 9pt;
  color: #fff;
  }

.comment #submit:hover {
  cursor: pointer;
  }

.commentbody {
  float:right;
  width: 370px;
  margin: 10px 0 15px 0;
  padding-bottom: 10px;
  }

a.gravatar {
  float:left;
  margin:10px 15px 20px 0;
  width:69px;
  }

#nextprevious {
	margin: 10px;
	font-size: 12px;
  }

p.formulario{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	color: #AE8E57;
	text-decoration: none;
}

/* Sidebars */
#sidebars {
	float: right;
	margin-top: 0px;
	margin-left: 0px;
	padding-top: 0px;
	width: 260px;
	margin-right: 25px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
  }

#sidebar0 {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
  }

#sidebar1 {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px; 
  }

#sidebar2 {
  float: right;
  padding: 10px;
  width: 220px;
  }

#sidebars h2 {
	font-size: 14px;
	color: #4D4D4F;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D6CADC;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #8B5DA6;
	font-weight: normal;
  }
#sidebars h3 {
	font-size: 14px;
	color: #4D4D4F;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #8B5DA6;
	font-weight: normal;
 }
 #sidebars h4 {
	font-size: 14px;
	color: #4D4D4F;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	padding-top: 10px;
	padding-right: 0px;
	padding-left: 0px;
	font-weight: normal;
	margin-bottom: 5px;
	padding-bottom: 5px;
	line-height: 20px;
}
#sidebars h2 a, #sidebars h2 a:link , #sidebars h2 a:visited {
	color: #4D4D4F;
	text-decoration:none;
}
#sidebars h2 a:hover, #sidebars h2 a:active{
	color: #4D4D4F;
	text-decoration:underline;
}
#sidebars table {
  width: 220px;
  }

#sidebars ul {
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
  }

#sidebars li {
	list-style: none;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	padding: 3px;
  }

#sidebars li ul {
	padding: 0;
	
  }

#sidebars ul ul li {
	margin: 0;
	color: #6D6F71; /* Required for cross-browser consistency; cross-browser defaults vary. */
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	padding-right: 2px;
	padding-left: 16px;
	line-height: 16px;
	background-image: url(images/bullet.png);
	background-repeat: no-repeat;
	background-position: 3px 12px;
	padding-top: 5px;
  }

#sidebars a {
  display: inline;
  color: #6D6F71;
  text-decoration: none;
  }
#sidebars a.showit {
  color: #6D6F71;
  }
#sidebars a:hover {
  color: #000000;
  }

#sidebars p {
  padding: 2px 0;
  font-size: 9pt;
  color: #939598;
  }

#tag_cloud a {
  display: inline;
  }

#sidebars ul.children li {border-bottom:none;}
#sidebars ul.children {margin-bottom:-5px;}


#sidebars ul ul li.rss_img,   {
	background-image: url(http://www.estaslindascositas.com.ar/images/rss_off.png);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	margin: 0px;
	padding: 0px;
	height: 20px;
	width: 20px;
}

.favoritos, a.favoritos, a.favoritos:visited{
	background-image: url(http://www.estaslindascositas.com.ar/images/favoritos_off.png);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 20px;
	width: 20px;
}
a.favoritos:hover, a.favoritos:active{
	background-image: url(http://www.estaslindascositas.com.ar/images/favoritos.png);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	margin: 0px;
	padding: 0px;
	height: 20px;
	width: 20px;
}


/* footer*/

#footerwrapper {
  clear: both;
  height: 110px;
  background: url(images/footer.png) right bottom no-repeat;
  }

#footer {
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
	font-style: italic;
	padding-top: 10px;	
	  }
.footer_link, .footer_link a, .footer_link:link, .footer_link:visited{
	color: #FFFFFF;
	text-decoration: none;
}
.footer_link:hover, .footer_link:active{
	color: #FFFFFF;
	text-decoration: underline;
}
#footer p {
  font-size: 10pt;
  color: #FFFFFF;
  }

a img {
  border: none;  
  }

#bottomcurve {
  clear: both;
  width: 900px;
  height: 55px;
 
  }
#bottomcurve span{
  float: right;
  width: 125px;
  height: 15px;
  }
#bottomcurve span:hover{
  cursor: pointer;
  }

.highlight {
  color: #D9D688;
  font-weight: bold;
  }


/* Misc */
.cleared {
  clear: both;
  }

.aligncenter,
div.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  }

.alignleft {
  float: left;
  }

.alignright {
  float: right;
  }

.wp-caption {
  border: 1px solid #ddd;
  text-align: center;
  background-color: #f3f3f3;
  padding-top: 4px;
  margin: 10px;
  /* optional rounded corners for browsers that support it */
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
  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;
  }




