/***********************************************/
/* General body and text styling */
/* Colors: Pink, Purple, Orange, Blue, Gray */
/***********************************************/

body {
	font-family: "Helvetica", Arial, sans-serif;
	font-size: 62.5%;
  margin: 0;
  padding: 0;
}

h1 {
	color: #e2048a;
	font-size: 1.8em;
	margin: 0;
	padding: 0 0 15px;
}

body#blog h1 {
	color: #e2048a;
	font-size: 1.8em;
	margin: 0;
	padding: 5px 0 15px;
}

h2 {
	color: #f16523;
	font-size: 1.5em;
	margin: 0;
	padding: 15px 0;
}

h3 {
	color: #893c96;
	font-size: 1.5em;
	margin: 20px 0;
	padding: 0;
}

#sidebar h3 {
	color: #893c96;
	font-size: 1.5em;
	margin: 0 0 20px;
	padding: 0;
}

p {
	color: #77787b;
	font-size: 1em;
	line-height: 1.3;
	margin: 0 20px 0 0;
	padding: .2em 0 1em 0;
}

p img {
	border: none;
	margin-bottom: 15px;
}

p.body_content img {
	border: none;
	margin-top: 15px;
}

p.date {
	color: #F16523;
	padding-bottom: 0;
}

a {
	color: #2478be;
	text-decoration: none;
}

a:hover {
	color: #F16523;
}

.email {
color: #F16523;
}

/***********************************************/
/* Layout */
/***********************************************/

#wrapper {
	margin: 0 auto;
	padding: 0;
	width: 705px;
}

/*= Masthead **********************************/

#masthead {
	background: url(../img/css/chattanooga_works_logo.png) no-repeat 0 60%;
	margin: 0;
	padding: 0;
	height: 100px;
	width: 705px;
}

#masthead a {
	display: block;
	height: 100px;
}

#masthead h1 {
	text-indent: -9999px;
}

/*= Nav **********************************/

#nav ul {
	height: 34px;
	margin: 0 0 20px;
	padding: 0;
	list-style: none;
}

#nav ul li {
	float: left;
	margin: 0;
	padding: 0;
}

#nav ul li a.home { /* Using IDs require more specificity. */
	background: url(../img/css/nav/home.png) no-repeat 0 0;
	display: block;
	height: 17px;
	width: 53px;
	overflow: hidden;
	text-decoration: none;
	text-indent: -9999px;
}

#nav ul li a.news {
	background: url(../img/css/nav/news.png) no-repeat 0 0;
	display: block;
	height: 17px;
	width: 57px;
	overflow: hidden;
	text-decoration: none;
	text-indent: -9999px;
}

#nav ul li a.about {
	background: url(../img/css/nav/about.png) no-repeat 0 0;
	display: block;
	height: 17px;
	width: 88px;
	overflow: hidden;
	text-decoration: none;
	text-indent: -9999px;
}

#nav ul li a.submit {
	background: url(../img/css/nav/submit.png) no-repeat 0 0;
	display: block;
	height: 17px;
	width: 72px;
	overflow: hidden;
	text-decoration: none;
	text-indent: -9999px;
}

#nav ul li a.gallery {
	background: url(../img/css/nav/gallery.png) no-repeat 0 0;
	display: block;
	height: 17px;
	width: 81px;
	overflow: hidden;
	text-decoration: none;
	text-indent: -9999px;
}

#nav ul li a.contact {
	background: url(../img/css/nav/contact.png) no-repeat 0 0;
	display: block;
	height: 17px;
	width: 69px;
	overflow: hidden;
	text-decoration: none;
	text-indent: -9999px;
}

#nav ul li a:hover,
#nav ul li.selected a {
	background-position: 100% 100%;
}

/*= Main **********************************/

#main,
#gallery-main {
	float: left;
	margin: 0;
	padding: 0;
	width: 480px;
}

#gallery-main {
	margin-bottom: 100px;
}

/*= Right Sidebar **********************************/

#sidebar,
#blog-sidebar,
#gallery-sidebar {
	margin: 0 0 0 480px;
	width: 225px;
}

/*= footer **********************************/

#footer {
	clear: left;
	margin: 0;
	padding: 35px 0;
}

#footer p {
	color: #2478be;
}

/***********************************************/
/* Lists */
/***********************************************/

/*= Definition list in sidebar *****************/

dl {
	margin: 0;
	padding: 0;
}

dl dt {
	font-size: 1.1em;
	font-weight: bold;
	margin: 0;
}

dl dt span {
	display: block;
}

dl dd {
	margin: 0 95px 20px 0;
	padding: 2px 0 0 0;
	color: #77787b;
	font-size: 1em;
	line-height: 1.3;
}

/*= Unordered list ******************************/

ul {
	list-style: none;
	margin: 0 0 20px;
	padding: 0;
}

ul li {
	display: block;
	font-size: 1.1em;
	font-weight: bold;
	padding: .2em 0;
}

ul li a {
	display: block;
}

/***********************************************/
/* Gallery */
/***********************************************/

#gallery-main img {
	margin-bottom: 0;
}

