/*
Theme Name: MAS Context 2012
Theme URI: http://mascontext.com/
Description: This a custom theme built for MAS Context designed by Plural.
Author: Derek S. Moore
Version: 1.0
*/

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, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, header, section, footer, article, details { margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline;}
/* remember to define focus styles! */
:focus { outline: 0; }
body { line-height: 1; color: black; background: white; }
ol, ul { list-style: none; }
/* tables still need 'cellspacing="0"' in the markup */
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: "" ""; }
.aligncenter, img.aligncenter { clear: both; display: block; margin-left: auto; margin-right: auto; }

blockquote { margin-left: 10px; margin-right: 10px; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline; text-align:justify}

iframe {
	width:100%;
	margin: 0 auto 0 auto 0;
	background-color:#FFF;
}

/*--- HTML5 -----*/
header, nav, details, section, aside, footer{display: block;}

body{ margin: 0; padding: 0 10px 10px 10px; font:62.5% 'Helvetica', Arial, Verdana Sans-Serif; background:#fff;}
body, html{
	-webkit-font-smoothing: antialiased;
	height: 95%;
}
#wrapper{
	margin: 0 auto;
	padding: 0 10px 10px 10px;
}

/*------ Header -----*/
header{
	position: fixed;
	width: 100%;
	height: 45px;
	margin: 0 -13px;
	padding: 10px 0 0 0;
	background: #fff;
	z-index: 100;
}
header .content{
	width: 999px;
	height: 45px;
	margin: 0 auto;
	border-bottom: 1px dotted #ccc;
}
header #logo{
	float: left;
	width: 143px;
	height: 40px;
	margin-right: 10px;
	background: url(images/logo-mas-context.png) no-repeat;
}

/*------ Nav -----*/
header nav ul li{
	float: left;
}
	/*--- Pages Nav ---*/
	nav#pages ul{
		width: 685px;
		float: left;
		border-right: 1px dotted #ccc;
	}
	nav#pages ul li{
		margin-bottom: 1px;
		border-left: 1px dotted #ccc;
	}
	nav#pages ul li:last-child{
		/*border-right: 1px dotted #ccc;*/
	}
	nav#pages ul li a{
		display: block;
		width: 160px;
		height: 13px;
		padding: 4px 0;
		margin: 0 5px;
		color: #000;
		font-weight: bold;
		font-size: 10px;
		letter-spacing: 4px;
		text-decoration: none;
		border-top: 1px dotted #ccc;
	}
	nav#pages ul li a:hover, nav#pages ul li a.here{
		border-top: 4px solid #000;		
		margin-top: 1px;
		padding-top: 0;
	}
	nav#pages ul li a.about{
		/*border-bottom: 1px dotted #ccc;*/
	}

	/*--- News ---*/
	nav#pages ul li a.news:hover, nav#pages ul li a.news.here{
		border-top: 4px solid rgb(0, 216, 0);		
		color: rgb(0, 216, 0);
	}

	/*--- Issues, Contributors & Submit ---*/
	nav#pages ul li a.issue:hover, nav#pages ul li a.issue.here, nav#pages ul li a.contributors:hover, nav#pages ul li a.contributors.here, nav#pages ul li a.submit:hover, nav#pages ul li a.submit.here, nav#pages ul li a.purchase:hover, nav#pages ul li a.purchase.here{
		border-top: 4px solid rgb(255, 0, 0);		
		color: rgb(255, 0, 0);
	}

	/*--- Events ---*/
	nav#pages ul li a.events:hover, nav#pages ul li a.events.here{
		border-top: 4px solid rgb(84, 115, 255);		
		color: rgb(84, 115, 255);
	}

 	
	/*--- Connect Nav ---*/
	nav#connect{
		float: left;
		width: 154px;
		margin-top: -4px;
		padding-left: 3px;
	}
	nav#connect .social li a{
		display: block;
		width: 21px;
		height: 21px;
		background: url(images/icons-social.gif);
		text-indent: -9999px; 
		-moz-transition: all .2s linear;
		-webkit-transition: all .2s linear;
	}
	nav#connect .social li a:hover{
		opacity: .5;
	}
	nav#connect .social li a.twitter{
		background-position: top 0;	
	}
	nav#connect .social li a.pinterest{
		background-position: -23px 0;	
	}
	nav#connect .social li a.rss{
		background-position: -46px 0;	
	}	
	nav#connect .social li a.subscribe{
		background-position: -68px 0;
		width: 87px;	
	}
	nav#connect .social li a.MAS{
		background-position: -90px 0;	
	}
	nav#connect .social li a.MM{
		background-position: -112px 0;	
	}
	nav#connect .social li a.ST{
		background-position: -133px 0;	
	}
	nav#connect ul li{
		margin: 0 1px 0 0;	
	}
	nav#connect input{
		width: 100%;
		height: 21px;
		border: none;
		letter-spacing: 2px;
		color: rgb(128, 130, 133);
		border-top: 1px dotted #ccc;
		margin-top: 3px;
	}

