/* --- start of css --- */
/*  
Theme Name: Universal CSS
Theme URI: http://www.keym4k3r.com/
Description: Poland Travel theme - 2 column theme
Version: 1.0
Author: Keym4k3r
Author URI: http://www.keym4k3r.com/
*/



/* General */

body {
background: #4C4331 ;
	margin: 0;
}
#page {
background: #9BA493;
	width: 1004px;
	margin: 0px auto 10px;
	padding: 0px;
	position: relative;
	border: 1px solid #FFFCCA;
	}


h1, h2, h3, h4 {
	margin: 0;
}

img {
	border: 0;
}

.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}


/* Page 

#page {
	margin: 0 auto;
	width: 1004px;
}
*/

/* Header */

#header {
	width: 1004px;
	height:196px;
	background: url("images/header.jpg") no-repeat;
	position: relative;
}

	/* Header - Search */
	
	#header #header-search {
		position: absolute;
		top: 17px;
		left: 736px;
		width: 250px;
		height: 28px;
	}
	
	#header #header-search #searchform {
		margin: 0;
		padding: 0;
		width: 250px;
		height: 28px;
	}
	
	#header #header-search #s {
		width: 141px;
		height: 18px;
		border: 0;
		padding: 5px 6px;
		font: normal 12px "Trebuchet MS", Verdana;
		color: #000000;
		background: #FFFFFF;
		float: left;
	}
	
	#header #header-search #searchsubmit {
		background: #1F484D;
color: #ffffff;
		border: none;
		width: 89px;
		height: 28px;
		padding: 0;
		float: right;
font: bold 12px/30px "Trebuchet MS", Verdana;
	}
	
	/* Header - Info */
	
	#header #header-info {
		position: absolute;
		top: 35px;
		left: 100px;
	}
	
	#header #header-info h1 {
		color: #4C4331;
		font: bold 50px "Trebuchet MS", Verdana;
		
	}
	
	#header #header-info h1 a {
		color: #4C4331;
		text-decoration: none;
	}
	
	#header #header-info .description {
		color: #FFFCCA;
		font: bold 17px "Trebuchet MS", Verdana;
	}
	
	/* Header - Menu */
	
	#header #header-menu {
		position: absolute;
		top: 166px;
		height: 30px;
width: 1004px;
background: #1F484D;
	}
	
	#header #header-menu ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
		height: 30px;


	}
	
	#header #header-menu ul li {
		float: left;
		height: 30px;
		font: bold 12px/30px "Trebuchet MS", Verdana;
		color: #ffffff;
		
background: #1F484D;
		
		letter-spacing: 0.2px;
	}
	
	#header #header-menu ul li a {
		color: #ffffff;
		padding:0px 5px 0px 5px;
		margin:0px 5px 0px 5px;
		text-decoration: none;
		
background: #1F484D;
		display: block;
	}
	
	#header #header-menu ul li:hover {
background:  #a45454;
		
	}
#header #header-menu ul li a:hover {
background:  #a45454;
		
	}	

		/* Header - Menu - Feed */
		
		#header #header-menu ul li.header-menu-feed {
position:absolute;
top: -37px;	
right: 0px;		
height: 30px;
			background: none;
		}
		
		#header #header-menu ul li.header-menu-feed a {
	float:right;					

			
			background: none;
		}

		#header #header-menu ul li.header-menu-feed a:hover {
background: none;
		
	}
/* Header - Menu - Twitter */

		

		#header #header-menu ul li.header-menu-twitter{

position:absolute;
top: -90px;			
right: 0px;

		background: none;

		}

		

		#header #header-menu ul li.header-menu-twitter a {

	float:right;					
			background: none;

		}
		
		#header #header-menu ul li.header-menu-twitter a:hover {
background: none;
		
	}
		/* Header - Menu - Submenu */
		
		#header #header-menu ul li ul {
			display: none;
		}


/* Main */

#main {
	}

	/* Main - Sidebar */
	
	#sidebar {
		float: left;
		width: 240px;
		font: normal 11px/18px "Trebuchet MS", Verdana;
		margin:10px 0px 5px 5px;
		color: #003580;
font-weight: bold;
	}
	
	#sidebar a {
		color: #004fad;
		text-decoration: none;
	}
	
	#sidebar a:hover {

		text-decoration: underline;
	}
	
	#sidebar .sidebar-box {
background: #FFFFFF;
border: 1px solid #FFFCCA;
		width: 240px;
		margin-bottom: 2px;

	}
	
		/* Sidebar - Titles */
		
		#sidebar h3 {
