/* general
--------------------------------------------------- */

body#space {
	background: rgb(100,100,0);	
}



/* global nav
--------------------------------------------------- */

body#space div#global-nav-wrapper {
	background: rgb(72,72,0);
	border-bottom: 1px solid rgb(130,130,0);
}

body#space div#global-nav a {
	color: rgb(166,166,0);
}

body#space div#global-nav a:hover, body#space div#global-nav a:active {
	color: rgb(180,180,0);
}



/* masthead
--------------------------------------------------- */

body#space div#masthead-wrapper {
	background: rgb(100,100,0);
}

body#space div#masthead h2 {
	background: url(../design/logo_space.gif) no-repeat;	
}



/* primary navigation
--------------------------------------------------- */

/*body#space div#primary-nav-wrapper {
	background: rgb(238,238,219);
}*/

body#space div#primary-nav a {
	color: rgb(72,72,0);
}

body#space div#primary-nav a:hover, body#space div#primary-nav a:active {
	color: rgb(119,119,0);
}

body#space div#primary-nav a#spaces-on {
	color: rgb(140,140,0);
}



/* main
--------------------------------------------------- */

body#space div#main h1,
body#space div#main h2,
body#space div#main h3,
body#space div.event-listing-date {
	color: rgb(100,100,0);
}



/* entry details
--------------------------------------------------- */

/*body#space dl#entry-details dt {
	color: rgb(100,100,0);
}*/

body#space table#entry-details td.label {
	color: rgb(102,102,0);
}



/* content contact_form
--------------------------------------------------- */

body#space div#content form legend {
	color: rgb(100,100,0);
}

body#space div#content form label {
	color: rgb(100,100,0);
}



/* filtering options
--------------------------------------------------- */

body#space form#filter label {
	color: rgb(100,100,0);
}



/* sidebar section
--------------------------------------------------- */

body#space div#sidebar div.section h2 {
	color: rgb(100,100,0);
}



/* search
--------------------------------------------------- */

body#space div#search-wrapper {
	background: rgb(72,72,0);
	border-bottom: 1px rgb(130,130,0) solid;
}

body#space div#search input#txt-search {
	background: rgb(238,238,219);	
}

body#space div#search input#btn-search {
	background: rgb(100,100,0);
}



/* footer-links
--------------------------------------------------- */

body#space div#footer-links-wrapper {
	background: rgb(72,72,0);
	border-bottom: 1px rgb(130,130,0) solid;
}



/* footer
--------------------------------------------------- */

body#space div#footer-wrapper {
	background: rgb(100,100,0);
}



/* image
--------------------------------------------------- */

body#space div#image {
	background: url(../design/cornerstone.jpg) no-repeat;
}
