/**
 * viajes.css
 */

/**
 * Estilos de las páginas de viajes
 * @author David Marsán Porras
 * @author Erwin Aligam (http://www.styleshout.com/)
 */

/***************************
	PALETTE
****************************/

/* Colours */

.palette-blue-background {
	background-color: #A9BAC3;
}
.palette-blue {
	background-color: #6297BC;
}
.palette-green {
	background-color: #9EC630;
}
.palette-gray-darker {
	background-color: #333333;
}
.palette-gray-dark {
	background-color: #666666;
}
.palette-gray {
	background-color: #BFBFBF;
}
.palette-gray-light {
	background-color: #F2F2F2;
}
.palette-gray-lighter {
	background-color: #FAFAFA;
}
.palette-red {
	background-color: #C63030;
}
.palette-red-light {
	background-color: #FFD0D0;
}
.palette-yellow {
	background-color: #FFFFCC;
}
.palette-orange {
	background-color: #FFB251;
}

.blue-background {
	color: #A9BAC3;
}
.blue {
	color: #6297BC;
}
.green-dark {
	color: #339900;
}
.green {
	color: #9EC630;
}
.gray-darker {
	color: #333333;
}
.gray-dark {
	color: #666666;
}
.gray {
	color: #BFBFBF;
}
.gray-light {
	color: #F2F2F2;
}
.gray-lighter {
	color: #FAFAFA;
}
.red {
	color: #C63030;
}
.red-light {
	color: #FFD0D0;
}
.yellow {
	color: #FFFFCC;
}
.orange {
	color: #FFB251;
}

/***************************
	ELEMENTS
****************************/

/* Body */

body {
	margin: 0;
	padding: 0;
	background: #A9BAC3 url(../img/background.gif) repeat-x;
	font: 12px verdana, tahoma, helvetica, sans-serif;
	color: #666666;
	text-align: center;
}

/* Classes */

.float-left {
	float: left;
}
.float-right {
	float: right;
}
.align-left {
	text-align: left;
}
.align-right {
	text-align: right;
}
.center {
	text-align: center;
}
.clear {
	visibility: hidden;
	clear: both;
}

.hidden {
	display: none;
}

/* Links */

a, a:link, a:visited { 
	color: #6297BC;
	background-color: inherit;
	text-decoration: none;
}
a:hover, a:active {
	color: #9EC068;
	background-color: inherit;
}
a img {
	border: 2px solid #6297BC !important;
}
a:hover img {
	border: 2px solid #6297BC !important; /* IE */
	border: 2px solid #9EC630 !important;
}

/* Headers */

h1 {
	font-size: 1.5em;
	color: #333333;
	text-transform: lowercase;
	clear: both;
} 
h2 {
	font-size: 1.5em;
	color: #6297BC;
	text-transform: lowercase;
	clear: both;
} 
h3 {
	font-size: 1em;
	font-variant: small-caps;
	font-weight: bold;
} 

/* Images */

img {
	border: 2px solid #BFBFBF;
}
img.no-border {
	border: none;
}
img.float-right {
	margin: 5px 0px 5px 15px;  
}
img.float-left {
	margin: 5px 15px 5px 0px;
}

/* Forms */

form {
	margin: 10px;
	padding: 10px 20px;
	border: 1px solid #888888; 
	background-color: #F2F2F2; 
}
label {
	font-weight: bold;
	margin: 5px 0;
}
input {
	padding: 2px;
	border: 1px solid #888888;
	color: #666666;
	width: 300px;
}
input:focus, input:active, input:hover {
	border-color: #FFB251;
	background-color: #FFFFCC;
}
textarea {
	width: 450px;
	height:100px;
	padding: 2px;
	border: 1px solid #888888;
	color: #666666;
}
textarea:focus, textarea:active, textarea:hover {
	border-color: #FFB251;
	background-color: #FFFFCC;
}
input.button { 
	margin: 0; 
	padding: 4px 6px; 
	border: 1px solid #888888;
	font-weight: bold; 
	background: #FFFFFF; 
	color: #666666;
	width: auto;
}
input.button:focus, input.button:active, input.button:hover {
	color: #FFB251;
	border-color: #FFB251;
	background: #FFFFCC;
}
span.help {
	color: #888888;
	font-size: 10px;
}
p.ok {
	border: 1px solid #24B81B;
	background-color: #CEF0CD;
	color: #24B81B;
	font-weight: bold;
	padding: 10px 20px 10px 15px;
	margin: 10px;
}
p.ok span {
	background: url(../img/ok.gif) no-repeat left center;
	padding: 22px;
}
p.error {
	border: 1px solid #F14C1F;
	background-color: #FFC8B9;
	color: #F14C1F;
	font-weight: bold;
	padding: 10px 20px 10px 15px;
	margin: 10px;
}
p.error span {
	background: url(../img/error.gif) no-repeat left center;
	padding: 22px;
}

