/* 
Width: 960px 
Golden Number: 1.618
960 / 1.618 = 593.325 =± 593px 
593.325 / 1.618 = 366.702 =± 367px
366.702 / 1.618 = 226.639 =± 227px
226.639 / 1.618 = 140.073 =± 140px
140.073 / 1.618 = 86.571 =± 87px
86.571 / 1.618 = 53.504 =± 53px
593/3
Note: the problem due to rounding that 367 + 227 = 594 not 593, so the 227s  get a margin-left of -1.
Warning: Golden is for divs only, not p's, h's, etc as these have margins set and it breaks

Colors

Dark maroon: #782628
Header red: #a42c2d
Header lighter red: #cb4142
yellow: #faca2f
deeper yellow: #eabf29
cobalt: #999999 (system)
lime: #95a419 (link)
purpley: #4c557d
khaki: #534615
*/

* 
{
	padding: 0;
	margin: 0;
}

body
{
	font-family: "Myriad Pro",MyriadPro,"Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif,Helvetica,"Helvetica Neue",Arial,sans-serif;
	font-size: 14px; /* For OS X, which has Myriad. JS file sets Windows, which has Lucida only, to 12px */
	margin: 0;
	color: #999;
}

input,
select,
.input
{
	font-family: "Myriad Pro",MyriadPro,"Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif,Helvetica,"Helvetica Neue",Arial,sans-serif;
}

.input
{
	width: 100%;
	background: #bababa;
	color: #fff;
	font-size: 120%;
}

.wrapper
{
	margin: 0;
}

.wrapper-inner
{
	width: 960px;
	margin: 0 auto;
	position: relative;
}

p,
h1,
h2,
h3,
h4,
ul,
ol,
blockquote,
label,
code
{
	margin-left: 24px;
	margin-right: 24px;
	margin-left: 30px;
	margin-right: 30px;
}

code
{
	background: url('/images/textured-yellow-bg.png') #fdbb00;
	background: #f9f9f9;
	background: #eee;	
	border: 0px solid #333;
	font-family: Monaco, Verdana, Sans-serif;
	font-size: 11px;
	color: #002166;
	display: block;
	margin: 10px 0 5px 0px;
	margin-left: 30px;
	padding: 12px 10px 12px 10px;
	margin-left: -216px;
	width: 755px;
}

h1
{
	line-height: 120%;
	font-size: 200%;
	font-weight: normal;
	margin-top: 36px;
	margin-right: 30px;
	margin-bottom: 36px;
/*	text-shadow: 2px 2px 1px #eee; */
}

h2
{
	font-size: 110%;
	margin-left: 30px;
	margin-bottom: 1ex;
}

#display h2
{
/*	text-shadow: 2px 2px 1px #eee; */
}

#display .comment h2,
#display #comment-form h2
{
	font-weight: bold;
}

#display .comment h2
{
	text-shadow: 2px 2px 1px #333;
}

#display .date
{
	text-shadow: 1px 1px 1px #333;
}

#display #comment-form h2
{
	text-shadow: 0px 0px 0px #333;
}

#display .owner-comment h2
{
	text-shadow: 0px 0px 0px #ddd;
	font-weight: normal;
}

#display .owner-comment .date
{
	text-shadow: 1px 1px 1px #ddd;
}

a
{
	text-decoration: none;
	color: #666;
}

a:hover
{
	background: #999;
	color: #fff;
	border-radius: 4px;
    border-radius: 4px;
	-webkit-border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px; 
	-moz-border-radius: 4px;
}

#menus a:hover,
#menus a:active
{
	background: none;
	color: #fff !important;
}


a img
{
	border: 0;
}

ul,
ol 
{
	padding-left: 1em;
	text-indent: 0em;
}

.clearer
{
clear: both;
line-height: 0 !important;
margin: 0;
padding: 0;
}

.clear
{
	clear: left;
}

.teaser
{
	font-weight: bold;
}

.hilite
{
	background-color: #ff0;
}

tt
{
	font-size: 82%;
	border: 1px solid #ddd;
	background: #eee;
	border-radius: 5px;
    border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px; 
	-moz-border-radius: 5px;
	padding-left: 3px;
	padding-right: 3px;	
}

.shadow 
{
	-moz-box-shadow: 2px 2px 5px #999;
	-webkit-box-shadow: 2px 2px 5px #999; 
}

.underneath
{
	-moz-box-shadow: 0 !important;
	-webkit-box-shadow: 0 !important; 
}

/******
@GOLDENS
*******/

