/* _assets/bw.css */

/* -----------  minor adjustments to wsu css so our logos work -------  */
#wsuwrapper { 
	width: 761px;
	margin-left: 0px; 	/* if use padding - get vis bg to left ! */
}

#idwrapper { 
	background-image: none;
	padding-left: 4px; 	/* to override css indent setting */

	padding-bottom: 0px;	/* unsucessful attempt to */
	margin-bottom: 0px;	/* get rid of extra IE space */
}

#content {
	margin-top: 0px;	/* unsucessful attempt to */
	padding-top: 0px;	/* get rid of extra IE space */
}

				/* this finally worked -
					all browsers but IE will
					honor the second directive */
#content { margin-top: -3px; }			/* IE */
html>body #content { margin-top: 0px; }		/* other browsers */
	


#main {
	font-size: 0.9em;	/* wsu default 0.75 is TOO SMALL */
}

/* minimize blinking as adjust left nav bar */
/* OBS - now using navspec - #nav ul ul { display: none; } */

/* make rhs headers look like old BW boxes for now */
#secondary h2 {		
	font-size: smaller;
	text-align: center;
	font-size: medium;
	font-weight: bold;
	color: #099;
	padding: .2em;
	margin-bottom: 10px;
	border: 1px solid #099;
	background: #fec;
}




/* ------------------------------- beachwalk pages ----------------- */
#beachwalk img {
	padding: 10px;
	border: none;
}


/* ------------------------------- essays pages ----------------- */
.mini {
	font-size: smaller;
}


#timestamp, .timestamp, #Timestamp {
	display: block;
	text-align: left;
	font-style: italic;
	padding-top: 10px;
	padding-bottom: 10px;
}



/* ----------------------------- div.links ----------------------- */
div.links {
	margin:10px 10px;
	text-align:center;
}
div.links a {
	border:1px solid #009999;
	display:block;
	font-size:medium;
	font-weight:bold;
	margin:2px;
	padding:4px 20px;
	text-decoration:none;
}
div.links a:hover {
	background:#009999 none repeat scroll 0%;
	border:3px double #FFFFFF;
	color:#FFFFFF;
	padding:2px 18px;
	text-decoration:none;
}
div.links br {
	display:none;
}


/* ------------------------------- secondary ul/li --------------- */

#secondary ul {
	list-style-type: none;
}

#secondary ul li {
	padding-left: 0px;
}


/* ------------------------------- secondary ul/li --------------- */
dl dt {
	margin-top: 7px;
	margin-bottom: 3px;
}

dl dd {
	margin-top: 3px;
	margin-bottom: 3px;
}

/* ---------------------------------- news index -------------- */

div.news ul {
	list-style-type: none;
	display: block;
	padding-left:0px;
}

div.news ul li {
	padding-top: 5px;
	padding-left: 0px;
}
	

div.news  .title {
	font-size: 1.0em;
	font-weight: bold;
}


div.news .desc {
	display:block;
	padding-left: 40px;
	font-style: italic;
	font-size: smaller;
}

div.news .date {
	display: block;
}

div.news .author {
	xxfont-weight: bold;
}

/* ---------------------------- todo postits styling --------- */

#projectOverview {
}

#projectOverview .subtitle {
	display: block;
	margin-top: 10px;
	font-weight: bold;
}

#projectOverview p {
	margin-left: 10px;
}


#TidalMap {
	align: center;
	font-size: 1.1em;
	text-align:center;
	padding: 5px;
	border: thin solid silver;
}

/* ---------------------------- todo postits styling --------- */

.todo {
	
	background-color: #FFFFAA;
	color: blue;
	font-family: Comic Sans MS;
	border-width: 2px;
	border-color: red;
	padding: 10px;
	margin-bottom: 10px;
}




/* ---------------------------- Photo List ------------------- */

#RegionalPhotoList {
	margin-left: 10px;
	margin-bottom: 15px;
	text-align: center;
	text-decoration: none;
}

#RegionalPhotoList #ss_title {
	display: block;
	margin: 0px;
	font-size: .8em;
}

#RegionalPhotoList #ss_legend {
	display:block;
	font-size: .7em;
	margin: 0px;
	font-style: italic;
}

#RegionalPhotoList #ss_copyright {
	display:block;
	font-size: .6em;
	margin: 0px;
	font-style: italic;
}




