/*  
Theme Name: Worldwide Horizons
Theme URI: http://ceciliasantos.org/
Description: A theme for worldwidehorizons.com
Version: 1.0
Author: Cecilia Santos
Author URI: http://ceciliasantos.org/

*/

body, h1, h2, h3, h4, h5, h6, blockquote, p, form{
	margin: 0;
	padding: 0;
}

body{
	margin: 0;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 13px;
	text-align: center;
	vertical-align: top;
	background: #959595 url(images/back-body.jpg);
	color: #333;
}

#page{
	width: 1000px;
	margin: 0 auto;
	background: #959595 url(images/back-page.jpg) repeat-y center top;
	position: relative;
}

#wrapper{
	margin: 0 auto;
	width: 900px;
	text-align: left;
	border: none;
}

h1{
	font-family: Helvetica, Arial, Sans-serif;
	font-size: 34px;
	padding: 15px 0 10px 15px;
}

h2{
	font-family: Helvetica, Arial, Sans-serif;
	font-size: 20px;
	padding: 15px 0 0;
	margin: 0;
	color: #003;
}


h3{
	padding: 15px 0 15px 0;
	color: #A20000;
	font-size: 14px;
}

h4{
	padding: 0 0 0 15px;
}

a:link, a:visited{
	text-decoration: none;
	color: #369;
}

a:hover{
	text-decoration: underline;
	color: #A20000;
}

a img {
	border: none;
}

dl {
	margin: 0;
	padding: 0;
	text-align: justify;
}
dd {
	margin: 0 0 10px 5px;
	line-height: 15px;
}

/*******************
----Custom Styles---
*******************/

blockquote { 
	font-style: italic; 
	font-family: Helvetica, Arial, Sans-serif;
	font-size: 90%;
	color: #333; 
	margin: 1.5em 30px 1.5em 30px; 
	padding: 4px 4px 4px 10px;
	background: #f1f0ed;
	border-left: 2px solid #900;
}

code { 
	color: #9A2EFE; 
	font-family: Courier, monospace; 
}

.entry p { 
	margin: 0 0 15px 0; 
}

.bg {
	background: #f1f0ed;
	padding-top: 15px;
	padding-bottom: 10px;
	padding-right: 10px;
}

.entry ul, .entry ol { 
	margin: 0 0 15px 5px; 
}
	
.entry ul { 
	list-style-type: disc; 
}
	
.entry ul.bg {
	background: #f1f0ed;
	padding-top: 15px;
	padding-bottom: 10px;
	padding-right: 10px;
}

.entry ul.bg.blue {
	background: #E0ECF8;
}

.entry ol.bg {
	background: #f1f0ed;
	padding-top: 15px;
	padding-bottom: 10px;
	padding-right: 10px;
}

.entry ol.bg.blue {
	background: #E0ECF8;
}

.entry li { 
	margin: 0 0 5px 0; 
}
		
.entry ul li ul, .entry ul li ol, .entry ol li ul, .entry ol li ol { 
	margin: 5px 0 5px 30px; 
}

.entry blockquote.right { 
	width: 150px; 
	font-style: normal !important; 
	font-size: 14px;
	color: #777;
	margin: 0.3em 0 0.3em 15px !important; 
	padding: 5px;
	background: #f1f0ed; 
	border-top: 2px solid #900;
	border-bottom: 2px solid #900; 
	border-left: none;
	border-right: none;
	text-align: center; 
	float: right; 
}
		
.entry blockquote.left { 
	width: 150px; 
	font-style: normal !important; 
	font-size: 14px;
	color: #777;
	margin: 0.3em 15px 0.3em 0 !important; 
	padding: 5px;
	background: #f1f0ed; 
	border-top: 2px solid #900;
	border-bottom: 2px solid #900; 
	border-left: none;
	border-right: none;
	text-align: center; 
	float: left; 
}
	