/*------ Page -----*/
#page{
	width: 1005px;
	height: 100%;
	margin: 0 auto;
	padding: 65px 0 0 0;
}
#page aside h1{
	font-size: 10px;
	font-weight: bold;
	letter-spacing: 4px;
	text-align: center;
	border-top: 3px solid #000;
	margin: 0 5px 8px 0;
	padding: 4px 0 0 0;
}
#page aside section{
	margin-bottom: 10px;
}

/*--- Aside One ---*/
aside.one{
	float: left;
	width: 153px;
	min-height: 700px;
	height: 100%;
	margin: 0 0 0 0;
}

/*--- Latest News ---*/
aside.one #latest-news{
	margin: 0 0 0 0;
}
aside.one #latest-news h1{
	margin: 0 5px 7px 0;
	color: rgb(0, 216, 0);
	border-color: rgb(0, 216, 0);
}
aside.one #latest-news li a{
	display: block;
	width: 148px;
	padding: 10px 0 10px 0;
	text-align: center;
	font-size: 12px;
	text-decoration: none;
	color: rgb(128, 130, 133);
	border-top: 2px dotted #ccc;
}
aside.one #latest-news li a:hover{
	border-top: 2px dotted rgb(0, 216, 0);
	color: rgb(0, 216, 0);
}

/*--- Dialogues ---*/
aside.one #dialogues{
	margin: 15px 0 20px 0;
}
aside.one #dialogues h1{
	margin: -10px 5px 7px 0;
	color: red;
	border-color: red;
}
aside.one #dialogues li a{
	display: block;
	width: 148px;
	padding: 10px 0 10px 0;
	text-align: center;
	font-size: 12px;
	text-decoration: none;
	color: rgb(128, 130, 133);
	border-top: 2px dotted #ccc;
}
aside.one #dialogues li a:hover{
	border-top: 2px dotted red;
	color: red;
}

/*--- In Context ---*/
aside.one #in-context{
	margin: 5 0 0 0;
}
aside.one #in-context h1{
	margin: -10px 5px 7px 0;
	color: red;
	border-color: red;
}
aside.one #in-context li a{
	display: block;
	width: 148px;
	padding: 10px 0 10px 0;
	text-align: center;
	font-size: 12px;
	text-decoration: none;
	color: rgb(128, 130, 133);
	border-top: 2px dotted #ccc;
}
aside.one #in-context li a:hover{
	border-top: 2px dotted red;
	color: red;
}


/*--- Twitter ---*/
aside.one .twitter{
	margin-bottom: 30px;
}
aside.one .twitter h1{
	color: rgb(68, 200, 245) !important;
	border-color: rgb(68, 200, 245) !important;
	margin: 10px 0 5px 0 !important;
}
aside.one .twitter p{
	display: block;
	width: 140px;
	word-wrap: break-word;
}
aside.one .twitter a{
	color: rgb(68, 200, 245);
}

aside.one .twitter li{
	display: block;
	width: 148px;
	padding: 10px 0 10px 0;
	text-align: left;
	font-size: 10px;
	text-decoration: none;
	color: rgb(128, 130, 133);
	border-top: 2px dotted #ccc;
}

/*--- Events ---*/
aside.one .events-grid h1, .events aside.two h1{
	color: rgb(84, 115, 255);
	border-color: rgb(84, 115, 255) !important;
	margin: 10px 0 0 0 !important;
}
.events-grid ul li{
	margin: 0 10px 0 10px !important;
	display: inline;
}
.events-grid ul li a{
	display: block;
	width: 148px;
	height: 107px;
	margin: 0 0 10px 0;
	text-align: center;
	color: #fff;
	overflow: hidden;
}