.goldens,
.thirds,
.quarters,
.fifths
{
	float: left;
}

.larger-goldens
{
	width: 593px;
}

.smaller-goldens,
.larger-goldens .larger-goldens
{
	width: 367px;
}

.larger-goldens .smaller-goldens,
.smaller-goldens .larger-goldens,
.larger-goldens .larger-goldens .larger-goldens
{
	width: 227px;
	margin-left: -1px;
}

.smaller-goldens .smaller-goldens,
.larger-goldens .smaller-goldens .larger-goldens,
.smaller-goldens .larger-goldens .larger-goldens,
.larger-goldens .larger-goldens .smaller-goldens
{
	width: 140px;
}

.larger-goldens .smaller-goldens .smaller-goldens,
.smaller-goldens .larger-goldens .smaller-goldens,
.smaller-goldens .smaller-goldens .larger-goldens 
{
	width: 87px;
}

.smaller-goldens .smaller-goldens .smaller-goldens
{
	width: 53px;
}

.thirds
{
	width: 320px;
}

.larger-goldens .thirds
{
	width: 197px;
}

.smaller-goldens .thirds,
.larger-goldens .larger-goldens .thirds
{
	width: 122px;
}

.quarters
{
	width: 240px;
}

.fifths
{
	width: 190px;
}

.outdent
{
	margin-left: -140px;
	float: left;
}

.outdent2
{
	margin-left: -227px;
	float: left;
}

/******
@HEADER
*******/

#header-outer
{
	background: #a42c2d url(/images/engaging-ball.png) ;
	background: #999999;
	background: #999999 url(/images/plain-bg.png) repeat-x;
	background: #999999 url(/images/lit-bg.png) repeat-x;
	background: #a42c2d url(/images/engaging-bg.jpg) repeat-x;
}

#header-outer img
{
	position: absolute;	
}

#header-outer #ball-a
{
	top: 174px;
	left: 174px;
}

#header-outer #ball-b
{
	top: 174px;
	left: 0;
}

#header-outer #ball-c
{
	left: 174px;
	top: 87px;
}

#header-outer #knockout-a
{
	left: 261px;
	top: 0px;
}

#header-outer .ball
{
	display: none; 
}

#header
{
	margin-bottom: 0;
	margin-top: 0;
	position: relative;
	height: 100px;
}

.homepage #header
{
	height: 300px;
}

#jam-icon
{
	position: absolute;
	top: 5px;
	right: 300px;
	right: 500px;
	z-index: 3;
	width: 72px;
}

.homepage #jam-icon
{
	top: 11px;
	left: -15px;
	width: 230px;
}

#cinema-screen
{
	position: absolute;
	top: 0px;
	right: 233px;
	right: 433px;
	height: 65px;
}

.homepage #cinema-screen
{
	top: -13px;
	left: 277px;
	height: 225px;
}

#login
{
	position: absolute;
	color: #fff;
	top: 10px;
	left: 0;
}

#login p
{
	margin-bottom: 5px;
}

#login a:link,
#login a:visited
{
	color: #fff !important;
	
}

#login input[type=text],
#login input[type=password]
{
	font-size: 90%;
	width: 140px;
	color: #fff;
}

.homepage #login
{
	top: 5px;
	right: 5px;
	text-align: right;	
}

.homepage #login p
{

}


#logo 
{
	position: absolute;
	bottom: -20px;
	right: 25px;
	width: 225px;
	z-index: 6;
}

/*
.homepage #logo 
{
	top: 120px;
	right: 145px;
	width: 425px;
}
*/

#services-list
{
	position: absolute;
	top: 27px;
	right: 5px;
	color: #fff;
	text-align: right;
	line-height: 110%;
	font-size: 90%;
}

#intro
{
	position: absolute;
	font-size: 200%;
	top: 100px;
	left: 370px;
	color: #fff;
	width: 593px;
	text-shadow: 2px 2px 3px #333;
}

#intro sup
{
	font-size: 50%;
	display: none;
}

#footnotes
{
	display: none;
	position: absolute;
	top: 10px;
	right: 0;
	color: #fff;
}

#footnotes .footnote
{
	font-size: 80%;
	text-align: right;
	margin-bottom: 0;
}

#footnotes a:link,
#footnotes a:visited
{
	font-weight: 900;
	color: #fff;
}


/*
.homepage #services-list
{
	top: 207px;
	right: 285px;
}
*/

