/* styles for the home page of Mark Bashista markbashista.com */

* {
	/* global whitespace reset*/
	margin: 0px;
	padding: 0px;
}

/* to avoid page-shift */
html { 
	min-height: 100%; margin-bottom: 1px; 
}

body {
	background-color: #0d1712;
	border-top: 4px solid #e7c9a7;	
}
#wrapper {
	width: 830px;
	margin-left: auto;
	margin-right: auto;
}

/*LOGOS*/

#home-logo {
	width: 800px;
	height: 140px;
	margin-top: 16px;
}
#home-logo img.camera {
	margin-left: 8px;
}
#home-logo img.name {
	vertical-align: top;
	margin-top: 24px;
}

/*home page navigation */
#home-nav {
	text-align: center;
	width: 800px;
	padding-top: 3px;
	padding-bottom: 5px;
	margin-right: auto;
	margin-left: auto;
	height: 30px;
	margin-top: 8px;
	position: relative;
}	
#home-nav ul {
	list-style: none;
	_margin-top: 8px;
}
#home-nav li {
	display: inline;
	margin-right: 3px;
	margin-left: 3px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	text-transform: uppercase;
	color: #ece3c6;
	text-decoration: none;
	letter-spacing: 1px;
}
#home-nav a:link, #home-nav a:visited {
	text-decoration: none;
	padding-right: 12px;
	padding-left: 12px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #ece3c6;
}
#home-nav a:hover {
	color: #eed3b7;
}
#home-nav .current a:link, #home-nav .current a:visited {
	color: #d28a81;
	border: soiid 1px #ffe600;
}


/*for home page crossfade-slideshow */
	
#slides {
	width: 820px;
	border: 1px solid #666;
}
#gallery {
	height: 355px;
	width: 800px;
	list-style-type: none;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 8px;
	position: relative;
	display: block;
	margin-top: 8px;
}
#gallery li {
	width: 100%;
	text-align: center;
	display: block;
}
#gallery img {
	border: 1px solid #666;
}



#footer {
	width: 820px;
	margin-left: auto;
	margin-right: auto;
	
	clear: both;
}
#footer p {
	font: 10px/12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #996;
	padding-top: 6px;
	letter-spacing: 1px;
	text-align: right;
	padding-right: 6px;
}
#footer a:link, #footer a:visited {
	color: #cc9;
	text-decoration: none;
}
#footer a:hover {
	color: #cc9;
	text-decoration: underline;
}

