/* 
    Document   : printthis
    Created on : Mar 31, 2011, 1:40:10 PM
    Author     : Scott Hair
    Description:
        Stylesheet for the print page.
*/

/* 
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

.print-this-body {
	font-family: georgia, serif;
	font-size: 13px;
	color: #000;
	font-style:italic;
	text-align:center;
}

.Center {
	margin: 0px auto 0px auto;
}

#Outline {
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	border: 0px solid #000000;
}

#BlogTitle {
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 5px;
}

#BlogDate {
	margin-top: 5px;
	margin-bottom: 10px;
}

#BlogContent {
	padding: 10px;
	margin-top: 10px;
}

hr.Divider {
	width: 100%;
	height: 1px;
	color: #999;
	background:#999;
}

#print-disclaimer {
        text-align: center;
}

#print-link {
        text-align: center;
        margin-right: 20px;
	font-size:20px;
	font-style:italic;
	font-weight:bold;
	display:inline-block;
	border:1px dashed #999;
	padding:10px;
}

.print-this-body .print-this-content {
    background-color: transparent;
    margin: 0px;
    padding: 0px;
    border: 0px solid #999999;
}

.print-this-content {
    border: none;
	background:#F5F9FC;
    border-radius:15px 0 15px 15px;
    -moz-border-radius:15px 0 15px 15px;
    -webkit-border-radius:15px 0 15px 15px;
    padding: 15px 25px;
    margin: 0 0 25px;
    font-family: georgia, serif;
    font-size: 15px;
    color: #2B2B2B;
    font-style:normal;
    text-align:left;
}

.print-this-content h2, .print-this-content h3 {
    margin-top:0 !important;
    padding-top:10px !important;
    color: #2b2b2b !important;
    font-size:24px !important;
}

.print-this-content h4 {
    font-size:12px !important;
    font-weight:bold;
    text-transform:uppercase;
}

.clear {
    clear: both;
}

.print-this-button-shell {
    text-align: right;
    margin-right: 0;
}

.print-this-button {
    background: none repeat scroll 0 0 #B1C4CB;
    color:#fff;
    border: 1px solid #F5F9FC;
    border-radius: 15px 15px 0 0;
    -moz-border-radius: 15px 15px 0 0;
    -webkit-border-radius: 15px 15px 0 0;
    cursor: pointer;
    font-size: 12px;
font-weight:bold;
    padding: 6px 10px;
    text-transform: uppercase;
}

.print-this-button:hover {
color:#fff;
background:#444;
cursor:pointer;
}

@media print {
    #comments_controls,
    #print-link {
        display: none;
    }

    #Outline {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        padding: 10px;
        border: 0px solid #000000;
    }

    .print-this-body {
        font-family: georgia, serif;
        font-size: 10px;
        color: #000000;
    }
}
