@charset "ISO-8859-1";
/*  
Theme Name: iH-Teacher
Theme URI: http://www.ihanuman.com
Description: A Baseline Theme for WordPress. 
Version: 0.1
Author1: Darren Hoyt
Author URI: http://www.darrenhoyt.com
Author2: Peter Agelasto
Author URI: http://www.ihanuman.com

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


TABLE OF CONTENTS
 
  Inherited Styles
  HTML Tags
  Structure
  Headers
  Content Styles
  Form Elements
  Footer
  Hacks
  


/* ---------- @ Inherited Styles -----------*/

@import url('css/nav.css');
@import url('css/posts.css');



/* ---------- @ HTML Tags -----------*/


* {
	margin:0;
	padding:0;
	outline:none;
	}

body,html {
	min-height:101%; /*Firefox scrollbar fix*/
	}
	
body {
	background:#9BB8CA url(http://www.ihanuman.com/images/bg.jpg) repeat-x scroll 0 0;
	color: #111;
	padding:0px 0;
	}

body, select, input, textarea {
	font: 100% Arial, Verdana, Sans-Serif /*Global font-size reset*/;
	}
	
p {	
	margin: 15px 0;
	line-height:160%;
	}

a, a:visited {
	color: #336699;
	}

a:hover, a:active {
	color:#4d778d;
	}
	
hr {
	display: block;
	height:1px;
	background:#CCC;
	border:0;
	color:#CCC;
	}

table {
	border-collapse:collapse;
	width:100%;
	margin:15px 0;
	}

td {
	padding:4px 6px;
	border-top:1px solid #CCC;
	}

tr {
	background:#e3e3e3;
	}
	
table caption {
	background:#FFF;
	padding:2px 0;
	}	
	
blockquote {
	color:#7b7b7b;
	padding:0 18px;
	margin:25px 45px;
	border-left:3px solid #CCC;
	font:italic 1em Georgia, "Times New Roman", Times, serif;
	letter-spacing:.03em;
	}



/* ---------- @ Structure -----------*/

#main {
overflow:hidden;
padding:10px 20px 50px;
width:920px;
}

#wrapper {
	font-size:.8em /*Global content font-size*/;
	width:960px;
	margin:0 auto;
	background:#FCF7E1;
	}

#masthead {
	background:transparent url(/images/ihanuman_masthead.jpg) no-repeat scroll 50% center !important;
	height:150px;
	}

#branding {
	float:left;
	width:575px;
	}
	
#content {
	width:600px;
	float:left;
	color:#663300;
	
	}
	
.post {padding:10px;background-color:#FFFFF1;
	border:1px solid #FFFFFF;
	width:580px;
	margin-top:15px;}	

#sidebar {
	width: 260px;
	float:right;
	background:#F7E8D3;
	padding:20px;
	color:#794234;
	border:1px solid #FFFFFF;
	clear:right;
	}

.left {
	float:left
	}

.right {
	float:right
	}
	
	
	#content-second {
padding-left:20px;
padding-top:10px;
margin-bottom:10px;

}
	
	
span.subtitle {
font-family:Verdana,Arial;
font-size:13px;
font-size-adjust:none;
font-stretch:normal;
font-style:italic;
font-variant:normal;
font-weight:normal;
line-height:normal;
}	
	
	
/* ---------- @ Headers -----------*/

#masthead h1, #masthead h1 a#logo {
height:70px;
text-indent:-9999em;
}

h1, h2, h3, h4, h5, h6 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	}

h1.pagetitle {
	border-bottom:1px solid #d7d7d7;
	padding-bottom: 12px;
	margin-bottom:20px;
	}
	
h2 {
	margin: 25px 0 20px;
	}

.entry h2 {
	font-size:1.8em;
	margin: 15px 0 0;
	}
	
h2.posttitle, h1.posttitle {
	margin:0;
	font-size: 1.8em;
	}
	
	
	h2#breadcrumb {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(/images/icon_about.png) no-repeat scroll left center;
border-bottom:1px dotted #575858;
color:#000000;
font-size:17px;
margin-bottom:10px;
margin-top:-10px;
padding:5px 0 5px 28px;
width:880px;
padding:5px 0 5px 28px;
float:left;
}

h2#breadcrumb a {text-decoration:none;}
h2#breadcrumb a:hover {text-decoration:underline;}


#sidebar h3 {
	margin:0 0 10px;
	color:#993300;
	font:normal .85em Arial, Helvetica, sans-serif;
	letter-spacing:.08em;
	text-transform:uppercase;
background:transparent url(images/hdr_widget.png) no-repeat scroll 0 0;
border:medium none !important;
color:#FFFFFF !important;
height:26px;
padding:6px 0 0 9px;
	
	}

.entry h3 {
	font:1.6em Georgia, "Times New Roman", Times, serif;
	}
	
