/* -------------------- Global -------------------- */

html {
	/*background:#fff none repeat scroll 0 0;*/
	height: 100%;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
}

body {
	font-family:helvetica,arial,clean,sans-serif;
	font-size:13px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:1.231;
	padding: 3em 0 3em 0;
}


img, a {
	border: 0 none;
	outline: none;
}

a {
	color:#000;
	background-color: #ffc;
	text-decoration: none;
	font-size: inherit;
	padding: 1px;
}

a:hover {
	background-color: #ff3;
	text-decoration: underline;
}

.notopmargin {
	margin-top: 0;
}

.nomargin {
	margin: 0;
}

.displaynone {
	display: none;
}

h1, h2, h3, h4, h5, h6, p { 
	clear: both;
	font-weight: normal;	
}

h1 { font-size: 48px; margin-bottom: .1em; }
h2 { font-size: 32px; margin-bottom: .25em; }
h3 { font-size: 26px; margin-bottom: .25em; }
h4 { font-size: 18px; margin-bottom: .25em; }
h5 { font-size: 16px; margin-bottom: .25em; }

p { 
	margin-bottom: 1em;
	line-height:1.4;
}

li {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

input, textarea, select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}

div#mask {
	position: absolute;
	top:0;
	left: 0;
	width:100%;
	height: 100%;
	background-color: #fff;
	z-index: 10;
}

div#main {
	width: 800px;
	margin:0 auto;
	padding: 1em;
	border: 4px solid #fff;
	background-image: url(/public/i/transbg/white-60.png);
}

div#main-inner {
	padding: 30px;
	background-image: url(/public/i/transbg/white-80.png);
	border-top: 1px solid #fff;
}

div#header {
	padding: 1em;
	padding-left: 0;
	margin-bottom: .5em;
	border: 0px solid #fff;
	text-align: left;
}

div#header h1 { 
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	font-weight: 100;
	display: none;
}

div#footer {
	clear: both;
	width: 800px;
	margin: 0 auto 3em auto;
	padding: 1em;
	height: 1em;
	background-color: transparent;
	font-size: 11px;
	color: #fff;
	text-align: center;
	opacity:.8;
	filter:alpha(opacity=80);
}


/* -------------------- Main Nav UL -------------------- */

div#nav-container {
	margin-bottom: 0;
	overflow: auto;
}	

ul#nav {
}

ul#nav  li {
	float: left;
}

ul#nav li a {
	display: block;
	padding: 10px 0 8px 0;
	text-align: center;
	font-size: .9em;
	letter-spacing: 1px;
	text-transform: uppercase;
	opacity:.8;
	filter:alpha(opacity=80);
	width: 133px;
	cursor: pointer;
}

ul#nav li a span {
	background-color: transparent;
	padding: 0 2em;
}

ul#nav li a.inactive {
    background-color: #fff;
}

ul#nav li a.active {
	font-weight: bold;
    background-color: yellow;
}

ul#nav li a:hover {
    background-color: yellow;
    text-decoration: none;
}

/* This has to be the same as ul#nav li a.inactive but below the :hover */
ul#nav li a.active-override {
    background-color: #fff;
}

ul#nav li a.contact {
	width: 135px;
	background-color: #fff;
}

ul#nav li a.contact:hover {
	 background-color: yellow;
}


/* -------------------- Picasa Images -------------------- */

.modal-picasa-set {
	border: 1px solid black;
	overflow: auto;
	padding: 2em;
	margin-bottom: 1em;
}

.picasa-sml {
	margin: 10px;
}

.picasa-cover {
	display: block;
	clear:both;
}

div.error {
	background-color: #a7293e;
	color: #fff;
	padding: 1em;
	margin: 2px 0;
}

/* -------------------- Not Found Page -------------------- */

body#notfound {
	color: #fff;
	padding:10em;
}

body#notfound div {
	text-align: center;
}

body#notfound h1 {
	margin-bottom: .5em;
}	

/* -------------------- home -------------------- */

.home p {
	line-height: 1.5em;
}

/* -------------------- Resume -------------------- */

div#resume {
	width: 600px;
	padding: 1em;
}

#resume h2 {
	font-size: 1.5em;
	margin-bottom: .5em;
	font-weight: normal;
	letter-spacing: 1px;
}

#resume h3 {
	font-size: 1em;
	margin: .5em 0 .25em 0;
	padding: 0;
	font-weight: normal;
	letter-spacing: 1px;
	
}

#resume ul {
	margin: 0 0 1em 2em;
}

#resume li {
	line-height:1.3;
	margin-bottom: .5em;
	list-style-type: disc;
	color: #aaa;
}

#resume li span {
	color: #000;
}


/* -------------------- Blogs -------------------- */

div#blogs {
	width: 600px;
}

#blogs h3 {
	font-size: 1.25em;
	margin: 0 0 .25em 0;
	padding: 0;
}

#blogs ul {
	margin: 0 0 1em 2em;
}

#blogs li {
	line-height:1.3;
	margin-bottom: .5em;
	list-style-type: disc;
	font-weight: bold;
}

#blogs li a {
	font-weight: normal;
}

/* -------------------- Videos -------------------- */

#videos {
	padding: 1em 2em; 
}

.video-container {
	margin-bottom: 2em;
}

.video-container h3 {
	font-size: 1.5em;
	opacity:.8;
}

.onsugarfix {
	height: 322px;
	overflow: hidden;
}

