/* GLOBAL */
html { height: 100%; }

body {
  background: #ccccc5 url("../images/background.gif") repeat-y 50% 0;
  background-attachment: fixed;
	color: #616161;
  margin: 0;
  padding: 0;
  text-align: center;
	font-family: verdana, arial, helvetica, sans-serif;
}


a img { border: 0; }
a:link { text-decoration: none; color: #0099cc; }
a:visited { text-decoration: none; color: #0099cc; }
a:hover { text-decoration: underline; }
a:active { text-decoration: underline; }

blockquote {
	/* background: #FBFCF5; */
	/* border-bottom: 1px solid #EED; */
	/* border-top: 1px solid #EED; */
	/* border-left: 2px solid #EED; */
	color: #444;
	display: block;
	font: normal 0.9em Verdana,sans-serif;
	margin-bottom: 12px;
	margin-left: 0px;
	padding: 12px;
}

h1,h2,h3,h4,h5 {
	font: normal 1.2em Arial,Helvetica,sans-serif;	
	color: #333333;
}

small{
	color: #616161;
	font-size: 0.8em;
}

p{
	text-align: justify;
	color: #616161;	
	line-height: 1.3em;
	letter-spacing: 0.0em;	
}

cite{
	color: #808080;
	font-size: 1.1em;
}

.clear { clear: both; }

.right{ text-align: right; margin: 0;padding: 0; }
.center{ text-align: center; margin: 0;padding: 0; }
.left{ text-align: left; margin: 0;padding: 0; }

/* TOP CONTAINER */
#toppromo {
  text-align: center;
  background-color: #000;
  padding: 5px;
  color: #000;
  font-size: 10px;
  border-bottom: 1px solid #efefef;
  margin-bottom: 20px;
	height: 90px
}

/* CONTAINER */
#container {
	margin: 0px auto;
	text-align: left;
	width: 800px;
}

/* CONTENT */
#content { 
	width: 760px;
	padding: 20px 0 0 20px;
}

#content li {
	list-style: url(../images/li.gif);
	margin-left: 2px;
	padding: 5px 0 5px 0;
}

#content h1{ 
	font-size: 2em;
	color: #599f21;
	text-align: center;
}

#content h2{
	font-size: 1.5em;
	color: #599f21;
	font-weight: bold;
}

/* HEADER */
#header{
  margin: 0;
  padding: 0;
  width: 800px;
  height: 110px;
	background: #00adef;
	border-bottom: 5px solid #00a4e2;	
}

#header #user{
  padding: 2px 10px 2px 10px;
	background: #00a4e2;
	color: #fff;
	text-align: right;
}

#header #user a:link { text-decoration: underline; color: #fff; }
#header #user a:visited { text-decoration: underline; color: #fff; }
#header #user a:hover { text-decoration: underline; }
#header #user a:active { text-decoration: underline; }

#header img{
	padding: 30px 0px 0 10px;
	float:left;
}

#header #slogan{
	margin-top: 72px;
  padding: 0 0 1px 10px;
	color: #fff;	
}

#header #search{
	padding: 10px;
	float: right;
  text-align: right;
}

#header #search input{
	font-size: 14px;
	font-weight: normal;
	margin: 0px;
	padding: 2px;
	border: 2px solid #00a4e2;	
}

#header #search small{
	display:block;
	color: #fff;
  margin: 0px;
  padding: 0px;
	text-align: left;	
}

#header #search strong{
	display:block;
	color: #fff;
  margin: 0px;
  padding: 0px;
	text-align: left;
	font-size: 11px;
}

/* TOP SIDEBAR */
#top_sidebar{
	width: 760px;
	padding: 0 20px 0 20px;
}

/* TOP NOTICE */
#notice {
	color: #000;
  border: 2px solid #288b28;
  padding: 1em;
  background-color: #f0f0f0;
  font: bold 1.0em sans-serif;
	width: 730px;
	margin: 20px 20px 10px 20px;
}

/* FILTER */
#search-filter{	
	text-align: right;
	color: #585858;
	padding-top: 20px;
}

#search-filter SELECT, INPUT{	
	font-size: 1.0em;
	color: #000;
}

#search-filter b{	
	letter-spacing: -0.04em;
	color: #599f21;
	font-weight: bold;	
	font-size: 1.2em;
}

