/******* General Stylesheet for www.nishaligon.com *******/


body
{
	font-family: helvetica, arial, verdana, sans-serif;
}





/*  GLOBAL ANCHORS  */

a:link, a:hover, a:active
{
	background-color: transparent;
	color: #666;
	text-decoration: underline;
}

a:visited
{
	background-color: transparent;
	color: #666;
	text-decoration: underline;
}


a img
{
	border: none;
}

a.textLink:link, a.textLink:hover, a.textLink:active
{
	text-decoration: none;
}
/*
a.textLink:visited
{
	text-decoration: none;
}

*/
a img																												
{
	border: none;
}


/*a:hover
{
	color: gray;
}

a.selected, .selected
{
	background-color: black;
	color: white;
}*/



/* NAVIGATION */
	#header
	{
		position: absolute;
		font-size: 48px;
		font-weight: bold;
		height: 60px;
		top: 0px;
		left: 136px;
		color: black;
		background-color: transparent;
		padding: 6px;

	}
	
	
	a#main:link, a#main:hover, a#main:active
	{
	background-color: transparent;
	color: black;
	text-decoration: none;
	}
	
	a#main:visited
	{
	background-color: transparent;
	color: black;
	text-decoration: none;
	}
	
	#menu
	{
		position: absolute;
		font-size: 18px;
		height: 100%;
		width: 116px;
		top: 72px;	
		background-color: white;
		z-index: 90;
	}
	
/* black and white menu elements */	

	a.menuBW:link, a.menuBW:active, a.menuBW:visited
	{
		color: black;
		display: block;
		text-decoration: none;
		/*width: 100px;
		height: 13px;*/
	}
	
	a.menuBW:hover
	{
		color: white;
		background-color: black;
		text-decoration: none;
		/*display: block;*/
	}
	
	a.menuBW
	{
		color: black;
		text-decoration: none;
		/*display: block;*/
	}

	

/* video */

	a#video:link, a#video:active, a#video:visited
	{
		color: #07B0F6;
		display: block;
		text-decoration: none;
	}
	
	a#video:hover
	{
		color: white;
		display: block;
		background-color: #07B0F6;
		text-decoration: none;
	}
	
	a#video
	{
		color: #07B0F6;
		display: block;
		text-decoration: none;
	}
	


/* audio */

	a#audio:link, a#audio:active, a#audio:visited
	{
		color: purple;
		display: block;
		text-decoration: none;
	}
	
	a#audio:hover
	{
		color: white;
		display: block;
		background-color: purple;
		text-decoration: none;
	}
	
	a#audio
	{
		color: purple;
		display: block;
		text-decoration: none;
	}

/* writing */

	a#writing:link, a#writing:active, a#writing:visited
	{
		color: #DD0081;
		display: block;
		text-decoration: none;
	}
	
	a#writing:hover
	{
		color: white;
		display: block;
		background-color: #DD0081;
		text-decoration: none;
	}
	
	a#writing
	{
		color: #DD0081;
		display: block;
		text-decoration: none;
	}

/* research */

	a#research:link, a#research:active, a#research:visited
	{
		color: #38BE4E;
		display: block;
		text-decoration: none;
	}
	
	a#research:hover
	{
		color: white;
		display: block;
		background-color: #38BE4E;
		text-decoration: none;
	}
	
	a#research
	{
		color: #38BE4E;
		display: block;
		text-decoration: none;
	}
	
/* web */

	a#web:link, a#web:active, a#web:visited
	{
		color: orange;
		display: block;
		text-decoration: none;
	}
	
	a#web:hover
	{
		color: white;
		display: block;
		background-color: orange;
		text-decoration: none;
	}
	
	a#web
	{
		color: orange;
		display: block;
		text-decoration: none;
	}

/* CLICK TO SEE */

	a.click:link, a.click:active, a.click:visited
	{
		color: black;
		text-decoration: none;
		/*width: 100px;
		height: 13px;*/
	}
	
	a.click:hover
	{
		color: white;
		background-color: black;
		text-decoration: none;
		/*display: block;*/
	}
	
	a.click
	{
		color: black;
		text-decoration: none;
		/*display: block;*/
	}

/* CONTENT */

.content
{
	margin-top: 40px;
	margin-left: 125px;
	/*color: white;*/
}


.boxSS
{
	width: 120px; 
	height: 120px; 
	margin: 10px;
	color: black;
	background-color: gray;
	float: left;
	position: relative;
}

.boxMS
{
	width: 260px; 
	height: 120px; 
	margin: 10px;
	color: black;
	background-color: gray;
	float: left;
	position: relative;
}

.boxSM
{	
	width: 120px; 
	height: 260px; 
	margin: 10px;
	color: black;
	float: left;
	position: relative;
	background-color: gray;
	float: left;
	position: relative;
}

.boxMM
{
	width: 260px;
	height: 260px;
	margin: 10px;
	color: black;
	background-color: gray;
	float: left;
	position: relative;
	z-index: 10;
}

.boxLS
{
	width: 400px; 
	height: 120px; 
	margin: 10px;
	color: black;
	background-color: gray;
	float: left;
	position: relative;
}

.boxLM
{
	width: 400px;
	height: 260px;
	margin: 10px;
	color: black;
	background-color: gray;
	float: left;
	position: relative;
}

.boxLL
{
	width: 400px;
	height: 400px;
	margin: 10px;
	color: black;
	float: left;
	position: relative;
	background-color: gray;
	float: left;
	position: relative;
	z-index=10;
}

.barS
{
	width: 117px;
	height: 38px;
	background-color: black;
	color: white;
	font-size: 18px;
	font-weight: regular;
	padding-top: 5px;
	padding-left: 3px;
}