/* Search */

form.searchform {
	background: transparent;
	border: none;
	margin: 5px 0 0 0;
	padding: 0;
}
form.searchform input.textbox { 
	border: 1px solid #9EC630; 
	margin: 0; 
	width: 160px;
	height: 23px;
	background: #FFFFFF;
	color: #666666; 
	font-size: 17px;
}
form.searchform input.button { 
	background: #FAFAFA;
}
form.searchform input.button:hover {
	border-color: #9EC630;
	color: #9EC630;
}

/***************************
	STRUCT
****************************/

/* Main container */

div#wrap {
	width: 920px;
	height: 100%;
	margin: 0 auto;
	text-align: justify;
	background: #FFFFFF;
}

/* Header */

div#header {
	position: relative;
	height: 85px;	
	background: #000000 url(../img/headerbg.gif) repeat-x 0% 100%;	
}
div#header h1#logo {
	margin: 0 0 0 15px;
	padding: 0;
	font-weight: bolder;
	font-size: 50px;
	letter-spacing: -3px;
	text-transform: lowercase;
}
div#header h1#logo span#beta {
	color: #FFB251;
	font-size: 0.5em;
}

div#header h2#slogan {
	margin: 1px 0 0 5px;
	color: #666666;
	font-size: 11px;
	text-transform: none;
}
div#header form.searchform {
	position: absolute;
	top: 0;
	right: 5px;
}

/* Subheader */

div#subheader {
	width: 920px;
	height: 120px;
	background: none;
	vertical-align: top;
	text-align: left;
}
div#subheader img {
	width: 920px;
	height: 120px;
	border: none;
}

div#subheader-menu {
	margin: 0;
	padding: 0;
	text-align: left;
}
div#subheader-menu ul {
	border-top: 6px solid #9EC630;
	border-bottom: 4px solid #6297BC;
	margin: 0;
	padding: 10px 0 5px 0;
}
div#subheader-menu li {
	display: inline;
	list-style-type: none;
	border-bottom: 4px solid #BFBFBF;
	padding: 5px 25px;
	margin: 0;
	text-transform: uppercase;
	font-weight: bold;
}
div#subheader-menu li a {
	padding: 0 0 0 22px;
}
div#subheader-menu li:hover {
	border-color: #9EC630 !important;
}	
div#subheader-menu li:hover a {
	color: #9EC630 !important;
}	
div#subheader-menu li.current {
	border-color: #FFB251;
}
div#subheader-menu li.current a {
	color: #FFB251;
}
div#subheader-menu li.inactive {
	border-color: #6297BC;
}
div#subheader-menu li.inactive a {
	color: #6297BC;
}
div#subheader-menu li a#menu-blog {
	background: url(../img/menu-blog-inactive.gif) no-repeat left center;
}
div#subheader-menu li.current a#menu-blog {
	background: url(../img/menu-blog-current.gif) no-repeat left center;
}
div#subheader-menu li:hover a#menu-blog {
	background: url(../img/menu-blog-hover.gif) no-repeat left center;
}
div#subheader-menu li a#menu-viajes {
	background: url(../img/menu-viajes-inactive.gif) no-repeat left center;
}
div#subheader-menu li.current a#menu-viajes {
	background: url(../img/menu-viajes-current.gif) no-repeat left center;
}
div#subheader-menu li:hover a#menu-viajes {
	background: url(../img/menu-viajes-hover.gif) no-repeat left center;
}
div#subheader-menu li a#menu-lugares {
	background: url(../img/menu-lugares-inactive.gif) no-repeat left center;
}
div#subheader-menu li.current a#menu-lugares {
	background: url(../img/menu-lugares-current.gif) no-repeat left center;
}
div#subheader-menu li:hover a#menu-lugares {
	background: url(../img/menu-lugares-hover.gif) no-repeat left center;
}
div#subheader-menu li a#menu-rss {
	background: url(../img/menu-rss-inactive.gif) no-repeat left center;
}
div#subheader-menu li.current a#menu-rss {
	background: url(../img/menu-rss-current.gif) no-repeat left center;
}
div#subheader-menu li:hover a#menu-rss {
	background: url(../img/menu-rss-hover.gif) no-repeat left center;
}
div#subheader-menu li a#menu-contacto {
	background: url(../img/menu-contacto-inactive.gif) no-repeat left center;
}
div#subheader-menu li.current a#menu-contacto {
	background: url(../img/menu-contacto-current.gif) no-repeat left center;
}
div#subheader-menu li:hover a#menu-contacto {
	background: url(../img/menu-contacto-hover.gif) no-repeat left center;
}
div#subheader-menu li a#menu-about {
	background: url(../img/menu-about-inactive.gif) no-repeat left center;
}
div#subheader-menu li.current a#menu-about {
	background: url(../img/menu-about-current.gif) no-repeat left center;
}
div#subheader-menu li:hover a#menu-about {
	background: url(../img/menu-about-hover.gif) no-repeat left center;
}

