html {
	background-color: #4d1ccb;
	background-image: url(../images/vertical_background.jpg);
	background-repeat: repeat-x;
	font-family: Helvetica, Arial, sans-serif;
	color: #94c5ff;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

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

p {
	margin: 10px 0 20px;
	font-size: 14px;
	font-weight: normal;
}

h1 {
	color: #bedbfb;
	font-size: 24px;
	margin: 20px 0 20px;
	font-weight: normal;
	clear: both;
}

h2 {
	font-size: 19px;
	margin: 10px 0 10px;
}

h3 {
	margin: 0;
}

body {
	margin: 0;
	padding: 0;
}

.hidden {
	display: none;
}

.container {
	margin: 30px 50px;
	display: block;
	clear: both;
}

.out {
	margin: 0 0 0 200px;
	opacity: 0;
	display: none;
}

#header {
	display: block;
	height: 52px;
	margin: 30px 50px 40px;
}

#logo {
	background-image: url(../images/aw_logo.png);
	float: left;
	height: 52px;
	left: -25px;
	position: relative;
	width: 133px;
}

#logo a {
	display: block;
	position: relative;
	top: 0;
	left: 0;
	height: 52px;
	width: 133px;
}

/**
	NAVIGATION CSS
*/

#navigation {
	margin: 0;
	padding: 0;
	float: left;
	line-height: 52px;
	position: relative;
	top: 15px;
}

#navigation li {
	display: inline;
	float: left;
	list-style-type: none;
	margin: 0;
	padding; 0;
	position: relative;
	height: 22px;
}

#navigation li a {
	opacity: 0.5;
}

#navigation li a.active {
	opacity: 1.0;
}

#navigation li.about_me_nav a {
	background-image: url(../images/nav.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	height: 22px;
	display:block;
	width: 88px;
	margin: 0 20px 0 0;
	padding: 0;
}

#navigation li.design_nav a {
	background-image: url(../images/nav.png);
	background-repeat: no-repeat;
	background-position: -103px 0;
	height: 22px;
	display:block;
	width: 66px;
	margin: 0 25px 0 0;
	padding: 0;
}

#navigation li.code_nav a {
	background-image: url(../images/nav.png);
	background-repeat: no-repeat;
	background-position: -192px 0;
	height: 22px;
	display:block;
	width: 55px;
	margin: 0 25px 0 0;
	padding: 0;
}

#navigation li.contact_nav a {
	background-image: url(../images/nav.png);
	background-repeat: no-repeat;
	background-position: -278px 0;
	height: 22px;
	display:block;
	width: 70px;
	margin: 0;
	padding: 0;
}

/**
	END NAVIGATION CSS
*/

#getToKnowMeBtn {
	background-image: url(../images/get_to_know_me.png);
	width: 153px;
	height: 45px;
	display: block;
	margin: 25px 0 0;
}

#resumeBtn {
	background-image: url(../images/resume_btn.png);
	width: 188px;
	height: 45px;
	display: block;
}

#overlay {
	background-color:#000;
	opacity: .5;
	width: 100%;
    min-height: 100%;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
	text-align: center;
}

#optimized {
	position: fixed;
	bottom: 0;
	right: 0;
	padding: 10px;
	font-size: 10px;
}

.pageTitle {
	margin: 0 0 20px;
}

#welcomeHeader {
	background-image: url(../images/home_text.png);
	height: 109px;
	width: 362px;
}

#aboutMe {
	width: 700px;
}

#aboutMeHeader {
	background-image: url(../images/about_me_header.png);
	height: 37px;
	width: 192px;
}

#designHeader {
	background-image: url(../images/design_header.png);
	height: 49px;
	width: 137px;
}

#codeHeader {
	background-image: url(../images/code_header.png);
	height: 37px;
	width: 98px;
}

#contactHeader {
	background-image: url(../images/contact_header.png);
	height: 34px;
	width: 149px;
}

/**	design page css
*/

#design {
	width: 900px;
}

#designWork {
	display: none;
	clear: both;
}

.boxgrid {  
	width: 150px;  
	height: 150px;  
	margin:0 10px 10px 0;  
	float:left;  
	background:#161613;  
	overflow: hidden;
	//border: solid #343ca7;
	position: relative;  
}

.boxgrid img {
	position: absolute;  
	top: 0;  
	left: 0;  
	border: 0;  
}

.boxcaption {  
	float: left;
	position: absolute;
	background: #2b3189;
	height: 130px;
	width: 130px;
    opacity: .9;
    padding: 10px;
    top: 150;
    left: 0;
    /* For IE 5-7 */  
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);  
	/* For IE 8 */  
    -MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";  
}

.captionfull .boxcaption {
	top: 145px;  
	left: 0;  
}  
.caption .boxcaption {  
	top: 0px;  
	left: 0;  
}

.boxcaption a {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	height: 150px;
	width: 150px;
	z-index: 10001;
}

.boxcaption .hidden {
	display: none;
}

.boxcaption h1 {
	font-size: 20px;
	margin: 0;
	padding: 0;
	font-weight: bold;
}

.boxcaption h2 {
	font-weight: normal;
	font-size:10px;
	font-style: italic;
	text-align: right;
	position: absolute;
	right: 10px;
	bottom: 0;
}
