/*
Theme Name: World Wind Chimes
Author: Novista Web
Author URI: http://www.novistaweb.com
Version: 1.0.0
All the CSS, XHTML, design, and images are copyrighted. 

	Changelog:
	v1.0 - 06.13.10
	
*/
/*CSS Reset*/
@import url(css/reset.css);
/*Get the grid, baby!*/
@import url(css/grid.css);

body { /* This is where you set many of the universal defaults */
	background: #95CA58 url(images/BodyBg.gif) top repeat-x; color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	height: 100%;
	text-align: center;
	margin: 0px; padding: 0px;
}

/*********************************************
		Universal Link Styles
*********************************************/
a {
	color: #303030;
	font-weight: normal;
	text-decoration: underline;
}
a:hover {
	color: #084283;
}

/*********************************************
		Universal Text Elements
*********************************************/
p, ul, ol, blockquote {
	color: #333;
}
ol, ul {
	margin: 5px 35px;
}
blockquote {
	margin: 5px 0px 5px 10px; padding: 0px 0px 0px 10px;
	font-style: italic;
}
img { border: 0px; background: none; }
p {
	padding: 10px 0px;
	margin: 0px;
}
/*********************************************
		Header Styles
*********************************************/
/* Use this for universal styles for all header elements
Be sure to uncomment the styles before using */
h1,h2,h3,h4,h5,h6 {
	color: #32250b;
	margin-bottom: 5px;
}
h1 { /* This style is generally used as title on single posts and pages */
	font-size: 25px;

}
h2 { /* This style used as a sub-header in post/page content */
	font-size: 1.6em;
	font-weight: bold;
	margin: 0 0 8px 0;	

}
h3 { /* This style used as the post titles on homepage/archive */
	clear: both;
	font-size: 16px;
	font-weight: bold;
}
h3 a {
	text-decoration: none;
	color: #D12A08;
	font-weight: bold;
}
h3 a:hover {
	text-decoration: underline;
}
h4 { /* This style used as title for comments and as the identifying header on archive page  */
	font-size: 18px;
	color: #111;
}
h5 {
	font-size: 16px;
}
h6 {
	font-size: 14px;
}

/*********************************************
		The Obligatory WP Styles
*********************************************/
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}
.alignleft {
   float: left;
   margin: 0px 8px 8px 0px;
}
.alignright {
   float: right;
   margin: 0px 0px 8px 8px;
}
.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;
}

/*********************************************
		Container Div


*********************************************/
#container {
	
}
.wrap {
	background: url(images/WrapBg.png) repeat-y;
}
.ContentContainer {
	width: 978;
	margin-left: 50px;

}

/*********************************************
		Header Styles
*********************************************/
#header {
	background: #111 url(images/rotator/banner7.jpg) no-repeat;
	width: 1075px; height: 118px;
	margin: 0px 0px 0px 0px;
}
#header a#title {
	display: block; float: left;
	width: 350px; height: 110px;
	margin: 0px; padding: 0px;
	text-indent: -9999px;
}

/*********************************************
		Top Div (homepage)
*********************************************/
#top {
	margin: 0px 0px 5px 0px;
}
#top #video {
	padding: 0px 0px 0px 5px;
}
#top #video h4 {
	display: block;
	background: url(images/video-h4.gif) repeat-x;
	height: 32px; line-height: 32px;
	font-size: 12px; font-weight: bold; color: #FFF;
	margin: 0px 0px 1px 0px; padding: 0px 5px;
	border: none;
}
#top #video embed,
#top #video object {
	width: 295px; height: 237px;
}

/*********************************************
		Blue Boxes (homepage)
*********************************************/
#blueboxes {
	overflow: hidden;
	color: #FFF;
}
#blueboxes p, #blueboxes ul, #blueboxes ol, #blueboxes blockquote {
	color: #FFF;
}
#blueboxes h4 {
	background: url(images/red-block.gif) left 50% no-repeat;
	color: #FFF;
	padding-left: 22px;
	font-size: 16px; font-weight: bold;
}
#blueboxes .box {
	margin-bottom: -2000px; padding-bottom: 2000px; /*Equal hight columns*/
	background: #171d64 url(images/blue-box-bg.gif) repeat-x;
}
#blueboxes .right {
	width: 295px;
	border-left: 5px solid #FFF;
}
#blueboxes .widget {
	padding: 10px;
}

/*********************************************
		Flickr (homepage)
*********************************************/
#flickr {
	margin-top: 5px;
	background: url(images/grey-fade-bg.gif) repeat-x;
}
#flickr img {
	display: inline;
	float: left;
	width: 80px; height: 80px;
	margin: 5px 0px 5px 5px;
}
	