/* Photos Random */

div#photos-random {
	margin: 0 0 0 0;
	padding: 5px 0;
	border-top: 1px solid #F2F2F2;
	border-bottom: 1px solid #F2F2F2;
	background-color: #FAFAFA;
}
div#photos-random h2 {
	padding: 0 1em;
	font-size: 14px;
	color: #666666;
}
div#photos-random h2 a {
	font-weight: normal;
	float: right;
}
div#photos-random h2 a img {
	border: none !important;
	width: 24px;
	height: 24px;
}
div#photos-random p {
	text-align: center;
}
div#photos-random img {
	margin: 0 1px;
	width: 70px;
	height: 70px;
}

/* Photo */

img.big-photo {
	float: none !important;
	display: block !important;
	margin: 0 auto !important;
}
p.big-photo-count {
	font-variant: small-caps;
	font-size: 1.2em;
	text-align: center;
	margin: 0;
}

/* Photos Navigation */

div.photos-navigation {
	margin: 0 0 0 0;
	padding: 5px 0;
	border-top: 1px solid #F2F2F2;
	border-bottom: 1px solid #F2F2F2;
	background-color: #FAFAFA;
}
div.photos-navigation h2 a {
	font-weight: normal;
	float: right;
}
div.photos-navigation p {
	text-align: center;
}
div.photos-navigation img {
	border-width: 3px !important;
	margin: 0 4px !important;
	padding: 1px !important;
	width: 100px !important;
	height: 100px !important;
	float: none !important;
}

/* Main */

div#main p {
	line-height: 18px;
}
div#main div.trip {
	margin: 10px 20px 0 20px;
}
div#main div.chronicle {
	margin: 10px 20px 0 20px;
}
div#main div.photos {
	margin: 10px 20px 0 20px;
}
div#main div.container {
	margin: 10px 20px 0 20px;
}
div#main div.background {
	background: url(../img/background-div.jpg) right top no-repeat;
	text-align: justify;
	padding-right: 280px;
	min-height: 550px;
}
div#main div.background img {
	border: none;
	margin: 0 15px;
	float: left;
}
div.no-columns {
	margin: 10px 0 0 20px;
}

div.columns {
	float: left;
	margin: 0;
	padding: 0;
	width: 480px;		
}
div.double {
	float: left;
	margin: 0;
	padding: 0;
	width: 700px;		
}

/* Sidebar */

div#sidebar {
	float: left;
	width: 220px;
	margin: 0;
	padding: 0; 
	display: inline;		
}
div#sidebar h2 {
	margin-left: 10px;
}
div#sidebar ul.sidemenu {
	list-style: none;
	margin: 5px 0 5px 15px;
	padding: 0;		
}
div#sidebar ul.sidemenu li * {
	display: block;
	margin-bottom: 2px;
	border: 1px solid #F2F2F2;
	padding: 2px 5px 2px 5px;
	line-height: 20px;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	text-decoration: none;	
}
div#sidebar ul.sidemenu li.current span {
	color: #333333;	
	background: #FFFFFF;
	border-left: 4px solid #333333;	
}
div#sidebar ul.sidemenu li.inactive span {
	color: #CCCCCC;	
	background: #FFFFFF;
	border-left: 4px solid #CCCCCC;	
}
div#sidebar ul.sidemenu li.link a {
	color: #666666;	
	background: #F2F2F2;
	border-left: 4px solid #BFBFBF;
}
div#sidebar ul.sidemenu li.link a:hover {
	color: #9EC630 !important;	
	background: #FAFAFA;
	border-left: 4px solid #9EC630;
}
div#sidebar ul.sidemenu * span.date {
	display: inline;
	color: #999999;
	font-style: italic;
	text-decoration: none;
	font-weight: normal;
	padding: 0;
	background: transparent;
	border: none !important;
	line-height: normal;
}

