/*------------------------------------------------------*/
/* =HTML ELEMENTS					                              */
/*------------------------------------------------------*/
html {
	background: #fff url(../images/bg.png) repeat-x;
}

body {
	background: url(../images/body.jpg) no-repeat 50% 54px;
	color: #787878;
	font-family: arial, "helvetica neue", helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	min-height: 500px;
}

a {
	color: #48add7;
	outline: none; /* removing outline in Mozilla */
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/*------------------------------------------------------*/
/* =FLOAT CLASSES					                              */
/*------------------------------------------------------*/

/* usually for <br /> tag to clear the float */
.clear {
	clear: both;
	line-height: 0;
}

/* div (or whatever else element that serves as wrapper that clears the floats)  */
.floatClear {
	overflow: hidden;
}

/*------------------------------------------------------*/
/* =UI MESSAGES					                                */
/*------------------------------------------------------*/

#flash {
  margin: 0 auto;
  width: 550px;
}

/*found*/
.foundHolder {
	font-size: 18px;
	width: 550px;
}

.foundBody {
	background: #eff8ee url(../images/found.jpg) no-repeat 0 13px;
	border-left: 1px solid #80be41;

	border-right: 1px solid #80be41;
	min-height: 60px;
	padding: 10px 50px 10px 70px;
}

.foundBody p {
	padding: 5px 0;
	line-height: 5px;
}

.foundTop {
	background: url(../images/found-top.png) no-repeat;
	height: 7px;
}

.foundBottom {
	background: url(../images/found-bottom.png) no-repeat;
	height: 7px;
	margin-bottom: 25px;
}

/* not found */
.notFound {
	font-size: 18px;
	width: 550px;
}

.notFoundBody {
	background: #f6e3e3 url(../images/not-found.jpg) no-repeat 8px 5px;
	border-left: 1px solid #e29b9b;
	border-right: 1px solid #e29b9b;
	min-height: 60px;
	padding: 10px 50px 10px 70px;
}

.notFoundBody p {
	padding: 5px 0;
	line-height: 50px;
}

.notFoundTop {
	background: url(../images/not-found-top.png) no-repeat;
	height: 7px;
}

.notFoundBottom {
	background: url(../images/not-found-bottom.png) no-repeat;
	height: 7px;
	margin-bottom: 25px;
}

/* notice */
.notice {
	font-size: 18px;
	width: 550px;
}

.noticeBody {
	background: #f2f5f8 url(../images/notice.jpg) no-repeat 8px 15px;
	border-left: 1px solid #acc0d5;
	border-right: 1px solid #acc0d5;
	min-height: 60px;
	padding: 10px 50px 10px 70px;
}

.noticeBody  p {
	padding: 5px 0;
}

.noticeTop {
	background: url(../images/notice-top.png) no-repeat;
	height: 7px;
}

.noticeBottom {
	background: url(../images/notice-bottom.png) no-repeat;
	height: 10px;
	margin-bottom: 25px;
}

/*------------------------------------------------------*/
/* =LAYOUT						                                  */
/*------------------------------------------------------*/

/*------------------------------------------------------*/
/* =WRAPPER						*/
#wrapper {
	margin: 0 auto;
	width: 630px;
  position: relative;
}

/*------------------------------------------------------*/
/* =LOGO							*/
#logo {
	clear: both;
	height: 195px;
	margin-bottom: 50px;
	position: relative;
}

#logo a {
	background: url() no-repeat;
	display: block;
	height: 180px;
	text-indent: -9999px;
	width: 280px;
	position: absolute;
	left: 180px;
	top: 7px;
}

/*------------------------------------------------------*/
/* =MENU							*/
#menu {
	float: right;
	font-family: verdana, geneva, tahoma, sans-serif;
	font-size: 11px;
	height: 45px;
	padding-top: 10px;
}

#menu li {
	float: left;
	padding: 0 3px;
}

#menu li a {
	color: #fff;
	display: block;
	padding: 6px 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	text-transform: uppercase;
}

#menu li a:hover {
	background: #787878;
	text-decoration: none;
}

/*------------------------------------------------------*/
/* =CONTENT						*/
#content {

}

/* SEARCH */
#search {
	margin: 0 auto;
	width: 405px;
}

#search input {
	float: left;
	margin: 15px 0;
}

#search input.text {
	background: url(../images/input-small.png) no-repeat;
	border: none;
	color: #787878;
	display: inline-block;
	font-size: 14px;
	height: 36px;
	padding: 8px 10px 0 10px;
	width: 326px;
}

