/*
Theme Name: Spanish Translation US
Theme URI: http://www.spanishtranslation.us/about-spanish-translation-us/wordpress-theme.html
Description: WordPress theme from Spanish Translation US.
Version: 1.3
Author: Spanish Translation
Author URI: http://www.spanishtranslation.us/
Tags: blue, red, custom header, fixed width, two columns, widgets

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/* Begin Structure */
body {
	margin: 0 0 20px 0;
	padding: 0;
	}

#page {
	background-color: white;
	margin: 20px auto;
	padding: 0;
	width: 760px;
	border: 1px solid #959596;
	}

#header {
	background-color: #73a0c5;
	margin: 0 0 0 1px;
	padding: 0;
	height: 200px;
	width: 758px;
	}

#headerimg {
	margin: 0;
	height: 200px;
	width: 100%;
	}

.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 450px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: left;
}

.clear {
	clear: both;
}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 760px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
/* End Structure */



/*	Begin Headers */
h1 {
	margin: 0;
	}

h2.pagetitle {
	font-size:1.4em;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* 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

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 0px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

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

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}
input,
textarea,
select {
	padding:4px;
	border:1px solid #006393;
	font-size:.9em;
	line-height:1em;
}

input,
label {
	height:auto !important;
	height:2em;
	width:auto;
	padding:4px;
}

label {
	font-size:.9em;
}


#searchform input#s {
	width:84px !important;
	padding:4px;
	border:1px solid ;
	font-size:.9em;
	line-height:1em;
	text-transform:none;
	color:black;
	background:white;
}

#sidebar input.btn,
#searchform input {
	width:45px !important;
}

#searchform {
	margin-top:10px !important;
}

#searchform br {
	display:none;
}

input.btn,
#searchform input,
input#submit {
	background:#FFFFFF;
	color:#006393;
	padding:4px;
	border:1px outset #006393;
}

input[class=btn],
input[type=submit]
input[id=submit] {
	padding:3px;
}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 0px 0 10px 0;
	width: 170px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* 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;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

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



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

.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 p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */
html {

	height:100%;

}

body {

	height:100%;

	margin: 0;

	padding: 0;

	font-family: Tahoma, Verdana, sans-serif;

	font-size: 11px;

	background: #FFFFFF url(images/tl_home.gif) repeat-x top left;

	text-align: center;

}

#fondocostados {

	position: absolute;

	float: left;

	left: 50%;

	margin-left: -384px;

	width: 769px;

	text-align:center;

	background: url(images/fondo.gif) repeat-x top left;

}

#spanishtranslationus {

	float: left;

	margin-left: 10px;

	width: 749px;e

	min-height: 1030px;

	text-align:center;

	background: #FFFFFF;

}

#header {

	width: 749px;

	height: 104px;

	background: url(images/tl_logo.gif) repeat-x top left;

}

#logo {

	float: left;

	width: 295px;

	height: 94px;

	top: 0px;

	margin-right:0px;

	margin-top:0px;

	margin-bottom:0px;

	margin-left:0px;

	background: url(images/tl_logo.gif) repeat-x top left;

}

#encabezado {

	width: 440px;

	padding: 3px;

	float: left;

	clear: right;

	height: 94px;

	margin-right:2px ;

	margin-top:0px;

	margin-bottom:4px;

	margin-left:2px;

	text-align: right;

	background: url(images/tl_logo.gif) repeat-x top left;

}

#encabezado a {

	font-size: 10px;

}

#menutop {

	float: center;

	clear: right;

	position: relative;

	top: -10px;

	width: 749px;

	height: 27px;

	display: table;

	vertical-align: middle;

	text-align: left;

	background: url(images/tl_menu.gif) repeat-x top left;

}

#menuizquierda {

	width: 739px;

	height: 29px;

	float: left;

	text-align: left;

	padding-left: 10px;

	vertical-align: middle;

}

#menuderecha {

	width: 70px;

	height: 27px;

	float: right;

	text-align: right;

	padding-right: 10px;

	text-decoration: none;

	display: table-cell;

	vertical-align: middle;

}

#menuder {

	top: 6px;

	position: relative;

	float: right;

	display: table-cell;

	vertical-align: middle;

}

#menuizq {

	top: 6px;

	position: relative;

	float: left;

	display: table-cell;

	vertical-align: middle;

}

