/*  
Theme Name: Susan Leal

Description: A two-columned wordpress theme with customizable header and logo. Uses truecolor png rendering for header image.
Version: 1.0
Author: Gabe Scelta
Author URI: http://www.consciouscreative.com
Tags: custom

*/

@import url('w3-reset.css');
/* Begin Typography & Colors */
h1,h2 {
	color: #175098;
	margin-top: 0;
}

h3,h4,h5,h6 {
	color: #134e97;
	margin-top: 0;
}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
}
#wp-calendar a {
	text-decoration: none;
}
#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
}
#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}
.pull-quote {
	background-image: url("images/quote-start.gif");
	background-position: top left;
	background-repeat: no-repeat;
	position: relative;
	height: auto;
	width: 400px;
	padding: 0 0 0 45px;
	font-size: 16px;
	font-weight: bold;
	line-height: 23px;
	color: #5688c7;
}
.pull-quote em {
	font-size: 11px;
	line-height: 12px;
}
.pull-quote-side {
	background-image: url("images/quote-side-start.gif");
	background-position: top left;
	background-repeat: no-repeat;
	position: relative;
	height: auto;
	width: 150px;
	padding: 2px 0 0 39px;
	margin: 0 0 0 19px;
	font-size: 13px;
	font-weight: bold;
	line-height: 19px;
	color: #5688c7;
}
.pull-quote-side em {
	font-size: 11px;
	line-height: 10px;
}

/* End Typography & Colors */
/* 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 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 {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#sidebar li {
	list-style-type: none;
	/*width: 172px;*/

}
#sidebar > ul > li > ul {
	/*width: 175px;*/
	width: 162px;
	margin: 0px auto;
}
/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
}
#sidebar #searchform #s {
	width: 100px;
	padding: 2px;
}
#sidebar #searchsubmit {
	padding: 1px;
}
.entry form {
	/* This is mainly for password protected posts, makes them look better. */
	text-align: center;
}
select {
	width: 130px;
}
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}
#commentform textarea {
	width: 98%;
	padding: 2px;
	overflow:auto;
}
#commentform #submit {
	margin: 0;
	float: right;
}
/* End Form Elements */
/* Begin Comments
.alt {
	margin: 0;
	padding: 10px;
}
*/
.commentlist {
	padding: 0;
	text-align: justify;
}
.commentlist li {
	float:left;
	width:95%;
	border:1px solid #c0c0c0;	
	background-color:#eee;
	margin: 20px 4px;
	padding:4px;
	/*padding: 5px 10px 3px;*/
	list-style: none;
}
.commentlist li.alt {
	background-color:#f8f8f8;
}
.commentlist li img.avatar {
	float:left;
	margin:5px;
}
.commentlist li .commentmetadata{
	float:right;
}

.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 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;
}
hr {
	display: none;
}
a img {
	border: none;
	padding: 3px;
}
img {
	border: none;
	padding: 3px;
}
/* End Various Tags & Classes*/
/***Begin Web 2.0 Specific CSS***/
body {
	background-image: url("images/background.png");
	background-position: center top;
	background-repeat: repeat-x;
	background-color: #144e98;
	padding: 0px;
	margin: 0px;
	font: 12px arial, helvetica, verdana;
	line-height: 1.8em;
}
#body-wrapper {
/*width:843px;*/
width:843px;
margin:auto;
background-image:url("images/wrapper.gif");
background-repeat:repeat-y;
background-position:center top;
}
#mainbox {
background-image:url("images/top-bg.gif");
background-repeat:no-repeat;
background-position:center top;
	margin: 0px auto;
	width: 843px;
}

.awppage {
	display:block;
	margin:0 !important;
	text-align:left;
}

.bringdown {
	clear: both;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
	margin-bottom: 15px;
}
.alignright {
	float: right;
	margin-bottom: 15px;
}

.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;
}



a:link {
	color: #048;
	text-decoration: none; 
}
a:visited {
	color: #048;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

/***Header Stuff***/
#header {
	height: 231px;
	/*float:left;
	width:843px;
	height:221px;*/
	margin-bottom:14px;
}

