
/*
colours:
1A0000 dark almost black page background
4C0000 box background reddish


*/

body {
	margin: 20px 20px 20px 20px;
	padding: 0;
	background: #1A0000;
}

body, th, td, input, textarea, select {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #B78953;
}

h1, h2, h3 {
	color: #FFCC66;
}

h4 {
	color: #4C0000;
}

h1 {
	letter-spacing: -1px;
	font-size: 2.3em;
}

h2 {
	font-size: 1.8em;
}

h3, h4 {
	font-size: 1.3em;
}

input, textarea, select {
	color: #000000;
}

a {
	color: #FF6600;
}

a:hover {
	color: #FFFFFF;
	text-decoration: none;
}


/* spans */

span.white {
	color: white;
}

span.med_med {
	font-size: 0.5em;
}

span.large_bold {
	font-size: 1.5em;
	font-weight: bold;
}

span.lot_title {
	color: #1A0000;
	font-size: 1em;
	font-weight: bold;
}

span.lot_desc {
	color: #1A0000;
	font-size: 0.9em;
}

span.lot_size {
	color: #B78953;
	font-size: 0.9em;
}

span.smaller {
	color: #1A0000;
	font-size: 0.8em;
}

span.larger_bold {
	color: #1A0000;
	font-size: 1.2em;
	font-weight: bold;
}

span.larger_deepred {
	font-size: 1.1em;
	font-weight: bold;
	color: #CC0000;
}

span.tags {
	font-size: 0.9em;
}

span.whitepagetags {
	font-size: 0.8em;
}

span.whitepagetags a {
	color: #FF6600;
}

span.whitepagetags a:hover {
	color: #4C0000;
	text-decoration: none;
}



/* Logo */

#logo {
	margin-bottom: 10px;
}

#logo p {
	margin: 0;
	padding: 0;
	text-align: center;
	font-weight: normal;
	font-style: italic;
	letter-spacing: 1.2px;
	word-spacing: 5px;

}



/* MENU STYLING - li.first stops the divider showing on first link */

#menu {
	width: 800px;
	height: 52px;
	margin: 0 auto;
	background: url(site_images/menubar.jpg) no-repeat;
}

#menu ul {
	margin: 0;
	padding: 12px 0 0 28px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	padding: 0 15px 0 15px;
	background: url(site_images/img03.gif) no-repeat left center;
}

#menu li.first {
	background: none;
}

#menu a {
	text-decoration: none;
	font-weight: bold;
	color: #FFCC66;
}

#menu a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

#menu img.button {
	float: right;
	margin: -4px 10px 0px 0px;
}




/* Front Page */

#frontpage {
	margin-left: 260px;
}


/* Normal Pages */

#page {
	text-align: center;
}

#page-w1100 {
	text-align: center;
	width: 1050px;
	margin: 0 auto; 
}

/* Sidebar */

#sidebar {
	float: left;
	width: 240px;
}


/* Twitter */

#twitter {
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: smaller;
}

#twitter p {
	margin: 0;
	text-align: center;
}


/* Buttons */

#button {
	height: 21px;
	padding: 2px 0px 0px 0px;
	/*background: url(site_images/buttonblank.png) no-repeat left center; */
}

#button a {
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #FF6600;
}

#button a:hover {
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}



/* Content */

#content {
}

#content h1, #content h2 {
	font-weight: normal;
	margin-top: 0;
}

.pagetitle {
	margin: 0 0 10px 0;
	padding-top: 10px;
}

.post {
	margin-bottom: 20px;
	background: #4C0000;
}

.post_catalogue {
	margin-bottom: 20px;
	background: #FFFFFF;
}

.title {
	margin: 0;
	padding: 0px 0px 10px 0px;
	text-align: center;
}

.byline {
	text-align: left;
	font-size: smaller;
	margin: 0 20px;
	border-top: 1px solid #6A1600;
}

.entry {
	text-align: left;
	padding: 0px 20px 1px 25px;
}

.entry-100 {
	text-align: left;
	padding: 0px 20px 0px 20px;
	
	/* set minimum height of div */
	min-height:100px;
    height:auto !important;
    height:100px; 
}

.entry-150 {
	text-align: left;
	padding: 0px 20px 0px 20px;
	
	/* set minimum height of div */
	min-height:150px;
    height:auto !important;
    height:150px; 
}

.entry-200 {
	text-align: left;
	padding: 0px 20px 1px 20px;
	
	/* set minimum height of div */
	min-height:200px;
    height:auto !important;
    height:200px; 
}

.meta {
	margin: 0;
	padding: 0 20px;
}

img.right {
	float: right;
	margin-left: 10px;
}

img.left {
	float: left;
	margin-right: 10px;
}




/* Rounded Corners */

.ct {
    background: url(site_images/top.jpg) repeat-x left top;
}

.ct .l {
	height: 20px;
	background: url(site_images/topleft.jpg) no-repeat left bottom;
}

.ct .r {
	height: 20px;
	background: url(site_images/topright.jpg) no-repeat right top;
}

.cm {
    background: ;
}

.cm .l {
	background: url(site_images/left.jpg) repeat-y left top;
}

.cm .r {
	background: url(site_images/right.jpg) repeat-y right top;
}

.cb {
	margin-bottom: 0px;
	background: url(site_images/bot.jpg) repeat-x left bottom;
}

.cb .l {
	height: 20px;
	margin-bottom: 0px;
	background: url(site_images/botleft.jpg) no-repeat left bottom;
}

.cb .r {
	height: 20px;
	margin-bottom: 0px;
	background: url(site_images/botright.jpg) no-repeat right bottom;
}

/* Footer */

#footer {
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: smaller;
}

#footer p {
	margin: 0;
	text-align: center;
}





/*stuff below is for sliding menu*/

.glossymenu{
margin: 5px 0;
padding-left: 0px;
width: 200px; /*width of menu*/
border: 0;
border-bottom-width: 0;
}

.glossymenu a.menuitem{
background: url(site_images/buttonblank.png) no-repeat;
font: bold 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
color: #000066;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 4px 0;
padding-left: 10px;
text-decoration: none;
height: 16px;
}


.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
color: #000066;
}

.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position: absolute;
top: 5px;
right: 15px;
border: none;
}

.glossymenu a.menuitem:hover{
color: white;
}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/
background: white;
}

.glossymenu div.submenu ul{ /*UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
}

.glossymenu div.submenu ul li{
border-bottom: 0;
}

.glossymenu div.submenu ul li a{
display: block;
font: 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
color: #006699;
text-decoration: none;
padding: 2px 0;
padding-left: 10px;
height: 16px;
}

.glossymenu div.submenu ul li a:hover{
background: #EFEFEF;
color: black;
}







/* stuff for pagination script */

div.pagination {
	text-align: center;
	padding: 3px;
	margin: 3px;
}

div.pagination a {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #AAAADD;
	
	text-decoration: none; /* no underline */
	color: #000099;
}
div.pagination a:hover, div.pagination a:active {
	border: 1px solid #000099;

	color: #000;
}
div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin: 2px;
		border: 1px solid #000099;
		
		font-weight: bold;
		background-color: #000099;
		color: #FFF;
	}
	div.pagination span.disabled {
		padding: 2px 5px 2px 5px;
		margin: 2px;
		border: 1px solid #EEE;
	
		color: #DDD;
	}


