/*   
Theme Name: Travelogue
Theme URI: http://www.podq.com/travelogue/
Description: Designed with a traveler in mind, or someone with a chronologically-based blog, this theme is attractive and customizable. Don't forget to change the picture in the polaroid!
Author: Josh Lyman
Author URI: http://www.podq.com/
Version: 1.0.3

Released under the GPL. The included font, "Dear Joe," is released by joebob of http://www.joebob.nl/, 
and is free to use for any purposes. The default picture supplied in the polaroid header image is 
copyrighted by Josh Lyman. I don't care if you keep it, but recommend you change it. And please don't 
take credit for it either! ;-) Have fun!.
*/
/* Color Schemes
   -------------
	Orange Dark: #AA3511
	Orange Light: #E0D3CD
	
	GreenBlue Dark: #618788
	Green Light: #D4DBD3
	Blue Light: #B6CAD1         */
	
@import "style-country.css";

body {
	background-image: url('images/background.jpg');
	background-repeat: repeat-x;
	background-color: #FFFFFF; 
	margin: 0;
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
}

#polaroid {
	position:absolute;
	left:0px;
	top:0px;
	width:279px;
	height:285px;
}
#polaroid a {display: block; height: 100%}

/* If you wish to have a random polaroid image popped in, copy the .polaroid1 style and rename it to .polaroid2, .polaroid3, etc.
   Also don't forget to go into header.php and on line 22, change the rand(1,1) number to rand(1,X) where X is the number of
   polaroid pictures you have defined in your stylesheet. For each polaroid, change the url of the background to the appropriate pic. */

.polaroid1 {
	background: url('images/polaroid.jpg') no-repeat;
}

#header-img {
	position:absolute;
	left:279px;
	top:0px;
	width:486px;
	height:184px;
}
#header-img a {height: 100%; background: url('images/header_img.jpg') no-repeat; display: block; overflow: hidden; text-indent: -1000em}
#header-img a:hover {border: none}

#subheader {
	position:absolute;
	left:279px;
	top:184px;
	width:60%;
	height:101px;
	margin: 3px 5px 0 26px;
}
	
/* 		#subheader #search {
			float: left;
			width: 45%;
		}
		
		#subheader #cats {
			float: right;
			width: 45%;
		} */
		
		#reklama {width: 750px; margin: 0 auto;}

#sidebar {
	position:absolute;
	left:0px;
	top:285px;
	width:279px;
	margin: 10px 0 5px 3px;
}

#content {
	right:0;
	margin: /* 285px */ 293px 20px 10px 300px;
	padding:0;
	z-index:0;
}

#rightcolumn {
	float:right;
	width: 125px;
	height: 605px;
	margin:0 0 10px 20px;
}

#footer {
	text-align: center;
	font-size:.7em;
	border: 1px solid #D4DBD3;
	border-left: 0;
	border-right: 0;
	width:100%;
	height:100%;
}

.post {
	border-top: 1px #E0D3CD dotted;
	padding: 7px 3px 1px 4px;
}

.comments {
	margin: 0 0 5px 5%;
	padding-left: 8px;
	/*border-left: 3px #618788 solid;
	border-bottom: 1px #618788 solid; */
}

/* Text Styles */

h1, h2, h3 {
	font-weight: bold;
	color: #AA3511;
}

.post_head {
	margin-top:-14px;
}

p {
	font-size: .8em;
}

a:link {
	color: #AA3511;
	text-decoration: underline;
}

a:visited {
	color: #618788;
	text-decoration: none;
	border: none;
}

a:hover {
	color: #E0D3CD;
	text-decoration:none;
	border-bottom: 1px #E0D3CD dashed;
}

a img {
	border: none;
}

.pagetitle {
	text-align:center;
	text-decoration:underline;
}

.entry li {
	font-size: smaller;
}

/* End Typography & Colors */

/* Calendar Styles */

#wp-calendar {
	border: 2px solid #333333;
	text-align: center;
	margin: 0 auto;
	padding: 0;
	font-size: smaller;
}

#wp-calendar caption {
	font: bold 1.2em 'Century Gothic', Verdana, Arial, Sans-Serif;
	text-align: center;
	background-color: #618788;
	color:#FFFFFF;
	border: 2px solid #333333;
	border-bottom: none;
	margin: 0 auto;
}

#wp-calendar tbody, #wp-calendar tfoot {
	background-color: #B6CAD1;
	padding: 0;
	margin: 0;
}

#wp-calendar th {
	padding: 0;
}

/* End Calendar Styles */

/* Postit Date */