#header #contact 
{
	position: absolute;
	top: 245px;
	right: -55px;
	color: #eee;
	line-height: 110%;
	font-size: 90%;
	display: none;
}

/******
@TITLE
*******/

#title-outer
{
	/*
	background: #999999;
	background: #999999 url(/images/lit-bg.png) repeat-x; 
	*/
	background: #a42c2d url(/images/engaging-bg.jpg) repeat-x 0 -100px;
}

#title-outer.homepage
{
	background-position: 0 -300px;
}

#title
{
	background: #fff;	
}

#subtitle-display
{
	font-size: 90%;
	text-align: right;
	text-align: left;
}

#subtitle-display p
{
	margin-right: 0;
}

/******
@MAIN
*******/

#main-outer
{
	background: #782628 url(/images/engaging-bg.jpg) repeat-x;
	background: #fff;
}

#main
{
clear: both;
background: #fff;
}

/******
@ELSEWHERE
*******/

#elsewhere
{
	background: #fff;
	font-size: 90%;
	line-height: 110%;
	margin-top: 150px;
	z-index: 999;
}

#elsewhere a:link,
#elsewhere a:visited
{
	color: #666;
}

#elsewhere a:hover
{
	color: #fff;
	background: #999;
}


#elsewhere p,
#elsewhere h2
{
	margin-bottom: 3ex;
	margin-right: 24px;
	margin-left: 24px;
}

/******
@MENUS
*******/

#menus
{
	margin-top: 105px;
	z-index: 3;
	margin-left: 14px;
	margin-left: 0;
	margin-left: -12px;
	margin-bottom: 30px;
}

#menus .entry
{
	margin-top: 24px;
	margin-bottom: 24px;
}

#menus h2
{
	padding-bottom: 20px;
	text-transform: capitalize;
	display: block;
}

#menus h2 a
{
	color: #fff;
}

#menus h3
{
	font-weight: normal;
	line-height: 110%;
	/* Tried a fixed width but doesn't reduce the wobbling on puff -- ah well */
}

#menus p
{
	text-align: right;
	line-height: 133%;
	font-weight: bold;
	display: none;
}

#menus .active h3
{
	padding-top: 24px;
	padding-top: 12px;
}

#menus .active h3 a:link,
#menus .active h3 a:visited,
#menus .active h3 a:hover
{
	cursor: default;
	color: #999 !important;
}

#menus .banner
{
	display: none;
}

#menus .active .banner
{
	display: block;
	margin-top: -5px;
}

#menus .active
{
	display: block;
	text-shadow: 1px 1px 1px #eee;
	-moz-box-shadow: 0 !important;
	-webkit-box-shadow: 0 !important; 
	margin-left: -10px;
	margin-right: -10px;
	padding-left: 10px;
	padding-right: 10px;
	border-bottom: 0;
	padding-top: 12px;
	padding-bottom: 18px;
}

#menus .active p
{
	display: block;
	text-shadow: 1px 1px 1px #eee;
}

#menus a
{
	color: #fff;
}

.menu .entry
{
	display: none; 
}

.displayed div
{
	display: block !important;
}

#menus h2
{
	cursor: pointer;
}

#menus .displayed h2
{
	cursor: default;
}

.menu
{
	line-height: 115%;
	padding-top: 5px;
	color: #fff;
	margin-top: -40px !important;
	margin-left: 12px;
	width: 203px; /* not 227px -- reduce the width of the menus cos it just looked overcrowded */
}

#menus .active
{
	color: #999999;	
}


/******
MENUS > @STANDARDS
*******/

#standards
{
	background: #782628;
}

#standards h3 a
{
	color: #799052;
}

#standards .alt h3 a
{
	color: #666;
}

#standards .active p
{
	color: #999999;	
}


/******
@DISPLAY
*******/

#display
{
	background: #fff;
	margin-bottom: 110px;
}

#display h2
{
	margin-top: 2ex;
	font-weight: normal;
	font-size: 200%;
	margin-bottom: 2ex;
}

#display p,
#display ul,
#display ol
{
	margin-bottom: 1.5ex;
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 110%; /* New York Times size */
	font-size: 120%;
	line-height: 150%;
	color: #333;
}

#display ul ul,
#display ul ol,
#display ol ol,
#display ol ul
{
	font-size: 90%;
}

#display ol
{
	margin-left: 15px;
}

#display ul
{
	margin-left: 18px;
}

