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 {

	color: black;
	background: #E0E0E0 url(images/bg_shaded.png) repeat scroll 0 0;
	font-family: Helvetica, Sans-Serif;
	font-size: small;
	margin:0;
	padding:0;
}
ol, ul {
	list-style: disc inside;
}
/* 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: "" "";
}


h2 {
	color: #7030A0;
	font-size: 1.2em;;
	font-weight: bold;
	margin: 5px 0 15px 0;
}
h3 {
	color: #7030A0;
	font-size: 1.1em;
	font-weight: bold;
	margin: 20px 0 5px 0;
	border-bottom: 1px solid #A18AD5;
}
h4 {
	font-size: 1em;
	font-weight: bold;
}

#main-container {
}

#banner-container {
	background: #A18AD5;
	padding-top: 5px;
}
#banner {
	width: 960px;
	height: 160px;
	margin: 0pt auto;
	background: #6533CB;
}
#banner .stripe {
	background: #532BB0;
	height: 25px;
	position: relative;
	top: 5px;
}
#banner .lang {
	position: relative;
	top: -180px;
	left: 10px;
}
#banner .image {
	position: relative;
	top: -30px;
}
#banner a, #banner a:visited, #banner a:active, #banner a:hover {
	color: #CCC;
	text-decoration: underline;
}

#menu-container {
	width: 960px;
	margin: 0pt auto;
	background: #FFF;
}
#menu {
}
#menu li {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
}
#menu span {
	display: block;
	font-size: 1.1em;
	text-align: center;
	background: #875bca;
	border: 1px solid #FFF;
	text-transform: uppercase;
}
#menu a {
	color: #FFF;
	text-decoration: none;
	width: 190px;
	display: block;
	padding: 5px 0;
}
#menu li.selected a, #menu a:hover {
	text-decoration: none;
	background: #FFF;
	color: #582cb0;
}
#menu li.selected {
	text-decoration: none;
	color: #875bca;
	font-weight: bold;
	background: #582cb0;
}


#content-container {
	width: 960px;
	margin: 0pt auto;
	background: #FFF;
	padding-top: 5px;
	clear:both;
}
#content-container .homepage {
	background: #FFF url(../images/eva-gaigg_homepage.jpg) no-repeat;
	height: 540px;
}
#content-container p {
	margin-bottom: 30px;
	line-height: 1.5em;
}
.content {
	line-height: 1.5em;
}
.left {
	width: 540px;
	margin: 20px;
	float: left;
}
.right {
	width: 340px;
	padding: 20px 20px 20px 20px;
	float: left;
	background: #FAFAFA url(images/vbar.png) no-repeat -25px 0;	
	min-height: 566px;
	height: auto !important;
	height: 566px;
}
.intro {
	padding-top: 20px;
	font-size: 1.3em;
	min-height: 470px;
}
.highlight {
	color: #000;
	font-weight: bold;
}
.social {
	font-size: 14px;
	width: 300px;
	padding: 4px;
	float: left;
}

#footer-container {
	/* border-top: 1px solid #582cb0; */
	width: 960px;
	height: 60px;
	margin: 0pt auto;
	background: #FFF;
}
#footer {
	background: #855ECD;
	border-top: 2px solid #513979;
	border-bottom: 2px solid #513979;
	height: 40px;
	margin: 0;
	color: #2C0575;
}
#footer .bffs {
	float: right;
	margin: 10px;
	font-size: 16px;
}


blockquote {
	float: left;
	border : 1px solid #EEE;
	margin: 0px;
	margin-bottom: 20px;
	padding: 10px;
	background-color: #FFF;
	quotes: "\201C" "\201D";
}
blockquote:before { content: open-quote; font-weight: bold; }
blockquote:after { content: close-quote; font-weight: bold; }
cite {
	text-align: right;
	font-style: italic;
	float: right;
	margin-top: 5px;
}

.clear {
	clear: both;
	height: 0px;
}

/*
#footer-container, #footer-container a, #footer-container a:selected, #footer-container a:visited, #footer-container a:active {
	color: #CCC;
}
.third {
	width: 300px;
	padding: 10px;
	float: left;
}
*/


.vita {
	width: 100%;
	margin-bottom: 20px;
}
.vita .date {
	vertical-align: top;
	width: 80px;
}
.vita .content {
	vertical-align: top;
}


.videos-entry {
	clear: both;
	float: left;
	width: 315px;
	border: 1px solid #CCC;
	padding: 2px;
	margin-bottom: 10px;
}
.videos-entry-item {
	float: left;
	width: 135px;
}
.videos-entry-title {
	font-weight: bold;
	float: left;
	width: 180px;
}
.videos-entry-description {
	float: left;
	margin: 10px 0;
	width: 180px;
}



.video-entry {
	margin: 0 20px;
}
.video-entry-title {
}
.video-entry-item {
	
}
.video-entry-description {
	margin: 20px 0;
}



