/* @group CSS 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, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	font-size: 100%;
	margin: 0;
	padding: 0;
	outline: 0;
	}
/* @end */


body {
	background: #e9e9e9 url(images/whitey.png);
	font: 14px/1.4 Arial, Helvetica, sans-serif;
	text-align: center;
	color:#333;
	border-top: 10px solid #333;
	border-bottom: 25px solid #333
	}
#content {
	text-align:left;
	width:960px;
	margin:0 auto;
	}
#header {
	height:75px;
	margin: 10px auto 0;
	position:relative;
	width:960px;
	}
#header a {
	color:#000;
	}
#logo {
	position:absolute;
	top:22px;
	left:0;
	}
#logo a {
	color: #404040;
	font: normal 36px Arvo, serif;
	letter-spacing: -1px;
	text-decoration: none;
	text-transform: uppercase;
	}
#menu {
	position:absolute;
	right:20px;
	bottom:5px;
	list-style:none;
	margin:0;
	}
#menu li {
	float:left;
	margin:0 0 0 20px;
	}
#top {
	width:960px;
	}
.tip {
	font: italic 14px Georgia, serif;
}	
#trans_form {
	text-align:right;
	margin:5px 8px;
	}
div.column {
	float:left;
	width:280px;
	position: relative;
	padding: 10px;
	margin:5px 10px;
-webkit-border-radius: 	.4em .4em 10em 2em / .4em .4em 10em 10em; 
-moz-border-radius: 	.4em .4em 2em 2em / .4em .4em 3em 3em;
border-radius: 			140px 140px 50px 50px / 5px 5px 200px 200px;
-webkit-box-shadow: inset rgba(255,254,255,0.6) 0 0.3em .3em, inset rgba(0,0,0,0.15) 0 -0.1em .3em, /* inner shadow */ 
					hsl(0, 0%, 75%) 1px 1px 0, hsl(0, 0%, 70%) 2px 1px 0, hsl(0, 0%, 65%) 2px 2px 0, hsl(0, 0%, 60%) 2px 3px 0, hsl(0, 0%, 55%) 2px 4px 0, hsl(0, 0%, 50%) 2px 5px 0, hsl(0, 0%, 80%) 3px 6px 0,/* color border */
					rgba(0,0,0,0.2) -2px 7px 10px; /* drop shadow */
-moz-box-shadow: 	inset rgba(255,254,255,0.6) 0 0.3em .3em, inset rgba(0,0,0,0.15) 0 -0.1em .3em, /* inner shadow */ 
					hsl(0, 0%, 60%) 0 .1em 3px, hsl(0, 0%, 45%) 0 .3em 1px, /* color border */
					rgba(0,0,0,0.2) 0 .5em 5px; /* drop shadow */
box-shadow:		 	inset rgba(255,254,255,0.6) 0 0.3em .3em, inset rgba(0,0,0,0.15) 0 -0.1em .3em, /* inner shadow */ 
					hsl(0, 0%, 60%) 0 .1em 3px, hsl(0, 0%, 45%) 0 .3em 1px, /* color border */
					rgba(0,0,0,0.2) 0 .5em 5px; /* drop shadow */
				border-top: 		1px solid rgba(255,255,255,0.8);
				border-bottom: 		1px solid rgba(0,0,0,0.1);
	background-color: 	#efefef;				
				background-image: 	-webkit-gradient(radial, 50% 0, 100, 50% 0, 0, from( rgba(255,255,255,0) ), to( rgba(255,255,255,0.7) ));
				background-image: 	-moz-radial-gradient(top, ellipse cover, rgba(255,255,255,0.7) 0%, rgba(255,255,255,0) 100%);
				background-image: 	gradient(radial, 50% 0, 100, 50% 0, 0, from( rgba(255,255,255,0) ), to( rgba(255,255,255,0.7) ));
	}

.pdf .column {
	color:#000;
	padding: 50px 100px;
	width: 740px;
}
div.firefox {
	padding:20px;
	border:1px solid #ccc;
	background:#fff;
	margin:5px;
	}
#footer {
	clear:both;
	text-align:center;
	padding:10px 0;
	}
#footer p {
	font-size: 12px;
}
ul.topics {
	margin:0;
	list-style:none;
	color:#000;
	background: #fff;
	border: 1px dashed #999;
	padding: 30px;
border-radius: 			140px 140px 50px 50px / 5px 5px 200px 200px;

	}
ul.topics li {
	margin:0;
	font-weight:bold;
	}
ul.references {
	margin:0 0 10px 0;
	list-style:disc;
	}
ul.references li {
	margin:0 0 0 40px;
	font-weight:normal;
	}
ul.references a {
	color:#333;
	}
h1 {
	float: left;
	font: normal 20px Arial, sans-serif;
	margin: 0 80px 0 10px;
	letter-spacing: -1px;
}
h2 {
	padding: 5px 20px;
	height: 45px;
	line-height: 1.2;
	color:#CA6C18;
	font-size:16px;
	font-family: Arvo;
	font-weight: normal;
	text-transform: uppercase;
	text-shadow: 1px 1px 0 #fff;
	}
.column:nth-of-type(4) h2, .column:nth-of-type(4) a:hover {
	color: #ca2662;
}
.column:nth-of-type(5) h2, .column:nth-of-type(5) a:hover {
	color: #f3982d;
}
.column:nth-of-type(3) h2, .column:nth-of-type(3) a:hover {
	color: #9ca441;
}
a {
	color:#ca6c18;
	}
a:hover {
	text-decoration: none;
	}
.column a:hover {
	text-decoration: underline;
	}
#logo a:hover {
	color: #555;
}
p {
	color:#4d4d4d;
	margin:10px 5px;
	}
label {
	font-size: 12px;
	vertical-align: middle;
	}
li {
	margin: 5px 0 5px 30px;
}
.siteby {
	color: #333;
	text-decoration: none;
}
.siteby:hover {
	text-decoration: underline;
}
.action {
	font: 14px/1.3 Arvo;
	position: absolute;
	left: 14px; bottom: -80px;
}
.action a {
	background: #333;
	color: #9ca441;
	padding: 4px 8px;
	text-decoration: none;
	text-transform: uppercase;
}
.column .action a:hover {
	color: #fff;
	text-decoration: none;
	text-shadow: 1px 1px 0 #000;
}
.action .small {
	font-size: 12px;
	color: #fff;
	text-transform: none;
}
