/* EVENTS */
body {
	background-color: #fff;
	border: 0;	
	color: #333;
	font-family: Calibri, Helvetica, Arial, Verdana;
	font-size: 14px;
	margin: 0;
	padding: 0;
}

hr {
	background: #ccc; 
	border: none; 
	clear: both;
	color: #ccc;
	float: none; 
	height: .1em;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 100%; 
}

h1 {
	color: #303012;
	font: normal 1.1em/1em Calibri, Georgia, Palatino, Times New Roman;
	padding-top: 0;
	margin-top:0;
}

h2 {
	color: #303012;
	font: normal 1.8em/1em Calibri, Georgia, Palatino, Times New Roman;
	padding-top: 0;
	margin-top:0;
}

h3 {
	color: #333;
	font-family: calibri, georgia, garamond, serif;	
	margin: 0 0 10px 0;
	padding: 0;
}

a {
	color: #333;
	font-weight: normal;
	text-decoration: none;
}

a:hover {
	color: #b5c445;
}

abbr, img {
	border: none;
}

li {
	list-style: none;
}

/** **/

#nodes {
	float: left;
	margin-right: 15px;
	width: 300px;
}

#cities_column {
	background-color: #efefef; 
	font: normal 1em/1.2em Calibri, Helvetica, Verdana;
	padding: 10px;
}

#cities_column p {
	margin-bottom: 10px 0 10px 0;
}

#cities_column .country {
	font-weight: bold;
	color: #000;
}

#tags_column h2, #cities_column h2{
	margin-bottom: 10px;
}

.attenddes {
	margin-bottom: 30px;
}

.attenddes img {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}

.streetlink {
	float: left;
	padding-top: 5px;
	width: 200px;
}

.sbookmarks {
	float:right;
	margin-bottom:10px;	
	text-align:right;
	width:150px;
}


#group-list, #near-list  {
	margin: 0 0 20px 0;
	padding: 0px;
}

#group-list li, #near-list li {
	padding: 10px;
	border-bottom: 1px dotted #ccc;
	margin: 0;
}


.birthdate select {
	width: 130px;
}

.post h2 a, #tags_column h2, #cities_column h2 {
	color: #222;
}

.post h2 a {
	font: normal 1.2em/1.2em Calibri, Helvetica, Verdana;
}

.post, h2 {
	margin: 0px;
	padding: 0px;
}

.post {
	margin-bottom: 50px;
}

.description, .shortDescription {
	line-height: 1.4em;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #544D54;
}

.node-info {
	background-color: #eee;
	border: 1px solid #ccc;
	line-height: 1.2em;
	margin: 10px 0 10px 0;
	padding: 10px 0 10px 10px;
}

.node-info a {
	text-decoration: underline;
}

/** AUTOCOMPLETE **/

div.auto_complete    {
	background-color :white;
	border           :1px solid #888;
    margin           :0px;
    padding          :0px;
	position         :absolute;
	width            :250px;
} 
li.selected    { background-color: #ffb; }

/** GROUPS **/

#group-block {
	float: left;
	margin-top: 20px;
	width: 600px;
}

#group-block-border {
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

#hgroups {
	float: right;
	margin-left: 48px;
	width: 300px;
}

.group {
	background-color: #efefef;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

.group h3 a{
	color: #000;
	font-size: 18px;
}

.group p.group-info {
	color: #555;
	font-size: 12px;
}

.group p.group-info a {
	border-bottom: 1px dotted #555;
}

.group p.group-info a:hover {
	border-bottom: 1px solid #b5c445;
}

.group .group-img {
	float: left;
	width: 75px;
}

.group .group-text {
	float: left;
	padding: 10px;
	width: 400px;
}

.group-text h3 a:hover {
	color: #b5c445;
}

#grouppost-title {
	border-bottom: 3px solid #222;
	margin-bottom: 10px;
	padding-bottom: 5px;
}