/* Rightbar */

div#rightbar {
	float: right;
	width: 220px;
	margin: 0;
	padding: 0;
}
div#rightbar p {
	text-align: left;
	padding: 0 0 0 10px;		
}

/* Footer */

#footer { 
	clear: both; 
	color: #FFFFFF; 
	background: #A9BAC3; 
	border-top: 5px solid #6297BC;
	margin: 0;
	padding: 5px 0 0 0; 
	height: 50px;	  
	font-size: 11px;		
}
#footer a { 
	text-decoration: none; 
	font-weight: bold;	
	color: #FFFFFF;
}
#footer a:hover { 
	text-decoration: underline; 
}
#footer .footer-left {
	float: left;
	width: 65%;
}
#footer .footer-right {
	float: right;
	width: 30%;
}
#footer .footer-center {
	clear: both;
	border-top: 1px solid #FFFFFF;
	margin-top: 5px;
	padding-top: 5px;
}

/***************************
	OBJECTS
****************************/

/* Foot box */

div.foot-box {
	background-color: #FAFAFA;
	padding: 5px;
	border: 1px solid #F2F2F2;
	font-weight: bold;
	font-size: 0.9em;
	line-height: 25px;
}
div.foot-box span.date {
	float: right;
	background: url(../img/foot-date.gif) no-repeat left center;
	padding: 0 0 0 25px;
	color: #9EC630;
}
div.foot-box span.chronicles {
	background: url(../img/foot-chronicles.gif) no-repeat left center;
	padding: 5px 0 5px 25px;
}

/* Search result */

ul.search-places {
	list-style: square;
	font-size: 1.2em;
	font-weight: bold;
}

p.search-chronicle {
	margin: 15px 20px 0 20px !important;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
}
p.search-chronicle img {
	float: left;
	margin-right: 10px;
	width: 65px;
	height: 65px;
	border: none;
}
p.search-chronicle a.chronicle {
	font-variant: small-caps;
}
p.search-chronicle a.trip {
	font-weight: normal;
}
p.search-chronicle span.date {
	font-weight: normal;
	font-style: italic;
}
p.search-chronicle span.places {
	line-height: 22px;
	font-size: 11px;
	font-weight: normal;
}
p.search-chronicle span.places a {
	margin: 0 15px 0 0;
	vertical-align: middle;
}
p.search-chronicle span.places img {
	float: none;
	width: 18px;
	height: 12px;
	border: 1px solid #000000;
	margin: 0 2px 0 0;
	vertical-align: middle;
}

/* Updates */

table.updates {
	margin: 0 20px;
	border: none;
}
table.updates img {
	border: none;
	margin: 0 15px 0 10px;
}
table.updates p.date {
	font-variant: small-caps;
	font-weight: bold;
	font-size: 14px;
}
table.updates a {
	font-weight: bold;
}

/* Chronicle */

div.chronicle {
	margin-bottom: 2em;
}
div.chronicle p {
	margin-left: 15px;
	margin-right: 15px;
}
div.chronicle p a {
	font-weight: bold;
	text-decoration: underline;
}

/* Photos */

div.photos div {
	width: 100%;
    margin: 0 auto;
}
div.photos img {
    float: left;
    margin: 2px;
}

/* Itinerary */

ul.itinerary {
	margin: 5px 0 0 15px;
	padding: 0;
}
ul.itinerary li {
	list-style: none;
	line-height: 22px;
	min-height: 22px;
	padding: 0 0 5px 0;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
}
ul.itinerary li img {
	width: 18px;
	height: 12px;
	border: 1px solid #000000;
	vertical-align: middle;
	margin-right: 2px;
}

/* Flags index */

