/*	grough.co.uk
	CSS - Print view
	Luke Smith 2009    */

body {
        background-color: white;
	zoom: 0.8620689;
}

a, a:hover, a:visited, a:active {
        color: #222222;
        text-decoration: underline;
}

a img {
    border: 0;
}

#print-return {
        height: 20px;
        font-weight: bold;
        color: white;
        border-bottom: 3px solid #536f3e;
        padding: 10px;
        line-height: 20px;
        background: #232323;
}

#print-return a {
        color: white;
        text-decoration: underline;
}

#main #mai-container {
	width: 100%;
	margin: 0px auto;
        background: white;
        border-left: 0;
}

#main #mai-container #mai-content {
        width: 100%;
        background: white;
}

.article-container .options {
        width: 25%;
}

.article-container .byline {
        width: 70%;
}

.article-body {
        clear: both;
}

#footer {
        background: white;
        border-top: 1px solid black;
        min-height: 100px;
}

#footer #ftr-main {
        color: black;
}
