/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.6.0
*/
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}del,ins{text-decoration:none;}


/* custom */

html {
	background: #E3E3E3;
	background: #D9D9D9;
	font-size: 10px;
	font-family: Verdana, Arial;
}

body {
	text-align: center;
}

strong {
	font-weight: bold;
}

.content {
	margin: 0px auto;
	width: 40em;
}

.header {
	background: #FFFFFF;
	//border: 1px solid #AAAAAA;
	height: 10.4em;
	margin: 0 auto;
	margin-top: 4em;
	padding: .8em;
	padding-top: 5.3em;
	text-align: center;
	width: 35.6em;
	-webkit-border-radius: 14px;
	-webkit-box-shadow: 0px 2px 6px #888888;
}

h1 {
	color: #707070;
	font-size: 3.2em;
	font-weight: bold;
}

h2 {
	color: #707070;
	font-size: 1.3em;
}

h3 {
	color: #666666;
	font-size: 1.3em;
	font-weight: bold;
	margin-bottom: 1.8em;
	text-align: center;
	text-shadow: 0px 1px 0px #EEEEEE;
}

.apps {
	margin: 0 auto;
	margin-top: 4em;
	text-align: center;
	width: 30.2em;
}

.apps a {
	color: #666666;
	font-size: 1.3em;
	font-weight: bold;
	padding-left: .8em;
	padding-right: .8em;
	text-decoration: none;
	text-shadow: 0px 1px 0px #FAFAFA;
}

.apps a.icon {
	float: left;
	width: 10em;
}

.apps a.icon.wide {
	float: left;
	width: 21.6em;
}

.apps a img {
	display: block;
	padding-bottom: .4em;
	margin: 0px auto;
}

.apps a:hover {
	color: #CC3300;
	text-decoration: underline;
}

.biga {
	font-size: 1.4em;
}

.clear {
	clear: both;
}

hr {
	margin-top: 20px;
	height: 0px;
	background: #999999;
	clear: both;
}
