@charset "utf-8";
/* MK Digital Media CSS Document */

/*body background color- light green*/
body {text-align:center;
	background-color:#69b898;
	background-image: url(images/all_your_wishes.jpg);
	background-attachment:fixed; top:0; left:0;
	background-repeat: no-repeat;
	margin:0;
	padding: 0;
	font-family:Arial, Helvetica, sans-serif;}	
	
.wrapper {width:100%;}	

.site {	width:800px;
		padding-left:45px;
		padding-right:50px;
		margin: 0 auto;
		background-image:url(images/site_bg.png);
		background-repeat: repeat-y;}	
		
.header {float:right;
		background-image:url(images/mk_digital_media.jpg);
		background-repeat:no-repeat;
		background-position:right;
		height:230px;
		width:824px;
		margin-right:-3px;
		*margin-left:-21px;	
		}
	
/*** Nav bar styles ***/

ul.nav,
.nav ul{
/*Remove all spacings from the list items*/
	margin: 0;
	padding: 0;
	cursor: default;
	list-style-type: none;
	display: inline;
	*float:left;
	color:white;

}

ul.nav{
	display: table;
	width: 100%;
	table-layout: fixed;

}
ul.nav>li{
	display: table-cell;
	position: relative;
	float:left;
	padding:0 20px;
	
}

ul.nav li>ul{
/*Make the sub list items invisible*/
	display: none;
	position: absolute;
	max-width: 50ex;
	margin-left: -20px;
	margin-top: 0;
	*top:2.1em;
	*left:1.4em;
	width:100%;
	
}

ul.nav li:hover>ul{
/*When hovered, make them appear*/
	display : block;
	
}

.nav ul li a{
/*Make the hyperlinks as a block element, sort of a hover effect*/
	display: block;
	padding: 0px 10px;
	border-top:1px solid #cc3300;
}

/*** Menu colors (customizable) ***/

ul.nav,
.nav ul,
.nav ul li a{
	background-color:#336666;
	color:white;
	font-size:14px;
	line-height:30px;
	font-weight:300;
}


ul.nav li:hover,
.nav ul li a:hover{
	background-color: #69B898;
	color: #fff;
}

ul.nav li:active,
.nav ul li a:active{
	background-color: #69B898;
	color: #fff;
}

ul.nav,
.nav ul{
	
}

.nav a{
	text-decoration: none;
}

	
		
.photos {width:650px; 
		text-align: center;
		}		
		
#promo {margin-right:200px;}
		
.border h3 {text-align:center;}		
		

	
ul {line-height:1.5em;
	font-size:13px;
	list-style-position:inside;}

.navbar {font-family: Arial, Helvetica, sans-serif;
		clear:both;
		width: 821px;		
		background-color:#99CC66;
		margin-left:-18px;
		text-align:left;
		border-bottom:1px solid #cc3300;
		}


.right {float:right;
		width:150px;
		margin:20px;
		padding:14px;
				}
		
.right p { font-size:10px;
		font-style:italic;
}
		


.intro {font-family: Arial, Helvetica, sans-serif;
	color:#252525;
	text-align: left;
	width:750px;
	float:left;
	padding-top:20px;
	padding-bottom:25px;}
	
.intro h2 {font-size: 14px;
			color:#333;
			font-family: Georgia, Times New Roman, Times, serif;
			line-height:36px;}

.intro h1 {color:#333333;
		text-align: left;
		font-size:1.2em;
		font-family: Georgia, Times New Roman, Times, serif;
		
	}
.intro h3 {font-style:oblique;
		font-size:.8em;}
		
.intro h4 {font-family: Arial, Helvetica, sans-serif;}
 
.intro p {letter-spacing: .03em;
		line-height: 1.4em;
		font-size: .9em;}
		
h2 		{font-size:12px;
		letter-spacing: .1em;}
		
table {font-weight:bold;
		font-size:small;}
		
em {font-style:normal;}		

.navbar a:link {
	color:#fff;
	text-decoration: none;}
	
.navbar a:visited {
	color:#fff;
	text-decoration: none;}
	
.navbar a:focus {
	color:#fff;
	text-decoration: none;}
	
.navbar a:hover {
	color:#fff;
	text-decoration: none;
	background-color:#69b898;}
	
.navbar a:active {
	color:#fff;
	text-decoration: none;}



.footer a {padding: 5px 10px 5px;
		font-size:.8em;}
	
.copy a {display:inline-block;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	padding:2px;}



a:link {
	color:#336666;
	text-decoration: none;
	}

a:visited {
	color:#336666;
	text-decoration: none;
	}
	
a:focus{
	color:#66CC33;
	text-decoration: none;}

a:hover { 
	color:#fff;
	text-decoration: none;
	background-color:#ffcc33;}
	
a:active {
		color:#66CC33;
		text-decoration: none;}
		
.form {text-align:left;
		font-family:Arial, Helvetica, sans-serif;
		letter-spacing:.01em;}


	
.form h2 	{font-style:oblique;}


fieldset {font-weight:bold;
		padding:5px;
		border-style:dotted;
		border-color:#ffcc00;
		border-width:1px;}
		
legend {border-color:#ffcc00;
		border-width:thin;
		background-color:white;}
		
#submit {padding:3px;
		text-align:right;}

.footer {background-image:url(images/digit.png);
		background-repeat:no-repeat;
		background-position:top;
		text-align:center;
		font-family:Arial, Helvetica, sans-serif;
		clear:both;
		padding:5px;
		height:130px;
				}
				
.footer p {line-height:8px;
		}
		
#foot {margin-top:50px;}

#link {font-size:small;}

#copy {font-size:small;}						

.photos {width:500px;
		heigth:100%;}
		
.shot {width:302px;
		height:210px;
		float:left;
		font-size:small;
		padding:15px;
		font-weight:bold;
		text-align:center;}
		
.shot img {position:top;
			}	
			
.shot p {line-height:8px;
		background-color:#fff;}				
