@charset "utf-8";
/* CSS Document by csstemplateheaven.com */

* {margin: 0; padding: 0;}

body {
	background: #36393c url(images/body.jpg) no-repeat center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#container {width: 640px; margin:auto}

#header {
	background: url(images/header.png) no-repeat center;
	height: 200px;
}

.content {margin: 30px 0; height: 286px}

#footer {padding: 25px; text-align: center;}

img {border: none;}

.seperator {background: url(images/seperator.png) repeat-x; height:2px; width: 100%;}

a {color:#fff;}

h2 {
	font-size: 24px;
	color: #676a6c;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.big_thumb {border: 10px solid #121416; padding:1px; float: left; margin-right: 10px;}

.info {
	margin-left: 310px;
	margin-top: 25px;
	list-style-type: none;
	font-size: 18px;
	color: #b0b1b2;
}

.info li {border-bottom: 1px dotted #6f7275; padding: 6px;}

.more {margin-top: 30px; float: right;}

/*----------------------------------------- Glowing Menu styles ---------------------------------------*/

/* Firefox Dotted Outline Fix */
a:active { 
		outline: none; 
}

a:focus { 
		-moz-outline-style: none; 
}
	
/* Menu Body */
ul#menu {
		height:40px;
		background:url(images/menu.png) no-repeat bottom;
		list-style:none;
		padding-top: 2px;
}
	
/* Float LI Elements - horizontal display */
ul#menu li {
		float:left;
}
	
/* Link - common attributes */
ul#menu li a {
		background:url(sprite.png) no-repeat scroll top left;
		display:block;
		height:37px;
		position:relative;
}
	
/* Specify width and background position attributes specifically for the class: "photography" */
ul#menu li a.photography {
		width:160px;
	}
	
/* Specify width and background position attributes specifically for the class: "webdesign" */
ul#menu li a.webdesign {
		width:160px;
		background-position:-160px 0px;
}

/* Specify width and background position attributes specifically for the class: "about" */
ul#menu li a.about {
		width:160px;
		background-position:-320px 0px;
	}
	
/* Specify width and background position attributes specifically for the class: "contact" */
ul#menu li a.contact{
		width:160px;
		background-position:-480px 0px;
}
	
/* Span (on hover) - common attributes */
ul#menu li a span {
		background:url(sprite.png) no-repeat scroll bottom left;
		display:block;
		position:absolute;
		top:0;
		left:0;
		height:100%;
		width:100%;
		z-index:100;
}
	
/* Span (on hover) - display pointer */
ul#menu li a span:hover {
		cursor:pointer;
}
	
/* Shift background position on hover for the class: "photography" */
	ul#menu li a.photography span {
		background-position: 0px -37px;
}
	
/* Shift background position on hover for the class: "webdesign" */
	ul#menu li a.webdesign span {
		background-position: -160px -37px;
}

/* Shift background position on hover for the class: "about" */
	ul#menu li a.about span {
		background-position: -320px -37px;
}
	
/* Shift background position on hover for the class: "contact" */
	ul#menu li a.contact span {
		background-position: -480px -37px;
}
	
	
	