#search input.submit {
	background: url(../images/submit-small.png) no-repeat;
	border: none;
	display: inline-block;
	height: 35px;
	width: 54px;
	text-indent: -9999px;
}

#search input.submit:hover {
	cursor: pointer;
}

/* SEARCH BIG */
#searchBig h2 {
	font-size: 16px;
	padding-bottom: 8px;
}

#searchBig input {
	float: left;
}

#searchBig input.text {
	background: url(../images/input-big.jpg) no-repeat;
	border: none;
	color: #787878;
	display: inline-block;
	font-size: 20px;
	height: 40px;
	padding: 15px 20px 0 20px;
	width: 444px;
}

#searchBig input.submit {
	background: url(../images/submit-big.png) no-repeat;
	border: none;
	display: inline-block;
	height: 55px;
	width: 141px;
	text-indent: -9999px;
}

#searchBig input.submit:hover {
	cursor: pointer;
}

#searchBig p {
	clear: both;
	padding: 5px;
}

/* LOST/FOUND BUTTONS */
.lost,
.found {
	display: block;
	float: left;
	height: 61px;
	text-indent: -9999px;
}

.lost {
	background: url(../images/lost-something.png) no-repeat;
	width: 202px;
}

.found {
	background: url(../images/found-something.png) no-repeat;
	width: 202px;
}

/* BOXES */
.boxTop {
	background: url(../images/box-top.png) no-repeat;
	height: 7px;
}

.boxBottom {
	background: url(../images/box-bottom.png) no-repeat;
	height: 7px;
	margin-bottom: 10px;
}

.box {
	background: #f4f4f4 url(../images/box.png) repeat-x;
	border-left: 1px solid #cacaca;
	border-right: 1px solid #cacaca;
	min-height: 400px;
	padding: 20px 25px;
	width: 574px;
}

.box h2 span.date,
.box h3 span.date {
	color: #787878;
	font-size: 12px;
	font-weight: normal;
	text-transform: none;
	position: absolute;
	right: 2px;
	top: 5px;
}

.box h3 {
	border-bottom: 1px dotted #cacaca;
	margin-bottom: 20px;
	padding: 5px;
	position: relative;
}

.box h3 {
	color: #81bf42;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
}

/* ITEM BOX */
#itemBox {
	color: #787878;
}

/* item info */
#itemBox ul.info {
	float: left;
	padding: 15px 0 0 5px;
}

#itemBox ul.info li {
	background: url(../images/item-li.jpg) no-repeat 0 7px;
	padding: 0 0 6px 18px;
}

#itemBox ul.info li span {
	font-weight: bold;
}

#itemBox ul.info li a {
	color: #006ed4;
	text-transform: lowercase;
}

/* google map for item */
#itemBox .map {
	border: 1px solid #bebebe;
  float: right;
}

/* additional info */
#additional {
	padding-top: 15px;
}

#additional p {
	width: 270px;
}

/* item images */
#itemBox ul.images {
}

#itemBox ul.images li {
	float: left;
	padding-right: 10px;
}

/* HOME LOST/FOUND BOX */
#homeLost {
	padding-top: 5px;
}

#homeLost p {
	float: left;
	font-size: 11px;
	line-height: 13px;
	padding-left: 10px;
	text-align: justify;
	width: 212px;
}

/* SEARCH RESULTS PAGE */
.box h2 {
	border-bottom: 1px dotted #cacaca;
	font-size: 16px;
	margin-bottom: 15px;
	padding: 5px;
	position: relative;
}

.box h2 a {
  color: #787878;
}

.box h2 span {
	text-transform: uppercase;
}

span.foundItem {
	color: #80be42;
}

span.lostItem {
	color: #f79740;
}

#searchResults p {
	margin-bottom: 10px;
	padding: 0 5px 5px 5px;
}

#searchResults p.category {
	background: #ededed;
	border-top: 1px dotted #cacaca;
	margin-bottom: 25px;
	text-transform: uppercase;
	padding: 3px 5px 5px 5px;
}

#searchResults p.category span a {
	color: #80be42;
}

/* PAGINATION */
.pagination {
	font-size: 14px;
	overflow: hidden;
	text-align: center;
	padding: 35px 0;
}

.pagination span {
	display: inline;
}

.pagination span, .pagination a.next_page, .pagination a.prev_page {
	display: inline-block;
	padding: 5px;
}

