/*
	wnyu static css file v. 1
	by jamie wilkinson (jamie@wnyu.org)
	copyright 2005
*/

/********************
	standard tags
********************/
body {
	background-color: #b5b5b6;
	background-image: url(../images/bg-offwhitestripes.gif);
	background-repeat: repeat;
	color: #000;
	font-family: Verdana, Arial, Georgia, Sans-Serif;
	margin: 0px auto;
}



h1 { /* article name */
	font-size: 2.5em;
	text-align: left;
	color: #4768A0;
	text-shadow: 2px 3px 4px silver;
	text-decoration: none;
	letter-spacing: 2px;
}

h2 { /* section title (albums) */
	border-bottom: 1px dashed #0090CB;
	color: #4768A0;
}

h3 { /* author name */
	font-family: Georgia, "MS Serif", "New York", serif;
	text-transform: uppercase;
	text-align: left;
	text-shadow: 1px 1px 2px silver;
	font-size: 1.5em;
	background: url(../images/by.gif) no-repeat 0% 40%;
	padding-left: 3em;
	margin-bottom: 2em;
}

img {
	border: none;
	text-decoration: none;
}

a, a:link, a:visited, a:active {
	color: #006098; /* was D31012 */
	text-decoration: underline;
}

a:hover {
	color: #00A0DC;
	text-decoration: underline;
}


/* hr hacks - use <div class="hr"><hr /></div> for an hr */
div.hr {
	height: 25px;
	background: #fff url(../images/eyes.gif) no-repeat scroll center;
	
}
div.hr hr {
  display: none;
}


/********************
	layout
********************/
#container {
	width: 683px;
	background: #fff url(../images/background.gif) repeat-y;
	margin: 0em auto;
	padding: .5em 3em 2em 3em;
	border: 1px solid #a4a4a4;
}

#container_old {
	width: 754px;
	background: #fff url(../images/background.gif) repeat-y;
	margin: 0em auto;
	padding: .5em 3em 2em 3em;
	border: 1px solid #a4a4a4;
}

#banner {
	margin: 0px auto;
	margin-left: -5px; /* compensate for not wanting to reduce logomonster */
	float: left;
	vertical-align: top;
	text-align: left;
/*	width: 750px; */
	width: 680px;
	background: url(../images/eyes.gif) no-repeat bottom center;
}

#sidebar {
	width: 150px;
	float: right;
	text-align: center;
}

#text {
	clear: both;
	margin: 0px auto;
	font-size: smaller;
	width: 650px;
	padding: 1em 1em 1em 1em;


/* iframe-esque self-containment */
/*	height: 400px; */ 
/*	overflow: auto; */
}

#text h2 {

}

#text img {
/*	background-color: #c1c1c1; */
/*	border: 1px solid #9a9a9a; */
/*	padding: .5em; */
	border: 1px solid #313131;
}

#footer {
	clear: both;
	color: #333;
	text-align: right;
	font-size: .9em;
	margin-top: 2em;
}

/***********
	frontpage stuff
************/
#introduction {
	text-align: justify;
	color: #303030;
}

.sectionRow {
	float: left;
	margin: 0px auto;
	text-align: center;
	margin-left: .5em;
	position: static;
}
.sectionIcon {
	width: 210px;
	margin: 1em auto;
	float: left;
	text-align: center;
	vertical-align: middle;
}

.sectionIcon a {
	color: #000;
	font-size: 1.5em;
	text-decoration: none;
	background-color: transparent;
}
.sectionIcon:hover {
	background-color: #94D1E6; /* #00A0DC */ 
	margin: 0 0 1em 0;
	border: 1px dashed #000;
	text-decoration: none;
}
.sectionIcon a:hover {
	text-decoration: none;
}

.sectionIcon img {
	margin-bottom: .5em;
}


/***********
	whatever
*************/
.floatLeft, #floatLeft {
	float: left;
	margin-right: 3em;
	margin-bottom: 1em;
	text-align: center;
}

.floatRight, #floatRight {
	float: right;
	margin-left: 3em;
	margin-bottom: 1em;
	text-align: center;
}

#floatLeft .img, #floatRight img {
	margin-bottom: 1em;
}