#gallery-sidebar {
	position: relative;
}

#gallery-sidebar ul {
	margin: 0;
	padding: 0;
}

#gallery-sidebar ul li {
	float: left;
	margin: 0;
	padding: 0 5px 4px 0;
}

#gallery-sidebar ul li a img.tn {
	border: none;
	margin: 0;
	padding: 0;
	opacity: 0.4; 
  filter: alpha(opacity: 40); 
  -moz-opacity: 0.4; 
  -khtml-opacity: 0.4;
}

#gallery-sidebar ul li a:hover img.tn,
#gallery-sidebar ul li a:active img.tn,
#gallery-sidebar ul li a:focus img.tn,
#gallery-sidebar ul li a img.displayed {
	border: none;
	margin: 0;
	padding: 0;
	opacity: 1; 
  filter: alpha(opacity: 100); 
  -moz-opacity: 1; 
  -khtml-opacity: 1;
}

p.previous-btn {
	float: left;
}

p.next-btn {
	margin-right: 0;
	padding-right: 20px;
	text-align: right;
}

p.previous-btn a,
p.next-btn a {
	color: #666;
}

p.previous-btn a:hover,
p.next-btn a:hover {
	color: #f16523;
}

#gallery-sidebar p.previous-btn {
	float: left;
	position: absolute;
	top: -2em;
}

#gallery-sidebar p.next-btn {
	margin-right: 5px;
	padding-right: 0;
	position: absolute;
	top: -2em;
	right: 0;
}

/* Thanks to www.brightcherry.co.uk for the inspiration for this cool technique. I have modified it a bit to work in Safari along with some added alpha transparency (Thanks, Aaron Gustafson http://easy-designs.net for inspiring me to check out alpha transparency.) */

p#default-image {
	z-index: -1;
}

#gallery-sidebar ul li a img.displayed {
	position: absolute;
	top: 2px;
	left: -480px;
	visibility: hidden;
	z-index: 5;
}

#gallery-sidebar ul li a:active img.displayed,
#gallery-sidebar ul li a:focus img.displayed,
#gallery-sidebar ul li a:hover img.displayed,
#gallery-sidebar ul li a:active cite,
#gallery-sidebar ul li a:focus cite,
#gallery-sidebar ul li a:hover cite {
	visibility: visible;
}

#gallery-sidebar ul li a cite {
	font-size: 1.2em;
	position: absolute;
	top: 335px;
	left: -480px;
	visibility: hidden;
	z-index: 5;
}

#gallery-sidebar ul li a:hover cite {
	color: #2478be;
	background: #fff; /* This avoids viewable text overlap. */
}

#gallery-sidebar cite {
	font-weight: normal;
	background: #fff; /* This avoids viewable text overlap. */
	padding-right: 200px;
}

#gallery-sidebar cite.portrait {
	padding-left: 100px;
	background: #fff;
}

#gallery-sidebar strong {
	font-size: 1.2em;
	font-weight: bold;
	font-style: normal;
}

#gallery-sidebar em {
	color: #77787B;
	display: block;
	font-style: normal;
	font-weight: normal;
	margin-top: 20px;
}

p.gal_directions {
	float: left;
	display: block;
	width: 100%; /* Targets IE wrapping */
}

#gallery-sidebar ul li a img.pt {
	background: #fff;
	padding: 0 100px;
}

/*****************************************************************************/
/* Contact Form */
/****************************************************************************/

fieldset#contact-form {
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	margin: 0 0 10px 0;
	padding: 0;
	border: 1px solid #ccc;
	background: #fff;
	width: 95%;
}
		
legend {
	font-size: 1em;
	font-weight: bold;
	margin: 0 0 0 15px;
	color: #F16523;
}

label {
	float: left;
	width: 8em;
}
		
textarea {
	width: 220px;
	height: 100px;
}
		
textarea:hover {
	background: #D2FFFF;
}

input {
	width: 220px;
}
		
input[type="text"]
input[type="file"],
textarea {
	border-top: 2px solid #999;
	border-left: 2px solid #999;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
	
input[type="submit"] {
	margin-right: 1em;
	cursor: pointer;
}

input[type="reset"] {
	cursor: pointer;
}
			
input:focus,
textarea:focus {
	background: #D2FFFF;
}
	
input:hover {
	background: #D2FFFF;
}
		
.required {
	color: #E54725;
}

.message {
	margin-left: 20px;
}

.warning {
	display: block;
	margin-left: 80px;
}

/*****************************************************************************/
/* Contact Form Lists */
/****************************************************************************/

fieldset#contact-form ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

fieldset#contact-form ol li {
	background: none;
	margin: 1em 0 0 20px;
	padding: 0;
}

/*****************************************************************************/
/* Submit Buttons */
/****************************************************************************/
		
.button {
	border-top: 1px solid #999;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	border-left: 1px solid #999;
	background: #fff;
	float: left;
	margin-bottom: 1em;
	width: 6.2em;
}
		
.button:hover {
	border-top: 1px solid #333;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: 1px solid #333;
	background-color: #fff;
	color: #F16523;
}





