html, article, header, section, nav, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, figure, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, input { margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; text-decoration: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline; } /* remember to define focus styles! */ :focus { outline: 0; } body { line-height: 1; color: #222; background: white; } ol, ul { list-style: none; } table { border-collapse: separate; border-spacing: 0; } caption, th, td { text-align: left; font-weight: normal; } blockquote:before, blockquote:after, q:before, q:after { content: ""; } blockquote, q { quotes: "" ""; } a { color: inherit; cursor: pointer } a:hover { opacity: .5; }


body { 
	font: 17px/1.2em "sorts-mill-goudy-1","sorts-mill-goudy-2";
	background: url(../images/background.jpg) repeat #999;	
}

p { margin-bottom: 1em; }
	p:last-of-type { margin-bottom: 0 }

h1 { 
	font-size: 2em;
	margin-bottom: .2em;
	-webkit-text-rendering: optimizeLegibility;
	-moz-text-rendering: optimizeLegibility;
	-ms-text-rendering: optimizeLegibility;
	text-rendering: optimizeLegibility;
}


#container {
	width: 940px;
	margin: 15px auto 90px;
}


#manifesto {
	background: url(../images/texture_black2.jpg) repeat black;
	color: white;
	float: left;
	position: relative;
	width: 500px;
	height: 600px;
	padding: 30px;
	margin: 0 20px -10px -30px;
	border-width: 30px;
	border-image: url(../images/border_large.png) 30px 30px 30px 30px stretch;
	-webkit-border-image: url(../images/border_large.png) 30 30 30 30 stretch;
	-moz-border-image: url(../images/border_large.png) 30 30 30 30 stretch;
	-ms-border-image: url(../images/border_large.png) 30 30 30 30 stretch;
	background-clip: padding-box;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	-ms-background-clip: padding-box;
}

#manifesto h1 { 
	border-bottom: 1px solid white; 
	padding-bottom: 20px;
	margin-bottom: 20px;
	text-align: center;
}

#manifesto figure { 
	display: block;
	width: 500px;
	position: absolute;
	bottom: 20px;
	text-align: center;
	border-top: 1px solid white;
	padding-top: 20px;
}


#resources {
	background: url(../images/texture_white2.jpg) repeat white;
	float: left;
	height: 600px;
	width: 270px;
	padding: 30px;
	margin: 0 -30px -10px -30px;
	border-width: 30px;
	border-image: url(../images/border_large.png) 30px 30px 30px 30px stretch;
	-webkit-border-image: url(../images/border_large.png) 30 30 30 30 stretch;
	-moz-border-image: url(../images/border_large.png) 30 30 30 30 stretch;
	-ms-border-image: url(../images/border_large.png) 30 30 30 30 stretch;
	background-clip: padding-box;
	-webkit-background-clip: padding-box; 
	-moz-background-clip: padding; 
	-ms-background-clip: padding-box; 
}

#resources h1 { 
	margin-top: 25px;
	font-size: 26px;
	padding: 25px 0 5px;
	border-top: 1px solid black;
} #resources div:first-child h1 { border-top: none; margin-top: 0; padding-top: 0; }

#resources li {
	margin-bottom: 12px;
}

#resources cite {
}

#resources small {
	font-size: 13px;
	line-height: 13px;
	display: block
}

#dialogue {
	clear: both;
	background: url(../images/texture_white2.jpg) repeat white;
	width: 880px;
	padding: 30px;
	margin: -18px -30px -30px -30px;
	border-width: 30px;
	border-image: url(../images/border_large.png) 30px 30px 30px 30px stretch;
	-webkit-border-image: url(../images/border_large.png) 30 30 30 30 stretch;
	-moz-border-image: url(../images/border_large.png) 30 30 30 30 stretch;
	-ms-border-image: url(../images/border_large.png) 30 30 30 30 stretch;
	background-clip: padding-box;
	-webkit-background-clip: padding-box; 
	-moz-background-clip: padding; 
	-ms-background-clip: padding-box; 
}

#dialogue h1:first-of-type {
	border-bottom: 1px solid black;
	padding-bottom: 8px;
	margin-bottom: 10px;
}

#scroll-down {
	float: right;
	font: 13px/1.2em "sorts-mill-goudy-1","sorts-mill-goudy-2";
	cursor: pointer;
}

#dialogue ul {
	margin-bottom: 30px;
}

#dialogue li {
	padding: 15px 0 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid black;
	overflow: hidden;
}

#dialogue .comment-meta { 
	width: 260px;
	float: left;
	margin-right: 20px;

}
	#dialogue .author {
		margin-bottom: 0;
	}
	#dialogue .date {
		font-size: 13px;
	}

#dialogue .comment-content {
	width: 600px;
	float: left;
}

#comment-form {
	margin-top: 24px;
	overflow: hidden;
}

::-webkit-input-placeholder {
	color: #666;
}

:-moz-placeholder {
	color: #666;
}

#comment-form fieldset:first-child {
	float: right; 
	width: 590px;
	margin-left: 20px;
}


#comment-form input, #comment-form textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	border: 1px solid black;
	padding: 4px;
	color: #222;
	background-color: transparent;
	font: 17px/1.2em "sorts-mill-goudy-1","sorts-mill-goudy-2"	
	
}

#comment-form input[type=text], #comment-form input[type=submit], #comment-form input[type=email] { 
	display: block;
	margin-bottom: 4px;
	width: 250px;
}

#comment-form input[type=submit] {
	width: 260px;
	height: 36px;
	background: black;
	color: white;
	cursor: pointer;
}

#comment-form textarea {
	width: 580px;
}



#posters { 
	clear: both;
/* 	display: none; */
	width: 940px;
	height: 380px;
	margin: -30px -30px 10px -30px;
	border-width: 30px;
	border-image: url(../images/border_large.png) 30px 30px 30px 30px stretch;
	-webkit-border-image: url(../images/border_large.png) 30 30 30 30 stretch;
	-moz-border-image: url(../images/border_large.png) 30 30 30 30 stretch;
	-ms-border-image: url(../images/border_large.png) 30 30 30 30 stretch;
	background-clip: padding-box;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	-ms-background-clip: padding-box;
}

.students { 
	background: url(../images/texture_black2.jpg) repeat black ;
	background: url(../images/icon_white.png) 830px 32px no-repeat, url(../images/texture_black2.jpg) repeat black;
	color: white;
}
.faculty {
	background: url(../images/texture_white2.jpg) repeat white ;
	background: url(../images/icon_black.png) 830px 32px no-repeat, url(../images/texture_white2.jpg) repeat white;
}

.poster {
	position: relative;
	height: 310px;
	width: 880px;
	padding: 30px 30px 40px;
	margin: -30px;
	border-width: 30px;
	border-image: url(../images/border_large.png) 30px 30px 30px 30px stretch;
	-webkit-border-image: url(../images/border_large.png) 30 30 30 30 stretch;
	-moz-border-image: url(../images/border_large.png) 30 30 30 30 stretch;
	-ms-border-image: url(../images/border_large.png) 30 30 30 30 stretch;
	background-clip: padding-box;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	-ms-background-clip: padding-box;
	
}
	.poster h1 { 
		width: 380px;
		font-size: 66px;
		line-height: 1em;
		display: block;
		margin-right: 20px;
		white-space: pre-wrap;
		-webkit-text-rendering: optimizeLegibility;
		-moz-text-rendering: optimizeLegibility;
		-ms-text-rendering: optimizeLegibility;
		text-rendering: optimizeLegibility;
	}
		.poster h1.four { font-size: 70px; }
		.poster h1.five { font-size: 66px; }
		.poster h1.six { font-size: 54px; }
		.poster h1.seven { font-size: 50px; }

		.small-caps {
			-webkit-font-feature-settings:'smcp=1';
			-moz-font-feature-settings:'smcp=1';
			-ms-font-feature-settings:'smcp=1';
		}
	.poster p {
		display: block;
		position: absolute;
		bottom: 31px; left: 400px;
		width: 500px;
	}

#posters .pagination { 
	width: 100px;
	margin: -30px auto -3px;
	z-index: 100;
}

#posters .pagination a { 
	text-indent: -9999px;
	display: block;
	float: left;
	margin-right: 5px;
	width: 6px; height: 6px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	background-color: rgba(0,0,0,.15);
} #posters .pagination .current a { background-color: rgba(0,0,0,.6); }



@media only screen and (min-width: 321px) and (max-width: 480px) {
	
	body { font-size: 14px; }
	
	#container { width: 100%; }
	
	#manifesto {
		float: none;
		width: 380px;
		padding: 20px;
		height: auto;
		margin: 0 0 -10px;
	}
	
	#manifesto figure { 
		width: 380px;
		position: static;
		margin-top: 20px;
	}
	
	#resources {
		float: none;
		width: 380px;
		padding: 20px;
		height: auto;
		margin: 0 0 -10px;
	}
		
	#posters { display: none; }
	
	#dialogue {
		width: 380px;
		padding: 20px;
		margin: 0 0 -10px;
	}
	
	#scroll-down {
		display: none;
	}
	
	#dialogue ul {
		margin-bottom: 30px;
	}
	
	#dialogue li {
		padding: 15px 0 10px;
		margin-bottom: 10px;
		border-bottom: 1px solid black;
		overflow: hidden;
	}
	
	#dialogue .comment-meta { 
		width: 380px;
		float: none;
		margin-right: 0;
		margin-bottom: 10px;
	}
		
	#dialogue .comment-content {
		width: 380px;
		float: none;
	}
	
	#comment-form fieldset:first-child {
		float: none; 
		width: 380px;
		margin-left: 0;
	}
	
	#comment-form input[type=text], #comment-form input[type=submit], #comment-form input[type=email] { 
		width: 370px;
	}
	
	#comment-form input[type=submit] {
		width: 380px;
	}
	
	#comment-form textarea {
		width: 370px;
	}



}

