/* finalproject.css */

/***************************** Global styling ***********************************/

body {
	text-align: center;
	background: #222022;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .75em;
	color: #222222;
	color: #eeeeee;
	overflow: scroll;
}

a {
	color: #ffffff;
}

a:hover {
	text-decoration: underline;				
}

h1 {
	/*margin-left: -1000px;*/
	/* Hopefully making this the same color as the background doesn't make Google search unhappy */
	color: #a33b23;
	z-index: -1;
}

#wrapper {
	width: 800px;
	margin: 0 auto;
	text-align: left;
	/* faux-column for the mainNav div */
	background: #fff url(../images/fauxcolumn.gif) repeat-y left top;
}

#branding {
	background: url(../images/home/divadesignstudiobanner2.gif) no-repeat;
	height: 90px;
}

#topNav {		
	background: #5b4061;
	/* kludge- to not have border of background color above the topNav */
	/*border: 1px solid #5b4061;*/
	height: 23px;
	padding-top: 20px;
}
	
#topNav ul { 
	list-style-type: none;	
	margin: 0;
	padding: 0;
	padding-left: 310px;			
}

#topNav ul li { display: inline; }


#topNav img {
	border-bottom: 1px solid #333333;
	border-right: 1px groove #333333;
	border-left: 1px groove #dddddd;
	border-top: 1px groove #dddddd;
}

#topNav img:hover {
	border-bottom: 1px solid #dddddd;
	border-right: 1px groove #dddddd;
	border-left: 1px groove #333333;
	border-top: 1px groove #333333;
}

#topNav a {
	width: 75px;
	height: 21px;
}



/* These selector apply styles to buttons when they are selected to denote which page you are on.
   A different color is applied to the button belonging to the page you are on. The selection of styling
   creates a "tabbed" effect */
   
#home #topNav .home a,
#process #topNav .process a,
#about #topNav .about a,
#exhibitions #topNav .exhibitions a,
#blog #topNav .blog a,
#sitemap #topNav .sitemap a
{
	background-color: #322924;
	background-position: right bottom;
	color: white;
	cursor: default;
}

/* These selector apply styles to buttons when they are selected to denote which page you are on.
   A different color is applied to the button belonging to the page you are on. These apply to the mainNav buttons (left nav bar) */

#gallery-animals #mainNav .gallery-animals a,
#gallery-dancers #mainNav .gallery-dancers a,
#gallery-elementals #mainNav .gallery-elementals a,
#gallery-figureScapes #mainNav .gallery-figureScapes a,
#gallery-florals #mainNav .gallery-florals a,
#gallery-goddess #mainNav .gallery-goddess a,
#gallery-madonnas #mainNav .gallery-madonnas a,
#gallery-mermaids #mainNav .gallery-mermaids a,
#gallery-partials #mainNav .gallery-partials a

{
	background-position: right bottom;
	background-color: #692209;
	color: #fff;
	cursor: default;
}

noscript {
	font-style: italic;
}


#content {
	width: 700px;
	float: right;
	background: #322934;
	padding-bottom: 50px;
}

#content h2 {
	padding-top: 10px;
	padding-left: 35px;
}

#content h4, #content p {
	padding-left: 15px;
	padding-right: 20px;
}

#content img {
	margin-top: 10px;
	margin-left: 30px;
	padding: 5px;
}

#content h4 {
	padding-top: 10px;
	padding-left: 80px;
	padding-bottom: 10px;
	border-bottom: 1px solid #888888;
}

#content p {

	padding-top: 30px;
	padding-left: 35px;
	line-height: 1.5em;
}
	

/* styles for "Click on the image to see a larger version */
.script {
	font-size: .9em;
}

/* styles for "Your browser's JavaScript is turned off. Turn it on for a better viewing experience (instructions click here)." */
.noscript a {
	color: #ffffff;
	font-size: .9em;
}

.noscript a:hover {
	color: #ffffff;
	text-decoration: underline;
}


#topNav {
}

#topNav ul {
	margin: 0;
	margin-top: 2px;
	margin-left: 330px;
	padding: 0;
	/*padding-top: 10px;*/
	list-style-type: none;
}

#topNav li {
	padding-left: 2px;
	/*padding-top: 10px;*/
}

