/* 	Angel Inn House
	Made by M.Theodoropoulou aka acidsmile
	main CSS file
*/
body {
	font-family: Trebuchet MS, Verdana, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color: #fefed2;
	margin: 0;
	padding: 0;
	text-align: center;
}
a {
	outline: none;
}
a:link {
	color: #850000;
	text-decoration: none;
}
a:visited {
	text-decoration: underline;
	color: #850000;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
/* structure */
div#wrap {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	text-align: left;
	font-size: 1.2em;
	position: relative;
}
div#content {
	float: left;
	margin: 0;
	padding-top: 20px;
	padding-bottom: 20px;
	border: solid 1px #333333;
	background-color: #ffffe1;
	width: 848px;
}
div#sidebar {
	float: right;
	margin: 0;
	margin-top: 30px;
	margin-left: 10px;
	padding: 0;
	width: 200px;
}
div#footer {
	margin: 0;
	padding: 0;
	width: 100%;
	clear: both;
	text-align: center;
	position: relative;
}
/* typography */
h1 {
	font-family:"Trebuchet MS", Verdana, sans-serif;
	font-size: 1.8em;
	line-height: 1.4em;
	margin-bottom: 5px;
	margin-left: 20px;
}
h2 {
	font-family:"Trebuchet MS", Verdana, sans-serif;
	font-size: 1.5em;
	line-height: 1.4em;
	margin-bottom: 5px;
	margin-left: 20px;
}
div#content p {
	font-size: 1.1em;
	line-height: 1.4em;
	margin-bottom: 10px;
	margin-left: 20px;
	margin-right: 20px;
	width: 590px;
}
div#content img {
	float: left;
	margin-left: 20px;
	margin-right: 15px;
	margin-bottom: 5px;
}
/* misc */
a#logo {
	display: block;
	text-indent: -99999px;
	width: 183px;
	height: 95px;
	position: absolute;
	right: 15px;
	top: 23px;
	background-image: url(../skinimages/logo.png);
	background-repeat: no-repeat;
	background-position: center center;
}
div#download {
	border: solid 1px #cac6a1;
	text-align:left;
	padding: 10px;
	background-color:#FFFFFF;
	width: 190px;
	float: left;
	margin-bottom: 20px;
	margin-right: 5px;
	margin-left: 15px;
	margin-top: 30px;
	background-image: url(/skinimages/calloutcorners.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
div#download p {
	margin: 0;
	width: auto;
}
p.small {
	font-size: .9em;
	padding-left: 20px;
	background-image: url(/skinimages/reader.jpg);
	background-repeat: no-repeat;
	background-position: 0px 10px;
}
img, img a, a img {
	border:none;
}
div#callout {
	border: solid 1px #cac6a1;
	text-align:left;
	background-color:#FFFFFF;
	width: 160px;
	float: left;
	padding: 10px;
	text-align:center;
	margin-top: 30px;
	margin-bottom: 20px;
	margin-left: 15px;
	margin-right: 10px;
	background-image: url(/skinimages/calloutcorners.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
span.phone {
	font-size: 1.6em;
	line-height: 1.2em;
	color: #850000;
}
div#content div#callout p {
	margin: 0;
	width: auto;
}
ul, ol {
	font-size: 1.1em;
	line-height: 1.4em;
	margin-bottom: 10px;
}
div#content li {
	padding-left: 15px;
	background-image: url(/skinimages/bullet.jpg);
	background-repeat: no-repeat;
	background-position: left 5px;
	margin-left: 25px;
}
div#content table {
	width: 600px;
	margin-left:20px;
	margin-right: auto;
	margin-bottom: 20px;
}
td, th {
	padding: 3px;
	border-bottom: solid 1px #333333;
	background-color:#E7E1B8;
	margin-bottom: 5px;
}
th {
	padding: 3px;
	background-color:#E7E1B8;
	font-weight: bold;
}
caption {
	display: none;
}
/* map */
div#map {
	width: 600px;
	height: 300px;
	margin-left: 20px;
	margin-bottom: 20px;
	border: solid 1px #CAC6A1;
}
div#popup {
	width: 150px;
}
div#popup p {
	font-size: 1.4em;
	text-align: center;
}
form#mapdir p {
	font-size: 1.1em;
	margin-bottom: 0px;
}
form#mapdir {
	position: relative;
	margin: 0;
	margin-top: -40px;
	margin-left: 20px;
	padding: 0;
	width: 600px;
}
form#mapdir input {
	border: solid 1px #CAC6A1;
	padding: 3px;
	margin: 0;
	font-size: 1em;
}
form#mapdir input.submit {
	background-color: #362f2d;
	padding: 3px;
	color:#FFFFFF;
}
/* contact form */
form#freeform {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
form#freeform input, form#freeform textarea {
	width: 500px;
	border: solid 1px #CAC6A1;
	padding: 3px;
	font-size: 1em;
}
form#freeform textarea {
	height: 200px;
}
form#freeform input.submit {
	width: 250px;
	margin-left: 125px;
	background-color: #362f2d;
	color: #ffffe1;
}
div#sidebar img {
	padding: 2px;
	border: solid 1px #000000;
	margin-left: 0;
}
div#logos img {
	border: solid 1px #CAC6A1;
	float: left;
	margin-left: 10px;
	margin-right:0;
	padding: 0;
}
div#sidebar p.caption {
	width: 180px;
}
div#content div#specialoffer {
	margin-left: 40px;
	width: 500px;
}
div#content div#specialoffer h2 {
	color: #850000;
}
div#content div#specialoffer p {
	width: 500px;
}
