/* CSS Document */

* {
margin: 0;
padding: 0;
}

body {
background-color:#333333;      /*original was black #000000*/
font: normal 62.5% sans-serif;
padding: 2% 0;    /* left/right top/bottom  */
}

a {
color: #dc143c;   /* crimson, #999999 is Indiana Univ crimson */
}

a:hover {
color: #298456;   /* green */
}

big {
font-size: 1.1em;
}

h1,h2,h3 {
color: #DC143C;
padding:12px 0 2px 0;    /* top right bottom left */
line-height: 1.2em;
}

h1 {font: bold 1.7em "Gil Sans", Arial, Helvetica, sans-serif}  /* was  font: normal 2.4em serif,sans-serif; */
h1 a {text-decoration: none;}
h1 a:hover {text-decoration: underline;}
h2 {font: bold 1.5em "Gil Sans", Arial, Helvetica, sans-serif;}
h3 {font: bold 1.2em "Gil Sans", Arial, Helvetica, sans-serif;}

blockquote {
display:block;
font: normal 1.1em Georgia,serif;
padding-left:26px;
/*    background: url('img/quote.gif') no-repeat;   */
}

form,table {margin-bottom:1.2em;}
img {border:none;}
label {display: block;}
li {line-height: 1.5em;}
p {padding: 2px 0 10px;}
small,.small {font: normal 0.9em sans-serif;}
ul {padding: 0 2em 1.2em;}

/*Structure of the Website*/

#wrapper {
margin: 0 auto;
width: 770px;
background-position:center bottom;
background-image: url(../wrapper.gif);
background-color:#333333;     /*dark grey, was dark brown #333322*/
background-repeat: repeat-y;
}

#container {
background-color:#FFFFFF;
border-top: 6px solid #999999;
font-size: 1.3em;
line-height: 1.3em;
margin: 0 auto;
width:750px;
}

/*Header area of website */

/*.title {
background: #FFFFFF; url (img/header-h1.jpg) repeat-x;
border-top: 1px solid #999999;
}


.title h1 {
color: #DC143C;     crimson 
font-style:normal;
font-family: "Gil Sans", Arial, Helvetica, sans-serif;
font-size: 1.4em;      /* did say group's name and was 2.2em 
padding: 10px 0 10px 18px;      /* top right bottom left, originally was: 10px 0 10px 18px
}
*/

.header {
border-top: 2px solid #999999;
background-image:url(../header-withgraphic8b.gif);
background-position: left bottom;
background-repeat:no-repeat;
height: 220px;   /*originally 220px; original picture 750px length & 220px high*/
}

.header p {
font-family:Arial, Helvetica, sans-serif;
font-size:0.8em;
color:#FFFFFF;   
text-align:right;
vertical-align: bottom;
padding-right:8px;
}

/*Site Navigation*/
.navigation {
background-color:#000000;
/*additional info excluded*/
border-top: 1px solid #999999;
}

.navigation a {
background-color:#000000;
/*additional info excluded*/
border-right:1px solid #999999;
color: #FFFFFF;
float: left;
font: bold 1em Arial, Helvetica, sans-serif;
padding: 0 14px 0 14px;
line-height:41px;
text-align:center;
text-decoration:none;
}

.navigation a:hover, .navigation a#active {
background-position: left bottom;
color: #298456;  /*shield green*/
/*stuff missing here??*/
}

/*Main area of website*/
.main#two-columns {
background: #FFFFFF url(../images/two-columns3.jpg) repeat-y;  /*was two-columns.gif but too light*/
}

/*Bottom area of website*/
.bottom {
background-image: url(../images/shield-faded-55px2.gif);
background-position:left top;
background-repeat:repeat;
z-index:0;  
border-top: 1px solid #666666; 
color: #444444;  /*dark grey text at bottom area*/
padding: 5px 20px;    /* top right bottom left */
float: left;
}

.bottom .left, .bottom .right {width: 49%;}

/* gallery */
.gallery td {
	vertical-align: top;
	text-align: center;
}
.gallery em {display: block;}

