/*
Theme Name: Calming Blues
Theme URI: http://www.newhopenorth.com
Description: WordPress theme from New Hope North with some remnants of Spanish Translation US.
Version: 1.0
Author: Matthew Lewis
Tags: blue, green, 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, .commentlist li, #commentform input, #commentform textarea, #commentform p, #sidebar, #wp-calendar caption  {
	font-family: Tahoma, Verdana, sans-serif;
}

body { 
        behavior: url("wp-includes/csshover3.htc"); 
} 

#header {
	background-color: #73a0c5;
	margin: 0;
	padding: 0;
	width: 700px;
	height: 93px;
	}

.narrowcolumn {
	float: left;
	padding: 5px 40px 20px 40px;
	margin: 0;
	width: 415px;
	}

.postmetadata {
	padding-top: 5px;
	clear:right;
	}

.post {
	margin: 0 0 40px 0;
	}

.post p {
	text-align: justify;
	}

.post h2, .post small, .post h1 {
	text-align: center;
	}

.post hr {
	display: block;
	}

.postmetadata {
	clear: left;
}

.clear {
	clear: both;
}

/* End Structure */

/* 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;
        width: auto;
	}

.alignleft {
	float: left;
        width: auto;
	}

.center {
	text-align: center;
	}

.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}


/* 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 {
	padding: 0 0 0.75em 0;
	margin: 0;
	}

html>body .entry li {
	margin: 0.33em 0.5em 0.5em 1.5em;
        text-align:left;
	}

#sidebar ul {
	list-style: none;
}

#sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 10px;
	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 ul, #sidebar ul ol {
	margin: 5px 10px 0 0;
}

#sidebar ul ul ul {
	margin: 0 10px 0 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;
	}

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:#000000;
	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: 0;
	margin: 0 5px 5px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
        width: auto;
	}

#commentform p {
	margin: 5px 0;
        padding: 5px 10px;
        text-align: left;
	}

#commentform input {
        float:left;
        vertical-align: middle;
        clear:left;
}

input.textbox, textarea {
	background-color:#fffacd;
}

input.textbox:focus, textarea:focus {
	background-color: #ffffff;
	}

/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px 0;
	padding: 5px 10px 3px 0;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}

.commentlist li .avatar {
	float: left;
        width: auto;
}
/* End Comments */


/* Begin Sidebar */

#sidebar
{
	padding: 15px 0 10px 0;
	width: 170px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */

/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0 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;
	letter-spacing:0; /* fix opera bug */
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 10px 0 30px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.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 */

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
}

.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, body {
	margin: 0;
	padding: 0;
	font-size: 13px;
	height:100%;
	color: #000000;
	background: #66C4F6 url(images/tl_home.gif) repeat-x top left;
}

#backgrad {
	margin: 0 auto;
	width: 720px;
	background: url(images/fondo.gif) top left;
}

#page {
	margin: 0 auto;
	width: 700px;
	min-height: 600px;
	text-align:center;
	background-color: #FFFFFF;
}

#logo {
	float: left;
	width: 500px;
	height: 93px;
	top: 0;
	margin: 0;
        padding: 0;
        border-bottom: 1px solid #0481bb;
        text-align:left;
	background-color: #ffffff;
        overflow:hidden;
}

#logo h1 {
        padding: 5px 0 0 60px;
}

#logo h1 a {
	color: #288542;
}

#logo h3 {
        padding-left: 25px;
        padding-bottom: 0;
}

#sunlogo {
        float: left;
        padding: 5px 15px 0 15px;
}

#contacthead {
	width: 200px;
	padding: 0;
	float: left;
	height: 93px;
	margin:0;
        border-bottom: 1px solid #0481bb;
	text-align: right;
	background-color: #ffffff;
}

#contacthead p {
	padding-right: 10px;
}

#menutop {
        position:relative;
	clear: right;
	width: 700px;
	height: 27px;
        text-align:left;
        border-bottom: 1px solid #0481bb;
}

#menutop ul {
        margin:0;
	padding:0;
        height: 27px;
	background: url(images/tl_menu.gif) repeat-x top left;
}

#menutop li {
        margin:0;
	display:inline;
        padding:7px 5px 7px 5px;
	font-size: 12px;
        line-height:27px;
        height:27px;
}

#menutop a, #menutop a:hover {	
	text-decoration:none;
	color:#fefefe;
        height:27px;
        padding-bottom:6px;
}

#menutop li:hover {
        background: url(images/tl_menu_gray.gif) repeat-x top left;
        overflow:visible;
}

.current_page_item {
        background: url(images/tl_menu_dkblue.gif) repeat-x top left;
}

#image {
	position: relative;
        width: 700px;
	float: left;
	height: 200px;
	padding: 0;
	margin: 0;
        border-bottom: 1px solid #0481bb;
}

#content ul, #content li {
        text-align:justify;
}

#side {
	position: relative;
	background: url(images/ask_blog.jpg) repeat-x top left;
	right:0;
	width: 184px;
	height: 287px;
	float: right;
	text-align: left;
	padding-left: 22px;
	padding-top: 56px;
	text-decoration: none;
	vertical-align: middle;
	text-align: left;
	font-size: 11px;
	line-height: 16px;
	color: #000000;
}

#footer {
	position: relative;
	text-align: right;
	width: 700px;
	padding: 0;
	margin-right:0;
	height: 107px;
	background-color: #bbbbbb;
        clear: both;
        overflow:hidden;
}

#footer p {
	padding: 2em 25px 0 0;
        margin:0;
}

/*------------- LOOK & FEEL----------------*/

a {
	text-decoration: none;
	color: #006393;
}

a:hover {
	text-decoration: underline;
	color: #288542;
}

td {
	text-align: left;
}

img, img a, img a:hover { border: 0; }

.image, .image a, .image a:hover { border-bottom: 0; }

h1 {
	margin: 0;
	font-size: 2.1em;
	font-weight: bold;
	font-family: Arial, Helvetica, Tahoma, Verdana, sans-serif;
	color: #288542;
	margin-top: 10px;
	margin-bottom: 5px;
}

h2 {
	font-size: 1.2em;
	font-weight: bold;
	font-family: Arial, Helvetica, Tahoma, Verdana, sans-serif;
	color: #288542;
}

h2 a{
	color: #288542;	
        text-decoration:underline;
}

h2 a:hover{
	text-decoration:underline;
	color:#006393;
}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}

#side {
	padding-top:0;
	padding-left:16px;
}

#side h2 a,#side h2 a:visited,#side h2 a:hover,#side h2 a:link{
	color:#288542;
}

#sidebar h2 {
	margin: 5px 0 0 0;
	padding: 0;
	}

h3 {
	text-decoration: none;
	color: #288542;
	font-family: Arial, Helvetica, Tahoma, Verdana, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
}

h4 {
	text-decoration: none;
	color: #288542;
	font-family: Arial, Helvetica, Tahoma, Verdana, sans-serif;
	font-size: 1.1em;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
        text-align:left;
}

.entry a{
	text-decoration: underline;
}

code {
	display:block;
	direction:ltr;
	text-align:left;
}

#email, #url {
	direction:ltr;
        float: left;
}

.WP-EmailIcon {
        vertical-align:middle;
}

#postinfo .WP-EmailIcon {
        float:right;
        width:auto;
}