/* -----------------------------------------------
Global Styles - Screen
----------------------------------------------- */

/* Copyright James Dunn */

/* -----------------------------------------------
General Styles
----------------------------------------------- */
* {
	margin: 0;
	padding: 0;
	}

body {
	background: #000 url(/images/background/body_bg.gif) repeat-x;
	}

#container {
	width: 980px;
	margin: 0 auto;
	height: 100%;
	}

.hidden {
	display: none;
	}

a {
	color: #ffae00; /* or #ffc600 */
	text-decoration: none;
	}
	
a:hover {
	text-decoration: underline;
	}

acronym {
	border-bottom: 1px dotted;
	}

/* Pre Header */	
#pre_header {
	border-right: 5px solid #432a02;
	height: 141px;
	width: 100%;
	}
	
#pre_header_left {
	float: left;
	background: #211200;
	width: 347px;
	height: 100%;
	}

#pre_header_left img {
	border: none;
	margin: 5px 0 0 5px;
	}
	
#pre_header_right {
	float: left;
	background: url(/images/background/pre_content_bg.gif) no-repeat 23px bottom;
	height: 100%;
	width: 633px; /* IE6 Fix Here */
	}
	
/* Navigation */
#navigation {
	height: 34px;
	width: 100%;
	border-right: 5px solid #432a02;
	}
	
/* Primary Navigation */
#primary_navigation {
	height: 34px;
	width: 347px;
	float: left;
	}

#primary_navigation ul {
	height: 34px;
	border-left: 1px solid #894901;
	}
	
#primary_navigation li {
	float: left;
	list-style-type: none;
	border-right: 1px solid #894901;
	height: 34px;
	text-align: center;
	}
	
#primary_navigation li a {
	font: 12px "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	color: #612c00;
	text-decoration: none;
	height: 25px;
	width: 68px;
	display: block;
	padding: 9px 0 0 0;
	}
	
#primary_navigation li a:hover {
	background: #ffae00;
	}

#primary_navigation li .primary_selected {
	background: #894901;
	color: #fff;
	}

#primary_navigation li a:hover.primary_selected  {
	background: #894901;
	}
/* Secondary Navigation */
#secondary_navigation {
	float: left;
	width: 633px; /* IE6 Fix Here */
	height: 34px;
	background: url(/images/background/secondary_nav_bg.gif) no-repeat 20px 0;
	}
	
#secondary_navigation ul {
	float: right;
	}
	
#secondary_navigation li {
	list-style-type: none;
	text-align: right;
	font: 19px Georgia, "Times New Roman", Times, serif;
	letter-spacing: -1px;
	text-transform: lowercase;
	margin: 4px 8px 0 0;
	}
	
#secondary_navigation li a {
	color: #fff;
	text-decoration: none;
	}

#secondary_navigation li a:hover {
	color: #000;
	background: #fff;
	}

/* Page Content */
#page_content {
	width: 100%;
	background: url(/images/background/page_content_bg.gif) repeat-y;
	border-right: 5px solid #6e4102;
	min-height: 191px;
	}

#page_content.whole_pager {
	background: url(/images/background/whole_pager_bg.gif) no-repeat 389px 48px;
	}

/* Page Header */
#page_header {
	height: 48px;
	width: 100%;
	/*min-height: 100%;*/
	background: url(/images/background/page_header_bg.gif) no-repeat;
	}

#left_panel_header {
	height: 48px;
	width: 323px;
	float: left;
	padding: 0 12px 0 12px;
	}
	
#right_panel_header {
	float: left;
	width: 413px; /* IE6 Fix Here */
	height: 48px;
	padding: 0 0 0 220px;
	}
	
/* Page Contents: LEFT */
#left_panel_header h1, #left_panel_header h1 a {
	font: 30px Georgia, "Times New Roman", Times, serif;
	color: #fff;
	text-transform: lowercase;
	letter-spacing: -1px;
	margin: 6px 0 0 0;
	text-decoration: none;
	}
	
#left_panel_header h1 a:hover {
	color: #ffae00;
	}

#page_content_left {
	width: 323px;
	min-height: 191px;
	float: left;
	background: url(/images/background/page_content_left_bg.gif) repeat-x;
	padding: 7px 12px;
	}

#page_content_right {
	width: 633px; /* IE6 Fix Here */
	float: left;
	background: url(/images/background/page_content_right_bg.gif) no-repeat;
	min-height: 191px;
	}
	
/* Panel Contents: RIGHT */
#right_panel_header {
	font: 11px "Trebuchet MS", Verdana, Arial, sans-serif;
	color: #ff7800;
	text-transform: lowercase;
	}

#right_panel_header a {
	text-decoration: none;
	}
	
/* Page Content Left Styles */
#page_content_left p {
	font: 11px "Trebuchet MS", Verdana, Arial, sans-serif;
	color: #b4ab8d;
	line-height: 18px;
	margin: 0 0 9px 0;
	}
	
