@charset "utf-8";
/* Here we go... */

* {
	padding:0px;
	margin:0px;
}

body {
	color:black;
	font-family:sans-serif;
	font-size:small;
}

a {
	color:black;
}

a:hover {
	text-decoration:none;
}

p {
	margin-bottom:1.2em;
}

#insignia {
	width:444px;
	height:485px;
	background:white url(../img/back_insignia.png) no-repeat top left;
	left:0;
	right:0;
	position:absolute;
	z-index:-999;
}

#wrapper {
	width:1000px;
	height:auto;
	margin:auto;
}

#header {
	width:95%;
	height:auto;
	padding:5%;
	margin:0px 0px 0px 15px;
	font-family:serif;
	color:#01BA4A;
	font-size:xx-large;
	float:left;
}

#header .text {
	width:auto;
	height:auto;
	float:left;
	margin-top:15px;
	clear:both;
}

#header .text span {
	color:#017E33;
}

#header .first {
	margin-left:5%;
}

#header .second {
	margin-left:15%;
}

#header #scroll {
	height:1.2em !important;
	margin-left:30%;
	overflow:hidden;
}

#header #scroll .item {
	height:1.2em;
	clear:both;
}

#content {
	width:100%;
	height:auto;
	float:left;
}

#content .heading {
	width:75%;
	height:60px;
	overflow:hidden;
	float:left;
	background:url(../img/header_back.png);
	color:black;
	font-family:serif;
	font-size:xx-large;
	margin:0px 0px 20px 0px;
}

#content .heading .end {
	width:48px;
	height:60px;
	float:right;
	background:url(../img/header_back_arrow.png);
}

#content .heading .text {
	margin-top:10px;
	margin-left:50px;
	float:left;
	display:block;
}

#content .subheading {
	width:54%;
	height:auto;
	padding:2px 2% 2px 2%;
	margin:0px 0px 20px 1.5%;
	font-weight:bold;
	color:white;
	background:#09FF9C url(../img/subheader_back.png) bottom repeat-x;
	float:left;
	text-transform:uppercase;
}

#content .subheading span {
	font-weight:normal;
}

#content .casetitle {
	font-size:xx-large;
	margin-bottom:15px;
}

#content #casewrap {
	width:80%;
	margin-left:10%;
	position:relative;
	float:left;
	margin-bottom:25px;
}

#content #casewrap .image {
	width:auto;
	height:auto;
	margin:1em auto;
	font-style:italic;
	text-align:center;
}

#content .item {
	width:98%;
	height:auto;
	float:left;
	margin:0px 0px 20px 2%;
	position:relative;
}

#content .item .image {
	width:346px;
	height:126px;
	float:left;
	background:url(../img/header_back.png);
	overflow:hidden;
	position:relative;
	border:1px solid black;
}

#content .item .image .desc {
	width:100%;
	height:auto;
	padding:0.5% 1%;
	bottom:0;
	position:absolute;
	color:white;
	background:url(../img/desc_back.png);
}

#content .item .image .desc .med {
	font-size:medium;
}

#content .item .title {
	width:60%;
	float:left;
	font-size:x-large;
	margin:0px 0px 6px 12px;
}

#content .item .info {
	width:60%;
	height:auto;
	float:left;
	/*clear:right;*/
	display:inline;
	margin:0px 0px 0px 20px;
}

#content .item .links {
	display:block;
	bottom:0;
	position:absolute;
	margin-bottom:0px; /* counter-act p tag defualt */
}

#content .item .links a {
	margin-left:10px;
}

.rightbox {
	width:24%;
	height:auto;
	float:right;
	background:black;
	color:white;
	text-align:center;
	font-style:italic;
	padding:5px;
	margin-top:6px;
	margin-left:10px;
}

#contact {
	width:100%;
	height:auto;
	float:left;
	background:url(../img/contact_line.png) repeat-x;
	padding-top:15px;
	padding-bottom:15px;
}

#content #email {
	height:auto;
	width:auto;
	float:left;
	font-size:x-large;
	margin-left:20px;
}

#content #email a {
	color:#066;
	text-decoration:none;
}

#content #email a:hover {
	text-decoration:underline;
}

#content #copy {
	height:auto;
	width:auto;
	float:right;
	color:#336;
	margin-right:20px;
	font-size:x-large;
}

#fold {
	width:46px;
	height:46px;
	background:url(../img/fold.png);
	z-index:999;
	left:0;
	top:0;
	position:absolute;
	cursor:pointer;
}

#fold_area {
	width:45px;
	height:45px;
	left:0;
	top:0;
	color:white;
	background:#003;
	position:absolute;
	z-index:998;
	overflow:hidden;
}

#fold_content {
	/*display:none;*/
	width:800px;
	height:auto;
	margin:auto;
	position:relative;
	padding-left:50px;
	text-align:center;
}

#fold_content .big {
	width:100%;
	margin:15px 0px;
	font-size:xx-large;
	float:left;
	text-align:left;
}

#fold_content .logo {
	width:auto;
	height:auto;
	float:right;
}

#fold_content .box_info {
	width:300px;
	height:140px;
	position:absolute;
	background:white;
	color:black;
	font-size:medium;
	padding:5px;
}

#fold_content .qr_info {
	margin-left:490px;
	margin-top:88px;
	background:white url(../img/hithere_android.png) no-repeat right bottom;
}

#fold_content strong {
	font-size:large;
}

#fold_content .twit_info {
	margin-top:88px;
	font-size:xx-large;
	font-family:serif;
	background:white url(../img/hithere_twitter.png) no-repeat right bottom;
}

#fold_area #closer {
	width:29px;
	height:29px;
	background:url(../img/fold_close.png);
	z-index:999;
	right:0;
	top:0;
	margin-top:10px;
	margin-right:10px;
	position:absolute;
	cursor:pointer;
	display:none;
}
