/* Basic Structure */
html {width:100%}
body {
background: white;
font-size: 10pt;
}
img {
border: 0;
}
p {
font-family: Arial;
}



/* Hide Various Elements when printing */

#cccwr, header, footer, #twitter, #home_content_bottom, #booking_form, #featured, .slider-nav, .ui-datepicker-header ui-widget-header ui-helper-clearfix ui-corner-all, .ui-datepicker-calendar,ui-datepicker-header ui-widget-header ui-helper-clearfix ui-corner-all, .news_menu, #form_box, #map {
display: none;
}



/* Link Management */
a:link, a:visited {
color: #FF0000;
background: transparent;
font-weight: bold;
text-decoration: underline;
}
.primary a:link:after, #content a:visited:after {
content: " (" attr(href) ") ";
font-size: 90%;
}
.primary a[href^="/"]:after {
content: " (http://www.thestockbridgerestaurant.co.uk" attr(href) ") ";
}