/* TOP LEFT SIDEBAR */
#banner{
	width: 800px;
	height: 120px;
	padding: 30px 0 20px 0;	
	border-bottom: 1px solid #e6e6e6;	
}

.title{
	font-size: 1.7em;
	color: #599f21;
	text-align: center;
	padding: 0 0 20px 0;
}

#banner #info{
	width: 550px;
	float: left;
	text-align: right;
}

#banner #enter{
	width: 160px;
	float: left;
	text-align: left;
}

/* BOTTOM SIDEBAR */
#bottom_sidebar{
  background: #fff;
	padding: 0px;
	margin: 0px;	
}

/* MAIN */
#main { 
	width: 500px;
	float: left;
	padding: 20px 0 0 20px;
}

#main li{
	list-style: url(../images/li.gif);
	margin-left: 2px;
	padding: 5px 0 5px 0;
}

#main h1 {
	font-size: 2em;
	color: #599f21;
}

#main h2{
	font-size: 1.5em;
	color: #599f21;
	font-weight: bold;	
}

#main h3 {
	font-size: 1.0em;
	margin-bottom: 4px;
}

/* POST SUMARY */
#post-sumary{
	margin: 0 0 25px 0;
	padding: 0;	
}

#post-sumary span a{
	font-size: 1.5em;
	color: #ff6600;
	letter-spacing: -0.04em;
}
#post-sumary cite{
	letter-spacing: -0.04em;
	color: #b5b5b5;
}

#post-sumary cite a{
	font-style: normal;
}

#post-sumary p{
	margin-top: 2px;
	padding-top: 0px;
	line-height: 1.3em;	
}

/* POST */
#post{
	margin: 0 0 25px 0;
	padding: 0;
}

#post h1{
	color: #000;
	margin: 0;
	padding: 0;
	font: bold 1.8em Arial, "MS Trebuchet", sans-serif;
	text-align: left;
}

#post cite{	
	color: #b5b5b5;
}

#post cite a{
	font-style: normal;
}

#post h2{
	color: #599f21;
	font: bold 1.3em Arial, "MS Trebuchet", sans-serif;
	margin-top: 30px;
	border-bottom: 1px solid #ccc;	
}

#post a{
	font-size: 1.1em;	
}

#post p{
	text-align: justify;
	color: #616161;	
	line-height: 1.5em;
	letter-spacing: 0.0em;
}

/* BUSINESSES SUMARY */
#business-sumary{
	margin: 0 0 25px 0;
	padding: 0;
}

#business-sumary span a{
	font-size: 1.5em;
	color: #ff6600;
	letter-spacing: -0.04em;
}

#business-sumary cite{
	letter-spacing: -0.04em;
	font-size: 1.1em;
	color: #b5b5b5;
}

#business-sumary cite b{
	font-style: normal;
	font-weight: normal;
	color: #212121;
}

#business-sumary p{
	margin-top: 2px;
	padding-top: 0px;
	line-height: 1.3em;
}

/* LASTS BUSINESSES */
#last-business{
	margin-bottom: 5px;
}

#last-business small b{
	font-style: normal;
	font-weight: normal;
	color: #212121;
}

/* BUSINESS */
#business{
	margin: 0 0 25px 0;
	padding: 0;
}

#business h1{
	color: #000;
	margin: 0;
	padding: 0;
	font: bold 1.8em Arial, "MS Trebuchet", sans-serif;
}

#business h2{
	color: #599f21;
	font: bold 1.3em Arial, "MS Trebuchet", sans-serif;
	margin-top: 30px;
	border-bottom: 1px solid #ccc;	
}

#business #address{
	padding: 10px;
	margin-top: 5px;
	background: #F7F7F6;
}

#business p{
	text-align: justify;
	color: #616161;	
	line-height: 1.5em;
	letter-spacing: 0.0em;
}

/* SEARCH SUMARY */
#search-sumary{
	background: #ffc;
	color: #000;
	display: block;
	padding: 2px;
	margin-top: 20px;
}

/* SEARCH RESULT TAGS */
#tag-sumary{
	margin: 0 0 10px 0;
	padding: 0;	
}

#tag-sumary a{
	font-size: 1.5em;
	color: #ff6600;
	letter-spacing: -0.04em;
}

#tag-sumary small{
	font-size: 1.0em;
	color: #989898;
}

/* SEARCH RESULT ADDRESSES BUSINESSES */
#provinces-sumary{
	margin: 0 0 10px 0;
	padding: 0;	
}

