/*
Theme Name: Pinterest fail
Theme URI: 
Description: Simple purple template for Pinterest fail Blog
Version: 1.0
Author: Joy Kelley - HowJoyful
Author URI: http://www.hjdstudio.com
Tags: purple, cow, fixed width, two columns, right sidebar, 2columns, widgets, gravatars, simple, clean


*/

* {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	margin: 0;
	padding: 0;
}

.clear:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clear {
  display: inline-table;
}

/* Hides from IE-mac \*/
* html .clear {
  height: 1%;
}

.clear {
  display: block;
}
/* End hide from IE-mac */






img, fieldset, a {
	border: 0 none;
}

a img {
	vertical-align: top;
}

textarea {
	font-size: 100%;
	overflow: auto;
}

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

a:hover, a:focus {
	color: #696;
	text-decoration: none;
}



/*  ------------------------------BASICOS  */

html, body {
	background: #E6E6E6 url('images/bg.gif') left top ;
	color: #666;
	text-align: center;
}



body {
	font-size: 12px;
        font-family: Verdana, Arial;
}

#siteholder {
	margin: 0 auto;
	padding-top: 20px;
	text-align: left;
	width: 1001px;
}

#siteWrap {
	display: block;
	padding: 0px 0 0px 0;
	width: 1001px;
}

.wrapCapT, #wrapCapB, #middleWrap {
	display: block;
	width: 1001px;
}

#middleWrap {
        border-right: 2px solid #669966;
        border-left: 2px solid #669966;
        border-bottom: 2px solid #669966;
	background-color: #FFF;
	width: 997px;
        padding: 0;
        margin:0;
}

#header-img {
      width: 1001px;
      height: 298px;
      display: block;
      margin:0;
      padding: 0;

}
#header-img a{
      margin:0;
      padding: 0;
      border: none;
}

h5 {
	font-family: "Josefin Slab", Verdana;
        font-size: 21px;
        color: #609261;
	text-decoration: none;
        font-weight: normal;
}


/* ----- header-menu ----------------------------------------------------------- */
#menu-wrapper{
	height:45px;
	background-color: #669966;
	font-weight: normal;
        margin-bottom:0px;
        color:#fff;

}

.header_menu {
	clear:both;
	margin:0 auto;
	padding:0;
	width: 1010px;
}

.menu {
	margin:0 15px;
	width: 980px;


	
}
.menu, .menu ul { line-height:1; margin:0; padding:0; list-style: none;}
.menu li { position:relative; float:right; padding:0 18px; z-index:100; }
.menu ul li { height:auto; padding:0; left:auto;  }
.menu #header-menu-home { border:none; }
.menu a, .menu a:visited { color:#fff; display:block; padding:0 15px; line-height:48px; position:relative; top:2px; text-decoration: none;     font-family: "Josefin Slab", Verdana;  font-size: 17px;}
.menu a:hover {
	color:#493F73;
	text-decoration:none;
}


/*  ------------------------------ CONTENT  */

#content {
	color: #666;
	float: left !important;
	display: inline;
	position:relative;
	padding: 40px 15px  0 20px;
	width: 640px;
	border-right: 1px dotted #ccc;
	
}


#sidebar {
	float: left;
	display: inline;
	position: relative;
	padding-left: 20px;
	padding-top: 20px;
	width: 250px;
	margin-bottom: 70px;
	font-size: 12px;
	color: #999;
}



#content .post {
	background: url('images/footer-post.gif') bottom center no-repeat;
	margin-bottom: 70px;
	padding-bottom: 80px;
}

html .single .post {
	margin-bottom: 0px;
}

#content .post-head h3, #content .post-head p {
	margin: 0 0 0 70px;
}

#content .post-head-page h3, #content .post-head-page p {
	margin: 0 0 0 0px;
}

#content .post-head h3, #content .post-head-page h3 {
	display: block;
	font-weight: normal;
	line-height: 130%;
	padding-bottom: 5px;
}

#content .post-head h3, #content .post-head h3 a, #content .post-head-page h3, #content .post-head-page h3 a {
	font-family: "Josefin Slab", Verdana;
        font-size: 24px;
        color: #372173;
	text-decoration: none;
}

#content .post-head h3 a:hover, #content .post-head h3 a:focus, #content .post-head-page h3 a:hover, #content .post-head-page h3 a:focus {
	color: #609261;
}



#content .cat {color: #ccc;}
#content .cat a, #content .cat a:visited, #content .cat a:link {
        color: #ccc;
        text-decoration: none;
        font-size: 11px;
         }
#content .cat a:hover{
	color: #493F73;
}


#content .post-body {
	line-height: 150%;
	padding: 15px 0 20px 0;
}

