*, html {
	margin:0;
	padding:0;
}

body {
	font: 62.5%/1 'Helvetica neue',Helvetica,Arial,Sans-serif; /* 1em = 10px */
	background-color: #fff;
	color:#333;
}

/*--------------------------------------------------------------------  BASICS */


a {
	text-decoration:underline;
	color:red;
}

a:hover {
	text-decoration:none;
}

h1, h2, h3, h4 {
	font-style:normal;
	font-weight:bold;
	line-height: 42px;
	font-size: 26px;
	color:#000;
	margin-bottom:10px;
}

p {
	font-size:14px;
	line-height:20px;
	margin-bottom:10px;
}


/*--------------------------------------------------------------------  TOP */

#tophome {
	height:57px;
	background: url(img/top-bg.gif) 0 0 repeat-x;
}
#tophome p {
	display:block;
	margin:0 auto;
	width:420px;
	color:#999;
	text-transform: uppercase;
	font-size:14px;
	line-height:42px;
	padding:0;
}

#top {
	height:57px;
	background: url(img/top-bg.gif) 0 0 repeat-x;
}
#top p {
	display:block;
	margin:0 auto;
	width:780px;
	color:#999;
	text-transform: uppercase;
	font-size:14px;
	line-height:42px;
	padding:0;
}

/*--------------------------------------------------------------------  LOGO */

#logo {
	display:block;
	width:272px;
	height:52px;
	text-indent:-9009px;
	background:transparent url(img/villovagar-small.gif) no-repeat 0 0;
	font-size:0.1em;
	clear:both;
	margin:20px auto 0 auto;
	width:780px;
}
#logo a {
	display:block;
	outline:none;
	width:100%;
	height:100%;
}

#logolarge {
	display:block;
	width:408px;
	height:78px;
	text-indent:-9009px;
	background:transparent url(img/villovagar-large.gif) no-repeat 0 0;
	font-size:0.1em;
	padding-left: 6px;
	clear:both;
	margin:30px auto 15px auto;
	width:420px;
}
#logo a {
	display:block;
	outline:none;
	width:100%;
	height:100%;
}


/*--------------------------------------------------------------------  SEARCH */

#searchbox {
	padding-bottom:20px;
	background:url(img/divider.gif) 0 bottom no-repeat;
}
#where,#what {
	background:url(img/input_bg.gif) 0 0 no-repeat;
	width:403px;
	height:62px;
	border:0;
	font-size:32px;
	color:#fff;
	line-height:52px;
	padding:0 12px;
	padding-top:10px;
	outline:none;
}
#what {
	
}
.hiddenlabel {
	display:none;
}

#upphittat, #borttappat {
	margin-top:8px;
}
#upphittat {
	border:0;
	background:url(img/btn_upphittat.jpg) 0 0 no-repeat;
	width:206px;
	height:55px;
	padding:0;
	text-indent:-9009px;
}
#upphittat:hover, #borttappat:hover {
	cursor:pointer;
}

#borttappat {
	border:0;
	background:url(img/btn_borttappat.jpg) 0 0 no-repeat;
	width:206px;
	height:55px;
	padding:0;
	text-indent:-9009px;
}
#homepage #borttappat {
	margin-left:5px;
}


.search_item {
	padding:0 0 5px 0;
	margin-bottom:5px;
	border-bottom: 1px solid #ccc;
	height:68px;
}
.search_item h3 {
	font-size: 16px;
	line-height:22px;
	margin:0;
	padding-top:5px;
}
.search_item p {
	font-size:12px;
	color:#666;
	padding:0;
	margin:0;
	text-transform:none;
}
.search_item img {
	float:left;
	background:url(img/thumb-bg.gif) 0 0 no-repeat;
	padding:4px;
	border:0;
	width:60px;
	height:60px;
	margin-right:10px;
}

.upphittat a {
	text-decoration:none;
	color:#7ba848;
}
.borttappat a {
	text-decoration:none;
	color:#6a95a8;	
}

/*--------------------------------------------------------------------  HOMEPAGE */

#homepage {
	margin:0 auto;
	width:420px;
}

#homepage h2 {
	background:url(img/divider.gif) 0 bottom repeat-x;
	text-transform:uppercase;
	font-size:16px;
	line-height:50px;
}

.borttappat {
	color:#6a95a8;	
}
.upphittat {
	color:#7ba848;
}
a.borttappat {
	text-decoration:none;
}
a.upphittat {
	text-decoration:none;
}
.add {
	color:#a87aa3;
}
a.add {
	text-decoration:none;
}
.item_image {
	float:right;
	border:1px solid #f2f2f2;
	margin-bottom:10px;
}

#gmap {
	float:right;
	width:340px;
	height:250px;
	padding:10px;
	border:1px solid #f2f2f2;
}


/*--------------------------------------------------------------------  SEND MESSAGE */

#send_email {
	width:230px;
	margin-bottom:10px;
}
#send_msg {
	width:300px;
	height:80px;
	margin-bottom:10px;
	padding:4px;
}
#send_send {
	padding:5px 10px;
	width:130px;
	height:30px;
	font-size:16px;
	line-height:20px;
}

/*--------------------------------------------------------------------  ADD OBJECT */

#add_what {
	width:230px;
	margin-bottom:10px;	
}
#add_where {
	width:230px;
	margin-bottom:10px;
}
#add_desc {
	width:300px;
	height:80px;
	margin-bottom:10px;
	padding:4px;	
}
#add_email {
	width:230px;
	margin-bottom:10px;	
}
#add_img_wrap {

}
#add_image {
	width:240px;
	margin-bottom:15px;
	border:1px solid #ccc;
	background-color:#f2f2f2;
	padding:10px;
}
#add_send {
	padding:5px 10px;
	width:200px;
	height:25px;
	font-size:16px;
	line-height:25px;
}

/*--------------------------------------------------------------------  SEARCH */



#content {
	margin:0 auto;
	width:780px;
	padding-bottom:20px;
}
#content h2 {
	background:url(img/divider.gif) 0 top repeat-x;
	margin-top:10px;
	font-size:16px;
	padding-top:5px;
	line-height:40px;
	border-bottom:1px solid #ccc;
}
#content h3 {
	font-size:14px;
	margin:0;
	padding:0;
}

label {
	display:block;
	font-size:13px;
	margin: 5px 0 2px 0;
}
input {
	padding:5px;
}


#addbtn {
	background:url(img/add-btn.gif) 0 0 no-repeat;
	width:780px;
	height:112px;
	text-indent:-9009px;
	border:0;
}
#addbtn:hover {
	cursor:pointer;
}


#wrap {
	background-color:#fff;
}

#footer {
	clear:both;}
#footer p {
	padding-top:38px;
	font-size:11px;
	color:#333;
	margin:0 auto;
	width:780px;
	text-align:center;
}
#footer a {
	color:#333;
	text-decoration:underline;
}


ul#error {
	border:1px solid #ccc;
	background-color:#f2f2f2;
	padding:10px;
	width:300px;
}
ul#error li {
	font-size:13px;
	line-height:20px;
	color:red;
	margin-left:20px;
}
