/*
Theme Name: SCAMP
Theme URI: http://monkeyfruit.com
Version: 1.0
Description: 
Author: SCAMP
Author URI: http://monkeyfruit.com
Tags: intro, white-blue-grey-black
*/

* {
	border:0 none;
	outline:0;
	padding:0;
	margin:0;
}

.clear {
	clear:both;
}

.left {
	float:left;
}

.right {
	float:right;
}

.center {
	margin-left:auto;
	margin-right:auto;
}

html {
	max-height:100%; /* fix height for other browsers */
}
	
body {
	background-color:#FFFFFF;
	line-height:1.4;
	height:1%;
}

#container {
	margin-right:auto;
	margin-left:auto;
	width:400px;
	text-align:center;
	font-family:Helvetica Neue,Helvetica,Arial,sans-serif;
	color:#6C6D6D;
	font-size:small;
	margin-top:100px;
}

h1, h2 { 
	margin:0px;
	padding:0px;
}

a {
	color:#36A6B5;
	/*color:#B5424D;*/
	text-decoration:none;
	border-bottom:0px none;
}

a:hover {
	border-bottom:1px solid #CDD1D1;
}

.head, .subhead, #footer {
	margin:8px auto;
}

.head {
	font-family:Georgia,"Palatino Linotype","Nimbus Roman No9 L",Times New Roman;
	font-size:3.8em;
	font-weight:bold;
	letter-spacing:-2px;
}

.subhead {
	font-size:0.9em;
	letter-spacing:9px;
	color:#CDD1D1;
	text-transform:uppercase;
	font-weight:normal;
}

.logo1 {
	color:#36A6B5;
	/*color:#B5424D;*/
}

.logo2 {
	color:#6C6D6D;
}

.logo1 , .logo2 {
	font-weight:bold;
	font-family:Georgia,"Palatino Linotype","Nimbus Roman No9 L",Times New Roman;
}

#footer {
	width:325px;
	font-size:0.8em;
	border-top:1px dotted #CDD1D1;
	text-transform:lowercase;
	font-weight:bold;
}
