/*
Theme Name: Dahab Travel 2.0
Theme URI: http://dahabtravel.eu/
Description: First version of new theme
Version: 2.0
Author: Pawel Karwowski
Author URI: http://dahabtravel.eu/
*/

/* MAIN STYLING */


body {
	/* font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Georgia,"Times New Roman","Bitstream Charter",Times,serif;
    background-color: white;
	color: #003399;
	/* text-align: center; */
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	/* position: relative; */
}

.main-content {
	margin-top: 5px;
	margin-bottom: 11px;
}
.main-content img {
	border: none;
}

.main-content a {
	text-decoration: none;
	color: #003399;

}

.main-content a:hover {
	text-decoration: underline;
	color: #003399;
}

h2 {
	margin-top: 0px;
	padding-top: 0px;
}

#breadcrumb_languages_menu {
	width: 100%;
	border-spacing: 0px;
	margin-top: 5px;
	margin-bottom: 0px;
	padding: 0px;
}

table#breadcrumb_languages_menu a {
	text-decoration: underline;
	color: #003399;

}

table#breadcrumb_languages_menu a:hover {
	color: #003399;
}


td#breadcrumbs {
	text-align: left;
	vertical-align: middle;
}

td#languages {
	text-align: right;
	vertical-align: middle;
}


.flag {
	/* vertical-align: middle; */
	border: none;
	margin-left: 10px;
	/* margin-left: 5px; */
}


/* POSTS - OFFERS LIST */

.preface {
	padding-bottom: 20px !important;
}

#content-posts .post {
	border: white solid 1px;
	background: #ADE4F9;
	padding: 10px 20px 0px 20px;
	margin-bottom: 11px;
}

/* br in post clears both to force full description below picture */
#content-posts .post br {
	height: 0px;
	clear: both;
}

#content-posts .post p {
	margin: 0px 0px 5px 0px;
	padding: 0px;
}

#content-posts .post img {
	float: left;
	vertical-align: center;
	margin: 0px 10px 15px 0px;
}

#content-posts .post h2 {
	margin-bottom: 10px;
}

div#top-body {
	/* margin: 0px 10px 10px 11px; */
	margin: 0px 10px 10px 11px;
	padding: 0px 11px 11px 11px;
	background: #74ccf2;
}

.framed {
	border: white solid 1px;
	background: #ADE4F9;
	padding: 20px;
}


/* SIDEBAR STYLE & BACKGROUND */

table#sidebar-wrapper {
	width: 100%;
	border-spacing: 0px;
	/* margin: 1px; */
}

td#sidebar-all {
	vertical-align: top;
	border-left: solid #74ccf2 11px;
	border-right: none;
	width: 255px;
	background: url(images/green_repeat.jpg) repeat-y top;
}

td#content-page-sidebar {
	text-align: left;
	vertical-align: top;
}

/* SIDEBAR NAVIGATION (LINKS) */

#sidebar ul {
 	font-weight: bold;
	list-style: disc;
}

#sidebar li {
	padding: 0px 10px 10px 0px;
}

#sidebar a, #sidebar a:visited {
    text-decoration:none; 
 	font-weight: bold;
	color: #003399;
}

#sidebar a:hover {
    text-decoration: underline; 
 	font-weight: bold;
	color: #003399;
}

/* FOOTER */

div#footer {
	text-align: center;
	padding: 5px;
}

#footer-line-1, #footer-line-3 {
	font-style: italic;
	font-size: 14px;
}

#footer-line-2, #footer-line-4 {
	font-style: none;
	font-size: 14px;
}