.menuizq{

	top: 6px;

	position: relative;

	float: left;

	display: table-cell;

	vertical-align: middle;

}

#menusep {

	position: relative;

	float: right;

	display: table-cell;

	vertical-align: middle;

}

#menusepizq {

	position: relative;

	float: left;

	display: table-cell;

	vertical-align: middle;

}

.menusepizq {

	position: relative;

	float: left;

	display: table-cell;

	vertical-align: middle;

}

#foto {

	float: left;

	position: relative;

	top: -12px;

	width: 749px;

	float: left;

	height: 141px;

	padding: 0px;

	margin-right:0px;

	margin-top:0px;

	margin-bottom:0px;

	margin-left:0px;

	background: url(images/home_blog_en.jpg) repeat-x top left;

}

#cuerpo {

	position: relative;

	top: -10px;

	left: 15px;

	text-align: left;

	width: 510px;

	float: left;

	padding: 0px;

	margin-right:0px;

	margin-top:0px;

	margin-bottom:0px;

	margin-left:0px;

	background-color: #FFFFFF;

}

#cuerpo2 {

	position: relative;

	top: -10px;

	left: 90px;

	text-align: left;

	width: 420px;

	float: left;

	padding: 0px;

	margin-right:0px;

	margin-top:0px;

	margin-bottom:0px;

	margin-left:0px;

	background-color: #FFFFFF;

}

#cuerpolistado {

	width: 240px;

	height:20px;

	margin-right:10px;

	float: left;

	text-align: right;

	background-color: #FFFFFF;

}

.centerform {

	width: 510px;

	height:30px;

	vertical-align:middle;

	float: left;

	text-align: center;

	background-color: #FFFFFF;

}

.cuerpolistado {

	width: 240px;

	padding-top:5px;

	padding-bottom:5px;

	margin-right:10px;

	vertical-align:middle;

	float: left;

	text-align: right;

	background-color: #FFFFFF;

}

.cuerpolistado2 {

	width: 250px;

	padding-bottom:5px;

	vertical-align:middle;

	float: left;

	text-align: left;

	background-color: #FFFFFF;

}

#ask {

	position: relative;

	background: url(images/ask_blog.jpg) repeat-x top left;

	right:0px;

	top: -12px;

	width: 184px;

	height: 573px;

	float: right;

	text-align: left;

	padding-left: 22px;

	padding-top: 56px;

	text-decoration: none;

	vertical-align: middle;

	text-align: left;

	font-family: Tahoma, Verdana, sans-serif;

	font-size: 11px;

	line-height: 16px;

	color: #008AE2;

}

a.ask {

	text-decoration: none;

	color: #008AE2;

	font-family: Tahoma, Verdana, sans-serif;

	font-size: 11px;

	line-height: 14px;

}

a.ask:hover {

	text-decoration: underline;

	color: #008AE2;

	font-family: Tahoma, Verdana, sans-serif;

	font-size: 11px;

	line-height: 14px;

}

.forms {

	margin: 0;

	padding: 0;

}

.field {

	margin: 3px 0 3px 0;

	width: 154px;

	height: 18px;

	font-family: Tahoma, sans-serif;

	font-size: 11px;

	color: #17A0DF;

	background-color: #FFFFFF;

	border-top: 1px solid #17A0DF;

	border-right: 1px solid #17A0DF;

	border-bottom: 1px solid #17A0DF;

	border-left: 1px solid #17A0DF;

	background-color: #FFFFFF;

}

.bigfield {

	margin: 3px 0 3px 0;

	width: 154px;

	height: 60px;

	font-family: Tahoma, sans-serif;

	font-size: 11px;

	color: #17A0DF;

	background-color: #FFFFFF;

	border-top: 1px solid #17A0DF;

	border-right: 1px solid #17A0DF;

	border-bottom: 1px solid #17A0DF;

	border-left: 1px solid #17A0DF;

}

.fieldtxt {

	margin: 3px 0 3px 0;

	width: 304px;

	font-family: Tahoma, sans-serif;

	font-size: 11px;

	color: #17A0DF;

	background-color: #FFFFFF;

	border-top: 1px solid #17A0DF;

	border-right: 1px solid #17A0DF;

	border-bottom: 1px solid #17A0DF;

	border-left: 1px solid #17A0DF;

	background-color: #FFFFFF;

}

