/* Note: In this file, items prefixed with "body.cyclestreets " apply to non-proxied instances only, i.e. stuff on the normal site only */

/* GLOBAL */

/* Layout */
#cyclestreets-container {width: 984px; margin-left: auto; margin-right: auto; padding-left: 24px; padding-right: 24px;}

body {background-color: #fdf9ee; color: #4E4628; margin: 0; padding: 0;}
#cyclestreets-menu {padding: 8px 0 0 15px; margin: 0 auto 3px;}
#cyclestreets-content {clear: both; margin: 8px auto 0; border: 2px solid #EDE8DA; padding: 22px;}
.spacer {clear: both;}	/* Basically used as a clearfix */

/* Fonts */
body, textarea, option, select {font-size: 91%; font-family: Arial, Helvetica, sans-serif;}
body {color: #333;}
h1, h2, h3, h4, h5, h6 {font-family: Georgia, "Times New Roman", Times, serif; font-weight: normal;}

/* Print styles */
@media print {
	/* Hide unwanted parts */
	#cyclestreets-menu {width: auto; padding: 0; margin: 0;}
	#cyclestreets-content {clear: none; width: auto; margin: 0; border: 0; padding: 0;}
}