/*--- Main page common --------------------------------------------------*/
body {
    font-family: verdana;
    font-size: 11pt;
    /* background-color: #8cbdd8; */
    /* background-color: #8eb390; */
    background-color: #688269;
    background-image: url(pageimages/background.png);
	background-repeat: repeat-x; 
}

/*
body, td { 
    font:normal normal 90%/1.2 verdana;
} 
*/

#topbox {
    width: 900px;   
    margin-left: auto;
    margin-right: auto;    
}

#whitebox {
    width: 100%;    
    background-color: white;
    border: 1px solid #888888; 
}

#mainbox {
    /* margin-top: 30px; */
    width: 860px;
    height: 100%;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 15px;     
}

#content_row {
    height: 100%;
}

#content {
    height: 100%;
    padding-top: 0px;
    padding-bottom: 30px;
    margin: auto auto;    
    padding-left: 10px;
}

#linksbar {
    margin-left: auto;
    font-size: 10pt;
}

#el_flicko {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.pagelink {
    padding-left: 5px;
    padding-right: 5px;
}

.pagelink_sel {
    padding-left: 5px;
    padding-right: 5px;    
}

.pagelink a {
	color: #888888;
    /* color: black; */
    text-decoration: none;
}

.pagelink a:hover {
    /* color: black; */
    text-decoration: underline;
}

.pagelink_sep { }

.inspire img {
    display: block;
    margin-left: auto;
    margin-right: auto;    
    margin-bottom: 1.3em;
}

#copyright {
    font-size: 8pt;
    text-align: right;
    margin-right: 2em;
    margin-top: 3px;
    color: #333333;
}

/*--- Navigation Bars --------------------------------------------------*/
.navbar_container {
    vertical-align: top;
    padding-left: 30px;
}

.navbar_title {
}

.navbar_items {
    color: #666666;
    margin: 0px;
    /* text-align: right; */
    /* NOTE: odly list-style-type: none; seems to have no effect here ... */ 
    list-style-image: url(/pageimages/no_bullet.gif);   
}

.navbar_selected {
    list-style-image: url(/pageimages/navbar_bullet.gif); 
}

.navbar_selected_link {
	color: black;
    text-decoration: none; 
}

.navbar_selected_link:hover{
    text-decoration: underline; 
}

.navbar_items li {
    padding-bottom: 1em;
}

.navbar_unselected_link {
    color: #888888;
    /* text-decoration: none; */
}

.navbar_items a:hover {
    /*text-decoration: underline;*/
}

/*--- Common Styles --------------------------------------------------*/
.dblspace li {
    padding-bottom: 1em;
}

h1 {
    font-size: 16pt;
    text-align: center;
    font-weight: normal;
    margin-top: 0px;
    padding-bottom: 20px;
}

h2 {
    font-size: 14pt;
    margin-top: 2em;
    margin-bottom: 0.5em;
}

h3 {
    font-size: 12pt;
}

h4 {
    font-size: 11pt;
}

a {
    /* color: #888888; */
    color: #678269;
}

ul {
    list-style-image: url(/pageimages/def_bullet.gif);
}

strong {
    color: #222222;
}

/*--- Title Boxes --------------------------------------------------*/
.titlebox { }

.titlebox_topline_start {
    border-top: 1px solid #888888;
    width: 20px;
}

.titlebox_topline_end {
    border-top: 1px solid #888888;
    width: 100%;
}

.titlebox_title {
    /* font-family: journaljournal; */    
    /* padding-left: 0.7em; */
    margin-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    /*margin-bottom: 0px;
    padding-bottom: 0px; */
    /* border-bottom: 1px solid #888888; */
}

/*--- Projects --------------------------------------------------*/

.project_title {
    /* color:  #888888; */
    font-size: 28pt;
    font-weight: normal;    
    padding-right: auto;
    /* margin-left: 10px; */
    margin-bottom: 0px; 
    padding-top: 1.0em; 
    /* font-family: journal; */
    /* border-bottom: 1px solid #888888; 
    margin-bottom: 0.5em; */
}

.project_page_title {
	color: #888888;
}

.project_line {
    margin-top: 0px;
    width: 100%;
    display: block;
    height: 1px;
    border-bottom: 1px solid #888888; 
    margin-bottom: 1em;
}

.project {
    /* padding: 5px 20px 10px 20px; */
}

.project_intro {
    margin-top: 1em;
    margin-bottom: 1em;
}

.subproject {
    border: 1px solid #888888;
    padding: 0px 20px 20px 20px; 
    margin-bottom: 1em;
    background: #F4F4F4;
}

.project_table {
    width: 100%;
}

.project_table td {
	/* vertical-align: top; */
	vertical-align: top;
}

.project_name {    
    font-weight: bold;
    text-align: center;
}

.project_subtitle {
    text-align: center;
    vertical-align: top;
}

.project_table img {
    margin-left: auto;
	margin-right: 40px;
    display: block;  	
    border: 1px solid #888888;
	vertical-align:top;
}

.project ul {
    list-style-image: url(/pageimages/proj_bullet.gif);
}

.project img:hover {
    margin-top: 2px; 
    margin-bottom: 0px;
}

.length_and_for {
    width: 100%;    
}

.length_and_for td {
    vertical-align: top;
}