body {
	background: url(../img/header.png) repeat-x top;
}

ul {
	list-style-image: url(../img/arrow-blue.png);
	list-style-type: circle;
	list-style-position: inside;
}

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

h2, h3 {
	color: #054967;
}

h2 {
	font-size: 1.5em;
}

h3 {
	font-size: 1.2em;
}

#top {
	width: 100%;
	height: 100px;
	clear: both;
	margin-bottom: 10px;
}

#logo {
	background: url(../img/logo.png) no-repeat;
	width: 540px;
	height: 108px;
	display: block;
	float: left;
}

#top-menu {
	color: #ccf0ff;
	float: right;
	margin: 5px;
	padding: 0;
}

#top-menu a {
	color: #ccf0ff;
	text-decoration: none;
}

#top-menu a:hover {
	border-bottom: 1px dotted;
}

#breadcrumbs {
	font-size: 0.9em;
}

#footer {
	background: url(../img/footer.png) no-repeat top left;
	border-bottom: 4px solid #0f506f;
	color: #eee;
	width: 950px;
	max-height: 119px;
	padding: 10px 0 0 10px;
	margin: 10px auto 0 auto;
	clear: both;
}

#up {
	background: url(../img/arrow.png) no-repeat;
	display: block;
	width: 20px;
	height: 18px;
	margin: 0;
	padding: 0;
	margin-right: 50px;
}

.fleft {
	float: left;
}

.fright {
	float: right;
}

.tag-1 {
    font-size: 12px;
}

.tag-2 {
    font-size: 13px;
}

.tag-3 {
    font-size: 14px;
}

.tag-4 {
    font-size: 15px;
}

.tag-5 {
    font-size: 16px;
}

.tag-6 {
    font-size: 17px;
}

.tag-7 {
    font-size: 18px;
}

.tag-8 {
    font-size: 19px;
}

.nomargin {
	margin-left: 0 !important;
}

ul.categories {
	margin-left: 10px;
	margin-right: 0;
	padding-left: 0;
}

ul.categories li {
	list-style-image: url(../img/arrow-blue.png);
	margin-bottom: 3px;
}

ul.locations {
	margin-left: 10px;
	margin-right: 0;
	padding-left: 0;
}

ul.locations li {
	list-style-image: url(../img/arrow-orange.png);
	margin-bottom: 3px;
}

div.spot {
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 5px;
	background: #f5f9fa;
	display: block;
	margin-bottom: 5px;
}

div.spot:hover {
	background: none;
}

div.spot h4 {
	margin: 0;
}

div.spot div.heading {
	width: 100%;
}

div.spot div.heading span {
	font-size: 0.9em;
	color: #888;
}

div.spot div.heading span a {
	color: #888;
}

.allwidth {
	width: 100%;
}

#map_canvas {
	height: 200px;
	margin-bottom: 1.45em;
}

.shadow {
	-moz-box-shadow: 5px 5px 5px #aaa;
	box-shadow: 5px 5px 5px #888;
}

#comment_form textarea {
	width: 550px;
	height: 100px;
}

#comment_form .rating {
	clear: both;
}

#comment_form .rating label {
	display: block;
	width: 200px;
	float: left;
}

#comment_form .votes {
	width: 330px;
}

#comment_form input.submit {
	background: url(../img/btn-comment.png);
	border: none;
	width: 300px;
	height: 37px;
	margin: 10px 20px;
}

.blue {
	background: #f5f9fa;
}

.grey {
	background: #fcfcfc;
}

.comment {
	padding: 10px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;	
}

span.star {
	float: left;
	display: block;
	overflow: hidden;
	text-indent: -999em;
	width: 16px;
	height: 15px;
	background: url(../img/ui.stars.gif) no-repeat;
	background-position: 0 -48px;
}

span.star-disabled {
	background-position: 0 -32px;
}

img.stars {
	float: right;
}

.rate {
	background: #D5EAF3;
	color: #0F587A;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	padding: 5px;
}

.right {
	text-align: right;
}

.left {
	text-align: left;
}

.ui-tabs-panel a {
	color: #054967 !important;
	text-decoration: none;
}

#search_form {
	float: right;
}

#search_form input[type=text] {
	background: #f5f9fa url(../img/ico-search.png) no-repeat right;
	color: #444;
	width: 390px;
	height: 25px;
	padding: 5px;
}

.box-angry {
	background: url(../img/box-angry.png) no-repeat;
	width: 470px;
	height: 45px;
}

.box-happy {
	background: url(../img/box-happy.png) no-repeat;
	width: 470px;
	height: 45px;
}

.box-company {
	background: url(../img/box-company.png) no-repeat;
	width: 470px;
	height: 45px;
}

.box-opinion {
	background: url(../img/box-opinion.png) no-repeat;
	width: 470px;
	height: 45px;
}

.box-content {
	width: 458px;
	border-right: 1px solid #bfbfbf;
	border-left: 1px solid #bfbfbf;
	padding: 0 5px;
	margin: 0;
}

.box-content h1 {
	color: #555;
	padding: 10px 0;
	font-size: 1.6em;
}

.box-bottom {
	background: url(../img/box-bottom.png) no-repeat;
	width: 470px;
	height: 10px;
	margin-bottom: 5px;
}

.center {
	text-align: center;
}

.red {
	color: #e2001a;
}

.green {
	color: #54b300;
}

a.t1 {
	color: #054967;
}

a.t2 {
	color: #777;
}

