/*
Theme Name: Your Canopy
Version: 1.0
Author: Cecilia Santos
Author URI: http://ceciliasantos.org
*/

@import 'categories.css';

* { margin: 0; padding: 0; }
html { filter: expression(document.execCommand("BackgroundImageCache", false, true)); }
body { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.6em;
	color: #606060;
	letter-spacing: normal;
}

a {
	color: #ED6700;
	text-decoration: none;
}
a:hover {
	color: #D94913;
	text-decoration: underline;
}
p {margin: 0 0 10px; padding: 10px 0; line-height: 22px;}
h1 {margin: 20px 0 0;}
h4, h4 a { font-size: 12px; color: #84c547; text-decoration: none; }
img {border: 0;}
/*h2 {
	font: normal 1.6em "Trebuchet MS", Arial, Sans-Serif;
	margin: 0 0 12px;
}*/
blockquote {
	margin: 10px 0 10px 30px;
	border-left: 3px solid #E60000;
	background: #EEE;
	padding: 5px 15px;
	font-size: 1.3em;
}
* html blockquote {height: 1%;}
blockquote p {
	font-size: 1em !important;
	margin: 0;
}

#wrapper {
	width: 900px;
	margin: 0 auto;
	padding: 0;
	background: url(i/back-wrapper.png) repeat-y left top;
	position: relative;
	border:1px solid #dedede;
}
#wrapper-2 {
	width: 900px;
	margin: 0 auto;
	padding: 0;
	background: #fff;
	position: relative;
	border:1px solid #dedede;
}
#right-bottom {
	position: absolute;
	right: -4px;
	bottom: 0;
	z-index: 10;
}


/* Header
-----------------------------------------------------------------------------*/
/*#header {
	height: 117px;
	border-bottom: 3px solid #EAEAEA;
	margin-bottom: 28px;
}*/
#header{
	position:relative;
}
#top {
	width: 900px;
	height: 132px;
	margin: 0 auto;
	/*border-top: 12px solid #fff;*/
	background: #fff url(i/back-header.jpg) repeat-x left bottom;
	position: relative;
}
#top-2 {
	width: 959px;
	height: 150px;
	margin: 0 auto;
	border-top: 12px solid #EC6600;
	background: #fff;
	position: relative;
}
#logo {
	position: absolute;
	left: 0px;
	top: 3px;
	z-index: 10;
}
#top h2, #top-2 h2, #menu h2 {
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: .1em;
}
h2#tag1 {
	position: absolute;
	left: 410px;
	top: 50px;
}
h2#tag2 {
	position: absolute;
	left: 741px;
	top: 50px;
}
#top-banner {
	width: 900px;
	height: 230px;
	margin: 0 auto;
	background: #fff;
	position: relative;
	background: url(i/top-banner.jpg) repeat-x left top;
}

#testimonials{
	width:360px;
	height:230px;
	padding:0px;
	position:absolute;
	left:540px;
	top:0;
	color:#fff;
}
/*#testimonials img{
	position:absolute;
	left:0px;
	top:0px;
}*/

/*#testimonials{
	width:330px;
	height:210px;
	padding:10px 15px;
	position:absolute;
	left:540px;
	top:0;
	color:#fff;
}*/
#testimonials h3{
	color:#ed6700;
	text-transform:uppercase;
	font-size:16px;
}
#testimonials span{
	color:#666;
	font-weight:bold;
}

#banner-links {
	width: 87px;
	height: 155px;
	padding: 10px 15px;
	position: absolute;
	left: 0;
	top: 0;
}
#banner-links ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: right;
}
#banner-links li {
	padding: 0 0 7px 0;
	margin: 0;
}
#banner-links a, #banner-links a:visited {
	color: #fff;
	text-decoration: none;
}
#banner-links a:hover {
	color: #FFCC66;
	text-decoration: none;
}

#rss-button{
	position:absolute;
	left:510px;
	top:215px;
	z-index:10;
}

