/* colors:
goldenrod - #ffbc06
red: #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;
}


h2 {
	text-align: right;
	padding-top: 14px;
	padding-right: 17px;
	float: right;
	width: 500px;
	font-size: 28px;
	line-height: 31px;
	color: #555555;
	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(../img/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;
}

strong {
	font-weight: normal;
	font-style: oblique;
}

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

/*—————————————————————————————————————— 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 {
	text-decoration: underline;
}


#content h2 {
	font-size: 23px;
	color: #747474;
	text-align: left;
	float: none;
	clear: none;
	padding-top: 0;
	margin-bottom: 20px;
	margin-top: 0;	
	display: inline;
}

#content h3 {
	font-size: 19px;
	color: #555555;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	margin-bottom: -10px;
	margin-top: 30px;
	font-style: oblique;
}

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

#content p {
	font-size: 14px;
	color: #747474;
}

#content p2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: oblique;
	font-size: 14px;
	line-height: 19px;
	color: #747474;
}

#content p2 a {
	color: #ee0058;
	font-style: normal;
}

#content p3 {
	font-size: 8pt;
	line-height: 12pt;
	color: #747474;
}

#content #introcopy p {
	font-size: 18px;
	margin-left: 40px;
	width: 600px;
}


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

#content {
	padding: 40px;
	padding-top: 10px;
	padding-bottom: 20px;
	border-top: 1px solid #ffbc06;
	background: #ffffff;
	height: auto;
	overflow: auto;
}

#content img {
	margin-bottom: 10px;
	border: 10px solid #f1ede8;
	width: 310px;
}

#content img:hover {
	border: 10px solid #ffbc06;
}

#content .nolink img:hover {
	border: 10px solid #f1ede8;
}

#introcopy {
	height: auto;
	border-bottom: 2px solid #ffbc06;
	padding-bottom: 0px;
}

#introcopy img {
	margin-bottom: 10px;
	border: 3px solid #f1ede8;
}

#introcopy img:hover {
	border: 3px solid #ffbc06;
}

#maincopy {
	padding-bottom: 40px;
	height: auto;
	background: #ffffff;
}

#rightpanel {
	float: right;
	width: 680px;
}

#leftpanel {
	width: 170px;
}

#2columns {
}

#sectiontitle {
	border-bottom: dashed 2px #ffbc06;
	margin-bottom: 15px;
}

.imageset {
	display: inline;
}

.imageset p {
	margin-top: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: oblique;	
}

.image-right {
	float: right;
	margin-right: 0;
	padding-right: 0;
	width: 330px;
	margin-bottom: 20px;
}

.image-left {
	margin-right: 0;
	padding-right: 0;
	width: 330px;
	margin-bottom: 20px;

}

/*—————————————————————————————————————— 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;
}