body {
	margin: 0px;
	padding: 0px;
	background-color: #444444;
	-webkit-background-size: 50px 50px;
	-moz-background-size: 50px 50px;
	background-size: 50px 50px; /* Controls the size of the stripes */

	background-image: -webkit-gradient(linear, 0 0, 100% 100%,
							color-stop(.25, #555), color-stop(.25, transparent),
							color-stop(.5, transparent), color-stop(.5, #555),
							color-stop(.75, #555), color-stop(.75, transparent),
	 						to(transparent));
	background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, .2) 25%, transparent 25%,
						transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%,
						transparent 75%, transparent);
	background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, .2) 25%, transparent 25%,
						transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%,
						transparent 75%, transparent);
	background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, .2) 25%, transparent 25%,
						transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%,
						transparent 75%, transparent);
	background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, .2) 25%, transparent 25%,
						transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%,
						transparent 75%, transparent);
	background-image: linear-gradient(-45deg, rgba(255, 255, 255, .2) 25%, transparent 25%,
						transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%,
						transparent 75%, transparent);

}

#page {
	position: relative;
	top: 0px;
	padding: 0px;
	margin: 0 auto;
	
	width: 700px;
	background-color: #ffffff;
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
}

#header {
	position: relative;
	top: 0px;
	height: 286px;
	width: 700px;
	border-width: 0px;
	background-repeat: no-repeat;
}

#nav {
	position: absolute;
	bottom: 0px; /* to hide 1px content border */
	width: 690px;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#nav li {
	display: inline;
}

#nav li:first-child a {
	border-width: 1px 1px 0 0;
}

#nav li:last-child a {
	float: right;
	border-width: 0;
}

#nav li:last-child a:hover {
	background-color: transparent;
}

#nav a {
	padding: 2px;
	padding-left: 7px;
	padding-right: 7px;
	
	
	color: #dddddd;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: lighter;
	text-decoration: none;
	
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
	border-bottom-width: 0px;
	
}

#nav a:hover,
#nav .clicked {
	background-color: #ffffff;
	color: #000000;
}

.not_clicked {
	background-color: #000000;	
}

#body {
	border-width: 0px;
	padding: 5px 20px;
	background-color: #FFFFFF;
	
	
	position: relative;
	z-index: 5;
	
	text-align: left;
}

#title {
	border-width: 0px;
	text-align: left;
/*	padding: 0 20px;*/
}	

h1, h2 {
	background-color: #ffffff;
	margin: 7px 0 16px 0;
	padding: 0px;
	
	font-family: "Arial Black", Arial, Helvetica, sans-serif;
	font-weight: lighter;
	color: #999999;
	font-size: 16px;
	text-transform: lowercase;
}

h2 {
	color: #666666;
	font-size: 14px;
}

h3 {
	font-size: 14px;
	color: #AAAAAA;
}

#content {
	text-align: left;
	padding: 5px;
	
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
		
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000000;
	font-size: 12px;
}

.loading {
	color: #aaa;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.about {
	background-image: url(../img/about.jpg);
}

.portfolio {
	background-image: url(../img/portfolio.jpg);
}

.resume {
	background-image: url(../img/resume.jpg);
}

.contact {
	background-image: url(../img/contact.jpg);

}

#move,
#move a:hover {
	float: right;
	
	border-width: 0px;
	height: 15px;
	width: 25px;
	
	background-color: transparent;
	background-repeat: no-repeat;

}

.move_up {
	background: url(../img/move_up.png);
	background-repeat: no-repeat;
	
}

.move_down {
	background-image: url(../img/move_down.png);
	background-repeat: no-repeat;
}

/* footer */

#footer {
	text-align: center;
	margin: 7px 0;
	vertical-align: top;
}

#footer li {
	display: inline;
	list-style: none;
}

#footer a {
	margin-left: 2px;
	padding: 2px;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
	
	color: #aaaaaa;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: lighter;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#image-preloader {
	display: none;
}


#valid {
	position: fixed;
	bottom: 0;
	right: 0;
}


/* portfolio page css */

#img {
	position: relative;
	display: inline;
}

#imgs {
	border-width: 0px;
	height: 77px; /*img size + 2px border*/
	overflow: hidden;
}

#timeline #dates {
	border-width: 0px;
	border-top-width: 1px;
	border-color: #cccccc;
	border-style: solid;
	
	color: #999999;	 
}

#imgs * {
	display: inline;
}

#imgs a img {
	border: 0px;
	margin: 0px;
	padding: 1px;
	padding-top: 1px;
	padding-bottom: 1px;
}

#imgs a:hover img {
	background-color: #000000;
}

#display {
	margin-top: 20px;
	margin-bottom: 20px;
	
	text-align: center;
	height: 220px;
	width: 280px;
	
	border-width: 1px;
	border-style: solid;
	border-color: #AA6644;
}

/* about */
#me {
	display: none;
}

#profilepic {
	float: right;
	margin: -30px -5px 0 5px;
	border: 1px solid gray;
	
}

/* contact */
form {
	padding: 10px;
}

form label {
	display: inline-block;
	width: 100px;
}

form input[type="text"] {
	width: 150px;
	margin: 0 0 10px 0;
}

form input[type="button"] {
	margin: 10px 10px 10px 0;
}

form textarea
{
	margin: 5px 0 0 0;
	height: 200px;
	width: 600px;
}

form span {
	margin: 0 10px;
	color: red;
	display: none;
	width: 200px;
}

.error {
	box-shadow: 0px 0px 3px 2px red;
}

#formResults {
	display: inline-block;
	width: 300px;
}
	
/* Resume */
#snapshot {
	display: inline-block;
	width: 272px;
}

#snapshot div {
	margin: 0 0 7px 0;
}

#snapshot strong {
	color: #006699;
	font-size: 14px;
	font-weight: bold;
	display: inline;
}

#snapshot span {
	font-size: 14px;
	color: #777;
}

#linkedIn {
	position: relative;
	width:372px;
	height: 225px;
	display: inline-block;
}

#linkedInBackground {
	position: absolute;
	top: 100px;
	left: 100px;
	z-index: -1;
	overflow: hidden;
	
	color: #aaa;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

a.button,
input[type="button"] {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	
	
	background-color:#ededed;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	padding: 6px 12px;
	text-decoration: none;
	text-shadow: 1px 1px 0px #ffffff;

	margin: 10px 10px 10px 0;
	cursor: pointer;
}

a.button.disabled,
input[type="button"].disabled {
	
	color:#aaa;
	background-color:#fdfdfd;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #fdfdfd) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #fdfdfd 100% );
	cursor: default;
}

a.button:hover,
input[type="button"] {
	background-color:#dfdfdf;
}

a.button:active,
input[type="button"] {
	position:relative;
	top:1px;
}

#undoLink {
	display: none;
}
