/*
/*    CSS for Joe Adams Lettering LLC
/*    March 1, 2007
/*
/*---------------------------------------------*/

* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
}

body {
	background: #ffffff url(images/bg.jpg) repeat-x 0 0;
}

/*     layout
/*--------------------------------------------*/

#outerwrapper {
	width: 100%;
	text-align: center;
}

#innerwrapper {
	width: 620px;
	margin: 0 auto;
}

/*     Nav Bar
/*--------------------------------------------*/

#navbar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: bold;
	padding-top: 12px;
	margin-bottom: 30px;
}

#navbar ul {
	list-style: none;
}

#navbar ul li {
	display: inline;
	padding: 0 30px;
}

#navbar ul li a, #navbar ul li a:visited {
	color: #ffffff;
	text-decoration: none;
}

#navbar ul li a:hover {
	color: #000000;
}


/*     content
/*-------------------------------*/

#content {
	clear: both;
	color: #444444;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 82.5%;
	letter-spacing: .07em;
	line-height: 125%;
	padding-bottom: 40px;
}

#logo {
	background: #ffffff url(images/logo.jpg) no-repeat 150px 0;
	height: 200px;
	margin-bottom: 30px;
	text-align: center;
}

h3 span {
	visibility: hidden;
}

#welcome {
	background: transparent url(images/welcome-h3.jpg) no-repeat 0 0;
	height: 40px;
}

#latest {
	background: transparent url(images/latest-h3.jpg) no-repeat 0 0;
	height: 40px;
}

#r2005 {
	background: transparent url(images/2005-h3.jpg) no-repeat 0 0;
	height: 40px;
}

#r2006 {
	background: transparent url(images/2006-h3.jpg) no-repeat 0 0;
	height: 40px;
}

#r2007 {
	background: transparent url(images/2007-h3.jpg) no-repeat 0 0;
	height: 40px;
}

#r2008 {
	background: transparent url(images/2008-h3.jpg) no-repeat 0 0;
	height: 40px;
}

#signs {
	background: transparent url(images/signs-h3.jpg) no-repeat 0 0;
	height: 40px;
}

#trucks {
	background: transparent url(images/trucks-h3.jpg) no-repeat 0 0;
	height: 40px;
}

#contact-h3 {
	background: transparent url(images/contact-h3.jpg) no-repeat 0 0;
	height: 40px;
}

#main {
	float: left;
	width: 405px;
	padding-right: 15px;
}

#main p {
	text-align: justify;
	padding: 0 8px;
}

#sidebar {
	float: right;
	width: 200px;
}

#sidebar img, .gallery img {
	background-color: #ffffff;
	padding: 3px;
	border: 1px solid #fe5800;
	margin: 3px;
}

.gallery {
	margin-bottom: 30px;
}

#notice {
	background: #acdcf8 url(images/notice.jpg) no-repeat 0 4px;
	padding: 6px 10px 6px 34px;
	border-top: 4px solid #74bae4;
	border-bottom: 4px solid #74bae4;
	color: #444444;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 76%;
	letter-spacing: 0.07em;
	line-height: 125%;
	text-align: left;
	margin-top: 8px;
}


/*    contact
/*-------------------------------------*/

#info {
	width: 325px;
	float: left;
	padding-right: 25px;
	text-align: left;
}

#contact-info {
	padding: 0 10px;
}

#contact-info h4 {
	color: #ffffff;
	font-size: 95%;
}

#contact-info p {
	padding: 0 10px;
	margin-bottom: 6px;
}

#contact-info a {
	color: #444444;
}

#contact {
	background: transparent url(images/contact-bg.jpg) no-repeat 0 0;
	width: 190px;
	height: 226px;
	float: right;
	text-align: left;
	padding: 24px 0 0 80px;
}

#contact p {
	margin-bottom: 16px;
}

input, textarea {
	color: #444444;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0.05em;
	border: none;
	background-color: #ffffff;
	padding: 3px;
}

#name, #email {
	height: 16px;
	width: 174px;
}

#message {
	height: 80px;
	width: 174px;
}

#submit {
	padding: 0;
}


/*     footer
/*------------------------------------*/

#footer-wrapper {
	width: 620px;
	clear: both;
	margin-top: 60px;
}

#footer {
	clear: both;
	text-align: center;
	background: transparent url(images/footer-bg.jpg) no-repeat 0 0;
	padding-top: 10px;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 76%;
	letter-spacing: .07em;
	height: 60px; 
}


/*       copyright
/*--------------------------------------*/

#copyright {
	width: 620px;
	clear: both;
	text-align: center;
	margin-top: 100px;
}

#copyright-content {
	width: 300px;
	height: 36px;
	text-align: left;
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #999999;
	padding: 4px 0 0 50px;
}


/*   rounded boxes
/*-----------------------------------*/

.bl-dark {
	background: #74BAE4 url(images/bl-dark.gif) no-repeat 0 100%;
	width: 100%;
}

.br-dark {
	background: transparent url(images/br-dark.gif) no-repeat 100% 100%;
}

.tl-dark {
	background: transparent url(images/tl-dark.gif) no-repeat 0 0;
}

.tr-dark {
	background: transparent url(images/tr-dark.gif) no-repeat 100% 0;
	padding: 20px;
}

.bl-light {
	background: #ACDCF8 url(images/bl-light.gif) no-repeat 0 100%;
	width: 100%;
}

.br-light {
	background: transparent url(images/br-light.gif) no-repeat 100% 100%;
}

.tl-light {
	background: transparent url(images/tl-light.gif) no-repeat 0 0;
}

.tr-light {
	background: transparent url(images/tr-light.gif) no-repeat 100% 0;
	padding: 24px;
}

.clear {
	height: 15px;
}