.post .post_cal {
	border: 1px solid #A6A6A6;
	text-align: center;
	width: 50px;
	float: left;
	margin: 0 10px 5px 0;
}

	.post_cal .dayname {
		background-color: #AA3511;
		border-bottom: 1px solid #A6A6A6;
		color: #FFFFFF;
		font-size: smaller;
		font-weight: bolder;
		width: 100%;
	}
	
	.post_cal .daynum {
		border-bottom: 1px solid #A6A6A6;
		font-size: xx-large;
		font-weight: bold;
		width: 100%;
	}
	
	.post_cal .month, .post_cal .year {
		font-size: smaller;
		width: 100%;
	}
	
.postmetadata {
	font-weight: bold;
}

.entry {text-align: justify;}
.imgRight {margin: 0 0 8px 8px}
.imgLeft {margin: 0 8px 8px}

/* End Postit Date */

/* Sidebar Styles */

#sidebar ul {
	list-style-type: none;
	margin: 0 5px 10px 10px;
	font-size: smaller;
}

#sidebar ul li h3 {
	font-size: 1.35em;
}

#sidebar ul li ul li {
	list-style-type: square;
}

/* End Sidebar Styles */

/* Seriously hacked out code for cool boxes */

.sidebox {
	margin: 0 auto; /* center for now */
	width: 17.5em; /* ems so it will grow */
	background: url('images/sbbody-r.gif') no-repeat bottom right;
	font-size: 100%;
}

.boxhead {
	background: url('images/sbhead-r.gif') no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: left;
}

.boxhead h3 {
	background: url('images/sbhead-l.gif') no-repeat top left;
	margin: 0;
	padding: 8px 30px 8px;
	font-weight: bold; 
	font-size: 1.2em; 
	line-height: .8em;
}

.boxbody {
	background: url('images/sbbody-l.gif') no-repeat bottom left;
	margin: 0;
	padding: 5px 9px 10px 5px;
}

.about p {margin: 0 0 0.5em 0;}
.about p.init {font-size: 1.1em}
.about .flag {float: left; margin: 0 4px 4px 0}



body.egipt .polaroid1 {background-image: url('images/egipt-polaroid.jpg')}
body.egipt #header-img a {background-image: url('images/egipt-header_img.jpg')}

body.turcja .polaroid1 {background-image: url('images/turcja-polaroid.jpg')}
body.turcja #header-img a {background-image: url('images/turcja-header_img.jpg')}

body.wlochy .polaroid1 {background-image: url('images/wlochy-polaroid.jpg')}
body.wlochy #header-img a {background-image: url('images/wlochy-header_img.jpg')}

body.grecja .polaroid1 {background-image: url('images/grecja-polaroid.jpg')}
body.grecja #header-img a {background-image: url('images/grecja-header_img.jpg')}

body.tunezja .polaroid1 {background-image: url('images/tunezja-polaroid.jpg')}
body.tunezja #header-img a {background-image: url('images/tunezja-header_img.jpg')}

body.hiszpania .polaroid1 {background-image: url('images/hiszpania-polaroid.jpg')}
body.hiszpania #header-img a {background-image: url('images/hiszpania-header_img.jpg')}

body.maroko .polaroid1 {background-image: url('images/maroko-polaroid.jpg')}
body.maroko #header-img a {background-image: url('images/maroko-header_img.jpg')}

body.portugalia .polaroid1 {background-image: url('images/portugalia-polaroid.jpg')}
body.portugalia #header-img a {background-image: url('images/portugalia-header_img.jpg')}

body.chorwacja .polaroid1 {background-image: url('images/chorwacja-polaroid.jpg')}
body.chorwacja #header-img a {background-image: url('images/chorwacja-header_img.jpg')}

body.bulgaria .polaroid1 {background-image: url('images/bulgaria-polaroid.jpg')}
body.bulgaria #header-img a {background-image: url('images/bulgaria-header_img.jpg')}

/* nowe */
body.wyspykanaryjskie .polaroid1 {background-image: url('images/wyspykanaryjskie-polaroid.jpg')}
body.wyspykanaryjskie #header-img a {background-image: url('images/wyspykanaryjskie-header_img.jpg')}
		
body.emiraty .polaroid1 {background-image: url('images/emiraty-polaroid.jpg')}
body.emiraty #header-img a {background-image: url('images/emiraty-header_img.jpg')}
		
body.tajlandia .polaroid1 {background-image: url('images/tajlandia-polaroid.jpg')}
body.tajlandia #header-img a {background-image: url('images/tajlandia-header_img.jpg')}
		
body.meksyk .polaroid1 {background-image: url('images/meksyk-polaroid.jpg')}
body.meksyk #header-img a {background-image: url('images/meksyk-header_img.jpg')}
		
body.cypr .polaroid1 {background-image: url('images/cypr-polaroid.jpg')}
body.cypr #header-img a {background-image: url('images/cypr-header_img.jpg')}
		
body.indonezja .polaroid1 {background-image: url('images/indonezja-polaroid.jpg')}
body.indonezja #header-img a {background-image: url('images/indonezja-header_img.jpg')}
		