div.blog {
	background-image: url("images/headerbg.jpg");
	background-repeat: no-repeat;
	background-position: top center;	
}

div.notblog {
	background-image: url("images/headerbg_leal.jpg");
	background-repeat: no-repeat;
	background-position: top center;	
}

#header span, html>body #header .description, #header .description {
	position: absolute;
	left: -2000px;
}

#header h1 {
margin:0px;padding:0px;
}

#logo img {
	margin: 130px 0 0 30px;
}

/*#logo {
	behavior: url('iepngfix.htc');
	background-image: url("iepngfix.htc"); 
	width: 298px;
	height:36px;
	float: left;	
	margin-top: 35px;
	margin-left: 40px;
	
}

#logo h1 {
	color: #FFF;
	font-weight: bold;
	font-size: 40px;
	margin: 0px;
	padding: 0px;
	font-family: 'Trebuchet MS', Verdana, Arial, Sans-Serif;
}
*/
#logo h1 a {
	color: #FFF;
	font-weight: normal;
	font-size: 45px;
	margin: 0px;
	padding: 0px;
	line-height:1;
	text-decoration: none;	
	margin-left:50px;
	display:block;
	position:relative;
	top:65px;
}

#logo h1 a:hover {
	text-decoration: none;
}

#search {
	margin-left: 551px;
	margin-top: -68px;
	 display: none; 
}
#search input {
	width: 133px;
	height: 17px;
	border: 1px solid #FFF;
	background-color: #D3D9DB;
}
input#submit {
	width: 69px;
	height: 21px;
	border: 0px;
	position: absolute;
	margin-top: 1px;
}
#iemenu{
	width:542px;
	position:relative;
	height:21px;
	float:right;
	margin-top: -25px;
}
ul#menu {
	margin: 0;
	float:right;
}

html>body ul#menu {
	/*margin-top: 171px;*/
}

#menu li, #footermenu li {
	margin: 0 4px 0 0;
	list-style-type: none;
	display:inline;
}
/*
li#lastlink {
	width: 81px;
}
*/
#menu a {
	margin: 0 14px 0 0;
	display:box;
	float:left;
	width: 61px;
	height:25px;
	/*width: 81px;*/
	color: #FFF;
	text-align:center;
	padding:0;
}

#menu #about {
	background-image:url("images/about.png");
	background-repeat: no-repeat;
}

#menu #about:hover {
	background-image:url("images/about_on.png");
	background-repeat: no-repeat;
}

#menu #books {
	background-image:url("images/books.png");
	background-repeat: no-repeat;
}

#menu #books:hover {
	background-image:url("images/books_on.png");
	background-repeat: no-repeat;
}

#menu #blog {
	background-image:url("images/blog.png");
	background-repeat: no-repeat;
}

#menu #blog:hover {
	background-image:url("images/blog_on.png");
	background-repeat: no-repeat;
}

#menu #appearances {
	background-image:url("images/events.png");
	background-repeat: no-repeat;
}

#menu #appearances:hover {
	background-image:url("images/events_on.png");
	background-repeat: no-repeat;
}

#menu #media {
	background-image:url("images/media.png");
	background-repeat: no-repeat;
}

#menu #media:hover {
	background-image:url("images/media_on.png");
	background-repeat: no-repeat;
}

#menu #contact {
	background-image:url("images/contact.png");
	background-repeat: no-repeat;
}

#menu #contact:hover {
	background-image:url("images/contact_on.png");
	background-repeat: no-repeat;
}







#menu a:link {
	text-decoration: none;
}

#menu a:visited {
	text-decoration: none;
}

#menu a:hover {	
	text-decoration: none;
}

/***Main Area Stuff***/
#content-wrapper {
	/*clear: both;
	border:1px solid gray;*/
}
#content {
	float: right;
	/*width: 468px;*/
	width:468px;
	padding:0 76px 0 16px;
	padding-bottom: 10px;
	padding-top: 0;
}
#sidebar {
	float: left;
	/*margin-right: 6px;
	margin-left: 27px; 
	*/
	padding-left:43px;
	padding-right:16px;
	width: 215px;
	margin-top: 0;
	padding-top: 0;
	padding-bottom: 10px;
}
/*html>body #sidebar {
	width: 182px;
}*/