.bigfield2{

	margin: 3px 0 3px 0;

	width: 354px;

	height: 120px;

	font-family: Tahoma, sans-serif;

	font-size: 11px;

	color: #17A0DF;

	background-color: #FFFFFF;

	border-top: 1px solid #17A0DF;

	border-right: 1px solid #17A0DF;

	border-bottom: 1px solid #17A0DF;

	border-left: 1px solid #17A0DF;

}

#pie {

	position: relative;

	text-align: right;

	width: 729px;

	padding: 0px;

	margin-right:0px;

	margin-top:0px;

	margin-bottom:0px;

	margin-left:0px;

	height: 130px;

	font-family: Tahoma, Verdana, sans-serif;

	font-size: 11px;

	line-height: 22px;

	color: #3D9DCA;

}

#pieizquierda {

	position: relative;

	width: 326px;

	float: right;

	clear: left;

	text-align: left;

	padding-left: 5px;

	font-family: Tahoma, Verdana, sans-serif;

	font-size: 11px;

	line-height: 22px;

	color: #3D9DCA;

}

#piederecha {

	position: relative;

	width: 400px;

	float: right;

	clear: both;

	text-align: right;

	padding-right: 5px;

	text-decoration: none;

	color: #FF1E00;

	font-family: Tahoma, Verdana, sans-serif;

	font-size: 11px;

	line-height: 22px;

	font-weight: bold;

	vertical-align: top;

}

#copyright{

	width: 749px;

}

/*------------- LOOK & FEEL----------------*/

a {

	text-decoration: none;

	color: #006393;

	font-family: Tahoma, Verdana, sans-serif;

}

a:hover {

	text-decoration: underline;

	color: #006393;

	font-family: Tahoma, Verdana, sans-serif;

}

html, body {

	margin: 0;

	padding: 0;

	font-family: Tahoma, Verdana, sans-serif;

	font-size: 11px;

	background: #66C4F6 url(images/tl_home.gif) repeat-x top left;

	text-align: center;

}

td {

	font-family: Tahoma, Verdana, sans-serif;

	font-size: 11px;

	color: #006393;

	text-align: left;

}

img, img a, img a:hover { border: 0; }

.image, .image a, .image a:hover { border-bottom: 0; }

h1 {

	font-size: 17px;

	font-weight: bold;

	font-family: Arial, Helvetica, Tahoma, Verdana, sans-serif;

	color: #FF1E00;

	line-height: 14px;

	margin-top: 10px;

	margin-bottom: 5px;

}

h2 {

	font-size: 11px;

	font-weight: bold;

	font-family: Tahoma, Verdana, sans-serif;

	color: #FF0000;

	line-height: 13px;

}

h4 {

	text-decoration: none;

	color: #008AE2;

	font-family: Tahoma, Verdana, sans-serif;

	font-size: 10px;

	line-height: 14px;

	font-style: normal;

	font-variant: normal;

	font-weight: normal;

	display: inline;

	width: 125px;

}

#languages {

	font-size: 11px;

}

#fastlinks {

	width: 195px;

}

.rojo {

	text-decoration: none;

	color: #FF1E00;

	font-family: Tahoma, Verdana, sans-serif;

}

a.rojo {

	text-decoration: none;

	color: #FF1E00;

	font-family: Tahoma, Verdana, sans-serif;

}

a.rojo:hover {

	text-decoration: underline;

	color: #FF1E00;

	font-family: Tahoma, Verdana, sans-serif;

}

a.blanco {

	text-decoration: none;

	color: #FFFFFF;

	font-family: Tahoma, Verdana, sans-serif;

}

a.blanco:hover {

	text-decoration: underline;

	color: #FFFFFF;

	font-family: Tahoma, Verdana, sans-serif;

}

.entry {

	color: #006393;

	font-family: Tahoma, Verdana, sans-serif;

}

.entry a{

	text-decoration: underline;

}

#fastlinksTop {

	float:left;

	background-color: white;

	padding-top:4px;

	padding-right: 10px;

	margin-left:10px;

	height: 25px;

	width: 739px;

	text-align: right;

	color: #006393;

	overflow: hidden;

}

#fastlinksTop h4 {

	color: #006393;

}

#fastlinksTop a {

	color: #006393;

}
