@charset "utf-8";
/*
Theme Name: Holiday Assistants
Theme URI: http://holidayassistants.com/
Description: theme developed for Holiday Assistants website
Version: 1.0
Author: Vladan Zlatic & Aleksandar Cocek
Author URI: http://championassistants.com/
Tags: fixed width, two columns, widgets

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

html{
	background: #dadada;
}

body{
	background:url(images/html-bg.jpg) top center no-repeat;
	/*margin: 0 auto;*/
	min-height: 162px;
}

.clearfix{
	clear: both;
	*height: 1px;
}

strong{
	font-weight: bold;
}

em{
	font-style: italic;
}

a{
	outline: none;
}

.black{
	color: #000;
}



/* Header */
#hd{
	padding: 10px 14px;
	position: relative;
	height: 100px;
}

#hd h1{
	position: absolute;
	top: -99999px;
	left: -99999px;
}

#hd h2{
	position: absolute;
	top: -99999px;
	left: -99999px;
}

.logo{
	position: relative;
	float: left;
	top: 45px;
	width: 257px;
}

.tagline{
	position: relative;
	float: left;
	top: 45px;
	left: 200px;
}

.menu{
	position: relative;
	top: 45px;
	left: 235px;
	float: left;
}

.menu ul li{
	float: left;
	display: inline;
	padding: 0 5px;
}

.menu ul li a{
	text-decoration: none;
	font: normal 1.1em "Helvetica Condensed", Arial, sans-serif;
	color: #3d3d3d;
}

.menu ul li a:hover{
	color: #a10906;
}

.recent-posts{
	position: relative;
	float: left;
	top: 38px;
	left: 250px;
	width: 230px;
	background: url(images/blog-roll-bg.jpg) left top repeat-x;
	border: 1px solid #dadada;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	padding: 5px 10px 0 10px;
}

.recent-posts h3{
	font: normal 1.1em "Helvetica Condensed", Arial, sans-serif;
	color: #8a1f15;
}

ul.topnav{
	height: 25px;
}

ul.topnav li{
	position: relative;
}

ul.topnav li h3{
	float: left;
	font: normal 1.1em "Helvetica Condensed", Arial, sans-serif;
	color: #8a1f15;
	position: relative;
}

ul.topnav li img{
	float: right;
	position: relative;
}

ul.subnav{
}

ul.topnav li ul.subnav{
	position: absolute;
	background: #FFF;  
    margin: 0; padding: 0;
	float: left;
	left: 0; 
	top: 19px; 
	width: 250px; 
	display:none;
	z-index:999999;
}

ul.topnav li ul.subnav li{
	padding: 5px 10px;
}

ul.topnav li ul.subnav li a{
	color: #222222;
}



/* Content */
#bd{
	position: relative;
	padding: 0 14px;
	background: #FFF;
	z-index: 100;
}

/* Banner boxes */
.boxes{
	margin: 15px 0;
}
.left-box{
	float: left;
}

.middle-box{
	float: left;
	margin: 0 11px;
}

.right-box{
	float: left;
}

/* Post */
.page{
	width: 650px;
	padding: 10px;
	float: left;
	position: relative;
}

.page h2{
	font: normal 2em "Helvetica Condensed", Arial, sans-serif;
	color: #222222;
}

.page h2 a{
	color: #222222;
	text-decoration: none;
}

.entry{
	margin: 1em 0;
}

.entry p{
	color: #222222;
	line-height: 16px;
	text-align: justify;
	margin: 0.5em 0;
}

.entry a, .entry strong{
	color: #8A1F15;
}

.entry h3{
	font-size:16px;
	font-weight: bold;
	color: #8A1F15;
}

.entry h2{
	font-size:18px;
	font-weight: bold;
	color: #8A1F15;
}

.entry ul, .entry ol{
	margin: 0.5em 0;
}

.entry ul li{
	margin-left: 0.5em;
	padding: 0.3em 0;
	list-style-type: disc;
}

.entry ol li{
	margin-left: 0.5em;
	padding: 0.3em 0;
	list-style-type: decimal;
}

.entry img{
	padding: 5px;
	border: 1px solid #e3e3e3;
	margin: 5px;
}

/* newxt & previous */
.nav{
	margin: 0.5en 0;
}

.alignleft{
	float: left;
}

.alignleft a, .alignright a{
	color: #8A1F15;
}

.alignright{
	float: right;
}


/* Sidebar */
.sidebar{
	width: 227px;
	margin-left: 10px;
	float: left;
	position: relative;
}

.sidebar ul{
	margin: 0.7em 0;
}

