body
{
	background-image: url(../Assets/PandPbg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-position: center top;
	background-color: #587BCC;
	margin: 120px auto 20px auto;
	width: 800px;
	font-family: "Times New Roman", Georgia, sans-serif;
}

h1, h2, h3
{
	color: #2A81B7;
	font-weight: normal;
}

.longheader
{
	border-bottom: 1px solid #2A81B7;
}

p.comment
{
	font-weight: bold;
	color: #2A81B7;
}

small.postedat
{
	color: #000;
	font-style: italic;
	font-weight: normal;
}

input[type="submit"]
{
	font-family: "Times New Roman", Georgia, sans-serif;
	background-color: #2A81B7;
	padding: 5px;
	cursor: pointer;
	font-size: 16px;
	color: #FFFFFF;
	border: none;
	border-radius: 5px;
}

a
{
	text-decoration: none;
	font-weight: bold;
	color: inherit;
}

div.section
{
	overflow: auto;
	background-color: /*rgba(255,255,255,0.85);*/ #e2dac6;
	border: 5px solid transparent;
	height: 690px;
	padding: 10px;
	padding-top: 0px;
	border-radius: 0px 0px 10px 10px;
}

nav
{
	text-align: center;
	font-size: 175%;
	color: #2A81B7;
	background-color: #C7B091;
	padding: 0px;
	border-radius: 10px 10px 0px 0px;
}

nav a
{
	color: #2A81B7;
	text-decoration: none;
	font-weight: normal;
	margin-left: 10px;
	margin-right: 10px;
}

a img
{
	border: none;
}

img.floatright
{
	float: right;
	margin-top: 30px;
	width: 300px;
	margin: 20px;
}

img.blueborder
{
	border: 30px solid #789BEC;
}

p#samplepic
{
	text-align: center;
}

footer#acknowledgement
{
	color: #FFFFFF;
	text-align: center;
	font-weight: normal;
}

footer#acknowledgement a
{
	color: #C7B091;
	font-weight: bold;
	text-decoration: none;
}

img.thumbnail
{
	width: 90%;
}

p.sortby
{
	text-align: right;
}

.sortby label
{
	vertical-align: middle;
}

.forsale
{
	color: #587BCC;
	font-weight: bold;
	position: absolute;
	bottom: 5px;
	right: 40px;
}

.sold
{
	color: #A56C70;
	font-weight: bold;
	position: absolute;
	bottom: 10px;
	right: 80px;
}

img.picture
{
	width: 350px; 	
}

div.picturediv
{
	width: 400px;
	margin: 20px;
	float: right;
	text-align: center;
}

small.picture
{
	text-align: center;
	margin-top: 0px;
}
	

p.showpicture, span.title
{
	text-transform: capitalize;
}

p.description
{
	font-size: 110%;
}

p.error
{
	font-weight: bold;
	color: #A56C70;
}

p a
{
	color: #587BCC;
}

p.date
{
	margin-top: -15px;
	font-size: 90%;
}

textarea
{
	width: 600px;
	height: 200px;
}

label
{
	vertical-align: top;
}

div.picturethumb
{
	background-color: #F6F6FF;
	display: inline-block;
	margin: 20px;
	padding: 5px;
	width: 200px;
	height: 230px;
	text-align: center;
	border-radius: 5px;
	vertical-align: top;
	position: relative;
}

img.thumbnail
{
	max-height: 180px;
	width: auto;
}


.contacts h2
{
	margin-bottom: -15px;
	font-variant: small-caps;
	font-weight: bold;
	font-size: 125%;
}

.current
{
	text-decoration: underline;
}

div.whitediv
{
	background-color: #FFF;
	border-radius: 10px;
	padding: 5px 20px 10px;
	margin: 20px;
	overflow: hidden;
}

div.offwhite
{
	background-color: #F6F6FF;
	border-radius: 10px;
	padding: 5px 20px 10px;
	margin: 20px;
	overflow: hidden;
}

a.button
{
	background-color: #2A81B7;
	padding: 5px;
	cursor: pointer;
	color: #FFF;
	font-weight: normal;
	border-radius: 5px;
	margin-top: 5px;
}

span.comments
{
	color: #2A81B7;
	font-style: italic;
}

div.adminthumb
{
	display: inline-block;
	margin: 20px;
	padding: 5px;
	text-align: center;
	border-radius: 5px;
	vertical-align: top;
	font-family: Calibri, Georgia, sans-serif;
	color: #587BCC;
}

textarea, input, select
{
	font-family: Verdana, Georgia, sans-serif;
}