/*
Theme Name: ITA 2008
Theme URI: http://www.internstoamerica.org
Description: Wordpress theme for ITA 2008 website.
Version: 1.0
Author: JAC2
Author URI: http://www.jac2.com
*/

/*********************************************/
/* CSS Reset v1.0 | 20080212 */
/*********************************************/

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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*********************************************/
/* STYLE */
/*********************************************/

body {
	background: #000 url('images/bg.jpg') top center no-repeat;
}

.textRed {color: #ff0000;}
.textYellow {color: #ffff00;}

a {color: #ffff00; text-decoration: none;}
a:hover {text-decoration: underline;}

#wrap {
	background: #000 url('images/bg.jpg') top center no-repeat;
	width: 800px;
	height: 768px;
	margin: 0 auto;
}

#header {
	width: 800px;
	height: 170px;
	background: transparent url('images/header.jpg') top left no-repeat;	
}

#menu {
	width: 342px;
	height: 457px;
	background: transparent url('images/menu.jpg') top left no-repeat;
	float: left;
}

#menu-spacer-left {
	float: left;
	width: 40;
	height: 421;
	outline: 1px solid white;
}

#menu li {
	float: left;
}

#menu li.home a {
	display: block;
	height: 95px;
	width: 290px;
	text-indent: -9999px;
}

#menu li.home a:hover {
	background: transparent url('images/menu.jpg') -342px 0px no-repeat;
}

#menu li.about a {
	display: block;
	height: 86px;
	width: 290px;
	text-indent: -9999px;
}

#menu li.about a:hover {
	background: transparent url('images/menu.jpg') -342px -95px no-repeat;
}

#menu li.terms a {
	display: block;
	height: 80px;
	width: 290px;
	text-indent: -9999px;
}

#menu li.terms a:hover {
	background: transparent url('images/menu.jpg') -342px -181px no-repeat;
}

#menu li.faq a {
	display: block;
	height: 85px;
	width: 290px;
	text-indent: -9999px;
}

#menu li.faq a:hover {
	background: transparent url('images/menu.jpg') -342px -261px no-repeat;
}

#menu li.info a {
	display: block;
	height: 82px;
	width: 290px;
	text-indent: -9999px;
}

#menu li.info a:hover {
	background: transparent url('images/menu.jpg') -342px -346px no-repeat;
}

#content-home {
	width: 458px;
	height: 457px;
	background: transparent url('images/content-home_bg.jpg') top left no-repeat;
	float: right;
}

#content-page {
	width: 458px;
	height: 457px;
	background: transparent url('images/content-page_bg.jpg') top left no-repeat;
	float: right;
}

#content-page #wrap {
	background: transparent;
	overflow: auto;
	height: 451px;
	width: 430px;
	margin: 3px 0 0 3px;
	color: white;
	font-family: Verdana, Arial;
}

#content-page h2 {
	font-size: 2em;
	font-weight: bold;
	margin: 10px;
}

#content-page h3 {
	font-size: 1em;
	font-weight: bold;
	margin: 10px;
	color: red;
}

#content-page p {

	font-size: 0.8em;
	line-height: 1.3em;
	margin: 0 10px 10px 10px;
}

#content-page ul {
	margin: 0 0 10px 0;
}

#content-page li {
	font-size: 0.8em;
	margin: 0 0 0 10px;
	list-style-type: disc;
	list-style-position: inside;
	line-height: 1.3em;
}

#video {
	padding: 175px 0 0 75px;
}

#footer {
	color: white;
	font-family: Verdana, Arial;
	font-size: 0.7em;
	font-weight: bold;
	text-align: center;
	margin: 20px 0 20px 0;
}

#footer p {
	margin: 0 0 10px 0;
}

#footer a {
	text-decoration: none;
	color: white;
}

#footer a:hover {
	text-decoration: none;
	color: blue;
}