/*
	Styles for Sarah Kemp pro golfer
	Authors: Dannielle Chun and Rafe Cross 
	Created: October 19 2007
*/

/*page*/
 body { 
	text-align:center;
 	margin:0px;
	font: normal 12px Arial, Helvetica, sans-serif;
	line-height:13px;
	color:#033;
	background-color:#097f39;
	background-image:url(resources/bg.gif);
	background-repeat: repeat-x;
 }
 p {
  	margin:8px 0 0 0;
	font: normal 12px Arial, Helvetica, sans-serif;
	line-height:13px;
 }
 img {
 	border: none;
 }
 a:link {
	 color:#069;
	 text-decoration:none;
 }
 a:visited {
	 color:#069;
	 text-decoration:none;
 }
 a:active {
	 color:#069;
	 text-decoration:none;
 }
 a:hover {
	 color:#033;
	 text-decoration:none;
 }
 h1 { 
 margin:0;
 font:bold 12px Arial, Helvetica, sans-serif;
 line-height:13px;
 color:#069;
 }

/*container*/	
#frame {
	width:778px;
	margin-right:auto;
	margin-left:auto;
	padding:0px;
	text-align:left;
}

/*header*/ 
#header {
	width:766px;
	height:76px;
	padding:14px 0px 0px 12px;
	font: normal 16px Arial, Helvetica, sans-serif;
	line-height: 17px;
	color:#fff;
	background-image:url(resources/logo.gif);
	background-repeat: no-repeat;
	background-position:right;	
}
#header p {
	font: normal 16px Arial, Helvetica, sans-serif;
	line-height: 20px;
	color:#0000ff;
}	
.sarah {
	font-size:36px;
	line-height:37px;
	color:#000000;
}
.kemp {
	font-size:36px;
	line-height:37px;
	color:#097F39;
} 

/*nav*/
#nav {
	width:754px;
	height:30px;
	padding:10px 12px 0px 12px;
	font: normal 19px Arial, Helvetica, sans-serif;
	line-height: 20px;
	color:#000000;
}
#nav a:link {
	font-size:19px;
	color:#000000;
	background-color:transparent;
	text-decoration:none;
}
#nav a:active {
	font-size:19px;
	color:#000000;
	background-color:transparent;
	text-decoration:none;
}
#nav a:visited {
	font-size:19px;
	color:#000000;
	background-color:transparent;
	text-decoration:none;
}
#nav a:hover {
	font-size:19px;
	color:#69c;
	background-color:transparent;
	text-decoration:none;
}

/*content*/

/*left*/
#lhsContent{
	width:375px;
	margin:12px 12px 0 12px;
	padding:0px;
	float:left;
}
.lhsTitle {
	float:left;
	font: bold 19px Arial, Helvetica, sans-serif;
	line-height:20px;
	color:#fff;
	width:367px;
	margin-top:12px;
	padding:6px 0 6px 6px;
	border-width:1px;
	border-style:solid;
	border-color:#369;
	background: url(resources/lhs.gif);
	background-repeat: repeat-y;
}
.lhsTitle a:link, .lhsTitle a:visited {
	color: #fff;
	text-decoration:none;
}
.lhsTitle a:hover {
	color:#033;
	text-decoration: none;
}
.lhsBox {
	float:left;
	width:351px;
	height:143px;
	margin-top:12px;
	padding:12px;
	background-color:#e3ebef;
}
.lhsBox a:link, .lhsBox a:visited {
	color: #316262;
	text-decoration:none;
}
.lhsBox a:hover {
	color:#6090bf;
	text-decoration: none;
}

/*center*/
#midContent {
	width:140px;
	margin:12px 12px 0 0;
	padding:0px;
	float:left;
}
		
/*mid title*/
.midTitle {
	font: bold 19px Arial, Helvetica, sans-serif;
	line-height:20px;
	color:#fff;
	width:132px;
	margin-top: 12px;
	padding:6px 0 6px 6px;
	border-width:1px;
	border-style:solid;
	border-color:#369;
	background: url(resources/mid.gif);
	background-repeat: repeat-y;
}
.midTitle a:link, .midTitle a:visited {
	color: #fff;
	text-decoration:none;
}
.midTitle a:hover {
	color:#033;
	text-decoration: none;
}
/*mid content*/
.midBox {
	width:128px;
	height:171px;
	margin-top:12px;
	padding:6px;
	background-color:#e3ebef;
	background: url(resources/asksarah.jpg);
	background-repeat: no-repeat;
	background-position:bottom right;
}
.picBox {
	width:138px;
	height:195px;
	margin-top:12px;
	padding:0;
	border-width:1px;
	border-style:solid;
}