#page_content_left h2, .right_module h4 {
	color: #fff;
	font: 19px Georgia, "Times New Roman", Times, serif;
	letter-spacing: -1px;
	margin: 0 0 4px 0;
	}
	
#page_content_left h3 {
	font: 15px Arial, Helvetica, sans-serif;
	color: #fff;
	text-transform: lowercase;
	letter-spacing: -1px;
	margin: 0 0 3px 0;
	}
	
#page_content_left ul, #page_content_left ol {
	margin: 2px 0 12px 20px;
	}
	
#page_content_left li {
	font: 11px "Trebuchet MS", Verdana, Arial, sans-serif;
	color: #b4ab8d;
	list-style-type: square;
	margin: 0 0 5px 0;
	line-height: 16px;
	}
	
#page_content_left ol {
	list-style-type: decimal-leading-zero;
	}
	
img.float_left {
	float: left;
	padding: 0 6px 4px 0;
	border: none;
	}	

img.float_right {
	float: right;
	padding: 0 0 4px 6px;
	border: none;
	}		
	

	
/* Page Content Right Styles */
#page_content_right h2, #page_content_right h2 a, .whole_pager h2 {
	/* Backup for sIFR */
	font-family: "ShelleyAllegro BT", Georgia, "Times New Roman", Times, serif;
	padding: 4px 0 0 0;
	color: #b4ab8d;
	}
	
#page_content_right h2 a:hover {
	text-decoration: none;
	color: #ffae00;
	}
	
.right_module {
	width: 586px;
	min-height: 102px;
	background: url(/images/background/right_module_top_bg.gif) no-repeat;
	margin: 0 auto 10px auto;
	clear: left;
	}
	
.right_module_footer {
	width: 586px;
	background: url(/images/background/right_module_lower_bg.gif) no-repeat bottom;
	margin: 0 auto 0 auto;
	clear: left;
	height: 9px;
	}

#page_content_right .right_module h2 {
	width: 460px;
	}
	
#page_content_right .half_module h2 {
	width: 152px;
	}

.whole_pager .wide_module h2 {
	width: 840px;
	}

.right_module p, .half_module p, .wide_module p {
	font: 11px Georgia, "Times New Roman", Times, serif;
	color: #c66b00;
	padding: 0 0 4px 0;
	}

.right_module ul, .half_module ul {
	margin: 0 0 0 20px;
	}
	
.right_module ol, .half_module ol {
	margin: 0 0 0 27px;
	}
	
.right_module li, .half_module li {
	font: 11px Georgia, "Times New Roman", Times, serif;
	color: #c66b00;
	list-style-type: square;
	margin: 0 0 4px 0;
	line-height: 14px;
	}
	
.right_module ol li, .half_module ol li {
	list-style-type: decimal;
	}

		
.module_content {
	padding: 0 9px;
	}
	
h3.right_intro_header {
	font: 40px Georgia, "Times New Roman", Times, serif;
	color: #463012;
	font-style: italic;
	text-transform: lowercase;
	letter-spacing: -3px;
	text-align: right;
	padding: 0 12px 4px 0;
	}
	
.half_module  {
	width: 270px;
	min-height: 103px;
	background: url(/images/background/half_module_top_bg.gif) no-repeat;
	float: left;
	margin: 0 0 0 25px; /* IE6 fix here */
	}
	
.half_module_footer {
	width: 270px;
	background: url(/images/background/half_module_lower_bg.gif) no-repeat bottom;
	clear: left;
	height: 9px;
	}
	
.wide_module {
	width: 961px;
	margin: 0 0 10px 0;
	background: url(/images/background/wide_module_top_bg.gif) no-repeat;
	clear: left;
	}
	
.wide_module_footer {
	width: 961px;
	height: 9px;
	background: url(/images/background/wide_module_footer_bg.gif) no-repeat bottom;
	clear: left;
	}



/* Specific Module Styles */

#web_designer {
	background: url(/images/background/web_designer.gif) no-repeat;
	height: 124px;
	width: 611px;
	margin: 10px auto;
	}
	


#about_teaser img {
	border: none;
	float: left;
	width: 76px;
	margin: 0 9px 0 0;
	}

#about_teaser p {
	float: left;
	width: 465px;
	}
	
#portfolio_teaser {
	}

.portfolio_teaser_item {
	float: left;
	width: 76px;
	height: 110px;
	margin: 0 21px 0 0;
	}
	
#last_portfolio_teaser {
	margin: 0;
	}

.portfolio_teaser_item img {
	border: none;
	}

.portfolio_teaser_item p {
	font: 10px Tahoma, Verdana, Arial, sans-serif;
	text-align: center;
	margin: 2px 0 0 0;
	}

.portfolio_teaser_item a {
	color: #fff;
	}
	
.portfolio_image img {
	border: none;
	margin: 0 auto;
	}
	
.portfolio_image p {
	margin: 2px 0 0 0;
	}

	
/* -----------------------------------------------
Specific Page Styles
----------------------------------------------- */
/* About Page */

