@charset "utf-8";
/* CSS Document */

/* 
Dorothee Riemer Homepage - Stylesheet
by Rena Alef
September 2011
*/

/* ===== color codes 

background margins: pale green= #9c9;
background: dark green= #093;
borders: light green= #3C0;
background content boxes: offwhite= #fff;
text: dark grey= #333;
text menu: light grey= #666;
text footer: #CCC;

===== */



/* ===== global styles (tag selectors) ===== */

body {
	font-family: Verdana, Geneva, sans-serif;
	color: #666;
	background-color: #9c9;
	margin: 0;
	padding: 0;
}

p, h1, h2, h3, h4, h5, h6, li {
	margin: 1ex 1em;
}

h1 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 120%;
	border-bottom: 1px solid #3C0;
	line-height: 130%;
	margin: 1ex 0 2ex 0;
}

h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 90%;
	font-weight: bold;
	line-height: 130%;
	margin: 1ex 0;
	padding: 0 0 1ex 0;
}

h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 80%;
	border-bottom: 1px solid #3C0;
	line-height: 130%;
	margin:1ex 0;
	padding: 2ex 0 0 0;
}

h4 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 85%;
	font-variant:small-caps;
	text-indent: 0;
	line-height: 60%;
	margin: 0 0 1ex 0;
	padding: 1ex 0;
	border-bottom: 3px dotted #3C0;
}<!-- h4 is used in linkBox -->

p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 90%;
	line-height: 120%;
	margin: 0 0 1ex 0;
}

/* ===== id# selectors ===== */

div#outerDiv {
	position: relative;
	width: 800px;
	margin: 0 auto 0 10%;
	background: #093;
	overflow: auto;
	box-shadow: 3px -3px 10px #333, -3px -3px 10px #333;
	-moz-box-shadow: 3px -3px 10px #333, -3px -3px 10px #333;
	-webkit-box-shadow: 3px -3px 10px #333, -3px -3px 10px #333;
}

/* ===== header ===== */

div#header {
	background: url(../images/DR-MJ_header_shup.jpg) no-repeat;
	margin: 0 70px;
	height: 80px;
	
}

/* ===== menu ===== */

div#menu {
	position: fixed;
	margin: 110px 0 0 3px;
	padding: 0;
	height: 300px;
	width: 120px;
}

/* ===== mainContent ===== */

div#mainContent {
	float: left;
	width: 500px;
	min-height: 300px;
	color: #333;
	background-color: #fff;
	margin: 0 0 2ex 70px; 
	padding: 2em;
	border: .4em solid #3C0;
	border-radius: 20px;
	-moz-border-radius: 20px;
	box-shadow: 3px -3px 10px #333, -3px -3px 10px #333;
	-moz-box-shadow: 3px -3px 10px #333, -3px -3px 10px #333;
	-webkit-box-shadow: 3px -3px 10px #333, -3px -3px 10px #333;
}

/* ===== rightColumn ===== */

div#rightColumn {
	float: left; 
	top: 50px;
	width: 190px;
	padding: 0;
	margin: -30px 0 0 -50px;
	}
	
div#imageBox {		
	width: 150px;
	color: #333;
	text-align: center;
	background-color: #FFF;
	padding: 1.2ex .5em;
	margin: 0 0 1em 0;
	border: .4em solid #3C0;
	border-radius: 20px;
	-moz-border-radius: 20px;
	box-shadow: 3px -3px 10px #333, -3px -3px 10px #333;
	-moz-box-shadow: 3px -3px 10px #333, -3px -3px 10px #333;
	-webkit-box-shadow: 3px -3px 10px #333, -3px -3px 10px #333;
}

div#linkBox {
	width: 150px;
	color: #333;
	background-color: #fff;
	padding: .5em;
	border: .4em solid #3C0;
	border-radius: 20px;
	-moz-border-radius: 20px;
	box-shadow: 3px -3px 10px #333, -3px -3px 10px #333;
	-moz-box-shadow: 3px -3px 10px #333, -3px -3px 10px #333;
	-webkit-box-shadow: 3px -3px 10px #333, -3px -3px 10px #333;
}

div#footer {
	float: left;
	margin: 0 0 0 20px;
	color: #CCC;
	font-size: .8em;
}

/* ===== class selectors ===== */

