/*
Theme Name: Near East Yoga
Theme URI: http://neareastyoga.com
Author: Laura Resnik
Author URI: http:/lauraresnik.com
Author Email: la.resnik@gmail.com
colors:
	dark grey:#2d3438
	orange:#ffae2a
	teal:#446b7a
*/

/* RESET */
/* ----------------------------------------- */

/* Global reset */
/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* Global reset-RESET */
/* The below restores some sensible defaults */
strong { font-weight: bold }
em { font-style: italic }
a img { border:none } /* Gets rid of IE's blue borders */


/* LAYOUT */
/* ----------------------------------------- */

/* These rather presentational classes are generated by WordPress, so it's useful to have some styles for them. Edit as you see fit. More info: http://codex.wordpress.org/CSS */
.aligncenter { display:block; margin:0 auto }
.alignleft { float:left }
.alignright { float:right }
.wp-caption { border:1px solid #666; text-align:center; background:#ccc; padding:10px; margin:10px }
div { position:relative } /* This will save you having to declare each div's position as 'relative' and allows you to absolutely position elements inside them */



/*my css*/

body{
	background:#2d3438 url(images/tile.jpg) top left repeat;
}

.clear{
    clear: both;

	}
#page-wrap{
	width:998px;
	margin:0 auto;
	background: transparent url(images/tear.gif) top left repeat-y;
}

#page {
	
	width:960px;
	margin:0px auto 40px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:.9em;
	height:100%;
	color:#333;
}


.button {
	margin:10px 10px 10px 2px;
	padding:5px;
	background: transparent url(images/navgrad.jpg) top left repeat-x;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	color:#ebebeb;
	border:#2d3438;
	font-size:12px;
}
.button:hover{
	background: transparent url(images/navgrad.jpg) top left repeat-x;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	color:#ffae2a;
	font-size:12px;
	
}

.left{
	float:left;
}
.right{
	float:right;
}
.pageNav {
display: block;
text-align: center;
margin-top: 20px;
margin-bottom:30px;
}
/*header*/

#topBar {
	background:transparent url(images/head3.jpg) top left no-repeat;
	width:960px;
	height:250px;
}

#info{
	text-indent:-9999px;}
	
#menuNav{
	float:left;
	background:transparent url(images/navgrad.jpg) top left repeat-x;
	height:40px;
	padding:0 20px;
	width:920px;
	}

#pageNav li{
	float:left;
	display:inline;
	padding:7px 20px 0 0;
	
}
#menuNav a
	{color:#FFF;
	font-size:18px;
	
}

#menuNav a:hover
	{color:#ffae2a;
	font-size:18px;
	
}
	
#linkNav{
	float:right
}

#linkNav li{
	float:left;
	padding:7px 10px 0 5px;
	text-indent:-9999px;
	}
	
.facebook{
	background:url(images/fb_btn.gif) bottom left no-repeat;
	width:25px;
	height:25px;
	display:block;
	
}
.facebook:hover{
	background:url(images/fb_btn.gif) top left no-repeat;
	width:25px;
	height:25px;
	display:block;
	
}

.rss{
	background:url(images/rss_btn.gif) bottom left no-repeat;
	width:25px;
	height:25px;
	display:block;
	
}
.rss:hover{
	background:url(images/rss_btn.gif) top left no-repeat;
	width:25px;
	height:25px;
	display:block;
	
}
.email{
	background:transparent url(images/email_btn.gif) bottom left no-repeat;
	width:25px;
	height:25px;
	display:block;
	
}
.email:hover{

	background:transparent url(images/email_btn.gif) top left no-repeat;
	width:25px;
	height:25px;
	display:block;
	
}
.hidden{ display:none;}
/*sidebar*/

td, th {font-size:.9em;
	padding:5px;
	}
table{
	margin-bottom:10px;
	border:1px solid #446b7a;
	border-style:hidden;}

	
td, th{
	border-right: 2px solid #ffae2a;	
}

.white {background-color:#FFF;
}
.searchbar{
	margin:5px 0;
	width:130px;
}