body #content {
	width:468px;
	padding:0 76px 0 16px;
}

html>body{
/* not IE */

}


/***Page Specific Stuff***/
#press {
	padding-left: 0px;
}

#press ul {
	margin: 0;
	padding: 0;
	padding-left: 0px !important;
	line-height: 1em !important;
}

#press li {
	margin: 0;
	text-indent: 0;
	padding: 10px 0 10px 0;
	border-bottom: 3px dotted #f9be07;
}

#press li a {
	text-decoration: none;
	font-weight: bold;
	font-size: 110%;
}

#press li .doclink, #press li .doclink img {
	margin: 0;
	padding: 0;
}

#press li .doclink img {
	border: 0;
	padding: 0 4px;
}

#press li .doclink a {
	text-decoration: none;
	font-weight: normal;
	font-size: 90%;
	color: #096eec;
}


/***Footer Stuff***/
#footer {
	clear: both;
	width: 842px;
	padding-top: 8px; /*font-family: Tahoma;
	font-size: 10px;
	*/;
	color: #175098;
	height: 50px;
}
#footbar {
	width: 260px;
	text-align: right;
	font-size: 10px;
	color: #175098;
	float: right;
	padding-right: 34px;
	padding-top: 27px;
}
#footbar a, #footbar a:link, #footbar a:visited, #footbar a:hover {
	color: #175098;
	text-decoration: none;
}

#footmenu {
	padding-top: 13px;
	padding-left: 220px;
	width: 260px;
}

#footermenu li {
	font-size: 10px;
	color: #175098;
}

#footer a, #footer a:link, #footer a:visited, #footer a:hover {
	margin: 0px;
	padding: 0px;
	color: #175098;
	/*font-size: 11px;
	 font-weight: bold; */
}
.recentcontent {
	margin-bottom: 5px;
}
.recentcontent p {
	margin: 0px;
	padding: 0px;
}
.footbox {
	width: 240px;
	float: left;
	text-align: center;
	margin-bottom: 15px;
}
/***Post Stuff***/
.post {
/*	margin-top: 60px; */
clear:both;
}
.posttitle h2 {
	font: bold 110% 'Arial', Verdana, Sans-Serif;	
	color: #134e97;
	margin: 0px;
	padding: 0px;
	margin-bottom: 8px;
	text-decoration: none !important;
}
.posttitle small {
	font-family: Tahoma;
	font-size: 11px;
	color: #7F7F7F;
	margin-top: 1px;
	position: absolute;
}
.post a:link {
	text-decoration: underline;
}
.post a:visited {
	text-decoration: underline;
}
.post a:hover {
	text-decoration: underline;
}
.post h2 a,.post h3 a {
	font: bold 1.3em 'Arial', Verdana, Sans-Serif;	
	color: #134e97;
	margin: 0px;
	padding: 0px;
	margin-bottom: 8px;
	text-decoration: none !important;
}
.commentsquare {
	width: 67px;
	height: 76px;
	background-image: url("images/c-box.gif");
	color: #FFF;
	font-size: 27px;
	float: right;
	text-align: center;
}
.commentsquare a {
	color: #FFF;
	font-size: 27px;
	text-decoration: none;
	display: block;
	width: 67px;
	height: 76px;
}
.commentsquare a:link {
	text-decoration: none;
}
.commentsquare a:visited {
	text-decoration: none;
}
.commentsquare a:hover {
	text-decoration: none;
}
.postcontent {
	clear: both;
}
.postfoot {
	border-top: 1px solid #B6B157;
	border-bottom: 1px solid #B6B157;
	padding-top: 6px;
	padding-bottom: 6px;
	margin-top: 43px;
	clear:both;
}
/***Sidebar Items***/
#sidebar h2, #sidebar h3 {
/*width: 184px;*/
	padding: 0;
	color: #134e97;
	margin: 10px 5px;
	font-size: 120%;
	line-height: 1.3em;
	font-size: 16px;
}