body.kuba .polaroid1 {background-image: url('images/kuba-polaroid.jpg')}
body.kuba #header-img a {background-image: url('images/kuba-header_img.jpg')}
		
body.slowenia .polaroid1 {background-image: url('images/slowenia-polaroid.jpg')}
body.slowenia #header-img a {background-image: url('images/slowenia-header_img.jpg')}
		
body.srilanka .polaroid1 {background-image: url('images/srilanka-polaroid.jpg')}
body.srilanka #header-img a {background-image: url('images/srilanka-header_img.jpg')}
		
body.kenia .polaroid1 {background-image: url('images/kenia-polaroid.jpg')}
body.kenia #header-img a {background-image: url('images/kenia-header_img.jpg')}
		
body.dominikana .polaroid1 {background-image: url('images/dominikana-polaroid.jpg')}
body.dominikana #header-img a {background-image: url('images/dominikana-header_img.jpg')}
		
body.seszele .polaroid1 {background-image: url('images/seszele-polaroid.jpg')}
body.seszele #header-img a {background-image: url('images/seszele-header_img.jpg')}
		
body.brazylia .polaroid1 {background-image: url('images/brazylia-polaroid.jpg')}
body.brazylia #header-img a {background-image: url('images/brazylia-header_img.jpg')}
		
body.jamajka .polaroid1 {background-image: url('images/jamajka-polaroid.jpg')}
body.jamajka #header-img a {background-image: url('images/jamajka-header_img.jpg')}
		
body.mauritius .polaroid1 {background-image: url('images/mauritius-polaroid.jpg')}
body.mauritius #header-img a {background-image: url('images/mauritius-header_img.jpg')}
		
body.izrael .polaroid1 {background-image: url('images/izrael-polaroid.jpg')}
body.izrael #header-img a {background-image: url('images/izrael-header_img.jpg')}
		
body.jordania .polaroid1 {background-image: url('images/jordania-polaroid.jpg')}
body.jordania #header-img a {background-image: url('images/jordania-header_img.jpg')}
		
body.czarnogora .polaroid1 {background-image: url('images/czarnogora-polaroid.jpg')}
body.czarnogora #header-img a {background-image: url('images/czarnogora-header_img.jpg')}
		
body.austria .polaroid1 {background-image: url('images/austria-polaroid.jpg')}
body.austria #header-img a {background-image: url('images/austria-header_img.jpg')}
		
body.slowacja .polaroid1 {background-image: url('images/slowacja-polaroid.jpg')}
body.slowacja #header-img a {background-image: url('images/slowacja-header_img.jpg')}
		
body.francja .polaroid1 {background-image: url('images/francja-polaroid.jpg')}
body.francja #header-img a {background-image: url('images/francja-header_img.jpg')}
		
body.szwajcaria .polaroid1 {background-image: url('images/szwajcaria-polaroid.jpg')}
body.szwajcaria #header-img a {background-image: url('images/szwajcaria-header_img.jpg')}
		
body.sharmelsheikh .polaroid1 {background-image: url('images/sharmelsheikh-polaroid.jpg')}
body.sharmelsheikh #header-img a {background-image: url('images/sharmelsheikh-header_img.jpg')}
		
body.hurghada .polaroid1 {background-image: url('images/hurghada-polaroid.jpg')}
body.hurghada #header-img a {background-image: url('images/hurghada-header_img.jpg')}
		
body.korfu .polaroid1 {background-image: url('images/korfu-polaroid.jpg')}
body.korfu #header-img a {background-image: url('images/korfu-header_img.jpg')}
		
body.kreta .polaroid1 {background-image: url('images/kreta-polaroid.jpg')}
body.kreta #header-img a {background-image: url('images/kreta-header_img.jpg')}
		
body.rodos .polaroid1 {background-image: url('images/rodos-polaroid.jpg')}
body.rodos #header-img a {background-image: url('images/rodos-header_img.jpg')}
		
body.majorka .polaroid1 {background-image: url('images/majorka-polaroid.jpg')}
body.majorka #header-img a {background-image: url('images/majorka-header_img.jpg')}
		
body.grancanaria .polaroid1 {background-image: url('images/grancanaria-polaroid.jpg')}
body.grancanaria #header-img a {background-image: url('images/grancanaria-header_img.jpg')}
		
body.teneryfa .polaroid1 {background-image: url('images/teneryfa-polaroid.jpg')}
body.teneryfa #header-img a {background-image: url('images/teneryfa-header_img.jpg')}
		
body.lanzarote .polaroid1 {background-image: url('images/lanzarote-polaroid.jpg')}
body.lanzarote #header-img a {background-image: url('images/lanzarote-header_img.jpg')}
		
body.fuerteventura .polaroid1 {background-image: url('images/fuerteventura-polaroid.jpg')}
body.fuerteventura #header-img a {background-image: url('images/fuerteventura-header_img.jpg')}
		