/* @override http://static.typemedia.org/css/style.css */

html {
	height: 100%;
}

body {
	background-image: url(http://static.typemedia.org/css/background.png);
	background-repeat: repeat-x;
	background-color: #e6e6e6;
	margin: 0px;
	padding: 0px;
	font-family: "Georgia", serif; 
	font-size: 10.5pt;
	text-align: left;
	line-height: 14pt;
	min-height:101%
}

#wrap {
	padding-left: 10px;
	padding-right: 10px;
	width:870px;
	margin-left: auto;
	margin-right: auto;
	text-align:left;
}

#header {

}

#leftside {
	float: left;
	margin-left: -700px;
	width: 150px;


}

#rightside {
	float: right;
	width: 150px;

}

#content { 
	float: left;
	width: 510px;
	margin-left: 170px;
	min-height: 500px;
	background-image: url(http://static.typemedia.org/css/transparent.png);
	padding: 10px;
	margin-bottom: 20px;
}

#foot{
	color: gray;
	text-align: center;
	margin-bottom: 50px;
	font-size: 70%;
	clear:both;
}


div.menu {
	padding: 10px;
	margin-bottom: 20px;
	background-image: url(http://static.typemedia.org/css/transparent.png);
	background-repeat: repeat; 

}

div.menu ul {
	padding-left: 0px;
	padding-right: 0px;
	margin: 0px;
	list-style: none;
}

div.menu li {
	font-size: 80%;
	padding-bottom: 3px;
	padding-top: 3px;
	margin: 0px;
}

li.menu_tag {
	margin: 0px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-top: 3px;
	display: inline;	
}

li.menu_tag a {
	color: inherit;
}

li.menu_tag a:hover {
	border-bottom-color: red;
	color: red;
}

img.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    height:200px;
    width:870px;
	color: #333;
      }

a {
	color: #69636b;
	text-decoration: none;
	border-bottom-color: #69636b;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}

a img {
	border:0;
}

a:hover{
	border-bottom-color: red;
	color: red;
}

.no-style {
	border-bottom-style: none;
}

h1 {
	font-size: 130%;
	font-weight: bold;
	color: #666;
	margin-top: 15px;
	margin-bottom: 10px;
}

h2{
	font-size: 110%;
	font-weight: nbold;
	color: #666;
	margin-top: 15px;
	margin-bottom: 5px;
	
}

h3{
	font-size: 110%;
	font-weight: normal;
	color: #666;
	margin-top: 15px;
	margin-bottom: 5px;
}

p{
	margin-top: 20px;
	margin-bottom: 0px;
}

.info_box {display:none; 
	position:absolute; 
	border-style: solid; 
/*	background-image: url(http://static.typemedia.org/css/transparent.png);*/
	background: #f9f9f9;
	border-width:1px;
	padding: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	max-width: 300px;
}