div.flags {
	margin: 0 5px 0 0;
}
div.flags img {
	margin: 5px 3px 0 0;
	width: 18px;
	height: 12px;
}

/* Map */

div#map-trip {
	margin: 0 auto 15px auto;
	width: 440px;
	height: 330px;
	border: 2px solid #BFBFBF;
}
div#map-trip div span {
	white-space: normal !important;
	display: block !important;
}

div#map-country div span {
	white-space: normal !important;
	display: block !important;
}

div#map-place {
	margin: 0 auto 0 auto;
	width: 250px;
	height: 200px;
	border: 2px solid #BFBFBF;
}
div#map-place div span {
	white-space: normal !important;
	display: block !important;
}
p.map-place {
	margin: 0 auto 5px auto;
	width: 180px;
	border: 2px solid #BFBFBF;
	padding: 0 !important;
	line-height: 22px;
	font-size: 11px;
}
p.map-place img {
	width: 18px;
	height: 12px;
	border: 1px solid #000000;
	vertical-align: middle;
	margin: 2px 2px 2px 5px;
}

/* Weather */

div#weather {
	margin: 0 auto 0 auto;
	width: 180px;
	height: 150px;
	border: 2px solid #BFBFBF;
	background: url(http://vortex.accuweather.com/adcbin/netweather_v2/backgrounds/clouds_180x150_bg.jpg) left top no-repeat;
}
div#weather div {
	text-align: center;
	font-size: 10px;
	line-height: 12px;
}










div#left p {
	padding-right: 10px;
}


/* Breadcrumbs */

div#breadcrumbs {
	margin: 11px 0 0 0;
	padding: 5px 0;
	border-top: 1px solid #BFBFBF;
	border-bottom: 1px solid #BFBFBF;
	background-color: #F2F2F2;
}
div#breadcrumbs * {
	background: url(../img/breadcrumbs-separator.gif) no-repeat left center;
	margin-left: 11px;
	padding-left: 16px;
	min-height: 20px;
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
}
div#breadcrumbs span.invisible {
	display: none;
}

/* Content DIVs */

div#content-wrap {
	clear: both;
	margin: 0;
	padding: 0 10px 15px 10px;	
	background: #FFFFFF;
}
div#content-wrap-right {
	clear: both;
	margin: 0;
	padding: 0 0 15px 10px;	
	background: #FFFFFF;
}

div.two-columns div#left {
	float: left;
	width: 600px;
}
div.two-columns div#right {
	float: left;
	width: 285px;
	padding: 0 0 0 15px;
}

div.two-columns div#left > * {
	margin-left: 20px;
}
div.two-columns div#left > h2 {
	margin-left: 10px;
}

/* Country list */

ul.countries {
	margin-left: 0 !important;
	list-style: none;
}
ul.countries li {
	float: left;
	width: 265px;
	margin: 4px 0 0 0;
	padding-bottom: 4px;
	border-bottom: 1px solid #BFBFBF;
}
ul.countries img {
	border: 1px solid #BFBFBF;
	padding: 1px;
	margin: 0 6px 0 0;
	width: 27px;
	height: 18px;
	vertical-align: middle;
}

/* Place list */

ul.place {
	margin-left: 0 !important;
	padding-left: 18px !important;
	list-style: none;
}
ul.place li {
	width: 250px;
	margin: 4px 0 0 0;
	padding-bottom: 4px;
	border-bottom: 1px solid #BFBFBF;
}
ul.place img {
	border: 1px solid #BFBFBF;
	padding: 1px;
	margin: 0 2px 0 0;
	width: 27px;
	height: 18px;
	vertical-align: middle;
}

/* Webcam list */

ul.webcams {
	margin-left: 0 !important;
	list-style: none;
}
ul.webcams li {
	float: left;
	width: 250px;
	margin: 0 10px 10px 0;
	padding: 4px;
	border: 2px solid #EFEFEF;
	background-color: #EFEFEF;
	text-align: center;
}
ul.webcams li p {
	padding: 0 !important;
}
ul.webcams li.empty {
	width: 90%;
}
ul.webcams img.webcam {
	width: 220px;
	height: 165px;
	border: 2px solid #BFBFBF;
	padding: 2px;
}
ul.webcams img.flag {
	border: 1px solid #000000;
	margin: 0 6px 0 0;
	width: 18px;
	height: 12px;
	vertical-align: middle;
}

