/* CSS Document */
/* --[ reset values ]------------------------------- */
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;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {outline: 0;}
body {line-height: 1;	color: black; background: white; }
ol, ul {list-style: none;}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/* css main */
#header {

	width:100%;
	height: 200px;
	background-image:url(header_bkg_simple.gif);
	background-repeat:no-repeat;
	background-position:bottom left;
	background-color:#414141;
	
	
	
	
	
	
}

#name{visibility:hidden;}

body {
	
	
	background-color:#000;
	font-family:Calibri, Helvetica, Arial, sans-serif; 
	

	
	
}

#container {
	margin: auto;
	width: 100%;
	
	color:#6F6D6E;
	margin-bottom:20px;
} 

.toggler {
	width:100%;
	height:20px;
	background-color:#323232;
	text-decoration:none;
	text-indent:40px;
	font-size:.8em;
		
}

#one{background-color:#343434;}
#two {background-color:#363636;}
#three{background-color:#343434;}
#four{background-color:#323232;}

a{color: #fff;
}

.toggler a:hover{color: #CCFF66;}

a:hover{color: #CCFF66;}

.toggler a, .toggler h3{text-indent:40px;
color:#fff;
cursor:pointer;
font-weight:lighter;}

.toggler h3:hover{color:#CCFF66;}

.button:hover {}
.button:active {}

#one a, #two a, #three a, #four a{font-variant:small-caps;
text-decoration:none;


color: #fff;
font-weight:lighter;
letter-spacing:.2em;}



#one a:hover{color: #CCFF66;}
#two a:hover{color: #CCFF66;}
#three a:hover{color: #CCFF66;}
#four a:hover{color: #CCFF66;}



.element {
	width:100%;
	background-color:#606060;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#ccc;
	
	
	line-height:1.7em;
	font-size:14px;
	
	
	
	margin-left:auto;
	margin-right:auto;
}

.element p{
width:80%;
	margin-left:50px;
	margin-top:20px;
	margin-bottom:20px;
	margin-right:auto;}
	
.element img{padding:5px;
margin:5px;
	border:1px solid #ccc;
	}	
	
.element img:hover{
	border:1px solid #CCFF66;
	
	}	
	
.element ul{text-align:center;
padding-left:40px;
padding-top:20px;
padding-bottom:20px;}

.element a{text-decoration:none;
		color:#CCFF66;
		font-weight:bold;
		text-align:center;
}	
.element h1{text-indent:40px;}
	
.element a:hover{color:#FFFFFF;}

#resume p, li{font-size:12px;
		text-align:left;
		margin-left:20px;
}
#resume p{margin-left:50px;}


#resume h1{
		text-align:left;
		line-height:.3em;
		font-weight:bold;
		font-size:12px;}
		


	
#closing {
	background-color:#fff;
}

#footer{
	margin-left: auto;
	margin-right: auto;
	
	
	height: 700px;
	background-color:#414141;
	background-image:url(footer_bkg_simple.gif);
	background-position:right top;
	background-repeat:no-repeat;
	
	
	
	
	padding-bottom:0px;
}



#switch{padding:20px;}

#switch li a{
	color:#fff;
	font-weight:bold;
	font-variant:small-caps;
	font-style:normal;
	text-decoration:none;
	font-size:14px;
}
#switch li a:hover{color:#CCFF66;}

h3{padding-top:10px;
}

#contact {float:right;}
.hide{visibility:hidden;}

#imageloader{visibility:hidden;}