#display .notes ul,
#display .notes p
{
	font-family: "Myriad Pro",MyriadPro,"Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif,Helvetica,"Helvetica Neue",Arial,sans-serif;
	font-weight: bold;
	font-weight: normal;
	line-height: 110%;
	font-size: 100%;
	color: #999999;
	margin-left: 30px;
}

#display .notes a
{
	font-weight: normal !important;
}


.homepage #display p a,
.homepage #display li a,
.articles #display p a,
.articles #display li a
{
/*	text-shadow: 1px 1px 1px #ccc; */
	font-weight: bold;
}

.map
{
	margin-left: 30px;
	margin-right: 30px;
	border: 1px solid #000;
	clear: both;
	width: 528px;
	height: 325px;
}

.date
{
	margin-top: 36px;
	margin-bottom: 0;
	font-family: "Myriad Pro",MyriadPro,"Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif,Helvetica,"Helvetica Neue",Arial,sans-serif;
	font-weight: bold;
	font-weight: normal;
	line-height: 110%;
	font-size: 100%;
}

.author
{
	margin-top: 0;
	font-family: "Myriad Pro",MyriadPro,"Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif,Helvetica,"Helvetica Neue",Arial,sans-serif;
	font-weight: normal;
	line-height: 110%;
	font-size: 100%;
}

#display .illustration-holder
{
}

#display .illustration
{
	background: url(/images/frame.png) no-repeat;
	padding-top: 34px;
	padding-left: 33px;
	padding-right: 5px;
	margin-bottom: 0px;
	margin-top: -6px;
	margin-left: 15px;
	margin-right: 15px;
	/*
	margin-left: -122px;
	margin-right: 122px;
	*/
}

#display #color-image
{
	opacity: 0.01;
	filter:alpha(opacity=1)
}

#display .illustration-inner
{
	height: 312px !important;
	overflow-y: hidden;
	overflow-y: auto ;
}

#display .illustration-inner a:link
{
text-decoration: none;
background: transparent;
}


#display .illustration-after
{
	background: url(/images/frame.png) 0 421px repeat-y;
	height: 34px;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 20px;
	/*
	margin-left: -122px;
	*/
}

#display #stand
{
	float: left;
	margin-top: -30px;
	margin-left: -30px;
	margin-bottom: 10px;
	/*
	margin-left: -152px;
	*/
}

#display .notes
{
/*	margin-top: 65px; */
	margin-top: 5px; 
}

#display .notes ul
{
	text-align: right;
	font-size: 90%;
	line-height: 110%;
}

#display .notes li
{
	margin-bottom: 2ex;
	list-style: none;
}

#caption p,
#read-more p
{
	font-family: "Myriad Pro",MyriadPro,"Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif,Helvetica,"Helvetica Neue",Arial,sans-serif;
	font-weight: normal;
	font-size: 100%;
	line-height: 133%;
	color: #999;
}

#caption p
{
	font-weight: bold;
	margin-top: -18px;
	/*
	width: 197px;
	*/
}

#read-more
{
	float: right;
}

#read-more p
{
	color: #999999;
	text-align: right;
	margin-top: 0;
	margin-bottom: 0;
}

#dropcap 
{
	font-weight: normal;
	font-weight: bold;
	font-size: 650%;
	font-size: 625%;
	line-height: 1.8ex;
	line-height: 2.0ex;
	margin: 0 0.07em 0 0;
	float: left;
	margin-left: 30px;
	margin-bottom: -0.5ex;
	text-shadow: 3px 3px 3px #ccc;
}

#exclamation img
{
	width: 25px;
	margin-top: -35px;
	margin-right: -25px;
}

#display figure {
	max-height:  62vh;
	overflow-y: scroll;
}

#display figure img {
	max-width: 100%;
	height: auto;
}

/******
DISPLAY > @NEXT/PREV
*******/

#footer #prev
{
	margin-right: -53px !important;
	margin-left: 12px;
}

#footer #next
{
	margin-left: -53px !important;
	margin-right: 12px;
}

#prev,
#next
{
//	margin: 12px 30px;
//	padding: 12px;
}

#prev
{
	text-align: right;
}

#next
{
	float: right;
}

#prev p,
#next p
{
	font-family: "Myriad Pro",MyriadPro,"Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif,Helvetica,"Helvetica Neue",Arial,sans-serif;
	font-size: 14px; /* For OS X, which has Myriad. JS file sets Windows, which has Lucida only, to 12px */	
	width: 100%;	
	line-height: 110%;
	margin: 0;
	padding: 0;
}

#prev h3,
#next h3
{
	margin: 0;
	padding: 0;
	line-height: 110%;
	font-weight: normal !important;
}

