/* colors:
goldenrod - #ffbc06
red: #ee0058, ee0058
dark brown: #4e4427
mid brown/copy: #7d6d41
beige - #f1ede8

new pink - #ee0058

lightgrey: #747474
darkgrey: #555555
*/


/*—————————————————————————————————————— UNIVERSAL——————————————————————————————————————————————*/

.hidden {
	display: none;
}

html, body {
	margin: 0;
	padding: 0;
}

body {
	color: #7d6d41;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background: #f1ede8;
	height: 100%;
}

h1 {
	margin: 0;
	padding: 0;
	float: left;
	margin-top: 32px;
	padding-left: 17px;
}

h2 {
	text-align: right;
	padding-top: 14px;
	padding-right: 17px;
	float: right;
	width: 500px;
	font-size: 28px;
	line-height: 31px;
	color: #7d6d41;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}


p {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

UL {
	list-style-image: url(../../images/arrow.gif);
	margin-top: 20px;
	margin-bottom: 10px;
	padding-left: 30px;
	width: 450px;
}

li {
	padding-left: 5px;
	margin-top: 0px;
	margin-bottom: 10px;
}

li h3{
	padding-bottom: 0;
	margin: 0px;
}

li p{
	font-size: 9px;
	color: red;
	margin: 0px;
}


/*—————————————————————————————————————— CONTAINERS ——————————————————————————————————————————————*/


#page-container {
	width: 960px;
	margin: auto;
	background: #ffffff;
}


.spacer {
	height: 2px;
}	

/*—————————————————————————————————————— TOPBAR ——————————————————————————————————————————————*/


#topbar {
	background: #ee0058;
	height: 20px;
}

/*—————————————————————————————————————— MAIN NAV——————————————————————————————————————————————*/


#main-nav {
	height: 40px;
	background: #ffffff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #ee0058;
	float: right;
	text-align: right;
	border-bottom: solid 1px #f1ede8;
	width: 600px;
	overflow: hidden;
}

#main-nav dl {
	margin: 0;
	padding: 0;
}

#main-nav dt {
	float: right;
}

#main-nav dt a {
	display: block;
	height: 0px !important;
	height /**/:40px; /* IE 5/Win hack */ 
	padding: 50px 0 0 0;
	overflow: hidden;
	background-repeat: no-repeat;
}

#main-nav dt a:hover {
	background-position: 0 -40px;
}

#main-nav dt#about,
#main-nav dt#about a { width: 68px; background-image: url(../../resources/img/base/about.gif); }

#main-nav dt#work,
#main-nav dt#work a { width: 64px; background-image: url(../../resources/img/base/work.gif); }

#main-nav dt#sandbox,
#main-nav dt#sandbox a { width: 114px; background-image: url(../../resources/img/base/sandbox.gif); }

#main-nav dt#contact,
#main-nav dt#contact a { width: 80px; background-image: url(../../resources/img/base/contact.gif); }

#main-nav dt#join,
#main-nav dt#join a { width: 57px; background-image: url(../../resources/img/base/join.gif); }

body.about dt#about,
body.about dt#about a,
body.about dt#about a:hover,
body.work dt#work,
body.work dt#work a,
body.work dt#work a:hover,
body.sandbox dt#sandbox,
body.sandbox dt#sandbox a,
body.sandbox dt#sandbox a:hover,
body.contact dt#contact,
body.contact dt#contact a,
body.contact dt#contact a:hover,
body.join dt#join,
body.join dt#join a,
body.join dt#join a:hover {
	background-position: 0 -80px;
}


/*—————————————————————————————————————— LOGO PANEL ——————————————————————————————————————————————*/

#logopanel {
	height: 155px;
	background: #ffffff;
	padding-left: 20px;
	padding-right: 20px;
	border-bottom: 8px solid #ffbc06;
}

#logo {
	padding-top: 20px;
	padding-bottom: 18px;
	padding-right: 20px;
	padding-left: 20px;
	background: #ffffff;
	float: left;
}

/*—————————————————————————————————————— CONTENT ——————————————————————————————————————————————*/

#content a {
	color: #ee0058;
	text-decoration: none;
}

#content a:hover {
	color: #ffbc06;
	text-decoration: none;
}

#content h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 56px;
	color: #ee0058;
	float: none;
	margin: 0;
	padding: 0;
	font-weight: normal;
}

#content h2 {
	font-size: 36px;
	color: #ee0058;
	text-align: left;
	float: none;
	padding: none;
	margin-bottom: 20px;	
}

#content h3 {
	font-size: 23px;
	color: #ee0058;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	margin-bottom: 0px;
}

#content p {
	font-size: 12px;
	line-height: 15px;
	color: #7d6d41;
	margin-bottom: 0px;
}

#content p2 {
	font-size: 14px;
	line-height: 18px;
	color: #7d6d41;
	margin-bottom: 0px;
}


/*––––––––––––––––––––––––––––––––––––––––––––––––––––––*/

#content {
	padding-left: 40px;
	border-top: 1px solid #ffbc06;
	background: #ffffff;
	min-height: 100%;
}

#maincopy {
	padding-bottom: 40px;
	padding-top: 20px;
	height: auto;
	background: #ffffff;
	width: 600px;
}

#submitbutton3 {
	width: 41px;
	vertical-align: bottom;
	padding-top: 2px;
}

/*—————————————————————————————————————— FOOTER ——————————————————————————————————————————————*/

#panel {
	background: #404040;
	height: 210px;
}

#panel-container {
	width: 920px;
	margin: auto;
	padding: 20px;
}

#footer {
	color: #ffffff;
}

#footer h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 19px;
	font-style: italic;
	color: #ffffff;
	margin-bottom: 0;
	font-weight: lighter;
}

.spacer-footer {
	border-top: dashed 1px #ffbc06;
	margin-top: 10px;
	margin-bottom: 12px;
}

#col-left{
	position: absolute;
	padding-left: 20px;
}

#col-center{
	position: absolute;
	margin-left: 315px;
	width: 260px;
}

#col-right {
	float: right;
	padding-right: 20px;
	text-align: right;
	padding-top: 20px;
	
}

#footer h3 {
	font-weight: lighter;
	font-style: italic;
	margin-bottom: 10px;
}

#footer p {
	color: #ffffff;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 0;
	margin-top: 0;
	line-height: 20px;
}

#footer p2 {
	color: #999999;
	font-size: 12px;
}

#footer a {
	color: #ffbc06;
	text-decoration: none;
}

#footer a:hover {
	color: #ffbc06;
	text-decoration: underline;
}