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



/* General */

body {
background: #19363A   ;
	margin: 0;
}
#page {
background: #B28125;
	width: 1004px;
	margin: 0px auto 10px;
	padding: 0px;
	position: relative;
	border: 1px solid #916C47;
	}
a {
color: link_color;
}

 a:hover {

		text-decoration: underline;
	}


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

img {
	border: 0;
}

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



/*------------------------------------ Header------------------------------------ */

#header {
	width: 1004px;
	height:196px;
	background: url("images/header.jpg") no-repeat;
	position: relative;
}
	/* Header - Info */
	
	#header #header-info {
		position: absolute;
		top: 24px;
		left: 120px;
	}
	
	#header #header-info h1 {
		color: #D89C2D;
		font: bold 50px Arial,"Trebuchet MS", Verdana;
		
	}
	
	#header #header-info h1 a {
		color: #D89C2D;
		text-decoration: none;
	}
	
	#header #header-info .description {
		color: #FFFFFF;
		font: bold 17px "Trebuchet MS", Verdana;
	}
	

/* Header - Menu */
	
	#header #header-menu {
		position: absolute;
		top: 166px;
		height: 30px;
width: 1004px;
background: #1D1A39;
	}
	
	#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: #1D1A39;
		
		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: #1D1A39;
		display: block;
	}
	
	#header #header-menu ul li:hover {
background: #A45454;
		
	}
#header #header-menu ul li a:hover {
background: #A45454;
		
	}	
/* 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: #1D1A39;
color: #ffffff;
		border: none;
		width: 89px;
		height: 28px;
		padding: 0;
		float: right;
font: bold 12px/30px "Trebuchet MS", Verdana;
	}
		/* 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: 250px;
		font: normal 11px/18px "Trebuchet MS", Verdana;
		margin:0px 0px 0px 0px;
		color: #003580;
font-weight: bold;
background: #B28125;
border-left: 1px solid #916C47;
	}
		#sidebar .sidebar-box {
background: #B28125;
background: #FFFCCA;
border-bottom: 1px solid #916C47;
border-top: 1px solid #916C47;
		width: 250px;
		margin-bottom: 2px;

	}
	/* Sidebar - Titles */
		
		#sidebar h3 {
background: #C49873;
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: #E9E9BD;
	padding: 0px 0px 0px 10px;
	margin: 0px;
			font: bold 11px/25px "Trebuchet MS", Verdana;
			color: #004fad;
			border-top: 1px solid #916C47;
			
		}
		
		#sidebar ul li a {
		background: url(images/icon.gif) no-repeat top left;
		padding: 0px 0px 0px 20px;
			text-decoration: none;
		}
		
		
		#sidebar ul li a:hover,#sidebar ul li a:active {
	background: url(images/icon_red.gif) no-repeat top left;
	padding: 0px 0px 0px 20px;
  margin: 0px;
text-decoration: underline;
		}
	
		/* 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:#B28125;

	}
	/*---------------------- Main - Category --------------------------------*/
#content .category {
background: #FFFFFF;
		float: left;
		margin: 0px 5px 0px 5px;
		width: 746px;
	border: 1px solid #916C47;
	}	
#content .category .category-title{
background: #FFFCCA;
			width: 700px;
			min-height: 54px;
			color: #871727;
			text-align: center;
			font: bold 11px "Trebuchet MS", Verdana;
			padding: 21px 23px 0 23px;
border-bottom: 1px solid #B28125;
	}
#content .category .category-description{
font: 12px 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: #C49873;
color: #ffffff;
			font: bold 22px Tahoma, Arial, Helvetica, sans-serif;;
		}
#content  .category .post_in_category {
background: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: 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: #FFFFFF;
		float: left;
		
		width: 746px;
	border: 1px solid #916C47;
		
	}
		/*---------------------- 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-date span {
			margin-top: 5px;
			display: block;
		}
		
		#content .post .post-title h2 {
	background: #C49873;
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: #FFFFFF;
			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;
		}
		
	/* Main ------------------- Content - Navigation -----------------------------------*/
	
	#content .navigation {
		font: bold 12px/25px "Trebuchet MS", Verdana;
		color: #004FAD;
		width: 400px;
		background: #FFFFFF;
		padding: 0 15px;
		

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

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

	
	/*----------------------------HOME PAGE-------------------------------------------------------*/
	
	/*-----teaser---------*/
	#content .teaser {
background: #FFFFFF;
			float: left;
		width:250px;
		height: 250px;
	
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: #C49873;
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;

	}
		
		
		
		#content .teaser ul {
			margin: 0 0 0 0;
			padding: 0;
			list-style-type: none;

		}
		
		#content .teaser ul li {
background: #B28125 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 #B28125;
			
		}
		
		#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;
		}
	/*-------------------gallery---------------------*/
	#content .gallery {
background: #B28125;
		float: left;
		margin-bottom: 5px;
		margin-left: 10px;
		
	}	
	
	/*------------------------HOMe BOX --------------------*/
	#content .box {
	background: #FFFFFF;
	float: left;
	width: 345px;
	min-height: 540px;
	margin:5px 0px 10px 5px;
	padding: 10px 10px 10px 10px;

		}
		#content .bigbox {

	background: #FFFFFF;

	float: left;

	width: 700px;

	margin:5px 0px 10px 5px;

	padding: 10px 10px 10px 10px;

	
	}
		#content .smallbox {

	background: #FFFFFF;

	float: left;

	width: 345px;
min-height:220px;
	margin:5px 0px 10px 5px;

	padding: 10px 10px 10px 10px;

	
	}
		
#content .box h3, #content .bigbox h3, #content .smallbox h3{

background: #C49873;
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, #content .bigbox b a, #content .smallbox b a{
margin:15px 15px 15px 5px;
padding: 10px 10px 10px 10px;
	color:#871727;
	text-decoration: none;
	}
#content .box b, #content .bigbox b, #content .smallbox b {
font:bold 13px/16px "Trebuchet MS", Verdana;
}	

	
	/*--------------------- Main - Bottom ----------------------------------*/
	
	#bottom{
		border-top: 1px solid #FFFCCA;
		width: 1004px;
		font: normal 11px/18px "Trebuchet MS", Verdana;
		color: #000000;
		
		background: #EEE7CC;
	}
	
		#bottom .sidebar-box {
float: left;
border-right: 1px solid #FFFCCA;
		width: 245px;
height: 280px;
		margin-bottom: 0px;
padding:0px;
margin-left: 5px;
background: #EEE7CC;
	}
/* Bottom - Titles */
		
		#bottom h3 {
background: #C49873;
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 {
		background: #EEE7CC;
			margin: 0 0 0 0;
			padding: 0;
			list-style-type: none;

		}
		
		#bottom ul li {
background: 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 #FFFCCA;
			
		}
		
			
		#bottom ul li:hover,#bottom ul li:active {
	background: #FFEECC url(images/icon_red.gif) no-repeat top left;
  margin: 0px;
text-decoration: underline;
		}
		
		#bottom p {
		padding: 0px 5px;
		}
		/*---------------------------------------- Footer------------------------ */

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

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

#footer a:hover {
	text-decoration: underline;
}
/* ------------------------------------Begin Images ------------------------*/
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */

* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #EEE7CC;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