.pagination a {
  color: #969494;
}

.pagination span a:hover,
.pagination span.current {
	color: #000;
}

/* next, previous */
.pagination .next_page {
	background: url(../images/pagination-next.jpg) no-repeat;
	height: 14px;
	margin: 0 6px;
	text-indent: -9999px;
	width: 44px;
}

.pagination .prev_page {
	background: url(../images/pagination-previous.jpg) no-repeat;
	height: 14px;
	margin: 0 6px;
	text-indent: -9999px;
	width: 64px;
}

/*------------------------------------------------------*/
/* =FOOTER						*/
#footer {
  border-top: 1px dashed #b4b3b1;
	margin-top: 35px;
	padding: 15px 0 20px 0;
	text-align: center;
}

#footer h3 {
	background: url(../images/categories.png) no-repeat 33px 0;
	height: 16px;
	margin-bottom: 20px;
	text-indent: -9999px;
}

#footer a {
	color: #787878;
}

#footer a:hover {
	color: #7cbb43;
	text-decoration: none;
}

#footer ul li {
	display: inline;
	font-size: 11px;
	padding: 0 6px;
	text-transform: uppercase;
}

#footer ul li.active a {
	color: #7cbb43;
}

/*------------------------------------------------------*/
/* =FORM ELEMENTS					                              */
/*------------------------------------------------------*/
.myform {
  width: 546px;
  padding: 14px;
}

.spacer {
  clear: both;
  height: 40px;
}

.small_spacer {
  clear: both;
  height: 5px;
}

#stylized h1 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 8px;
}

#stylized p {
  font-size: 11px;
  color: #787878666;
  margin-bottom: 20px;
  border-bottom: solid 1px #cacaca;
  padding-bottom: 10px;
}

#stylized label {
  display: block;
  font-weight: bold;
  text-align: right;
  width: 140px;
  float: left;
  clear: both;
}

#stylized .small {
  color: #787878666;
  display: block;
  font-size: 11px;
  font-weight: normal;
  text-align: right;
  width: 140px;
}

#stylized input, #stylized textarea, #stylized select {
  float: left;
  font-size: 12px;
  padding: 4px 2px;
  border: solid 1px #cacaca;
  margin: 2px 0 20px 10px;
}

#stylized input {
  width: 200px;
}

#stylized textarea {
  width: 300px;
  height: 150px;
}

#stylized button {
  clear: both;
  margin-left: 150px;
  width: 125px;
}

#item_sub_category_id {
  width: 100px;
}

label.error {
  margin-left: 130px;
  color: red;
}

#errorExplanation {
  margin-bottom: 40px;
}

.hidden {
  display: none;
}

.reveal {
  color: #48add7;
}

.reveal:hover {
  color: #48add7;
  text-decoration: underline;
	cursor: pointer;
}

#area {
  clear: both;
}

#map {
  margin-left: 150px;
}

#footer a#tinktank {
  line-height: 50px;
  color: #c40047;
}


/* FAQ */
.faq h1 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 3px;
}

.faq p {
  margin-bottom: 10px;
}

#questions {
  margin-bottom: 20px;
}

#questions a {
  display: block;
}

.post {
  margin-bottom: 50px;
}


/* Featured items */

#featured {
  margin: 30px 0;
  min-height: 550px;
}

h3 {
  color: #48ADD7;
  font-size: 18px;
  margin: 10px 0 10px 8px;
}

.feat_item {
  float: left;
  width: 195px;
  border: 2px #ededed solid;
  margin: 5px;
  padding: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

.feat_item h6 {
  font-weight: bold;
  border-bottom: 1px solid #ededed;
  height: 40px;
  padding: 5px 0 0 8px;
  background-color: #fafafa;
}

.feat_item h6 a {
  color: #787878;
}

.feat_item p {
  padding: 8px; margin: 0;
  vertical-align:top;
  overflow: auto;
  height: 80px;
  font-size: 11px;
  color: #787878;
  background-color: #fafafa;
}

.feat_item span.category {
  text-align:right;
  background: #ededed;
  border: 1px solid #ededed;
  height: 16px;
  font-weight: bold;
  float: right;
  padding: 2px 0;
  width: 195px;
}

.feat_item span.category a {
  color: #80BE42;
}

ins {
  padding: 5px 0 0 0 !important;
  margin-left: -25px !important;
  width: 728px !important;
}