.main {
	margin: 0 25px 1ex 30px;
}

.pmain {
	font-size: 90%;
	text-indent: 0;
	margin: 0 45px 1ex 30px;
}

.smalltype {
	font-size: 80%;
	line-height: 120%;
	text-indent: 0;
	margin: 0 45px 1ex 50px;
}

.image {
	text-align: center;
}

.linkbox {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 80%;
	color: #333;
	line-height: 120%;
	margin: 0 0 1ex 0;
	padding: 0;
	text-indent: 0;
}

.li {
	list-style-type: none;
	color: #666;
	}
.list {
	list-style-type: disc;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 90%;
	line-height: 100%;
	margin: 0 25px 1ex 10px;
	list-style-position: outside;
}

.ordlist {
	list-style-type: decimal;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 80%;
	line-height: 120%;
	margin: 0 25px 1ex 0;
	list-style-position: outside;
}
	
	
/* ===== class selectors: links ===== */
/* ===== text link =====*/
a.link{
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 95%;
	color: #090;
	line-height: 120%;
	text-decoration: none;
}

a.link:hover{
	color: #030;
	background-color: #9c9;
}

a.maillink{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 95%;
	color: #090;
	line-height: 120%;
	text-decoration: none;
}

a.maillink:hover{
	color: #030;
	background-color: #9c9;
}


/* ===== back to top link ===== */
a.totop{
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 95%;
	font-style: italic;
	color: #090;
	line-height: 110%;
	text-decoration: none;
}

a.totop:hover{
	color: #030;
	background-color: #9c9;
}

/* ===== menu button links ===== */

a.menu {
	display: block;
	min-width: 90px;
	max-width: 110px;
	font-family: Verdana, Geneva, sans-serif;
	background-color: #3C0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 90%;
	text-align: center;
	text-decoration: none;
	margin: .5ex 0 .5ex -5ex;
	padding: .5ex;
	border: 3px solid #ccc;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	box-shadow: inset 0.5px -1px 5px #093, 0 -1px 7px #333;
	-webkit-box-shadow: inset 0.5px -1px 5px #093, 0 -1px 7px #333;
	-moz-box-shadow: inset 0.5px -1px 5px #093, 0 -1px 7px #333;
}

a.menu:link {
	color: #fff;
	}/* unvisited link */
	
a.menu:visited {
	color: #fff;
	background-color: #093;
	box-shadow: inset 0.5px -1px 5px #3C0, 0 -1px 7px #333;
	-webkit-box-shadow: inset 0.5px -1px 5px #3C0, 0 -1px 7px #333;
	-moz-box-shadow: inset 0.5px -1px 5px #3C0, 0 -1px 7px #333;
	} /* visited link */
a.menu:hover {
	color:#ccc;	
	background-color: #093;
	}   /* mouse over link */
	
a.menu:active {
	color:#fff;
	background-color: #093;
	}  /* selected link */
	

/* ===== class selectors: submenu ===== */

a.submenu {
	display: block;
	min-width: 90px;
	max-width: 110px;
	font-family: Verdana, Geneva, sans-serif;
	background-color: #fff;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 70%;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	margin: -1ex 0 0 -12.5ex;
	padding: .5ex;
	border-top: 3px solid #ccc;
	border-bottom: 3px solid #ccc;
	box-shadow: -1px 0px 5px #333, 0px 0px 5px #333;
	-moz-box-shadow: -1px 0px 5px #333, 0px 0px 5px #333;
	-webkit-box-shadow: -1px 0px 5px #333, 0px 0px 5px #333;
}

a.submenu:link {
	color: #666;
	}/* unvisited link */
	
a.submenu:visited {
	color: #fff;
	background-color: #9c9;
	} /* visited link */
a.submenu:hover {
	color: #333;	
	background-color: #9c9;
	}   /* mouse over link */
	
a.submenu:active {
	color: #030;
	background-color: #9c9;
	}  /* selected link */
	
/* ===== class selectors: link on background ===== */

a.bg:link {
	color: #fff;
	text-decoration: none;
}

a.bg:visited {
	color: #3C0;
	text-decoration: none;
	} /* visited link */
a.bg:hover {
	color:#3C0;
	}   /* mouse over link */
	
a.bg:active {
	color:#3C0;
	}  /* selected link */