/* embedded fonts code */
@font-face {
	font-family: 'HelveticaNeueLT67MediumCondense';
	src: url('fonts/LTe50922.eot'); /* ie browsers */
	src: local('Helvetica Neue LT 67 Medium Condensed'), local('HelveticaNeueLT-MediumCond'), url('fonts/HelveticaNeueLTStd-MdCn.otf') format('opentype'); /* non-ie browsers */
}

/* universal selector */
* { 
	font-family: "HelveticaNeueLT67MediumCondense", "HelveNeuMedCon", "HelveticaNeue-MediumCond", "Helvetica 67 Medium Condensed", "HelveticaNeue MediumCond", Helvetica, Arial, sans-serif;
}

body {
	background-color: white;
}


#wrapper {
	margin: 0 auto; /* centers wrapper horizontally in browser window, flush to the top */
	width: 987px; /* width of door graphic */
	background-color: white;
}

#header {
	height: 88px;
	padding-top: 20px;
}

#nube_logo {
	float: left;
	padding-left: 20px;
}

#navbar {
	float: right;
	text-align: right; /* for older ie */
	padding-top: 15px;
	padding-right: 120px;
	font-size: 18px;
	line-height: 18px;
}

ul#navlinks {
	margin-left: 0;
	padding-left: 0;
	white-space: nowrap;
}

#navlinks li {
	display: inline;
	list-style-type: none;
}

#navlinks a { padding: 3px 34px; }

#navlinks a:link, #navlinks a:visited {
	color: gray;
	text-decoration: none;
}

#navlinks a:hover, #navlinks a:active {
	color: #5C8727; /* green */
	text-decoration: none;
}

#navbar a.current {
	color: #B0B0B0; /* light gray */
	text-decoration: none;
}

#levelTwoLinks {
	text-align: left;
	padding-left: 33px;
	font-size: 14px;
	width: 154px;
}

#levelTwoLinks a#prev {
	float: right;
    display: block;
    width: 6px;
    height: 12px;
    background-image: url(images/prev.gif);
    background-position: 0 0;
	margin-right: 5px;
}

#levelTwoLinks a#prev:hover {
    background-position: 0 -12px;
}

#levelTwoLinks a#prev.disabled {
    background-position: 0 -24px;
}

#levelTwoLinks a#next {
	float: right;
    display: block;
    width: 6px;
    height: 12px;
    background-image: url(images/next.gif);
    background-position: 0 0;
	margin-left: 7px;
}

#levelTwoLinks a#next:hover {
    background-position: 0 -12px;
}

#levelTwoLinks a#next.disabled {
    background-position: 0 -24px;
}

#levelTwoLinks a .alt { display: none; }

a:link, a:visited, a:hover, a:active {
	color: #5C8727; /* green */
	text-decoration: none;
}

#content_home {
	min-height: 580px;
	background-image:url(images/home.jpg);
	background-repeat: no-repeat;
}

#content_about {
	min-height: 500px;
	background-image:url(images/about.jpg);
	background-repeat: no-repeat;
}

#content_artists {
	min-height: 580px;
	background-image:url(images/artists/christine_chaney.jpg);
	background-repeat: no-repeat;
}

#content_graypants {
	min-height: 580px;
	background-image:url(images/artists/graypants.jpg);
	background-repeat: no-repeat;
}

#content_alchemy_goods {
	min-height: 580px;
	background-image:url(images/artists/alchemy_goods.jpg);
	background-repeat: no-repeat;
}

#content_contact {
	min-height: 580px;
	background-image:url(images/contact.jpg);
	background-repeat: no-repeat;
}

#content_press {
	min-height: 580px;
	background-image:url(images/press.jpg);
	background-repeat: no-repeat;
}

#content_ruth {
	min-height: 580px;
	background-image:url(images/ruth.jpg);
	background-repeat: no-repeat;
}