#add-this {
	position: absolute;
	left: 655px;
	top: 50px;
}
h2#rss {
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}
p.rss {
	margin-top: -10px !important;
	padding-bottom: 0 !important;
}
a.feed {
	display: block;
	/*width: 130px;*/
	padding-left: 22px;
	margin-bottom: 15px;
	background: url(i/rss.jpg) no-repeat 0px 5px;
	color: #606060;
	text-decoration: none;
}
a.tweet {
	display: block;
	width: 130px;
	padding-left: 22px;
	margin-bottom: 15px;
	padding: 10px 15px 10px 30px;
	background: url(i/tweet-icon.jpg) no-repeat 0px 0px;
	color: #606060;
	text-decoration: underline;
}
#feedburner-form a, #feedburner-form a:visited, #feedburner-form a:hover {
	color: #606060;
}
/*#top{
	float: right;
	text-align: right;
}
#top li {
	display: inline;
}
#top a {
	color: #808080;
	margin: 0 0 0 13px;
	background: url(i/toparrow.gif) center left no-repeat;
	padding: 0 0 0 12px;
	font-size: 1.2em;
}
#top .current_page_item a {
	background-image: url(i/toparrow2.gif);
}*/
#searchform {
	margin: 0 10px 0 0;
	position: relative;
	left: 642px;
	top: 93px;
	width:270px;
}
#searchform input {
	font: 1.1em "Trebuchet MS", Arial, Sans-Serif;
	float: left;
}
#s {
	width: 175px;
	padding: 2px 6px;
	border: 2px solid #ccc;
	margin-right: 5px;
}
#searchsubmit {
	background: #ED6700;
	border: 0;
	padding: 2px 7px;
	color: #fff;
	font-weight: bold !important;
	overflow: visible;
	height: 24px;
	cursor: pointer;
}



#menu {
	width: 900px;
	height: 35px;
	padding: 0px;
	margin: 0;
	clear: both;
	text-align: left;
	background: #fff url(i/back-nav.jpg) repeat-x top left;
	position: relative;
	/*visibility: hidden;*/
}
#menu ul{
	width:540px;
}
h2#home {
	position: absolute;
	left: 104px;
	top: 8px;
}
h2#home a {
	color: #808080;
}
#menu li {
	font-size: 65px;
	line-height: 35px;
	display: inline;
	text-transform: uppercase;
	background: url(i/back-menu-item.jpg) no-repeat left top;
}
#menu li a {
	margin: 0 0px 0 0px;
	color: #808080;
	font-size: 10px;
	letter-spacing: .125em;
	padding:10px;
}
#menu li a:hover {color: #fff; text-decoration:none;}
#menu li.current_page_item a {
	color: #fff;
	text-decoration: none;
}
#menu li.current_page_item a, #menu li.current_page_item a:hover{
	background:url(i/nav-selected.jpg) no-repeat center bottom;
}
#menu li a:hover{background:url(i/nav-hover.jpg) no-repeat left bottom;}
body.blog #menu li.blog-page a {
	color: #ED6700;
	text-decoration: none;
}
#rnav{
	/*width:340px;*/
	height:35px;
	text-align:right;
	position:absolute;
	left:360px;
	top:0;
}
#rnav li span {
	margin: 0 0px 0 0px;
	color: #808080;
	font-size: 10px;
	letter-spacing: .125em;
	padding:10px;
}
#menu #rnav li a{
	text-decoration:underline;
}
#menu #rnav li:hover, #menu #rnav li a:hover{
	color: #808080;
	background:transparent !important;
}

/* Content
-----------------------------------------------------------------------------*/
#container {
	width: 100%;
	padding-top: 20px;
	/*background: url(i/dots.gif) 550px 0 repeat-y;
	margin-bottom: 10px;*/
}
* html #container {height: 1%;}
#container:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#content {
	width: 506px;
	float: left;
	padding: 0 36px 20px 0px;
	margin: 0 0 0 15px;
	overflow: hidden;
}
#content-2 {
	width: 830px;
	float: left;
	padding: 0 36px 20px 0px;
	margin: 0 0 0 15px;
	overflow: hidden;
}

#cse-search-results{
	margin:0 auto;
	padding-left:30px;
}

#content h2 {
	font: normal 18px Arial, Sans-Serif;
	padding: 1px 0 4px;
	/*border-bottom: 1px solid #EEE;*/
	margin-bottom: 0;
}
#content h2.pagetitle {
	padding-left: 3px;
	font-size: 16px;
	color: #ED6700;
	text-transform: uppercase;
	font-weight: bold;
}
#content h3 {
	font: normal 16px Arial, Sans-Serif;
	padding: 1px 0 4px;
	margin-bottom: 0.2em;
}