#footer #prev a:link,
#footer #next a:link,
#footer #prev a:visited,
#footer #next a:visited
{
	font-weight: normal !important;
}


#license
{
	height: 300px;
	overflow-y: scroll;
	background: url('/images/textured-yellow-bg.png') #fdbb00;	
	display: block;
	margin: 10px 0 5px 0px;
	margin-left: 30px;
	padding: 12px 10px 12px 10px;
	margin-bottom: 10px;
}

#license p,
#license ul
{
	font-family: "Myriad Pro",MyriadPro,"Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif,Helvetica,"Helvetica Neue",Arial,sans-serif;
	font-size: 100%;
}

/******
DISPLAY > @PLANS
*******/

.plans #header
{
	display: none;
}

.plans #display p,
.plans #display ul,
.plans #display ol
{
	font-family: "Myriad Pro",MyriadPro,"Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif,Helvetica,"Helvetica Neue",Arial,sans-serif;
	font-size: 100%;
	line-height: 125%;
}

.plans #display ul,
.plans #display ol
{
	margin-left: 30px;
}

.plans #display p
{
	font-style: italic;
}

.plans #display ul,
.plans #display ol
{
	margin-top: 0;
}

.plans #display ul ul,
.plans #display ol ol
{
	margin-left: 0px;
}

.plans #display h2
{
	background: #eee;
	padding-left: 5px;
}

.plans #display h4
{
	color: #333;
	font-weight: normal;
	text-decoration: underline;
}

/******
DISPLAY > @COMMENTS
*******/

#display .comment,
#display #comment-form
{
	padding-top: 20px;
	padding-bottom: 10px;
	margin-bottom: 1px;
	font-size: 90%;
	width: 580px;
	float: right;
}

#display .comment h2,
#display .comment p.date,
#display #comment-form h2,
#display #comment-form p
{
	color: #fff !important;
	font-family: "Myriad Pro",MyriadPro,"Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif,Helvetica,"Helvetica Neue",Arial,sans-serif;
}

#display .comment h2,
#display #comment-form h2
{
	margin-top: 0;
	margin-bottom: 0.67ex;
}

#display .comment .date
{
	margin-top: 5px;
	margin-bottom: 0;
	width: 140px;
	text-align: right;
	float: right;
	font-family: "Myriad Pro",MyriadPro,"Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif,Helvetica,"Helvetica Neue",Arial,sans-serif;
	font-size: 100%;
	line-height: 110%;
}

#display .owner-comment
{
	background: #fff !important;
}

#display .owner-comment h2,
#display .owner-comment p,
#display .owner-comment p.date
{
	color: #777 !important;
}

#display .owner-comment a:hover
{
	color: #fff !important;
}

#comment-form .text-input
{
	width: 100%;
	font-size: 100%;
}

#comment-form #comment-textarea
{
	width: 100%;
	height: 100px;
	font-family: "Myriad Pro",MyriadPro,"Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif,Helvetica,"Helvetica Neue",Arial,sans-serif;
}

.comment,
#comment-form
{
	background: #999999;
	background: #999999 url(/images/plain-bg-lighter.png) repeat-x;
}

p.thank-you
{
	font-weight: bold;
	color: #a42c2d !important;
}

.screen-reader 
{
  display: block !important;
  left: -9999px !important;
  position: absolute !important;
}

/******
@FOOTER
*******/

#footer-outer
{
	background-position: 0 140px;
	background: #fff url(/images/plain-bg.png);
	margin: 0;
	margin-left: 0px;
	margin-top: 20px;
}

#footer
{
	color: #fff;
}

#footer-tab
{
	background: #717171;
	margin-top: 12px;
	height: 110px;
	margin-top: -110px;
	float: right;
	width: 580px;
}

#footer-box
{
	margin-top: 12px;
//	background: #999999 url(/images/plain-bg.png) repeat-x;
	background-position: 0 -100px;
}

#footer-box a:hover
{
	color: #fff !important;
	background: transparent !important;
}

#footer p
{
	margin: 12px 24px;
}

#footer #footer-tab p
{
	margin-left: 0;
	margin-right: 0;
}

#footer a:link,
#footer a:visited
{
	color: #fff;
	font-weight: bold
}

#footer a:hover
{
	background: #fff;
	color: #bbb;
}

#footer-tab a:link,
#footer-tab a:visited
{
	color: #fff;
}

#footer-tab a:hover
{
	color: #bbb;
}

