@charset "utf-8";
.spacedout {
	letter-spacing: 0.3em;
}

/* CSS Document */
*{
	color: #000000 !important;
}

body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;

	margin: 0;
	padding: 0;
	color: #000;
	background-color: #FFF;
}
.noprint {display:none}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl {
	padding: 0;
	margin: 0;
}
h1 {
	text-align:center;
    color:#000000;
    font:normal 30pt/120% "Times New Roman", Times, serif;
	margin-top: 0;
	padding-top: 15px; /* keep it clear of menu bar */
	padding-right: 15px;
	padding-left: 15px;
	
} 
h2, h3, h4, h5, h6, td{
	text-align:center;
	margin-top: 0;	
	padding-right: 15px;
	padding-left: 15px;
	
} 
h2{font-size:16pt !important;}
p {margin-top: 5;	
	padding-right: 15px;
	padding-left: 20px; }
a img {
	border: none;
}
a[href^="htp://"]:after {content: "(" attr(href) ")";
}

a:link {
	color:#000;
	text-decoration: none; 
}
a:visited {
	color: #000;
	text-decoration: none;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
}


a:link.aeneid {
	color: #000;
	text-decoration:none;
}

a:visited.aeneid {color: #000000;text-decoration:none;}

a:link.socrates{
	color: #000;
	text-decoration:none;;
	
}

.container {
	width: 80%;
	max-width: 1260px;
	min-width: 780px;
	background: #FFF;
	margin: 0 auto;
}


.content {
	width: 79%;
	float: left;
	background-color: #fff;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	top: auto;
}
.header {
	background-color: #003399;
	display:none;	
}
.sidebar1 {
	float: right;
	width: 21%;
	background: #93A5C4;
	padding-bottom: 10px;
	display:none;
}
.roomtop {
	padding: 30px;
	display:none;
}


.content ul, .content ol { 
	padding: 0 15px 15px 40px;
}


ul.nav {
	list-style: none; 
	border-top: 1px solid #666;
	margin-bottom: 15px; 
}
ul.nav li {
	border-bottom: 1px solid #666;
}
ul.nav a, ul.nav a:visited { 
	padding: 5px 5px 5px 15px;
	display: block; 
	text-decoration: none;
	background: #8090AB;
	color: #000;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus { 
	background: #6F7D94;
	color: #FFF;
}

ul.slug {
	list-style-position: outside;
	list-style-type: disc;
}

.footer {
	padding: 10px 0;
	background: #6F7D94;
	position: relative;
	clear: both;
	font-size: 110%;
	display:none;
}


.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	padding: 5px;
	border: 1px solid #666;
	margin: 8px;
}

.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	padding: 5px;
	border: 1px solid #666;
	margin: 10px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.palatino {  font-family: "Palatino Linotype"; font-size: 14px; color: #CC0000}
.greek {  font-family: SPIonic; font-size: 18.5px; color: #990000}
.palatinolarger {
	font-family: "Palatino Linotype";
	font-size: 11.5pt;
	font-weight: bold;
}


#box {
	background-color: #CCC;
	margin: 5px;
	border: thin solid #F60;
	left: 50px;
	width: 60%;
	padding: 15px;
	position: relative;
}
.pushbutton {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	font-variant: small-caps;
	text-decoration: none;
	background-color: #F60;
	background-repeat: no-repeat;
	letter-spacing: 0.5em;
	text-align: center;
	margin: 5px;
	padding: 8px;
	border: medium groove #930;
	color: #FFF;
	width: auto;
	display:none;
}

.awad {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #660000;
	text-decoration: none;
	background-color: #FFCC99;
	height: auto;
	width: 300px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	text-align: center;
	border-style: double;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	position: relative;
	left: 20%;
}

.button {background-attachment: scroll;
background-clip: border-box;
background-color: transparent;
background-image: url("http://www.shipton-mill.com/design/button.gif");
background-origin: padding-box;
background-position: 100% 50%;
background-repeat: no-repeat;
background-size: auto;
padding-bottom: 3px;
padding-left: 6px;
padding-right: 12px;
padding-top: 3px;
display:none;}

</style>
[if lte IE 7]>
<style>
.content { margin-right: -1px; } /* this 1px negative margin can be placed on any of the columns in this layout with the same corrective effect. */
ul.nav a { zoom: 1; }  /* the zoom property gives IE the hasLayout trigger it needs to correct extra whiltespace between the links */
.image_noborder {
	margin: 5px;
	padding: 10px;
	float: right;
}
.imgnobdrleft {
	margin: 5px;
	padding: 10px;
	float: left;
}
.smaller {
	font-size: 80%;
}


.bigquote {
	font-family: "MS Serif", "New York", serif;
	font-size: 400%;
	font-weight: bold;
}
.republic {
	font-size: 75%;
	color: #00C;
	background-color: #CCC;
	word-spacing: 0.1em;
	padding-left: 20px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}
.orange {
	color: #F93;
}
li {
	text-indent: 5px;
	list-style-type: none;
}
.movein {
	padding-left: 20px;
}
.quote {
	letter-spacing: 0.1em;
	text-align: left;
	display: block;
	
	padding: 10px;
}
.satyr {
	background-attachment: fixed;
	background-image: url(images/ichneutes.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 500px;
	display:none;
}


.underpic {
	float: left;
	width: 100%;
}

.contents {
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
	background-color: #FFF;
}
.results {
	font-family: Verdana, Geneva, sans-serif;
	margin: 5px;
	padding: 10px;
	height: auto;
	width: 90%;
}
.captioned {
	font-size:75%;
	font-weight: bold;
	background-color: #FFF;
	text-align: left;
	margin: 10px;
	padding: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #C60;
	border-right-color: #C60;
	border-bottom-color: #C60;
	border-left-color: #C60;
	float: none;
}
.simon:first-letter {
	font-weight:bold;
	color:#C60;
	font-size: 150%;
	font-style: normal;
	background-color: #FFF;
	margin-top: 5px;
	margin-right: 1px;
	margin-bottom: 2px;
	margin-left: 5px;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 3px;
	padding-left: 5px;
	diplay:none;
}
.simon:first-line {
	text-transform:none;
	font-weight: bold;
	display:none;
	}