#content img {
	float: left;
	border: 3px solid #eee;
	padding: 1px;
	margin: 5px 10px 5px 0;
}
#content p,
#content li {
	font-size: 1em;
	line-height: 28px;
}

#content .post {
	margin: 0 0 1.5em;
}
#content .post h2,
#content .post h3 {
	font-size: 18px;
	margin: 0 0 2px;
}
.post ul,
.post ol {
	margin: 7px 0 7px 35px;
}
.post li {
	padding: 2px 0;
}
.post .postmetadata {
	font-size: 9px;
	line-height: 11px;
	padding: 0 0 7px;
}
p.postmetadata {
	font-size: 10px !important;
	line-height: 12px !important;
	/*margin-top: 0;
	padding-top: 0;*/
}
p.postmetadata a {
	color: #606060;
}
small {
	font-size: 12px;
}

span.left { display: block; float: left; width: 180px; }

span.right { display: block; float: right; width: 316px; text-align: right; }


.entry p{
	text-align:justify;
	}
.entry h1 {
	font-size: 1.8em;
	margin: 15px 0 10px;
}
.entry h2 {
	font-size: 1.65em !important;
	font-weight: bold !important;
	margin: 15px 0 10px !important;
	padding: 0 !important;
	border: none !important;
}
.entry h3 {
	font-size: 1.45em !important;
	font-weight: bold !important;
	margin: 15px 0 10px !important;
	padding: 0 !important;
}
.entry h4 {
	font-size: 1.3em;
	margin: 15px 0 10px;
	font-weight: bold !important;
}

.line {
	clear: both;
	padding: 3px;
	margin: 0 0 15px;
	background: url(i/smalldot.gif) repeat-x;
}
.recent {
	margin-left: 30px;
}
.recent li {
	padding: 1px 0;
}

.other {
	margin: 20px 0;
	background: url(i/smalldot.gif) repeat-x;
	padding-top: 10px;
}
.other .recent li {
	list-style: none;
	border-bottom: 1px solid #EEE;
	padding: 4px;
}
.other .recent li a {
	background: #fff url(i/arrow.gif) no-repeat center left;
	padding: 0 0 0 12px;
	color: #808080;
}

.nav {
	font-size: 1.3em;
	padding: 0 0 22px;
}
.navigation {
	font-size: 1.3em;
	margin: 20px 0;
}

#order {
	text-align: right;
	padding: 0 0 10px;
	font-size: 1em;
	width:90%;
}
#order select {
	font: 1em Arial, Sans-Serif;
	width: 120px;
}

#content ul.child-categories {
	margin: 0 0 23px 30px;
}
#content ul.child-categories ul {
	margin-left: 20px;
}
#content ul.child-categories li li {
	font-size: 1em;
}
.alt {background: #F4F4F4;}

.commentlist {
	margin: 20px 0 40px 25px;
}
.commentlist li {
	padding: 8px 8px 2px;
}
.commentlist li p {
	font-size: 1em !important;
}
.commentmetadata {
	font-size: 0.85em;
}

#author, #email, #url, #comment, #submit {
	font: 12px Arial, Tahoma;
	padding: 2px;
	width: 200px;
	border: 1px solid #CCC;
}
#comment {
	width: 450px;
	height: 170px;
}
#submit {
	width: auto;
	height: 20px;
	padding: 2px;
	background: #F4F4F4;
	cursor: pointer;
	overflow: visible;
}

.comm{
	width:300px;
	padding:10px;
	background:#f5faf1;
	border:1px solid #ccc;
	text-align:left;
}


/* Sidebars
-----------------------------------------------------------------------------*/
#sidebars {
	float: left;
	width: 320px;
	font-size: 1em;
	line-height: 1.4em;
	padding-bottom: 20px;
}
* html #sidebars {height: 1%;}
#sidebars:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}

#l-sidebar {
	float: left;
	width: 142px;
	padding: 0 16px 0 2px;
}
#r-sidebar {
	float: left;
	width: 204px;
	padding: 0 0 0 4px;
}
#o-sidebar {
	width: 320px;
}

