/*
 * SyCip Team website styles.  Lots 'O Style Dude!
 */ 

body {
	margin: 0 0 20px 0;
	padding: 0;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 0.9em;
	background:#ffc url(../images/bg_body.gif) repeat;
}

#bodyStyle {
	margin: 25px auto;
	padding: 0px;
	width: 800px;  
}
	
html>#bodyStyle {
	width: 800px;
}

p {
	margin: 0 0 6px 0;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 0.9em;
	color: #000;
}

pre {
	margin: 0px;
	padding: 10px;
	width: 440px;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 0.8em;
	color: #000;
}

H1, H2, H3, H4, H5 {
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #e00;
}

H1 {
	font-size: 1.8em;
}

H2 {
	font-size: 1.6em;
	margin-top: 0.8em;
	margin-bottom: 0.8em;
}

H3 {
	font-size: 1.4em;
	margin-top: 0.6em;
	margin-bottom: 0.6em;
}

H4 {
	font-size: 1.2em;
	margin-top: 0.6em;
	margin-bottom: 0.6em;
}

H5 {
	font-size: 1.1em;
	font-weight: normal;
	margin-top: 0.6em;
	margin-bottom: 0.6em;
}

ul {
	padding: 0;
	list-style-type: none;
	margin: 0 0 4px 0;
}

ul li {
	margin: 0px;
	padding: 0px;
}

ul ul {
	margin: 0px;
	padding: 0px;
}

.center {
	text-align: center;
}

/*--- Side Menu ---*/
#sideMenu {
	margin: 0px;
	padding: 0px;
	width: 165px;
	float: left;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.2em;
	text-align: left;
	color: #000;
	background: #ffc url(../images/bg_menu.gif) bottom right no-repeat;
}

.sideMenuSpacer {
	border-bottom: 1px dotted #999;
	margin-bottom: 15px;
}

.sideMenuTitle {
	padding: 10px;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #000;
	background-color: transparent;
}

#sideMenuButtons {
	margin: 0px;
	padding: 0px;
}
	
#sideMenuButtons ul {
	margin: 0px;
	padding: 0px;
	border: 0px;
	list-style-type: none;
	text-align: left;
	clear: left;
}

#sideMenuButtons ul li {
	margin: 0px;
	padding: 0px;
	display: block;
	text-align: left;
	text-indent: 22px;
}

#sideMenuButtons ul li a {
	margin: 0px;
	padding: 0px;
	width: 165px;
	height: 1.7em;
	display: block;
	font-weight: bold;
	font-size: 0.9em;
	text-decoration: none;
	text-align: left;
	background-color: #f93;
	border-top: 1px solid #fc6;
	border-left: 1px none #000;
	border-bottom: 1px solid #c60;
	border-right: 1px none #000;
	color: #fff;
}

html>#sideMenuButtons ul li a {
	font-size: 0.9em;
} 

#sideMenuButtons ul li a:hover {
	color: #f93;
	background: #ffc url(../images/ic_menubtn.gif) no-repeat;
	border-top: 1px solid  #c60;
	border-right: 0px none #000;
	border-bottom: 1px solid #fc6;
	border-left: 0px none #000;
}

#sideMenuLinks {
	padding-left: 16px;
	padding-bottom: 10px;
	background-color: transparent;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	color: #f00;
	border-bottom: 1px dotted #999;
}

#sideMenuLinks a:link,
#sideMenuLinks a:visited {
	text-decoration: none;
	color: #f00;
}

#sideMenuLinks a:hover,
#sideMenuLinks a:active {
	background-color: #ffc;
	border-bottom: 1px dotted #f93;
	color: #f93;
} 

#sideMenuLast {
	margin-bottom: 6px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #999;
}


/*---  Header ---*/

#header {
	margin: 0px;
	padding: 0px;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	border: 2px solid #c60;
	color: #000;
}

/*---  Footer ---*/

#footer {
	margin: 0px;
	padding: 5px;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	border-top: 2px solid #c60;
	color: #000;
	background: #f93;
	text-align: center;
	clear: both;
}	
	
.footer {
	margin: 0px;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}

.footer a:link,
.footer a:visited {
	text-decoration: none;
	color: #e00;
}

.footer a:hover,
.footer a:active {
	text-decoration: none;
	border-bottom: 1px dotted #e00;
	color: #fc0;
}


/*--  Content --*/

#content {
	margin: 8px 0;
	position: absolute;
	width: 796px;
	float: left;
	background: #fff url(../images/bg_content.gif) repeat-y;
	border: 2px solid #c60;
	text-align: left;
}