.groupreply {
	border-bottom: 1px dotted #ccc;
	margin-bottom: 10px;
	padding-bottom: 10px;
	width: 600px;
}

.groupreply-image {
	float: left;
	width: 75px;
}

.groupreply-text {
	float: left;
	margin-left: 25px;
	width: 500px;
}

#groupreply-column {
	float: left;
	width: 600px;
}

#groupreply-sidebar {
	border-left: 1px dotted #ccc;
	float: right;
	margin-left: 10px;
	min-height: 300px;
	padding-left: 10px;
	width: 329px;
}

/** GROUP END **/

#report-form {
	margin-top: 20px;
}

#report-form textarea {
	height: 100px;
}

.info-line {
	border: 1px solid #f7f7eb;
	color: #ccc;
	margin-bottom: 50px;
	padding:5px;
}

.info-line a {
	color: #999;
}

.index_tags {
	margin: 10px 0 10px 0;
}

.index_tags a {
	border-bottom: 1px dotted #555;
	color: #222;
}

.index_tags a:hover {
	border-bottom: 1px solid #b5c445;
	color: #b5c445;
}

/** SUGGESTIONS **/

div.suggestion {
	border-bottom: 1px dotted #ccc;
	float: left;
	height: 75px;
	margin: 10px 0 10px 0;
	padding-bottom: 10px;
	width: 290px;
}

div.suggestion img {
	float: left;
	height: 75px;	
	margin-right: 15px;
	width: 75px;
}

div.suggestion p {
	float: left;
	width: 200px;
}

/** **/

#map {
	width: 100%;
}

.new_users {
	margin-top: 20px;
}

.attendees, .new_users {
	text-align: left;
}

.attendees {
	margin-bottom: 15px;
}

 .new_users div {
	float:left;
	margin-right: 1px;
	width: 16px;
}

.attendees img, .new_users div img {
	padding: 1px;
}

.user-photo {
	float:left; 
	margin-right: 10px;
}

#main {
	background-color: #fff;
	min-height: 400px;
}

.main_width, #main_content {
	width: 600px;
}

#main_content {
	float:left;
	border-right:1px dotted #ccc;
	margin-right:10px;
	padding-right:10px;
}

#main_sidebar {
	float:right;
	width:329px;
}

#container, #content_home {
	background-color: transparent;
	padding: 0px;
}

.content {
	background-color: transparent;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;	
	width: 950px;
}

#restaurants_home {
	margin-bottom:20px;
}

/** COMMENTS **/

#comment-block {
	margin-top: 30px;
}

#comments {
	background-color:  #fcf4a4;
	border: 5px solid  #fbca04;
	float: left;
	margin-right: 20px;
	padding: 10px;
	width: 600px;
}

#comments h3 {
	color: #111;
}

/** USERS HOME **/

#users-home {
	float: right;
	padding-top: 5px;
	width:300px;
}

#users-home img {
	padding-right: 10px;
}

/* Footer */

#footer {
	background-color: #222;
	background-image: url(/img/fondo-test.jpg);
	margin: 50px 0 0 0;
	padding: 0;
	text-align: left;
}

#footer .content {
	background-image: url(/img/arrow-footer.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	padding: 20px 0 20px 0;
}

#footer a {
	color: #ddd;
	margin-right: 10px;
}

#footer .content a:hover {
	color: #b5c445;
	text-decoration: none;
}

/* Header */

#header {
	background-color: #222;
	background-image: url(/img/fondo-test.jpg);
	border: 0px;
	margin:0px;
}

#header .content {
	background-image: url(/img/arrow-header.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
	padding-bottom: 0px;
}

/* Logo */

.logo {
	float: left;
	margin-right: 0px;
	width: 300px;
}

/* Header Menu */

#menu {
	font-size: 16px;
	font-family: Calibri, "Palatino", Georgia, serif;
	float: right;
	margin-top: 10px;
	padding-top: 10px;
	text-align:right;
	width: 600px;
}

