/* -------------------------------------------------------------- 
  
   noprint.com / simpleviewer / - style sheet & layout
   
   Author: Kristian Mohl
   October 2008., CSS 4.1
   
-------------------------------------------------------------- */

/* START BASE ------------------------------------------------ */

html {height: 100%;}

/* END BASE -------------------------------------------------- */

/* START GENERAL LAYOUT -------------------------------------- */

body {
    height: 100%;
	margin: 0;
	padding: 0;
	text-align: left;
	background: #000 url(../site-img/homebg.jpg) top left no-repeat;
}

#wrap {
	width: 100%;
	height: 100%;
	margin: 20px 0 0 20px;
	text-align: left;
	float: left;
}

#wrapleft {
	width: 30%;
	height: 100%;
	margin: 20px 0 0 20px;
	text-align: left;
	float: left;
}

#wrapright {
	width: 60%;
	height: 100%;
	float: left;
}

#header {margin-bottom: 30px; margin-top: 20px;}

#content {margin-bottom: 40px;}

#contenthome {width: 490px; margin-bottom: 40px;}

#links {margin-bottom: 30px;}

#links a:hover {background-color: #00ccff;}

.footer {
	padding-top: 30px;
	margin-right: 20px;
	float: left;
}

.footer a:hover {
	border-bottom: #00ccff 3px solid;
	background: none;
}

.mohldesign {
	padding-top: 50px;
	margin-right: 20px;
	float: left;
}

.mohldesign a:hover {
	border-bottom: #00ccff 3px solid;
	background: none;
}

.freehand {
	padding-top: 43px;
	margin-right: 20px;
	float: left;
}

.freehand a:hover {
	border-bottom: #00ccff 3px solid;
	background: none;
}

/* jQuery lightBox plugin - Gallery style */

#gallery {
	width: 80%;
	margin-top: 90px;
	margin-left: 50px;
	list-style: none;
	float: left;
}

#gallery ul {list-style: none;}

#gallery img {
	padding: 0;
	margin: 0;
}

#gallery ul li img {
	width: 65px;
	height: 65px;
	border: 7px solid #000;
	margin: 5px -5px;
	padding: 5px;
	background-color: #000;
	
}

#gallery ul li a:hover img {
	border: 7px solid #00ccff;
}

#twitter {
	margin-right: 20px;
	float: left;
}

#twitter a:hover {
	border-bottom: #00ccff 3px solid;
	background: none;
}

#linkedin {
	margin-top: 45px;
	margin-right: 20px;
	float: left;
}

#linkedin a:hover {
	border-bottom: #00ccff 3px solid;
	background: none;
}

#downloadbox {
	width: 486px;
	height: 150px;
	margin: 30px 0 30px 0;
	background: url(../site-img/download_bg.jpg) top left;
	overflow: hidden;
}

#downloadbox .textbox {
	width: 220px;
	height: 130px;
	margin: 10px 20px;
	float: left;
}

#downloadbox .textbox h2 {
	display: block;
	font-size: 1.5em;
	line-height: normal;
	font-weight: bold;
	color: #000;
	text-shadow: #e9e9e9 1px 1px 0px;
	letter-spacing: none;
}

#downloadbox .textbox p {
	font-size:.85em;
	line-height: normal;
	font-weight: normal;
	color: #000;
	margin-bottom: 5px;
	text-shadow: #bebcbd 1px 1px 0px;
	letter-spacing: none;
}

#downloadbox .textbox small {
	font-size: .65em;
	line-height: normal;
	font-weight: bold;
	color: #000;
	text-shadow: #989698 1px 1px 0px;
}

#downloadbox li.download-1 {
	position: relative;
	top: 11px;
	left: -20px;
	float: left;
}

#downloadbox li.download-2 {
	margin-right: 110px;
}

#downloadbox li {
	position: relative;
	top: -119px;
	left: 100px;
	width: 115px;
	height: 130px;
}

#downloadbox li a:hover img {
	border-bottom: 1px solid #00ccff;
	border-left: none;
	border-right: none;
	padding-bottom: 7px;
}

/* END GENERAL LAYOUT ---------------------------------------- */