.barM
{
	width: 257px;
	height: 38px;
	background-color: black;
	color: white;
	font-size: 18px;
	font-weight: regular;
	padding-top: 5px;
	padding-left: 3px;
}

.barL
{
	width: 397px;
	height: 38px;
	background-color: black;
	color: white;
	font-size: 18px;
	font-weight: regular;
	padding-top: 5px;
	padding-left: 3px;
}


a.barS:link, a.barS:hover, a.barS:active, a.barM:link, a.barM:hover, a.barM:active, a.barL:link, a.barL:hover, a.box:active, a.box:link, a.box:hover, a.box:active
{
	background-color: transparent;
	text-decoration: none;
}

a.barS:visited, a.barM:visited, a.barL:visited
{
	background-color: transparent;
	text-decoration: none;
}


.topBar
{
	font-size: 12px;
	font-weight: bold;
	padding: 2px;
	height: 12px;
}

.subheading
{
	font-size: 11px;
	font-weight: regular;
}

.imageSS
{
	overflow: hidden;
	padding: 0;
	margin: 0;
	background-color: gray;
	width: 120px;
	height: 60px;
	z-index: 90;
}

.imageSM
{
	overflow: hidden;
	padding: 0;
	background-color: gray;
	width: 120px;
	height: 200px;
	z-index: 90;
}

.imageMS
{
	overflow: hidden;
	padding: 0;
	background-color: gray;
	width: 260px;
	height: 60px;
	z-index: 90;
}

.imageMM
{
	padding: 0;
	margin: 0;
	width: 260px;
	height: 200px;
	z-index: 90;
}

.imageLS
{
	overflow: hidden;
	padding: 0;
	background-color: gray;
	width: 400px;
	height: 60px;
	z-index: 90;
}

.imageLM
{
	overflow: hidden;
	padding: 0;
	background-color: gray;
	width: 400px;
	height: 200px;
	z-index: 90;
}

.imageLL
{
	overflow: hidden;
	padding: 0;
	background-color: gray;
	width: 400px;
	height: 340px;
	z-index: 90;
}

#test
{
	background-image: url ('http://ernie.art.yale.edu/~nishaligon/media/images/image2.jpg');
	background-repeat: repeat;

}






/* BOX SPECIFICS */

#bio
{
	font-size: 12px;
	color: black;
	padding: 5px;
	padding-top: 2px;
	background-color: CCD;
	height: 334px;
}

.aboutmeText
{
	font-size: 12px;
	color: black;
	padding: 5px;
	background-color: CCD;
	height: 200px;
}

#news
{
	overflow: scroll;
}



/* PAGE SPECIFICS */

.pageContent
{
	margin-top: 40px;
	margin-left: 120px;
	margin-right: 20px;
	padding-top: 5px;
	padding-left: 13px;
	width: 540px;
}

.quicktimePlayer
{
	padding: 0px;
	margin: 0px;
	position: absolute;
	left: 0px;
	top: 120px;
}

.researchH1
{
	font-size: 36px;
	color: #38BE4E;
}

.researchH2
{
	font-size: 18px;
	color: #38BE4E;
}

.videoH1
{
	font-size: 36px;
	color: #07B0F6;
}

.videoH2
{
	font-size: 18px;
	color: #07B0F6;
}

.photoH1
{
	font-size: 36px;
	color: purple;
}

.photoH2 
{
	font-size: 18px;
	color: purple;
}

.webH1
{
	font-size: 36px;
	color: orange;
}

.webH2
{
	font-size: 18px;
	color: orange;
}

.writingH1
{
	font-size: 36px;
	color: #DD0081;
}

.writingH2
{
	font-size: 18px;
	color: #DD0081;
}

.videoStats
{
	position: absolute;
	top: 163px;
	left: 600px;
	width: 200px;
	font-weight: normal;
}

.videoDescription
{
	width: 540px;
	font-weight: normal;
}

.stat
{
	font-weight: bold;
	/*font-style: italic;*/
	font-size: 16px;
}

.photoDescription
{
	width: 320px;
}

.leftArrow
{
	text-decoration: none;
	font-size: 40;
	color: purple;
	position: absolute;
	left: 600;
	top: 600;
}

.rightArrow
{
	text-decoration: none;
	font-size: 40;
	color: purple;
	position: absolute;
	left: 640;
	top: 600;
}

	a.arrows:link, a.arrows:hover, a.arrows:active
	{
		background-color: transparent;
		color: purple;
		text-decoration: none;
	}
	
	a.arrows:visited
	{
		background-color: transparent;
		color: purple;
		text-decoration: none;
	}


/* IN-TEXT LINKS */

a.researchLink
{
	color: #38BE4E;
}

	a.researchLink:link, a.researchLink:active, a.researchLink:visited
	{
		color: #38BE4E;
	}
	
	a.researchLink:hover
	{
		color: 38BE4E;
	}
	
a.videoLink
{
	color: #07B0F6;
}

	a.videoLink:link, a.videoLink:active, a.videoLink:visited
	{
		color: #07B0F6;
	}
	
	a.videoLink:hover
	{
		color: gray;
	}

a.webLink
{
	color: orange;
}

	a.webLink:link, a.webLink:active, a.webLink:visited
	{
		color: orange;
	}
	
	a.webLink:hover
	{
		color: gray;
	}

a.writingLink
{
	color: #DD0081;
}

	a.writingLink:link, a.writingLink:active, a.writingLink:visited
	{
		color: #DD0081;
	}
	
	a.writingLink:hover
	{
		color: #DD0081;
	}
















