

/*
Theme Name: Vacunas Y Mi Salud
Description: Custom theme for Vacunas Y Mi Salud (vacunasymisalud.org)
Author: James Huang (hwachieh@gmail.com)

*/



/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #333;
	text-align: center;
	}

#page {	
	text-align: left;
	}

#content {
	font-size: 1.2em;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}

#footer {

	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}


h2 {
	font-size: 1.8em;
	}

h3 {
	font-size: 1.4em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited {
	color: #333;
	text-transform:uppercase;
	}
	
h3, h3 a, h3 a:visited {
	color:#666;
}	

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p {
line-height:16px;
margin:0;
padding:6px 0;
clear:both;
}
	
#noticias p{
line-height:1em;
}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #3399ff;
	text-decoration: none;
	}

a:hover {
	color: #ff33cc;
	text-decoration: none;
	}

/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0;
	padding: 0 0 0 20px;
	background:url(images/bg2.gif) top repeat-x;
	background-color:#fff;
	}
body.home{
	background-color:#e7f6ff;
}

#page {	
	margin: 0 auto;
	padding: 0;
	width: 709px;		
}

#content{
	padding:0px 40px;
}

.home #content{
	padding:10px 0 0 0px;
}
	
#header {
	width:inherit;
	height:66px;	
	background:url(images/headerlogo.gif) 10px 25px no-repeat;	
	}

#nav_menu{
	width:709px;
	height:34px;
}
	
.post {
	margin: 0 0 40px;
	text-align: left;
	}

.post td{
text-align:left;
}
	
.post hr {
	display: block;	
	background:#ccc;
	color:#ccc;
	border-top:1px solid #ccc;
	width:95%;	
	}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

#footer {
	text-align:right;
	padding: 0;
	margin: 0 auto;
	width: inherit;
	clear: both;
	font:10px Arial;
	color:#666;
	}

#footer p {
	margin: 0;
	padding: 6px 0;	
	}
	
#footer p.footer-seo{
	font:9px arial;
	color:#666;
}
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 25px 0 15px;
	}

h3 {
	padding: 0;
	margin: 15px 0 10px;
	}

/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

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

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



/* Begin Lists */

ul, ol{
	margin-top:6px;
	margin-bottom:6px;
	padding-top:0;
	padding-bottom:0;
}

li {
	margin:6px 0;
	line-height:16px;
}



/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	padding-top:12px;
	float:right;			
	}

#searchform #s {
	width: 108px;
	padding: 2px;
	}

/* End Form Elements */


/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/