.entry blockquote.right p, .entry blockquote.left p { 
	margin: 0; 
	line-height: 1.4em !important; 
}

.entry img.left { 
	padding: 6px; 
	margin: 0.5em 15px 0.5em 0; 
	border: none;
	float: left; 	
	clear: left; 
}
		
.entry img.right { 
	padding: 6px; 
	margin: 0.5em 0 0.5em 15px; 
	border: none;
	float: right; 
	clear: right; 
}
		
.entry img.center { 
	display: block; 
	padding: 8px; 
	margin: 0 auto 1.5em auto; 
	border: none;
	float: none; 
	clear: both; 
}
	
.entry img.frame { 
	padding: 6px; 
	margin: 0.5em 0 0.5em 15px; 
	border: 1px solid #CCC;
	background: #EEE;
	float: right; 
	clear: right; 
}
		
.entry img.stack { 
	clear: none !important; 
}

.archive_head { 
	text-align: center;
	font-style: normal; 
	font-family: Helvetica, Arial, Sans-serif;
	font-size: 13px;
	color: #900; 
	margin: 25px auto 10px 30px;
	border-top: 1px dotted #CCC;
	border-bottom: 1px dotted #CCC;
}

/*******************
------Header-------
*******************/

#header{
	width: 100%;
	min-width: 1000px;
	height: 235px;
	margin: 0;
	padding: 0;
	/*background: url(images/back-header.jpg) repeat-x left top;*/
	clear: both;
	position: relative;
}

#logo {
	position: absolute;
	left: 50px;
	top: 0;
	z-index: 10;
}

#signup-btn {
	position: absolute;
	left: 734px;
	top: 41px;
	z-index: 10;
}

#date {
	position: absolute;
	right: 60px;
	top: 4px;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	z-index: 10;
} 

#headerimg {
	width: 1000px;
	height: 235px;
	margin: 0 auto;
	position: relative;
	left: 0px;
	background: url(images/header.jpg) no-repeat left top;
}
#headerimg img {
	border: none;
}

.title{
	margin: 0 auto 0 auto;
	width: 900px;
	/*padding: 20px 20px 20px 40px;*/
	text-align: left;
	color: #FFF;
	position: absolute;
	left: 50px;
	top: 50px;
}

.title a:link{
	text-decoration: none;
	color:#FFF;
}

.title a:hover{
	text-decoration: underline;
	color: #CCC;
}

.title a:visited{
	text-decoration: none;
	color:#FFF;
}

/********************
----Navigaiton Bar---
********************/

#top-menu{
	clear: both;
	width: 100%;
	font-family: Arial, Helvetica, Georgia, Sans-Serif;
	color: #fff;
	text-align: center;
	border: none;
	position: absolute;
	left: 0;
	top: 182px;
}

#top-menu a{
	text-decoration: none;
	padding: 5px 10px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}

#top-menu a:hover{
	text-decoration: none;
	color: #0A6C93;
	/*background: url(images/nav_hover.gif) repeat-x;*/
}

#top-menu ul{
	margin: 0 auto;
	width: 850px;
	padding: 5px 0;
	text-align: left;
}

#top-menu ul li{
	display: inline;
	padding: 0;
	font-size: 14px;
}


#home-btn {
	width: 91px;
	height: 38px;
	position: absolute;
	left: 224px;
	top: 0;
}
#about-btn {
	width: 97px;
	height: 38px;
	position: absolute;
	left: 315px;
	top: 0;
}
#products-btn {
	width: 129px;
	height: 38px;
	position: absolute;
	left: 412px;
	top: 0;
}
#ideas-btn {
	width: 128px;
	height: 38px;
	position: absolute;
	left: 451px;
	top: 0;
}
#links-btn {
	width: 135px;
	height: 38px;
	position: absolute;
	left: 541px;
	top: 0;
}
#contact-btn {
	width: 111px;
	height: 38px;
	position: absolute;
	left: 676px;
	top: 0;
}
/*******************
---------Post-------
*******************/

