/*
Theme Name: Pilgrimage Yoga
Description: Custom Wordpress Theme for Pilgrimage Yoga 
Version: 1.0
Author: Andy Sammons
Author URI: http://www.tincanstudios.com/
*/



/* -----------------------------------------------------------------------

   Blueprint CSS Framework 0.7.1
   http://blueprintcss.googlecode.com

----------------------------------------------------------------------- */

/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
body {line-height:1.5;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}

/* typography.css */
body {font-size:75%;color:#222;background:#fff;font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;}
h1, h2, h3, h4, h5, h6 {font-weight:normal;color:#111;}
h1 {font-size:3em;line-height:1;margin-bottom:0.5em;}
h2 {font-size:2em;margin-bottom:0.75em;}
h3 {font-size:1.5em;line-height:1;margin-bottom:1em;}
h4 {font-size:1.2em;line-height:1.25;margin-bottom:1.25em;height:1.25em;}
h5 {font-size:1em;font-weight:bold;margin-bottom:1.5em;}
h6 {font-size:1em;font-weight:bold;}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin:0;}
p {margin:0 0 1.5em;}
p img {float:left;margin:1.5em 1.5em 1.5em 0;padding:0;}
p img.right {float:right;margin:1.5em 0 1.5em 1.5em;}
a:focus, a:hover {color:#000;}
a {color:#009;text-decoration:underline;}
blockquote {margin:1.5em;color:#666;font-style:italic;}
strong {font-weight:bold;}
em, dfn {font-style:italic;}
dfn {font-weight:bold;}
sup, sub {line-height:0;}
abbr, acronym {border-bottom:1px dotted #666;}
address {margin:0 0 1.5em;font-style:italic;}
del {color:#666;}
pre, code {margin:1.5em 0;white-space:pre;}
pre, code, tt {font:1em 'andale mono', 'lucida console', monospace;line-height:1.5;}
li ul, li ol {margin:0 1.5em;}
ul, ol {margin:0 1.5em 1.5em 1.5em;}
ul {list-style-type:disc;}
ol {list-style-type:decimal;}
dl {margin:0 0 1.5em 0;}
dl dt {font-weight:bold;}
dd {margin-left:1.5em;}
table {margin-bottom:1.4em;width:100%;}
th {font-weight:bold;background:#C3D9FF;}
th, td {padding:4px 10px 4px 5px;}
tr.even td {background:#E5ECF9;}
tfoot {font-style:italic;}
caption {background:#eee;}
.small {font-size:.8em;margin-bottom:1.875em;line-height:1.875em;}
.large {font-size:1.2em;line-height:2.5em;margin-bottom:1.25em;}
.hide {display:none;}
.quiet {color:#666;}
.loud {color:#000;}
.highlight {background:#ff0;}
.added {background:#060;color:#fff;}
.removed {background:#900;color:#fff;}
.first {margin-left:0;padding-left:0;}
.last {margin-right:0;padding-right:0;}
.top {margin-top:0;padding-top:0;}
.bottom {margin-bottom:0;padding-bottom:0;}

h1 {color: #69A221; font-size:1.6em;}
h2 {color: #E66100; font-size:1.2em; margin-bottom: 0;}
h3 {color: #69A221; font-size:1em; margin-bottom: 0; font-weight: bold;}

a  {color:#E66100;}
a:hover  {color:#69A221;}
a.backtotop {font-size: .8em; color:#69A221;}
a:hover.backtotop {color:#E66100;}
hr{border: 1px solid #FFFFFF;}
body{
	background-color: #FFFFFF;
	color: #107893;
	font-family: trebuchet MS;
	font-weight: bold;
	font-size: .95em;
	line-height: 1.35em;

}

#headerWrapper{
	margin: 0;
	padding: 0;
	background-image: url(images/headerBG.jpg);
	background-repeat: repeat-x;
	height: 159px;
}
#header{
	margin: 0 auto;
	width: 1000px;
	position: relative;
}
#header img{
	margin: 0;
}
#contentWrapper{
	background: #BBDFE9;
}
#main{
	width:1000px;
	margin: 0 auto;
}
#content img{
	padding: 3px;
	background: #BBDFE9;
	margin: 4px 10px 4px 0;
}
.map{
	padding: 3px;
	background: #BBDFE9;
	margin: 4px 0 4px 10px;
}
.windowWrapper{
	position: relative;
	float:left;
	width: 750px;
	margin: 0 0 20px 20px;
	background: #DDEFF4;
}
.round-box			{ width: 750px; position: relative; background: url(images/windowBG.jpg) repeat-x; margin:0;}
.round-box .tl		{ width: 8px; height: 8px; background: url(images/tl.jpg) no-repeat; position: absolute; top: 0px; left: 0px; }
.round-box .tr		{ width: 8px; height: 8px; background: url(images/tr.jpg) no-repeat; position: absolute; top: 0px; right: 0px; }
.round-box .bl		{ width: 8px; height: 8px; background: url(images/bl.jpg) no-repeat 0 100%; position: absolute; bottom: 0px; left: 0px; font-size: 0px;}
.round-box .br		{ width: 8px; height: 8px; background: url(images/br.jpg) no-repeat 0 100%; position: absolute; bottom: 0px; right: 0px; font-size: 0px;}
.round-box .inside	{ padding: 15px; }

ul.instructors{
	float:left;
	width: 20%;
	margin:0 0 2em 2em;
	padding:0;
	list-style-type:disc;
}
.workshopImageCaption{
	text-align: center;
	line-height:1.2;
	font-weight: normal;
	font-size: .75em;
	float:right;
	margin: 0 0 0 5px;
	width: 190px;
	padding: 3px;
}
.workshopImageCaption h3{
	display: inline;
}
#sidebar{
	font-weight: normal;
	float: right;
	width: 140px;
	margin: 0 0 10px 15px;
	background: #f8fcfd;
	border: solid 1px #fff;
	padding: 10px;
}
#sidebar h2{
	font-weight: bold;
	font-size: 14px;
}
h2.blogHeader{
	border-bottom: solid 1px #bbdfe9;
	padding-bottom: 3px;
	margin-bottom: 10px;
}
#sidebar ul{
	list-style-type: none;
	list-style-position: outside;
	margin: 0 0 8px 0;
}
#sidebar a{
	color: #107893;
}
#sidebar a:hover{
	color: #69a221;
	text-decoration: underline;
}

#sidebar ul ul{
	margin: 0 0 10px;
	list-style-position: outside;
}
#sidebar ul ul li{
	margin: 0 0 3px;
	border-bottom: solid 1px #DDEFF4;
	padding: 0 0 2px;
}
#sidebar ul ul li a{
	text-decoration: none;
	font-size: 11px;
}


/* MENU
------------------------------ */
#menuWrapper{
	float: left;
	margin: 0 0 20px 0;
}
/* SPRITE NAVIGATION */ 
	#nav {
		width: 230px;		/* Width of entire image */ 
		margin: 0;
		padding: 0;
	}
	#nav span {
		margin: 0;
		padding: 0;
	}
	#nav li, #nav a {
		background: transparent url(images/nav-bg-single.jpg) 0 no-repeat;
		height: 30px;		/* Each button must have the same height, define it here */
		display: block;
		width: 220px;
		margin: 0;
		padding: 0 0 0 10px;
		color: #6c2a07;
		text-decoration: none;
		font-size: 16px;
	}
	 #nav a {
		height: 25px;		/* Each button must have the same height, define it here */
		padding: 5px 0 0 10px;
	}
	#nav a:hover	{ background: transparent url(images/nav-bg-single.jpg) -230px 0 no-repeat; }


	#nav li {
		float: left;
		list-style: none;
		margin: 0;
		padding: 0;
	}

	#nav span.first li a{
		background: url(images/nav-bg-single-first.jpg) 0 no-repeat;
	}
	#nav span.first li a:hover	{ background: transparent url(images/nav-bg-single-first.jpg) -230px 0 no-repeat; }

	#nav span.last li a{
		background:  url(images/nav-bg-single-last.jpg) 0 no-repeat;
	}
	#nav span.last li a:hover	{ background: transparent url(images/nav-bg-single-last.jpg) -230px 0 no-repeat; }


	