.events-grid ul li a img{
	position: relative;
	width: 148px;
	height: 107px;
	float:left !important;
}
.events-grid ul li a h3{	
	opacity: 0;
	position: absolute;
	padding: 25px 0 0 0;
	z-index: 10;
	width: 148px;
	height: 83px;
	font-size: 12px;
	background: rgba(84, 115, 255, .6);
	-moz-transition: all .2s linear;
	-webkit-transition: all .2s linear;
}
.events-list li a{	
	text-align: center;
	font-size: 12px;
	color: rgb(128, 130, 133);
	border-top: 2px dotted #ccc;
	padding: 10px 0 10px 0;
}
.events-grid ul li a:hover h3{
	opacity: 1;
}
article.content .events-grid ul{
	margin-left: 5px;
}
article.content .events-grid ul li{
	float: left;
	margin: 0 19px 0 0;
}
.events aside.two{
	width: 153px;
}

/*--- Post Navigation ---*/
.post-navigation{
	height: 30px;
	margin: 15px 0 0;
	padding: 9px 0 0 0;
	font-size: 15px;
	text-align: center;
	letter-spacing: 2px;
	color: rgb(128, 130, 133);
	border-top: 2px dotted rgb(128, 130, 133);
}
.post-navigation a{
	color: rgb(128, 130, 133);
	text-decoration: none;
}

/*--- Archive ---*/
aside.one #archive h1{
	border-top: 3px solid rgb(0, 216, 0);
	color: rgb(0, 216, 0);
}
aside.one #archive li a{
	display: block;
	width: 146px;
	padding: 10px 0 10px 0;
	text-align: center;
	font-size: 12px;
	text-decoration: none;
	color: rgb(128, 130, 133);
	border-top: 2px dotted #ccc;
}
aside.one #archive li a:hover{
	border-top: 2px dotted rgb(0, 216, 0);
	color: rgb(0, 216, 0);
}

/*--- Support ---*/
aside.one a.logo-driehaus{
	width: 148px;
	height: 29px;
	margin-bottom: 10px;
	background: url(images/driehauslogo.jpg);
}

/*--- Contact ---*/
.contact ul{
	margin-bottom: 25px;
}
.contact ul li{
	margin: 13px 5px 0 0;
	padding: 9px 0 0 0;
	text-align: center;
	border-top: 2px dotted #ccc;
	font-size: 12px;
	line-height: 16px;
}
.contact ul li a{
	color: #000;
	border-bottom: 2px solid #ccc;
	text-decoration: none;
}
.contact ul li a:hover{
	border-bottom: none;
}
.contact ul li strong{
	display: block;
	font-weight: normal;
	color: rgb(128, 130, 133);
}

	/*--- Article/Content ---*/
	article.content{
		float: left;
		width: 684px;
		min-height: 700px;
		border-left: 1px dotted #ccc;
		border-right: 1px dotted #ccc;
	}
	article.content hr[noshade=noshade]{
		display: none;
	}
	article.content.list{
		width: 684px;
		min-height: 700px;
		height: 100%;
		border-left: 1px dotted #ccc;
	}

	article.content h1, article.content h2.title{
		font-size: 18px;
		letter-spacing: 4px;
		text-align: center;
		margin: 0 5px 8px;
		padding: 0 0 0 0;
		border-top: 3px solid rgb(0, 0, 0);
	}
	article.content.main h1{
		color: rgb(255, 0, 0);
		border-top: 3px solid rgb(255, 0, 0);
	}
	article.content section.intro{
		margin: 0 7px;
	}
	article.content .donate_left{
		width: 327px;
		height: 60px;
		display: inline;
		margin: 0px 7px;
		float: left;
		font-size: 14px;
	}
	article.content .donate_left form{
		max-height: 60px;
		display:inline;
	}
	article.content .donate_right{
		width: 327px;
		height: 60px;
		display: inline;
		margin: 0px 7px;
		float: right;
		font-size: 14px;
	}
	article.content .latest-issue{
		position: absolute;
		width: 66px;
		height: 42px;
		margin: 3px;
		padding: 24px 0 0 0;
		background: #fff;
		border: 2px solid red;
		border-radius: 100px;
		text-align: center;
		font-size: 11px;
		font-weight: bold;
		letter-spacing: 4px;
	}
	article.content .engage{
		margin-left: 5px;
		margin-top: 10px;	
	}
	article.content .engage a{
		font-size:14px;
		color:#F00;
		text-decoration:none;
		
	}
	article.content p{
		margin: 10px 7px 10px;
		font-size: 14px;
		line-height: 20px;
		clear: both;
	}
	article.content a{
		color: rgb(128, 130, 133);
	}
	article.content a:hover{
		text-decoration: none;
	}
	img.attachment-full.wp-post-image{
		width: 100%;
		height: auto;
	}

	article.content ol li a{
		display: block;
		text-decoration: none;
		padding: 5px 5px;
		color: rgb(128, 130, 133);
		font-size: 12px;
		text-align: center;
		-webkit-transition: all .3s linear;
		-moz-transition: all .3s linear;
	}
	article.content ol li a strong{
		display: block;
		font-size: 15px;
		letter-spacing: 4px;
		border-top: 2px dotted #ccc;
		color: #000;
		font-weight: normal;		
		text-align: center;
		margin-bottom: -10px;
		padding-top: 5px;
	}
	article.content ol li a:hover{
		color: rgb(255, 0, 0);
	}
	article.content ol li a:hover strong{
		border-top: 2px dotted rgb(255, 0, 0);
		color: rgb(255, 0, 0);
	}

	.wp-caption img{
		position: relative;
		z-index: 0;
		margin-left:auto !important;
		margin-right:auto !important;
		width:100%;
	}
	.wp-caption-text{
		margin: -23px auto auto auto !important;
		position: absolute;
		background: #000;
		color: #fff;
		font-size: 11px !important;
		padding: 0px 5px !important;
		width:auto;
	}
	
