/*style/tmw_desktop_style.css*/

/*accessibility*/
#skip {z-index: 3;}
#skip a, #skip a:hover, #skip a:visited {z-index: 3; background-color: yellow;
	position:absolute; left: 0; top: -100px; width:0; height:0; overflow:hidden;}
#skip a:active, #skip a:focus{top: 0; width:auto; height:auto; font-size: xx-large; color: black;}

/*Layout*/
#sidebar {position: fixed; top: 0; left: 2%; width: 20%; height: 100%; z-index: 0;}
#tmw_logo {position: fixed; top: 0; left: 2%; width: 20%; height: 100px; z-index: 2;}
#page_title {position: fixed; top: 0; left: 22%; width: 76%; height: 134px; overflow: hidden; z-index: 2;}
#site_navigation {position: fixed; top: 100px; left: 2%; width: 20%; z-index: 2; display: inline-block;}
#page_navigation {position: fixed; top: 100px; left: 22%; width: 76%; height: 30px; z-index: 2; overflow: hidden;}
#page_content {position: absolute; top: 135px; left: 22%; width: 76%; padding-bottom: 1em;}
#TMW_supporters {position: fixed; bottom: 0;  left: 2%; width: 20%; z-index: 1; display: inline-block;}

/*formatting*/
div.text_and_graphics {columns: 2; -webkit-columns: 2; -moz-columns: 2;}
#page_navigation table {width:100%; text-align:center;}
#page_navigation td {width:20%;}
#page_navigation td.page_name {width:60%;}
#page_navigation h1 {font-size: 1.2em; line-height: 1.5em;}
#page_content h2 {font-size: 1.2em; line-height: 1.5em; margin: 0.9em;}
#page_content h3 {font-size: 1em; line-height: 1.1em; margin: 0.9em;}
#TMW_supporters table {width:60%;}
p {margin-bottom: 0; margin-top: 0.9em; line-height: 1.1em;}
p.first {margin-top: 0;}
p.copyright {text-align: center;}
#facebook {width:75%; text-align:center; margin-left: auto; margin-right: auto;}

/*links*/
a {text-align: center; font-weight: bold; color: black;}
a:visited {color: dimgray;}
a.black {color: black; text-decoration: none;}
#site_navigation a {text-decoration: none;}
li.this_page{list-style-type: square;} /*for lists of links*/
li a:visited {font-weight: bold; color: black;}

/*images*/
*.text_and_graphics img {padding: 0; border-color: black; border-style: solid; border-width: 0.15em;
		margin-top: 1em; margin-bottom: 0.09em; margin-left: 0.4em; margin-right: 0.4em;}
*.text_and_graphics img.left {margin-left: 0.6em; }
*.text_and_graphics img.right {margin-right: 0.1em;}
*.text_and_graphics img.centered {display: block; margin-left: auto; margin-right: auto;}
/*images in paragraph (margin-bottom: 0.09em set at this to avoid rounding errors by browser)*/
*.text_and_graphics p img.left {margin-left: 0; margin-top: 0.1em;}
*.text_and_graphics p img.right {margin-right: 0; margin-top: 0.1em;} 