#menu a {
	color: #f7f7eb;
	margin-left: 20px;
}

#menu a:hover {
	border-bottom: 3px solid #b5c445;
}

/** FORM **/

#form-block {
	margin-top: 20px;
}
#form-block a {
	border-bottom: 1px dotted #222;
}
#form-block a:hover {
	border-bottom: 1px solid #b5c445;
}

#form-block .info {
	font-size: 16px;
	float: left;
	margin-right: 9px;
	padding-top: 30px;
	vertical-align: middle; 
	width: 415px;
}

#form-block .info p {
	margin-bottom: 15px;
}

#form-block .form {
	border-left: 1px dotted #ccc;
	float: right;
	padding-left: 25px;
	width: 450px; 
}

#form-block div.submit {
	margin-top: 20px;
}

#form-block div.submit input {
	float: left;
	margin-right: 5px;
}
#form-block div.submit p.backlink {
	float: left;
}

#flashMessage  {
	background-color: #FEFBAF;
	border: 1px solid #FFF98C;
	color: #FB9765;
	padding: 3px;
	text-align: center;
}

#flash-container {
	height: 30px;
	margin-bottom: 5px;
}

.notes {
	color: #555;
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 10px;
}

/** SEARCH **/

#searchBox {
	border: 1px solid #ccc;
	padding: 5px;
	padding-bottom: 10px;
}

#searchBox label {
	font-weight: bold;
	margin-bottom: 5px;
}

#searchBox input {
	width: 290px;
}

.search {
	background-image: url('/img/search.gif');
	background-repeat: no-repeat;
	background-position: 295px;
	padding-right: 15px;
}

/** TABLE FORUM  :: TABLE SEARCH */

table#search {
	border-collapse: collapse;
	border: 0px;
	margin-top: 20px;
}

table#forum {
	border-collapse: collapse;
	border: 0px;
	width: 600px;
}

table#forum thead th.user, table#forum thead th.date {
	width: 120px;
}

table#forum thead th.replies {
	width: 60px;
}

table#forum thead th, table#search thead th {
	background-color: #fff;
	border: 0px;
	color: #555;
	font-weight: normal;
	font-size: 12px;
	padding: 5px;
	text-align: left;
}

table#forum thead tr, table#search thead tr  {
	background-color: #fff;
	border: 0px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
}

table#forum td, table#search td {
	border: 0px;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: left;	
}

table#forum tr, table#search tr {
	border-bottom: 1px dotted #ccc;
}

/* */

.new_message {
	font-weight: bold;
}

form div #map {
	margin-bottom: 0px;
}

.clear {
	clear: both;
}

/* HOME */

#cleft, #cright, #ccenter {
	float:left;
	width:300px;
}

#cleft, #ccenter {
	border-right: 1px dotted #ccc;
	margin-right: 12px;
	padding-right: 12px;
}

#tag_cloud {
	background-color: #efefef;
	padding: 10px; 
}

#tag_cloud a {
	color: #222;
}

#tag_cloud a:hover {
	background-color: #222;
	color: #fff;
}

#subtitle {
	background-color: #b5c445; 
	border-bottom: 1px solid #ccc;
	margin: 0px;
	padding: 0px;
	text-shadow: #555 1px 1px 1px;
}

#subtitle h1 {
	background: transparent;
	color: #fff;
	margin: 0 auto 0 auto;
	padding: 10px;
	width: 950px;
}

#hintro {
background-color:transparent;
height:200px;
margin-bottom:10px;
padding-bottom:10px;
}

#home-text {
	color: #b5c445;
	padding-top: 30px;
	font-size: 24px;
	font-height: bold;
	font: normal 2.1em/1em Calibri, Georgia, Palatino, Times New Roman;
}

#home-text p {
	margin-bottom: 20px;
}

.blind_button {
	border: 1px solid #ccc;
	margin-bottom: 10px
}