background: #E7C19D;
color: #ffffff;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	text-transform: uppercase;
	margin: 10px 10px 10px 10px;
	padding: 3px 0px 3px 7px;
	}
		
		/* Sidebar - Menus */
		
		#sidebar ul {
			margin: 0 0 0 0;
			padding: 0;
			list-style-type: none;

		}
		
		#sidebar ul li {
background: #EEE7CC url(images/icon.gif) no-repeat top left;
	padding: 0px 0px 0px 20px;
	margin: 0px;
			font: bold 11px/25px "Trebuchet MS", Verdana;
			color: #004fad;
			border-top: 1px solid #9BA493;
			
		}
		
		#sidebar ul li a {
			color: #004fad;
			text-decoration: none;
		}
		
		#sidebar ul li a: hover,#sidebar ul li:active {
	background:  #EEE7CC url(images/icon_red.gif) no-repeat top left;
  margin: 0px;
text-decoration: underline;
		}
		
			/* Sidebar - Menus - Submenus */
			
			#sidebar ul li ul {
				margin: 0;
				padding: 0;
			}
			
			#sidebar ul li ul li {

				border-bottom: none;
			}
		
		/* Sidebar - Forms */
		
		#sidebar #searchform {
			margin: 0;
			padding: 15px 0;
			width: 193px;
			text-align: center;
		}
		
		#sidebar #searchform #s {
			width: 143px;
		}
		
		/* Sidebar - Tables */
		
		#sidebar #calendar_wrap {
			margin: 0 auto;
			padding-top: 5px;
			width: 115px;
		}
		
		#sidebar #calendar_wrap caption {
			font-weight: bold;
		}
		
		#sidebar #calendar_wrap tbody {
			text-align: right;
		}
		
		#sidebar #calendar_wrap tfoot #next {
			text-align: right;
		}
		
		#sidebar #calendar_wrap #today {
			font-weight: bold;
		}
		
		/* Sidebar - Texts */
		
		#sidebar .textwidget {
			padding: 5px 5px 0 5px;
		}
	
	/* Main - Content */
	
	#content {
		float: left;
		width: 750px;
		padding-top:10px;
                margin: 0px;

font:  bold 11px Tahoma, Arial, Helvetica, sans-serif;
	
background:#9BA493;

	}
/* Main - Category */
#content .category {
background: #FFFFFF;
		float: left;
		margin: 0px 5px 0px 5px;
		width: 746px;
	border: 1px solid #FFFCCA;
	}	
#content .category .category-title{
background: #FFFCCA;
			width: 700px;
			min-height: 54px;
			color: #871727;
			font: bold 11px "Trebuchet MS", Verdana;
			padding: 21px 23px 0 23px;
border-bottom: 1px solid #9BA493;
	}
#content .category .category-description{
font: 11px Tahoma, Arial, Helvetica, sans-serif;
			color: #000000;
			padding:20px;
			width:230px;
			margin: 0 0 0 0;
			
			float: left;
			min-height: 54px;
	}
#content .category .category-title h2 {
	background: #E7C19D;
color: #ffffff;
			font: bold 22px Tahoma, Arial, Helvetica, sans-serif;;
		}
#content  .category .post_in_category {
background: #ffebbb url(images/icon.gif) no-repeat top left;
		float: left;
		padding: 0px 0px 7px 20px ;
margin: 0 0px 0 20px;
		width: 650px;
	
	}
#content  .category .post_in_category:hover {
background: #ffebbb url(images/icon_red.gif) no-repeat top left;
		float: left;
		padding: 0px 0px 7px 20px ;
margin: 0 0px 0 20px;
		width: 650px;
	}
	/* Main - Content - Post */
	
	#content .post {
background: #EEE7CC;
		float: left;
		margin: 0px 5px 15px 5px;
		width: 746px;
	border: 1px solid #FFFCCA;
	}

	
		/* Post - Title */
		
		#content .post .post-title {
			
background: #FFFCCA;
			width: 700px;
			min-height: 54px;
			color: #000000;
			font: bold 11px "Trebuchet MS", Verdana;
			padding: 23px 23px 10px 23px;
border-bottom: 1px solid #e1a161;
		}
		
		#content .post .post-title a {
			color: #871727;
			text-decoration: none;
		}
		
		#content .post .post-title a:hover {
color: #004444;
			text-decoration: underline;
		}
		
		#content .post .post-title .post-date {
			float: left;
background: url(images/post_title.png) no-repeat;
			
			color: #ffffff;
			text-align: center;
			text-transform: lowercase;
			width: 75px;
			height: 52px;
			margin-right: 15px;
			font: bold 13px/16px "Trebuchet MS", Verdana;
		}

		#content .post .post-title .post-snow {
			float: left;
