/* --- reset --- */

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{border:0;outline:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;margin:0;padding:0;list-style-image:none;list-style-type:none;}
body{line-height:1;color:#000;background:#FFF;}
ol,ul{list-style:none;}
table{border-collapse:separate;border-spacing:0;}
caption,th,td{text-align:left;font-weight:400;}
blockquote:before,blockquote:after,q:before,q:after{content:"";}
blockquote,q{quotes:"" "";}
div{position: relative;}
:focus{outline: 0;}

/* --- 960 --- */

.container_6{margin-left:auto;margin-right:auto;width:816px;}
.grid_1,.grid_2,.grid_3,.grid_4,.grid_5,.grid_6{display:inline;float:left;position:relative;margin: 0 10px 10px 10px;}
.alpha{margin-left:0;}
.omega{margin-right:0;}
.container_6 .grid_1{width:116px;}
.container_6 .grid_2{width:252px;}
.container_6 .grid_3{width:388px;}
.container_6 .grid_4{width:524px;}
.container_6 .grid_5{width:660px;}
.container_6 .grid_6{width:796px;}
.container_6 .prefix_1{padding-left:136px;}
.container_6 .prefix_2{padding-left:272px;}
.container_6 .prefix_3{padding-left:408px;}
.container_6 .prefix_4{padding-left:544px;}
.container_6 .prefix_5{padding-left:680px;}
.container_6 .suffix_1{padding-right:136px;}
.container_6 .suffix_2{padding-right:272px;}
.container_6 .suffix_3{padding-right:408px;}
.container_6 .suffix_4{padding-right:544px;}
.container_6 .suffix_5{padding-right:680px;}
.container_6 .push_1{left:136px;}
.container_6 .push_2{left:272px;}
.container_6 .push_3{left:408px;}
.container_6 .push_4{left:544px;}
.container_6 .push_5{left:680px;}
.container_6 .pull_1{left:-136px;}
.container_6 .pull_2{left:-272px;}
.container_6 .pull_3{left:-408px;}
.container_6 .pull_4{left:-544px;}
.container_6 .pull_5{left:-680px;}
.clear{clear:both;display:block;overflow:hidden;visibility:hidden;width:0;height:0;}
.clearfix:after{clear:both;content:' ';display:block;font-size:0;line-height:0;visibility:hidden;width:0;height:0;}
.clearfix{display:block;}
* html .clearfix{height:1%;}

/* --- fontface --- */

@font-face {
	font-family: 'UtilityBoldCondensed';
	src: local('Utility BoldCondensed'), local('UtilityBoldCondensed'), url('http://csskillswitch.com/fontface/UTILITY.ttf') format('truetype');
}

h2 {
	font: 42px/34px 'UtilityBoldCondensed', Century Gothic, Apple Gothic, sans-serif;
	margin-top: 3px;
	font-size: 42px;
	letter-spacing: 1px; 
}

/* --- layout --- */

.container {
	margin: 0 auto;
	width: 796px;
}

.header {
	margin: 40px 0 20px 0;
}

.footer {
	margin: 10px 0 40px 0;
}

/* --- basic formatting --- */

body {
	font-family: Century Gothic, Apple Gothic, sans-serif;
	font-size: 14px;
	color: #262621;
	background: #f2f2f2 url("images/background.jpg");
}

h1, h2,h3,h4,h5,h6,p,ul,ol,hr,pre,code,blockquote,table,form { margin-bottom: 10px; }
p, ul, ol, li { line-height: 1.4em; }

ul li {
	list-style-type: disc;
	margin: 0 0 5px 30px;
}

a {
	color: #A62205;
	text-decoration: underline;
}

a:hover { text-decoration: none; }
a:visited { color: #706158; }
a.noborder { border: none; }

strong { font-weight: bold; }
em, i { font-style: italic; }

code {
	display: block;
	background: white;
	border: 1px solid #706259;
	padding: 10px;
	color: black;
}

table td {
	padding: 0 10px 5px 0;
}

/* --- special classes --- */

.p_small { font-size: 10px; }

.alignleft {
	float: left;
	clear: left;
	margin: 1px 20px 20px 0;
	position: relative;
}

.alignright {
	float: right;
	clear: right;
	margin: 1px 0 20px 20px;
	position: relative;
}

.clear { clear: both; }
.hidden, .showme { display: none; }
.strong { font-weight: bold; }
.absolute { position: absolute; }

.alt {
	background-color: #262621;
	padding: 12px 10px 0 10px;
	border: 1px solid #706259;
	color: white;
	overflow: hidden;
}

.alt h2 { color: white; }
.alt a { color: #FF2F00; }
.alt a:visited { color: #FF2F00; }

.leftblock {
	width: 5em;
	display: inline-block;
}

#td_maybepassword:hover span { display: none; }
#td_maybepassword:hover span.hidden { display: inline; }

/* --- header --- */

.header h1 a {
	display: block;
	width: 660px;
	height: 176px;
	background: url("/images/header.jpg") top left no-repeat;
	text-indent: -1000px;
	overflow: hidden;
}


/* --- forms --- */

form label {
	display: block;
	margin-bottom: 5px;
	font-weight: bold;
}

.button {
	width: 100px;
	font-size: 14px;
	padding: 3px 0;
	border: 1px solid #706259;
	background-color: #d3d3d3;
	cursor: pointer;
}

.button:hover { background-color: #dedede; }

.textinput {
	width: 217px;
	font-size: 16px;
	border: 1px solid #706259;
	background-color: white;
	padding: 2px 5px;
	font-family: Century Gothic, Apple Gothic, sans-serif;
}

form #p_hint {
	font-size: 11px;
}

.p_checkbox label {
	display: inline;
	font-weight: normal;
	font-size: 12px;
}

.p_checkbox input { margin-left: 0px; }

.p_message {
	padding: 2px 5px;
	background-color: #A62205;
	border: 1px solid #441F16;
	color: white;
}

.p_status label {
	font-size: 18px;
}

.p_buttons input {
	margin-right: 5px;
}

/* --- footer --- */

.footer a {
	white-space: nowrap;
}

/* --- sharing --- */

.sharing {
	position: absolute;
	top: 10px;
	right: 10px;
	filter:alpha(opacity=75);
	-moz-opacity:0.75;
	-khtml-opacity: 0.75;
	opacity: 0.75;
	z-index: 10;
	line-height: 24px;
	fcolor: white;
}

.sharing:hover {
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

.sharing a {
	display: inline-block;
	overflow: hidden;
	height: 24px;
	width: 24px;
	text-indent: -100px;
	vertical-align: top;
}

.sharing img {
	position: absolute;
	top: -250px;
	right: 10px;
}

.sharing .twitter { background: url("http://whatpageofgoogleamion.com/images/share_twitter.png"); }
.sharing .stumbleupon { background: url("http://whatpageofgoogleamion.com/images/share_stumbleupon.png"); }
.sharing .digg { background: url("http://whatpageofgoogleamion.com/images/share_digg.png"); }
.sharing .facebook { background: url("http://whatpageofgoogleamion.com/images/share_facebook.png"); }

/* --- demo --- */

body.demo { background: black !important; }
body.demo * { display: none !important; }