#respond h3, h3#comments, h3#trackbacks {
	margin:45px 0 20px;
	font-weight:bold;
	}

h3#comments {
	margin:32px 0 12px;
	}


h4 {
	font-size:1.4em; 
	}
	
h5 {
	font-weight: bold;
	font-size: 1.2em
	}

h6 {
	font-weight: bold;
	font-size: 1em;
	}



	
/* ---------- @ Content Styles -----------*/

/*Misc*/

#logo {
font-family:Georgia,"Times New Roman",Times,serif;
font-size:2.7em;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:bold;
line-height:normal;
text-indent:-99999em;
	}

#description {
	font: italic 1.2em Georgia, "Times New Roman", Times, serif;
	color:#939393;
	margin:0;
	text-indent:-99999em;
	}
	
.sf-menu {
	margin-top:-20px !important;
	}

.commentcount {
	padding-left: 17px;
	background:url(images/bubble.gif) no-repeat;
	margin-left:14px;
	}

.more-link {
	display:block;
	margin-top:12px;
	clear:both
	}



/* Author Page*/

#writer {
	overflow:hidden;
	background:#f2f2f2;
	margin-bottom:20px;
	padding:16px;
	}

#writer p {
	margin-top:0;
	}
		
#writer .avatar {
	margin:4px 17px 7px 0
	}



/* Search and Archives*/

.search-highlight {
	background:#FFFF00	
	}

	#comment_pagination {
		margin-top:22px;
		overflow:hidden;
		}

	#archive_pagination {
		overflow: hidden;
		padding: 20px;
		text-align: center
		}

	.current-numeric-page {
		padding: 5px 8px;
		}

	#archive_pagination a, #archive_pagination a:visited {
		border:1px solid #CCC;
		padding: 5px 8px;
		text-decoration: none;
		}

	#archive_pagination a:hover {
		background: #f5f5f5;
		}

	#archive_pagination a:active {
		background:#e6e6e6;
		border-color:#bebebe;
		}

	#comment_pagination div {
		float:left;
		margin-right:10px;
		}

a #icon-rss {
	border:none
	}

.archive #icon-rss {
	vertical-align: middle;
	margin-left:3px;
	}		
		
	

/*Sidebar and Widgets*/

.widget {
	margin-bottom:20px;
	overflow:hidden
	}
	
	.widget ul {
	background:#FEF7DF;
	margin-top:10px;
padding:4px 10px 10px;
	}
.widget li {
	list-style:none;
	border-bottom:1px solid #CCC;
	padding:6px 0;
	line-height:140%;
	}

.widget li a, .widget li a:visited {
	color:#4192B5;;
	text-decoration:none;
	}

.widget li a:hover, .widget li a:active {
	color:#4192B5;
	text-decoration:underline;
	}

.widget li.current_page_item a, .widget li.current_page_item a:visited, 
.widget li.current-cat a, .widget.current-cat a:visited {
	font-weight:bold
	}

.widget li.current_page_item li a, .widget li.current_page_item li a:visited, 
.widget li.current-cat li a, .widget li-current-cat li a:visited {
	font-weight:normal;
	}
			
.widget li li {
	margin-left:34px;
	border:0;
	list-style:disc;
	}

#wp-calendar tr {
	background:#f2f2f2;
	}
	
#wp-calendar td {
	text-align:center;
	padding:3px;
	}	
	
#recentcomments {
	color: #787878;
	}

#recentcomments a, #recentcomments a:visited {
	font-style:italic
	}

#recentcomments a.url, #recentcomments a.url:visited {
	font-weight:bold;
	font-style:normal;
	}

a.rsswidget, a.rsswidget:visited {
	font-weight: bold;
	color:#1BC9FF;
	}

.rssSummary {
	line-height:160%;
	}
	
#wp125adwrap_2c {
	overflow:hidden
	}

#wp125adwrap_2c .wp125ad {
	float:left;
	margin-right: 8px;
	}	

.wp125ad a img {
	border:none;
	}

#wp125adwrap_2c div+div {
	margin:0 !important;
	}
	
	
		
	
	
/* ---------- @ Form Elements -----------*/

#author, #email, #comment, #url, #searchfield {
	background:#FFF !important;
	padding:2px;
	border-width:1px;
	border-style:solid;
	border-color: #6d6d6d #bfbfbf #bfbfbf #6d6d6d;
	}

#author, #email, #url {
	width:220px;
	}
		
.button {
	padding: 8px 14px;
	background:#424242;
	color:#FFF !important;
	border:none;
	font-size:1.2em;
	}

.button:hover {
	background:#272727;
	}

.button:active {
	background:#000;
	}

#commentform textarea {
	width: 98%;
	height:250px;
	}

#masthead #searchform {
	float:right;
	width:160px;
	text-align:right;
	padding-top:12px;
	padding-left:10px;
	}

