/*
the surreal calder styles
*/
body {
	margin:0;
	padding:0;
	/*font-family: Times New Roman, serif;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	text-align:left;
	color:#000;
	line-height:1.5em;
	background: #e6e6e6 url(../images/black.gif) top repeat-x;
}
a {
	color: #000;
	text-decoration:none;
}
a:visited {
	color: #000;
}
a:hover {
	text-decoration:none;
}
a img {
	border: none;
}
p {
	margin: 0 0 1em;
	padding: 0;
	line-height: 1.5em;
}
#backtomia {
	width: 100%;
	background: #333;
}
#backtomia img{
	padding: 2px 0px 2px 10px;
}
/**********************main boxes************************/
#wrapper {
	background:#fff url(../images/rapY.jpg) center repeat-y;;
	width:976px;
	margin:0 auto;
	padding:0;
	text-align:left;
	font-size: 1em;
}
#main {
	margin:0 auto;
	padding:0;
	width:800px;
}

#header {
	background:#000 url(../images/calder-header.jpg) top no-repeat;
	/*background:#000;*/
 	height: 149px;
	margin: 0 auto;
	width:100%;
	padding:0;
}

/**********************content boxes************************/
#title {
	width:100%;
	padding:20px 0 0px 0px;
	margin:0 auto;
}
#titleP {
	width:100%;
	padding:20px 0 20px 0px;
	margin:0 auto;
}
#leftside {
	width:360px;
	float:left;
	padding:30px 20px 0px 0px;
	margin:0;
	overflow:hidden;
	display:inline;
}
#leftsideP {
	width:180px;
	float:left;
	padding:0px 0 0px 0px;
	margin:110px 20px 0px 0px;
	overflow:hidden;
	/*display:inline;*/
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
#leftside a {
	color: #000;
	text-decoration:none;
	background-color: #ffe210;
}
#leftside a:visited {
	color: #000;
}
#leftside a:hover {
	color: #fff;
	background-color: #ff0000;
	text-decoration:none;
}
.first{
	font-weight: bold;
	font-style: italic;
}
p.caption{
	color: #333;
	font-style: italic;
	padding: 10px;
}
p.credits{
	font-size: 80%;
	color: #aaa;
	font-style: italic;
}
#rightside {
	width:400px;
	float:left;
	padding: 35px 20px 0 0px;
	margin:0;
	overflow:hidden;
	display:inline;
}
#rightsideP {
	width:450px;
	float:left;
	padding: 10px 0px 0 0px;
	margin:0 auto;
}
.pImage{
	border: .025em solid #aaa;
}
#rightside img{
	border: .025em solid #aaa;
}
#textholderL {
	padding: 0;
}
#textholderR {
	padding: 0;
}
/**********************primary nav************************/
#navcontainer{
	clear: both;
	width: 820px;
	height: 33px;
	margin: 0 auto;
	padding: 0;
}
#navlist{
	margin: 0;
	padding: 0px;
	/*border-bottom: 1px solid #000;*/
}

#navlist ul, #navlist li{
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}

#navlist a:link, #navlist a:visited{
	float: left;
	line-height: 14px;
	font-weight: bold;
	margin: 0 5px 0px 0px;
	text-decoration: none;
	color: #999;
}

#navlist a:link, #navlist a:visited, #navlist a:hover{
	padding: 6px;
	background: transparent;
	color: #aaa;
	border-left: 1px solid #aaa;
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
}
#navlist a:link#current, #navlist a:visited#current, #navlist a:hover{
	padding-bottom: 6px;
	background: #000;
	color: #fff;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}
#navlist a:hover {
	padding-bottom: 6px;
	background: #000\\;
	color: #fff;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}
/**********************secondary nav************************/
#secondary{
	margin: 0;
	padding: 0px 0 0 10px;
	text-indent: -10px;
	/*border-bottom: 1px solid #000;*/
}
#secondary ul, #secondary li{
	margin: 0;
	padding: 0;
	display: block;
	list-style-type: none;
}
#secondary a {
	text-decoration:none;
	background-color: #ffe210;
}
#secondary a:visited {
	color: #000;
}
#secondary a:hover, #secondary a:link#current, #secondary a:visited#current {
	color: #fff;
	background-color: #ff0000;
	text-decoration:none;
}
.postcards a {
	text-decoration:none;
	background-color: #ffe210;
}
.postcards a:visited {
	color: #000;
}
.postcards a:hover {
	color: #fff;
	background-color: #ff0000;
	text-decoration:none;
}
/**********************footer************************/
#footer {
	/*border-top: 1px solid #ccc;*/
	margin:0 auto;
	padding: 10px 0;
	clear: both;
	font-size: .7em;
	font-weight: normal;
	font-style: italic;
	color: #000;
	text-align:center;
	width:640px;
}
#footer a {
	border:none;
	color:#004328;
}
#footernoborder {
	margin:0 auto;
	padding: 10px 0;
	clear: both;
	font-size: 1em;
	font-weight: bold;
	color: #000;
	text-align:center;
	width:640px;
}
#footernoborder a {
	border:none;
	color:#004328;
}
