/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/



/* Change the /localhost/clients/asd/indexhibit/ to / when you are ready to switch */
/* CSS TUTORIALS: http://www.w3schools.com/css/ */


* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 12px;
	font-family: Georgia, serif;
}

/* For the body, site-wide. Specify at the single ones below if you need */
body.section-1,body.section-2, body.section-3 , body.section-4 {background: url('http://www.salituridesign.com/images/bg.gif') repeat-x; }

body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link { text-decoration: none; color: #000;} /*un-visited links */
a:active { text-decoration: none; }
a:visited { text-decoration: none; color: #000; } /* visited links */
a:hover { text-decoration: underline; }
#content .container a { text-decoration: underline; }
p.nav a { color: auto;}



/*This is for the menu links */
#menu a:hover { text-decoration: none;}

/* The site logo is inside of the menu div. It is positioned with 0px margin top/bottom, and 0 left/right */
#site-logo { 
	margin: 0px 0;
	}
	
a img { border: none; }

/* position left menu and site logo */
#menu {
	width: 225px;
	padding-left: 0px;
	overflow: auto;
	top: 110px;
	bottom: 0;
	float: left;
	height: 100%;
}

#menu ul {
	list-style: none;
	margin: 0 0 12px 0;
}

/* for the active project*/
#menu ul li.active a,
#menu ul li a:hover {
	background: #000;
	color: #fff;
	padding: 1px;
}

/* menu list items */
#menu ul li {
	margin: 3px 0; /*spacing between items, top to bottom is 3px, lef and right is 0 */
}

/* this is for the project section*/
#menu ul li.section-title {
	margin-bottom: 6px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	/*font-variant: small-caps;*/
}

/* position image*/
#content {
	height: 100%;
	margin: 0 0 0 250px;
	top: 0px;
}

/* postion both description and image containers*/
.container {
    padding: 75px 5px 25px 5px;
}

/* position menu text and links */
#menu .container {
	padding: 22px 5px 25px 50px; 
}
/* type length*/

#content p { width: 650px; margin-bottom: 9px; }

p {
    margin: 0 0 9px 0;
}



h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }