@charset "UTF-8";
/* CSS Document */

html, 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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
	
	
	
/********** PAGE STYLES ***********/	
	
html {
	margin:0;
	padding:0;
	height:100%;
}

body {
	height:100%;
	margin:0;
	padding:0;
	font-size:100%;
}

.clear {
	clear:both;
}

.clearleft {
	clear:left;
	float:right;
}

.clearright {
	clear:right;
	position:absolute;
}

a:link {
	text-decoration:none;
}

/********** DESKTOP ***********/	

.left {
	position:absolute;
	left:0px;
	width:28%;
	margin-left:8%;
}

.right {
	position:absolute;
	right:0px;
	width:54%;
	margin-right:10%;
}

.leftsidebar {
	background:url(../images/l_sidebar.png);
	background-size:100%;
	width:6%;
	min-height:100%;
	float:left;
	position:fixed;
	bottom:0px;
	margin-right:2%;
	clear:both;
}

.rightsidebar {
	background:url(../images/r_sidebar.png);
	background-size:100%;
	width:6%;
	min-height:100%;
	position:fixed;
	bottom:0px;
	right:0px;
	margin-left:2%;
	clear:both;
}

/********** HEADERS ***********/	
	
h1 {
	width:100%;
}

h1 img {
	width:90%;
	height:auto;
	margin:5% 5% 5% 0;
}

h2 {
	font-family: 'Oswald', sans-serif;
	font-weight:400;
	color:#c21c76;
	font-size:350%;
	margin:1% 4% 3% 3%;
	text-transform:uppercase;
}

h2 span.nine {
	font-size:90%;
}

h2 span.eight {
	font-size:80%;
}

h2 span.seven {
	font-size:70%;
}

h2 span.six {
	font-size:60%;
}

.white {
	color:#ffffff;
}

h3 {
	font-family: 'Oswald', sans-serif;
	font-weight:400;
	font-size:140%;
	color:#545454;
	margin:2%;
}

h4 {
	font-family: 'Oswald', sans-serif;
	font-weight:400;
	font-size:140%;
	color:#545454;
	margin:0 4% 2% 4%;
}

h5 {
	font-family: 'Oswald', sans-serif;
	font-weight:400;
	margin:0 auto 2% 4%;
	font-size:140%;
}

h5 a:link,
h5 a:visited {
	color:#545454;
	text-decoration:none;
}

h5 a:hover,
h5 a:active {
	color:#545454;
	text-decoration:underline;
}

/********** GENERAL ***********/	
	
.container {
	width:100%;
	position:relative;
}

p {
	color:#5a5a5a;
	font-size:125%;
	line-height:160%;
	margin:0 4% 2% 4%;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
}

p strong {
	font-weight:800;
}

p.intro {
	font-size:150%;
	line-height:180%;
	margin-top:3%;
}

.hanging {
	hanging-punctuation:start;
	text-indent:-0.3em;
}

p a.notes {
	font-weight:700;
	font-size:69%;
	vertical-align:baseline;
	position:relative;
	top:-0.4em;
	padding:0 0 0 0.2em;
	letter-spacing:-0.2em;
}

p a.notes:link,
p a.notes:visited,
p a.notes:hover,
p a.notes:active {
	color:#c21c76;
	text-decoration:underline;
}

p.reference {
	font-size:90%;
	border-top:1px solid #c21c76;
	margin-top:5%;
	padding-top:2%;
}

p.byline {
	font-size:80%;
	color:#c21c76;
	font-weight:800;
	margin:6% auto 1% 4%;
}

p.publication {
	font-size:80%;
	color:#c21c76;
	margin:0 auto 6% 4%;
}

a:link,
a:visited {
	color:#c21c76;
}

a:hover,
a:active {
	color:#9e9e9e;
	text-decoration:underline;
}

.italics {
	font-style:italic;
	padding:0 0.1em 0 0;
}

p.caption {
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	font-size:61%;
	color:#b3b3b3;
	float:right;
	text-align:right;
	margin:1% 0 4% 2%;
}

blockquote {
	font-family: 'Oswald', sans-serif;
	font-weight:400;
	font-size:130%;
	line-height:185%;
	width:40%;
	color:#94a6a9;
	border-right:5px #94a6a9 solid;
	padding:0 2% 0 0;
	margin:0 3% 3% -10%;
	float:left;
}

.date {
	color:#202020;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	font-size:70%;
	margin:0 auto 6% 0;
}

ol {
	color:#5a5a5a;
	font-size:110%;
	line-height:149%;
	margin:0 4% 3% 9%;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	list-style-type:decimal;
}

p.tags {
	font-size:70%;
	color:#b3b3b3;
	margin:5% 4% 8% 4%;
}

p.quote {
	color:#818181;
	font-style:italic;
	margin:0 10% 2% 10%;
	font-size:115%;
	line-height:150%;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
}

/********** HOMEPAGE ***********/	

.secondnews {
	margin:0;
	border-top:1px solid #c21c76;
	padding:3% 0 2% 0;
	clear:both;
	float:left;
}

.secondnewsleft {
	float:left;
	width:16%;
}

.secondnewsleft img {
	height:95%;
	width:95%;
}

.secondnewsright {
	float:right;
	width:84%;
}

.secondnewsp {
	font-size:85%;
	margin:0 auto 1% 4%;
	font-style:italic;
}

.secondnewsauth {
	font-size:80%;
	color:#c21c76;
	font-weight:800;
	margin:1% auto 1% 4%;
}

.secondnewspub {
	font-size:80%;
	color:#c21c76;
	margin:0 auto 2% 4%;
}

.readmore {
	font-family: 'Open Sans', sans-serif;
	font-weight:800;
	font-size:103%;
	text-transform:uppercase;
	color:#545454;
	font-style:normal;
}

.readmore a:link,
.readmore a:visited {
	color:#545454 !important;
}

.readmore a:hover,
.readmore a:active {
	color:#9e9e9e;
	text-decoration:underline;
}



/********** FORMS ***********/	

.search {
	margin:2% 8% 2% 0;
	width:85%;
	border:3px solid #f3f3f3;
	padding:0;	
}

.search input {
	width:100%;
	background:#f3f3f3 url(../images/magnifying_glass.png) no-repeat 2%;
	background-size:contain;
	border:none;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	color:#c3c3c3;
	font-style:italic;
	font-size:77%;
	padding:1% 0 1% 12%;
	margin:0;
}

.forms {
	margin:2% 8% 2% 0;
	width:100%;
}

.forms input {
	margin:1% 4% 4% 2%;
	width:90%;
	font-size:100%;
	background:#f3f3f3;
	border:3px solid #f3f3f3;
}

.forms textarea {
	margin:1% 4% 4% 2%;
	width:90%;
	background:#f3f3f3;
	border:3px solid #f3f3f3;
}

.forms label {
	color:#5a5a5a;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	font-size:90%;
	line-height:128%;
	margin:2%;
}

#submit_button {
	width:20%;
	background-color:#c21c76;
	color:#ffffff;
	border:3px solid #c21c76;
}

.commentarea {
	margin-bottom:8%;
}

#postComment {
    display:none;
}

.comment {
	font-family: 'Open Sans', sans-serif;
	font-weight:700;
	text-decoration:none;
	margin:1% 4% 8% 4%;
}

.donate {
	font-family: 'Oswald', sans-serif;
	font-weight:400;
	font-size:91%;
	color:#FFF;
	margin-top:5%;
	margin-left:-2%;
	text-transform:uppercase;
	background-color:#c21c76;
	height:3%;
	padding:2% 8% 2% 2%;
	border:none;
	background-image:url(../images/donate.png);
	background-position:right;
	background-position-x:calc(100% - 7px);
	background-size:0.9em;
	background-repeat:no-repeat;
	transition:background-color 0.5s ease;
}

.donate:hover {
	background-color:#545454;
	cursor:pointer;
}


/********** NAVIGATION ***********/	

.nav {
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	font-size:129%;
	margin:8% 4% 2% 0;
}

.nav li {
	margin:6% 0 2% 0;
}

.nav a:link,
.nav a:visited {
	color:#c21c76;
}

.nav a:hover,
.nav a:active {
	color:#545454;
	text-decoration:none;
}

.lower {
	font-family: 'Oswald', sans-serif;
	font-weight:400;
	font-size:87%;
	padding-top:6%;
}

.lower a {
	margin-top:5%;
	margin-left:-2%;
	background-color:transparent;
	padding:1% 2% 1% 2%;
	border:none;
	background-position:right;
	background-position-x:calc(100% - 4px);
	background-size:1em;
	background-repeat:no-repeat;
	transition:background-color 0.5s ease;
}

.lower a:link {
	color:#545454;
}

.lower a:hover {
	background-color:#545454;
	cursor:pointer;
	text-decoration:none;
	color:#ffffff;
}

.lower ul li a img {
	margin:2% 0 0 3%;
	height:0.9em;
	padding:1%;
	background-color:#545454;
}

.footer {
	padding-top:3%;
	font-family: 'Oswald', sans-serif;
	font-weight:400;
	font-size:87%;
}

.footer a:link,
.footer a:visited {
	color:#9e9e9e;
}

.footer a:hover,
.footer a:active {
	color:#c21c76;
	text-decoration:none;
}

.footer ul li a img {
	margin-left:3%;
	height:5%;
	background-color:#9e9e9e;
}

.footer ul li a img:hover {
	background-color:#c21c76;
}

.mobilefooter {
	visibility:hidden;
	display:none;
}


/********** EDITORIAL IMAGES ***********/	
	
.editorial {
	width:auto;
	height:50%;
	padding:30% 1% 1% 1%;
	background-size:cover;
}

.editorial img {
	max-height:100%;
	max-width:100%;
	margin:1% 0 3% 0;
}

.monteiro {background-image:url(../images/editorial/monteiro_rally.jpg);}
.reparations {background-image:url(../images/editorial/aarondouglas.jpg);}
.whitevolume {background-image:url(../images/editorial/melissamoore.jpg);}
.foodnotbombs {background-image:url(../images/editorial/foodnotbombs.jpg);}
.gradschool {background-image:url(../images/editorial/munch_workers.jpg);}
.torture {background-image:url(../images/editorial/torture.jpg);}
.archives {background-image:url(../images/editorial/archives.jpg);}


/********** FANCYBOX ***********/	
	
.fancybox-custom .fancybox-skin {
	box-shadow: 0 0 50px #222;
}

.fancybox-size {
	width:600px;
	display:none;
}

p.fancy {
	font-size:90%;
	line-height:128%;
	margin:2%;
}

/********************* CALENDAR *********************/

.gCalFlow {
	position: relative;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	font-size:77%;
	color:#545454;
	margin:2%;
	line-height:115%;
	float: left;
	overflow: hidden;
	text-decoration: none;
	height:auto;
	min-height:100%;
}
.gCalFlow a, .gCalFlow a:visited, .gCalFlow a:hover {
    color:#c21c76;
    background-color:transparent;
    text-decoration:none;
	font-weight:800; }
.gCalFlow a:hover {
	color:#545454;
	font-weight:800; }
.gCalFlow .gcf-header-block {
    padding:0 0 1% 0;
	font-size:110%; }
.gCalFlow .gcf-title-block {
    font-weight:800; }
.gCalFlow .gcf-last-update-block {
    font-size:83%;
    text-align:right;
    bottom:0;
    right:0;
	width:100%;
    position:absolute;
	color:#9e9e9e; }
.gCalFlow .gcf-item-container-block {
    position:relative;
	height:auto; }
.gCalFlow .gcf-item-block {
    border-top:1px solid #c21c76;
    padding:1% 0 1% 0;
	margin:0 0 1% 0;
	float:left;
	width:100%;
	min-height:100%; }
.gCalFlow .gcf-item-description {
	clear:both;
	height:100%;
	min-height:100%;
	float:left;
}
.gCalFlow .gcf-item-location {
	font-weight:800;
}
.gCalFlow .gcf-item-date-block {
    font-size:86%;
    font-weight:800; }
.gCalFlow .gcf-item-body-block {
    font-size: 80%;
    font-color: #999;
    max-height: 2.45em; }