/* Ads */

div.ads-wide {
	text-align: center;
	margin: 1em 0;
}

/* Favourite */

p.favourite-rated {
	font-size: 18px;
	font-weight: bold;
	margin: 0;
}
p.favourite-rated span.positive {
	background: url(../img/hand-up.gif) no-repeat left center;
	padding: 0 0 0 24px;
	color: #02B908;
}
p.favourite-rated span.negative {
	background: url(../img/hand-down.gif) no-repeat right center;
	padding: 0 24px 0 0;
	color: #FF4D03;
}
p.favourite-visited {
	font-size: 18px;
	font-weight: bold;
	margin: 0;
}

div.favourite-country {
	text-align: center;
	background-color: #EFEFEF;
	padding: 1em 0;
	margin: 0 15px 10px 15px;
}
div.favourite-country h3 {
	margin: 0;
}
div.favourite-country img {
	padding: 2px;
}

/* Vote */

p.vote {
	clear: both;
	background-color: #FAFAFA;
	border: 1px solid #F2F2F2;
	padding: 5px;
	font-size: 14px;
	text-align: right;
}
p.vote span.positive {
	background: transparent url(../img/hand-up.gif) no-repeat scroll left center;
	padding-left: 24px;
}
p.vote span.positive b {
	color: #02B908;
}
p.vote span.negative {
	background: transparent url(../img/hand-down.gif) no-repeat scroll left center;
	padding-left: 24px;
}
p.vote span.negative b {
	color: #FF4D03;
}

/* Country */

div.country-info b {
	text-transform: uppercase;
}
div.country-info img {
	float: left;
	padding: 2px;
	margin: 4px 12px 2px 0;
}

div#map-country {
	border: 2px solid #BFBFBF;
	width: 570px;
	height: 370px;
}
div#map-country a img {
	border: none !important;
}

div.map-dialog {
	width: 300px;
	line-height: 20px;
	font-size: 12px important;
}
div.map-dialog img {
	float: right;
	width: 60px;
	height: 40px;
	margin-right: 20px;
	padding: 2px;
}

ul.places {
	margin-top: 1em;
}
ul.places li {
	float: left;
	width: 250px;
}

ul.favourite-places {
	list-style: none;
	padding: 0 0 0 20px;
}
ul.favourite-places li {
	background: transparent url(../img/star.gif) no-repeat scroll left center;
	padding-left: 24px;
	line-height: 24px;
}

/* Place */

div.place-info h2 {
	clear: none;
	text-transform: none;
	color: #888888;
	font-size: 1.5em;
	margin: 0;
	padding: 2px 0 0 0;
}
div.place-info h3 {
	clear: none;
	text-transform: none;
	color: #BFBFBF;
	font-size: 1.5em;
	font-style: italic;
	font-weight: normal;
	font-variant: normal;
	margin: 0;
	padding: 0;
}
div.place-info img {
	float: left;
	padding: 2px;
	margin: 4px 12px 2px 0;
}

/* Weather */

div.weather-current {
	margin-bottom: 10px;
}
div.weather-current * {
	margin: 0;
	padding: 0 0 0 10px;
}
div.weather-current p.condition {
	padding-top: 5px;
}
div.weather-current img {
	padding: 2px;
	float: right;
	margin: 0 20px 0 10px;
}
div.weather-forecast {
	margin: 0 10px 0 0;
	padding-top: 5px;
	padding-bottom: 3px;
	border-top: 1px solid #BFBFBF;
}
div.weather-forecast * {
	margin: 0;
	padding: 0;
}
div.weather-forecast p {
	padding-top: 3px;
}
div.weather-forecast img {
	float: left;
	padding: 1px;
	border-width: 1px;
	width: 24px;
	height: 24px;
	margin: 0 10px 0 10px;
}
p.temperature {
	font-weight: bold;
}
div.weather-forecast span.max {
	color: #FF0000;
}
div.weather-forecast span.min {
	color: #0000FF;
}
p.weather-foot {
	text-align: right;
	border-top: 1px solid #BFBFBF;
	padding: 5px 10px 0 0;
	margin: 0 10px 0 0;
}
p.weather-foot img {
	border: none;
}

/* Trip */

