/* Main stylesheet for the Michael Elad's Personal Website */

body {
	margin: 0px;
	text-align: center;
	background-color: #9393ba;
	font: 85% "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	line-height: 130%;
}

a {
	color: #6B6B9E;
}

a:hover {
	color: #20209E;
}

#container {
	margin: 0 auto;
	text-align: left;
	width: 762px;
	background-image: url(i/shadows.gif);
	background-repeat: no-repeat;
	position: relative;
}

#page {
	margin: 0 6px;
	background-color: #ffffff;
	position: relative;
}

strong {
	color: #F0AF00;
}

strong a {
	color: #F0AF00;
}

strong a:hover {
	color: #FFC321;
}

#header {
	background-repeat: no-repeat;
}

h1 {
	padding: 0px; margin: 0px
}

.text {
	padding: 0px 60px 45px 205px;
}

.text h2 {
	color: #F0AF00; 
	padding: 24px 0 0 0;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 120%;
}

h3 {
	color: #9393ba;
	padding: 0px; 
	margin: 15px 0px 0px 0px;
}

.text p {
	margin: 0px; padding: 12px 0px 0px 0px;
}

#footer {
	border-left: 5px solid #FFC321;
	border-bottom: 5px solid #FFC321;
	margin-right: 5px;
	padding: 8px 0px 8px 26px;
	font-size: 80%;
	line-height: 120%;
	position: relative; 
}

li { padding-bottom: 10px }

#submenu {
	position: absolute;
	top: 230px;
	left: 38px;
	font-size: 110%;
	font-weight: bold;
	line-height: 140%;
}

dt {
	padding-bottom: 5px;
}
dd {
	padding-bottom: 15px;
}

/* Home page specific styles only below */

#home-header {
	background-image: url(i/home-visual.jpg);
	padding-left: 5px;
	background-repeat: no-repeat;
}

#home-text {
	padding: 28px 265px 26px 30px;
}

#home-news {
	margin: 0px;
	padding: 0px 265px 22px 30px;
}

#home-contact {
	.margin-right: 6px;
	/* IE box model bug due to #page margin */
	position: absolute;
	right: 0px;
	top: 280px;
	background-color: #FFC321;
	width: 235px;
	background-image: url(i/home-contact-corner.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}

#home-contact-text {
	font-size: 0.8em;
	font-weight: bold;
	line-height: 140%;
	padding: 0px 14px 14px 14px;
	color: #56568A;
}

#home-news p {
	margin: 0px; padding: 0px 0px 7px 0px;
}

#home-footer {
	border-left: 5px solid #FFC321;
	border-bottom: 5px solid #FFC321;
	margin-right: 5px;
	padding-left: 26px;
	padding-bottom: 4px;
	font-size: 80%;
	line-height: 120%;
	position: relative; 
}

#webmaster {
	background-color: #FFC321;
	position: absolute;
	padding: 8px 23px 5px 26px;
	bottom: -1px; right: 0px;
	/* More IE voodoo - if only the above line is used the box disappears */
	.top: 7px; .right: 11px; .padding-bottom: 7px;
}
