/* 	MAIN CSS STYLESHEET FOR WWW.G3JVL.COM AND ALL SUBDOMAINS 
	COPYRIGHT BARNABY WALTERS WATERPIGS WEB DESIGN 2010
*/

/* ------------------------ Tags --------------------- */

/* GENERAL TAGS */

html
{
	width: 100%;
}

body
{
	background-color: #CCC;
}

/* LINKS */

a
{
	color: #C60;
	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: inherit;
}

a img
{
	border-width: 0px;
}

a:hover
{
	text-decoration: none;
	cursor: hand;
}

/* PRE

pre
{
	white-space:pre-wrap;
	width: 100%;
}*/

/* -------------------------------- IDs -------------------------------- */

/* ---------------- TABLES ------------- */

#mainTable
{
	margin-left: 10%;
	margin-top: 20px;
	
	padding: 15px;
	
	background-color: #B6B5B3;
	
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	/*-khtml-border-radius: 20px;*/
	-moz-border-radius-topright: 20px;
	-moz-border-radius-topleft: 20px;
	-webkit-border-top-right-radius: 20px;
	-webkit-border-top-left-radius: 20px;

	width: 60em;
}

#mainTable > tr
{
	padding: 20px;
	/*background-color: #999;*/
}

#mainTable > tbody > tr > td
{	
	padding: 15px;
	background-color: #EEE;
	width: inherit;
}

.mceLayout td
{
	padding: 0px;
	background-color: auto;
	width: auto;
}

#topCell
{
	background-image: url("/images/site/MainHeadImg.png");
	background-repeat: no-repeat;
	
	height: 20px;
	
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	/*-khtml-border-radius: 20px;*/
	-moz-border-radius-topright: 20px;
	-moz-border-radius-topleft: 20px;
	-webkit-border-top-right-radius: 20px;
	-webkit-border-top-left-radius: 20px;
}

#clearTable > tr > td
{
	border-width: 0px;
	padding: 10px;
}

/* --------------------------------- CLASSES ------------------------------ */

/* ----------------- TABLES / DIVs --------------- */

.menu
{
	font-family: Palatino, Helvetica, sans-serif;
	font-size: 18px;
}

/* --------------- IMAGES ---------------- */


/* ----------------- TEXT ----------------- */

/* ---- HEADERS/IMPORTANT ----- */
h1
{
	font-family: Skia, Palatino, Helvetica, Arial, sans-serif;
	font-size: 26px;
	font-weight: bold;
	color: #C60;
}

h2
{
	font-family: Palatino, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}

h3
{
	font-family: Palatino, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

.highlighted
{
	color: #C60;
	font-weight: bold;
}

strong
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000;
}

strong.warning
{
    background-color: #CC0000;
	border: #330000 medium solid;
	padding: 15px;
	display: block;
    color: #FFF;
}

em
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: italic;
}

/* ------ STANDARD TEXT ------- */

.text, p
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

.small
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.date
{

}

/* -------- SPECIAL ------- */

.hiddenlink
{
	color: #000000;
	cursor: crosshair;
}

.hiddenlink:hover
{
	text-decoration:none;
	color: #000000;
	cursor: crosshair;
}

.transparent
{
	opacity: 0;
	filter: alpha(opacity = 0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	zoom: 1;
	font-family: arial;
	font-size: 14px;
}

.button
{
	font-family: Palatino, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 4px;
	
	text-align: center;
	
	background: #C60;
	border: black medium ridge;
	padding: 10px;
}

.button a
{
	color: #000000;
	text-decoration: none;
}

/* ----------------------------  LISTS -------------------
	
	GENERIC - CONTAINS TAGS, IDS AND CLASSES

 */

ul 
{
	list-style: square;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

li
{
	margin-top: 3px;
}

ul.spacedUL li
{
	margin-top: 10px;
}

/* ---------------------------- FORMS -------------------- */

form.text input[type=text]
{
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
}