/*********************************************
		Content Div
*********************************************/
#content h4 {margin-left: 20px;
}

/*********************************************
		Post Styles
*********************************************/
.post {
	padding: 10px 20px;
	margin-bottom: 5px;
}
.post p, .post ul, .post ol, .post blockquote {

}

/*********************************************
		Post Meta Styles, if needed
*********************************************/
.meta-top {
	clear: both; /* we need this so floats in the post are cleared */
}
.meta-top a {
	color: #322508;
	text-decoration: none;
	font-weight: bold;
}
.meta-bottom {
	clear: both; /* we need this so floats in the post are cleared */
}
.meta-date {
}
.meta-author {
}
.meta-comments {
}
.meta-category {
}

#breadcrumb {
	margin-bottom: 10px;
}

/*********************************************
		Previous/Next Page Navigation
*********************************************/
.page-nav {
	clear: both; /* To clear any floats */
	margin: 0px; padding: 0px;
}
.nav-previous {
	text-align: left;
}
.nav-next {
	text-align: right;
}
.page-nav a {
	color: #333;
	text-decoration: underline;
}
.page-nav a:hover {
	text-decoration: none;
}

/*********************************************
		Page Styles
*********************************************/
.page {
	background: #656565 url(images/post-bg.gif) repeat-x;
	padding: 10px;
	margin-bottom: 5px;
}
.page p, .page ul, .page ol, .page blockquote {
	color: #322508;
}


/*********************************************
		Sidebar
*********************************************/
.sidebar {
	color: #333;
}
.sidebar a {
	color: #333;
}
.sidebar .widget {
	margin: 0px 0px 10px 0px; padding: 10px ;
	background: url(images/grey-fade-bg.gif) repeat-x;
}
.sidebar .widget h4 {
	margin-bottom: 10px;
}
.sidebar p, 
.sidebar .textwidget {
}
.sidebar img {
	text-align: center;
}
.sidebar form {
	margin: 5px; padding: 0px;
}
.sidebar ul {
	list-style-type: none;
	margin: 0px; padding: 0px;
}
.sidebar ul li {
	margin: 0px; padding: 0px;
}
.sidebar ul li a {
	
}
.sidebar ul li a:hover {
	
}
.sidebar ul li ul {
	margin: 0px; padding: 0px;
}
.sidebar ul li ul li {
	margin: 5px 10px 5px 5px; padding: 0px;
}
/*********************************************
		Feedreader Page Styles
*********************************************/
.feed {
	color: #333;
}
.feed a {
	color: #333;
}
.feed .widget {
	margin: 0px 0px 10px 5px; padding: 10px ;
	background: url(images/grey-fade-bg.gif) repeat-x;
}
.feed h2 {
	font-size: 18px;
	color: #111;
	border-bottom: 4px double #9b9b9b;
	margin: 10px 0px 5px 0px;
}
.feed h3 a {
	text-decoration: none;
	border:none;
	}
.feed h3 a:hover {
	text-decoration: underline;
}
.feed p, 
.feed .textwidget {
}
.feed img {
	text-align: center;
}
.feed form {
	margin: 5px; padding: 0px;
}
.feed ul {
	list-style-type: none;
	margin: 0px; padding: 0px;
}
.feed ul li {
	margin: 0px; padding: 0px;
}
.feed ul li a {
	text-decoration: none;
	}
.feed ul li a:hover {
	text-decoration: underline;
}
.feed ul li ul {
	margin: 0px; padding: 0px;
}
.feed ul li ul li {
	margin: 5px 10px 5px 5px; padding: 0px;
}

/*********************************************
		Comment Styles
*********************************************/
#comments {
	width: 100%;
}
#comments a {
	color: #333;
}
#comments .comment { /* Even Comments: 2,4,6,8,etc. */
	margin: 5px 0px 5px 0px; padding: 10px 0px;
	overflow: hidden;
}
#comments .alt { /* Odd comments: 1,3,5,7,9,etc. */
	margin: 5px 0px 5px 0px; padding: 10px 0px;
	color: #333;
	overflow: hidden;
}
#comments .gravatar {
	display: block; float: left;
}
#comments .commentmeta {
	display: block; float: left;
	padding-left: 8px;
}
#comments .commenttext {
	clear: both;
}

