/*
Theme Name: Waves of Bliss - Version2
Theme URI: http://titanium.ithemes.com/
Author: iThemes
Author URI: http://ithemes.com/
Version: 1.2.1
Description: Customized Version of iThemes' Titanium Theme. Styled and Programmed by Novista Web.
Tags: custom modified WordPress Theme, CMS, website
All the CSS, XHTML, design, and images are copyrighted. Please don't steal.

	Changelog:
	v1.0 - 10.03.08
	First Release
	v1.1 - 10.06.08
	Code Updates to Featured Images
	v1.2 - 10.07.08
	Code Updates to Featured Images to enhance support for older versions of PHP
	v1.2.1 - 11.03.08
	New Feature Image version - fixed bugs

*/
/*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: #cdd8ff url(images/bg.jpg) top repeat-x; color: #332c7c;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .85em;
	text-align: center;
	margin: 0px; padding: 10px 0px;
}

/*********************************************
		Universal Link Styles
*********************************************/
a {
	color: #4e9cfe;
	text-decoration: none;
        font-weight: bold;
}
a:hover { 
	color: #0726fb; 
	text-decoration: underline; 
}

/*********************************************
		Universal Text Elements
*********************************************/
em {
 font-style: italic;
}
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-right: 10px solid #fff; background: none; }
p {
	padding: 5px 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 {
	color: #f0750e;
	margin-bottom: 5px;
}
h1 { /* This style is generally used as title on single posts and pages */
	font-size: 24px;
	
}
h2 { /* This style used as a sub-header in post/page content */
	font-size: 21px;
	
}
h3 { /* This style used as the post titles on homepage/archive */
	clear: both;
	font-size: 16px;
	font-weight: bold;
	
}
h3 a {
	text-decoration: none;
}
h3 a:hover {
	text-decoration: underline;
}
h4 { /* This style used as title for comments and as the identifying header on archive page  */
	font-size: 14px;
	color: #332c7c;
        font-weight: bold;
        margin_bottom: 0px;
}
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 {
	background: url(images/content_bg.gif) repeat-y;
	border: 0px solid #FFF;
        width: 1000px;
}

/*********************************************
		Header Styles
*********************************************/
#header {
	margin: 0;
}
#header a#title {
	display: block; float: left;
	width: 420px; height: 130px;
	margin: 0px; padding: 0px;
	text-indent: -9999px;
}
/*********************************************
		Top Navigation Styles 
				
*********************************************/
.topnav {
        margin: 5px 0px 0px 30px;
}

.topnav a {
        color: #4e9cfe;
        font-weight: bold;
        font-size: .85em;
        padding: 3px;
        text-decoration: none;
}
.topnav a:hover {
       text-decoration: underline;
       color: #0726fb;
}
.topnav {
      color:#4e9cfe;
}
/*********************************************
		Horizontal Navigation Styles 
				(with dropdowns)
*********************************************/
#menuwrap {}
#menu {
        display: block;
	font-size: 12px;
	margin: 0; padding: 0px;
	z-index: 100;
}
/* This is the style for the first UL (horizontal) */
#menu ul {
	display: block; float: center;
	height: 30px; line-height: 20px;
	margin: 110px 0px 0px 15px; padding: 0px;
	text-transform: uppercase;
        background: #fff;
}
/* This is the style for the top level list items */
#menu ul li {
	background: none;
	width: auto;
	display: block;
	float: left;
	list-style-type: none;
	height: 20px; line-height: 20px;
	margin:0px 0px 0 0px; padding: 0;
	border-right: 0px solid #FFF;
}
#menu ul li.home {
	background: none;
}
/* The style for all links */
#menu a {
	color: #f0750e;
	text-decoration: none;
	font-weight: bold;
       
}
/* The universal hover state colors and background for all LI items and links */
#menu li:hover,
#menu li:hover a,
#menu li.sfhover,
#menu li.sfhover a,
#menu li a:hover {
	background: #f0750e; color: #FFF;
	text-decoration: none;
}
/* This is the style for the top level links, if different than the universal */
#menu ul li a {
	display: block;
	height: 20px; line-height: 20px;
	margin: 0px; padding: 0px 12px;
	text-decoration: none;
}
/* if you want to set a "current page item" style, do it here */
#menu ul li.current_page_item a {
}
/****************************** 
The second-level stuff 
*******************************/
/* This hides the nested UL before you hover */
#menu li ul {
	clear: both;
	position: absolute;
	width: 165px; /* the width of the dropdown */
	left: -999em;
	text-transform: none;
}
/* This shows the nested UL when you hover */
#menu li:hover ul, 
#menu li.sfhover ul {
	left: auto;
	display:  block;
	z-index: 3000;
}

