/* ===========================================================================
 * Filename: css/print.css
 * Author: Webmistress, info@webmistress.com.au, www.webmistress.com.au
 * Copyright: Webmistress
 * Date: 17 Aug 2009
 * Description: Contains print styles for the Rockwall Bar and Grill website.
 *
 * This file may not be used for any purpose other than for the Rockwall Bar and Grill
 * website and may not be modified without written permission from the author.
 * =========================================================================== 
 */


body
{
	font-family: Helvetica, Arial, Sans-serif;
	font-size: 12px;
	line-height: 1.5;	
}

a img
{
	border: none;	
}

a:link, a:visited
{
	color: #C20717;
	text-decoration: underline;	
}

a:focus, a:hover, a:active
{
	color: #fff;
	background-color: #C20717;
	text-decoration: none;	
}

h1
{
	padding: 30px 0;
	margin: 0;
	font-weight: bold;
	font-size: 2em;
	font-family: 'Century Gothic', Verdana, Helvetica, Arial, Sans-serif;
	line-height: 1.2;
	letter-spacing: 1px;
}

h2
{
	font-size: 1.333333em;
	font-family: 'Century Gothic', Verdana, Helvetica, Arial, Sans-serif;
	font-weight: bold;
	padding: 0;
	margin: 0;
	text-transform: uppercase;
	letter-spacing: 1px;
}

h2.right
{
	text-align: right;
}

p.opening-hours
{
	border-left: 1px solid #ccc;
	font-size: 1.166667em;
	font-family: 'Century Gothic', Verdana, Helvetica, Arial, Sans-serif;
	padding: 0 0 0 10px;
	margin: 0 0 1em 0;
}

p
{
	padding: 0 0 1em 0;
	margin: 0;	
}

.intro
{
	font-size: 1.166667em;
	font-family: 'Century Gothic', Verdana, Helvetica, Arial, Sans-serif;
	font-weight: bold;
}

.subdued
{
	color: #999;	
}

hr
{
	color: #fff;
	background-color: #fff;
	border: none;
	border-top: 1px solid #ccc;
	margin: 0.5em 0 0;
	padding: 0;	
}

blockquote
{
	margin: 0;
	padding: 0;
	font-style: italic;	
}

.box
{
	border-top: 1px solid #ccc;	
	border-right: 1px solid #ccc;
	padding: 5px 10px 0 0;
	margin: 0 0 1em 0;
}

ul, ol
{
	padding: 0 0 1em 2em;
	margin: 0;
}

ul ul, ul ol, ol ol, ol ul
{
	padding-bottom: 0;	
}

span.fileinfo 
{ 
	display: block; 
	color: #999; 
	font-size: 0.9em; 
	padding: 0; 
}

.image-right
{
	float: right;
	margin: 5px 0 10px 10px;	
}


.image-left
{
	float: left;
	margin: 5px 10px 10px 0;	
}

#nav, #footer
{
	display: none;	
}

#featurelinks
{
	clear: both;
	padding: 14px 12px 12px;
	margin: 0 0 1em 0;
	height: 86px;
	border: 1px solid #ccc;
}

#featurelinks ul
{
	padding: 0;
	margin: 0;
	list-style-type: none;	
}

#featurelinks li
{
	width: 126px;
	height: 86px;
	float: left;
	margin: 0 10px 0 0;	
}

#featurelinks a
{
	float: left;
	display: block;	
	height: 80px;
	width: 120px;
	background-color: #fff;
	padding: 2px;
	position: relative;
	border: 1px solid #ccc;
}

#featurelinks img
{
	background-color: #fff;
	padding: 2px;
	border: 1px solid #ccc;
	float: left;
	display: block;
}

#featurelinks a img
{
	padding: 0;
	border: none;
}

#featurelinks a:link, #featurelinks a:visited
{
	color: #fff;
	text-decoration: none;
	border: 1px solid #ccc;
	background-color: #fff;
}

#featurelinks a:focus, #featurelinks a:hover, #featurelinks a:active
{
	color: #fff;
	text-decoration: none;
	border: 1px solid #C20717;	
	background-color: #fff;
}

#featurelinks a span
{
	background-color: #332b2d;
	width: 110px;
	padding: 3px 5px;
	display: block;
	cursor: pointer;
	position: absolute;
	bottom: 2px;
	left: 2px;
	text-transform: uppercase;
	line-height: 1.3;
}