#contentBody {
    margin-left: 20px;
	width: 600px;
	float: left;
	text-align: left;
}

#contentBodyBlog {
    margin-left: 20px;
	width: 600px;
	float: left;
	text-align: left;
}

.contentBodyEntry {
	padding: 0 0 10px 0;
	margin: 2px 2px 2px 0;
}

.contentBodyEntry  b {
	font-weight: bold;
	text-decoration: none;
}

.contentBodyEntry ul li {
	padding-left: 10px;
	background: url(../images/li_bullet.gif) no-repeat;
}

.contentBodyEntry a,
.contentBodyEntry a:link,
.contentBodyEntry a:visited {
	/*border-bottom: 1px dotted #f93;*/
	text-decoration: underline;
	color: #f93;
}

.contentBodyEntry a:hover,
.contentBodyEntry a:active {
	/*border-bottom: 1px dotted #f93;*/
	color: #fc0;
} 

.contentBodyEntry img {
	padding: 5px;
	margin: 5px;
	border: 1px solid #ccc;
}

.contentBodyEntry a img,
.contentBodyEntry a:link img,
.contentBodyEntry a:visited img {
	border: 0px none #f60;
}

.contentBodyEntry a:hover img,
.contentBodyEntry a:active img {
	border: 0px none #0a0;
}

/*---  Entry footer formatting.  ---*/

.contentBodyEntryfooter {
	padding-bottom: 10px;
	margin-bottom: 10px;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #fff;
	border-bottom: 1px dotted #999;
}

.contentBodyEntryfooter a:link,
.contentBodyEntryfooter a:visited {
	color: #e00; 
	text-decoration: none;
	border-bottom: 1px dotted #e00;
}

.contentBodyEntryfooter a:hover,
.contentBodyEntryfooter a:active {
	color: #f00;
	text-decoration: none;
	border-bottom: 1px dotted #e00;
}

/*---  forms ---*/

form {
	margin-top: 0px;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	color: #ffc;
}

.input {
	margin: 5px 5px 5px 0px;
	padding: 2px;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	background-color: #fff;
	color: #000;
	border: 1px solid #999;
	max-width: 315px;
}

.leftLinks.input {
	width: 115px;
	max-width: 115px;
}


.textarea {
	margin-top: 3px;
	margin-bottom: 3px;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	background-color: #fff;
	color: #000;
}

.button {
	margin: 5px 5px 5px 0px;
	padding: 2px 7px;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
	background-color: #EDEEE8;
	text-transform: uppercase;
	color: #000;
	border: 1px solid #999;
}

/* -= Image Frames =- */

img.photo {
	padding: 5px;
	margin: 5px;
	border: 1px solid #ccc;
}

a img.photo {
	border: 1px solid #f60;
}

a:hover img.photo,
a:active img.photo {
	border: 1px solid #0a0;
}

img.photoRight {
	float: right;
	padding: 5px;
	margin: 5px;
	border: 1px solid #ccc;
}

a img.photoRight {
	border: 1px solid #f60;
}

a:hover img.photoRight,
a:active img.photoRight {
	border: 1px solid #0a0;
}

/*--- Roster Table ---*/

table.roster
{
	width: 540px;
	background-color: #ffc;
	border: 1px #c60 solid;
	border-collapse: collapse;
	border-spacing: 0px;
}

td.rosterHeader
{
	padding: 4px;
	border-bottom: 2px solid #c60;
	background-color: #f93;
	text-align: center;
	font-weight: bold;
	font-size: 1.1em;
	color: #fff;
}

td.rosterColHeader
{
	padding: 4px;
	background-color: #f93;
	border-right: 1px #c60 solid;
	border-bottom: 1px #c60 solid;
	border-left: 1px #c60 solid;
	text-align: center;
	font-weight: bold;
	font-size: 1em;
	color: #fff;
}

td.rosterName
{
	padding: 4px;
	border: 1px #c60 dotted;
	text-align: left;
	font-size: 0.8em;
	color: #000;
}

td.rosterCats
{
	padding: 4px;
	border: 1px #c60 dotted;
	text-align: center;
	font-size: 0.7em;
	color: #000;
}

/*--- Bios ---*/

.bioData {
	padding: 6px;
	margin: 6px;
}

.bioDataEvents {
	margin-left: 20px;
}

.bioFavs {
}

.bioFavs h3 {
	font-weight: bold;
}

/*-- Stuff that goes into content --*/

.jumpTopLink {
	float: right;
	margin-top: 10px;
	margin-left: 15px;
}

img.jumpTopLink {
	border: none;
}

.smalltext {
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
}