#content .post-body p {
	padding-bottom: 15px;
}

#content .post-body  img.aligncenter {
	padding: 5px;
        border: 1px solid #333;
}

#content .post-body  img {
	max-width: 620px;
}

#content .f-left {
	float: left;
	margin: 5px 25px 20px 0;
}

#content .f-right {
	float: right;
	margin: 5px 0 20px 25px;
}

#content .post-opts .tags {
	float: left;
	width: 360px;
        text-decoration: none;
        color:#ccc;
}
#content .post-opts .tags a { text-decoration: none; color:#ccc;}
#content .post-opts .tags a:hover {
	color:#696;
}

#content .post-opts .comments {
	float: right;
	text-align: right;
	width: 190px;
}

#content .post-opts .comments a {
	padding-left: 16px;
	font-weight: normal;
        text-decoration: none;
        font-family: "Josefin Slab", Verdana;
        font-size: 18px;
        color: #609261;
    
}


#content .date {
	background: #fff url('images/date.gif')  center bottom no-repeat;
	color: #fff;
	display: block;
	float: left;
	margin-left: 0 !important;
	padding: 0;
	text-align: center;
	width: 56px;
	height: 61px;

}

#content .date .day {
	font-family: 'Josefin Slab',  Verdana;
	display: block;
	font-size: 24px;
	line-height: 24px;
	padding-top: 15px  !important;
}


/*  ------------------------------POST */

.post cite, .post blockquote {
	background: #f8f8f8 url('images/ico_quote.gif') 10px 10px no-repeat;
	display: block;
	font-style: italic;
	margin-bottom: 15px;
	padding: 10px 20px 10px 50px;
	width: 560px;
}

.post h3, .post h4 {
	font-size: 23px;
}

.post h2, .post h3, .post h4, .post h5, .post h6 {
	margin-top: 10px;
	padding-bottom: 2px;
}

.post ul {
	list-style: none;
	padding-bottom: 20px;
}

.post ul li {
	list-style-type: disc;
        list-style-position: inside;
	padding-bottom: 2px;
        padding-top: 2px;
        padding-right: 2px;
        padding-left: 12px;
} 

.post ol {
	margin-left: 20px;
}

.post ol li {
	padding-bottom: 20px;
}



code {
	font-family: monospace;
	font-size: 120%;
}





/*  ------------------------------COMMENTS */
#commentslist {
	display: block;
}

#commentslist ol {
	list-style: none;
	width: 490px;
}

#commentslist ol li {
	margin: 10px 0;
	padding: 10px 10px;
	width: 590px;

}

#commentslist ol li p {
	line-height: 120%;
}

#commentslist .alt {
	border-bottom: 1px dotted  #ccc;
        border-top: 1px dotted  #ccc;
}

#commentslist .gravatar {
	background: #fff;
	border: 1px solid #eee;
	display: block;
	float: left;
	padding: 3px;
	margin: 0 10px 3px 0;
}

.thecomment {
	color: #666;
	background: #f8f8f8;
}
/*  ------------------------------SECCION COMENTARIOS */

#commentslist .gravatar img {
	vertical-align: middle;
}

#commentslist cite {
	font-style: normal;
	font-weight: bold;
        text-decoration: none;
}

#commentslist .commentmetadata {
	display: block;
	font-size: 10px;
	padding: 10px 0 20px 0;
        float: ;
}

#commentslist .commentmetadata, #commentslist .commentmetadata a {
	color: #ccc;
	text-decoration: none;
}

#newcomment {
	padding: 30px 0 50px 0;
}

#newcomment h3 {
	display: block;
	padding-bottom: 10px;
}

#newcomment label {
	display: block;
	font-weight: bold;
}

#newcomment label small {
	font-weight: normal;
}

#newcomment input, #newcomment textarea {
	border: 1px solid #ccc;
	padding: 3px 5px;
	width: 590px;
}

#newcomment form p {
	padding: 5px 0;
}
	
#newcomment textarea {
	margin-top: 10px;
}

#newcomment #submit {
	border: 0 none;
	color: #fff;
	width: 100px;
	font-family: "Josefin Slab", Verdana;
	font-size: 20px;
	text-transform: none;
	background-color: #609261;
}

/*  ------------------------------LINKS NAV */


#content .prevnext {
	color: #609261;
	display: block;
	padding-bottom: 50px;
	width: 640px;
}

#content .prevnext li {
	display: block;
	width: 300px;
}

#content .prevnext a, #content .prevnext a:link, #content .prevnext a:visited {
	font-weight: normal;
        text-decoration: none;
        font-family: "Josefin Slab", Verdana;
        font-size: 24px;
        color: #609261;
}

