/* --- BODY --- */
body {
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
	font-family: Verdana, arial;
	font-size: 0.75em;
}
h1, h2, h3, h4, h5, h6, h7 {
	font-weight: normal;
}

img {
	border: 0px;
	position: static; /* NEEDED OR IE6  WILL HIDE CONTENT! */
}

p {
	margin: 0 0 7px 0;
}

#center {
	width: 750px;
	margin: 3px auto;
	text-align: left;
}



/* --- HEADER --- */
#header {
	background-image: url(../image/header.png);
	background-repeat: no-repeat;
	height: 150px;
	border: 1px solid black;
	position: relative;
	top: -1px;
}



/* --- MENU --- */
#menu {
	position: relative;
	top: 128px;
	left: 0px;
	padding-bottom: 1px;
	font-size: 1.35em;
	height: 18px;
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	float: left;
	position: relative;
	text-align: center;
	width: 80px;
}

#menu li a {
	display: block;
	text-decoration: none;
	color: #eaf0f3;
	padding: 0 15px;
	border-bottom: 0;
}

#menu li a:hover {
	color: #000000;
}

#menu li span.expand {
	font-size: 8px;
	position: absolute;
	bottom: 5px;
	right: 5px;
}



/* --- SUBMENU --- */
#menu li ul {
	position: absolute;
	left: 149px;
	top: 0;
	display: none;
}

#menu li:hover > ul {
	display: block;
}

#menu li li a {
	padding: 2px 5px;
}

#menu li li span.expand {
	font-size: 8px;
	position: absolute;
	bottom: 4px;
	right: 5px;
}

/* Fix IE. Hide from IE Mac \*/
* html #menu li { float:  left; }
* html #menu li a { height:  1%; }
* html #menu li.over ul.over { display:  block; }
/* End */

#menu a:hover {
	border-bottom: 0px solid black;
	font-weight: bold;
	color: #555555;
}



/* --- SIDE_BAR --- */
#side_bar {
	float: right;
	position: absolute;
	right: 0px;
	width: 170px;
	font-size: 0.9em;
}

#side_bar .title {
	font-weight: bold;
	font-size: 1.1em;
	margin: 7px 0 0 0;
	border-bottom: 1px solid black;
}



/* --- CONTENT --- */
#content {
	position: relative; /* NEEDED OR IE6  WILL HIDE CONTENT! */
	background-color: #F4F7F9;
	margin-top: 2px;
	border: 1px solid black;
}
#content.side_bar {padding-right: 170px;}

div.text_block {
	position: relative; /* NEEDED OR IE6  WILL HIDE CONTENT! */
	padding: 3px 10px 5px 10px;
	margin-bottom: 2px;
}

div.text_block .title {
	color: #5990ac;
	font-size: 1.4em;
	margin: 2px 0;
}

div.info {
	font-size: 0.8em;
	color: #5990ac;
	margin: 2px 0;
	background-color: #FFFFFF;
	font-weight: bold;
}
div.info a {border-bottom: 1px dotted black;}
div.info a:hover {border-bottom: 1px solid black;}

img.photo_list {
	position: relative; /* NEEDED OR IE6  WILL HIDE CONTENT! */
	padding: 0px 10px 0px 10px;
	border: none;
	float: left;
}

div.spacer {
	clear: both;
}

a.photo img {
	padding: 10px;
	border: 2px solid black;
}



/* --- ARCHIVE --- */
.archive_month {
	padding: 10px 10px 3px 10px;
	margin: 2px 0;
	font-size: 1.3em;
	color: #5990ac;
}

.archive_entry {
	padding-left: 20px;
	font-size: 1.1em;
	margin: 2px;
}



/* --- REACT --- */
#react_form {
	padding: 5px 10px 10px 10px;
	margin-bottom: 2px;
	width: 500px;
	border-top: 1px solid black;
}

#react_form h3.title {
	font-size: 1.4em;
	margin: 2px 0;
	color: #5990ac;
}

#react_form input {
	width: 394px;
	border: 1px solid black;
	margin-top: 2px;
}

#react_form .input1 {
	width: 180px;
}

#react_form textarea {
	width: 450px;
	height: 100px;
	border: 1px solid black;
	margin-top: 2px;
}

#react_form .submit {
	width: 150px;
	border: 1px solid black;
}



/* --- FOOTER --- */
#footer {
	background-color: #F4F7F9;
	border: 1px solid black;
	margin-top: 2px;
	padding: 2px;
	font-size: 0.8em;
}



/* --- HYPERLINKS --- */
a {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}

a: hover {
	border-bottom: 1px solid black;
	font-weight: bold;
	color: #555555;
}