#sidebar h2.widgettitle {
	margin: 0 0 0 20px;
	padding: 0;
	color: #134e97;
}

#sidebar img {
	padding: 0;
	margin: 0;
	border: 0;
}

#sidebar p {
	margin: 10px 5px;
	border: 0;
	color: #464646;
	font-size: 90%;
	line-height: 1.3em;
}

.showcase {
	background-color: #D2DE50;
	background-image: url("images/showcase-bot.gif");
	background-repeat: no-repeat;
	background-position: bottom left;
	width: 177px;
	color: #FFF;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	padding: 5px;
	text-align: center;
}
.showcase img {
	margin-bottom: 8px;
	width: 177px;
	height: 139px;
	margin: 0px auto;
}
.archivebox {
	background-image: url("images/list1.gif");
	background-repeat: repeat-y;
	width: 186px;
	padding-bottom: 3px;
	border: 1px solid #DFE882;
}
.archivebox ul {
	padding: 0px;
	margin: 0px;
}
.archivebox li {
	list-style-type: none;
	margin-top: 6px;
	margin-left: 27px;
}
.archivebox a {
	color: #767006;
	font-size: 12px;
}
.archivebox a:link {
	text-decoration: none;
}
.archivebox a:visited {
	text-decoration: none;
}
.archivebox a:hover {
	text-decoration: underline;
	color: #C0440D;
}
#sidebar ul ul {
	padding: 0px;
	margin: 0px;
	/*background-image: url("images/list1.gif");*/	
	background-repeat: repeat-y;
	/*width: 186px;*/
	width: 162px;
	margin-left:auto;
	margin-right:auto;
	padding-bottom: 3px;
	border: 1px solid #eee;
	border-top: 1px solid white;
}

#sidebar li li {
	list-style-type: none;
	margin-top: 6px;
	margin-left: 27px;
	margin-right:4px;
}
#sidebar a, #sidebar a:link, #sidebar a:visited, #sidebar a:hover {
	/*color: #00F;*/
	color: #144e98;
	text-decoration: none;
}
/*
#sidebar a:link {
	text-decoration: none;
}
#sidebar a:visited {
	text-decoration: none;
}
#sidebar a:hover {
	text-decoration: underline;
	color: #C0440D;
}
*/
/***Text Wigit***/
h2.widgetitle {
	background-image: none;
	font-size: 0px;
	color: #134e97;
}
li.wigit_text {
	background-image: none;
	background-color: transparent;
	border: none;
}
/***Other Stuff***/
.footbox li {
	list-style-type: none;
	margin-top: 3px;
}
/*
.footbox li a {
	color: #E7EC6A;
}
*/
ul#metafoot {
	margin-left: 0px;
	margin-top: 0px;
}
html > body ul#metafoot {
	margin-left: -40px;
}
ul#metafoot2 {
	margin-left: 0px;
	margin-top: 0px;
}
html > body ul#metafoot2 {
	margin-left: -40px;
}

.clear {
clear:both;
}

#tags {
background-color:#ddd;
padding:2px 4px ;
}

#rssiconwidget-3 {
/*border-top: solid #175098 1px; */
padding: 3px 0 0 0; 
margin: 0 0 18px 20px; 
width:200px;
}

#water_facts {
	padding:5px 5px 5px 5px;
	border:1px solid #f9be07;
	width: 169px;
	margin: 0 0 0 20px;
	color: #5688c7;
}

#water_facts h2 {
	padding: 0 0 3px 0;
	margin: 0 0 3px 0;
	border-bottom: 1px solid #f9be07;
	width: 100%;
}

#sidebar #water_facts ul, #sidebar ul.blogroll {
	background: #fff;
	border:0px;
	padding: 0 0 0 40px;
	margin-top: 0;
	text-align:left;
}

#sidebar #water_facts li, #sidebar ul.blogroll li {
	list-style-type: disc;
	margin-left:0px;
	line-height: 12px;
	color: #f9be07;
}

div.entry ul li {
	list-style-type: disc;
/*	padding-left:20px;*/
	text-indent:0px;
}

div.entry ul {
	text-indent:10px;
}