/*********************************************
* TWITRGRID.COM Style Sheet            		 *
* Site Version 1.0							 *
* Created by Cando Digital Entertainment     *
* http://www.cando-ent.com					 *
* Document: 03/09/2008                       *
*********************************************/

/* -- Global ------------------------ */
html { margin: 0; padding: 0; } 
body { margin: 0px; font-size: 12px; font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Arial, Verdana, sans-serif; color: #000000;	background-color: #fff; text-align: left; }
a img { outline: 0; border: none !important; padding: 0px; margin: 0px; text-decoration: none; }
a { text-decoration: none; color: #333; }
a:hover {  }
img { outline: 0; border: 0px; padding: 0px; margin: 0px; text-decoration: none; }
hr { }
h1 { font: normal 20px helvetica, arial, sans-serif; color: #385A62; margin: 0 0 15px 0; }
h2 { font: normal 20px helvetica, arial, sans-serif; font-weight: bold; color: #8F3812; border-bottom: dotted 1px #151514; background: none; padding: 0px 0 5px 0; }

/* -- Page Layout ------------------- */
#page { }
#page .wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 850px;
	max-width: 850px;
}
#pagecontent { }
/* -- Header ----------------------- */
#header { 
	width: 100%;
	height: 188px;
	margin-bottom: 20px;
	background: url('/media/design/header.gif') repeat-x;
}
#header .logo { 
	margin: 0 auto 0 auto;
	width: 850px;
	padding-top: 40px;
}
/* -- Footer ----------------------- */
#footer {
	margin-top: 20px;
	padding-top: 20px;
	color: #444;
	font-size: 12px;
	text-align: center;
}
#footer a { border-bottom: dotted 1px #333; }
#footer a:hover { border-bottom: solid 1px #333; }

/* -- Content ---------------------- */
.content {
	padding: 10px;
}
/* -- Form ------------------------- */
#form {
	width: 850px;
	height: 50px;
	background: url('/media/design/form-back.png') no-repeat;
	font-size: 15px;
	color: #666;
}
#form form {
	padding: 8px;
	vertical-align: middle;
}
#form form input {
	width: 120px;
	font-size: 18px;
	padding: 4px;
	color: #666;
	border: solid 1px #dedede;
}
#form form select {
	font-size: 18px;
	padding: 2px;
	color: #666;
	border: solid 1px #dedede;
	background-color: #f0f0f0;
}
#form form input.submit {
	width: 70px;
	font-size: 18px;
	padding: 2px;
	border: solid 1px #dedede;
	background-color: #f0f0f0;
}



/* "Everything is a battle..." */