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

{
	margin: 0;
	padding: 0;
}

body {
	font-size: 11px;
	font-family: Verdana, sans-serif;
	background: #666;
	color: #fff;
}


a:link { text-decoration: none;  color: #e2e2e2;  }
a:active { text-decoration: none; }
a:visited { text-decoration: none; color: #999; }
a:hover { text-decoration: underline; }


a img { border: none; }




#menu {
/*  #menu width of 290px is an issue-fix for the nav li overlapping the main content.  */

    width: 290px;
    overflow: visible;
    top: 0px;
    bottom: 0;
	left: 35px;
	
/* 	#menu position is set to absolute from default setting of "fixed." Setting to absolute keeps the #content section from scrolling behind the 	#menu. */

    position: absolute;
    height: 100%;
	z-index: 2;	
}


/* Define the entire navigation text including the section titles and project titles */

#menu ul {
	list-style: none;
	margin: 25px 0 12px 6px;
	font-size: 12px;
	line-height: 1.4em;
}


/* Defines the section titles located in the navigation section. (Info, Gallery, Projects, etc) */

#menu ul li.section-title {
	font-weight: bold;
	margin-left: 0px;
	font-family: Georgia, serif;
}

#wrap {
	margin-top: 40px;
}

.obj-bottom {
	margin: 0 0 0 6px;
}


#content {
	width: 600px;
    height: 100%;
    margin: 45px 0 0 328px;
    padding-right: 15px;
    z-index: 1;
}


/* .container defines the area that contains the navigation #menu */
.container {
    padding: 0px 5px 25px 0px;
}


/*  #content p { width: 400px; margin-bottom: 9px; }                */
/* removed this line because it was breaking popup balloons         */
/* hopefully there is a different way to control right column width */



p {
    margin: 0 0 9px 0;
}


h1 { font-size: 24px; }


/* Slideshow image titles = h2*/
h2 { font-size: 16px;
	font-family: Georgia, Garamond, serif;
	color: #333;
	margin-top: 1px;
}



/* Project-pages project titles = h3 */
h3 { font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 5px;
}

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; }

/* The formatting for the major heading on the page. "We understand the power of illustration to convey technical concepts" */
.big {
	font-family: Georgia, Garamond, serif;
	font-size: 26px;
	margin-left: 60px;
	width: 480px;
	display: block;
}



/* .intro is sub-head description. italicized. */

.intro { 
	line-height: 1.5em;
	color: #e2e2e2;
	font-family: Georgia, serif;
	font-size: 16px; 
	font-style: italic; 
	margin-bottom: 20px;
	margin-left: 60px; 
	padding: 10px 0 30px 0px; 
	text-align: left; 
	width: 480px; 
}		
	


/* Coda-Slider style */

#slider {
    width: 600px;
    margin: 0 auto;
    position: relative;
}

.scroll {
    height: 400px;
    width: 600px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
    background: #fff repeat-x scroll left bottom;
}

.scrollContainer div.panel {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 2px;
    padding-bottom: 2px;
    height: 396px;
    width: 560px;
}




ul.navigation {
    list-style: none;
    margin: 0 0 0 125px;
    padding: 0;
    padding-bottom: 9px;
    font-size: 24pt;
}

ul.navigation li {
    display: inline;
    margin-right: 6px;
}

ul.navigation a {
    padding: 10px;
    color: #000;
    text-decoration: none;
}

ul.navigation a:hover {
    color: #f6921D;
}

ul.navigation a.selected {
    color: #fff;
}

ul.navigation a:focus {
    outline: none;
}

.scrollButtons {
    position: absolute;
    top: 225px;
    cursor: pointer;
	z-index: 101;
}

.scrollButtons.left {
    left: -35px;
}

.scrollButtons.right {
    right: -35px;
}

.hide {
    display: none;
}


/* Popup Baloon style */

a.buttonArea {
	width:75px;
	height:24px;
	color:#fff !important;
	text-decoration:none;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.buttonArea p {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: auto;
	text-align: center;
	font-size: 14px;
	color: #fff;
}

.bubbleInfo {
    position: relative;
}

.popup {
	color: #555;
	position: absolute;
	display: none; 
	width: 250px;
	height: 100px;
	background-image: url(http://www.fatpencilstudio.com/images/balloon.gif);
	background-repeat: no-repeat;
}



.popup p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight: normal;
	line-height:13px !important;
	text-align:left;
	margin-bottom: 0px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 27px !important;	
}


.popup a {
	color: #555;
}

.popup a:hover {
	color: #555;
	text-decoration: none;
}


#left-column {
	width: 480px;
	float: left;

}

#right-column{
	width: 0px;
	height: 0px;
	float: right;
}


	
/* This is the class that describes the "built with indexhibit" line on the front page as well as the Creative Commons copyright link.	 */
.built {
	font-size: 9px;
	color: #444;}


.built a {color: #333;}

.built a:link {color: #333;}

.built a:visited {color: #333;}

.built a:active {color: #333;}

.built a:hover {color: #999;}
		
		
/*the #topbar & contact-box work, but could be addressed more in the future. There is an issue with the widths that is present structurally, but not visible to the eye. 		 */
#topbar {
	height: 20px;
	width: 100%;
	background: #333;
	margin-bottom: 25px;
}	


/* These icons are not currently being used. However, they're kept here in case icons are added at a later date. */
.topbar-icons {
	margin-top: 5px;
	}


/* Div that aligns the contact info with the right edge of the content */
#contact-box{
	position:absolute;
	width: 947px;
	margin-left: 0px;
	float: left;
}

	
/* A div that contains the contact info */
#contact-info {
	width: 280px;
	height: 20px;
	margin-top: 2px;
	float: right;
}	


/* Contact info links. All are states set to #fff white.  */
#contact-info a {
	font: normal 11px verdana, arial, sans-serif;
	margin-top: 0px;
		 }
	
	#contact-info a:link {color: #fff;}
	
	#contact-info a:visited {color: #fff;}
	
	#contact-info a:active {color: #fff;}
	
	#contact-info a:hover {color: #fff; }	


#mailing-list {

/* line up with the contact info */
padding-top: 2px;

/* left-align with the navigation  */
padding-left:40px;

/* necessary for z-index */
position:relative;

/* move in front of the menu div */
z-index: 100;
float: left;
}

/*
#mailing-list a {color: #fff;}
#mailing-list a:link {color: #fff;}
#mailing-list a:visited {color: #fff;}
#mailing-list a:active {color: #fff;}
#mailing-list a:hover {color: #fff;}
*/
		

		