#topNav ul a {
	display: inline-block;
	width: 70px;
	height: 20px;
	color: #ffffff;
	font-size: 100%;
	text-align: center;	
	text-decoration: none;
	vertical-align: bottom;
	/*border-bottom: 1px solid #333333;*/
	border-right: 1px groove #333333;
	border-left: 1px groove #dddddd;
	border-top: 1px groove #dddddd;
	
}

#topNav ul a:link {
	background-color: #a33b23;

}

#topNav ul a:visited {
	color: #ffffff;
	background-color: #a33b23;
}

#topNav ul a:hover {
	/*border-bottom: 1px solid #dddddd;*/
	border-right: 1px groove #dddddd;
	border-left: 1px groove #333333;
	border-top: 1px groove #333333;
	background-color: #b09584;
	text-decoration: underline;
}


#mainNav {
	width: 100px;
	float: left;
	padding-top: 10px;
}

#mainNav h2 {
	padding-left: 20px;
	margin-bottom: 10px;
	font-size: 1em;
}

#mainNav ul {
	margin: 0;
	padding: 0;
	padding-top: 10px;
	list-style-type: none;
}

#mainNav li {
	padding-left: 5px;
	padding-top: 5px;
}

#mainNav ul a {
	display: block;
	width: 90px;
	height: 25px;
	color: #ffffff;
	font-size: 90%;
	text-align: center;	
	text-decoration: none;
	/*line-height: -10px;*/
	vertical-align: bottom;
	border-bottom: 1px solid #333333;
	border-right: 1px groove #333333;
	border-left: 1px groove #dddddd;
	border-top: 1px groove #dddddd;

	
}

#mainNav ul a:link {
}

#mainNav ul a:visited {
}

#mainNav ul a:hover {
	border-bottom: 1px solid #dddddd;
	border-right: 1px groove #dddddd;
	border-left: 1px groove #333333;
	border-top: 1px groove #333333;
	text-decoration: underline;
	background-color: #322934;
}

#mainNav ul a:active {
}


#siteMap {
	margin-top: 30px;
	margin-left: 80px;
}

#siteMap a {
	color: #ffffff;
	margin-top: 5px;
	display: block;
}

#siteMap a:hover {
	color: #ffffff;
	margin-top: 5px;
	display: block;
	text-decoration: underline;
}


#footer {
	clear: both;
	background: #5b4061;
	height: 35px;
	padding-top: 5px;
	padding-bottom: 10px;
}

#buttons {
	margin-left: 280px;
	background: url(../images/siteDesignBy.jpg) no-repeat;
	filter: alpha(opacity=50); /* internet explorer */
	-khtml-opacity: 0.5;      /* khtml, old safari */
	-moz-opacity: 0.5;       /* mozilla, netscape */
	opacity: 0.5;           /* fx, safari, opera */

}

.thumbnail:hover {
	/*border: .5px solid white;*/
	opacity: .4;

}


/***************************** Page specific styling ***********************************/

/* about page */
#about #content img {
	padding-top: 25px;
	padding-left: 0px;
	padding-right: 30px;
	padding-bottom: 25px;
	float: right;
}

#about #content p {

	padding-top: 30px;
	padding-left: 35px;
	line-height: 1.5em;
}

#about #content p:first-letter {
	font-size: 220%;
	vertical-align: top;
}

#about h2 {
	height: 30px;
}

#exhibitions p {
    margin-left:60px;
}

h2.exhibitionTitle {
	margin-left: 30px;
}


a[href^="mailto:"] {
	background: url('../images/about/email.png') no-repeat right top;
	padding-right: 28px;
	padding-top: 8px;
}

a[href^="mailto:"]:hover {
	color: #a33b23; 
}


/* process page */

#process #content #still-life {
	padding: 0;
	margin: 0;
	border: 0;
}

#process #content .description {
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 30px;
	padding-right: 20px;
	line-height: 1.9em;
}

#process #content .description .stepName {
	font-weight: bold;
	font-size: 110%;
	font-family: Tahoma;
}

#process #content .image {
	margin-left: 200px;
}

#process #content .top {
	margin-left: 600px;
}

#process #content .top a{
	color: white;
	text-decoration: underline;
}

/* popUp styling */
.closeIcon {
	text-align: right;
	/*margin-right: 2%;*/
}
			
			