@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
}

/* General Style Info */
body {
	background: #fff;
	background-image:url('../img/glossymetal.jpg');
	color: #000;
	font-family:'lucida grande',verdana,helvetica,arial,sans-serif;
	font-size:12px;
	margin: 0;
}

#header{
	margin: 10px auto;
	width:950px;
	background: #fff;
	
	
	padding:10px;
	border:1px solid #000;
	
}

#header_bg{
	/* width:400px;
	background:#fff; 
	opacity:0.7; filter:alpha(opacity=70); */
}

#nav{
	background: #fff;
	margin: 10px auto;
	width:950px;
	padding:10px;
	border:1px solid #000;
}

#holder {
	width:970px;
	margin: 0 auto;
}
#content{
	
	background: #fff;
	margin: 10px auto;
	width:930px;
	padding:20px;
	border:1px solid #000;
	float:left;
}

#left-col {
	
	width:170px;
	float:left;
	
}

#right-col {
	width:755px;
	
	float:right;
	
	
	
}

#footer{
	margin: 2px auto;
	width:960px;
	padding:5px;
	text-align:right;
	font-size:11px;
	color:#666666;
}

#nav ul,#nav li{
	display:inline;
	font-size:18px;
	font-weight:bold;
	margin-right:40px;
}

#nav a{
	text-decoration:none;
	
}

#nav a:hover{
	text-decoration:underline;
}

h1{
	font-size:26px;
	color:#990000;
}


h2{
	margin: 10px 0px;
	font-size:20px;
	color:#888;
}

h3{
	margin: 10px 0px;
	font-size:16px;
	color:#000;
}

p{
	margin-top:10px;
}

#pagination {
	font-size:14px;
	color:#888;
	font-weight:bold;
	padding:10px 0px;

}

#pagination div{
	display:inline;

}

#search_form{
	margin:10px;
	background-color:#eee;
	padding:10px;
}
#search_form form{
	margin:0px;
	padding:0px;
	width:530px;
}

#search_form div{
	float:none;
	
}

#search_form div.submit {
	width:150px;
	margin-right:0px;
}


#search_form input{
	font-size:16px;
	padding:6px;
	display:inline;
}

#search_form label{
	font-size:14px;
	padding:6px;
	
}
#search_form div.input  {
	width:200px;
	display:inline;
	
}

#search_form div.submit {
	display:inline;
	
	
}

#search_form div.submit input{
	font-weight:bold;
	padding:6px;
}

#content ul{
	margin-left:25px;
}

form {
margin-top:15px;
padding:10px;
}
form div {
clear:both;
float:left;
margin:8px;
}

form div.input input, form div.input textarea {
	width:300px;
	padding:6px;
	font-size:16px;
}

form div.checkbox input {
	width:20px;
	padding:6px;
	font-size:16px;
}

form div label {
display:block;
float:left;
width:150px;
}

form div.submit {
float:right;
margin-right:200px;

}

form div.submit input{
font-size:18px;
padding:5px;

}

#recaptcha {
	
}

#recaptcha div.text{
	margin-left:142px;
}

/* tag cloud */
#tagCloud  {
font-size:70%;
margin:10px auto;
overflow:auto;
padding:5px;
text-align:center;
width:700px;
}
#tagCloud h2 {
font-size:2.5em;
margin:0 0 10px;
}
#tagList {
margin:0;
padding:0;
}
#tagList a {
float:left;
margin:0 10px;
}
#tagList a {
text-decoration:none;
}
#tagList a:hover {
text-decoration:underline;
}

.clear {
clear:both;
}

#flashMessage {
	font-size:16px;
	font-weight:bold;
	background:#FFFF66;

}

label.error {
	color:#FF0000;
	float:right;
	margin-left: 10px;
}

div.free-listing {
	float:right !important;
	position:relative;
	top:-23px;
	right:100px;
}

div.free-listing a{
	font-size:16px;
	font-weight:bold;
}

/** Tables **/
table {
	background: #fff;
	border-right:0;
	clear: both;
	color: #333;
	margin-bottom: 10px;
	width: 100%;
	
}
th {
	border:0;
	border-bottom:2px solid #555;
	text-align: left;
	padding:4px;
}
th a {
	display: block;
	padding: 2px 4px;
	text-decoration: none;
}
th a.asc:after {
	content: ' ⇣';
}
th a.desc:after {
	content: ' ⇡';
}
table tr td {
	background: #fff;
	padding: 6px;
	text-align: left;
	vertical-align: top;
	border-bottom:1px solid #ddd;
}
table tr:nth-child(2n) td {
	background: #f5f5f5;
}
table .altrow td {
	background: #f5f5f5;
}
td.actions {
	text-align: center;
	white-space: nowrap;
}
table td.actions a {
	margin: 0px 6px;
	padding:2px 5px;
}
.cake-sql-log table {
	background: #f4f4f4;
}
.cake-sql-log td {
	padding: 4px 8px;
	text-align: left;
}

td.enquiry {
	width:345px;
}

/* END Tables */

#home-pictures {
	width: 900px;
	margin:5px auto;
}

#home-pictures div.picture-block {
	float:left;
	margin-right:19px;
}

#home-pictures div.picture-block img{
	border:none;
}

#home-pictures div.picture-block h3 a{
	text-decoration:none;
	font-size:16px;
	color:#990000;
	
}

ul.home-category {
	float:left; 
	margin-right:40px;
	
}

/* Admin bar */
#admin-bar {
	position: fixed;
	top: 0;
	width: 100%;
	background: #000;
	z-index: 9999;
	height: 40px;
	color:#999999;
	font-size: 1.3em;
}

#admin-bar a {
	padding: 10px 8px 8px 8px;
	float: left;
	color: #ABABAB;
	text-decoration:none;
}

#admin-bar a:hover {
	color: #FFFFFF;
	text-decoration:underline;
}

#logout-link {
	float: right !important;
}