#container{
	float: left;
	width: 520px;
	padding: 0 0 0 0;
	height: 870px;
	overflow: auto;
}

.post{
	padding: 20px 20px 0px 30px;
}

.post h2{
	text-transform: normal;
	font-family: Georgia, Sans-serif;
	font-size: 22px;
	padding: 20px 0 0 0;
	border-bottom: 1px dotted #A20000;
}

.entry{
	line-height: 22px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

.postinfo{
	font-size: 11px;
	color: #aaa;
	padding: 2px 0 20px 0;
}

.postinfo a{
	color: #aaa;
}

.postdate{ color: #aaa; }

p.postmetadata{
	margin: .5em auto;
	padding: .5em 0;
	text-align: justify;
	line-height: 18px;
}

p.postmetadata strong{
	float: right;
}

/* This is the link at the bottom of a post which lets you go to the next or previous post */

.postnav{
	padding: 10px 20px 20px 10px;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
}

h2.archive_head{ 
	font-weight: bold !important; 
	font-size: 14px !important; 
	text-transform: normal !important; 
	letter-spacing: normal !important; 
	margin: 0 0 1.8em 10px !important; 
	padding: 0.4em 5px !important; 
	border-bottom: 1px dotted #CCC; 
	background: none; 
}

div.navigation	{
	padding: 0 0 10px 30px;
}

div.table {
	padding: 0 0 10px 30px;
}

div.table h1 {
	color: #A20000;
}

/********************
----Sidebar Styles---
********************/

.rightbar{
	float: right;
	width: 180px;
	margin: 0;
	padding-top: 20px;
	padding-bottom: 15px;
	display: inline;
	overflow: hidden;
}

.rightbar h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	/*text-transform: uppercase;*/
	color: #fff;
	padding: 5px 5px 5px 20px;
	margin: 0 10px 10px 5px;
}

.rightbar p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	width: 170px;
	padding: 0;
	margin: 0 auto 10px;
	text-align: center;
}

.rightbar ul{
	list-style: none;
	margin: 0;
	padding: 0 10px 0 10px;
}

.rightbar ul li{
	padding: 10px 0 10px 5px;
	background: #fff url(images/back-right-ul-li.jpg) no-repeat left top;
	margin-bottom: 10px;
}

.rightbar ul li img {
	width: 125px;
	border: none;
	margin: 0 23px 0 12px;
}

.rightbar ul li h2{
	font-family: Georgia, Sans-serif;
	font-size: 12px;
	font-weight: bold;
	/*text-transform: uppercase;*/
	color: #fff;
	padding: 5px;
	margin: 0 10px 10px 0;
}

.rightbar ul ul li{
	padding: 0;
	margin: 0 0 0 13px;
	line-height: 24px;
	list-style: url(images/bullet.gif);
	font-size: 12px;
	background: transparent;
}

.rightbar .syndication .rss {
	width: 179px;
	height: 33px;
	position: relative;
	padding-top: 12px;
}

.rightbar .syndication .rss span{
	background: url(images/sub_rss.gif) no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
}

.rightbar .syndication .rss .sub{
	list-style: none;
}

div.syndication img {
	text-indent: -9999px;
	width: 108px;
	height: 19px;
	margin: 0 auto;
}

/*.rightbar a:link, a:visited{
	text-decoration: none;
	color:#900;
}

.rightbar a:hover{
	text-decoration: underline;
	color: #222;
}*/

.rightbar img {
	max-width: 160px;
	display: block;
	float: none;
	margin: 20px auto 3px;
	border: none;
}


table#wp-calendar{
	width: 100%;
}

/* Left Sidebar */

.leftbar{
	float: left;
	width: 186px;
	margin: 0;
	padding-top: 20px;
	padding-bottom: 15px;
	padding-right: 4px;
	display: inline;
	overflow: hidden;
}

