/*
Theme Name: ayurveda_cms
Version: 3col newsletter style cms
Theme URI: http://wordpress.org/
Description: Adapted from the default WordPress theme .
Version: 1.3
Author: designed for Edie O'Reilly
Author URI: http://ayurvedaireland.ie/
Tags: cream, pale green, graphic header, fixed width, two columns, widgets, cms

	The default theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Begin Typography & Colors */

#content {
	font-size: 1.2em;
	}

.entry p {
	font-size: 1.05em;
	}

.entry {
	line-height: 1.4em;
	}
	
.exerpt { font-weight:800; }

.hentry a { color: #930; font-weight:600; }	

.postmetadata {
	text-align: center;
	}
.postmetadata a{
	color: #993300;
	}
.postmetadata a:hover {
	color: #333300;
	}	
	
.postmetadata {
	padding-top: 5px;
	margin: 20px 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif; font-size:80%;
	}
p.postmetadata {
	padding-top: 5px;
	margin: 15px 5px;
	}
	
.thread-alt {
	background-color: #fff4c4;
}
.thread-even {
	background-color: #fff4c4;
}
.depth-1 {
border: none; /*1px solid #ffec8f;*/
}

small {
	font-size: 0.9em;
	line-height: 1.5em;
	}

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited {
	text-decoration: none;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #wp-calendar caption, cite {
	text-decoration: none;
	}

.sticky {
	background: #ffec8f;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li, #commentform input, #commentform textarea {
	font-size: 0.9em;
	}
.commentlist li ul li {
	font-size: 1em;
}

#main ol.commentlist { margin-left:5px; }

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	
	padding: 2px;
	
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

small, .nocomments, blockquote, strike {
	color: #003300;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #006633;
	text-decoration: none;
	}
h2 a {text-decoration:none;}
a:hover {
	color: #006633;
	text-decoration: none;
	}

#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;
	}
/* End Typography & Colors */



/* Begin Structure */

.post {
	margin: 0 0px;
	text-align: left;
	}
.post h2 { margin-left:0; margin-right:0; }
.post p { margin-left:10px; margin-right:10px;}

.post hr {
	display: block;
	}
	