/*--- main grid ---*/
	
article.content section.grid ul li{
	margin: 0 10px 0 10px !important;
	display: inline;
}

article.content section.grid ul li a{
	display: block;
	width: 317px;
	height: 211px;
	margin: 0 0 10px 0;
	text-align: center;
	color: #fff;
	overflow: hidden;
}

article.content section.grid ul li a img{
	position: relative;
	width: 317px;
	height: 211px;
	float:left !important;
}
article.content section.grid ul li a h3{	
	opacity: 0;
	position: absolute;
	padding: 20px 5px 0 5px;
	z-index: 10;
	width: 307px;
	height: 191px;
	font-size: 15px;
	background: rgba(255, 0, 0, .6);
	-moz-transition: all .2s linear;
	-webkit-transition: all .2s linear;
}
article.content section.grid ul li a h3 p{	
	font-size: 12px;
}
article.content section.grid ul li a{	
	text-align: center;
	font-size: 12px;
	color: rgb(255, 255, 255);
	border-top: 2px dotted #ccc;
	padding: 10px 0 10px 0;
}
article.content section.grid ul li a:hover h3{
	opacity: 1;
}
article.content section.grid ul{
	margin-left: 5px;
}
article.content section.grid ul li{
	float: left;
	margin: 0 19px 0 0;
}
	
/*--- Issues ---*/
	article.content.issues ul{
		float:left !important;
		width:686px;
		margin: 0;
	}
	article.content.issues ul li{
		margin: 7px 7px;
		list-style-type:none;
		display: inline-block;
		
	}
	article.content.issues ul li a img{
		width: 155px;
		height: auto;
	}

/*--- Purchase ---*/
	article.content.purchase ul{
		float:left !important;
		width:686px;
		margin: 0px;
	}
	article.content.purchase ul li{
		margin: 7px 7px;
		list-style-type:none;
		display: inline-block;
	}
	article.content.purchase ul li a img{
		width: 327px;
		height: 218px;
	}
	article.content.purchase ul li p{
	margin: 7px 0px;
	font-size: 14px;
	text-align: center;
	}

/*--- Aside Two ---*/
aside.two{
	float: left;
	width: 160px;
	min-height: 700px;
	height: 100%;
	margin-left: 5px;
}

