/*
** File:			css/urban_black.css
** 
** Application:		ArtEnvoy - Web Content Management System for Artists
** 
** Developed by:	Robert B. Young
** Contact:			bob@youngstudios.net
** Created:			7-Jan-2004
** Last Modified:	7-Jan-2004
** 
** Purpose:			0ne of several stylesheets from which the artist-user 
**					can choose.
*/


/* ------------------------------------------------------------------------
** ROOT-CONTAINER STYLES
** ------------------------------------------------------------------------ */

BODY, TD, P {
	background-color: #000;
	color: #FFF;
	font-family : Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10pt;
}


/* ------------------------------------------------------------------------
** HEADING AND SUBHEADING STYLES
** ------------------------------------------------------------------------ */

H1 {
	/* Artist's last name at top of page. */
	font-family: Times New Roman, serif;
	color: White;
	font-size: 30pt;
	font-weight: bold;
	padding-bottom: 10px;
}

#FirstName {
	color: #ccc;
	font-weight: normal;
}

H2 {
	/* Page title. */
	font-family: Times New Roman, serif;
	color: #f90;
	font-size: 22pt;
	padding-left: 13px;
}

SPAN.subhead {
	/* Used for the CV's subheadings, etc. */
	font-size: 13px;
	font-weight: bold;
	color: #ccc;
	text-transform: upper;
}

SPAN.artworkTitle {
	font-weight: bold;
}


/* ------------------------------------------------------------------------
** TOP NAVBAR STYLES
** ------------------------------------------------------------------------ */

/* Control vertical position of navbar table. */
#navbar {
	position: relative;
	top: -25px;
}

A.navBar, A.navBar:Link, A.navBar:Visited {
	color: White;
	text-decoration: none;
}

A.navBar:Hover {
	background-color: Chocolate;
	text-decoration: none;
}

TD.button {
	text-align: center;
	color: White;
	font-size: 10pt;
	background-color: Sienna;
	padding-bottom: 2px;
	padding-top: 1px;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	/* Five buttons times 15% width = 75%. */
	width: 15%;
}

#noButton {
	/* Give 25% width for blank space after navigation buttons. */
	width: 25%;
}

#thisArea {
	background-color: #000;
	color: #CCC;
	border-left: 2px solid #666;
	border-top: 2px solid #666;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

/* Navbar for paginated thumbnail pages. */
DIV.paginated {
	text-align: center;
	background-color: #4f4f4f;
	padding: 5px;
	width: 90%;
}


/* ------------------------------------------------------------------------
** DEFAULT HYPERLINK STYLES
** ------------------------------------------------------------------------ */

A, A:Link, A:Visited {
	text-decoration: underline;
	color: #f93;
}

A:Hover {
	text-decoration: underline;
	color: Yellow;
}


/* ------------------------------------------------------------------------
** SELECTOR-SPECIFIC CLASS STYLES
** ------------------------------------------------------------------------ */

TABLE.cv, TABLE.thumbnails {
	padding-left: 13px;
	padding-right: 10px;
}

TD.bodyContent {
	position: relative;
	top: -7px;
}

TD.cvSection {
	font-weight: bold;
	background-color: #999;
	color: Black;
	border: 1px solid Black;
}

TD.nameOfShow {
	font-weight: bold;
	font-style: italic;
}

TD.thumbTitle {
	font-size: 11px;
}

DIV#home {
	position: relative;
	top: 5px;
}

IMG.thumbnail {
	position: relative;
	border: 1px solid #666;
	/*
	border-left: 1px solid #999;
	border-bottom: 2px solid #999;
	border-right: 2px solid #999;
	*/
	/* A bit of white space above the title text:	*/
	margin-bottom: 4px;
}

IMG.artwork {
	position: relative;
	left: -14px;
	border: 1px solid #999;
}

img.home_art {
	position: relative;
	top: 2px;
	border: 1px solid #666;
}

IMG#home, IMG#fullSize {
	border: 1px solid #666;
}

IMG#fullSizeArt {
	border: 1px solid #666;
	margin-left: 14px;
}

DIV.horizontalCaption {
	font-size: 10pt;
	line-height: normal;
}

DIV.artInfo {
	position: relative;
	top: 10px;
	left: 13px;
	line-height: 200%;
}

SPAN.dropCap {
	font-weight: bold;
	font-size: 18px;
	color: Black;
	background-color: White;
	padding-left: 2px;
	padding-right: 2px;
}

SPAN.year {
	font-weight: bold;
	color: White;
	background-color: #666;
	padding-left: 4px;
	padding-right: 4px;
}


/* ------------------------------------------------------------------------
** FREE-RANGE CLASS STYLES
** ------------------------------------------------------------------------ */

.bold {
	font-weight: bold;
}

.infoBox {
	padding: 5px;
	width: 150px;
	border: 1px solid #ccc;
	margin-bottom: 16px;
}

.infoHeader {
	font-size: 13px;
	font-weight: bold;
	color: #f93;
	text-transform: uppercase;
}

.contactInfo {
	font-size: 11px;
}

.sidebar {
	font-size: 11px;
}

.newsItem {
	font-size: 11px;
	padding-top: 3px;
	padding-bottom: 16px;
	border-top: 2px solid #FFF;
}

.body {
	padding-left: 13px;
	line-height: 200%;
	padding-right: 10px;
	position: relative;
	top: -2px;
}


/* ------------------------------------------------------------------------
** FOOTER STYLES
** ------------------------------------------------------------------------ */

.footerNav {
	border-bottom: 1px solid #666;
}

.copyright, 
.textLinks
 {
	position: relative;
	left: 185px;
	font-size: 11px;
	padding: 5px;
}
.copyright table tr td {
	color: #999;
}

#hitCount {
	font-size: 13px;
}

#hitCountNumber {
	width: 100px;
	text-align: center;
	padding: 4px;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	background-color: #000;
	border: 1px solid #999;
}