#sidebar{
	height:100%;
	float:right;
	width:260px;
	margin:20px;
	
}

.sideBox{
	background-color:#d1d5d6;
	width:210px;
	float:left;
	margin:10px 0px;
	padding:10px 20px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;

}

#respond {
	font-size:1.8em;
}

.teal{
	color:#446b7a;
}

.topborder{
	margin:5px 0;
	padding:5px 0;
	border-top:1px solid #2d3438
}
.bottomborder{
	
	margin:5px 0;
	padding:5px 0;
	border-bottom:1px solid #2d3438
}

#fees p{
	font-size:.9em;
	line-height:1.1em;}
/*main*/

#main{
	width:610px;
	float:left;
	padding:20px 20px;
}

#content{
	width:960px;
	height:100%;
	background:#ebebeb url(images/sidegrad.jpg) top right repeat-y;
	overflow: hidden;
}

/*posts*/
.meta{
	font-size: .8em;
	margin-top:-1px;
	margin:0;
	padding:0;}
	
.post{
	background: transparent url(images/smallcrow.gif)top right no-repeat;
	padding:5px 10px 10px 10px;
	margin:20px auto 40px;
	width:580px;
	border-top:5px #ffae2a solid;
	-moz-box-shadow:5px 5px 7px #CCC;
	-webkit-box-shadow:5px 5px 7px #CCC;
	/*background:transparent url(images/smallcrow.gif) top 510px no-repeat;*/
	overflow: auto;
}
.post p {max-width: 100%;
	font-size: .9em;
	line-height: 1.35em;
}
.post img {
	max-width: 100%;}

.post h2 {
	max-width:520px;
	line-height:1.2em;
}


.bird {
	margin-top: 2px;
	margin-right: 25px;
	float: right;
	font-weight: bold;
	font-size: 1.2em;
	color: red;
}


/*typography*/

blockquote {
	border-left:5px solid #446b7a;
	margin:15px 30px 0 10px;
	padding-left:20px;
}

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

h1{
	font-size:1.6em; 
	line-height:1.6em;
	font-weight:normal;
}

h2{
	font-size: 1.4em;
	line-height:1.5em;
	font-weight:bold;
	color:#2d3438;
}

h3 {font-size:1.2em;
	line-height:1.3em;
}

h4{font-size:.9em;

}

p{
	font-size:1em;
	line-height:1.1em;
	font-weight:normal;
	margin:10px 0;
	color:#333;
}

a {
	color:#446b7a;
	text-decoration:none;
}

a:hover{
	color:#ffae2a;
	text-decoration:none;
}

h2 a{
	text-decoration:none;
	color:#2d3438}
	
h2 a:hover{
	color:#ffae2a}

ol li {
	padding: 2px
}

ol {list-style-type: decimal;
	padding:15px 30px;
}

/*images*/

img{
	margin: 5px 10px;
	max-width:500px;
	max-height: 500px;
	}
	
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 2px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	max-width: 550px;
}

.wp-caption img {
	border: 0 none;
	margin: 0 auto;
}

.wp-caption p.wp-caption-text {
	font-size: .9em;
	line-height: 1em;
	padding: 0 5px 5px;
}

/*comments*/

.postComments{
	width:590px;
	padding:20px 0;
}

#comments {
	padding-bottom:10px;
}
	
.commentlist {
	padding: 0;
	margin:0px;
	text-align: justify;
}

.commentlist li {
	margin: 15px 10px 10px 10px;
	padding: 10px;
	list-style: none;
	border-left:5px #ffae2a solid;
	background-color:#d1d5d6;
	
}
.commentlist li ul li { 
	margin-right: 0;
	margin-left: 10px;
}
.commentlist li .avatar { 
	float: right;
	border: 1px solid #EFE7D1;
	padding: 2px;
	background: #fff;
}

.commentlist p {
	font-size: .9em;
	margin: 10px 10px 10px 0;
	line-height:1.3em;
}

.commentlist .alt {
	background-color:#FFF;
}

/*footer*/

#footer {
	background:transparent url(images/footer.gif) top left no-repeat;
	width:960px;
	height:100px;
	clear: both;
}
