:root { 
}
html,body{height:100%;}
html, body, div {
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
}
body {
    margin: 0;
    padding: 0;
    border: 0;
}
#container {
	height:90%;
	min-height: 500px;
	width: 100%;
	margin: 0 auto;
}

* html #container {
	height: 90%;
}
#container_full {
	height:100%;
	min-height: 500px;
	width: 100%;
	margin: 0 auto;
}
* html #container {
	height: 100%;
}
div#main {
    width: 900px;
    margin: 0 auto 0;
    padding-top: 120px;
}
div#prev, div#next {
	filter: alpha(opacity=80);
	-moz-opacity:0.80;
	opacity: 0.80;
	width:128px;
	height:128px;
	cursor:pointer;
}
div#prev:hover, div#next:hover {
	filter: alpha(opacity=100);
	-moz-opacity:1;
	opacity: 1;
	width:128px;
	height:128px;
}
div#prev {
	position:absolute;
	top:200px;
	left:50%;
	margin-left:-418px;
	background-image:url(images/previous.png);
}
div#next {
	position:absolute;
	top:200px;
	left:50%;
	margin-left:290px;
	background-image:url(images/next.png);
}
div#card {
    position: relative;
    top:75px;
    margin: 0 auto 0;
    width: 615px;
    height: 360px;
    display: block;
    float: none;
}
div#card #upper {
    float: none;
    display: block;
    position: absolute;
    top: 50px;
    left: 45px;
    width: 540px;
    height: 165px;
    overflow: hidden;
}
div#card #upper p#text {
    text-align:left;
    line-height:120%;
}
div#card #upper p.large {
	font-size: 30px;
}
div#card #upper p.normal {
	font-size: 29px;
}
div#card #upper p.small {
	font-size: 26px;
}
div#card #lower {
    float: none;
    display: block;
    position: absolute;
    top: 224px;
    left: 35px;
    width: 545px;
    height: 98px;
    overflow: hidden;
}
div#card #lower #name {
	margin: 0;
    padding: 0;
    border: 0;
	font-size: 16px;
	text-align: left;
	width:545px;
	height:30px;
	line-height:30px;
	vertical-align: middle;
}
.clear {
	clear:both;
}
#bottom_container {
	width: 580px;
	margin: 0 auto;
	color:#000;
}
h2
{
	font-size:18px;
	font-weight:normal;
	margin:20px 0px;
	color: #333;
    text-shadow: #ccc 0px 1px 2px;
    font-family: Georgia, Baskerville, serif;
    font-style: bold;
    font-variant: normal;
    font-weight: normal;
}
#contact
{
	position:absolute;
	bottom:20px;
	color:#000;
}
#contact div
{
	display:block;
	float:left;
	margin-top:10px;
}
#contact div span
{
	display:block;
	float:left;
	width:16px;
	height:16px;
	margin-right:10px;
}
#phone, #www {width:220px;}
#address, #email {width:320px;}
#phone, #www, #address, #email {text-overflow: ellipsis;overflow:hidden;white-space:nowrap;}
#phone { font-weight:bold; }
#phone span{	background:transparent url('images/icons.png') no-repeat 0px 0px; }
#address span{	background:transparent url('images/icons.png') no-repeat -16px 0px;}
#www span{	background:transparent url('images/icons.png') no-repeat 0px -16px;}
#email span{	background:transparent url('images/icons.png') no-repeat -16px -16px;}

#share
{
	position:absolute;
	bottom:0;
	right:0;
	width:20px;
	margin:0;
	padding:0;
}

p.basic-text {
	margin-bottom:15px;
	color: #333;
    font-family: Georgia, Baskerville, serif;
    font-variant: normal;
    font-weight: normal;
}

div#themeselector {
    position: fixed;
    bottom:0;
    width: 100%;
    height: 25px;
    opacity: 0.7;
    background: #000;
    vertical-align: middle;
    line-height: 20px;
    text-align: center;
    bottom: 0px;
    font-size: 15px;
    color: #ffffff;
    text-shadow: #000000 0px 1px 2px;
    font-family: Georgia, Baskerville, serif;
    font-style: italic;
    font-variant: normal;
    font-weight: normal;
}
div#contact_link {
	background-color:white;
	border: 2px solid white;
	filter: alpha(opacity=40);
	-moz-opacity:0.40;
	opacity: 0.40;
	height:60px;
	width:540px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	text-align:center;
}
div#contact_link:hover {
	filter: alpha(opacity=70);
	-moz-opacity:0.70;
	opacity: 0.70;
}
div#watch_contact a {
	color:#111;
	text-decoration: none;
}
div#watch_contact {
	margin-top:20px;
	font-size:26px;
	font-weight:bold;
}
