/*  
Theme Name: Brian Lynn
Theme URI: http://brianlynnfeldenkrais.com
Description: Wordpress Theme for Brian Lynn's Feldenkrais practice
Version: 1.0
Author: Adam Bard
Author URI: http://design.adambard.com/
*/

/* ************************************************************************************************************************************************************

Obviously feel free to change the info above once you've added your own styling

************************************************************************************************************************************************************ */

/* Global reset */
/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul, li { list-style:none }
caption, th { text-align:left }
h1, h2, h3, h4, h5, h6 { font-size:100% }
q:before, q:after { content:''}
a { text-decoration:none }

/* Global reset-RESET */
/* The below restores some sensible defaults */
strong { font-weight:bold }
em { font-style:italic }
* a { position:relative } /* Gets links displaying over a PNG background */
a img { border:none } /* Gets rid of IE's blue borders */

/* ************************************************************************************************************************************************************

And now it's over to you...

************************************************************************************************************************************************************ */



body{
	background: #fff url('images/bg-left.png') repeat-y top left;
	padding-right: 20px;
}


/*===================================
 * SIDEBAR
 *===================================*/
#sidebar{
	float: left;
	width: 290px;
	margin-top: 0px;
	padding-top: 0px;
	padding-right: 20px;	
	height: 100%;
}

#header{

	height: 218px;
	margin-left: 300px;
}
#header h1{
	margin: 0px;
	padding: 0px;
	background: transparent url('images/title.png') no-repeat top right;
	width: 620px;
	height: 240px;
	
	line-height: 0px;
	text-indent: -9999px;
}
.content{

	padding-left: 320px;	
}

.content .ngg-galleryoverview{
	clear: none;
}

#footer{
	float: left;
	width: 600px;
}


#sidenav{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#sidebar .widget_pages .widgettitle{
	display: none;
}

#sidebar .widget_pages ul{
	margin: 0px;
	padding: 0px;
}
#sidebar .widget_pages ul li{
	margin: 0px;
	padding: 0px;
}
#sidebar .widget_pages ul li a{
	display: block;
	text-align: left;
	color: #eee;
	background: transparent url('images/lnavButtonBg.png') no-repeat 92px 0px;
	width: 290px;
	height: 55px;
	font-size: 1.2em;
	font-weight: 100;
	line-height: 50px;
	padding-left: 120px;
	font-family: verdana;
	margin: 5px 0px;
	margin-left: -20px;
	outline: 0px;
}

#sidebar .widget_pages ul li a:hover,#sidebar .widget_pages ul li.current_page_item a{
	background-position: 92px -55px;
}

body{
	font-size: 83.5%;
	font-family: arial, verdana, sans;
	color: #333;
	margin-top: 0px;
	padding-top: 0px;
}

h1, h2, h3, h4, h5, h6{
	font-weight: 100;
	font-family: georgia, times new roman, serif;

}

h1{
	font-size: 3.6em;
	line-height: 0.93;
	margin-top: 0.93em;
	margin-bottom: 0.465em;

}

h2{
	
	font-size: 2.1em;	
	line-height: 0.8;
	margin-top: 1.6em;
	margin-bottom: 1.6em;	
	font-weight: 100;

}

h3{
	font-size: 1.8em;
	line-height: 0.93;
	margin-top: 2.72em;
	margin-bottom: 1.00em;
}

h4{
	font-size: 1.8em;
	line-height: 0.93;
	margin-top: 2.72em;
	margin-bottom: 1.00em;
	
}

h5{
	font-size: 1.4em;
	line-height: 1.2;
	margin-top: 0.6em;
	margin-bottom: 0.6em;
}

h6{
	font-size: 1.4em;
	line-height: 1.2;
	margin-top: 0.6em;
	margin-bottom: 0.6em;
}


p, li, td, th{
	margin: 0px;
	font-size: 1.1em;
	line-height: 1.527;
	margin-top: 1.527em;
	margin-bottom: 1.527em;
}

li p{
	font-size: 1em;
}
blockquote{
	margin: 0em 4em;
}


.gallerycell{
float: left;
margin: 2%;
width: 28%;
height: 200px;
}

#sidebar .widget_pages ul li a{
text-align: right;
	width: 290px;
	padding-right: 10px;
	padding-left: 20px;
}

