/*
 * Reactable mobile Manual CSS
 * Author: Marcos Alonso
 * (c) Reactable Systems, 2010
 *
 */


* { margin: 0; padding: 0; }

body {
	background: #f6f6f6;
	
	font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
	font-size: 15px;
	color: #222;
}

#container {
	width: 800px;
	margin: 0 auto;
}

a {
	color: #0af;
	text-decoration: none;
}

a:visited {
	color: #7cf;
}

a:hover {
	text-decoration: underline;
}

img {
	border: 0;
	text-decoration: none !important;
}

h2 {
	margin: 20px 0 10px 0;
	
	font-size: 24px;
	font-weight: normal;
}

h3 {
	margin: 10px 0 5px 0;
	font-size: 18px;
}

/* NAVIGATOR*/

#nav {
	margin: 20px 0;
	
	color: #888;
	font-size: 24px;
}

.floatright {
	float: right;
}

#nav .floatright {
	float: right;
	font-size: 24px;
}

#nav a {
	color: #888;
	text-decoration: none;
}

#nav a:hover {
	color: #888;
	text-decoration: underline;
}


/* TITLE */


.t_title_left {
	vertical-align: top;
}

.t_title_right {
	vertical-align: middle;
	width: 460px;
}

h1 {
	font-size: 45px;
	font-weight: normal;
}

#content .t_title p {
	margin: 0;
}

/* CONTENT */

#content {
	padding: 20px;
	
	background: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	
	border: 1px solid #ccc;

	-moz-box-shadow: 0px 0px 10px #ccc;
	-webkit-box-shadow: 0px 0px 10px #ccc;
	box-shadow: 0px 0px 10px #ccc;
}

#content p {
	margin-bottom: 10px;
	line-height: 1.2;
}

#content hr {
	margin: 20px auto;
	width: 760px;
	height: 1px;
	
	border: 0;
	background-color: #ddd;
}

.center {
	margin: 20px 0;
	text-align: center;
}

/* INDEX TABLES */

#content table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	
	padding: 0;
}

#t_toc td {
	vertical-align: top;
	width: 380px;
}

#t_toc ul {
	margin-left: 30px;
	font-size: 24px;
}

#t_toc li {
	margin-bottom: 10px;
}

#t_toc h3 {
	margin: 0;
}

.t_objects {
	margin: 5px 0 20px 0;
}

.t_objects td {
	text-align: center;
	width: 95px;
	font-weight: bold;
}

.t_objects img {
	width: 80px;
	height: 80px;
	margin-bottom: 2px;
}

/* TEXT PAGES */

#textpage h3 {
	margin: 20px 0 10px 0;
}

#textpage ul {
	margin: 0 0 20px 30px;
}

#textpage li {
	margin-bottom: 5px;
}

#textpage img.gesture {
	height: 220px;
	margin: 0 auto;
}

#textpage img.panel {
	height: 200px;
}

#textpage img.panel_tall {
	height: 250px;
}

#textpage .t_2col {
	margin: 20px 0;
}

#textpage .t_2col_thin {
	width: 240px;
	vertical-align: top;
}

#textpage .t_2col_wide {
	vertical-align: top;
	padding-left: 20px;
}

#textpage .t_2col h3 {
	margin-top: 0;
}


/* OBJECTS PAGES */

.t_controls td {
	vertical-align: middle;
}

.t_controls img {
	width: 300px;
	height: 300px;
}

.t_subtypes td {
	width: 380px;
	vertical-align: top;
}

.t_subtypes_left {
	padding-right: 20px;
}

.t_subtypes h2 {
	margin: 0 0 10px 0;
}

.subtype {
	min-height: 40px;
	margin-bottom: 10px;
}

.subtype h3 {
	margin: 0 0 1px 50px;
}

.subtype p {
	margin-left: 50px;
}

.subtype img {
	float: left;
	width: 40px;
	height: 40px;
}


