/*General*/

strong, b {
	font-weight: bold;
}


body {
	margin: 0;
	padding: 0;
	background: #333 url('../images/bodybg.png') repeat-x left top;
}

img {
	border-style: none;
}

a {
	outline: none;
}

:focus {
	-moz-outline-style: none;
}

h5 {
	margin: 0;
}


/*Siderbar*/

#sidebar {
	width: 240px;
	height: 100%;
	margin-left: 30px;
	background: #676767 url('../images/side_bg.png') repeat-x left top;
	position: fixed;
	z-index: 2;
}

#header {
	width: 240px;
	height: 220px;
	margin-left: 30px;
	top: 0;
	position: fixed;
	z-index: 3;
	float: left;
}

#homeActive  {
	width: 32px;
	height: 17px;
	display: block;
	float: left;
	text-align: center;
	border-top: 1px solid #343434;
	border-bottom: 1px solid #ACACAC;
	border-left: 1px solid #000;
	background: #666666 url('../images/nav_active.png') repeat-x left top;
	padding: 10px 0;
}

#homeDefault a {
	width: 32px;
	height: 17px;
	display: block;
	float: left;
	text-align: center;
	border-top: 1px solid #B0B0B0;
	border-bottom: 1px solid #ACACAC;
	border-left: 1px solid #B0B0B0;
	background: #DFDFDF url('../images/nav_default.png') repeat-x left top;
	padding: 10px 0;
}

#homeDefault a:hover {
	background: #DFDFDF url('../images/nav_hover.png') repeat-x left top;
	width: 32px;
	height: 17px;
}

#home {
	border-bottom: 1px solid #ACACAC;
	background: #DFDFDF url('../images/nav_default.png') repeat-x left top;
}

#navContainer {
	width: 220px;
	margin: 240px 10px;
	height: 39px;
	border: 1px solid #fff;
	border-left: none;
	border-top: none;
}

.navItemContainer {
	width: 61px;
	height: 37px;
	position: fixed;
}

#lastNav {
	border-right: 1px solid #B0B0B0;
}	
	
.navItem a {
	width: 61px;
	height: 13px;
	float: left;
	color: #666;
	border-top: 1px solid #B0B0B0;
	border-bottom: 1px solid #ACACAC;
	border-left: 1px solid #B0B0B0;
	font: 12px "helvetica neue light", helvetica neue, helvetica, arial, sans-serif;
	background: #DFDFDF url('../images/nav_default.png') repeat-x left top;
	text-align: center;
	padding: 12px 0;
	text-decoration: none;
}

.navItemActive a {
	width: 61px;
	height: 13px;
	float: left;
	border-top: 1px solid #B0B0B0;
	border-bottom: 1px solid #ACACAC;
	border-left: 1px solid #B0B0B0;
	font: 12px "helvetica neue light", helvetica neue, helvetica, arial, sans-serif;
	font-weight: bold;
	color: #fff;
	background: #DFDFDF url('../images/nav_active.png') repeat-x left top;
	text-align: center;
	padding: 12px 0;
	text-decoration: none;
}

.navItemActive img {
	border: none;
}

.navItem a:link {
	text-decoration: none;
	color: #666;
}

.navItem a:hover {
	color: #000;
	background: #DFDFDF url('../images/nav_hover.png') repeat-x left top;
}

#contact {
	width: 200px;
	padding: 0 10px 60px 10px;
	float: left;
	font: 10px georgia, "times new roman", times, serif;
	color: #2A2A2A;
	bottom: 0;
	position: fixed;
}

.email a:link, .email a:visited, .email a:active {
	color: #2A2A2A;
	text-decoration: none;
}

.email a:hover {
	color: #fff;
	text-decoration: none;
}

.links {
	color: #515151;
	float: left;
}

.links a:link, .links a:visited, .links a:active {
	color: #515151;
	text-decoration: none;
	font-style: italic;
}

.links a:hover {
	color: #fff;
	text-decoration: none;
	font-style: italic;
}

/*HOME Content*/

#homeContainer {
	float: left;
	width: 718px;
	margin: 210px 0 0 300px;
}

h2 {
	font: 36px "helvetica neue light", helvetica neue, helvetica, arial, sans-serif;
	color: #666;
	letter-spacing: -1px;
}

h2 strong {
	font: 36px "helvetica neue medium", helvetica neue, helvetica, arial, sans-serif;
	font-weight: bold;
	color: #D85F4A;
}

p + p { 
	margin-top: -4px; 
} 

h1 {
	padding: 0;
	margin: 0;
}

.white {
	color: #fff;
}

#thumbContainer {
	float: left;
	margin: 10px 0 0 18px;
}

#featuredWork {
	background-color: #484848;
	width: 720px;
	height: 220px;
}

h3 {
	font: 22px helvetica neue, helvetica, arial, sans-serif;
	font-weight: bold;
	color: #ccc;
	padding: 16px 0 0 20px;
	margin-bottom: 40px;
}

#viewAll {
	font: 12px helvetica neue, helvetica, arial, sans-serif;
	text-decoration: none;
	color: #ccc;
	float: right;
	padding: 6px 20px 0 0;
}

#viewAll a:hover {
	color: #D85F4A;
}

#featuredWork img {
	width: 220px;
	height: 146px;
	border: 1px solid #000;
	opacity: 0.3;
	margin: -40px 10px 0 0px;
	float: right;
}

#featuredWork img:hover {
	opacity: 1;
}
