/* @override
	http://tangrammedtech.com/style.css
*/

/*Tangram CSS */

/*Layout*/

* {
	font-family: helvetica, arial;
	text-decoration: none;
	color: #212122;
	outline: none;
	margin-top: 0;
	margin-bottom: 0;
}

html {
	position: relative;
	min-height: 100%;
	min-width: 800px;
	height: 580px;
	margin: 0 auto;
	text-align: center;
}

/**/

#container {
	margin: 0 auto;
	width: 700px;
	height: 100%;
	min-height: 100%;
}

#nav {
	background: url(images/navbg.png) repeat-x;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

ul#navigation {
	list-style: none;
	list-style-type: none;
	padding: 0;
	margin: 0 auto;
	height: 1.5em;
	line-height: 1.5em;
	display: table;
	white-space: nowrap;
	font-variant: small-caps;
}

#navigation li {
	text-align: center;
	float: left;
	font-size: 1em;
}

#navigation li:hover {
	background: url(images/navbg.png) repeat-x;
}

#navigation li:active {
	background-color: rgba(0,0,0,0.3);
}

#navigation li a {
	color: #fff;
	display: block;
	opacity: 1;
	font-family: "Copperplate Gothic Bold";
	-webkit-border-radius-topleft: 5px;
	-webkit-border-radius-bottomleft: 5px;
	padding: 0 10px;
	margin: 0 auto;
}

#main_content ul {
	color: #fff !important;
}

#main_content {
	font-size: 0.9em;
	text-align: left;
	color: #fff;
	

/*background-color: rgba(0,0,0,0.08);*/
	z-index: -10;
	margin-top: 5px;
}

#main_content.bg {
	background: rgba(255,254,255,0.4) no-repeat;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}


#main_content p a {
	padding-bottom: 1px;
	border-bottom: 1px dotted ;
}

#main_content p {
	margin-bottom: 0.8em;
	line-height: 1.5em;
	color: #000;
	font-weight: bold;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#main_content.overflow {
	height: 250px !important;
	overflow: scroll;
	overflow-x: hidden;
}

#main_content ul li {
	list-style-type: disc;
	margin-bottom: 1em;
	list-style-position: outside;
	margin-left: 25px;
	color: #000;
	font-weight: bold;
}

h2.tagline {
	font-size: 3.7em;
	line-height: 1.2em;
	color: #000;
	padding: 0.2em;
	color: #036;
}

/*Text*/

h1.header {
	margin: 0;
	color: #036;
	padding-bottom: .1em;
	font: bold 2.5em/1.2em "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
}

h4 {
	font-weight: bold;
	font-size: 1.1em;
	margin-bottom: .3em;
}

h3 {
	color: #fff;
	border: 1px solid #fff;
	margin-right: 15px;
	font-weight: bold;
	line-height: 1.4em;
	font-family: "gill sans";
}

h1#logo {
	text-indent: -5000px;
	background: url(images/logo.png) no-repeat center top;
	height: 75px;
	margin: 5px auto;
	text-align: center;
	width: 100%;
	padding-bottom: 5px;
}

img.andy {
	height: 150px;
	float: right;
	margin-left: 5px;
	margin-bottom: 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

/* Footer */

#footer {
	font-size: .6em;
	color: #fff;
	width: 700px;
	bottom: 10px;
	left: auto;
	height: 6em;
	position: absolute;
}

#footer ul {
	list-style: none;
}

#footer ul li {
	list-style: none;
	float: right;
	display: inline;
	margin-left: 10px;
	color: #fff !important;
}

#footer ul li a {
	color: #fff;
	background: url(images/navbg.png) repeat-x;
	line-height: 2em;
	height: 2em;
	display: block;
	padding: 0 6px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#footer ul li a:hover {
	background: url(images/navbg.png) repeat-x;
	color: #fff;
	opacity: 0.8;
}

#footer p {
	width: 330px;
	float: left;
	text-align: left;
	color: #fff;
	line-height: 1.2em;
	font-size: 1.1em;
}

/*fadey tuff */

#help {
}