.leftbar h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	/*text-transform: uppercase;*/
	color: #fff;
	padding: 5px 5px 5px 20px;
	margin: 0 10px 10px 8px;
}

.leftbar p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: .1em;
	color: #fff;
	width: 170px;
	padding: 0;
	margin: 0 auto 10px;
	text-align: center;
}

.leftbar ul{
	list-style: none;
	margin: 0;
	padding: 0 5px 15px 10px;
}

.leftbar ul li{
	padding: 5px 0 0px 5px;
	/*background: #fff url(images/back-left-ul-li.jpg) no-repeat left top;*/
	margin-bottom: 10px;
}

.leftbar ul li h2{
	font-family: Arial, Georgia, Sans-serif;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	/*text-transform: uppercase;*/
	color: #fff;
	padding: 5px 5px 5px 20px;
	margin: 0 10px 10px 0;
}

.leftbar ul ul li{
	padding: 2px 0;
	margin: 0 3px 0 10px;
	line-height: 18px;
	list-style: url(images/bullet.gif);
	font-size: 11px;
	border-bottom: 1px dotted #CCC;
	background: transparent;
}
.leftbar a:link, .leftbar a:visited{
	text-decoration: none;
	color:#fff;
}

.leftbar a:hover{
	text-decoration: underline;
	color: #fff;
}

.leftbar img {
	max-width: 85px;
	display: inline;
	float: left;
	margin: -9px 8px 0px 0px;
	border: 1px solid #fff;
}
.leftbar img.btn {
	max-width: 150px;
	display: block;
	float: none;
	margin: 20px auto 3px;
	border: none;
}


/*******************
----Comment Form---
*******************/

#comment-form{
	width: 425px;
	background: #f1f0ed;
	margin: 10px 0 0;
	padding: 5px 5px 15px 15px;
}

.comments-template a{
	text-decoration: underline;
	color: #900;
}


.comments-template a:hover{
	text-decoration: underline;
	color: #333;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0;
	line-height: 18px;
	padding: 10px 0 5px 15px;
}

.comments-template h2, .comments-template h3{
	font-family: Georgia, Sans-serif;
	font-size: 16px;
	color: #900;
	padding: 10px 0 30px 0;
}

.commentmetadata{
	font-size: 12px;
	color: #AAA;
	padding: 20px 0;
}

.commentmetadata strong { 
	font-size: 14px; 
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template input{
	border: 1px solid #CCC;
}

.comments-template textarea{
	font-family: Helvetica, Arial, Sans-serif;
	font-size: 12px;
	color: #000;
	margin: 30px 15px 15px 0;
	background: #FFF;
	border: 1px solid #CCC;
}

.even {
	background: #f1f0ed;
	border: none;
}

.alt {
	background: #FFF;
	border: 2px solid #f1f0ed;
}

/*******************
-------Footer-------
*******************/

#footer{
	clear: both;
	float: none;
	width: 885px;
	margin: 0;
	padding: 10px 5px 5px 10px;
	line-height: 22px;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: .1em;
	color: #fff;
	text-align: center;
	background: #000033;
	border-top: 2px dotted #A20000;
	border-bottom: none;
}

#footer a:link, #footer p a:link, #footer a:visited, #footer p a:visited{
	text-decoration: none;
	color: #dedede;
}


#footer a:hover, #footer p a:hover{
	text-decoration: underline;
	color: #fff;
}

#footer span.fontsmall {
	color: #dedede;
}

.fontsmall {
	font-size: 11px;
}
.imgleft {
	float: left;
	margin: 0 15px 0 0;
}
.imgright {
	float: right;
	margin: 0 8px 0 15px;
}
.clearboth {
	clear: both;
}
.textright {
	text-align: right;
	margin-right: 20px;
	margin-top: 10px;
}

/*new styles*/

.post h2{
	font-family: Arial, Helvetica, sans-serif;
}
.post ul{
	margin-top: 3px;
	padding-top: 0;
}