.post-edit-link { margin:0 10px; font-style:italic;}
.post-edit-link a { margin:0 10px; font-style:italic; color:#993300;}


	
.smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

/* End Structure */



/*	Begin Headers */

h2.pagetitle {
	margin-top: 0px;
	text-align: center;
}

h3 {
	padding: 0;
	margin: 20px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 20px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin: 5px auto;
	}

img.alignright {
	
	margin: 5px 0 0px 10px;
	display: inline;
	}

img.alignleft {
	
	margin: 5px 10px 5px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



/* 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: 20px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 5px;
	text-indent: -5px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ol, .entry ul {
	padding: 0 0 0 25px;
	margin: 5px 0 5px 15px;
	}
	
.post .entry ol, .entry ul {
	padding: 0 0 0 25px;
	margin: 5px 0 5px 15px;
	}
	
.entry ol li {
	margin: 0; margin-left:25px; list-style-type:decimal;
	padding: 0;
	}
	
.entry ul li ol li {
	margin: 0; margin: 5px 5px; list-style-type:decimal;
	padding: 0;
	}	
	
.entry ul li {
	margin: 0; margin-left:8px; list-style-type:disc;
	padding: 0;
	}	
	
.post .entry ul li {
	margin: 0; margin-left:8px; list-style-type:disc;
	padding: 0;
	}	
	
.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}


/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: left;
	}

#sidebar #searchform #s {
	width: 140px;
	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 {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
	
#respond {width:100%; float:left; }

#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* 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: #ffec8f; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #ffec8f;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border: 1px solid #ffec8f;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin: 10px 10px; background-color:#ffec8f;
		}	
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ffec8f;
	text-align: center;
	background-color: #ffec8f;
	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;
}
/* End captions */


/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */
/*
ayurveda styles
*/

/* General layout */

body {background: #fff1a8 url(images/bodybgwords.jpg) top center ; font-size:12px; font:76% tahoma, verdana, sans-serif; margin:0; padding:15px 0; font-family:Georgia, 'Times New Roman', Times, serif; color: #003333; }

#container {background: #fff9db url(images/bggrad.jpg) bottom repeat-x ; margin:0 auto 20px; padding:0 0 0px 0; width:800px; border:1px solid #fff9db; }

#logo { width:100%; height:100px; background: #fff9db url(images/ayurvedaireland_logo.jpg) top left no-repeat; color:#81982f; font-weight:800; overflow:hidden; }
#logo h1 { text-indent:-10000px; padding:0; margin:0; }
#logo h4 { padding:75px 20px 0 30px; text-align:center; }

/* Site title */


/* Tags */

a:hover {border-bottom:1px solid #505050; color:#303030; text-decoration:none;}
a img {border:0;}
h1 {font-size:2.0em; font-weight:400; margin:0 0 5px; padding:0;}
h2 {font-size:1.7em; font-weight:400; margin:0 0 12px;}

h3 {font-size:1.3em; font-weight:400; margin:0 0 10px;}
h4 {font-size:14px; letter-spacing:1px; font-weight:400; margin:0 0 9px; }
p {line-height:1.5em; margin:0 0 15px; text-align:left; font-size:13px; }
ul,ol {margin:0 0 15px 20px; padding:0; font-size:13px;}
li {margin:0 0 3px 0; font-size:13px;}


/* Navitabs menu */
#navitabs {clear:both; padding:5px 0 5px 0; background:#fff9db; font-weight:600; font-family:Georgia, 'Times New Roman', Times, serif; letter-spacing:1px;  }
.navitab {background:#fff1a8 /*url(images/corner_col.png) top right no-repeat*/; border-bottom:1px solid #fff1a8; border-right:2px solid #fff9db; font-size:1.2em; margin:0 0 4px; padding:4px 12px; text-decoration:none;}
.navitab:hover {background:#ffec8f /*url(images/corner_col.png) top right no-repeat*/; border-bottom:1px solid #fff1a8; text-decoration:none;}
.activenavitab {background: #fff1a8 /*url(images/corner_col.png) top right no-repeat*/; color:#ddd; font-size:1.2em; margin:0 0 5px; border-right:2px solid #fff9db; padding:4px 8px 4px; text-decoration:none;}
.activenavitab:hover {color:#fff; text-decoration:none;}

#head_nav { 
	margin: 0 0px;
	padding: 0;
	height: 24px;
	width: 760px;
	font-weight:600; font-family:Georgia, 'Times New Roman', Times, serif; letter-spacing:1px;  border-right:2px solid #fff9db; font-size:1.2em; margin:0 0 0px; padding:1px 0px 4px 0px; text-decoration:none;/*border-bottom:1px solid #fff1a8;*/ }	
	
#head_nav h2 {display:none;}
	
#head_nav ul {
  padding-left: 0;
  margin-left: 0;
  margin-top:0px; margin-bottom:0;
  float: left;
  width: 100%;
  }

#head_nav ul li { display: inline; font-style:normal; letter-spacing:1px; }

#head_nav ul li a {
  padding-top: 7px;background:#fff1a8; 
  padding-bottom: 5px;
  padding-left:10px;
  padding-right:10px;
  text-decoration: none;
  float: left; display:block;
  border-right:2px solid #fff9db; 
  border-bottom:1px solid #fff1a8;
  letter-spacing:1px;
  font-weight:600;
}

/*#head_nav ul li a:active {
    background-color: #eee;
}*/

#head_nav ul li a:hover {
    background-color: #ffec8f ; border-bottom: 1px solid #fff9db; text-decoration:none;
}	
ul li .current-page-item a {  color:#ddd; }

/* Header description area */
#desc { clear:both; color:#eee; height:200px; margin:0px 0 10px; padding:0 0 0 0;background-image:url(images/water_drop.jpg); }
#desc p {font-size:1em; line-height:1.3em; padding:0 0 0 15px; width:330px;}
#desc h2 {padding:15px 15px 0; margin:0px 0 0 20px; letter-spacing:3px; font-size:24px; font-weight:200; width:730px; text-transform:capitalize; text-align:right; padding-top:150px; font-family:"Lucida Handwriting", "Segoe Script", "Times New Roman", Times, serif;}
#desc a {border-color:#fff; color:#fff; text-decoration:none;}

#tagline { text-align:center;  height:20px; margin:-5px 5px 10px 5px; padding:0 0 0 0; display:block; background:#fff1a8; font-style:italic;}

.video { width:270px; height:230px; float:right; margin:0px 263px 0 0; overflow:hidden; }

#desc.front {background-image:url(images/water_drop.jpg) }
#desc.therapies {background-image:url(images/ZenStones_bg.jpg)}
#desc.products {background-image:url(images/nature_clouds_bg.jpg); color: #006600;}
#desc.workshops {background-image:url(images/water_lily_bg.jpg); color: #FF8040;}
#desc.therapists {background-image:url(images/perfect_rainbow_bg.jpg); }
#desc.f404 {background-image:url(images/f404.jpg)}
#desc.recipe {background-image:url(images/cabbage_bg.jpg)}
#desc.blog {background-image:url(images/clouds_bg.jpg); }






/* Main content */
#main { width:800px; border:none; float:left; margin:0px 0px; padding:0 ;  }
#main p, #main h1, #main h2, #main h3, #main ol, #main ul, #main img { padding:0 15px 0 10px; }
#main h1, #main h2 {display:block; background:#ffec8f; margin-left:5px; margin-right:5px; }
#main h2 { font-weight:400; height: 1.8em; padding-top:15px; line-height:1.2em; }
#main .entry  h1 { font-weight:400; height:1.0em; padding-top:15px; font-size:2.0em; }
#main h3 {display:block; background:#fff1a8; margin-left:5px; margin-right:5px; padding-top:5px; padding-bottom:5px; font-style:italic; }
#main .post h3 {display:block; height:100%; background:#fff1a8; margin-left:5px; margin-right:5px; font-style:italic; padding-top:5px; padding-bottom:5px; }
#main .post h3 a:link {display:block; background:#fff1a8; margin-left:0px; padding-left:5px; font-style:italic; }
#main .post h3 a:hover {display:block; background:#fff1a8; margin-left:0px; padding-left:5px; font-style:italic; text-decoration:underline; border:none; }
#main h1 { font-size:18px; padding:10px; margin-bottom:10px;}
#main .entry p { font-size:13px; }
#main .entry h3 { padding-top:5px; padding-bottom:5px; line-height:1.2em; }

#main a.course { text-decoration:none; border:none; color: #003333; }

/* Sidebar */
#sidebar {float:right; width:185px; padding:0 5px; margin: 0 5px 0 0;  background-color:#fff4c4 ; }
#sidebar p {font-size:0.9em; line-height:1.3em; margin:0 0 15px;}
#sidebar h2 {font-size:1.2em; font-weight:700; margin-top:15px; margin-bottom:10px;}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0; 
	}

/* Footer */
#footer {clear:both; margin:0 0px; padding:5px 20px 0px 20px; font-size:1.0em; line-height:1.3em; }
#footer p {text-align:justify; color:#333; font-weight:400; font-size:1.0em; }
#footer a, #copy_r a {color:gray; text-decoration:none; border-bottom:none;}
#footer a:hover, #copy_r a:hover {color:#000;}
#footer p.copy {color:#555; font-size:1.0em; line-height:1.3em; margin:5px 0 0; padding:0; text-align: center;}
#copy_r { margin:-20px auto 20px; width:800px;  line-height:1.3em; text-align: center;  }
#copy_r p { padding:0; color:#333; font-size:11px; text-align:center; }

#signup { /*float:left;*/ height:20px; /*background: url(images/frame.png) top center no-repeat;*/ width:auto; text-align:center; margin: 0 5px 10px 5px; padding:7px 5px 3px; border:2px solid #fff1a8; }

#blog { float:right; height:20px; /*background: url(images/frame.png) top center no-repeat;*/ width:377px; text-align:center; margin: 0 5px 10px auto; padding:7px 5px 3px; border:2px solid #fff1a8; }

.action { float:right; height:20px; background: url(images/frame.png) top center no-repeat; width:350px; text-align:center; margin: 0 20px 10px auto; padding:7px 5px 3px; }

/* Additional classes */
.photo { margin:0 ; padding:0;}
.timestamp {font-size:1.2em; color:#606060; margin:-12px 0 12px 0;}
.right {margin:-8px 0 8px 0; text-align:right;}
.block {background:#f0f0f0; padding:10px;}
.hide {display:none;}
.blue { color:blue; font-weight:bold;}
.date { width:90%; padding: 5px 10px; text-align:center; font-family:Verdana, Arial, Helvetica, sans-serif; clear:both; margin-bottom:10px; }

/*second sidebar styles*/

/* Sidebar */
#side_left {float:left; width:185px; padding:0 5px; margin: 0 0px 0 5px;  background-color:#fff4c4 ; overflow:hidden; }
#side_left p {font-size:12px; line-height:140%; margin:0 0 15px;}
#side_left h2, #side_left h3 {font-size:15px; font-weight:700; margin-top:15px; margin-bottom:10px;}

#side_left ul, #side_left ul ol {
	margin: 0;
	padding: 0;
	}

#side_left ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#side_left ul p, #side_left ul select {
	margin: 5px 0 8px;
	}

#side_left ul ul, #side_left ul ol {
	margin: 5px 0 0 10px;
	}

#side_left ul ul ul, #side_left ul ol {
	margin: 0 0 0 10px;
	}

ol li, #side_left ul ol li {
	list-style: decimal outside;
	}

#side_left ul ul li, #side_left ul ol li {
	margin: 3px 0 0;
	padding: 0; 
	}
	
	
/* it is a mess - needs tiduing up */
/* color changes to pale cream 11 07 09 m */
body {background-color: #fff1a8; color: #003333; }

body { font-style:italic; /*font-family:Verdana, Arial, Helvetica, sans-serif ;*/ /*"Monotype Corsiva" */ }

#container {backgroundcolor: #fff9db; border:1px solid #fff9db; }

#logo { background-color: #fff9db; color: #A65300; font-style:italic;  }
/* Tags */
a {/*border-bottom:1px solid #fff9db;*/ color:#303030; }
a:hover {/*border-bottom:1px solid #fff9db;*/ color:#303030;}

/* Navitabs menu */
#navitabs {background-color:#fff9db; }
.navitab {background-color:#fff1a8 ; border-bottom:1px solid #fff1a8; border-right:2px solid #fff9db; }
.navitab:hover {background-color:#ffec8f ; border-bottom:1px solid #fff1a8;}
.activenavitab {background-color: #ffec8f ; border-right:2px solid #fff9db; }
.activenavitab:hover {color:#fff; text-decoration:none;}
/* Header description area */
#desc { color:#fff; }
/*#desc h2 {color:#fff; }*/
#desc a {border-color:#fff; color:#fff; }


#desc h2 {padding:15px 15px 0; margin:0px 0 0 20px; letter-spacing:3px; font-size:24px; font-weight:200; width:730px; text-transform:capitalize; text-align:right; padding-top:150px; font-family:"Lucida Handwriting", "Segoe Script", "Times New Roman", Times, serif;}
#desc a {border-color:#fff; color:#fff; text-decoration:none;}


/* Main content */
#main h1, #main h2 {background:#fff1a8; /* border:1px solid #fff9db;*/ }
#main h3 {background:#fff1a8; /*border:1px solid #fff9db;*/  }
/* Sidebar */
ul.sidelink li a{background:#fff1a8; }
ul.sidelink li a:hover {background:#fff1a8;}
/* Footer */
/*#signup { border:1px solid #fff9db; }
#blog { border:1px solid #fff9db; }*/
	
#container #sidebar .widget ul.blogroll {  white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
 
  }		