/* 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
This is the alternate stylesheet...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/
/* 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
General divs
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/
body {
background: #000 url(http://www.blogic.ca/images/grid.png1) repeat-y top center;
color:#eee;
}
#wrap{
background: #000 url(http://www.blogic.ca/images/grid.png1) repeat-y top center;
}
#mediation-description-box{
border: 1px solid #555;
background:#212121;  
}
#content{
color:#ddd;
} 
.comments{
border: 1px solid #555;
padding:1em;
}
/*
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Headings H1-H6 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/
h1, h2, h3, h4, h5, h6{
color:#eee !important;
}
.comments h2{ 
margin-top:-1em;
background:#000;
float:left;
padding:5px;
}
/* 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Paragraphs 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/
blockquote{ 
border-top:1px dotted #555;
border-bottom:1px dotted #555;
margin:auto 2em;
}
/* 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Links 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/
a {
border-bottom: 1px solid #9F2727;   
color:#9F2727;
}
#masthead a{
color:#8F0000 !important;
}
.comment-id{
border: 0;   
color:#ddd;
}
a:hover,
#nav a:hover{
border-bottom: 1px dotted #650000;
}
a.image,
a.image:hover,
a.comment-id{
border:0;
}
/* 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Lists and Navigation 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/
.mediations-feeds li{
background: #000 url(http://www.northwestdivision.com/images/rss-icon.gif) no-repeat 0px 1px;
}
/* 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Form Elements
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/
input,
textarea,
.submit,
.preview{
border: 1px solid #555;
background:#212121;  
color:#ddd;
}
