/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

/* Adding pixels to the last number pushes the site to the right */
.container {
    padding: 5px 5px 25px 15px;
	 
}

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

hr {
    height:1px;
    width: 215px;
    background:#808080;
    margin: 0px 0px 0px 0px;  
}

   
/* LEFT NAV LINKS */

p {
    margin: 0 0 10px 0;
	background-color:#000000;
}

a:link { text-decoration: none; color: #808080; }
a:active { text-decoration: none;  }
a:visited { text-decoration: none; color: #808080;  }
a:hover { text-decoration: none; color: #ccc; }
/* BELOW IS THE CODE TO MAKE THE MAIN MENU LINK STAY HIGHLIGHTED */
#menu ul li.active a{ color:#11ab97; }

a img { border: none; }


/* NEXT BACK SLIDESHOW LINKSAS TEXT */

.next a:link { text-decoration: none; color: #808080; text-align:center}
.next a:active { text-decoration: none;  text-align:right; }
.next a:visited { text-decoration: none; color: #aa0000; }
.next a:hover { text-decoration: none; color: #fff;  }

/* NEXT BACK SLIDESHOW LINKS AS BUTTON - does not work */

.nextbutton a:active { text-decoration: none; color: #808080;  background: url(http://www.brianhurewitz.com/files/bttn_next_arrow.gif) no-repeat;}
.nextbutton a:hover { text-decoration: none; color: #808080;  background: url(http://www.brianhurewitz.com/files/bttn_next_arrow_on.gif) no-repeat;}
.backbutton a:active { text-decoration: none; color: #808080;  background: url(http://www.brianhurewitz.com/files/bttn_back_arrow.gif) no-repeat;}
.backbutton a:hover { text-decoration: none; color: #808080;  background: url(http://www.brianhurewitz.com/files/bttn_back_arrow_on.gif) no-repeat;}




#menu {
    width: 185px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	background-color: #fff;
	margin-bottom: 5px;
	float: left;
	line-height: 13px;
}

ul li { margin-top: 2px; margin-bottom: 2px; }


#menu ul {
	list-style: none;
	margin: 100 0 12px 0;
	padding-bottom: 15px;
}

#menu ul li.section-title { 
	
	font-size: 16px;
	color:#f0f0f0;
	background: #fff;
	line-height: 0px;
	margin-bottom: 7px; 
	margin-top: 0px;	
}

#pageheader{
	font-size: 12px;
	font-family: Helvetica, Arial, sans-serif; 
	color:#fff;
}

/* LEFT MAIN MENU LINKS (THIS OVERRIDES THE REGULAR LINKS OF THE SITE */
#menu a{  text-decoration: none; color: #000; font-size: 11px; font-family: Georgia, "Times New Roman", Times, serif; font-style:italic; }
#menu a:hover{  text-decoration: none; color: #11ab97; font-size: 11px; font-family: Georgia, "Times New Roman", Times, serif; font-style:italic; }


/* CONTENT */

#content {
    height: 100%;
	width: 780;
    margin: 0 0 0 205px;
    top: 0;
	padding:0;
}

#content p { 
	margin-bottom: 0px; 
	margin-top: 0px; 
}

.rightcolumn {
	float: right;
	width: 200
}


body {
	font-size: 12px;
	font-family: Arial, sans-serif;
	color:#808080;
	line-height: 15px;
	height: 100%;
	margin: 0;
    top: 0;
	padding:0;
	background-color:#000000;
	background-position: 0px 205px;
	width: 825px;	
	
}

.desc {
	font-size: 9px;
	font-family: arial, sans-serif;
	line-height: 13px;
	color:#808080;
	padding-top: 2px; 
}

/* BELOW IS THE CSS FOR THE UPLOADED IMAGES AND CAPTIONS*/

#img-container	{ 
	margin: 0;
	padding: 0;	
}

#img-container p	{ 
	margin: 0;
	padding: 0 0 12px 0;
	line-height: 10px;

}
/* BELOW IS CAPTION STYLE*/
#img-container span{
	line-height:10px;
	font-size: 12px;
	font-family: Helvetica, Arial, sans-serif;
	color:#808080;
	text-decoration:none;
	padding-top:10px;
	margin-top:10px;
}



#media_title	{
	padding-top: 20px;
	margin: 20;
	margin-bottom: 20px;
	
}

#media_caption	{
	padding-top: 20px;
	margin: 20;
	margin-bottom: 20px;
	
}


#once { clear: left; }


/* ALEX RECOMMENDED SHOW/HIDE*/
#description	{
	height: 100%;
	margin: 0;
	padding:0;
	font-size: 12px;
	font-family: Arial, sans-serif;
	color:#808080;
	line-height: 15px;
}
		
	
	
	


	