#searchfield {
	width:160px;
	}
	
#searchsubmit {
	vertical-align:top
	}		
	



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

#meta {
	padding: 17px 0 26px 0;
	color:#993300;
	background:#F7E8D3 none repeat scroll 0 0;
	border-top:1px solid #4192B5;
	margin-top:32px;
	}

#meta ol {
	padding-top:15px;
	}

#meta .widget {	
	width:283px;
	float:left;
	padding-left:20px;
	margin-right:12px;
	}
	
#meta li {
border:medium none !important;
font-size:14px;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin-left:15px;
padding:4px 0 !important;
	}

#footer {
background:#404040 none repeat scroll 0 0;
color:#FFFFFF;
	font-size:.8em;
	overflow:hidden;
	width:920px;
	margin:0 auto;
	color:#dadada;
	padding:20px
	}

#footer a:hover, #footer a:active {
	color:#FFF;
	}

#footer .left {
	float:left;
	width:50%;
	}

#footer.right {
	float:right;
	width:50%;
	text-align: right
	}
	
#footer #icon-rss {
	vertical-align: middle;
	margin-right:5px;
	}	
	
	
	
/* --- Teacher Mugshot -----*/	

#yoga-teacher-mug {background-color:#FFFFFF;
border:2px solid Bisque;
padding:20px;
width:875px;
min-height:260px;
}


.infiniteCarousel {
background-color:#F7E8D3;
border:1px solid #FFFFFF;
height:270px;
padding:10px;
position:relative;
width:880px;
}

.infiniteCarousel .wrapper {
  width: 800px; /* .infiniteCarousel width - (.wrapper margin-left + .wrapper margin-right) */
height:280px;
margin:0 40px;
min-height:10em;
overflow:auto;
position:absolute;
top:0;
}

.infiniteCarousel ul a img {

}

.infiniteCarousel .wrapper ul {
  width: 19999px;
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  margin:0;
  padding:0;
  position: absolute;
  top: 0;
}

.infiniteCarousel ul li {
display:block;
float:left;
height:275px;
padding:10px;
width:120px;
}

.infiniteCarousel ul li a img {
  display:block;
}

.infiniteCarousel .arrow {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(/images/arrow.png) no-repeat scroll 0 0;
cursor:pointer;
display:block;
height:71px;
position:absolute;
text-indent:-999px;
top:80px;
width:35px;
}

.infiniteCarousel .forward {
background-position:0 0;
right:0;
}

.infiniteCarousel .back {
background-position:0 -214px;
left:0;
}

.infiniteCarousel .forward:hover {
  background-position: 0 -72px;
}

.infiniteCarousel .back:hover {
  background-position: 0 -143px;
}

label { display: block; } 

.albumThumbs {
padding:12px;
text-align:center;
width:130px;
height:275px;}

.albumThumbs img {}


#navigation {float:right;z-index:50;}
#navigation img {margin:0px;}
#navigation a:link {color:#ffffff; text-decoration:none;margin-top:2px;margin-bottom:2px;font-family:arial;}
#navigation a:visited {color:#ffffff; text-decoration:none;margin-top:2px;margin-bottom:2px;font-family:arial;}
#navigation a:hover{text-decoration:underline; color:#ffffff;margin-top:2px;margin-bottom:2px;font-family:arial;}
#navigation ul, li{margin:0; border:0; padding:0;}
#navigation ul{margin-right:10px;}
#navigation ul{height:21px;}
#navigation li{display:inline;}


/* Image Rollover  */	
span.img-rollover-shop-for-yoga { width: 240px; height: 300px; overflow: hidden; display: block; position: relative; float:left; margin-bottom:4px;}
span.img-rollover-shop-for-yoga a:hover{ top: -300px; position: relative;}


/* Button Rollover  */	


a#testbutton, a#testbutton:visited {
display:block;
background: url(http://www.ihanuman.com/images/www/buttons/simple_button.png) repeat-x;
width: 255px;
padding:10px 0;
text-align:center;
border:1px solid #fff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.8);
font-weight:bold;
text-transform:uppercase;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
color:#FFF;
text-decoration: none;
opacity:.85;
}

a#testbutton:hover {
border-color:#fff;
}

a#testbutton:active {
background-position:  0 -255px;
padding:11px 0 9px;
text-shadow: 0 1px 0 rgba(0, 0, 0, 0.8);
}

.featured-item {
background-color:#B8C9D0;
border:1px solid #FFFFFF;
color:#000000;
height:108px;
margin-bottom:2px;
padding:10px;
width:578px;
}



/* Float Properties*/

.clearfloat:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content:".";
	}
	
.clearfloat {
	display:inline-block
	}

.clearfloat {
	display:block
	}
	
	
/* Hacks for IE */

#main-nav {padding-left:224px;}
html>body>masthead #main-nav {padding-left:224px;padding-top:92px;}

	
	