#content_erin {
	min-height: 580px;
	background-image:url(images/erin.jpg);
	background-repeat: no-repeat;
}

#content_molly {
	min-height: 580px;
	background-image:url(images/molly.jpg);
	background-repeat: no-repeat;
}

#content_kris {
	min-height: 580px;
	background-image:url(images/kris.jpg);
	background-repeat: no-repeat;
}

#content_tracy {
	min-height: 580px;
	background-image:url(images/tracy.jpg);
	background-repeat: no-repeat;
}

#content_abra {
	min-height: 580px;
	background-image:url(images/abra.jpg);
	background-repeat: no-repeat;
}

#about_text {
	padding-top: 423px;
	padding-left: 215px;
	padding-right: 60px;
	color: gray;
	font-size: 14px;
	line-height: 18px;
}

#network_text {
	padding-top: 324px;
	padding-left: 574px;
	padding-right: 50px;
	color: gray;
	font-size: 14px;
	line-height: 18px;
	/*font-size: 12px;
	line-height: 17px;*/
	text-align: center;
}

#contact_text {
	padding-top: 56px;
	padding-left: 440px;
	padding-right: 50px;
	color: gray;
	font-size: 14px;
	line-height: 18px;
	/*font-size: 12px;
	line-height: 17px;*/
	text-align: center;
}

#artists_text {
	padding-top: 416px;
	padding-left: 229px;
	padding-right: 20px;
	color: gray;
	font-size: 14px;
	line-height: 18px;
	/*font-size: 12px;
	line-height: 17px;*/
}

#artists_text a#prev {
	float: right;
    display: block;
    width: 6px;
    height: 12px;
    background-image: url(images/prev.gif);
    background-position: 0 0;
	margin-right: 5px;
}

#artists_text a#prev:hover {
    background-position: 0 -12px;
}

#artists_text a#prev.disabled {
    background-position: 0 -24px;
}

#artists_text a#next {
	float: right;
    display: block;
    width: 6px;
    height: 12px;
    background-image: url(images/next.gif);
    background-position: 0 0;
	margin-left: 7px;
}

#artists_text a#next:hover {
    background-position: 0 -12px;
}

#artists_text a#next.disabled {
    background-position: 0 -24px;
}

#artists_text a .alt { display: none; }





#press_text {
	padding-top: 217px;
	padding-left: 265px;
	padding-right: 20px;
	color: black;
	font-size: 12px;
	line-height: 16px;
}

#ruth_text {
	padding-top: 384px;
	padding-left: 251px;
	padding-right: 40px;
	color: gray;
	font-size: 14px;
	line-height: 18px;
}

#erin_text {
	padding-top: 430px;
	padding-left: 251px;
	padding-right: 62px;
	color: gray;
	font-size: 14px;
	line-height: 18px;
}

#molly_text {
	padding-top: 431px;
	padding-left: 251px;
	padding-right: 50px;
	color: gray;
	font-size: 14px;
	line-height: 18px;
}

#kris_text {
	padding-top: 425px;
	padding-left: 251px;
	padding-right: 48px;
	color: gray;
	font-size: 14px;
	line-height: 18px;
}

#tracy_text {
	padding-top: 425px;
	padding-left: 251px;
	padding-right: 52px;
	color: gray;
	font-size: 14px;
	line-height: 18px;
}

#abra_text {
	padding-top: 436px;
	padding-left: 251px;
	padding-right: 62px;
	color: gray;
	font-size: 14px;
	line-height: 18px;
}

#footer {
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	color: gray;
	font-size: 9px;
	line-height: 11px;
}

#footer a:link, #footer a:visited {	
	color: gray;
	text-decoration: none;
}

#footer a:hover, #footer a:active {
	color: black;
}

.greenText {
	color: #5C8727; /* green */
}

h1, h3 {
	text-align: center;
}

.center {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	display: block;
}

em {
	font-style: oblique;
}

strong { 
	font-weight: bolder;
}
