/*
Core stylesheet for scottmain.com
*/

body {
	margin: 0;
	padding: 0;
	background: #e3e3e3;
	font: normal 12px Verdana, Arial, Sans-Serif;
	line-height:13px;
	text-align: left;
}
/* Links */

a:link {
	color: #273A4D;
	text-decoration: none;
}
a:visited {
	color: #273A4D;
	text-decoration: none;
}
a:hover, a:active {
	color: #a3b1c0;
	text-decoration:underline;
}
h3 a:link {
	color: #3f4f5c;
	text-decoration: none;
}
h3 a:visited {
	color: #3f4f5c;
	text-decoration: none;
}
h3 a:hover, a:active {
	color: #FFFFFF;
}

/* Typography */

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	margin: 10px 0;
	padding: 0;
}
h1 {
	font-size: 36px;
	color: #293138;
}
h2 {
	font-size: 28px;
	color: #353F47;
}
h3 {
	font-size: 24px;
	color: #3f4f5c;
}
h4 {
	font-size: 20px;
	color: #3f4f5c;
}
h5 {
	font-size: 16px;
	color: #3f4f5c;
}
h6 {
	font-size: 13px;
	text-transform: uppercase;
	margin: 5px 0;
	font-weight: bold;
}
ul {
	line-height: 1.8em;
	list-style-type: circle;
	color: #333333;
}
ol {
	line-height: 1.8em;
	color: #333333;
}
blockquote {
	color: #555555;
	background-color: #eeeeee;
	border: 1px solid #cfcfcf;
	padding: 5px 10px;
	margin: 10px 10px;
}
code {
	font-family: Consolas, Verdana, Arial, "Courier New";
	color: #555555;
	font-weight: bold;
	padding: 5px 10px;
	margin: 10px 20px;
}
abbr, acronym {
	font-style: normal;
	border-bottom: 1px dotted #333333;
	cursor: help;
}

/* Structure */

#container {
	width: 800px;
	margin: 0 auto;
}
#header {
	padding: 0px 0;
	margin-bottom: 10px;
}
#header-title a {
	font-weight: bold;
	font-size: 36px;
	color: #444;
	letter-spacing: -1px;
	border-bottom: none;
}
#header-title a:hover {
	text-decoration:none;
	color:#444;
}
#header-image {
}
#navigation {
	height:150px;
	width:800px;
	background:url(/images/cranes.jpg) no-repeat 0 0;
	font-size: 14px;
}
#navigation ul {
	list-style:none;
	margin:0;
	padding:10px 5px;
	text-align:right;
	font-size:11px;
	line-height:11px;
}
#navigation ul li {
	display:inline;
	margin:0;
	padding:0 5px;
}
#wrapper {
	margin: 0;
	padding: 25px;
	clear: both;
	float: left;
	background: #d1d1d1;
	width:748px; /* +2px border +50px padding */
	border:1px solid #999;
}
#content-wrapper {
	width: 550px;
	float: left;
}
#content {
	line-height: 1.6em;
}

