/* CSS for bysusanlin.com -- Clear Skies 2010 Edition */

body {
	font: 1em "Calibri", Arial, sans-serif;
	background: #ffffff;
	background-image: url(../images/background.png);
	background-repeat: repeat-x;
	background-attachment: fixed;
	margin: 0 auto;
  padding: 0;
	text-align: center;
  color: #666666; }

/* text styles */
p {
	line-height: 1.75em; }
a {
	text-decoration: none;
	color: #0099ff; }
	a:hover {
		color: #333333;	}
				
h1 {
	width: 619px;
	margin: 0 9px 10px 0;
	padding-left: 20px;
	border-bottom: 1px solid #cccccc;
	font-size: 1.25em;
	color: #666666; 
	font-weight: normal; }

#container {
	width: 960px;
	margin: 0 auto;
	text-align: left; }

#bysl_logo {
	float: left; 
	position: fixed; }	

#topnav {
	position: fixed;
	width: 644px;
	margin-left: 312px;
	background-image: url(../images/h_topnav_right.png);
	background-position: top right;
	background-repeat: no-repeat; }
	#topnav ul { 
		float: right; 
		list-style: none; }
		#topnav li {
			float: left;
			display: inline, block; }
			#topnav li a {
				float: left;
				width: 140px;
				padding: 37px 0 12px 20px;
				background-image: url(../images/h_topnav.png); }
				#topnav li a:hover, .current {
					background-position: 0 68px;
					color: #333333; }

#sidenav {	/* This used to be the side nav, but it was too cluttered and became the site map styling */
	position: fixed;
	width: 300px;
	margin-top: 100px;
	padding: 0 0 0 20px; }
		.tnr_bracket {
			font: 2em Times New Roman, Times, serif;
			color: #cccccc; }
		.sn_project {
			margin-left: 20px; }
			.sn_project li {
				margin-bottom: 2px; }
			.sn_project a {
				border-left: 2px solid #eeeeee;
				padding-left: 5px; 
				font-size: 0.8em; }
				.sn_project a:hover {
					border-left: 2px solid #0099ff; }
	#hearts {
		float: right; }
		#hearts img {
			margin-right: 10px; }
	
	.featured {
		margin-left: 20px; 
		font-size: 0.8em; 
		width: 175px; }
	.featured li img {
		border-left: 5px solid #eeeeee; 
		margin-bottom: 10px; }
		.featured li img:hover {
			border-left: 5px solid #0099ff; }
	
	#sm_col1 {
		float: left; }
	#sm_col2 {
		float: left; 
		margin-left: 80px; }
	#sm_col3 {
		margin-left: 471px; }
		
#breadcrumb {
	position: fixed;
  height: 28px;
  margin-left: -332px;
	background-image: url(../images/breadcrumb.png);
	background-repeat: no-repeat;
	padding: 8px 10px 0 32px;
	font-size: 0.75em;
	top: 60px; }
	#breadcrumb a {
		background-color: #fff; 
		padding: 2px 5px 0 5px; }
	
#content {
	float: left;
	margin: 0 0 60px 312px;
	padding: 110px 0 0 0; 
	display: inline; }
	#content p {
		font-size: 0.8em;
		margin: 10px 20px 8px 0;
		padding-left: 20px; }
	#content .large_img {
		margin-left: -20px; }
	#content .bull_list {
		font-size: 0.8em;
		list-style: disc url(../images/bullet.png) inside; }
		#content .bull_list li {
			line-height: 1.75em; 
			margin-left: 4px; }
	#content .bigimg {
		margin-left: -20px; }
		
	.gallery {
		list-style: none;
		margin: 20px 0 0 -321px; 
		width: 972px; }
	.gallery li {
		float: left; 
		margin: 0 0 40px 22px; }
		.gallery li:hover {
			background-image: url(../images/zoomglass.png);
			background-position: bottom right;
			background-repeat: no-repeat; }
		.gallery li a {
			color: #666; 
			line-height: 20px; }
			
	h2 {
		margin: 0 12px 10px 0;
		padding-left: 25px;
		border-bottom: 1px solid #eee;
		font-size: 1.0em;
		color: #888; 
		font-weight: normal; }
	.gallery_title {
		margin-left: -321px; }
		
		
#footer {
	position: fixed;
	margin-left: 318px;
	bottom: 5px;
	width: 632px;
	height: 25px;
	background-image: url(../images/footer.png); 
	font-size: 0.8em;
	color: #888;
	padding: 10px 0 0 14px; }
	#footer .small {
		font-size: 0.75em; }
	#footer .copyright {
		float: right; 
		padding-right: 14px; }
	#footer a {
		text-decoration: underline; }
		#footer a:hover {
			text-decoration: none; }
			
.clear {
	clear: both;
	line-height: 0em; }