
/*

Style sheet authored by niXer. nixer@ndevix.com

*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
}

:focus { outline: 0; }

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td { vertical-align: middle; }

blockquote:before, blockquote:after, q:before, q:after { content: ""; }

blockquote, q { quotes: "" ""; }

button, code, h1, h2, h3, h4, h5, h6, input, pre, select, table, td, textarea, th { font-size: 1em; }

img { border: 0; }

img.shadow {
	box-shadow: 1px 0 4px #888;
	-webkit-box-shadow: 1px 0 4px #888;
	-moz-box-shadow: 1px 0 4px #888;
}

blockquote, dl, dd, ol, p, pre, textarea, ul, li { margin-bottom: 1.5em; }

li { margin: 0 0 6px 2.5em; }

ul li { list-style: square; }

a { text-decoration: none; }

a:hover { text-decoration: underline; }

body, html {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #fff;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e8e4dc), to(#fff));
	background: -moz-linear-gradient(100% 100% 90deg, #fff, #e8e4dc);
	background: -ms-linear-gradient(100% 100% 90deg, #fff, #e8e4dc);
	background: -o-linear-gradient(100% 100% 90deg, #fff, #e8e4dc);
	background: -webkit-linear-gradient(100% 100% 90deg, #fff, #e8e4dc);
	background: linear-gradient(100% 100% 90deg, #fff, #e8e4dc);
	background-attachment: fixed;
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #222;
	line-height: 1.2em;
	behavior: url("csshover3.htc");
}

h1 { font-size: 20px; }

h2 { font-size: 18px; }

h3 { font-size: 15px; }

h4 { font-size: 13px; }

h5 { font-size: 12px; }

h1, h2, h3, h4, h5 { font-family: Arial, Helvetica, sans-serif; }

input, textarea {
	width: 158px;
	margin: 1px 0;
	padding: 3px 4px;
	border: 1px solid #cecece;
	outline: 0;
	font: normal 11px "lucida grande", tahoma, verdana, arial, sans-serif;
	color: #222;
}

input.button {
	width: auto;
	height: auto;
	margin: 0;
	padding: 1px;
	background: #b2b2b2;
	border: 1px solid #888;
	color: #000;
	font-weight: bold;
	cursor: pointer;
}

input.check {
	width: auto;
	height: auto;
	margin: 0;
	padding: 2px;
	line-height: 1.5em;
	border: medium none;
	font: normal 1em "lucida grande", tahoma, verdana, arial, sans-serif;
	cursor: pointer;
}

select {
	width: auto;
	height: auto;
	margin: 0;
	padding: 3px;
	border: 1px solid #cecece;
	font: normal 11px "lucida grande", tahoma, verdana, arial, sans-serif;
}

textarea {
	width: 75%;
	height: auto;
	margin: 0;
}

label {
	font: normal 10.5px "lucida grande", tahoma, verdana, arial, sans-serif;
	line-height: 1.5em;
	cursor: pointer;
}

hr {
	height: 1px;
	background-color: #888;
	border: 0;
	color: #888;
}

/* 


For Reference

input:focus, input:hover, select:hover, select:focus, textarea:hover, textarea:focus { background-color: #; }

input.button:focus, input.button:hover { background-color: #; }

filter: alpha(opacity=75);
opacity: 0.75;

box-shadow: 1px 0 5px #19304e;
-webkit-box-shadow: 1px 0 5px #19304e; 

background: rgba(97,137,193,0.5);

border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
-o-border-radius: 3px;
-ms-border-radius: 3px;

background: -moz-linear-gradient(100% 100% 90deg, #ececec, #F16B81);
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#F16B81), to(#ececec));

*/

/*	----------------------------------------------
	CLASSES
	------------------------------------------- */

.row { padding: 2px 4px; }

.fineprint { font-size: 85%; }

.underline { text-decoration: underline; }

.noline { text-decoration: none; }

.caps { text-transform: capitalize; }

.widthauto, div.widthauto, input.widthauto { width: auto; }

.cursor { cursor: pointer; }

.highlight { color: #900; }

/* Margins */

.center { margin: 0 auto; }

.marginnone { margin: 0; }

.bump { margin-top: 5px; }

.bumpright { margin-right: 15px; }

.bumpbottom { margin-bottom: 10px; }

/* Alignment */

.textleft, td.textleft, th.textleft, div.textleft { text-align: left; }

.textright, td.textright, th.textright, div.textright { text-align: right; }

.textcenter, td.textcenter, th.textcenter, div.textcenter { text-align: center; }

.textjustify, td.textjustify, th.textjustify, div.textjustify { text-align: justify; }

.top { vertical-align: top; }

.middle { vertical-align: middle; }

.bottom { vertical-align: bottom; }

/* Display */

.none { display: none; }

.block { display: block; }

.inline { display: inline; }

/* Float */

.clear {
	clear: both;
	visibility: hidden;
}

.floatl {
	float: left;
	width: auto;
}

.floatr {
	float: right;
	width: auto;
}

/*	----------------------------------------------
	STRUCTURE
	------------------------------------------- */
	
#lightbox {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 2;
	background: rgba(0, 0, 0, 0.8); }

#lb_wrap {
	position: absolute;
	left: 50%;
	top: 50%; }
	
#lbimg {
	display: block;
	border: 5px solid #fff; }

