/*   
Theme Name: Retro Garden Wide
Theme URI: http://ianpurton.com/seo-wordpress-sandbox-theme/
Description: A minimal theme using the yahoo UI grid css and optimised for SEO
Author: Ian Purton
Author URI: http://ianpurton.com
Version: 1.1
*/
body
{
	margin: 0 auto;
	text-align: center;
	background-image: url(images/background.jpg);
	background-repeat:repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

strong
{
	font-weight: bold;
}

em
{
	font-style:italic;
}

a, a:visited, a:active, a:link{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #006600;
	text-decoration:none;
}

a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #00FF66;
	text-decoration:none;
}

#wrapper
{
	background-image:url(images/main.jpg);
	background-repeat:repeat-y;
	margin: 0 auto;
	width: 1020px;
}

#header{
	/* background-image: url(images/headerimage/headerrotator.php); */
	background-image: url(images/header.jpg); 
	background-repeat:no-repeat;
	height: 140px;
}

#nav
{
	height: 47px;
	background-image:url(images/nav.jpg);
	background-repeat:no-repeat;
	text-align:center;
	margin: 0 auto;
}


#footer
{
	height: 115px;
	background-image:url(images/footer.jpg);
	background-repeat:no-repeat;
}

#sidebar
{
	float:left;
	width: 175px;
	text-align:left;
	margin-left: 20px;
	margin-top: 10px;
}

#posts
{
	width: 580px;
	float: left;
	text-align:left;
	margin-right: 10px;
	margin-top: 10px;
	margin-left: 15px;
}

#posts h1, #posts h3{
border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #000000;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;;
	font-weight: bold;
	color: #006600;
	text-decoration:none;
}

#posts h1 a, #posts h1 a:visited, #posts h1 a:active, #posts h1 a:link{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;;
	font-weight: bold;
	color: #006600;
	text-decoration:none;
}

#posts h3{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #006600;
	text-decoration:none;
	padding-top: 10px;
}


#posts h1 a:hover{
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;;
	font-weight: bold;
	color: #00FF66;
	text-decoration:none;
}

#sidebar h4, #rsidebar h4, #newsletter h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000000;
	border-bottom-color: #000000;
	padding-top: 3px;
	padding-bottom: 3px;
}

#sidebar ul
{
	padding-top: 4px;
}

#sidebar form
{
	padding-top: 4px;
}

div#navcontainer
{
background-color: #348234;
width: 90%;
height: 37px;
text-align:center;
margin: 0 auto;
}

div#navcontainer ul
{
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
color: white;
text-align: center;
margin: 0;
padding-bottom: 12px;
padding-top: 12px;
background-color: #348234;
}

div#navcontainer ul li
{
display: inline;
margin-left: -4px;
}

div#navcontainer ul li a
{
padding: 12px 10px;
color: white;
text-decoration: none;
border-right: 1px solid #143414;
}

div#navcontainer ul li a:hover
{
background-color: #143414;
color: white;
}

#active a { border-left: 1px solid #143414; }

#posts p
{
	padding-top: 10px;
	padding-bottom: 10px;
}

#posts ul
{
	padding-left: 30px;
	padding-right: 30px;
	list-style-position: outside;
	list-style-type: square;
}

p.post-meta
{
	background-color: #C9E9C9;
	border-top: 1px solid #348234;
	border-bottom: 1px solid #348234;
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 11px;
	text-align: center;
}

#post-metas
{
	background-color: #C9E9C9;
	border-top: 1px solid #348234;
	border-bottom: 1px solid #348234;
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 11px;
	text-align: center;
	height: 50px;
}

#individual
{
	padding-bottom: 20px;
}

.imagecaptioneasy {
  padding: 5px;
  font-family: arial,helvetica,sans-serif;
  font-size: 10px;
  line-height: 1.15em;
  text-align: center;
  border: 1px solid #808080;
  background: #EAEAEA;
  color: #333;
}
.imagecaptioneasy img { border: 0px solid #fff; margin-bottom:5px; }
.imagecaptioneasy span { text-align: center; }
.imagecaptioneasy_top_left { margin: 0 11px 11px 0; float: left; }
.imagecaptioneasy_top_right { margin: 0 0 11px 11px; float: right; }
.imagecaptioneasy_top_nowrap { margin: 0 0 11px 0; float: none; }
.imagecaptioneasy_left { margin: 11px 11px 11px 0; float: left; }
.imagecaptioneasy_right { margin: 11px 0 11px 11px; float: right; }
.imagecaptioneasy_nowrap { margin: 11px 0 11px 0; float: none; }

.thumb{
	float:right;
	margin: 2px;
	border: 1px solid #000000;
}

h4.excerpt {
	font-weight: bold;
	padding-top: 5px;
}

h5 {
	font-weight: bold;
	font-size: 12px;
}

h2.homepage, h2{
	color: #000000;
	border-bottom: 1px solid #006600;
		font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;;
	font-weight: bold;
}

.excerpt-content{
	border-bottom: 1px dotted #000000;
}

ol.trackbacks {
	display:inline;
	margin-top: 5px;
	padding-top: 5px;
}

h3.trackbacks {
	padding-bottom: 5px;
}

#commentlist ol li{
	border: 1px solid #CCCCCC;
	margin: 5px;
	padding: 5px;
}

.commentmetadata {
	font-size: 9px;
	text-align: right;
	color: #333333;
}

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

.alignleft {
   float: left;
   display:block;
}

.alignright {
	display:block;
   float: right;
}

