/* === === === === === === === === === === */
/*= GLOBAL RESET CODE
=== === === === === === === === === === */
/*= normalizes link decoration */
:link, :visited { text-decoration:none }
/*= normalizes list styling */
ul, ol { list-style:none }
/*= normalizes sizes of headings and pre/code/kbd */
h1, h2, h3, h4, h5, h6, pre, code, kbd { font-size:1em; }
/*= normalizes the margins and padding for all elements that have a default specifications for them */
dl, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, body, html, p, blockquote, fieldset, input
{ margin:0; padding:0 }
/*= normalizes image borders */
fieldset, abbr { border:0 }
/*= de-italicizes address, abbr elements */
address,abbr { font-style:normal }

/*=COMMON
=== === === === === === === === === === */
* {
	padding: 0;
	margin: 0;
}
img {
	border:1px solid #A52C46;
}
a img {
	border:1px solid #A52C46;
}
p {
	padding:5px 0 8px 0;
	color:#333;
}
a {
	color:#a52c46;
}
h1, h2, h3, h4, h5, h6 {
	/*font-family:georgia, serif;*/
	color:#666;
	font-weight:normal;
}
h3 {
	color:#7a4602;
	font-size:1.65em;
	font-weight:normal;
	padding:0 0 11px 0;
}
small, strong {
	color:#563d2d;
}
label, input, textarea {
	color:#333;
}
.notification_error {
	color:red;
}
#note {
	color:#333;
}
/*=BODY
=== === === === === === === === === === */
body {
	font:small/1.6em helvetica, verdana, arial, sans-serif;
	background:#ccffcc url('http://www.orchardprojects.com/themes/site_themes/orchardprojects/bg-body.gif') 0 0 repeat-x;
}
/*=WRAPPER
=== === === === === === === === === === */
#wrapper {
	width:992px;
	margin:0px auto;
	font-size:1.1em;
	padding:0 3px 60px 3px;
}
#wrapper a {
	text-decoration:underline;
}
#wrapper a:hover {
	text-decoration:none;
}
/*=HEADER
=== === === === === === === === === === */
#header {
	height:147px;
	margin:0 0 40px 0;
	background: url('http://www.orchardprojects.com/themes/site_themes/orchardprojects/bg-header.gif') 196px 1px no-repeat;
	overflow:hidden;
}
#header h1 {
	float:left;
	padding:0 0 0 0;
}
#header h1 a img {
	border:none;
}
/*=NAV
=== === === === === === === === === === */
#nav {
	padding:102px 0 0 0;
	height:20px;
	margin:0 0 0 189px;
	/*font-family:georgia, serif;*/
}
#nav li {
	float:left;
	display:inline;
	padding:5px 23px 5px 32px;
	font-size:1.5em;

}
#nav li a {
	color:#a52c46;
	text-decoration:none;
}
#nav li#navContact {
	padding:5px 0px 5px 32px;
}
#news #nav li#navNews a, #about #nav li#navAbout a, #past #nav li#navPast a, #conversation #nav li#navConversation a, #contact #nav li#navContact a, #store #nav li#navStore a, #nav li a:hover {
	color:#ed6d88;
}
/*=SIDEBARS
=== === === === === === === === === === */
#sidebarLeft {
	float:right;
	width:195px;
	padding:0 47px 0 0;
}
#sidebarLeft h3, #sidebarRight h3 {
	padding:0 0 11px 0;
}
#sidebarLeft li.last {
	margin-top:4px;
}
#sidebarLeft #artistList {
	margin-top:4px;
}
#sidebarLeft #artistList li a {
	text-decoration:none;
	color:#ed6d88;
	font-size:1.4em;
	font-weight:normal;
	padding:0 0 4px 0;
	/*font-family:georgia, serif;*/
}
#sidebarLeft #artistList li a:hover {
        color:#94be29;
	text-decoration:none;
}
#sidebarLeft legend {
	display:none;
}
#sidebarLeft input, #sidebarLeft label, #sidebarLeft #note {
	margin:0 0 6px 0;
}
#sidebarLeft label {
	display:block;
	float:left;
}
#sidebarRight {
	float:right;
	width:195px;

}
#sidebarRight .recent {

}
#sidebarRight .recent p {
	font-style:italic;
	padding:0 0 3px 0;
}
#sidebarRight .recent h4 {
	padding:0 0 3px 0;
}
/*=CONTENT
=== === === === === === === === === === */
#content {
	margin:0;
	width:502px;
}
#past #content, #conversation #content {
	width:502px;
}
#content .homeCurrent {
	float:left;
	width:502px;
	padding:0;
	/*background:url('http://www.orchardprojects.com/themes/site_themes/orchardprojects/bg-homecurrent.gif') no-repeat top left;*/
	margin:0 0 0 0;
}
#content .homeCurrent p {
	color:#563d2d;
}

#content .homeCurrent h4 {
	font-weight:normal;
	color:#60523d;
	font-style:italic;
	margin:0 0 5px 0;
}
#content .section {
	clear:left;
	margin:0 0 30px 0;
	min-height:203px;
}
#content .section img {
	float:left;
}
#content .section h3 {
	color:#563d2d;
	margin:0 0 7px 288px;
}
#content .section h4 {
	margin:0 0 7px 288px;
}
#content .section p {
	margin:0 0 0 288px;
}
#content #artists {
	width:502px;
	margin:0 0 0 0;
}
#content .artist {
	margin:0 0 22px 0;
}
#content .artist h3 {
	padding:0 0 4px 0;
}
#content .artist h4 {
	font-weight:normal;
	color:#60523d;
	font-style:italic;
	margin:0 0 11px 0;
}
#content .entry {
	margin:5px 0 13px 0;
}
#content .entry p {
	padding:0 0 5px 0;
}
#contact #content label {
	width:100px;
	display:block;
	float:left;
}
#contact #content input, #contact #content textarea {
	margin:0 0 6px 0;
}
#contact #content legend {
	display:none;
}
#contact #content #note {
	margin: 0 0 6px 0;
}
/*=FOOTER
=== === === === === === === === === === */
#footer {
	height:20px;
	clear:both;
	padding:10px 0 0 0;
}