#close {
	position: absolute;
	display: none;
	width: 250px;
	height: 40px;
	background: rgba(255, 255, 255, 0.8);
	border-radius: 0 0 5px 0;
	-moz-border-radius: 0 0 5px 0; 
	font: bold 1em Arial, Helvetica, sans-serif;
	line-height: 40px;
	text-align: center;
	cursor: pointer;
	color: #000;
	z-index: 3; }

a:hover #close { display: block; }

#header {
	width: 1000px;
	height: 320px;
	margin: 0 auto;
	background: url(images/header_wrap.jpg) no-repeat;
}

#logo {
	float: left;
	padding: 85px 0 0 15px;
}

#menu { float: right; }

#menu ul { margin: 0 auto; }

#menu ul li {
	float: left;
	margin: 0 0 0 1px;
	list-style: none;
}

#menu ul li a {
	display: block;
	width: 114px;
	height: 30px;
	padding: 0 0 0 10px;
	background: #6d6f71;
	background: rgba(255, 255, 255, 0.8);
	border-radius: 0 0 8px 8px;
	-moz-border-radius: 0 0 0 8px;
	-webkit-border-radius: 0 0 0 8px;
	-o-border-radius: 0 0 0 8px;
	-ms-border-radius: 0 0 0 8px;
	box-shadow: 0 3px 2px #102539;
	-moz-box-shadow: 0 3px 2px #102539;
	-webkit-box-shadow: 0 3px 2px #102539;
	-o-box-shadow: 0 3px 2px #102539;
	-ms-box-shadow: 0 3px 2px #102539;
	font: normal 1em Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	line-height: 30px;
	color: #000;
}

#menu ul li a span {
	visibility: hidden;
	color: #6d90a1;
}

#menu ul li a:hover {
	background: #102539;
	text-decoration: none;
	color: #fff;
}

#menu ul li a:hover span { visibility: visible; }

#shadow {
	width: 1000px;
	margin: 0 auto;
	padding: 0 10px;
	background: url(images/bkg.png) repeat-y center top;
}

#wrap {
	width: 1000px;
	height: auto;
	margin: 0 auto;
	background: #fff;
}

#inner_wrap {
	padding: 30px 30px 80px 30px;
	border-top: 5px solid #000;
}

#main {
	float: left;
	width: 560px;
	margin-right: 20px;
}

#side {
	float: left;
	width: 360px;
}

#left {
	float: left;
	width: 400px;
	margin-right: 30px;
}

#right {
	float: left;
	width: 510px;
}

.text p {
	font: normal 1.2em "lucida grande", tahoma, verdana, arial, sans-serif;
	line-height: 17px;
}

.text li {
	font: normal 1.1em "lucida grande", tahoma, verdana, arial, sans-serif;
	line-height: 15px; }

#viewer img {
	display: block;
	border: 2px solid #000000;
	box-shadow: 1px 0 4px #888;
	-webkit-box-shadow: 1px 0 4px #888;
	-moz-box-shadow: 1px 0 4px #888; }
	
#nav {
	margin: 10px auto 0 auto;
	border-top: 2px dotted #6d90a1; }

.navframe, .navframeover {
	float: left;
	width: 130px;
	height: 100px;
	margin: 10px 3px 10px 0;
	cursor: pointer; }

.navinner {
	height: 100px;
	overflow: hidden;
	border: 2px solid #6d90a1;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	box-shadow: 1px 0 4px #888;
	-webkit-box-shadow: 1px 0 4px #888;
	-moz-box-shadow: 1px 0 4px #888;
	filter: alpha(opacity=65);
	opacity: 0.65;  }
	
.navframeover .navinner {
	filter: alpha(opacity=100);
	opacity: 1.00;
	border: 2px solid #102539; }
	
#resume_button {
	position: absolute;
	width: 150px;
	height: 50px;
	background: rgba(16, 37, 57, 0.8);
	border-radius: 0 0 5px 0;
	-moz-border-radius: 0 0 5px 0; 
	-o-border-radius: 0 0 5px 0; 
	-ms-border-radius: 0 0 5px 0; 
	font: bold 1.4em Arial, Helvetica, sans-serif;
	line-height: 50px;
	text-align: center;
	color: #fff;
	cursor: pointer;
	z-index: 1;}

.project {
	width: 560px;
	margin-top: 5px;
	padding: 10px 25px 15px 15px;
	border-bottom: 1px dotted #6d90a1;
}

.ptitle {
	font: bold 1.3em "lucida grande", tahoma, verdana, arial, sans-serif;
	color: #4b708d;
}

.ptext p {
	font: normal 1.1em "lucida grande", tahoma, verdana, arial, sans-serif;
	line-height: 17px;
}

.link {
	margin-bottom: 3px;
	padding: 0 0 5px 0;
	border-bottom: 1px dotted #67a5d6;
	font: bold 1.1em "lucida grande", tahoma, verdana, arial, sans-serif;
	color: #6d90a1; }

.link a {
	 font-weight: normal;
	 color: #000; }

#footer {
	padding: 15px 15px 25px 15px;
	background-color: #102539;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#20466b), to(#102539));
	background: -moz-linear-gradient(100% 100% 90deg, #102539, #20466b);
	background: -ms-linear-gradient(100% 100% 90deg, #102539, #20466b);
	background: -o-linear-gradient(100% 100% 90deg, #102539, #20466b);
	background: -webkit-linear-gradient(100% 100% 90deg, #102539, #20466b);
	background: linear-gradient(100% 100% 90deg, #102539, #20466b);
	border-top: 5px solid #6d90a1;
	font: normal 1em "lucida grande", tahoma, verdana, arial, sans-serif;
	color: #fff;
}

#footer a { color: #fff; }
