body
{
	font-family: 'Belgrano', serif;
	background: url("images/daimondeyes-73f4.png")
		repeat scroll 0 0 rgba(0, 0, 0, 0);
	min-height: 0 !important;
	height: 86%;
	margin: 0;
	padding: 0;
}

#left, #left-mid, #right { float: left }

a { text-decoration: none }

p a:hover { border: 1px dotted #8CF }

h2, h3 { clear: both }

hr
{
	clear: both;
	height: 30px;
	border-style: solid;
	border-color: #999;
	border-width: 1px 0 0 0;
	border-radius: 20px;
	margin-bottom: -20px;
}
hr:before
{
	display: block;
	content: "";
	height: 30px;
	margin-top: -31px;
	border-style: solid;
	border-color: #999;
	border-width: 0 0 1px 0;
	border-radius: 20px;
}
#right hr { width: 120% }

table
{
	width: 100%;
 	border-collapse: collapse;
    margin-bottom: 35px;
}

td
{
	width: 33%;
	border-spacing: 0;
	border-style: solid;
	border-width: 1px;
	border-color: #FFDDDD;
	padding: 5px;
}

.vertical-space { height: 20px }

#container
{
	/* width: 90%; */
	min-height: 100%;
	background-color: #fff;
	box-shadow: 0 0 9px rgba(0, 0, 0, 0.1);
	padding: 30px;
	margin: 30px auto;
	overflow: hidden;
}

#left-mid { width: 75% }

#left { width: 95% }

#right
{
	width: 18%;
	min-width: 140px;
	border-left: 1px dotted #999;
	padding: 0 0 0 20px;
	font-size: 10px !important;
}

#right p { margin: 10px 0 20px 15px }

.logo { float: left; margin: 0 25px 10px 0 }

form { clear: both }

input[type='text']
{
	margin: 10px 18px 30px 0;
	border: 1px solid #ccc !important;
	border-radius: 0px;
	-webkit-box-shadow: 2px 2px 3px 0px rgba(50, 50, 50, 0.34);
	-moz-box-shadow:	2px 2px 3px 0px rgba(50, 50, 50, 0.34);
	box-shadow:			2px 2px 3px 0px rgba(50, 50, 50, 0.34);
}

.button
{
	float: left;
	width: 6em;
	height: 40px;
	text-indent: 0;
	border: 1px solid #dcdcdc;
	display: inline-block;
	color: #777777;
	text-align: center;
	font-family: arial;
	font-size: 20px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	text-shadow: 1px 1px 0px #ffffff;
	margin: 12px;
	-moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
	box-shadow: inset 0px 1px 0px 0px #ffffff;
	background: -moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );*/
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color: #ededed;
	-webkit-border-top-left-radius: 6px;
	-moz-border-radius-topleft: 6px;
	border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topright: 6px;
	border-top-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-bottom-left-radius: 6px;
}
#nav .button { height: 30px; padding-top: 8px }

.button:hover
{
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background: -moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color: #dfdfdf;
	cursor: pointer;
}
.button input:active, input[name=action]:active
{
	position: relative;
	top: 1px;
}

#content { clear: left; max-width: 47em }

#query, #query:hover, #cse-search-box input[type='text']
{
	float: left;
	width: 43.5em;
	max-width: 95%;
	height: 40px;
	padding: 0 10px !important;
	font-family: 'Belgrano',serif;
	color: #999999;
}
#query:active, #query:hover { color: #000 }

#cse-search-box .button { margin-right: 0 }

#blurb
{
	clear: both;
	width: 95%;
}

.subject { background-color: lightcyan; margin: 2px }

.updated { float: right; font-size: 12px }

.neighbours b { border-bottom: 1px solid blue }

#cse-search-box { margin: 20px 0 0 0 }

.clear { clear: both }

iframe { overflow: visible; height: 65px }

#google_translate_element { margin: 0 0 -8% 5% }
.goog-te-gadget { white-space: normal !important }
.goog-te-gadget div { margin-right: 65px }

#social
{
	/* position: relative; top: 10px; left: 10%; height: 80px */
	width: 170px;
	margin: 10px 0 20px 15px;
}

.fb-like { padding-bottom: 10px }

#___plusone_0 { height: 30px !important }

#HCB_comment_box { clear: both; margin-bottom: 30px }

#HCB_comment_form_box { padding-bottom: 0px !important }

.hcb-wrapper-half { float: left }

#no_comments { margin: 0 }

#footer
{
	clear: both;
	width: 100%;
	margin-top: 20px;
	/* myshopping want normal text and links font-size: 10px; color: #999999; */
}

#footer ins { margin-top: 20px }


/* missing.html table number column */
#missing td:first-child { text-align: right }