.photos-entry {
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
	height: 100px;
}
.photos-entry-item {

}
.photos-entry-title {
	display: none;
}
.photos-entry-description {
	float: left;
	margin: 10px 0;
	width: 200px;
	display: none;
}


.photo-entry {
	margin: 0 20px;
}
.photo-entry-title {
}
.photo-entry-item {
	
}
.photo-entry-description {
	margin: 20px 0;
}


.audios-entry {
	clear: both;
	float: left;
	width: 315px;
	border: 1px solid #CCC;
	padding: 2px;
	margin-bottom: 10px;
}
.audios-entry-item {
	float: left;
	display: none;
}
.audios-entry-title {
	float: left;
	width: 290px;
}
.audios-entry-description {
	width: 300px;
	float: left;
	margin: 10px 0;
}



.audio-entry {
	margin: 0 20px;
}
.audio-entry-title {
}
.audio-entry-item {
	
}
.audio-entry-description {
	margin: 20px 0;
}


#twitter-container {
	/*background: #FFF url(images/twitter.png) no-repeat scroll right 60px;*/
	background: #FFF url(images/bg_shaded.png) repeat scroll 0 0;
	border: 1px solid #CCC;
	padding: 10px;
	width: 320px;
	height: 180px;
	/*
	width: 515px;
	height: 150px;
	*/
	/*
	opacity: .5;
	filter: alpha(opacity=50);
	*/
}
.twitter-entry {
	margin: 10px 0;
	padding-left: 20px;
	background: url(images/arrow_right.gif) no-repeat top left;
}
.twitter-entry-date {
	font-size: 10px;
}
.twitter-entry-text {
	font-size: 12px;
}


/* SHADOW */
.shadow {
	border: 1px solid #CCC;
	padding: 2px;
}

/* from: http://www.cssplay.co.uk/menu/shadow_boxing.html */
.shadowPic {display:block; background: transparent; position:relative; margin:0 auto 0px auto;}
.shadowPic img {display:block; position:absolute; left:2px; top:0; border: 5px solid #FFF; background:#FFF;}
.shadowPic div {display:block; position:absolute; left:2px; top:0; border-top: 5px solid #FFF; background:#FFF;}

.xb1, .xb2, .xb3, .xb4, .xb5, .xb6, .xb7, .xb8, .xb9 {display:block; float:left; font-size:1px;}
.xb1, .xb3, .xb4, .xb6, .xb7, .xb9 {width:4px;}
.xb1, .xb2, .xb3, .xb7, .xb8, .xb9 {height:4px;}
.xb4, .xb7 {clear:left;}

.xb1 {background:url(shadow/tl.gif);}
.xb2 {background:url(shadow/top.gif);}
.xb3 {background:url(shadow/tr.gif);}
.xb4 {background:url(shadow/lft.gif);}
.xb5 {background:#606060;}
.xb6 {background:url(shadow/rgt.gif);}
.xb7 {background:url(shadow/bl.gif);}
.xb8 {background:url(shadow/bot.gif);}
.xb9 {background:url(shadow/br.gif);}



.form-element {
	clear: both;
	margin: 10px 10px 5px 5px;
}
.form-element .label {
	float: left;
	width: 140px;
	text-align: left;
	vertical-align: top;
	padding: 4px 10px 5px 0em;
	padding: 0;
}
.form-element .element {
	float: left;
	vertical-align: top;
	margin: 0 0 0 0;
	padding: 0;
}
.form-element .element input 
{
	margin: 0;
	padding: 0;
}
select 
{
	margin: 0 0 0 5px;
	padding: 0;
}

.text 
{
	padding-top: 2px;
	font-weight: bold;
}
.form-element .button, .form-element .button a
{
	margin-top: 1em;
	font-size: 12px;
}




.ui-button { outline: 0; margin:0 4px 0 0; padding: .4em 1em; text-decoration:none !important; cursor:pointer; position: relative; text-align: center; }
.ui-button .ui-icon { position: absolute; top: 50%; margin-top: -8px; left: 50%; margin-left: -8px; }

a.ui-button { float:left; }

button.ui-button { width:auto; overflow:visible; }

.ui-button-icon-left { padding-left: 2.1em; }
.ui-button-icon-right { padding-right: 2.1em; }
.ui-button-icon-left .ui-icon { right: auto; left: .2em; margin-left: 0; }
.ui-button-icon-right .ui-icon { left: auto; right: .2em; margin-left: 0; }

.ui-button-icon-solo { display:block; width:8px; text-indent: -9999px; }	 /* solo icon buttons must have block properties for the text-indent to work */	

.ui-buttonset { float:left; }
.ui-buttonset .ui-button { float: left; }
.ui-buttonset-single .ui-button, 
.ui-buttonset-multi .ui-button { margin-right: -1px;}

.ui-toolbar { padding: .5em; margin: 0;  }
.ui-toolbar .ui-buttonset { margin-right: 1.5em; padding-left: 1px; }
.ui-toolbar .ui-button { font-size: 1em;  }