/* Footer
-------------------------------------------------------------- */
#footerWrapper{
	height: 150px;
	clear: both;
	margin: 0;
	padding: 0;
	width: 100%;
	background-image:   url(images/footerBG.jpg);
	background-repeat: repeat-x;
	background-position: top;

}

#footer{
	text-align: right;
	margin: 0 auto;
	width: 1000px;
	font-size: .8em;
	line-height: 1.4em;
}
#footer h1{
	padding: 1em 0 0 0;
	margin-bottom: .4em;
}

#footer img{
	float: right;
}
.post{
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: solid 2px #FFF;
}

.right{
	float:right;
	margin: 0 0 4px 4px;
}

.left{
	float:left;
}
.clear{
	clear:both;
}


/* CONTACT FORM
********************************/
/*---------------FORM---------------*/
#contactForm{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	float: right;
	height: auto;
	width: 197px;
	margin: 0 23px 0 0;
	padding: 0px;
	display: inline;
	text-align: center;
}

#contactForm input{
	display: block;
	width: 197px;
	margin: 0 auto 7px auto;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666D85;
	background-color: #CBDEE3;
	border: 1px solid #A6BFD3;
}

#contactForm textarea{
	width: 197px;
	height: 70px;
	margin-bottom: 7px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666D85;
	background-color: #CBDEE3;
	border: 1px solid #A6BFD3;
}

#submitbutton{
	width: 197px;
}
#contactForm .submitOver{
	color: #FFFFFF;
	background-color: #9FC5D0;
	border: 1px solid #97B9C3;
}
/* Begin Form Elements */
#searchform {
	margin: 0 0 10px 0;
	padding: 0;
	text-align: left;
	}

#sidebar #searchform #s {
	border: solid 1px #bbdfe9;
	width: 100px;
	padding: 2px;
	margin-bottom: 3px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	border: solid 1px #bbdfe9;
	background: #107893;
	color: #FFF;

	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:left;
	}

