@charset "utf-8";

/* CV/RESUME */

* {
	margin:0;
	padding:0;
}

body {
	background:url("new1/images/siteBKG.jpg") repeat fixed #333;
	color:#ddd;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
}

div#content {
	margin:0 auto;
	padding:20px;
	width:900px;
}

h1 {
	color:#fff;
	font-size:34px;
	font-weight:lighter;
	letter-spacing:-2px;
	margin:0 0 50px;
	text-shadow:0 2px 2px #000;
	word-spacing:2px;
}

h2 {
	margin:0 0 20px -15px;
}

p {
}

fieldset {
	-moz-border-radius:0 15% 20px 20px;
	-webkit-border-radius:0 150px 20px 20px;
	-moz-box-shadow:0 2px 5px #000000 inset;
	-webkit-box-shadow:0 2px 5px #000;
	background:rgba(0, 0, 0, 0.2);
	border:1px solid #444444;
	margin:0 0 50px;
	padding:30px;
}

legend {
	-moz-border-radius:5px 5px 0 0;
	-webkit-border-radius:5px 5px 0 0;
	-moz-box-shadow:2px 0 3px #222, 1px 1px 6px #FFAB67 inset;
	-webkit-box-shadow:2px 0 3px #222, 1px 1px 6px #FFAB67 inset;
	background:none repeat scroll 0 0 #F77A16;
	color:#fff;
	font-size:20px;
	font-weight:bold;
	margin:-36px 0 0 -31px;
	padding:5px;
	text-align:center;
	text-shadow:0 1px 1px #974D12;
	text-transform:uppercase;
	width:250px;
}

ol, ul {
	text-shadow:1px 2px 1px #000;
}

ul {
	list-style-type:square;
}

ol ul, ul ul {
	color:#A7A7A7;
	font-size:14px;
	font-style:italic;
	margin:5px 0 0 30px;
}

li {
	margin:0 0 10px;
}

label {
	display:inline-block;
	width:250px;
}

a {
	border-bottom:1px dotted;
	color:#F77A16;
	padding:0 0 1px;
	text-decoration:none;
}

a:hover {
	border:none;
	padding:0 0 2px 0;
	text-shadow:0 0 3px #F77A16;
}

a:visited {
	color:#df6f14;
}

address {
	margin:15px 0;
}

abbr {
	color:#fff;
}

#notice a, #promotion a {
	-moz-border-radius:0 5px 5px 0 ;
	-webkit-border-radius:0 0 5px 5px;
	-moz-box-shadow:2px 0 3px #222, 1px 1px 6px #FFAB67 inset;
	-webkit-box-shadow:2px 0 3px #222, 1px 1px 6px #FFAB67 inset;
	background:none repeat scroll 0 0 #F77A16;
	border:none;
	color:#fff;
	font-weight:bold;
	left:0;
	padding:5px;
	position:fixed;
	text-align:center;
	text-shadow:0 1px 1px #974D12;
	top:50%;
}

#promotion a {
	top:60%;
}

#notice a:hover, #promotion a:hover {
	padding:10px
}


/* END CV/RESUME */