/* This is the style for the nested UL */
#menu li:hover ul, #menu li.sfhover ul {
	background: transparent;
	display: block;
	border-top: 1px solid #FFF;
	margin: 0px; padding: 0px;
}
/* This is the style for the LI items within the nested UL */
#menu li:hover ul li,
#menu li.sfhover ul li {
	background: transparent;
	width: 100%;
	display: block;
	padding: 0px; margin: 0px;
	height: 20px; line-height: 20px;
	overflow: hidden;
	text-align: left;
	border: 1px solid #FFF;
	border-top: none;
	z-index: 2000;
}
/* This is the style for the links within the LI items within the nested UL */
#menu li:hover ul li a,
#menu li:hover ul li.current_page_item a,
#menu li.sfhover ul li a,
#menu li.sfhover ul li.current_page_item a {
	width: 165px;
	display: block;
	margin: 0px; padding: 0px 5px;
	height: 20px; line-height: 20px;
	border: none;
	background: #4e9cfe;
}
/* This is the style for the hover state on the links within the LI items within the nested UL */
#menu li:hover ul li a:hover, 
#menu li.sfhover ul li a:hover {
	background: #f0750e; color: #FFF;
	text-decoration: none;
	margin: 0px; padding: 0px 5px;
	height: 20px; line-height: 20px;
}


/*********************************************
		Top Div (homepage)
*********************************************/
#top {
	margin: 0px 0px 5px 0px;
        position: relative;
        top: 0px;
        width: 1000px;
}
#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;
}
/*********************************************
		Top Div (content pages)
*********************************************/
#pagebanner {
        margin: 0px 0px 5px 0px;
        width: 1000px;
        height: 140px;
        background: url(images/banners/banner_newsletter.jpg) no-repeat;
}

/*********************************************
		Blue Boxes (homepage)
*********************************************/
#blueboxes {
	overflow: hidden;
	color: #333;
}
#blueboxes p, #blueboxes ul, #blueboxes ol, #blueboxes blockquote {
	color: #333;
}

#blueboxes p {
	font-size: .90em	
}

#blueboxes h4 {
	color: #332c7c;
	padding: 50px 5px 25px 130px;
	font-size: 15px; font-weight: bold;
}
#blueboxes img {
        float: left;
        border: none;
}
#blueboxes a {
        color: #0726fb; 
        font-weight: normal;
}
#blueboxes a:hover {
        color: #4e9cfe;
}
#blueboxes .box {
	margin-bottom: -2000px; padding-bottom: 2000px; /*Equal hight columns*/
	background: #F3F2FF;
}
#blueboxes .right {
	width: 332px;
        border-left: 1px solid #fff;
}
#blueboxes .left {
	width: 334px;
       
}
#blueboxes .widget {
	padding: 10px 10px 10px 16px;

}

/*********************************************
		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 { 
}

/*********************************************
		Post Styles
*********************************************/
.post {
	background: #fff;
	padding: 10px;
	margin-bottom: 5px;
}
.post p, .post ul, .post ol, .post blockquote {
	color: #332c7c ;
}
.post img {
       float: left;
       margin: 7px;
}
.post.homewelcome p {
       margin-top: 30px;
}
.post.home p {
       border-bottom: 1px solid #4e9cfe;
       margin: 0 0 5px 138px; padding: 0 0 10px 0;
}
.post.home.last p {
      border-bottom: none;
      margin: 0 0 5px 138px; padding: 0;
}
.post.home h3  {
       margin: 0; padding: 0;
       font-size: 18px;
       font-weight: normal;
}
.post.home h4  {
       margin: 0 0 0 138px; padding: 0;
}
.post.home.last h4  {
      /* margin: -20px 0 0px 138px; padding: 0;*/
       margin: -20px 0 0px 138px; padding: 0;
}
/*********************************************
		Post Meta Styles, if needed
*********************************************/
.meta-top {
	clear: both; /* we need this so floats in the post are cleared */
}
.meta-top a {
	color: #332c7c;
	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;
        font-size: .8em;
}