#respond {
	width: 600px;
	padding: 0 0 5px 20px;
}
#respond a {
	color: #333;
}
#respond #author,
#respond #email,
#respond #url {
	width: 50%;
}
#respond #comment {
	width: 100%;
}

/*********************************************
		Footer Styles
*********************************************/
#Footer {
	width: 974px;
	margin-left: 6px;
	border-top: #efefef 1px solid;
	line-height: 1.3em;
	font-size: 0.85em;
	text-align: center;
	margin: 20px 0 0 0;
	padding: 20px 0 0 0;
}
table.PageFooter  {
      text-align: left;
}

table.PageFooter td {
     border-right: 1px solid #ebebeb;
     width: 240px;
     vertical-align: top;
	padding: 20px;
}
table.PageFooter td.last {
     border-right: none;
}
table.PageFooter td ul  {
     list-style: none;
}

/************************************************
		Top Menu
*************************************************/
#TopMenu {
	width: 1075px;
	height: 35px;
	overflow: hidden;
	background: url(images/TopMenuBg.gif) no-repeat; color: #333;
}
#TopMenu ul {
	list-style: none;
	padding: 0;
	margin: 5px 45px 0 0;
	float: right;
}

#TopMenu li {
	list-style: none;
	float: left;
	margin: 4px 0 0 0;
	padding: 0 0 0 4px;
}

#TopMenu li.First a {
}

#TopMenu li a, #TopMenu li div {
	display: block;
	text-decoration: none;
	font-size: 0.95em;
	padding: 0 10px 0 10px;
	margin: 4px 0 4px 0;
}

#TopMenu li div a {
	padding: 0;
	margin: 0;
	display: inline;
	font-size: 1em;
}

#TopMenu li a:hover {
	text-decoration: underline;
}
/**************************************************
		Pages Menu
**************************************************/
/* Pages Menu */
#Menu {
	clear: both;
	float: left;
	height: 30px;
	background: #401701;
	width: 978px;
	display: inline;
	margin: 0 0 0 50px;
}

#Menu ul {
	margin: 0 0 0 10px;
	padding: 0;
}

#Menu li {
	float: left;
	position: relative;
	list-style: none;
	margin: 0 2px 0 0;
	padding: 0;
}
#Menu li.PhoneNumber {
	color: #fff; 
	padding: 6px 32px 0 0; 
	font-weight: bold; 
	float: right;
}

#Menu li.First a {
}

#Menu li a {
	display: block;
	font-size: 1em;
	text-align: center;
	text-decoration: none;
	padding: 8px 0 2px 15px;
	margin: 0 0 0 8px;
	height: 20px;
	color: #fff;
}

#Menu li a:hover	{
	text-decoration: none;
	color: #f3f3f3;
}

#Menu li ul {
	width: auto;
	position: absolute;
	clear: left;
	top: 30px;
	left: 0px;
	display: none;
	text-align: left;
	font-size: 0.9em;
	background: transparent;
	z-index: 1;
}

#Menu li ul li {
	clear: both;
	text-align: left;
	background: transparent;
}

#Menu li ul li a {
	padding: 5px 10px 5px 10px;
	font-size: 1em;
	text-align: left;
	margin: 0;
	width: 120px;
	height: auto;
}

#Menu li ul li a:hover {

}

#Menu li:hover a, #Menu li.over a{
	text-decoration: underline;
}

#Menu li ul li a, #Menu li.over li a {
	text-decoration: none !important;
}

#Menu li:hover ul, #Menu li.over ul {
	display: block;
}

/* Holly Hack. IE Requirement */
* html #Menu ul li { float: left; height: 1%; }
* html #Menu ul li a { height: 1%; }
/* End */
/* Top Search Form */
#SearchForm {
	float: right;
	margin: 18px 45px 0 0;
	padding: 32px 0 0 22px;
	width: 228px;
	height: 53px;
	display: inline;
}

#SearchForm form {
}

#SearchForm label {
	font-size: 1.3em;
	display: none;
}

#SearchForm input {
	width: 178px;
	height: 15px;
	font-size: 0.9em;
	padding: 2px 3px 2px 3px;
	margin: 0 0 0 0;
	background: #fff;
	border: 1px solid #9e8a68;
}

#SearchForm .Button {
	width: 21px;
	height: 21px;
	padding: 0;
	border: 0;
	background: transparent;
	vertical-align: middle;
}

#SearchForm p {
	font-size: 0.85em;
	margin: 3px 0 0 0;
	color: #fff;
}

#SearchForm a {
	text-decoration: none;
	color: #fff;
}

#SearchForm a:hover {
	text-decoration: underline;
}




