
/*	Desc: arthurvickers.com Screen Style Sheet
	Author: Jim Olson atworkinthecloud.com
	Date: September 16, 2009
	+ Colours
	- *colour hex* *colour name* (*purpose*)
	
=== === === === === === === === === === */

/*=STRUCTURE
=== === === === === === === === === === */

@import 'reset.css';

body {font-size:13px;font-family:Arial;text-align:center;}

div#WrapOuter {width:1020px;margin-left:auto;margin-right:auto;}

div#WrapInner {text-align:left;width:1020px;margin:auto;;float:left;background: url(../images/bg.gif) no-repeat center 110px;}

div#Header {color:#fff;width:1020px;height:146px;background: url(../images/header.png) no-repeat center bottom;overflow: hidden}

/*=COMMON
=== === === === === === === === === === */

* {padding:0;margin: 0}

h1, h2, h3, h4, h5 {
	font-family: "Trebuchet MS", sans-serif;
	font-style: normal;
	font-weight: bold;
	text-transform: normal;
	letter-spacing: -1px;
	line-height: 1.2em;
}

h1, h2, h3, h4, h5 {color:#103f7e;}

h1 {font-size:190%;}

h2 {font-size:170%;}

h3 {font-size:155%;}

h3 {font-size:130%;}

h4 {font-size:120%;}

h1, h2, h3, h4, h5, ul, ol, p {margin-bottom:12px;}

a:link {color: #935100;text-decoration:none;}
a:visited {color:#666;text-decoration:none;}
a:hover {color:#1a00fa;text-decoration:underline;}
a:active {color:#f71313;text-decoration:none;}

h1 a:link, h2 a:link, h3 a:link,
h1 a:hover, h2 a:hover, h3 a:hover
{color: #935100;text-decoration:none;}


b, strong {font-weight:bold;
	color: #5c5c5c;
}

i, em {font-style:italic;}

table {border-collapse:collapse;}
table thead {font-weight:bold;background:#bababa;}
table td {padding:6px;}

.line {
	height: 2px;
	border-top:0px dotted #fff;
	border-right:0px dotted #fff;
	border-left:0px dotted #fff;
	border-bottom:1px dotted #cccccc;
	display:block;
}

blockquote {
	font-family: Georgia, serif;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.6em;
	background: url(../images/quote.png) no-repeat 38px top;
	padding-top: 11px;
	text-indent: 2em;
}

.pquote {
	width: 230px;
	float: right;
	padding-left: 52px;
}

.Caption {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.3em;
	padding: 8px 5px 5px 5px;
}

div#Floater .Caption {
	font-size: 11px;
	padding-left: 2px;
}

.large {
	font-size: 120%;
}

small {
	display: block;
}

.Attribution {
	text-transform: uppercase;
	font-size: 10px;
	line-height: 16px;
	margin-top: 11px;
	text-indent: 0;
}

.indent {
	margin-left: 20px;
}

span.small, p.date {font-size: 10px;}

.NewsTeasers p.date {
	margin-bottom: 4px;
}

a.ReadMore {
	font-size: 10px;
	line-height: 11px;
	text-transform: uppercase;
	color: #ffffff;
	background: #c88d45;
	padding: 1px 3px 1px 4px;
}

a.ReadMore:hover {
	font-size: 10px;
	line-height: 11px;
	text-transform: uppercase;
	text-decoration: none;
	color: #ffffff;
	background: #935100;
	padding: 1px 3px 1px 4px;
}

.inline {display: inline;}

/*=NAVIGATION
=== === === === === === === === === === */

div#MainNav {
	text-align: center;
	width:500px;
	height:20px;
	padding:5px 10px;
	float: right;
}

div#MainNav a:link,
div#MainNav a:visited {
	color: #26190a;
	text-decoration: none;
}

div#MainNav a:hover {
	color: #c66d00;
	text-decoration: none;
}

div#MainNav a:active {
	color: #c66d00;
	font-weight: normal;
	font-style: normal;
}
	
#MainNav #LeftCap {
	width: 20px;
	height: 44px;
	margin:0;
	background: url(../images/nav_left_cap_20wx44h.png);
	float: left;
}

#MainNav ul {
	width: 400px;
	height: 44px;
	margin:0;
	background: url(../images/nav_repeat_bg_14wx44h.png);
	float: left;
}

