/*  
Theme Name: GABL 2010
Theme URI: http://www.gabl.ph
Description: Theme for Grace Alumni Basketball League 2010
Version: 1.0
Author: Christine Yap
Author URI: http://www.vivalapigarotti.org

*/

html, body, #mom {
	height: 100%;
	min-height: 100%;
}

body>#mom {
	height:auto;
}

body {
	background: #000000 url(images/gabl2010_bg.jpg) no-repeat fixed top center;
	margin: 0;
	font-family: helvetica, arial, verdana;
}

a:link {
	color: #e24900;
	text-decoration: underline;
}

a:visited {
	color: #76764e;
	text-decoration: underline;
}

a:hover {
	color: #e24900;
	text-decoration: underline;
}

#mom {
	width: 1000px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
}

img {
	border: 0px;
}


.top {
	width: 1000px;
	height: 186px;
	background: url(images/header.jpg) no-repeat top left;
}

.menu {
	width: 1000px;
	height: 54px;
}

.container {
	width: 970px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top:0px;
	background-color: #ffffff;
}

/**********SIDEBAR**************
******************************/

.side_ryt {
	width: 200px;
	float: right;
	background-color: #fff;
	padding-bottom: 50px;
	font-size: 7pt;
	color: #2d2722;
}

#tame_ul {
	border: 0px;
	margin: 0px;
	width: 190px;
	padding: 3px;
}

.side_ryt ul {
	list-style: none inside;
	margin-left: 0;
	padding-left: 1em;
	text-indent: -2em;
}

.side_left {
	height: 100%;
	width: 200px;
	float: right;
	margin-right: 10px;
	background-color: #fff;
	font-size: 9pt;
}

.side_left a:visited, a:link {
	color: #e24900;
	text-decoration: none;
}

/*.side_left ul {
	list-style-type:none;
	list-style-position: inside;
	padding: 0 0 0 5px;
}*/

.side_left ul {
	list-style: none inside;
	margin-left: 0;
	padding-left: 3px;
	text-indent: 0em;
}

.widgettitle {
	display: none;
}

/**********MAIN CONTENT AREA**************
***************************************/

.maincontent {
	width: 545px;
	float: left;
	margin-right: 15px;
	padding-bottom: 50px;
	background-color: #fff;
}

.maincontent_gamesched {
	width: 750px;
	float: left;
	margin-right: 10px;
	padding-bottom: 50px;
	background-color: #fff;
}

.posttitle {
	font-family: helvetica, arial, verdana;
	font-weight: bold;
	font-size: 40pt;
	color: #2d2722;
	line-height: 38pt;
}

.post {
	font-family: helvetica, arial, verdana;
	font-weight: none;
	font-size: 10pt;
	color: #2d2722;
	text-align: justify;
}

.postmetadata {
	font-family: helvetica, arial, verdana;
	font-size: 8pt;
	color: #2d2722;
}

.post ul li, .post ol li {
	margin-bottom: 10px;
	color:#905634;
	width: 95%;
}

.score {
	margin-top: 10px;
	width: 545px;
	height: auto;
	background-color: #e24900;
	text-align: center;
	font-family:helvetica,arial;
	font-weight: bold;
	font-size: 15pt;
	line-height:1.5em;
	padding-top: 5px;
	padding-bottom: 5px;
}

.score a:visited {
	color: #fff;
}

.score a:link {
	color: #fff;
}

table {
	width: 545px;
	background-color: #b1b1b1;
	font-family: helvetica, arial;
	font-size: 12px;
	text-align: center;
}

tr, td {
	background-color: #f3f3f3;
	padding: 3px;
}

td.win {
	background-color: #e4e4c6;
}
td.lose {
	background-color:#999999;
	color: #333333;
}

td.gamedate {
	text-align: left;
	color:#999999;
	font-size: 10px;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 15px;
	background-color: #fff;
}

table.gamesched, table.gamesched2 {
	width: 750px;
	background-color: #b1b1b1;
	font-family: helvetica, arial;
	text-align: center;
}

table.gamesched {
	font-size: 12px;
}

table.gamesched2 {
	font-size: 8px;
}

table.gamestand {
	width: 750px;
	background-color: #b1b1b1;
	font-family: helvetica, arial;
	font-size: 10px;
	text-align: center;
}

#footer {
	width: 1000px;
	height: 30px;
	background-color: #2d2722;
	clear: both;
	text-align: center;
	line-height: 2.6em;
	color: #7f7978;
	font-size: 8pt;
}

ul#twitter_update_list {
	list-style-type:none;
	padding-left:0px;
	padding-bottom: 0px;
	margin-left:0px;
}

#twitter_div ul li {
	padding-bottom: 7px;
}