#sidebars ul {
	margin: 0 0 15px;
}
#sidebars li {
	list-style: none;
	/*border-bottom: 1px solid #EEE;*/
	padding: 3px 0px;
	margin: 0;
}
#sidebars li a {
	/*background: url(i/arrow.gif) no-repeat center left;
	padding: 0 0 0 12px;*/
	padding: 0;
	color: #EA5822;
}
#sidebars h2 {
	font: bold 9pt Arial, Sans-Serif;
	padding: 0 0 13px 0px;
	color: #84c547;
	text-transform: uppercase;
}
#sidebars h3 {
	font: normal 10px Arial, Sans-Serif;
	padding: 0 0 3px 0px;
	color: #EA5822;
	text-transform: uppercase;
	letter-spacing: .1em;
}
#sidebars .post {
	margin: 0 0 2em;
}
#sidebars p {
	padding: 0;
}
#sidebars .postmetadata {
	font-size: .9em;
}


.cat_list li{
	width:150px;
	float:left;
	padding:0;
	margin:0 10px 6px 0;
}


.flickr img{
	float:left;
	width:75px;
	height:75px;
	border:3px double #ccc;
	margin:10px;
}

.clearboth{
	clear:both;
	height:1px;
}



#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;
	text-align: left;
	}
	
table#wp-calendar {
	width: 100%;
	margin: 15px 0px;
}

/*tabbed styles
-----------------------------------------------------------------------------*/
#popular-posts{
  float: left;
  clear: both;
  width: 310px;
  height: auto;
  padding-top: 30px;
  padding-left: 5px;
  padding-right: 5px;
  background: #fff;
  position: relative;
  color: #E8E8E8;
  margin-left: 0px;
  line-height: 20px;
  zoom:1;
  overflow: hidden;
  color: #333;
  border:1px solid #84c547;
  border-top:none;
  margin-bottom:20px;
}
#popular-posts-title{
  position: absolute;
  bottom: 4px;
  left: 4px;
  font: 16px 'Kozuka Gothic Pro', Arial;
  color: #fff;
  display: block;
  /*background: #1f92d4;*/
  opacity:.8;
  width: 627px;
  padding: 2px;
}

#popular-posts ul.tabs{
  clear: both;
  float: left;
  list-style: none;
  width: 324px;
  height: 30px;
  padding: 0;
  /*overflow: hidden;*/
  background: url(images/tabsnav.jpg) repeat-x;
  position: absolute;
  top: -4px;
  left: 0px;
  /*border-bottom:1px solid #84c547;*/
}
#popular-posts ul.tabs li{
	float: left;
}
#popular-posts ul.tabs li a{
	display: inline-block;
	font: 12px Arial;
	font-weight: bold;
	color: #333;
	padding: 5px 17px;
	text-decoration: none;
	outline: none;
	background:#eeeeee;
	border:1px solid #ccc;
}
#popular-posts ul.tabs li a:hover, #popular-posts ul.tabs li.active a{
	background: #84c547;
	color: #fff;
	border:1px solid #ccc;
	border-bottom:1px solid #84c547;
}
.popular-content{
	padding-top:0px;
}
.popular-content ul{
	margin:0px;
	padding:0px;
}
.popular-content ul li{
	margin:10px 0px !important;
	padding:0px;
	border-bottom:1px dashed #ccc;
}
.popular-content ul li a, .popular-content ul li a:visited, .popular-content ul li a:hover{
	color:#ed6700 !important;
}



/* Footer
-----------------------------------------------------------------------------*/
div.footer {
	width: 900px;
	/*height: 129px;*/
	clear: both;
	padding: 0;
	margin: 0 auto;
	background: #fff url(i/back-footer.jpg) no-repeat left top;
}
#bottom {
	width: 900px;
	height: 70px;
	margin: 0 auto;
	background: url(i/back-bottom.jpg) no-repeat left top;
	clear: both;
}

#footer {
	width: 900px;
	/*height: 44px;*/
	clear: both;
	padding: 20px 0 10px 0px;
	margin: 0 auto;
	font-size: 11px;
	letter-spacing: .15em;
	/*text-transform: uppercase;*/
	text-align:center;
}

/*-------------------------------------------------------*/

div.wp-caption{
	float:left !important;
	margin-right:5px;
}
p.wp-caption-text{
	text-align:center !important;
}

div.entry p{
	line-height:normal !important;
}