/*January 2, 2015
CSS file for managing CNL webpage. */

/*==============================================================*/
/*-----Common to all--------------------------------------------*/
/*==============================================================*/
html {
	min-width: 1200px;
	}

body {
	font-size: 16px;
	font-family: "Helvetica Neue", "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
	letter-spacing: 0.07em;
	}

/*==============================================================*/
/*-----Common Classes-------------------------------------------*/
/*==============================================================*/
/*navigation bar*/
.navbar-wrap {
	width: 100%;
	margin-left: -12px;
	padding-right: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
  	background-color: #171717;	/* dark gray */
	}

.navbar {
	margin: 0 auto 0 auto;
	width: 900px;
	background-color: #171717;	/* dark gray */
	}

.navbar>li {
	font-size: 13px;
	display: inline;
	}

.navbar>li>a {
	text-decoration: none;
	margin: 0px 5px;
	color:#dac3a2;
	}

.navbar>li>a:hover {
	color: #ffebc2;
	}

/*footer with signature*/
.footer {
	width: 100%;
	margin-left: -12px;
	padding-right: 20px;
	background-color: #171717;
	}

.foot-wrap {
	text-align: right;
	margin: 0  auto 0 auto;
	width: 900px;
	}

.foot-wrap>p {
	font-size: 10px;
	color: #000000;
	}

/*==============================================================*/
/*----------Common IDs------------------------------------------*/
/*==============================================================*/


/*==============================================================*/
/*----------Specific to home page-------------------------------*/
/*==============================================================*/
.homepage-img {
	position: relative;
	width: 900px;
	height: 675px;
	margin: auto auto auto auto;
	background-image: url("clockgear_model_3D_3200x2400_qualilty5_300dpi.png");
	background-size: 900px 675px;
	text-align: center;
	}

#homepage-bg {
	/*background-color: #fafad2;	/*light golden rod yellow*/
	/*background-color: #000000;*/
	background-image: url("http://christophernlam.com/bg-textures/retina_wood.png");
	}

#homepage-img-border {
	position: relative;
	margin: auto auto auto auto;
	width: 900px;
	height: 675px;
	/*border: 7px groove #473119;*/
	border: 7px groove #dac3a2;
	/*background-color: #f5f5dc;*/
	}
	
#music-link>a {
	position: absolute;
	left: 190px;
	top: 180px;
	text-decoration: none;
	color: #dac3a2;
	}

#music-link>a:hover {
	color: #82cafa;
	}

#art-link>a {
	position: absolute;
	left: 365px;
	top: 457px;
	text-decoration: none;
	color: #dac3a2;
	}

#art-link>a:hover {
	color: #82cafa;
	}

#about-link>a {
	position: absolute;
	left: 332px;
	top: 306px;
	text-decoration: none;
	color: #dac3a2;
	}

#about-link>a:hover {
	color: #82cafa;
	}

#contact-link>a {
	position: absolute;
	left: 192px;
	top: 385px;
	text-decoration: none;
	color: #dac3a2;
	}

#contact-link>a:hover {
	color: #82cafa;
	}

#education-link>a {
	position: absolute;
	left: 525px;
	top: 309px;
	text-decoration: none;
	color: #dac3a2;
	}

#education-link>a:hover {
	color: #82cafa;
	}

#publications-link>a {
	position: absolute;
	left: 642px;
	top: 423px;	
	text-decoration: none;
	color: #dac3a2;
	}

#publications-link>a:hover {
	color: #82cafa;
	}
	
/*==============================================================*/
/*-----Specific to publications page----------------------------*/
/*==============================================================*/

.publications>li { 
	padding: 15px 15px 15px 15px;
	font-size: 14px;
	color:#dac3a2;
	}

a.publication {
	text-decoration: none;
	color:#dac3a2;
	}

a.publication:hover {
	/*text-shadow: 0 0 1px #ccb2ff, 0 0 1px #ccb2ff, 0 0 1px #ccb2ff, 0 0 1px #ccb2ff, 0 0 1px #ccb2ff;*/
	/*text-shadow: 0 0 10px #ffae4d, 0 0 2px #ffae4d, 0 0 2px #ffae4d;*/
	color: #82cafa;
	}

a.abstract {
	font-size: 14px;
	padding-top: 5px;
	display: inline-block;
	text-decoration: none;
	color: #dac3a2;
	}
	
a.abstract:hover {
	/*text-shadow: 0 0 10px #ffae4d, 0 0 2px #ffae4d, 0 0 2px #ffae4d;*/
	color: #82cafa;
	}

.more-info-border {
	border-style: inset;
	border-width: 4px;
	border-color: #4c4646;
	padding-left: 15px;
	padding-right: 15px;
	}
	
#publications-conferences-bg {	
	background-color: #000000;	/* black */
	background-image: url("http://christophernlam.com/bg-textures/nami.png");
	color:#ebdecc;
	}
	
#publications-conferences-page {
	text-align: justify;
	margin: 20px auto 20px auto;
	width: 900px;
	padding: 10px 20px;
	background-color: #171717;	/* dark gray */
	}
	
/* The following CSS blocks are to modify the div tables containing journal abstract info */
#publication-abstract {
	text-align: justify;
	vertical-align: text-top;
	font-family: "Helvetica Neue", "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
	font-size: 14px;
	line-height: 180%;
	}

#publication-img {
	display: block;
	text-align: center;
	margin: auto;
	}

#publication-img>img {
	height: 250px;
	}

#more-info-text {
	font-size: 14px;
	}
	
/*==============================================================*/
/*-----Specific to contact page---------------------------------*/
/*==============================================================*/
#contact-bg {	
	/*background-color: #e0caae;	/*lighter tan 2*/
	/*background-color: #d2b48c;	/*tan*/
	/*background-color: #d6bc98;	/*lighter tan 1*/
	background-image: url("http://christophernlam.com/bg-textures/retina_wood.png");
	}
	
#contact-page {
	text-align: justify;
	margin: 20px auto 20px auto;
	width: 900px;
	padding: 10px 20px;
	/*background-color: #e0caae;	/*lighter tan 2*/
	/*background-color: #d2b48c;	/*tan*/
	/*background-color: #d6bc98;	/*lighter tan 1*/
	}
	
#email {
	text-decoration: none;
}

/* MISCELLANEOUS */
/*	
#logo {
	width: 150px;
	margin: 10px auto 25px auto;}

#navigation {
	width: 1000px;
	padding: 15px;
	margin: 0px auto 0px auto;
	border-top: 2px solid #000;
	border-bottom: 1px solid #000;
	text-align: center;}
	
#navigation>li {
	display: inline;
	margin: 0px 3px;}
	
#navigation>li>a {
	color: #000000;
	text-transform: uppercase;
	text-decoration: none;
	padding: 6px 18px 5px 18px;}

#navigation>li>a:hover, a.on {
	color: #cc3333;
	background-color: #ffffff;}
*/