background: url(images/post_title.png) no-repeat;
			
			color: #ffffff;
			text-align: center;
			text-transform: lowercase;
			width: 75px;
			height: 52px;
			margin-right: 15px;
			font: bold 13px/16px "Trebuchet MS", Verdana;
		}
		
		#content .post .post-title .post-date span {
			margin-top: 5px;
			display: block;
		}
		
		#content .post .post-title h2 {
	background: #E7C19D;
color: #ffffff;
			font: bold 21px Tahoma, Arial, Helvetica, sans-serif;
padding: 5px 30px;
		}
		
		#content .post .post-title h2 a {
			color : #ffffff;
			text-decoration: none;
		}
		
		#content .post .post-title h2 a:hover {

			text-decoration: underline;
		}
		
		/* Post - Entry */
		
		#content .post .post-entry {
			font: 12px Tahoma, Arial, Helvetica, sans-serif;
			color: #000000;
			padding: 0px 0px 0px 12px ;
			width: 690px;
			margin: 0 0 0 0;
			background: #EEE7CC;
			float: left;
			min-height: 55px;
		}
		
		#content .post .post-entry a {
			color: #004fad;
			text-decoration: none;
		}
		
		#content .post .post-entry a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-entry .more-link {
			font: bold 12px/20px "Trebuchet MS", Verdana;
			color: #004fad;
			float: right;
		}
		
		#content .post .post-entry .more-link a {
			color: #004fad;
			text-decoration: none;
		}
		
		#content .post .post-entry .more-link a:hover {
			text-decoration: underline;
color: #004fad;
		}
		
		/* Post - Info */
		
		#content .post .post-info {
			width: 226px;
			height: 32px;
			clear: both;
			padding: 0 40px 0 480px;
			
			font: 11px Tahoma, Arial, Helvetica, sans-serif;
			color: #ffffff;
		}
		
		#content .post .post-info a {
			color: #ffffff;
			text-decoration: none;
		}
		
		#content .post .post-info a:hover {
			text-decoration: underline;
		}
		
		/* Post - Comments */
		
		#content .post h3 {
			color: #004fad;
			font: normal 17px "Trebuchet MS", Verdana;
			margin: 20px 0 10px 0;
		}
		
		#content .post .comments {
			font: normal 12px/18px "Trebuchet MS", Verdana;
			color: #000000;
			width: 691px;
		}
		
		#content .post .comments ol {
			margin: 10px 0;
			padding-left: 25px;
		}
		
		#content .post .comments ol li {
			padding: 5px;
		}
		
		#content .post .comments ol li a {
			color: #004fad;
			text-decoration: none;
		}
		
		#content .post .comments ol li a:hover {
			text-decoration: underline;
		}
		
		#content .post .comments ol li.alt {
			background: #f2f2f2;
		}
		
		#content .post .comments ol li cite {
			color: #004fad;
			font-style: normal;
			font-weight: bold;
		}
		
		#content .post .comments ol li cite a {
			color: #004fad;
			text-decoration: none;
		}
		
		#content .post .comments ol li cite a:hover {
			text-decoration: underline;
		}
		
		#content .post .comments ol li .commentmetadata a {
			color: #004fad;
			text-decoration: none;
		}
		
		#content .post .comments ol li .commentmetadata a:hover {
			text-decoration: underline;
		}
		
		#content .post #commentform {
			font: normal 12px/18px "Trebuchet MS", Verdana;
			color: #000000;
			width: 670px;
			margin: 0;
			padding-left: 21px;
		}
		
		#content .post #commentform a {
			color: #004fad;
			text-decoration: none;
		}
		
		#content .post #commentform a:hover {
			text-decoration: underline;
		}
	
	/* Main - Content - Navigation */
	
	#content .navigation {
		font: bold 12px/25px "Trebuchet MS", Verdana;
		color: #004fad;
		width: 720px;
		float: left;
		padding: 0 15px;
		

	}
	
	#content .navigation a {
		color: #004fad;
		text-decoration: none;

	}
	
	#content .navigation a:hover {
		text-decoration: underline;
	}
	
		#content .navigation .navigation-previous {
			float: left;
		}
		
		#content .navigation .navigation-next {
			float: right;
		}


/* Footer */

#footer {
	width: 1004px;
	height: 36px;
	color: #ffffff;
	font: normal 12px/36px "Trebuchet MS", Verdana;
	text-align: center;
	background: #1F484D;
}

#footer a {
	color: #ffffff;
	text-decoration: underline;
}

#footer a:hover {
	text-decoration: underline;
}


/*home page*/
#content .box {
	background: #FFFFFF;
	float: left;
	width: 345px;
	min-height: 540px;
	margin:10px 0px 10px 5px;
	padding: 10px 10px 10px 10px;