/*right*/

#rhsContent {
	width:215px;
	margin:12px 12px 0 0;
	padding:0px;
	float:left;
}
.rhsBox1 {
	width:203px;
	height:116px;
	margin-top:12px;
	padding:6px;
	background-color:#e3ebef;
	background: url(resources/club.jpg);
	background-repeat: no-repeat;
}
.rhsBox1 h1 {
	margin:0px;
	font: bold 19px Arial, Helvetica, sans-serif;
	line-height:20px;
	color:#033;
}
.rhsBox1 h1 a:link, .rhsBox1 h1 a:visited {
	color: #033;
	text-decoration:none;
}
.rhsBox1 h1 a:hover {
	color:#69c;
	text-decoration: none;
}
.rhsBox2 {
	width:203px;
	height:131px;
	margin-top:12px;
	padding:6px;
	background-color:#e3ebef;
	background: url(resources/bag.jpg);
	background-repeat: no-repeat;
	background-position:bottom right;
}
.rhsBox2 h1 {
	margin:0px;
	font: bold 19px Arial, Helvetica, sans-serif;
	line-height:20px;
	color:#033;
}
.rhsBox2 h1 a:link, .rhsBox2 h1 a:visited {
	color: #033;
	text-decoration:none;
}
.rhsBox2 h1 a:hover {
	color:#69c;
	text-decoration: none;
}
.rhsBox3 {
	width:203px;
	height:130px;
	margin-top:12px;
	padding:6px;
	background-color:#e3ebef;
	background: url(resources/paper.jpg);
	background-repeat: no-repeat;
	background-position:bottom right;
}
.rhsBox3 h1 {
	margin:0px;
	font: bold 19px Arial, Helvetica, sans-serif;
	line-height:20px;
	color:#033;
}
.rhsBox3 h1 a:link, .rhsBox3 h1 a:visited {
	color: #033;
	text-decoration:none;
}
.rhsBox3 h1 a:hover {
	color:#69c;
	text-decoration: none;
}
.rhsTextBox {
	width:167px;
	margin-top:6px;
	padding:6px;
	background-color:#e3ebef;
	opacity: .80;
	filter: alpha(opacity=80);
}
.rhsTextBox2 {
	width:167px;
	margin-top:10px;
	padding:6px;
	background-color:#e3ebef;
	opacity: .90;
	filter: alpha(opacity=90);
}

/*footer*/	
#footer {
	width:778px;
	height:24px;
	margin-right:auto;
	margin-left:auto;
	padding:0px;
	text-align:left;
}
#footerBox {
	width:736px;
	height:16px;
	margin-top:24px;
	margin-right:auto;
	margin-bottom:12px;
	margin-left:auto;
	color:#033;
	background-color:#e3ebef;
	padding:12px 6px 6px 12px;
	text-align:center;
}
/*sub*/
#subContent{
	width:527px;
	margin:12px 12px 0 12px;
	padding:0px;
	float:left;
}

.subTitle {
	float:left;
	font: bold 19px Arial, Helvetica, sans-serif;
	line-height:20px;
	color:#fff;
	width:519px;
	margin-top:12px;
	padding:6px 0 6px 6px;
	border-width:1px;
	border-style:solid;
	border-color:#369;
	background: url(resources/sub.gif);
	background-repeat: repeat-y;
}
.subTitle a:link, .subTitle a:visited {
	color: #fff;
	text-decoration:none;
}
.subTitle a:hover {
	color:#033;
	text-decoration: none;
}
.subBox {
	float:left;
	width:503px;
	margin-top:12px;
	padding:12px;
	background-color:#e3ebef;
	
}
.subBox a:link, .subBox a:visited {
	color: #316262;
	text-decoration:none;
}
.subBox a:hover {
	font-weight:normal;
	color:#6090bf;
	text-decoration: none;
}
.picSub {
	width:138px;
	margin:3px;
	padding:0;
	float:right;
	border-width:1px;
	border-style:solid;
	border-color:#033;
}
.picSubw {
	width:200px;
	margin:3px;
	padding:0;
	float:right;
	border-width:1px;
	border-style:solid;
	border-color:#033;

}
.scores {border-top: 1px solid #069; border-left: 1px solid #069;}
.scores td,  .scores th {border-right: 1px solid #069; border-bottom: 1px solid #069; font-size:100%;}
