
/*
 * Generic
 */
 
a:hover {
	font-weight: bold;
}
 
button {
	background: #f57546;
	border: none;
	padding: 5px 9px;
	color: #fff;
	font-size: 1.1em;
	font-family: inherit;
	float: right;
}

.foot-note {
	font-size: 0.9em;
}


/*
 * Page Header
 */
 
#email_img {
	padding-top: 8px;
	margin-bottom: 0px !important;
	margin-right: 4px;
}

#menu a:hover {
	font-weight: normal !important;
}

/*
 * Page Content
 */
 
.content-wrapper {
	float: left;
	width: 948px;
	margin-left: 25px;
	padding: 20px 15px 0px 0px;
}

.content-wrapper h2 {
	font-size: 1.1em;
	font-weight: bold;
}

.content-wrapper .border-separator {
	margin-top: 15px;
}

.side-content {
	float: left;
	width: 220px;
	#padding: 0px 0px 15px;
}

.side-content-text {
	width: 85%;
	float: left;
	clear: left;
}

.side-content-text a {
	color: #666666;
	font-weight: bold;
}

.side-content-text a:hover {
	color: #f57546;
	font-weight: bold;
}

.side-content-note {
	font-weight: bold;
}

.side-content p {
	margin: 7px 0px 10px 0px;
}

.side-content .border-separator {
	margin: 10px 0px;
	width: 185px;
}

.side-content-date {
	margin: 2px 0px 5px;
	float: left;
	clear: left;
	color: #aaa;
}

.content-images {
	margin-left: 7px;
}

.content-images img {
	margin: 0px 0px 10px;
}

.content-images ul, .content-images li {
	width: 700px;
	height: 525px;
	margin-bottom: 10px;
}

.content-images li {
	float: left;
}

.right-col-content {
	width: 710px;
	float: left;
	clear: none;
}

.left-col-content {
	width: 235px;
	float: left;
	clear:left;
}


/*
 * About Content
 */
 
#about_content {
	margin-top: 25px;
}

#about_content ul {
	float: left;
	clear: left;
	margin-bottom: 20px;
}

#about_content li {
	line-height: 18px;
}

#about_main {
	float: left;
	width: 330px;
	margin-right: 45px;
}

#about_left {
	float: left;
	width: 190px;
}

#about_right {
	float: left;
	width: 130px;
}

#about_right a {
	color: #666666 !important;
}


/*
 * Image Controllers
 */

.marker-wrapper {
	float: left;
	clear: left;
}

.marker-wrapper ul {
	float: left;
	margin-top: 15px;
	margin-bottom: 20px;
}

.marker-wrapper li {
	display: inline;
}

.marker-wrapper a {
	cursor: pointer;
}

.marker-wrapper img {
	padding: 4px 0px;
	margin: 0px -1px;
}

.image-controls-wrapper {
	margin-top: 5px;
	height: 7px;
	display: block
}

.image-controls-wrapper a {
	color: #666666;
	cursor: pointer;
}

.image-controls-wrapper a:hover {
	color: #f57546;
}

.image-button-left {
	float: left;
	clear:none;
}

.image-button-right {
	float: right;
	clear: none;
}



.disabled-image-btn {
	color: #aaaaaa !important;
}

.disabled-image-btn:hover {
	font-weight: normal;
	pointer: cross;
	color: #aaaaaa}


/*
 * Contact Page
 */
 
#contact-image {
	margin-bottom: 25px;
}

#contact-content {
	margin-left: 7px;
}
 
#contact-form {
	margin-top: 10px;
	float: left;
	clear: left;
}

#contact-form div {
	margin-bottom: 10px;
}

#contact-form label {
	width: 90px;
	display: inline-block;
	color: #f57546;
	margin-top: 0px;
}
 
#contact-form input, #contact-form textarea {
	width: 180px;
	border: none;
	background-color: #c9c9c9;
	padding: 5px;
	font-family: Courier,serif;
	color: #fff;
	font-size: 1.1em;
}

#contact-form textarea {
	width: 240px;
}

#contact-left, #contact-right {
	float: left;
}

#contact-left {
	clear: left;
	width: 60%;
}

#contact-right {
	width: 39%;
	clear: none;
}

#contact-right address {
	display: inline;
	width: 180px;
	line-height: 16px;
}

#contact-right div {
	margin-bottom: 25px;
}

#address-label {
	float: left;
	clear: none;
	height: 100px;
	margin-right: 17px;
}

.contact-header {
	font-weight: bold;
	font-size: 1.1em;
	color: #f57546;
}

#contact-message-label-wrap {
	display:inline;
	height: 100px;
}

#contact-message-label-wrap label {
	vertical-align: top;
}

/*
 * Work Page
 */
 
.side-content-worklist a {
	color: #666666;
}

.side-content-worklist a:hover {
	color: #f57546}

.side-content-worklist #current_entry {
	color: #f57546 !important;
}

.side-content-worklist {
	margin-bottom: 6px;
}


/*
 * Blog Page
 */
 
.blog-controls {
	margin-left: 25px;
	float: left;
	width: 948px;
}

/*
 * Page Footer
 */
 
.page-bottom {
	float: left;
	margin-top: 35px;
	margin-left: 7px;
	font-size: 0.9em;
	width: 100%;
	color: #aaa;
}

.page-bottom a {
	color: inherit;
}

.page-bottom .float-right {
	padding-right: 8px;
}