/*--- Contributor Sort ---*/
aside.one .contributor-sort{
	padding-right: 0px;
}
aside.one .contributor-sort a{
	line-height: 16px;
	font-size: 12px;
	color: rgb(128, 130, 133);
}


/*--- Staff ---*/
aside.two .staff ul li h3{
	color: rgb(128, 130, 133);
}
aside.two .staff ul li{
	margin: 13px 5px 0 0;
	padding: 9px 0 0 0;
	text-align: center;	
	border-top: 2px dotted #ccc;
	font-size: 12px;
	line-height: 16px;
}
aside.two{
	float: left;
	width: 153px;
	min-height: 700px;
	height: 100%;
}
aside.two h1{
	margin: 0 !important;
}
aside.two .issues h1{
	border-top: 2px dotted rgb(255, 0, 0);
	color: rgb(255, 0, 0);
}
aside.two .issues ul{
	margin-top: 10px;
}
aside.two .issues ul li a{
	display: block;
	width: 133px;
	margin: 0;
	padding: 10px;
	text-align: center;
	text-decoration: none;
	border: none;
	border-top: 2px dotted #ccc;
	color: rgb(128, 130, 133);
	letter-spacing: 2px;
}
aside.two .issues ul li a:hover{
	border-top: 2px dotted rgb(255, 0, 0);
	color: rgb(255, 0, 0);
}
aside.two .issues ul li a img{
	width: 67px;
	height: auto;
	display: block;
	margin: 7px auto 0;
}

/*--- Event Categories ---*/
aside.one ul.event-categories{
	margin-top: 10px;
}
aside.one ul.event-categories li a{
	display: block;
	margin: 0 5px;
	padding: 10px;
	text-align: center;
	text-decoration: none;
	border: none;
	border-top: 2px dotted #ccc;
	color: rgb(128, 130, 133);
	letter-spacing: 2px;
}
aside.one ul.event-categories li a:hover{
	border-top: 2px dotted #5473FF;
	color: #5473FF;
}

/*------ Section Colors ------*/
#page.red aside h1, #page.red article.content h1, #page.red article.content h2{
	color: rgb(255, 0, 0);
	border-color: rgb(255, 0, 0);
}

/*--- Submit Fix ---*/
#page.submit.red aside.one h1{
	color: rgb(0, 0, 0);
	border-color: rgb(0, 0, 0);
}
#page.green aside h1, #page.green article.content h1, #page.green article.content h2{
	color: #00D800;
	border-color: #00D800;
}
#page.main aside.one .events-grid h1, #page.blue aside h1, #page.blue article.content h1, #page.blue article.content h2{
	color: #5473FF;
	border-color: #5473FF;
}
#page.main aside.two h1{
	color: rgb(255, 0, 0);
	border-color: rgb(255, 0, 0);
}
#page.blue aside.two h1, #page.green aside.two h1{
	color: rgb(255, 0 ,0);
	border-color: rgb(255, 0 ,0) !important;
}
#page.blue aside.two, #page.green aside.two{
	color: rgb(255, 0 ,0);
	border-color: rgb(255, 0 ,0) !important;
}


/*--------- Common Styles --------*/
.ir{ display: block; text-indent: -9999px; background-repeat: no-repeat;}

/*--------- Current Issues - added by MAS Studio----------*/
aside.one #current-issue h1{
	border-top: 3px solid red;
	color: rgb(255, 0, 0);
}
aside.one #current-issue ul{
	margin-top: 10px;
}
aside.one #current-issue ul li a{
	display: block;
	width: 128px;
	margin: 0 0px;
	padding: 10px;
	text-align: center;
	text-decoration: none;
	border: none;
	border-top: 2px dotted #ccc;
	color: rgb(128, 130, 133);
	letter-spacing: 2px;
}
aside.one #current-issue ul li a:hover{
	border-top: 2px dotted rgb(255, 0, 0);
	color: rgb(255, 0, 0);
}
aside.one #current-issue ul li a img{
	width: 67px;
	height: auto;
	display: block;
	margin: 7px auto 0;
}
aside.one #current-issue ul li div a{
	display: block;
	width: 128px;
	margin: 0 0px;
	padding: 0px 10px 10px;
	text-align: center;
	text-decoration: none;
	border: none;
	color: rgb(128, 130, 133);
	letter-spacing: 2px;
	font-size:10px !important;
}
aside.one #current-issue ul li div a:hover{
	border-top: none !important;	
	}