#provinces-sumary a{
	font-size: 1.5em;
	color: #ff6600;
	letter-spacing: -0.04em;
}

#provinces-sumary small{
	font-size: 1.0em;
	color: #989898;
}

#sidebar{
	width: 230px;
	float: left;
	margin-left: 30px;
	padding: 20px 0 0 0;
}

#sidebar h3 {
	color: #599f21;
	font: bold 1.1em Arial, "MS Trebuchet", sans-serif;
	margin-top: 30px;
	border-bottom: 1px solid #ccc;	
}

#sidebar h4 {
	font-size: 1.1em;
	margin-bottom: 4px;
}

#sidebar #right{
	text-align: right;
}

#sidebar #center{
	text-align: center;
}

/* LOGIN INDEX */
#login-index{
	height: 38px;
	padding: 5px 10px 10px 10px;
	background: #73b33f;
	color: #fff;	
	margin: 1px 0 0 0;
}

#login-index a{
	color: #fff;
	font-size: 0.8em;
	text-decoration: underline;
}

#login-index label{
	font-size: 1.0em;	
}

#login-index input{
	font-size: 1.2em;	
}

#login-index #field{
	margin-left: 10px;
	float: left;	
}

/* LOGIN */
#login{
	padding: 0;
	margin-bottom: 20px;
}

#login p{
	line-height: 1.3em;
}

#login a{
	font-size: 0.8em;
	margin-left: 5px;
}

#login input{
	font-size: 1.2em;	
}

/* REGISTER */
#register{
	padding: 0px 10px 10px 10px;
	background: #fdfff5;
}

#register h2{
	font-weight: bold;
}

#register input{
	font-size: 1.2em;	
}

#register small{
	color: #585858;
	font-size: 0.8em;
}

#link-register a{
	font-size: 1.7em;
	color: #ff6600;	
}

#footer {	
	margin: 0px auto;
	position: relative;
	background-color: #000;
	border-top: 9px solid #F7F7F6;
	width: 800px;
	padding: 5px 0;
	clear: both;
	color: #808080;
}

#footer a{
	color: #E5E5E5;
}

/* USER MENU */
#menu {
	border-top: 1px solid #e3f8ff;
	background: #0078a6;
	padding: 2px 0 0 10px;
	margin-top: 20px;
}

#menu #navbar {
	list-style: none;
	margin: 10px 0 0 0;
	padding: 0;
	width: 580px;
	display: block;
	height: 26px;
	text-align: center;
}

#menu #navbar li {
	float: left;
}

#menu #navbar li a {
	padding: 0 10px;
	line-height: 2em;
	margin-right: 1px;
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
	background-color: transparent;	
}

#menu #navbar li a:hover {
	background-color: transparent;	
	text-decoration: underline;
}

#menu #navbar span{
	display: block;
	padding: 0 10px;
	line-height: 2em;
	margin-right: 1px;
	color: #0078A6;
	font-weight: bold;
	text-decoration: none;
	background-color: #fff;
}

.vertical-tip{
	margin: 10px 6px 10px 0;
	padding: 5px;
	border: 1px solid #d7d79b;
	background: #ffc;
}

.vertical-tip img{
	float: left;
	margin-right: 5px;
}

.vertical-tip h1{
	padding-bottom: 5px;
	border-bottom: 1px solid #d7d79b;
	color: #000;
}

.vertical-tip p{
	text-align: left;	
	line-height: 1.3em;	
}

.vertical-tip li{
	list-style: url(../images/li.gif);
	margin-left: -15px;
}

/* Multiedition */
#multiedition{
  margin: 0;
  padding: 0;
}

#multiedition #buttons{
	float: left;
	width: 15%;
}

#multiedition #feacture{
  padding: 0 0 0 10px;
	float: left;
	width: 80%;	
	border-left: 1px solid #dcdcdc;
	margin-bottom: 20px;
}

/* ADD BUSINESS IMAGE BUTTON */
.imagelink{
  margin: 0;
  padding: 0;
	text-align: center;
}

.imagelink a{ 
	color: #fff;
	background-color: #fff;
	text-decoration: none;		
}
.imagelink a:visited{ 
	color: #fff;
	background-color: #fff;
	text-decoration: none;		
}
.imagelink a:hover{ 
	color: #fff;
	background-color: #fff;
	text-decoration: none;		
}

