/*
    Date: 12/26/13
    Description: style for illustration pages
    Author: Kallemyn
 */

*{
	margin:0px;
	padding:0px;
}
			
body{
	background-image: url(images/background3.png);
	background-color: none
	;
}

#container{
	max-width: 850px;
	margin: 20px auto;
	border: 1px solid black;
	padding: 20px 0 ;
	background-image: url(images/background2.png);
	background-repeat: repeat;
	overflow: hidden;
}
			
#imagecontainer {     /* contains image logo and thumbs */
	width: 90%;
	min-width: ;
	background-color:;
	text-align:center;
	margin: 3px auto 8px auto;
	clear: both;
}

#imagecontainer  

#imagecontainer  a:hover{   
	color: blue;
}

#dk{
	color: #E1E6D5;
	visibility: hidden;
}

#name{
	border: px solid black;
	height: 50px;
	width: 80%;
	margin: 0 auto 9% auto;
	font-family:impact, sans-serif;
	font-size: 1.2em;
	}				
		
.name{
	width: 100%;
	background-image: url(images/title.png);
	background-size: contain; 
	background-repeat: no-repeat;
}	

#name p{
	color:#456366;
	font-variant:small-caps;
	letter-spacing: 1.2pt;
	font-family:impact, sans-serif;
	margin: -12% 0 34px 23%;
	font-size: 1.7em;
	margin: -11% 0 20px 20%;
}
	
li {
	width:25%;
	float:left;
	border-right: 0;
	list-style-type: none;
	
}

li:last-child {
	border-right: black;
}

li a {
	font-family:impact, sans-serif;
	letter-spacing: 1.3pt;
	color: #E1E6D5;
	display: block;
	width:100%;
	background:#C48F92;
	padding: ;
	font-size:1.4em;
	text-decoration: none;
	text-align: center;
	position: relative;
	z-index:1;
}

li a:hover {
	color: red;
}

.logo{
	width: 50px;
	height: auto;
	background-image: url(images/sm_logo.jpg);
	margin: 0 5% 0 11%;
	float: left;
	opacity: .9;
	filter: alpha(opacity = 0.5);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0.5);
	border-right: 3px solid white;
	border-bottom: 3px solid white;
	border-top: 2px solid #888888;
	border-left: 2px solid #888888;
}

footer {
	width: 100%;
	height: 55px;
	border-top: 0px solid #888888;
	margin: 10px 0 0 0;
	padding:4px 0 5px 0;
	background:#62A39F;
	clear: both;
}
				
footer p{
	font-size: 0.8em;
	font-family: "Comic Sans MS", cursive, sans-serif;
	line-height: 50px;       /* the same as your div height */
	margin: 35px auto 30% auto;
	line-height: 0.5em;
}

#menu {
	width:1.4em;
	color: #62A39F;
	display: block;
	background:#E1E6D5;
	font-size:2.35em;
	text-align: center;
}

.linkDiv{
	float: left;
	width: 30%;
	margin-left: 2%;
	border: 0;
}

.linkDiv a{  
	font-family:impact, sans-serif;
	font-size: 1.2em;
	font-variant:small-caps;
	letter-spacing: 1.3pt;
	text-decoration: none;
	color: #2F4F4F;
	display: block;
	margin: 1px 0 10px 0;
}

.linkDiv a:hover{  
	color: blue;
}

.sizeImg{
	width: 100%;
	border: 0;
} 

#nav.js {
	margin: 0px 30px;
	border: 0px solid black;
}

@media screen and (max-width: 668px) {

.linkDiv{
	float: none;
	width: 65%;
	margin: -3% auto 0 auto;
}

.linkDiv a{  
	font-size: 1.6em;
	
}



#name p{
	visibility: hidden;
	}
	
#dk{
	background:#C48F92;
	font-family: impact, sans-serif;
	font-size: 1.4em;
	font-variant:small-caps;
	letter-spacing: 1.3pt;
	width: 100%;
	text-align: center;
	margin: -3% 0 0 -2%;
	visibility: visible;
	float: right;
}	

li a {
	background:#62A39F;
}

#name{
	float: right;
	width: 85%;
	margin: 5px auto 11% auto;
}

#nav.js {
	display: none;
}

ul {
	list-style: none;
}

li {
	width:100%;
	border-right:none;
}

}                           

@media screen and (min-width: 668px) {   /*Responsive Elements*/
#menu {
display: none;
}

}

@media only screen and (min-width: 150px) and (max-width: 600px){          /*Responsive Elements*/

#imagecontainer {     /* contains image logo and thumbs */
	width:100%;
	border: 0;
}

#name{
	margin: 0 auto 5% auto;
}
footer p{
	font-size: 0.7em;
	line-height: 120%;
	
}

}
