/*   

Theme Name: Mary Plays Harp

Theme URI: http://www.maryplaysharp.co.uk

Description: Mary Plays Harp WordPress theme.

Author: Andy Reid / Simon Paul

Version: 1.0

*/



* { /* removes defaults from all elements */
	margin: 0;
	padding: 0;
	}

/** Body
==============================================================================*/

body {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 14px;
line-height: 20px;
color: #91856f;
margin: 0 auto;
background: url(images/body_bg.jpg) top center no-repeat #fffde4;
}

/** Main Containers
==============================================================================*/

#container {
width: 762px;
margin: 0 auto;
}

#contentheader {
float: left;
margin-top: 123px;
width: 742px;
height: 2px;
border-top: solid 10px #ffffff;
border-left: solid 10px #ffffff;
border-right: solid 10px #ffffff;
background-color: #fffde4;
}

#contentcenter {
float: left;
width: 682px;
padding: 28px 40px 40px 40px;
background: url(images/content_bg.jpg) repeat-y #fffde4;
}

/** Logo
==============================================================================*/

#logo {
margin-bottom: 25px;
}

/** Misc
==============================================================================*/

.clear {
clear: both;
}

a img {
border: none;
}

p {
margin-bottom: 15px;
}

.price {
border-top: 1px solid #f0eed0;
text-align: right;
color: #a07d65;
padding-top: 5px;
margin-bottom: 25px;
}

#note {
border: 1px solid #f0eed0;
padding: 15px;
text-align: center;
margin-bottom: 15px;
}

/** Headings
==============================================================================*/

h1 {
font-size: 36px;
line-height: 36px;
color: #5b5b5b;
margin-bottom: 25px;
}

h2 {
font-size: 16px;
color: #f0a24d;
text-transform: uppercase;
}

h3 {
font-size: 16px;
margin-top: 15px;
color: #a07d65;
}

/** Links
==============================================================================*/

a:link {
color: #89a749;
text-decoration: none;
}

.price a {
color: #a07d65;
}

a:visited {
color: #89a749;
text-decoration: none;
}

a:hover {
color: #89a749;
text-decoration: underline;
}

a:active {
color: #b2ca7f;
text-decoration: none;
}

/** Navigation
==============================================================================*/

#nav ul {
list-style-type: none;
float: right;
text-align: right;
width: 343px;
margin-bottom: 10px;
border-bottom: 1px solid #f0eed0;
}

#nav ul li {
display: inline-block;
font-size: 12px;
margin-right: 10px;
text-transform: uppercase;
}

#nav ul li#current-menu-item a:link {
color: #926b53;
}

#nav ul li.current-menu-item a {
color: #926b53;
}

/** Left Columns
==============================================================================*/

#leftcol, #leftcol2 {
float: left;
width: 312px;
}

#leftcol2 ul, #leftcol2 ol {
margin: 0 0 25px 40px; 
}

/** Form
==============================================================================*/

label, input {
display: block;
float: left;
margin: 5px 5px 1px 0;
}

fieldset {
border: none;
}

label {
text-align: left;
width: 75px;
padding-right: 20px;
}

input, textarea {
padding: 2px;
width: 200px;
border: 1px solid #f0eed0;
}

br {
clear: left;
}

textarea {
margin: 5px 5px 1px 0;
overflow: hidden;
}

#submit {
margin: 10px 4px 0 0;
float: right;
width: 120px;
height: 20px;
border: none;
background: url(images/submit_btn.jpg);

}



/** Right Column
==============================================================================*/

#rightcol {
float: right;
width: 343px;
}

/** Right Column Images
==============================================================================*/

ul#images {
list-style-type: none;
}

#rightcol img {
border: solid 6px #ffffff;
}

/** Footer
==============================================================================*/

#contentfooter {
float: left;
width: 762px;
height: 15px;
background: url(images/contentfooter_bg.jpg) top center no-repeat #fffde4;
}

#footer {
float: left;
width: 762px;
height: 98px;
background: url(images/footer_bg.jpg) top center no-repeat #fffde4;
}

#footer p{
margin-top: 2px;
font-size: 12px;
color: #5b5b5b;
}

#footer a:link {
color: #a07d65;
}

/** Performance Expander
==============================================================================*/

.performance {
	border-bottom: 1px dotted #A07D65;
	margin-bottom: 10px;
}

.performance .expander {
	color: #5b5b5b;
	text-decoration: none;
	margin-bottom: 10px;
}

.performance .expander.expanded {
	display: block;
    background-position: left center;
    background-repeat: no-repeat;
    background-image: url(images/expanded.gif);
}

.performance .expander.collapsed {
	display: block;
    background-position: left center;
    background-repeat: no-repeat;
    background-image: url(images/collapsed.gif);
}

.performance .arrow-link {
	color: #89a749;
}

.performance .content {
	display: none;
}