li.recent-posts-sidebar{
	
	width: 230px;
	background: url(images/blog-roll-bg.jpg) left top repeat-x;
	border: 1px solid #dadada;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	padding: 5px 10px 0 10px;
}

li.recent-posts-sidebar h3{
	font: normal 1.1em "Helvetica Condensed", Arial, sans-serif;
	color: #8a1f15;
}

li.recent-posts-sidebar ul li{
	padding: 10px;
}

li.recent-posts-sidebar ul li a{
	color: #222222;
	text-decoration: underline;
}

li.rss{
	margin: 0.7em 0;
}

li.rss a{
	color: #222222;
	text-decoration: underline;
	font: normal 1.3em "Helvetica Condensed", Arial, sans-serif;
}

li.rss img{
	vertical-align: bottom;
}

li.social{
	width: 240px;
}

li.social h3{
	color: #222222;
	font: normal 1.3em "Helvetica Condensed", Arial, sans-serif;
}

li.social ul{
	background: #eaeaea;
	height: 50px;
}

li.social ul li{
	float: left;
	padding: 5px 0px;
}

/* Comments */

/* Footer */
#ft{
	background:url(images/footer-bg.jpg) bottom center no-repeat;
	min-height: 703px;
	margin-top: -442px;
	z-index: 10;
	position: relative;
}

#ft-wrapp{
	margin: 0 auto;
	width: 932px;
	position: relative;
}

.footer-content{
	position: relative;
	/*bottom: 0;*/
}

/* Safari */
@media screen and (-webkit-min-device-pixel-ratio:0) 
{ 
	.footer-content { position: relative; top: 420px; }
}

/*.footer-col1{
	float: left;
	display: inline;
	width: 155px;
	margin-top: 20px;
	clear: left;
}*/

.footer-col2{
	float: left;
	display: inline;
	width: 120px;
	margin-top: 20px;
	clear: left;
}

.footer-col3{
	float: left;
	display: inline;
	width: 120px;
	margin-top: 20px;
}

.footer-col4{
	float: left;
	display: inline;
	width: 120px;
	margin-top: 20px;
}

.footer-col5{
	float: left;
	display: inline;
	width: 285px;
	margin-top: 20px;
}

.footer-col6{
	float: left;
	display: inline;
	width: 285px;
	margin-top: 20px;
}

/*.footer-col7{
	float: left;
	display: inline;
	width: 186px;
	margin-top: 20px;
}*/

.footer-col1 h3, .footer-col2 h3, .footer-col3 h3, .footer-col4 h3, .footer-col5 h3, .footer-col6 h3, .footer-col7 h3{
	font: normal 1.5em "Helvetica Condensed", Arial, sans-serif;
	text-align: left;
	color: #222;
}

.footer-col1 h3 a, .footer-col2 h3 a, .footer-col3 h3 a, .footer-col4 h3 a, .footer-col5 h3 a, .footer-col6 h3 a, .footer-col7 h3 a{
	color: #222;
	text-decoration: none;
}


.footer-col1 ul li, .footer-col2 ul li, .footer-col3 ul li, .footer-col4 ul li, .footer-col5 ul li, .footer-col6 ul li, .footer-col7 ul li{
	text-align: left;
	padding: 2px 0;
	color: #222;
	font-size: 1em;
}

.footer-col1 ul li:before, .footer-col2 ul li:before, .footer-col3 ul li:before, .footer-col4 ul li:before, .footer-col5 ul li:before{
	content: ">>";
	font-size: 1.3em;
	color: #8A1F15;
}

.footer-col1 ul li a, .footer-col2 ul li a, .footer-col3 ul li a, .footer-col4 ul li a, .footer-col5 ul li a, .footer-col6 ul li a, .footer-col7 ul li a{
	text-decoration: none;
	color: #222;
	font-size: 1.3em;
	padding-left: 2px;
}

.newsletter-input{
	background: url(images/input-bg.jpg) left center repeat-x;
	height: 18px;
	border: 1px solid #cccccc;
	color: #959595;
	width: 250px;
}

.newsletter-button{
	background: url(images/button-submit-bg.jpg) left center repeat-x;
	height: 21px;
	color: #c7c7c7;
	border: 1px solid #cccccc;
	padding: 0 10px;
}

.footer-bottom{
	padding-top: 90px;
	height: 41px;
}

/* Safari */
@media screen and (-webkit-min-device-pixel-ratio:0) 
{ 
	.footer-bottom { padding-top: 65px; height: 41px; }
}


.footer-bottom ul li{
	float: left;
	padding: 0 5px;
}

.footer-bottom ul li p{
	color: #FFF;
	float: left;
	font-size:11px;
	padding-top: 14px;
}