select {
	width: 130px;
	}

#commentform input {
	border: solid 1px #bbdfe9;
	padding: 2px;
	margin: 0 3px 10px 0;
	}

#commentform textarea {
	width: 100%;
	border: solid 1px #bbdfe9;
	padding: 2px;
	}

#commentform #submit {
	border: solid 1px #bbdfe9;
	background: #107893;
	color: #FFF;
	margin: 0 0 10px 0;
	float: left;
	}
/* End Form Elements */

br {
	clear: left;
}
textarea#comment{
	width: 515px;
}

.postmetadata{
	font-weight:  normal;
	border-top: solid 1px #ffffff;
	border-bottom:solid 1px #ffffff;
	background: #f0f8fa;
	padding: 5px 12px;
	width: 500px;
}
.postmetadata p{
	padding: 0;
	margin: 0;
}
/* LIGHTBOX
********************************/
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #FFFFFF; }


/* IE FIXES
********************************/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* CALENDAR
******************************/

 .calnk a:hover {
         background-position:0 0;
         text-decoration:none;  
         color:#000000;
         border-bottom:1px dotted #000000;
         }
    .calnk a:visited {
         text-decoration:none;
         color:#000000;
         border-bottom:1px dotted #000000;
        }
    .calnk a {
        text-decoration:none; 
        color:#000000; 
        border-bottom:1px dotted #000000;
        }
    .calnk a span { 
        display:none; 
        }
    .calnk a:hover span {
        color:#333333; 
        background:#F6F79B; 
        display:block;
        position:absolute; 
        margin-top:1px; 
        padding:5px; 
        width:150px; 
        z-index:100;
        }
     .calendar-table {
        border:none;
        width:100%;
     }
	 .calendar-heading {
		height:25px;
		text-align:center;
	}
     .calendar-next {
        width:25%;
        text-align:center;
     }
     .calendar-prev {
        width:25%;
        text-align:center;
     }
     .calendar-month {
        width:50%;
        text-align:center;
        font-weight:bold;
     }
     .normal-day-heading {
        text-align:center;
        width:25px;
        height:25px;
        font-size:0.8em;
        border:1px solid #bbdfe9;
        background-color:#FFF;
     }
     .weekend-heading {
        text-align:center;
        width:25px;
        height:25px;
        font-size:0.8em;
        border:1px solid #bbdfe9;
        background-color:#FFF;
     }
     .day-with-date {
        vertical-align:text-top;
        text-align:left;
        width:60px;
        height:60px;
        border:1px solid #bbdfe9;
     }
     .no-events {

     }
     .day-without-date {
        width:60px;
        height:60px;
        border:1px solid #bbdfe9;
     }
     span.weekend {
     }
     .current-day {
        vertical-align:text-top;
        text-align:left;
        width:60px;
        height:60px;
		color: #FFF;
        border:1px solid #bbdfe9;
        background-color:#bbdfe9;
     }
     span.event {
        font-size:0.75em;
     }
     .kjo-link {
        font-size:0.75em;
        text-align:center;
     }
     .event-title {
        text-align:center;
        font-weight:bold;
        font-size:1.2em;
     }
     .event-title-break {
        width:96%;
        margin-left:2%;
        margin-right:2%;
        margin-top:5px;
        margin-bottom:5px;
        text-align:center;
        height:1px;
        background-color:#000000;
     }
     .event-content-break {
        width:96%;
        margin-left:2%;
        margin-right:2%;
        margin-top:5px;
        margin-bottom:5px;
        text-align:center;
        height:1px;
        background-color:#000000;
     }
     .calendar-date-switcher {
        height:25px;
        text-align:center;
        border:1px solid #bbdfe9;
        background-color:#E4EBE3;
     }
     .calendar-date-switcher form {
        margin:0;
        padding:0;
     }
     .calendar-date-switcher input {
        border:1px #bbdfe9 solid;
     }
     .calendar-date-switcher select {
        border:1px #bbdfe9 solid;
     }
     .cat-key {
        width:100%;
        margin-top:10px;
        padding:5px;
        border:1px solid #bbdfe9;
     }
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-left: auto;

	margin-right: auto;

	}



img.alignright {

	padding: 4px;

	margin: 0 0 2px 7px;

	display: inline;

	}



img.alignleft {

	padding: 4px;

	margin: 0 7px 2px 0;

	display: inline;

	}



.alignright {

	float: right;

	}



.alignleft {

	float: left

	}

/* End Images */



/* Captions */

.aligncenter,

div.aligncenter {

	display: block;

	margin-left: auto;

	margin-right: auto;

}



.wp-caption {

	border: 1px solid #ddd;

	text-align: center;

	background-color: #f3f3f3;

	padding-top: 4px;

	margin: 10px;

	-moz-border-radius: 3px;

	-khtml-border-radius: 3px;

	-webkit-border-radius: 3px;

	border-radius: 3px;

}



.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 */

#blog-content{
	font-weight: normal;
}

#blog-content h3{
	margin-bottom: 10px;
}