#back-to-top p
{
	font-size: 150%;
	line-height: 100%;
/*	text-shadow: 2px 2px 3px #333; */
}

#about-us
{
	margin-top: 0 !important;
}

#contact
{
	text-align: right;
}

#copyright,
#back-to-top
{
	margin-bottom: 0px;
}

#copyright
{
	/* text-shadow: 2px 2px 2px #333; */
}

#back-to-top
{
	text-align: right;
}

/******
FOOTER > @NUGGETS
*******/

#nuggets
{
	margin-top: 24px;
	text-align: right;
	margin-left: 24px;
}

#nuggets ul
{
	padding-left: 26px;
}

#nuggets ul,
#nuggets li
{
	padding: 0;
	margin: 0;
}
	
#nuggets li
{ 
	width: 910px;
	height: 60px;
	font-size: 150%;
	overflow: hidden; 
	list-style: none;
}

#nuggets li .attribution
{
	text-shadow: 2px 2px 3px #333;
}

/******
@.HOMEPAGE (#eabf29)
*******/

.homepage #footer-box
{
	clear: both;
//	background: #eabf29;
//	background: #eabf29 url('/images/textured-yellow-bg.png');
}

.homepage #footer-box a:link,
.homepage #footer-box a:visited
{
	color: #666;
}

.homepage #footer-box a:hover
{
	color: #fff;
	background: transparent;
}

.tied-entries-message,
#display .tied-entries-message p
{
	font-size: 100%;
	line-height: 120%;
	margin: 0;
	margin-bottom: 0.25ex;
	padding: 5px;
	font-family: "Myriad Pro",MyriadPro,"Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif,Helvetica,"Helvetica Neue",Arial,sans-serif !important;
	color: red;
	background: yellow;
}

#docs-body h2
{
	border-bottom: solid 1px #999;
}

/******
#CORNERS
*******/

#title,
#footer-tab
{
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
	-webkit-border-top-right-radius: 20px;
	-webkit-border-top-left-radius: 20px;
	-moz-border-radius-topleft: 20px; 
	-moz-border-radius-topright: 20px;
}

.menu,
code,
#license
{
    border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px; 
}


#footer-box
{
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-webkit-border-bottom-right-radius: 20px;
	-moz-border-radius-bottomleft: 20px; 
	-moz-border-radius-bottomright: 20px; 

    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
	-webkit-border-top-left-radius: 20px;
	-webkit-border-top-right-radius: 20px;
	-moz-border-radius-topleft: 20px; 
	-moz-border-radius-topright: 20px; 
}


.comment,
#comment-form
{
    border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px; 
}

#prev
{
//	border-bottom-left-radius: 20px;
//	border-top-left-radius: 20px;
//	-webkit-border-bottom-left-radius: 20px;
//	-webkit-border-top-left-radius: 20px;
//	-moz-border-radius-bottomleft: 20px; 
//	-moz-border-radius-topleft: 20px; 
}

#next
{
//	border-bottom-right-radius: 20px;
//	border-top-right-radius: 20px;
//	-webkit-border-bottom-right-radius: 20px;
//	-webkit-border-top-right-radius: 20px;
//	-moz-border-radius-bottomright: 20px;
//	-moz-border-radius-topright: 20px;
}

#dvash 
{
left: -9999px !important;
position: absolute !important;
}

/******
PALETTES
*******/



#trail p,
#trail h3
{
	color: #eabf29;
}


#trail
{
	background: #f27b01;
}

#trail h3 a
{
	color: #ffffff;
}

#trail .alt h3 a
{
	color: #;
}

#trail .active
{
/*	border-bottom: 24px solid #f27b01; */
	background: #fff;
}

#trail .active p
{
	color: #999999;	
}

.trail #dropcap,
.trail a:link,
.trail a:visited
{
	color: #f27b01;
}

.trail a:hover
{
	background: #f27b01;
	color: #fff;
}

.trail #prev,
.trail #next
{
//	background: #f27b01;
}

.trail #prev p,
.trail #next p
{
	color: #fff;
}

.trail #next a:link,
.trail #next a:visited
{
//	color: #;
}

.trail #prev a:link,
.trail #prev a:visited
{
//	color: #ffffff;
}

.trail #next a:hover,
.trail #prev a:hover
{
//	color: #ffffff;
}

.trail #footer-box
{
//	background: #f27b01;
}

.trail #footer-box a:link,
.trail #footer-box a:visited
{
	color: #fff;
}

.trail #footer-box a:hover
{
	color: #fff;
	background: transparent;
}