/* AUTOCOMPLETE STYLE */
div.auto_complete {
      position:absolute;
      width:250px;
      background-color:white;
      border:1px solid #888;
      margin:0px;
      padding:0px;
    }
    ul.tags_suggest  {
      list-style-type: none;
      margin:0px;
      padding:0px;
    }
    ul.tags_suggest li.selected { background-color: #ffb; }
    li.tag {
      list-style-type: none;
      display:block;
      margin:0;
      padding:2px;
      height:32px;
    }
    li.tags_suggest div.image {
      float:left;
      width:32px;
      height:32px;
      margin-right:8px;
    }
    li.tag div.name {
      font-weight:bold;
      font-size:11px;
      line-height:1.2em;
    }
    li.tag div.count {
      font-size:10px;
      color:#888;
    }
    #list {
      margin:0;
      margin-top:10px;
      padding:0;
      list-style-type: none;
      width:250px;
    }
    #list li {
      margin:0;
      margin-bottom:4px;
      padding:5px;
      border:1px solid #888;
      cursor:move;
    }

/* 	EDIT FORM*/
#editinfo{
	padding: 0;
	margin: 0;
}

#editinfo h2{
	font-size: 2em;
	font-weight: bold;
}

#editinfo h3{
	padding: 0;
	font-size: 1.1em;	
	font-weight: bold;
}

#editinfo input{
	font-size: 1.2em;	
}

#editinfo select{
	font-size: 1.2em;	
}

#editinfo textarea{
	font-size: 1.0em;	
	font-family: verdana, arial, helvetica, sans-serif;
}

#editinfo label{
	color: #212121;
}

/* TAG BUSINESS */
.tagsbusiness{
	text-align: left;
}

.tagsbusiness a{
	color: #fff;
	background-color: #fff;
	text-decoration: none;
}

/* PAGINATION */
#pages{
	margin-top: 30px;
	padding: 2px 0 0 0;
}

/* WELCOME */
#welcome {
	text-align: left;	
}

#welcome h1{
	color: #599f21;
	font: bold 1.5em Arial, "MS Trebuchet", sans-serif;
}

#welcome h2{
	color: #599f21;
	font: bold 1.1em Arial, "MS Trebuchet", sans-serif;
	color: red;
}

#welcome .imagelink{
	text-align: left;
	margin-top: 10px;
}

/* ************************************ */

#propaganda{
	border: 1px solid #FFD8A7;
	padding: 3px;
	background: #fff;
}

#propaganda #title{
	padding: 5px;	
	text-align: center;
	font-size: 18px; 
  background-color: #FFB75B;
	color: #000;
	font-weight: bold;
}

#propaganda #description{
	text-align: justify;
	padding: 5px;
	font-size: 14px; 
}

#propaganda #description a{
	text-align: left;	
	font-weight: bold;	
}




/* TABLES */
table {
border-collapse: collapse;
border-spacing: 1px;
width: 100%;
}

td, th {
padding:6px 6px;
border-bottom:solid 1px #eee;
vertical-align:top;
}

table caption{
background: #efefef;
color: #333;
text-align: center;
font-size: 1.2em;
line-height:3em;
}

thead th {
background: #eee;
border-bottom:solid 1px #ddd;
border-top:solid 1px #fff;
text-align:left;
}

tfoot td, tfoot th{
background: #eee;
border-bottom:solid 1px #fff;
border-top:solid 1px #ccc;
}

tr.odd td, tr.odd th {
background:#edf3fe;
}

/* links */

td a, td a:visited {
padding-top:6px;
padding-bottom:6px;
margin-top:-6px;
margin-bottom:-6px;
}

td a {
color:#333;
}

td a:visited {

}


/* TAGCLOUD */
#tagcloud{
	padding: 20px;
	background: #fbfbfb;
	text-align: center;
	font-weight: normal;
	text-transform:capitalize;
	border-bottom: 1px solid #e6e6e6;	
}

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

#tagcloud li{
height:25px;
line-height:25px;
	display: inline;
}

#tagcloud a{
	padding: 5px;
	text-decoration: none;
}

#tagcloud a:hover{		
	background: #599f21;
	color: #fff;
}

/* TAG-CLOUDS */
.nube1 {font-size: 1em;}
.nube2 {font-size: 1.5em;}
.nube3 {font-size: 2em;}
.nube4 {font-size: 2.5em;}
.nube5 {font-size: 3em;}
.nube6 {font-size: 3.5em;}

