@charset "UTF-8";
/**
 * A Little Piece of Mind - style.css
 *
 * @author      Marque <digital@marquecreative.com>
 * @copyright   2008 Marque
 */

body {
	font-family:Courier New, monospace;
	font-size:12px;
	color:#00a1de;
	padding:0;
	margin:0;
	min-height:700px;
	min-width:820px;
	line-height:16px;
	background-image: url(/img/dash_pattern.gif);
	}

.bg {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background: transparent top left repeat;
	background-image: url(/img/dash_pattern.gif);
	display: none;
	}
	
p {
	margin:0;
	}

p.pmargin {
	margin-bottom:20px;
	}

a {
	background-color:#fff;
	color:#00a1de;
	text-decoration:none;
	border-bottom:1px dashed #00a1de;
	}
	
a.imglink {
	border:none;
	}
	
a:hover {
	background-color:#00a1de;
	color:#fff;
	}
	
a.imglink:hover {
	background:none;
	}
	
a:active, a:focus {
	outline:none;
	}
	
img {
	border:none;
	margin:0;
	padding:0;
	display:inline;
	}

#titlebox {
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-227px;
	margin-top:-187px;
	}
	
#alpomHeader {
	background:url(/img/alpom.png) top left no-repeat;
	width:455px;
	height:374px;
	text-indent:-9999px;
	}

.inverted, .linkbox {
	background:#00a1de;
	color:#fff;
	position:absolute;
	padding:16px;
	}

.linkbox a {
	color:#fff;
	background-color:#00a1de;
	border-bottom:none;
	}

#marquelink {
	top:440px;
	left:52px;
	padding:10px;
	position: absolute;
	}

#templateslink {
	right:90px;
	top:250px;
	}

#digitallink {
	right:130px;
	top:200px;
	}

.contentbox {
	background-color:#fff;
	color:#00a1de;
	border:1px solid #00a1de;
	position:absolute;
	padding:16px;
	cursor:pointer;
	}
	
#intro1 {
	width:250px;
	left:82px;
	top:44px;
	}

#intro2 {
	width:250px;
	left:180px;
	top:400px;
	margin-top:-120px;
	}

#intro3 {
	width:250px;
	left:30px;
	top:550px;
	}

#intro4 {
	width:250px;
	right:40px;
	bottom:15px;
	}

#mailinglist {
	width:220px;
	top:950px;
	left:120px;
	}

#contributors {
	width:220px;
	top:114px;
	right:185px;
	}

#error, #success {
	top:50%;
	left:50%;
	width:250px;
	height:60px;
	margin-top:-30px;
	margin-left:-141px;
	z-index:2;
	font-weight:bold;
	}

form {
	margin:0;
	padding:0;
	}

input.cleardefault {
	border:none;
	background-color:#00a1de !important;
	color:#fff;
	padding:2px;
	margin:3px 3px 3px 0;
	font-family:inherit;
	font-size:inherit;
	display: block;
	width: 170px;
	float: left;
	}

input#email {
	width: 145px;
	margin-right:10px;
	}

label {
	padding-top:5px;
	margin-right:5px;
	display: block;
	width: 40px;
	float: left;
	}

br {
	clear:both;
	}
	
#submissions-slideshow {
    position:absolute;
    width:250px;
    height:250px;
    right:20px;
    bottom:250px;
    padding:0;
	}

#submissions-slideshow img {
    position:absolute;
    top:0;
    left:0;
    z-index:2;
    width:250px;
    height:250px;
    display:none;
	}

#submissions-slideshow img.active {
    z-index:4;
    display:block;
	}

#submissions-slideshow img.last-active {
    z-index:3;
	}

#logos {
	top:900px;
	right:60px;
	width:195px;
	}

.supporting {
	top:14px;
	left:17px;
	font-size:10px;
	}

img#stamp {
	position:absolute;
	top:340px;
	left:310px;
	z-index:99;
	}

.hidden {
	display:none;
	}