/*********************************************
		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: #fff url(images/post-bg-off.gif) repeat-x;
	padding: 10px;
	margin-bottom: 5px;
}
.page p, .page ul, .page ol, .page blockquote {
	color: #332c7c;
}

/*********************************************
		Widget Styles
*********************************************/
.teamscore, .teamname {
	display: inline;
	width: 100px;
	float: left;
	margin: 0px 18px;
}
.teamscore {
	background: #a21e0e;
	color: #FFF;
	padding: 5px 0px;
	text-align: center;
	font-size: 40px;
}
.teamname {
	text-align: left;
	font-size: 13px;
}
.socialicon {
	padding: 0px 6px;
}

/*********************************************
		Sidebar
*********************************************/
.sidebar {
	color: #333;
        border-left: 3px solid #fff;
        background-color: #f3f3f3;
        width: 297px;
        font-size: .9em;
}
.sidebar a {
    
}
.sidebar .widget {
	margin: 0px 0px 5px 10px; padding: 7px ;
	background: url(images/grey-fade-bg-off.gif) repeat-x;
}
.sidebar .widget h4 {
	margin-bottom: 5px;
        font-size: 1.1em;
        color: #0726fb;

}
.sidebar p, 
.sidebar .textwidget {
       font-size: .95em;
       color: #332c7c;
       margin: 0 15px 0 15px;
}
.sidebar .textwidget,
.sidebar img { 
       text-align: center;
       border: none;
}
.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 a {
        color: #333;
        font-weight: normal;	
}
.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: 90%;
        margin: 10px;
}
#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: 90%;
       margin: 10px;
	
}
#respond a {
	color: #333;

}
#respond #author,
#respond #email,
#respond #url {
	width: 50%;
}


#respond #comment {
	width: 100%;


}

/*********************************************
		Footer Styles
*********************************************/
#footer {
	background: #fff;
	margin: 5px 0px 0px 0px; padding: 20px 0px;
        border-top: 1px dashed #ededed;
}
#footer p {
        color: #4e9cfe;
	padding: 0px;
        text-align: center;
        font-size: .85em;
}

#footer a {
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}

/*********************************************
		Crystals Page Styles
*********************************************/

#lrg-pic-display {position:relative; top:10px; left:5px; width:100px; background-color:#fff; z-index:100; margin-bottom: 15px;}
#lrg-pic-display a.p1, #menu a.p1:visited {display:block; width:100px; height:35px; text-decoration:none; background:#fff; top:0; left:0; border:0;}
#lrg-pic-display a img {border:0;}
#lrg-pic-display a.p1:hover {text-decoration:none; background-color:#fff; color:#000;}
#lrg-pic-display a .large {display:block; position:absolute; width:0; height:0; border:0; top:0; left:0;}
#lrg-pic-display a.p1:hover .large {display:block; position:absolute; top:-220px; left:102px; width:360px; height:360px; border: 1px solid #9b7fc9; padding: 0px;}

#lrg-pic-display img.thumb {width:100px; height:100px; margin-bottom: 6px;}
#lrg-pic-display a {font-size:11px;}
.lrg-pic-display {font:Verdana, Arial, Helvetica, sans-serif; font-size:12px; padding:0; margin:0; text-align:left;}
.lrg-pic-display h1 {font-size:13px; font-weight: bold; margin:0 0 7px 0; padding: 0;}

#info {z-index:100; height:22em;}

hr {color: #AE96C1;
    height: 3px;
}

/*********************************************
		Table Styles
*********************************************/
.bordered table{
     border: 0px solid #f3f3f3;
}
.bordered table tr td {
      border: 1px solid #f3f3f3;
      padding: 10px;
}