/* @group Fonts */

@font-face {
    font-family: HelveticaNeue-Light;
    src: url('HelveticaNeueLTStd-Lt.otf');
}


/* @group Tags */

li {
	list-style-type: circle;
	margin-top: 0;
}

ul {
	margin-top: -6px;
}

.Photo {
	padding: 10px;
	border-color: #999999!important;
	position: relative;
	left: -10px;
}

.Shadow {
	border-style: none!important;
	margin-top: -40px!important;
	margin-left: -10px;
}

html, body {
	padding: 0;
	margin: 0;
	height:100%;
	background-color: #efefef;
	font: 1em/1.5em HelveticaNeue-Light, HelveticaNeue, Helvetica, Arial, sans-serif;
}

a {
	color: #666666;
	text-decoration: none;
}

a:hover {
	color: black;
}

h1 {
	color: #000;
	display: block;
	position: relative;
	background-image: url(../images/work-title-back.gif);
	padding: 0;
	font-weight: normal;
	font-style: normal;
	margin: 0 0 40px;
	font-size: 1.6em;
	line-height: 1.6em;
}

h2 {
	color: #000;
	padding: 0;
	margin-top: 50px;
	margin-bottom: 50px;
	font-weight: normal;
	font-style: normal;
	line-height: 1em;
	font-size: 1.6em;

}

h3 {
	padding-bottom: 0;
	color: #000;
	margin-top: 4px;
	margin-bottom: -7px;
	font-weight: normal;
	font-style: normal;
	line-height: 1.5em;
	font-size: 1.7em;
}

h4 {
	color: #333;
	margin: 32px 0 0;
	padding: 0;
	line-height: 1em;
	font-weight: normal;
	font-style: normal;
	font-size: 1.4em;
}

p {
	padding: 0;
	margin: 4px 0 10px;
	color: #333;
}

p a {
	text-decoration: none!important;
	color: #000000!important;
	border-bottom: 1px solid #CCCCCC;
}

p a:hover {
	border-bottom-color: #000000!important;
}

/* @end */

#Background { /* needed for footer positioning*/
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treated as min-height*/
	min-height:100%;
	position: fixed;
	z-index: 0;
	top: 0;
}

/* @group Nav */

#Nav {
	position: fixed;
	top: 38px;
	left: 30px;
	z-index: 1;
	display: block;
	width: 800px;
}

#Nav a {
	display: block;
	float: left;
	height: 54px;
	margin-left: 0;
	margin-right: 1px;
	width: 140px;
	padding-top: 10px;
	padding-left: 10px;
	z-index: 1;
	opacity: 0.95;
	text-decoration: none;
}

#Nav a:hover {
	color: black!important;
	opacity: 1!important;
	text-decoration: underline;
}

.NavOn {
	color: black!important;
	opacity: 1!important;
}

#NavHome {
	width: 220px!important;
	background-image: url(../images/nav-back-logo.png);
}

#NavHome img {
	margin-top: 6px;
	position: relative;
	left: 20px;
	bottom: 2px;
}

#NavDesign {
	background-color: #d1d1d1;
}

#NavPhoto {
	background-color: #dbdbdb;
}

#NavMusic {
	background: url(../images/nav-back-music.png) right;
}

/* @end */

/* @group SideNav */

#Sidebar {
	display: block;
	position: fixed;
	top: 174px;
	left: 81px;
	margin-left: 9px;
	padding-top: 0;
	width: 170px;
	height: auto;
	padding-bottom: 20px;
	z-index: 5;
	padding-left: 0;
	padding: 0;
}

#Sidebar a {
	text-shadow: #fff 0 1px 0;
	opacity: 0.85;
	font-size: 0.95em;
	padding-top: 8px;
	padding-bottom: 6px;
	padding-left: 15px;
	margin-bottom: 1px;
	display: block;
	background-color: #fff;
	text-decoration: none;
	line-height: 1em;
	height: 18px;
}

#Sidebar a:hover {
	background-color: #fff;
	color: #000000;
	opacity: 1;
	text-decoration: underline;
}

#SideInterface {
	background-image: url(../images/nav-back-logo.png);
	background-color: transparent!important;
}

#SideGraphic {
	background-color: transparent!important;
	background-image: url(../images/nav-back-side-bottom.png);
}

#Sideinfo {
	display: block;
	position: fixed;
	top: 335px;
	left: 81px;
	margin-left: 9px;
	padding-top: 0;
	width: 170px;
	height: auto;
	padding-bottom: 20px;
	z-index: 5;
	padding-left: 0;
	padding: 0;
}

#Sideinfo a {
	text-shadow: #fff 0 1px 0;
	opacity: 0.85;
	font-size: 0.96em;

	padding-top: 8px;
	padding-bottom: 6px;
	padding-left: 15px;
	margin-bottom: 1px;
	display: block;
	background-color: #fff;
	text-decoration: none;
	height: 18px;
	line-height: 1em;
}

#Sideinfo a:hover {
	background-color: #fff;
	color: #000000;
	opacity: 1;
	text-decoration: underline;
}

#SideWork {
	background-image: url(../images/nav-back-logo.png);
	background-color: transparent!important;
}

#SideGetintouch {
	background-color: transparent!important;
	background-image: url(../images/nav-back-side-bottom.png);
	line-height: 1em;
}

.SideOn {
	color: #000000!important;
	opacity: 1!important;
}

/* @end */

/* @group Body */

#Main {
	position: relative; /* needed for footer positioning*/
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treated as min-height*/
	min-height:100%;
	width: 500px;

	left: 261px;

	padding: 70px 100px 120px;
	margin: 140px 0 0;
	z-index: 1;
	font-size: 0.9em;
	background-image: url(../images/main-back.png);
}

#Main img {
	border: 1px solid #e5e5e5;
	margin-top: 0;
	margin-bottom: 40px;
}

#Main a {
	text-decoration: underline;
	color: gray;
}

#Main a:hover {
	color: black;
}

.Caption {
	color: gray!important;
	margin-top: -12px;
}

#Footer {
	display: block;
	position: fixed;
	width: 80px;
	margin: 0;
	height: 22px;
	z-index: 1;
	background-image: url(../images/back-get.png);
	left: 90px;
	text-align: center;
	padding: 4px 10px 0 0;
	top: 290px;
	font-size: 0.96em;
	line-height: 1em;
}

/* @end */