#content .prevnext a:hover {
	color: #493F73;
}

#content .prev {
	float: left;
}

#content .prev a {
	margin-left: 10px;
}

#content .next {
	float: right;
	text-align: right;
}

#content .next a {
	margin-right: 10px;
}

/*  ------------------------------SIDEBAR  */

.widget {
	margin-top: 10px;
}

#sidebar ul {
	list-style: none;
	padding-bottom: 20px;
}

#sidebar .widgettitle, #sidebar h4 {
	background: #609261 url('images/sidebar.gif') top right no-repeat;
	color: #fff;
        font-family: "Josefin Slab", Verdana;
        font-size: 17px;
	font-weight: normal;
	padding: 6px 10px;
        margin-bottom:15px;
	margin-top: 30px;
	width: 260px;
	text-align: left;
}

#sidebar li{ 
list-style-type: none;
margin-bottom:5px;
}


#sidebar li ul {
	margin: 6px 0 0 0px;
	padding: 6px 0 0 0;
	width: 260px;
	
}

#sidebar li li {
	background: transparent;
	font-weight: normal;
	padding: 5px 0 5px 0;
	width: 270px;
        border-bottom: 1px dotted #ccc;
	text-align: center;
}


#sidebar li li a {
	padding: 0 5px 0 0px;
	width: 260px;
	text-align: center;
}



#sidebar .tagcloud {
	display: block;
	padding: 10px;
}

#sidebar .tagcloud a {
	text-decoration: none;
}


/*  ------------------------------SEARCH  */

#sidebar #contactos { 
         float: right;
         margin:0 25px 0 0;
         width: 220px;
         padding: 0;
}
#search {
	margin-top: 20px;
	padding: 15px 0px 20px 0px;
	width: 280px;
}

#search .wrap {
	background: #fff;
        border: 1px solid #ccc;
	margin-top: 2px;
	padding: 3px 0;
	position: relative;
}

#search .tx {
	background: transparent;
	border: 0 none;
	padding: 3px;
}

#search .mag {
	background: transparent url('images/ico_magnifier.gif') left 2px no-repeat;
	border: 0 none;
	height: 18px;
	position: absolute;
	right: 5px;
	top: 3px;
	width: 18px;
}


/* ----------------------------------  footer */


#credits {
        background: #669966;
	width: 100%;
	height: 90px;
	text-align: right;
	font-size: 12px;
	color:#fff;
	display: block;

}
#credits a, #credits a:visited {
	color:#fff;
	text-decoration: none;
	text-transform: none;
}
#credits a:hover {
	color: #493F73;
	text-decoration: none;
}
#howjoyful {
text-align: right;
width: 950px;
margin: 15px auto;
padding-top: 30px;
line-height: 17px;
}
#howjoyful p {
	
	color: #fff;
	margin: 0;
	padding-top: 0px;
}


/*  ------------------------------ALIGN */

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

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

/*  ------------------------------OTROS  */

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-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-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}


/* ----------------------------------  calendar */
#wp-calendar { margin:0 auto; width:80%; font-size:11px; }
#wp-calendar th, #wp-calendar td {  padding:0; width:14%; line-height:220%; text-align:center; }
#wp-calendar th {
	color:#493F73;
}
#wp-calendar td a, #wp-calendar td a:visited {
	display:block;
	text-decoration:none;
	color:#493F73;
	background: #f8f8f8;
}
#wp-calendar td a:hover {
	text-decoration:none;
	color:#fff;
	background-color: #696;
}
#wp-calendar caption { padding:8px 0; }
#wp-calendar tfoot td { border:none; padding:5px 0; }
#wp-calendar #prev a, #wp-calendar #prev a:visited, #wp-calendar #next a, #wp-calendar #next a:visited,
 #side_middle #wp-calendar #prev a, #side_middle #wp-calendar #prev a:visited, #side_middle #wp-calendar #next a, #side_middle #wp-calendar #next a:visited
  {
	text-decoration:none;
	background:none;
	color:#999;
}
#wp-calendar #prev a:hover, #wp-calendar #next a:hover,
 #side_middle #wp-calendar #prev a:hover, #side_middle #wp-calendar #next a:hover
 {
	font-size: 14px;
	text-decoration:none;
	color:#493F73;
}
#wp-calendar td#today {
	color:#fff;
	font-weight: bold;
}

#side_middle #wp-calendar td#today {
	color:#fff;
	font-weight: bold;
	background-color: #382273;
}
#side_middle #wp-calendar td a, #side_middle #wp-calendar td a:visited {
	text-decoration:none;
	color:#493F73;
	background: #f8f8f8;
}
#side_middle #wp-calendar td a:hover { text-decoration:none;  color:#fff; background:#660099  }