.blind_button a.block {
	display: block; 
	background-image: url(/img/barrow.jpg);
	background-position: 300px 15px;
	background-repeat: no-repeat;
	padding: 10px;
}

.crestaurant_row {
	border-bottom:1px dotted #ccc; 
	font-size: 1.0em;
	line-height: 1.8em;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-bottom:10px;
} 

.crestaurant_row h2 {
	float: left;
	width: 450px;
}

.fstar {
	float: right;
	width: 125px;
}

.crestaurant_row_name {
	font-size: 1.5em;
}

.general_info {
	color: #999;
	font: italic .9em/1.2em Calibri, Helvetica, verdana;
}

.general_info a {
	color: #555;
}

.general_info a:hover {
	color: #b5c445;
	text-decoration: none;
}

.ccomment_row {
	margin-bottom:20px;
}

.ccomment {
	margin-top: 20px;
	padding:5px;
}

#cright li {
	font-size: 1.1em;
	line-height: 1.2em;
}

#cright-big {
	float: right;
	width:620px;
}

/* Restaurant View */

#view_restaurant_full {
  float: left;
  width: 600px;
}

#restaurant-side {
	float: right;
	margin-left: 20px;
	width: 330px;
}

#restaurant-side h3 {
	border-bottom: 3px solid #222;
	margin-bottom: 20px;
	padding-bottom: 5px;
}

.tags {
	background-color: #8851db;
	line-height: 1.6em;
	margin-top: 15px;
	padding: 15px;
}

#friend_list {
	margin-bottom: 20px;
	text-align: left;
}

#friend_list img {
	float: left;
	margin-right: 5px;
	margin-top: 5px;
}

/* */

#login_form_left, #register_form_left, #comment_write_left, #restaurant_add_left, #write_message_left {
	font-size:1.2em;
	float:left;
	margin-top: 30px;
	margin-top:80px;
	padding-left: 20px;
	padding-right:20px;
	width:350px;
}

#edit_user_left {
	float:left;
	padding-left: 20px;
	padding-right:20px;
	width:350px;
}

#login_form_right, #register_form_right, #comment_write_right, #restaurant_add_right, 
#write_message_right {
	border-left:1px dotted #ccc;
	float:right;
	margin-top: 30px;
	padding-left:50px;
	width: 400px;
}

.price {
	margin-top: 20px;
}

#pages {
	float: left;
	width:935px;
}

#pages a {
	text-decoration: underline;
}

#pages p, #delete_links {
	margin-top: 20px;
}

#delete_links a {
	margin-right: 50px;
}

#social_bookmarks {
	margin-top: 10px;
}

#small_photos {
	margin-bottom: 15px;
}

#small_photos img {
	float:left;
	margin-right: 5px;
	margin-top: 5px;	
}

ul.autocomplete li {
	border-bottom: 1px solid #ccc;
	padding: 10px;
}

#gad {
	float:left;
	height: 60px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 5px;
	width: 234px;
}

/** BUTTON */

a.button {
    background: transparent url('/img/bg_button_a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: right;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-left: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
	border: 0px !important;
}

a.button span {
    background: transparent url('/img/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}

a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
}

.bclear {
	margin-bottom:10px;
	margin-top:10px;
	overflow:hidden;
	width:inherit;
}

#home-image {
	float:left;
	margin-right:13px;
	text-align:center;
	width:300px;
}

#home-text {
	color:#b5c445;
	float:right;
	font:2.1em/1em Calibri, Georgia,Palatino,Times New Roman;
	padding-top:30px;
	width:600px;
}

.ads-info {
	background-color: #b5c445;
	border: 1px solid #ccc;
	line-height: 1.2em;
	margin: 10px 0 10px 0;
	padding: 10px 0 10px 10px;
}

#facebook {
margin-top: -28px;
margin-left: 735px;
}

#fb {
margin-top: -78px;
margin-left: 500px;
}

#rapporter {
text-align: right;
margin-bottom: -40px;
}