#about_map {
	width: 600px;
	height: 600px;
	margin: 0 auto;
	}

	
/* Footer */
#footer {
	width: 100%;
	clear: left;
	height: 14px;
	}
	
#footer p {
	font: 10px "Trebuchet MS", Verdana, Arial, sans-serif;
	color: #958e70;
	}
	
p#copyright {
	float: left;
	padding: 0 0 0 9px;
	}
	
p#footer_links {
	float: right;
	padding: 0 28px 0 0;
	}
	
/* -----------------------------------------------
Entry Forms
----------------------------------------------- */
.entry_form dl, .entry_form form {
	font: 11px Georgia, "Times New Roman", Times, serif;
	color: #c66b00;
	line-height: 18px;
	}
	
.entry_form form {
	padding: 6px 0 6px 12px;
	margin: 3px 0 0 0;
	width: 369px;
	}
	
.format_required {
	color: #958e70;
	}
	
.entry_form input {
	padding: 1px 0 0 2px;
	font: 13px "Trebuchet MS", Verdana, Arial, sans-serif;
	color: #ffae00;
	height: 20px;
	width: 250px;
	margin: 0 0 6px 0;
	}

.entry_form textarea {
	padding: 0 0 0 2px;
	font: 13px "Trebuchet MS", Verdana, Arial, sans-serif;
	color: #ffae00;
	height: 180px;
	width: 552px;
	margin: 0 0 6px 0;
	border: 1px solid #984000;
	background-color: #000;
	}
	
#realname, #email, #message, #url, #subject, #comment-author, #comment-email, #comment-url, #captcha_code  {
	border: 1px solid #984000;
	background-color: #000;
	}
	
#url, #email, #comment-email, #comment-url {
	text-transform: lowercase;
	}
	
input#captcha_code {
	margin: 0 0 3px 0;
	}
	
input#comment-bake-cookie {
	width: 15px;
	position: relative;
	top: 3px;
	margin: 0 5px 0px 0;
	}
	
input#submit, input#comment-submit {
	color: #000;
	font-size: 11px;
	height: 20px;
	width: 70px;
	padding: 0;
	}
	
.contact_method {
	margin: 0 0 15px 0;
	}
	
.alert_box {
	background-color: #496391;
	border: 1px solid #6f82a9;
	padding: 6px 0 6px 12px;
	width: 369px;
	}
	
.entry_form#post_comment form {
	padding: 0;
	margin: 0 0 0 3px;
	}
	
#page_content_left p.entry_date {
	font-style: italic;
	}

/* Blog Comment Styles */	
.comment {
	background: #110b00;
	border-left: 1px dotted #984000;
	border-right: 1px dotted #984000;
	padding: 7px 10px 1px 10px;
	margin: 0 0 15px 0;
	}

#page_content_left .comment.from_james p {
	color: #c66b00;
	}

.comment.from_james {
	background: #211500;
	border-left: 1px solid #c57c00;
	border-right: 1px solid #c57c00;
	}
	
#page_content_left p.commenter_id {
	font-size: 16px;
	}

#page_content_left p.comment_date {
	color: #984000;
	}	
	
.left_seperated_section {
	border-bottom: 1px solid #b4ab8d;
	margin: 0 0 20px 0;
	}
	
#about_map p {
	font: 11px "Trebuchet MS", Verdana, Arial, sans-serif;
	}
	
/* -----------------------------------------------
Photos Page
----------------------------------------------- */
.photo_category h3 {
	font: 11px Tahoma, Verdana, Arial, sans-serif;
	color: #958e70;
	line-height: 12px;
	/*height: 25px;*/
	width: 90px;
	}
	
.gallery_cover {
	float: left;
	width: 90px;
	height: 120px;
	margin: 0 6px 10px 0;
	}
	
.gallery_cover img {
	width: 70px;
	height: 70px;
	border: none;
	padding: 4px;
	border: 1px solid #5a2200;
	}
	
.gallery_cover a:hover img, .gallery_cover a:hover { /* duplication necessary for cross browser support */
	background-color: #894901;	
	}
	
	
#thumbarea {
	
	}
	
#thumbarea img {
	width: 43px;
	height: 43px;
	padding: 2px;
	border: 1px solid #5a2200;
	margin: 0 4px 4px 0;
	float: left;
	}	

#thumbarea a:hover img, #thumbarea a:hover { /* duplication necessary for cross browser support */
	background-color: #894901;
	}

#bigPhoto img {
	border: none;
	}
	
/*---- sIFR ---*/
.sIFR-flash {
	visibility: visible !important;
	margin: 0;
	padding: 0;
}

.sIFR-replaced, .sIFR-ignore {
	visibility: visible !important;
}

.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/*---- Header styling ---*/
.sIFR-active .right_module h2, .sIFR-active .half_module h2, .sIFR-active .wide_module h2 {
	visibility: hidden;
	font-family: Verdana;
	line-height: 1em;
	
	font-size: 30px;
	}
