@charset "utf-8";

body {
	font-family: Arial,Helvetica,sans-serif;
	background-color:#43464D;
	background-image: url('../images/bg_pattern.png');
}

h1{
	float: left;
	color:#fff;
	font-size:31px;
	font-weight:bolder;
	margin:0;
	margin-right: 10px;
}
h2{
	float: left;
	color:#48577D;
	font-size:18px;
	font-weight:400;
	margin: 10px 0 0;
}
h3 {
	border-bottom: 1px solid silver;
	color:#48577D;
	font-size:medium;
	font-weight:700;
	margin: 0;
	text-indent:10px
	padding-bottom: 2px;
	font-size: large;
	cursor: pointer;
}
h4 {
	color: #fff;
	border-bottom: 1px solid gray;
	margin: 0;
}

img {
	border:none;
}

ul {
	list-style-position:outside;
}

.validation {
	float: right;
	margin: 10px;
	width:155px;
}

.validation input {
	border:none; 
	border-radius: 5px;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	padding: 3px;
}

.validation #results div{
	overflow: auto;
	padding: 5px;
}

.validation #results {
	background:none repeat scroll 0 0 #48577D;
	opacity:0.95;
	width:250px;
	float: right;
	-moz-border-radius: 10px;
	-moz-border-radius-topright: 0px;
	padding: 4px;
}


.validation #results img {
	width: 50px;
	height: 30px;
	margin-right: 3px;
}

.validation #results span {
	display:block;
	float:right;
	padding-left:2px;
	width:185px;
}

validation #tags {
	-moz-border-radius:0 0 10px 10px;
	background:none repeat scroll 0 0 #9197A6;
	height:20px;
	margin-top:10px;
	padding:5px;
	height: auto;
	text-align: center;
}

.validation #tags span {
	float: left;
}

.validation #tags img, .validation #tags span {
	width: 19px;
	height: 19px;
	padding: 1.25px;
	cursor: pointer;
}

.social {
	float: right;
	margin: 10px;
}

.social img {
	height: 20px;
	width: 20px;
}

.social ul {
	padding: 0px;
	list-style-position: inside;
	display: inline;
	list-style-type: none;
	height: 20px;
	width: 20px;
}

.social ul li {
	list-style-type: none;
	display: inline;
	height: 20px;
	width: 20px;
}

.resume {
	float: right;
	font-size: small;
	font-weight: 700;
	margin-right: 10px;
	width: 250px;
	text-align:right;
}

.header {
	border-radius:0 0 5px 5px;
	-moz-border-radius:0 0 5px 5px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	-moz-box-shadow:0 1px 10px black, 0 -5px 20px gray inset;
	-webkit-box-shadow:0 1px 10px black, 0 -5px 20px gray inset;
	background-color:#9197A6;
	height:40px;
	padding-top:3px;
	position:fixed;
	left:0;
	right:0;
	top:0;
	width:100%;
	z-index: 2;
	opacity: .95;
}

.header img {
	float: left;
	width: 40px; 
	height: 40px;
}
.header a img {
	width: 20px; 
	height: 20px;
}

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

.nav {
	position:fixed;
	top: 40px;
	left: 15px;
	right: 15px;
	height: 19px;
	padding-top: 10px;

	border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	
	-moz-box-shadow: black 0px 1px 10px, inset silver 0px 0px 1px;
	-webkit-box-shadow: black 0px 1px 10px, inset silver 0px 0px 1px;
	box-shadow: black 0px 1px 10px, inset silver 0px 0px 1px;
	
	background-color:#48577D;
	
	font-size:small;
	font-weight:bold;
	color:#EEEEEE;
	
	z-index: 1;
	opacity: .95;
}

.nav a {
	color: #EEEEEE;
}

.nav a:link, nav a:visited {
	text-decoration:none;
}

.nav a:hover {
	text-decoration:underline;
}

.nav ul {
	margin: 0;
	float: left;
	
	list-style-type: none;
	list-style: none;
}

.nav ul li {
	display: inline;
}

.content {
	margin-top: 75px;
	margin-bottom: 35px;
	overflow:visible;
}

.footer {
	border-radius:10px 0px 0 0;
	-moz-border-radius:10px 0px 0 0;
	
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	
	background:none repeat scroll 0 0 #EEEEEE;
	bottom:0px;
	font-size:13px;
	right:0px;
	opacity:0.5;
	padding:5px;
	position:fixed;
	z-index:-1;
}

.skills_table {
	margin: 0 auto;
    width: 80%;
}

.even {
	background-color: #F6F6F6;
}

.odd {
	background-color: #FEFEFE;
}