#homepage
{
	background: #999999;
}

#homepage h3 a
{
	color: #666666;
}

#homepage .alt h3 a
{
	color: #eabf29;
}

#homepage .active
{
/*	border-bottom: 24px solid #999999; */
	background: #fff;
}

#homepage .active p
{
	color: #999999;	
}

.homepage #dropcap,
.homepage a:link,
.homepage a:visited
{
	color: #999999;
}

.homepage a:hover
{
	background: #999999;
	color: #fff;
}

.homepage #prev,
.homepage #next
{
//	background: #999999;
}

.homepage #prev p,
.homepage #next p
{
	color: #fff;
}

.homepage #next a:link,
.homepage #next a:visited
{
//	color: #eabf29;
}

.homepage #prev a:link,
.homepage #prev a:visited
{
//	color: #666666;
}

.homepage #next a:hover,
.homepage #prev a:hover
{
//	color: #666666;
}

.homepage #footer-box
{
//	background: #999999;
}

.homepage #footer-box a:link,
.homepage #footer-box a:visited
{
	color: #fff;
}

.homepage #footer-box a:hover
{
	color: #fff;
	background: transparent;
}


#news
{
	background: #eabf29;
}

#news h3 a
{
	color: #799052;
}

#news .alt h3 a
{
	color: #666;
}

#news .active
{
/*	border-bottom: 24px solid #eabf29; */
	background: #fff;
}

#news .active p
{
	color: #999999;	
}

.news #dropcap,
.news a:link,
.news a:visited
{
	color: #eabf29;
}

.news a:hover
{
	background: #eabf29;
	color: #fff;
}

.news #prev,
.news #next
{
//	background: #eabf29;
}

.news #prev p,
.news #next p
{
	color: #fff;
}

.news #next a:link,
.news #next a:visited
{
//	color: #666;
}

.news #prev a:link,
.news #prev a:visited
{
//	color: #799052;
}

.news #next a:hover,
.news #prev a:hover
{
//	color: #799052;
}

.news #footer-box
{
//	background: #eabf29;
}

.news #footer-box a:link,
.news #footer-box a:visited
{
	color: #fff;
}

.news #footer-box a:hover
{
	color: #fff;
	background: transparent;
}


#docs
{
	background: #c73c32;
}

#docs h3 a
{
	color: #eabf29;
}

#docs .alt h3 a
{
	color: #95a419;
}

#docs .active
{
/*	border-bottom: 24px solid #c73c32; */
	background: #fff;
}

#docs .active p
{
	color: #999999;	
}

.docs #dropcap,
.docs a:link,
.docs a:visited
{
	color: #c73c32;
}

.docs a:hover
{
	background: #c73c32;
	color: #fff;
}

.docs #prev,
.docs #next
{
//	background: #c73c32;
}

.docs #prev p,
.docs #next p
{
	color: #fff;
}

.docs #next a:link,
.docs #next a:visited
{
//	color: #95a419;
}

.docs #prev a:link,
.docs #prev a:visited
{
//	color: #eabf29;
}

.docs #next a:hover,
.docs #prev a:hover
{
//	color: #eabf29;
}

.docs #footer-box
{
//	background: #c73c32;
}

.docs #footer-box a:link,
.docs #footer-box a:visited
{
	color: #fff;
}

.docs #footer-box a:hover
{
	color: #fff;
	background: transparent;
}


#products
{
	background: #c73c32;
}

#products h3 a
{
	color: #eabf29;
}

#products .alt h3 a
{
	color: #95a419;
}

#products .active
{
/*	border-bottom: 24px solid #c73c32; */
	background: #fff;
}

#products .active p
{
	color: #999999;	
}

.products #dropcap,
.products a:link,
.products a:visited
{
	color: #c73c32;
}

.products a:hover
{
	background: #c73c32;
	color: #fff;
}

.products #prev,
.products #next
{
//	background: #c73c32;
}

.products #prev p,
.products #next p
{
	color: #fff;
}

.products #next a:link,
.products #next a:visited
{
//	color: #95a419;
}

.products #prev a:link,
.products #prev a:visited
{
//	color: #eabf29;
}

.products #next a:hover,
.products #prev a:hover
{
//	color: #eabf29;
}

.products #footer-box
{
//	background: #c73c32;
}

.products #footer-box a:link,
.products #footer-box a:visited
{
	color: #fff;
}

.products #footer-box a:hover
{
	color: #fff;
	background: transparent;
}


#downloads
{
	background: #c73c32;
}

