/* *************************** */
/*  CSS Screen Portfolio Page   */
/* *************************** */

#content {
	width: 880px;
	margin-top: 10px;
	margin: 0 auto;
}
.content-hr  {
	width: 860px;
	height: 2px;
	margin-right: 20px;
	float: left;
}

#content-left {
	width: 100px;
	margin-top: 10px;
	margin-right: 20px;
	color: #151446;
	float: left;
}
#content-right {
	width: 760px;
	margin-top: 10px;
	color: #151446;
	float: left;
}

h2 {
	font-family: Helvetica, Arial, Verdana, sans-serif; 			 
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	padding-bottom: 10px; 
}

h3 {
	font-family: Helvetica, Arial, Verdana, sans-serif; 
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	padding-bottom: 10px; 
}

p {
	font-family: Helvetica, Arial, Verdana, sans-serif; 			 
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	padding-bottom: 10px; 
}

/* Link State Portfolio */
a.link-state-portfolio {
	font-family: Cambria, Times, 'Times New Roman', serif;
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}	

a.link-state-portfolio:link {
	color: #ffffff;	
}	

a.link-state-portfolio:visited {
	color: #5c5c5f;	
}	

a.link-state-portfolio:hover {
	color: #004061;		
	background-color: #d0c9cd;
	text-decoration: underline;
}	

a.link-state-portfolio:active {
	color: #ff0000;	
}

/*-------------------------------
	Slideshow Customizations
--------------------------------*/
#slideShow{
	margin:150px auto 0;
	border:7px solid #fff;
	width:675px;
	height:675px;
	box-shadow:5px 5px 0 rgba(22,22,22,0.3);
}