.indent {
	margin-top: 10px;
}

.holder {
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-box-shadow: black 0px 0px 30px, inset 0 0 60px silver;
	-webkit-box-shadow: black 0px 0px 30px, inset 0 0 60px silver;
	box-shadow: black 0px 0px 30px, inset 0 0 60px silver;
	font-family: Arial,Helvetica,sans-serif;
	margin: 15px 50px;
	background-color:#fff;
}

.holder p {
	text-indent: 10px;
}

.year {
	position: relative;
	margin: 0 80px -25px;
	font-weight: bold;
	color: #888;
	font-size: 40px;
	opacity: .5;
	z-index: -1;
}

.miniyear {
	color:#EEEEEE;
	font-weight:bold;
	margin-bottom:-11px;
	position:relative;
	z-index:-1;
}

.description {
	margin-left: 265px;
	padding: 10px;
}

.description a {
	color: #48577D;
}

.description img {
	width: 20px;
	height: 20px;
}

.directions {
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-moz-box-shadow: 0 0 40px gray, inset 0 0 200px black; 
	-webkit-box-shadow: 0 0 40px gray, inset 0 0 200px black; 
	background-color:#EEE;
	display:none;
	width:75%;
	background-image: url('../images/bg_pattern.png'); 
	color: #fff; 
	margin: 15px auto 10px; 
	padding: 15px
}
.apps {
	float: right;
}
.image {
	box-shadow: 5px 0pt 20px black inset;
	-webkit-box-shadow: 5px 0pt 20px black inset;
	-moz-box-shadow: 5px 0pt 20px black inset;
	
	border-radius: 12px 2px 12px 2px; 
	-moz-border-radius: 12px 2px 12px 2px; 
	
	-webkit-border-top-left-radius: 12px;
	-webkit-border-top-right-radius: 2px;
	-webkit-border-bottom-right-radius: 12px;
	-webkit-border-bottom-left-radius: 2px;
	
	float: left; 
	min-width: 250px; 
	min-height: 150px; 
	background-repeat: no-repeat; 
	margin: 10px;
	background-color: silver; 
}

.preview iframe {
	border: none;
	height: 100%;
	min-height: 750px;
	width: 100%;
}

.close {
	border-radius:40px 0px 0px 40px;
	-moz-border-radius:40px 0px 0px 40px;
	-webkit-border-radius:40px 0px 0px 40px;
	-webkit-border-top-left-radius: 40px;
	-webkit-border-bottom-left-radius: 40px;
	
	box-shadow:-4px 0 10px black, 2px 0 5px red inset;
	-moz-box-shadow:-4px 0 10px black, 2px 0 5px red inset;
	-webkit-box-shadow:black -4px 0 10px, inset red 2px 0 5px;
	
	background:url("../images/bg_pattern_red.png") repeat scroll 0 0 transparent;
	color:#FFFFFF;
	cursor:pointer;
	font-family:Arial,Helvetica,sans-serif;
	font-variant:small-caps;
	font-weight:700;
	height:18px;
	left:29.5px;
	padding:5px;
	position:absolute;
	text-align:center;
	width:18px;
	z-index: 0;
	display: none;
	
	margin-top: 10px;
}
.view {
	border-radius: 8px 0 8px 0;
	-moz-border-radius: 8px 0 8px 0;
	-webkit-border-radius: 8px 0 8px 0;
	
	box-shadow: 1px 2px 4px white inset;
	-moz-box-shadow: 1px 1px 2px silver inset;
	-webkit-box-shadow: 1px 1px 2px silver inset;
	background-color:#48577D;
	background-image:url("../images/bg_pattern.png");
	
	-moz-border-radius:8px 0 8px 0;
	-moz-box-shadow:1px 1px 2px silver inset;
	
	background-color:#48577D;
	background-image:url("../images/bg_pattern.png");
	color:#EEEEEE;
	cursor:pointer;
	float:right;
	margin-right:0;
	padding:3px;
	position:relative;
	text-align:center;
	top:-25px;
	width:55px;
}

.zebra0, .zebra1 {
	cursor: pointer;
}

.zebra0 {
	background-color: #eee;
}
.zebra1 {
	background-color: #ddd;
}

.zebra0:hover, .zebra1:hover, .result_hover {
	background-color: #aaa;
}

.result_hover {
	-moz-box-shadow: inset 0 0 10px #48577D;
}
.x {
	background:url("../images/x.png") repeat scroll 0 0 transparent;
	height:16px;
	margin-top:3px;
	position:absolute;
	right:113px;
	text-indent:-99999px;
	width:16px;
}
