/* @override 
	http://www.cairde.co.nz/css/template.css
	http://www.testbed6.avocahousedesign.co.nz/css/template.css
*/

body {
	padding: 0px;
	margin: 0px;
	background-color: #34466c;
	line-height: 1.5em;
	color: #121941;
	font-size: 0.9em;
	font-family: Helvetica, Verdana, Arial, sans-serif;
}

.bodygold {
	line-height: 1.0em;
	color: #104876;
	font-size: 1.0em;
	font-family: Helvetica, Verdana, Arial, sans-serif;
}

a {
	color: #2f1919;
	font-weight: bold;
	text-decoration: none;
}
.weblink {
	font-style: italic;
	text-decoration: underline;
}
#wrapper {
	margin-top: 15px;
	margin-bottom: 15px;
	background-color: F8F2Eb;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
.inside {
	padding: 20px 60px;
	background-color: white;
	overflow: hidden;
}
.float-left-column {
	float: left;
	width: 550px;
	text-align: left;	
}

.float-right-column {
	padding: 20px 0 20px 10px;
	vertical-align: top;
	float: right;
	width: 240px;
	text-align: right;
}

.title {
	height: 175px;
	background: url(../images/cairde-header-3.png) no-repeat;
	margin: 0;
	padding: 0;
}

.menu {
	text-align: left;
	background-color: #e6d090;
	height: 30px;
	color: #121941;
	padding-left: 43px;
}
.menu li {
	float: left;
	margin: 0px;
	list-style-type: none;
	padding: 0px 0px 0px;
}

.menu li a {
	display: block;
	height: 22px;
	color: #4365ab;
	padding-right: 20px;
	padding-top: 4px;
	padding-left: 20px;
}
.menu li a.hover {
	color: #grey;
}

.menu li a.active {
	color:  #121941;
}

.menu ul {
	margin: 0;
	padding: 0;
	list-style-image: none;
}


h1, h2, h3 {
	color: #121941;
	text-transform: none;
	font-weight: bold 
}

h1   		{ 
	font-size: 1.5em; 
	font-weight: bold 
}

h2   		{ 
	font-size: 1.2em;
	font-weight: bold 
}

h3   		{
	color: #121941;
	font-size: 1.2em;
	text-align: right;
	font-style: italic;
}

h4  		{
	font-size: 1em;
	font-style: italic;
}

.quote {
	font-size: .9em; 
	color: #223457;	
	text-align: center;
	font-weight: bold;
	font-style: italic;
	padding-top: 10px;
}
.author {
	font-size: .8em; 
	color: #121941;
	font-style: normal;
	font-weight: normal;
	text-align: right;
	padding-bottom: 10px;
}
.photo-credit {
	font-size: .7em; 
	color: #223457;	
	text-align: center;
	font-weight: normal;
	font-style: italic;
	top: -10px;
	margin-top: -10px;
	padding-bottom: 10px;
}
.photo-image {
	text-align: center;
}

.concert-box {
	color: #121941;
	background-color: #e6d090;
	left: 10px;
	padding: 20px 10px;
	text-align: left;
}

.form-input{
	padding-left: 70px;
	margin-top: -20px;
}

#footer {
	clear: both;
	text-align: right;
	background: url(../images/cairde-footer-1.png) no-repeat;
}

.footerinside {
	padding: 10px;
	color: 121941;
	font-size: .7em
}

