/*
	Mad Parrot Studios Main CSS
	David Nash
	http://davidnash.com.au
	June 2009

	Design by Amy Marshman
	http://amymarshman.com.au
*/

html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li,
dt, dd, p, blockquote, pre, form, fieldset, table, th, td { margin: 0; padding: 0; }  

html {
	font: small Tahoma, sans-serif;
	font-size: 62.5%; /* Resets 1em to 10px */
	font-style: normal;
	font-weight: normal;
	min-height: 101%;
}

body {
	background: #fff;
	font-size: 125%;
}

a img { border: 0; }

table {	border-collapse: collapse; table-layout: fixed}

.clear { clear: both; }

.hidden { display: none; }


#BGWrap {
	width: 1050px;
	min-height: 91px;
	margin: 0 auto;
	background: #fff url("../images/logo-parrot.jpg") no-repeat 100% 0;
}

#Wrap {
	width: 960px;
	margin: 0 auto;
	padding: 25px 0;
}

#Logo {
	float: left;
}

	#Logo a {
		display: block;
		width: 188px;
		height: 363px;
		background: url("../images/logo.jpg") no-repeat;
		position: relative;
		top: -2px;
		left: 2px;
	}

#MainWrap {
	width: 770px;
	float: right;
	margin-top: 137px;
}

#DropShadowTop {
	width: 770px;
	height: 15px;
	background: url("../images/ds-top.jpg") no-repeat 100% 100%;
	padding: 4px 0 0 1px;
}

#DropShadowBottom {
	width: 770px;
	height: 15px;
	background: url("../images/ds-bottom.jpg") no-repeat 1px 0;
}

#Content {
	padding: 22px 65px 25px 45px;
	background: url("../images/bg-content.jpg") repeat-y 1px 0;
}

	#Content p {
		padding-bottom: 0.8em;
		line-height: 1.4;
	}

	#Content a { color: #d84c3b; }

	#Content a:hover { color: #a62718; }

	#Content h2 {
		font-size: 1em;
		text-transform: uppercase;
		padding-bottom: 0.8em;
	}

		#Content h2 img {
			position: relative;
			top: 5px;
			padding-right: 7px;
		}

.firstblock {
	padding-bottom: 20px;
}

.block {
	border-top: 2px solid #f4e5d0;
	padding: 25px 0 20px 0;
}

	.block .left {
		width: 500px;
		float: left;
	}

	.block .right {
		float: right;
	}

	.block .seal {
		display: block;
		margin-bottom: 20px;
	}

	#Content .block h2 {
		font-size: 1em;
		text-transform: uppercase;
		padding-bottom: 4px;
	}

		#Content .block h2 a {
			color: #000;
			text-decoration: none;
		}

		#Content .block h2 a:hover { text-decoration: underline; }

#Foot {
	width: 750px;
	margin: 0 auto;

	text-align: center;
	font-size: 85%;
	padding: 20px 0 5px 0;
	border-bottom: 1px solid #f4e5d0;
	margin-bottom: 20px;
	color: #444;
}

	#Foot a {
		color: #d84c3b;
	}

/*
	gallery pages
*/
#Gallery .artwork {
	width: 190px;
	height: 300px; /* fix - used to be min-height: 290px; */
	float: left;
	margin: 0 25px 25px 0;
	overflow: hidden;
	padding-bottom: 10px;
}

	#Gallery .artwork .artworkimage {
		background: #fff;
		display: block;
		margin: 3px;
		padding: 10px;

		display: block;
		width: 164px;
		height: 164px;

		text-align: center;
		font-size: 11px; /* fix */
	}

	#Gallery .artwork .artworkimage img {
		border: 1px solid #ddd;
	}

	#Gallery .artwork a:hover.artworkimage img {
		border: 1px solid #bbb;
	}

	#Gallery .artwork .artworktext {
		font-size: 90%;
		padding: 7px 10px;
	}

	#Gallery .artwork h3 {
		padding: 0 0 5px 0;
		font-size: 13px; /* fix */
	}

	#Gallery .artwork select {
		font-size: 90%;
		margin: 3px 0;
	}

/*
	contact form
*/
form label {
	width: 7em;
	float: left;
	padding-top: 2px;
}

form input, form textarea {
	float: left;
	font-family: Tahoma, sans-serif;
	font-size: 1em;
}

form input#Send {
	margin-left: 7em;
}

form .textinput {
	width: 21em;
}

form div {
	clear: both;
	margin: 0 0 1em 0;
	float: left;
}

pre {
	font-size: 12px;
	padding: 1em;
	background: #f4e5d0;
}

#lightbox #lightbox-caption-title {
	color: #d84c3b;
	text-decoration: none;
	font-weight: bold;
}

#lightbox a:hover {
	text-decoration: underline;
}