#downloads h3 a
{
	color: #eabf29;
}

#downloads .alt h3 a
{
	color: #95a419;
}

#downloads .active
{
/*	border-bottom: 24px solid #c73c32; */
	background: #fff;
}

#downloads .active p
{
	color: #999999;	
}

.downloads #dropcap,
.downloads a:link,
.downloads a:visited
{
	color: #c73c32;
}

.downloads a:hover
{
	background: #c73c32;
	color: #fff;
}

.downloads #prev,
.downloads #next
{
//	background: #c73c32;
}

.downloads #prev p,
.downloads #next p
{
	color: #fff;
}

.downloads #next a:link,
.downloads #next a:visited
{
//	color: #95a419;
}

.downloads #prev a:link,
.downloads #prev a:visited
{
//	color: #eabf29;
}

.downloads #next a:hover,
.downloads #prev a:hover
{
//	color: #eabf29;
}

.downloads #footer-box
{
//	background: #c73c32;
}

.downloads #footer-box a:link,
.downloads #footer-box a:visited
{
	color: #fff;
}

.downloads #footer-box a:hover
{
	color: #fff;
	background: transparent;
}


#processes
{
	background: #534615;
}

#processes h3 a
{
	color: #eabf29;
}

#processes .alt h3 a
{
	color: #95a419;
}

#processes .active
{
/*	border-bottom: 24px solid #534615; */
	background: #fff;
}

#processes .active p
{
	color: #999999;	
}

.processes #dropcap,
.processes a:link,
.processes a:visited
{
	color: #534615;
}

.processes a:hover
{
	background: #534615;
	color: #fff;
}

.processes #prev,
.processes #next
{
//	background: #534615;
}

.processes #prev p,
.processes #next p
{
	color: #fff;
}

.processes #next a:link,
.processes #next a:visited
{
//	color: #95a419;
}

.processes #prev a:link,
.processes #prev a:visited
{
//	color: #eabf29;
}

.processes #next a:hover,
.processes #prev a:hover
{
//	color: #eabf29;
}

.processes #footer-box
{
//	background: #534615;
}

.processes #footer-box a:link,
.processes #footer-box a:visited
{
	color: #fff;
}

.processes #footer-box a:hover
{
	color: #fff;
	background: transparent;
}


#services
{
	background: #4c557d;
}

#services h3 a
{
	color: #eabf29;
}

#services .alt h3 a
{
	color: #95a419;
}

#services .active
{
/*	border-bottom: 24px solid #4c557d; */
	background: #fff;
}

#services .active p
{
	color: #999999;	
}

.services #dropcap,
.services a:link,
.services a:visited
{
	color: #4c557d;
}

.services a:hover
{
	background: #4c557d;
	color: #fff;
}

.services #prev,
.services #next
{
//	background: #4c557d;
}

.services #prev p,
.services #next p
{
	color: #fff;
}

.services #next a:link,
.services #next a:visited
{
//	color: #95a419;
}

.services #prev a:link,
.services #prev a:visited
{
//	color: #eabf29;
}

.services #next a:hover,
.services #prev a:hover
{
//	color: #eabf29;
}

.services #footer-box
{
//	background: #4c557d;
}

.services #footer-box a:link,
.services #footer-box a:visited
{
	color: #fff;
}

.services #footer-box a:hover
{
	color: #fff;
	background: transparent;
}


#articles
{
	background: #999999;
}

#articles h3 a
{
	color: #4c557d;
}

#articles .alt h3 a
{
	color: #eabf29;
}

#articles .active
{
/*	border-bottom: 24px solid #999999; */
	background: #fff;
}

#articles .active p
{
	color: #999999;	
}

.articles #dropcap,
.articles a:link,
.articles a:visited
{
	color: #999999;
}

.articles a:hover
{
	background: #999999;
	color: #fff;
}

.articles #prev,
.articles #next
{
//	background: #999999;
}

.articles #prev p,
.articles #next p
{
	color: #fff;
}

.articles #next a:link,
.articles #next a:visited
{
//	color: #eabf29;
}

.articles #prev a:link,
.articles #prev a:visited
{
//	color: #4c557d;
}

.articles #next a:hover,
.articles #prev a:hover
{
//	color: #4c557d;
}

.articles #footer-box
{
//	background: #999999;
}

.articles #footer-box a:link,
.articles #footer-box a:visited
{
	color: #fff;
}

.articles #footer-box a:hover
{
	color: #fff;
	background: transparent;
}