/*--------------------------------------------------GLOBAL RESETS AND SETUP--*/

html, body, form, fieldset {
	margin: 0;
	padding: 0;
	font: 100%/120% Georgia, Arial, Helvetica, Verdana, sans-serif;
}

h1, h2, h3, h4, h5, h6, pre, blockquote, ol, dl, address {
	color: #454545;
	margin: 1em 0;
	padding: 0;
}

p {
	margin: 0;
	padding: 0;
}

dd {
	margin-left: 1em;
}

blockquote {
	font-style: italic;
	padding: 5px 0 5px 30px;
}

form label {
	cursor: pointer;
}

fieldset {
	border: none;
}

input, select, textarea {
	padding: 3px;
	font-size: 100%;
	font-family: Verdana;
	background: #eee;
	border: #bbb solid 1px;
}

input.submit {
	font-size: 0.9em;
	color: #fff;
	background: #930;
	cursor: pointer;
}

img, a {
	border: 0;
}

ul {
	list-style-type: none;
	padding:0;
	margin:0;
}

li {
	list-style-type: none;
	padding:0;
	margin:0;
}
/*--------------------------------------------------------------TAG FORMATS--*/
body {
	color: #454545;
}

h1 {
	margin: 0 0 15px;
	font-size: 1.5em;
	font-weight: normal;
}

h2 {
	line-height: 1.3em;
	font-size: 1.3em;
	font-weight: normal;
}

a {
	color: #930;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.logout {
	color: #f93 !important;
	font-weight: bold;
}

img {
	padding: 10px;
	background: #efefef;
	border: #ddd solid 1px;
}

.no_frame {
	padding: 0 !important;
	border: 0 !important;
}

img.align_left {
	margin-right: 10px;
	float:left;
}

img.align_right {
	float:right;
	margin-left: 10px;
}

img.thumbnail {
	margin: 0 10px 10px 0;
	padding: 4px;
	height: 60px;
	width: 60px;
	border: #ddd solid 1px;
	background: #efefef;
}

form p {
	margin: 10px 0;
}

th {
	padding: 5px;
}

td {
	padding: 5px;
	vertical-align: top;
	font-size: 0.9em;
	border-bottom: #ddd solid 1px;
}

td a {
	margin-right: 10px;
}

p.default {
	margin: 0 0 20px;
}

.odd {background: #efefef;}

.even {background: #fff;}

/*--------------------------------------------------------------TEXT FORMATS--*/
.plus_ten 					{font-size:1.1em !important;}
.less_ten 					{font-size:0.9em !important;}
.less_fifteen				{font-size:0.85em !important;}
.small 							{font-size:0.8em !important;}
.tiny 							{font-size:0.7em !important;}
.large 							{font-size:1.3em !important;}
.white 							{color: #fff !important;}
.lite_gray					{color: #999 !important;}
.gray 							{color: #555 !important;}
.yellow							{color: #ffc !important;}
.orange							{color: #e67e16 !important;}
.squash							{color: #fc6 !important;}
.olive							{color: #8B864C !important;}

.superscript 				{line-height: 0.2em;font-size: 0.8em;}
.bold								{font-weight: bold;}
.normal						{font-weight: normal !important;}
.italic							{font-style: italic;}
.right_buffer				{margin-right: 5px;}
.left_buffer				{margin-left: 5px;}
.short_line_height	{line-height: 1.0em;}

.hide_this					{display: none;}
.show_this					{display: visible;}

.float_left					{float: left;}
.float_right				{float: right;}

.posted {
	font-size: 0.85em;
	color: #999;
}

/*--------------------------------------------------------------CONTAINER FORMATS--*/
#wrapper {
	padding: 40px;
	height: auto;
	text-align: left;
}

#header {
	padding: 0 20px;
	width: 920px;
	height: 120px;
}

#navigation {
	padding: 0 10px;
	width: 938px;
	height: 40px;
	background: url('../images/menu_bg.gif') top left repeat;
	border: #ddd solid 1px;
}

#navigation a {
	color: #930;
}

#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#navigation li {
	float: left;
	margin: 0;
	padding: 10px 27px 11px;
	text-align: center;
	font-size: 0.9em;
	color: #666;
	border-right: #ddd solid 1px;
}

.content_center {
	margin: 0;
	padding: 20px;
	height: auto;
	width: 920px;
	background: #fff;
}

.content_left {
	float: left;
	margin: 0;
	padding: 20px;
	width: 563px;
	height: auto;
	background: #fff;
}

.content_right {
	float: left;
	margin: 0;
	padding: 20px;
	width: 315px;
	height: auto;
	background: #feeeca;
	border-left: #ddd solid 1px;
	border-right: #ddd solid 1px;
	border-bottom: #ddd solid 1px;
}

p.new_listing {
	margin: 0 0 20px;
}

img.thumb_image {
	float: left;
	margin: 0 5px 0 0;
	padding: 5px !important;
	width: 90px;
	height: 75px;
}

img.first_image {
	float: left;
	margin: 0 10px 0 0;
	width: 120px;
	height: 90px;
}

img.large_image {
	margin: 20px 0 0;
	width: 540px;
	height: 360px;
}

.details_section {
	float: left;
	margin: 40px 0;
	width: 450px;
	height: auto;
}

div.listing {
	margin: 0 0 10px;
	padding: 10px 0;
	height: auto;
	width: 900px;
	overflow: hidden;
}

#picture_bin {
	width: 560px;
	height: 600px;
}

#footer {
	float: left;
	margin: 0 0 40px;
	padding: 20px;
	width: 920px;
	height: 150px;
	font-size: 0.8em;
	border-top: #ddd solid 1px;
}

#footer a {
	margin: 0 20px 0 0;
}

/*---RAILS FORMATS---*/
.flash_notice {
	margin: 0 0 10px;
	color: green;
}