div.trip {
	margin-bottom: 2em;
}
div.trip h2 {
	margin-top: 0;
}
div.trip a {
	background: url(../img/arrow.gif) no-repeat right center;
	padding-right: 25px;
}
div.trip a:hover, div.trip a:active {
	background: url(../img/arrow-hover.gif) no-repeat right center;
}
div.trip a:hover *, div.trip a:active * {
	color: #9EC630 !important;
}
div.trip img {
	float: left;
	margin: 0 15px 0 0;
	padding: 2px;
	width: 120px;
	height: 120px;
}
div.trip div.info {
	float: left;
	width: 400px;
}
div.trip p.date {
	font-style: italic;
}
img.trip {
	width: 160px;
	height: 160px;
}


/**
 * Chronicles
 */

ul.chronicle {
	list-style: none;
	padding: 0 10px 0 20px;
	text-align: left;
}
ul.chronicle li p.title {
	background: transparent url(../img/foot-chronicles.gif) no-repeat scroll left center;
	padding-left: 24px;
	line-height: 24px;
	font-weight: bold;
}
ul.chronicle li p.title-favourite {
	background: transparent url(../img/star.gif) no-repeat scroll left center;
	padding-left: 24px;
	line-height: 24px;
	font-weight: bold;
}
ul.chronicle li p.text {
	font-style: italic;
}
ul.chronicle li p.datetime {
	font-size: 0.9em;
	margin: 0;
	padding: 2px;
	border-top: 1px solid #BFBFBF;
	color: #9F9F9F;
	text-align: right;
}
ul.chronicle li p.datetime-small {
	font-size: 0.9em;
	margin: -10px 0 0 0;
	padding: 0 0 0 26px;
	color: #9F9F9F;
}
ul.chronicle li.empty {
	float: left;
	width: 90%;
	margin: 0 10px 10px 0;
	padding: 4px;
	border: 2px solid #EFEFEF;
	background-color: #EFEFEF;
	text-align: center;
}
p.chronicle-datetime {
	margin: 0;
	padding: 2px;
	color: #9F9F9F;
	text-align: right;
	font-style: italic;
}

/* Google widget 404 */
#goog-wm { }
#goog-wm h3.closest-match {
	font-size: 1.5em;
	font-variant: normal;
	font-weight: normal;
	color: #333333;
	text-transform: lowercase;
	clear: both;
}
#goog-wm h3.closest-match a { }
#goog-wm h3.other-things {
	font-size: 1.5em;
	font-variant: normal;
	font-weight: normal;
	color: #333333;
	text-transform: lowercase;
	clear: both;
}
#goog-wm ul li form {
	background: none !important;
	border: none !important;
	padding: 0 !important;	
}
#goog-wm-qt {
	margin-right: 5px;
}
#goog-wm-sb {
	width: auto !important;
	font-weight: bold;
}
#goog-wm-sb:focus, #goog-wm-sb:active, #goog-wm-sb:hover {
	color: #FFB251;
}
#goog-wm li.search-goog {
	display: list-item;
}

/* Blog - Posts */

ul.blog-posts-categories {
	list-style: none;
	padding: 0 0 0 20px;
}
ul.blog-posts-categories li {
	background: transparent url(../img/chronicle.gif) no-repeat scroll left center;
	padding-left: 24px;
	line-height: 24px;
}

ul.blog-posts-dates {
	list-style: none;
	padding: 0 0 0 20px;
}
ul.blog-posts-dates li {
	background: transparent url(../img/calendar.gif) no-repeat scroll left center;
	padding-left: 24px;
	line-height: 24px;
}

div.blog-post a {
	background: url(../img/arrow.gif) no-repeat right center;
	padding-right: 25px;
}
div.blog-post a:hover, div.blog-post a:active {
	background: url(../img/arrow-hover.gif) no-repeat right center;
}
div.blog-post a:hover *, div.blog-post a:active * {
	color: #9EC630 !important;
}

div.chronicle p.author {
	text-align: right;
	color: #BFBFBF;
}

/* Help */

p.help {
	font-size: 0.9em;
	padding: 0 15px;
}

/* Login */

.login {
	padding: 5px 10px;
	background-color: #FFE6CC;
	border: 1px solid #FF9514;
	color: #FF9514;
	font-weight: bold;
}
.logout {
	padding: 5px 10px;
	background-color: #F2F2F2;
	border: 1px solid #BFBFBF;
	font-weight: bold;
}