div#MainNav li {
	line-height: 42px;
	display:inline;
	text-align: center;
	margin-right: 4px;
	margin-left: 4px;
	text-transform: uppercase;
	font-size: 10px;
}

#MainNav #RightCap {
	width: 28px;
	height: 44px;
	margin:0;
	background: url(../images/nav_right_cap_28wx44h.png);
	float: left;
}

/*=CONTENT
=== === === === === === === === === === */

div#Content {color:#333;width:817px;float:left;
	margin-left: 103px;
	margin-top: 40px;
	margin-right: 100px;
}

body.Homepage div#Content {
	height: 480px;
}

div#Content ul li {margin-left:20px;list-style:circle;}
div#Content ol li {margin-left:30px;list-style:decimal-leading-zero;}

div#MainColumn {
	width: 500px;
	float: left;
}

div#Content ul#Collection {
	list-style: none;
	padding: 0;
	margin: 0;
}

div#Content ul#Collection li {
	list-style: none;
	padding: 0;
	margin: 0;
	width:90px;
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
}

body.Homepage div#MainColumn {
	width: 430px;
}

div#Floater.Right {
	width: 220px;
	float: right;
}

body.Homepage div#Floater.Right {
	width: 386px;
}

div#Videofloat {
	width: 190px;
	height: 206px;
	float: right;
}

div#CollectionFloat {
	width: 300px;
	float: left;
}

div#Floater.Right.Watermark {
	height: 295px;
	background: url(../images/watermark.png) no-repeat 22px center;
	padding-top: 68px;
}

#Floater div.Small {
	font-size: 130%;
	font-family: "Trebuchet MS", sans-serif;
	font-style: normal;
	text-transform: normal;
	letter-spacing: -1px;
	line-height: 1.2em;
}

#Floater div.Large {
	font-size: 150%;
	font-family: "Trebuchet MS", sans-serif;
	font-style: normal;
	font-weight: bold;
	text-transform: normal;
	letter-spacing: -1px;
	line-height: 1.2em;
	margin-top: 20px;
}

form#contactForm.main {
	width: 420px;
	margin-top: 20px;
}

#contactForm div.rowElem {
	padding: 8px 0 8px 0;
}

label {
	width: 120px;
	float: left;
}

#contactForm div.rowElem.clear {
	float: left;
	clear: both;
}

input {
	float: left;
}

#contactForm input.signUpButton {
	float: left;
	clear: both;
	margin: 20px 0 0 120px;
}

.vcard .title {
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bold;
}

#maplink {
	height: 16px;
	padding-left: 22px;
	line-height: 16px;
	background: url(../images/map.png) no-repeat;
}

/*=FOOTER
=== === === === === === === === === === */

div#Footer {color: #4d4d4d;font-size:90%;text-align: center;line-height:30px;width:1020px;height: 46px;padding:5px 10px;margin-top:50px;background:url(../images/footer-bg.gif) no-repeat center top;float:left;}

/*=TEMP
=== === === === === === === === === === */

div#DeskCallout {
	font-size:130%;
	font-family: "Trebuchet MS", sans-serif;
	font-style: normal;
	font-weight: bold;
	text-transform: normal;
	letter-spacing: -1px;
	line-height: 1.2em;
	-background: url(../images/callout-bg.png);
	text-align:right;
	padding-right: 70px;
}

div#DeskCallout .small {
	font-size: 13px;
}

div#DeskCallout a:link,
div#DeskCallout a:visited,
div#DeskCallout a:hover,
div#DeskCallout a:active {
	color: #935100;
}

div#DeskCallout h4 {
	font-size: 12px;
	margin-bottom: 4px;
}
