/*
Theme Name: RT-Theme 18 | Child Theme
Version: 1.0
Description: A child theme of RT-Theme 18
Template: rttheme18
Author: RT-Themes
*/
@import url("../rttheme18/style.css");
/* Your awesome customization starts here */

/* Print Style Sheet */
@media print {

/*Reset Style*/
body {margin:0 0 0 0; padding:0; height:auto; color: #000;}
html {height:auto;}
a {color: #000;}

/*Remove Element*/
#navigation, #top_bar, #footer, #comments {display:none;}

/* Show URL */
p a:after {
content: " (" attr(href) ")";
font-size: 80%;
}

}