/*--------- Comments - added by MAS Studio----------*/
article.content h4.comments{
		margin: 10px 7px 10px;
		font-size: 14px;
		line-height: 20px;
		clear: both;
		border-top: 2px dotted #ccc;
		font-weight:bold;
}
article.content h4.comments br {
  display: none;
}
article.content ol.commentlist {
	margin-top: 10px;
}
article.content ol.commentlist li{
	margin: 20px 7px 0px 7px;
	border-top: 2px dotted #ccc;
	display:block;
}
cite.fn{
	display: inline;
	margin-left: 0px;
	padding: 0px !important;
	text-align: left;
	text-decoration: none;
	border: none;

	font-size:14px;
	line-height: 16px;
	font-weight:bold;
	
}
article.content ol.commentlist li div a{
	display: inline;
	margin-left: 0px;
	padding: 0px !important;
	text-align: left;
	text-decoration: none;
	border: none;
	color: rgb(128, 130, 133);
	font-size:14px;
	line-height: 16px;
}
div.reply{
	display: inline;
	margin-left: 20px;
	padding: 0px !important;
	text-align: left;
	text-decoration: none;
	border: none;
	color: rgb(128, 130, 133);
	font-size:14px;
	line-height: 16px;
}
article.content ol.commentlist li div div span{
	display:none;
}
article.content ol.commentlist li p{
	display: block;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 5px !important;
	margin-top:5px !important;
	padding: 0px !important;
	text-align: left;
	text-decoration: none;
	border: none;
	font-size:14px;
	line-height: 16px;
}
article.content #respond h3{
		margin: 10px 7px 10px;
		font-size: 14px;
		line-height: 20px;
		clear: both;
		border-top: 2px dotted #ccc;
		font-weight:bold;
		color:rgb(128, 130, 133);
}
article.content #respond form p.comment-form-author{
	display: inline-block;
	width:auto;
	margin-right: 0px !important;
}
article.content #respond form p.comment-form-author input{
	display: inline;
	width:274px;
	margin-left: 5px;
}
article.content #respond form p.comment-form-email{
	display: inline-block;
	width:auto;
	margin-left: 4px !important;
}
article.content #respond form p.comment-form-email input{
	display: inline;
	width:274px;
	margin-left: 5px;
}
article.content #respond form p.comment-form-url{
	display: inline-block;
	width:auto;
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}
article.content #respond form p.comment-form-url input{
	display: inline;
	width:604px;
	margin-left: 5px;
}
article.content #respond form p.comment-form-comment label{
	display:block;
}
article.content em{
	font-style:italic
}

article.content #respond form p.comment-form-comment textarea{
	display:block;
	width:668px !important;
	margin: 0px !important;
	padding: 0px !important;
}
article.content #respond form p.form-allowed-tags{
	display: inline-block;
	width:auto;
	margin-top: 0px !important;
	margin-bottom: 0px !important;
	font-size:10px;
	line-height:12px;
}
article.content p.caption{
	font-size:10px;
	line-height:10px;
	margin-top:-10px;
}

/*--- Archive Events---*/
#page.blue one #archive h1{
	border-top: 3px solid #5473FF !important;
	color: #5473FF !important;
}
#page.blue aside.one #archive li a{
	display: block;
	width: 146px;
	padding: 10px 0 10px 0;
	text-align: center;
	font-size: 12px;
	text-decoration: none;
	color: rgb(128, 130, 133);
	border-top: 2px dotted #ccc;
}
#page.blue aside.one #archive li a:hover{
	border-top: 2px dotted #5473FF !important;
	color: #5473FF !important; 
}

/*--- Archive red---*/
#page.red one #archive h1{
	border-top: 3px solid red !important;
	color: red !important;
}
#page.red aside.one #archive li a{
	display: block;
	width: 146px;
	padding: 10px 0 10px 0;
	text-align: center;
	font-size: 12px;
	text-decoration: none;
	color: rgb(128, 130, 133);
	border-top: 2px dotted #ccc;
}
#page.red aside.one #archive li a:hover{
	border-top: 2px dotted red !important;
	color: red !important; 
}