/*Footer section of website (copyright & contact info) */
.footer {
background:#EEEEDD;  /*was #333333 dark grey*/
color:#333333;     /* was #EEEEDD off white font color*/
padding: 5px; 
text-align: center; font-size:.9em;
border-top: dashed 1px #666666;
}

.footer a {color: #FFFFFF; text-decoration:underline;}
.footer a:hover {color: #FFFFFF; text-decoration:none;}


/*To make columns seperate and float - and misc styles*/
.clear,.clearer {clear:both;}
.clearer {font-size:0;}

.col2 .left {width:64%;}
.col2 .right .content {background: #FFFFFF;}
.col2 .right {width: 33%;}

.content {padding: 10px 20px;}   /* top (was 18) right bottom left */
.left {float: left;}
.right {float: right;}
.right .content {padding: 18px 12px 12px;}  

/* block list */
ul.block {
	border-top: 1px dashed #BCBAAC;
	margin: 4px 0;
	padding: 0;
	width: 90%;
}
.block li {
	border-bottom: 1px dashed #BCBAAC;
	list-style: none;
}
.block li a,.block li em {
	color: #553;
	display: block;
}
.block li em {
	font-size: 0.9em;
	font-style: normal;
}
.block li a {
	padding: 4px 3%;
	text-decoration: none;
	width: 94%;
}
.block li a span {font-weight: bold;}
.block li a:hover {
	background: #D2D0C0;
	color: #553;
}

.right .block,.right .block li {border-color: #DCDACC;}
.right .block li a:hover {background: #F2F0EA;}   

/*Format Images*/
.floatedImageRight {
	float: right;
	margin-bottom: 5px;
	margin-left: 5px;
	border: 1px solid #111111;
} 

.floatedImageLeft {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-top: 4px;
	border: 1px solid #111111;
}

.floatedImageCenter {
	float: center;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-top: 4px;
	border: 0px solid #111111;
}



/*Caption under photos, needs to be done better*/
.photocaption {
font-size: .9em;
font-style: italic;
padding:0;
margin:0;
}

.photocaption-small {
font-size: .8em;
font-style: italic;
}

.photocaption-small2 {
font-size: .8em;
font-style: italic;
line-height: 12px;
}

/*Styles for the Search function*/
form#search {
 background-color: #000000;
 color: #ffffff;
/* border: 1px solid #999999; */
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 10px;
 text-align: middle;
 padding-left:3px;
/*  padding-top:7px;   */
 vertical-align:middle;
 line-height:41px;
}

#search.text {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 11px;
 width: 130px;
 margin-right: 6px;
}

#search.buttons {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 10px;
 background-color: #333333;
 color: #FFFFFF;
 margin-right: 6px;
}

/*Flickr Badge Code*/
<!-- Start of Flickr Badge Styles-->
#flickr_badge_source_txt {padding:0; font: 11px Arial, Helvetica, Sans serif; color:#666666;}
#flickr_badge_icon {display:block !important; margin:0 !important; border: 1px solid rgb(0, 0, 0) !important;}
#flickr_icon_td {padding:0 5px 0 0 !important;}
.flickr_badge_image {text-align:center !important;}
.flickr_badge_image img {border: 1px solid black !important;}
#flickr_www {display:block; text-align:left; padding:0 10px 0 10px !important; font: 11px Arial, Helvetica, Sans serif !important; color:#3993ff !important;}
#flickr_badge_uber_wrapper a:hover,
#flickr_badge_uber_wrapper a:link,
#flickr_badge_uber_wrapper a:active,
#flickr_badge_uber_wrapper a:visited {text-decoration:none !important; background:inherit !important;color:#dc143c;}
#flickr_badge_wrapper {background-color:#CCCCCC;border: solid 1px #999999}
#flickr_badge_source {padding:0 !important; font: 11px Arial, Helvetica, Sans serif !important; color:#666666 !important;}
<!--end of Flickr styles codes-->

