/* magoo-carrier-page.css - Magoo Carrier Page CSS
		Styles used in full resolution carrier pages,
		thumbnail carrier pages, Exif reports, Raw download pages
		Author: Mike Pasini
		Last Revision: 4 March 2011
*/

body {
	background-color: white;
	width: 800px;
	margin: 0 auto;
}

#header {
	height: 100px;
	width: 100%;
	margin: 0;
	line-height: 100px;
}

h2, h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif
}

a {
	color: #444477;
}

#nav a {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 3px 12px 3px 8px;
	text-decoration: none;
	color: #444477;
	background-color: #cccccc;
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	text-shadow: 0px 1px 1px white;
}

#nav a:hover {
	color: white;
	background-color: #555588;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	border-top: 1px solid #aaa;
	border-left: 1px solid #aaa;
	text-shadow: 0px 1px 1px black;
}

#spot {
	width: 775px;
	background-color: #ccc;
	padding: 0px 12px 0px 12px;
	border-right: 2px solid #eee;
	border-bottom: 2px solid #eee;
	border-top: 2px solid #aaa;
	border-left: 2px solid #aaa;
	text-shadow: 0px 1px 1px white;
	margin-bottom: -14px;
}

#exif {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#exif td {
	font-size: 11px;
}

.round-left {
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

.round-right {
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

.round-both {
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

.caption {
	margin-top: 10px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.bigboldprint {
	font-size: big;
	font-weight: bold;
}

.smallprint {
	font-size: small;
}

.smallerprint {
	font-size: smaller;
}

