/* This file used as base CSS for Zentroid Website
 * started by Kevin on January 28, 2012 */

/* Set margins and padding of all elements to zero */

#wrap {
	background:		#fff;
}

#mainNav {
	list-style:		none;
	padding-top:	20px;
	padding-bottom	20px;
}

#mainNav a:link, #mainNav a:visited {
	text-decoration:	none;
}

#mainNav a:hover, #mainNav a:active {
	text-decoration:	underline;
}

#mainNav * {
	padding-left:	15px;
	padding-right:	15px; 
}

#mainNav * * {
	padding-left:	0;
	padding-right:	0;
}

#content {
	width:		100%;
	padding-bottom:	1em;
}




#content h1, #content h2, #content p {
	padding-right:	20px;
}

img {
	margin:		1em;
}

/*  This section is for the image title description definition list... */
dl.imgtides {
	margin: 15px 0;
	padding: 15px;
	}
dl.imgtides dt {
	clear: both;
	font-family: Georgia, serif;
	font-size: 150%;
	color: #5c3900;
	margin: 0 15px 0 0;
	padding: 0 4px 4px 0;
	}
dl.imgtidesrt dt {
	clear: both;
	font-family: Georgia, serif;
	font-size: 150%;
	color: #5c3900;
	margin: 0 0 0 45px;
	padding: 0 4px 4px 0;
	}

dl.imgtides dt img {
	float: left;
	}
dl.imgtidesrt dt img {
	float: right;
	}
dl.imgtides dd {
	padding-top:	0.3em;
}


/* Individual styling... */
#warning {
	font-size: 250%;
}
.nameDesc2 {
	color:		#5c3900;
}
.oldZen {
	color:		#0000e8;
}
/* This section is for the horizontal nav bar... */

ul {
	margin:		0;
	padding:		0;
	list-style:		none;
	float:		left;
	background-color:	#cococo;
}

ul li {
	float:		left;
	background:		url(Images/ZentroidPackNavBgRight.gif) no-repeat top right;
} 

li a {
	padding:		0 2em;
	line-height:	2.5em;
	background:		url(Images/ZentroidPackNavBgLeft.gif) no-repeat top left;
	text-decoration:	none;
	color:		#fff;
	float:		left;
	display:		block;
}

/* Css rule to color opened page text... */
body#artwork a#navArtwork, body#components a#navComponents, body#fiducials a#navFiducials, body#pads a#navPads, body#panels a#navPanels, body#data a#navData, body#strips a#navStrips {
	color:		#000000;
}

#packNav li a:hover {
	color:		#0000ff;
}
dl.imgtides dd ol {
	margin-left:   290px; 
}

