/*general styles for every page */
html {
	padding:0;
	margin:0;
}
body {
	margin:0;
	padding:0;
	background-color:#F6F2E4;
	color:#000000;
	font-size:12px;
}
#page {
	width:765px;
	padding:0;
	margin:0 auto;
	background-image:url(images/bg3.jpg);
	background-repeat:repeat;
	background-position:top;
	border-left:#29292A 3px double;
	border-right:#29292A 3px double;
}
#headerimg {
	padding:0;
	margin:0;
	height:104px;
}
#headerimg img {
	border:none;
	margin:0;
	padding:0;
	height:104px;
}
#content { 	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding:20px 30px 0 30px;
	position:relative;
	min-height:400px;
	height:400px;
} 
* > #content {/* ie hack */
	height:auto;
}
#footer {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color:#333333;
	color:#FFFFFF;
	font-size:10px;
	text-align:center;
	height:2.1ex;
	clear:both;
	margin:10px 0 0 0;
	padding:10px 0 10px 0;
}
#footer a {
	color:#DCDDDE;
	text-decoration:none;
}
#footer a:hover {
	color:#8E5C36;
}
/* navigation bar, called "sidebar" */
#sidebar {
	background-color:#333333;
	width:100%;
	position:relative;
	top:-5px;
	font-size:13px;
	font-family:"Times New Roman", Times, serif;
	font-variant:small-caps;
	margin:0;
	padding:0;
	text-align:center;
	letter-spacing:2px;
	line-height:2.8em;
	height:2.8em;
}
* > #sidebar { /* ie hack */
	font-size:14px;
	top:0;
}
#sidebar a {
	color:#DCDDDE;
	text-decoration:none;
	font-weight:bold;
}
#sidebar a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}
#sidebar a.current-cat {
	color:#FBE4B8;
}
#sidebar ul {
	display:inline;
	margin:0;
	padding:0;	
}
#sidebar ul li {
	display:inline;
	padding:0 .5em;
	border-left:1px #DCDDDE solid;
}
#sidebar ul li.first {
	border-left:none;
}
/* quicklinks/subnav */
ul.quicklinks {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:center;
	margin:0;
	padding:4.5ex 0 4.5ex 0;
	text-transform:uppercase;
	font-weight:normal;
}
ul.quicklinks li {
	display:inline;
	padding:0 .8em 0 1em;
	margin:0;
	border-left:#333333 1px solid;
}
ul.quicklinks a {
	color:#333333;
}
ul.quicklinks a:hover {
	color:#8E5C36;
	text-decoration:none;
}
ul.quicklinks li.first {
	border-left:none;
}
/* index/home page */
.indexleft {
	float:left;
	width:330px;
	padding-left:40px;
}
.indexright {
	float:right;
	width:290px;
	padding-right:40px;
	line-height:2.3ex;
	text-align:justify;
}
/* about page */
.cat3left {
	float:left;
	width:330px;
	text-align:justify;
}
.cat3right {
	float:right;
	width:330px;
	text-align:justify;
}
h2.cat3history {
	margin-bottom:0;
	padding-bottom:0;
} 
/* artist residencies landing page */
div.cat4righttop {
	float:right;
	width:400px;
	margin-top:45px;
	text-align:justify;
	line-height:1.5em;
}
div.cat4lefttop {
	float:left;
	width:290px;
}
div.cat4rightbottom {
	float:right;
	width:250px;
	margin-top:20px;
}
div.cat4leftbottom {
	margin-top:20px;
	float:left;
	width:400px;
	text-align:justify;
}
div.cat4leftbottom h3 {
	margin-bottom:2ex;
}
div.cat4leftbottom p {
	margin:.3ex;
}
/* education landing page */
div.cat6right, div.cat6left {
	width:330px;
	margin:0;
	text-align:justify;
}
div.cat6right {
	float:right;
}
div.cat6right h2, div.cat6left h2 {
	padding:1em 0;
	letter-spacing:4px;
	text-align:center;
}
div.cat6left ul.quicklinks {
	padding:1.4ex 0 3.8ex 0;
}
/* lit fest landing page */
div.cat7right {
	float:right;
	text-align:justify;
	width:350px;
	padding-right:150px;
	line-height:3.3ex;
}
div.cat7bottom {
	clear:both;
	text-align:justify;
}
div.cat7left {
	float:left;
	padding:0 5px 10px 0;
}
div.cat7bottom h2 {
	letter-spacing:1px;
}
/* contact page */
div.cat9left {
	background-image:url('http://clients.digitalemily.com/hallfarm/wp/wp-content/themes/emily/images/phone.jpg');
	background-repeat:no-repeat;
	height:173px;
	width:250px;
}
div.cat9left h2 {
	padding:8px 15px;
}
div.cat9right {
	float:right;
	width:440px;
	line-height:12px;
}
div.cat9right p {
	margin-bottom:1.3em;
}
/* styles for single post pages */
/* store page */
div.storelefttop {
	float:left;
	margin-bottom:60px;
} 
div.storerighttop {
	float:right;
	width:150px;
	padding-right:210px;
}
div.storeleftbottom {
	float:left;
}
div.storerightbottom {
	float:right;
	width:200px;
	padding-right:300px;
}
div.storerightbottom img {
	margin-top:60px;
}
/* directions page */
div.directionsleft {
	float:left;
	padding:0 15px 10px 0;
}
div.directionsright {
	text-align:justify;
	float:right;
	width:460px;
	line-height:1.6em;
}
/* news page */
div.newsleft {
	float:left;
	padding:0 15px 5px 0;
}
h2.news {
	padding-bottom:.5em;
}
/* other text styles */
h2 {
	font-family:"Times New Roman", Times, serif;
	font-variant:small-caps;
	margin:0;
	padding-bottom:27px;;
	font-size:12pt;
	font-weight:bold;
	letter-spacing:4px;
}
h3 {
	margin:1ex 0 0 0;
	padding:0;
	font-size:12px;
}
h4 {
	margin:1ex 0 0 0;
	padding:0;
	font-size:12px;
	font-style:italic;
}
p {
	margin-top:0;
}
a {
	color:#8E5C36;
}
a:hover {
	color:#333333;
}
.bold {
	font-weight:bold;
}
.smaller {
	font-size:8pt;
	font-style:italic;
}
/* non-page-specific layout styles */
.backtotop {
	text-align:center;
	padding-bottom:20px;
	margin:0;
}
.centered {
	text-align:center;
}
.left {
	float:left;
	width:330px;
	margin:0;
}
.right {
	float:right;
	width:330px;
	margin:0;
}
.right p, .left p, div.justified {
	text-align:justify;
}
div.tagline {
	height:3ex;
	padding:1ex 0 4ex 0;
	margin:0;
	text-align:center;
	font-size:12pt;
	font-family:"Times New Roman", Times, serif;
	font-variant:small-caps;
	font-weight:bold;
	letter-spacing:5px;
}
img.pageimage {
	padding:5px 0;
}
img.pageimageborder {
	margin:5px 0;
	border:#333333 1px solid;
}