.wp-caption {
  margin: 5px;
  padding: 5px;
  font-family: arial,helvetica,sans-serif;
  font-size: 10px;
  line-height: 1.15em;
  text-align: center;
  border: 1px solid #808080;
  background: #EAEAEA;
  color: #333;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 10px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

#rsidebar
{
	width: 155px;
	margin-right: 40px;
	float: right;
	text-align:left;
	margin-top: 10px;
}

#newsletter
{
	float: right;
	width: 425px;
	margin-top: 11px;
	margin-right: 10px;
	
}

#newsletter h4
{
	border-top: 0;
	text-align: left;

}

.wp-email-capture-name, .wp-email-capture-email
{
	margin-top: 5px;
	margin-bottom: 5px;
}

.bannerContainer{
	clear:both;
	width:110px;

}
.banner_bgtop{
	background-image:url(http://images.ciao.com/ide/images/box/bg_top.gif);
    background-position:left bottom;
	float:left;
	padding:0px 0px 0px 5px;
	margin:0;
	height:51px;
	width:110px;
	-moz-box-sizing: border-box;

}
.banner_bgtop span{
	background-image:url(http://images.ciao.com/ide/images/box/bg_top.gif);
	background-position:right bottom;
	width:110px;
	height:51px;
	float:left;
	padding:0px 0px 0px 5px;
	text-align:center;
	-moz-box-sizing: border-box;
}
*html .banner_bgtop span{
	background-image:url(http://images.ciao.com/ide/images/box/bg_top.gif);
	background-position:right bottom;
	width:110px;
	height:51px;
	float:left;
	padding:0px 0px 0px 0px;
	text-align:center;
}
.banner_bgtop a img{
	align:center;
        position:relative; top:10px;
}

.banner_bgtop a.linksCiaoTop{
	background: none;
	background:transparent!important;
	background-image:none!important;
	margin:0!important;
	padding:0px 10px 0px 0px!important;
	text-decoration:none!important;
	border:0!important;
}
.banner_bgmiddle{
	background-image:url(http://images.ciao.com/ide/images/box/bg_middle.gif);
	background-position:left top;
	float:left;
	padding:0px 0px 0px 5px;
	margin:0;
	width:110px;
	-moz-box-sizing: border-box;
}
.banner_bgmiddle span{
	background-image:url(http://images.ciao.com/ide/images/box/bg_middle.gif);
	background-position:right top;
	float:left;
	padding:0px 0px 0px 5px;
	font-family:arial,"helvetica, sans-serif";
	font-size:11px;
	font-weight:bold;
	color:#000000;
	text-decoration:none;
	width:110px;
	-moz-box-sizing: border-box;
}
*html .banner_bgmiddle span{
	background-image:url(http://images.ciao.com/ide/images/box/bg_middle.gif);
	background-position:right top;
	float:left;
	padding:0px 0px 0px 0px;
	font-family:arial,"helvetica, sans-serif";
	font-size:11px;
	color:#000000;
	text-decoration:none;
	width:110px;

}
.banner_bgmiddle a.arrowCiao{
	background:transparent url(http://images.ciao.com/ide/images/box/arrow.gif) no-repeat 0px 5px!important;
	font:11px arial!important;
	color:#ff7c00!important;
	margin:0!important;
	padding:0px 0px 0px 10px!important;
	text-decoration:underline!important;
	display:block!important;
	text-align:left!important;
	border:0!important;
}
.banner_bgmiddle form.busqueda{
	margin:0px;
	padding:0px;
}
.banner_bgmiddle span  input.search{
	background:url(http://images.ciao.com/ide/images/box/form_67x25.gif) no-repeat;
	font:10px arial;
	border:0px solid #ff0000;
	float:left;
	width:67px;
	height:25px;
	margin:0px 1px 0px 0px;
	padding:5px 0px 0px 0px;
	vertical-align:middle;
	text-align:center;
}
.banner_bgmiddle input.go{
	margin:2px 0px 0px 5px;
	width:20px;
	height:20px;
	display:inline;
	float:clear;
	border:0;
	padding:0px 0px 0px 0px;
}
.banner_bgbottom{
	background-image:url(http://images.ciao.com/ide/images/box/bg_bottom.gif);
	background-position:left bottom;
	float:left;
	padding:0px 0px 0px 5px;
	margin:0;
	color:#000000;
	height:51px;
	width:110px;
	-moz-box-sizing: border-box;
}
.banner_bgbottom span{
	background-image:url(http://images.ciao.com/ide/images/box/bg_bottom.gif);
	background-position:right bottom;
	float:left;
	padding:0px 0px 0px 5px;
	font:22px bold;
	color:#000000;
	height:51px;
	width:110px;
	-moz-box-sizing: border-box;
}
*html .banner_bgbottom span{
	background-image:url(http://images.ciao.com/ide/images/box/bg_bottom.gif);
	background-position:right bottom;
	float:left;
	padding:0px 0px 0px 0px;
	font:22px bold;
	color:#000000;
	height:51px;
	width:110px;
}
.banner_bgbottom a.linksCiaoBottom{
	background: none;
	background:transparent!important;
	background-image:none!important;
	margin:0!important;
	padding:0px 0px 0px 0px!important;
	text-decoration:none!important;
	display:block!important;
	border:0!important;
}
.banner_bgbottom div.footnoteCiao {
	margin: 5px 0px 0px 0px;
	padding:0px 5px 0px 0px;
	font: 9px arial;
	color: #7b7b7b;
	text-align: center;
}
.banner_bgbottom div.logo{
	margin:0px 0px 0px 0px;
	padding:0px 5px 0px 0px;
	text-align:center;
}