border: 1px solid #871727;
		}
#content .box h3{

background: #E7C19D;
color: #ffffff;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px 0px 10px 0px;
	padding: 3px 0px 3px 7px;
	}
#content .box b a{
margin:15px 15px 15px 5px;
padding: 10px 10px 10px 10px;
	color: #871727;
	text-decoration: none;
	}
#content .box b {
font:bold 13px/16px "Trebuchet MS", Verdana;
}	
#content .bigbox {

	background: #FFFFFF;

	float: left;

	width: 710px;

	margin:10px 10px 10px 5px;

	padding: 10px 10px 10px 10px;

	
	}
#content .bigbox h3{

background: #E7C19D;
color: #ffffff;

	font-size: 11px;

	font-family: Arial, Tahoma, Verdana;

	font-weight: bold;

	text-transform: uppercase;

	margin: 0px 0px 10px 0px;

	padding: 3px 0px 3px 7px;

	}
#content .bigbox b a{
margin:15px 15px 15px 5px;
padding: 10px 10px 10px 10px;

	color: #004fad;

	text-decoration: none;

	}
#content .bigbox b {
font:bold 13px/16px "Trebuchet MS", Verdana;

}	
#stat {
padding-left:20px;
padding-right:20px;
}
#stat1
{
padding-left:10px;
padding-right:10px;
}
/* Main - Bottom */
	
	#bottom{
		
		width: 1004px;
		font: normal 11px/18px "Trebuchet MS", Verdana;
		color: #000000;
		
		background: #FFFFFF;
	}
	
	#bottom a {
		color: #004fad;
		text-decoration: none;
	}
	
	#bottom a:hover {

		text-decoration: underline;
	}
	
	#bottom .sidebar-box {
float: left;
border-right: 1px dotted #b8cee8;
		width: 232px;
min-height: 230px;
		margin-bottom: 2px;
padding:0px 5px;
margin-left: 5px;
background: #FFFFFF;
	}
/* Bottom - Titles */
		
		#bottom h3 {
background: #E7C19D;
color: #ffffff;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	text-transform: uppercase;
	margin: 10px 10px 10px 10px;
	padding: 3px 0px 3px 7px;
	}
		
		/* Bottom - Menus */
		
		#bottom ul {
			margin: 0 0 0 0;
			padding: 0;
			list-style-type: none;

		}
		
		#bottom ul li {
background: #FFFFFF url(images/icon.gif) no-repeat top left;
	padding: 0px 0px 0px 20px;
	margin: 0px;
			font: bold 11px/25px "Trebuchet MS", Verdana;
			color: #004fad;
			border-top: 1px solid #b8cee8;
			
		}
		
		#bottom ul li a {
			color: #004fad;
			text-decoration: none;
		}
		
		#bottom ul li:hover,#bottom ul li:active {
	background: #ffeecc url(images/icon_red.gif) no-repeat top left;
  margin: 0px;
text-decoration: underline;
		}
#content .gallery {
background: #FFFFFF;
		float: left;
		margin-bottom: 10px;
		margin-left: 10px;
	border: 1px solid #871727;	
	}	
#content .teaser {
background: #FFFFFF;
			float: left;
		width:250px;
		height: 260px;
	border: 1px solid #871727;	
margin:0px 0px 0px 5px;
	padding: 5px 5px 5px 5px;
	}	
#content .teaser b a{
margin:0px 5px 0px 5px;
padding: 0px 0px 0px 10px;
	color: #871727;
	text-decoration: none;
font-size: 110%;
	}

#content .teaser p{
color: black;
	padding: 0px 10px 0px 10px;			
	}	

		#content .teaser h3 {
background: #E7C19D;
color: #ffffff;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	text-transform: uppercase;
	margin: 10px 10px 10px 10px;
	padding: 3px 0px 3px 7px;
border: 1px solid #871727;
	}
		
		
		
		#content .teaser ul {
			margin: 0 0 0 0;
			padding: 0;
			list-style-type: none;

		}
		
		#content .teaser ul li {
background: #FFFFFF url(images/icon.gif) no-repeat top left;
	padding: 0px 0px 0px 20px;
	margin: 0px;
			font: bold 11px/25px "Trebuchet MS", Verdana;
			color: #004fad;
			border-top: 1px solid #9BA493;
			
		}
		
		#content .teaser ul li a {
			color: #004fad;
			text-decoration: none;
		}
		
		#content .teaser ul li:hover,#content .teaser ul li:active {
	background: #ffeecc url(images/icon_red.gif) no-repeat top left;
  margin: 0px;
text-decoration: underline;
		}
#content .geomap {
	margin: 0px;
			}	