@media only screen and (max-width: 320px) {

	h1 { font-size: 20px; }
	
	body { font-size: 14px; }
	
	#container { width: 100%; }
	
	#manifesto {
		float: none;
		width: 220px;
		padding: 20px;
		height: auto;
		margin: 0 0 -10px;
	}
	
	#manifesto figure { 
		width: 220px;
		position: static;
		margin-top: 20px;
	}
	
	#resources {
		float: none;
		width: 220px;
		padding: 20px;
		height: auto;
		margin: 0 0 -10px;
	}
	
	#resources h1 { font-size: 20px; }
	
	#posters { display: none; }
	
	#dialogue {
		width: 220px;
		padding: 20px;
		margin: 0 0 -10px;
	}
	
	#scroll-down {
		display: none;
	}
	
	#dialogue ul {
		margin-bottom: 30px;
	}
	
	#dialogue li {
		padding: 15px 0 10px;
		margin-bottom: 10px;
		border-bottom: 1px solid black;
		overflow: hidden;
	}
	
	#dialogue .comment-meta { 
		width: 220px;
		float: none;
		margin-right: 0;
		margin-bottom: 10px;
	}
	
	#dialogue h1:last-of-type { font-size: 18px; }
	
	#dialogue .comment-content {
		width: 220px;
		float: none;
	}
	
	#comment-form fieldset:first-child {
		float: none; 
		width: 220px;
		margin-left: 0;
	}
	
	#comment-form input[type=text], #comment-form input[type=submit], #comment-form input[type=email] { 
		width: 210px;
	}
	
	#comment-form input[type=submit] {
		width: 220px;
	}
	
	#comment-form textarea {
		width: 210px;
	}
	
}


@media only screen and (orientation:portrait) and (min-width: 768px) {

	h1 { font-size: 42px; }
	
	body { font-size: 14px; }
	
	#container { width: 100%; }
	
	#manifesto {
		float: none;
		width: 668px;
		padding: 20px;
		height: auto;
		margin: 0 0 -10px;
	}
	
	#manifesto p { width: 500px; margin-left: 84px; }
	
	#manifesto figure { 
		width: 668px;
		position: static;
		margin-top: 20px;
	}
	
	#resources {
		float: none;
		width: 668px;
		padding: 20px;
		height: auto;
		margin: 0 0 -10px;
/* 		-webkit-column-count: 3; */
/* 		-webkit-column-gap: 20px; */
		overflow: hidden;
	}
	
	#resources div { float: left; width: 200px; margin-left: 20px; }
	
	#resources h1 { font-size: 20px; margin-top: 0; padding-top: 0; border: none; }
	




	#posters { 
	clear: both;
/* 	display: none; */
	width: 708px;
	margin: 0;
}

.students { 
	background: url(../images/texture_black2.jpg) repeat black ;
	background: url(../images/icon_white.png) 600px 32px no-repeat, url(../images/texture_black2.jpg) repeat black;
	color: white;
}
.faculty {
	background: url(../images/texture_white2.jpg) repeat white ;
	background: url(../images/icon_black.png) 600px 32px no-repeat, url(../images/texture_white2.jpg) repeat white;
}

.poster {
	position: relative;
	height: 310px;
	width: 708px;
	padding: 30px 30px 40px;
	margin: -30px;
	border-width: 30px;
	border-image: url(../images/border_large.png) 30px 30px 30px 30px stretch;
	-webkit-border-image: url(../images/border_large.png) 30 30 30 30 stretch;
	-moz-border-image: url(../images/border_large.png) 30 30 30 30 stretch;
	-ms-border-image: url(../images/border_large.png) 30 30 30 30 stretch;
	background-clip: padding-box;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	-ms-background-clip: padding-box;
	
}
	.poster h1 { 
		width: 380px;
	}

	.poster p {
		width: 280px;
	}










	
	#dialogue {
		width: 668px;
		padding: 20px;
		margin: 0 0 -50px;
	}
	
	#scroll-down {
		display: none;
	}
	
	#dialogue ul {
		margin-bottom: 30px;
	}
	
	#dialogue li {
		padding: 15px 0 10px;
		margin-bottom: 10px;
		border-bottom: 1px solid black;
		overflow: hidden;
	}
	
	#dialogue .comment-meta { 
		width: 668px;
		float: none;
		margin-right: 0;
		margin-bottom: 10px;
	}
	
	#dialogue h1 { font-size: 30px; }
	
	#dialogue .comment-content {
		width: 500px;
		float: none;
	}
	
	#comment-form fieldset:first-child {
		float: none; 
		width: 220px;
		margin-left: 0;
	}
	
	#comment-form input[type=text], #comment-form input[type=submit], #comment-form input[type=email] { 
		width: 658px;
	}
	
	#comment-form input[type=submit] {
		width: 668px;
	}
	
	#comment-form textarea {
		width: 658px;
	}


}


