/**********************************************************************************************

	CSS on Sails
	Title: Travel with Tim
	Author: XHTMLized (http://www.xhtmlized.com/)
	Date: May 2009

***********************************************************************************************
		
	1. BASE
			1.1 Reset
			1.2 Accessibility Navigation & Hide
			1.3 Clearfix
			1.4 Default Styles
			1.5 Combined Styles
	
  2. LAYOUT
			2.1 Clearfix
			2.2 Columns
			
	3. HEADER
	
  4. NAVIGATION
  
  5. CONTENT
	    5.1 
	    5.2 
	    5.3
	    5.4
	    5.5
	    5.6
	    5.7

***********************************************************************************************/


/* 1. =BASE
-----------------------------------------------------------------------------------------------
===============================================================================================*/	

/* 1.1 Reset
-----------------------------------------------------------------------------------------------*/	

html, body, div, span,  object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strike, strong, sub, sup, tt, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { 
  background: transparent; 
  border: 0;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

body { 
  line-height: 1; 
}

blockquote, q { 
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after { 
  content: ''; 
  content: none; 
}

a, ins, del { 
  text-decoration: none; 
}

button, input, textarea, select, option, optgroup {
  font: inherit;
  margin: 0;
}

/* 1.2 Accessibility Navigation & Hide
-----------------------------------------------------------------------------------------------*/	

ol#accessibility-nav,
.hide { 
  height: 1px;
  left: -999em;
  position: absolute;
  top: -999em;
  width: 1px;
}

/* 1.3 Default Styles
-----------------------------------------------------------------------------------------------*/

body { 
  background: #fff;
  color: #333;
  font: normal 62.5% Arial, sans-serif; /* 10px */
}

del { 
  text-decoration: line-through; 
}

table { 
  border-collapse: collapse;
  border-spacing: 0;
}

address { 
  font-style: normal;
}

abbr, acronym { 
  border-bottom: 1px dotted #999;
  cursor: help;
}

a {
  color: #06c;
  text-decoration: none;
}

a:hover,
a:focus {
  border-bottom-width: 1px;
  border-bottom-style: dotted;
}

h1, h2, h5, h6,
p, blockquote, ul, ol, dd {
  margin-bottom: 25px;
  line-height: 19px;
}
h3 {
	line-height:19px;
	letter-spacing: 1px;
	color: #35546A;
}
h4 {
	color:#333;
	text-transform:uppercase;
	letter-spacing: 1px;
}
li {
  margin-bottom: 15px;
}

ol li {
  list-style-position: inside;
}

/* 1.4 Combined Styles
-----------------------------------------------------------------------------------------------*/

#header p,
#navigation,
.header-primary,
.header-secondary {
  font-family: Georgia, Constantia, Gentium, "Bookman Old Style", "Bookman Antiqua", "Times New Roman", serif;
}

#header,
#main,
#footer {
  font-size: 1.4em; /* 10px → 14px */
}

#navigation a:hover,
#navigation a:focus,
.company-name:hover,
.company-name:focus,
.action:hover,
.action:focus,
.actions a:hover,
.actions a:focus,
.image a:hover,
.image a:focus {
  border-bottom: 0;
}

#navigation li,
#footer li,
.actions li {
  list-style: none;
}

#header p,
#navigation,
#navigation li,
#footer ul,
#footer li,
.actions li,
form .info {
  margin-bottom: 0;
}

/* 2. LAYOUT
-----------------------------------------------------------------------------------------------
===============================================================================================*/	

#header .inner,
#footer .inner,
#main {
  margin: 0 auto;
}

#header .inner,
#footer .inner {
  width: 942px;
}

#main {
  padding: 0 10px;
  margin-top: 25px;
  margin-bottom: 42px;
  width: 922px;
}

/* 2.1 Clearfix
-----------------------------------------------------------------------------------------------*/

#navigation,
.photo {
  clear: both;
}

#navigation:after,
#footer .inner:after,
#footer ul:after,
.columns:after,
.actions:after,
.beat-quote:after {
  content: "";
  display: block;
  height: 0;
  overflow: hidden;
  clear: both;
}

/* 2.2 Columns
-----------------------------------------------------------------------------------------------*/

.columns .primary,
.columns .secondary {
  float: left;
  width: 50%;
}

.columns.major-minor {
  background: url("../images/bg_columns_primary_secondary.png") repeat-y 625px 0;
}

.columns.major-minor .primary {
  width: 579px;
  padding-right: 31px;
  padding-left: 5px;
}

.columns.major-minor .secondary {
  width: 280px;
  padding-left: 27px;
}

.columns.minor-major .primary {
  width: 275px;
  padding-right: 27px;
  padding-left: 5px;
}

.columns.minor-major .secondary {
  width: 610px;
  padding-right: 5px;
}

.columns .primary .primary,
.columns .primary .secondary,
.columns .secondary .primary,
.columns .secondary .secondary {
  width: 50%;
  padding: 0;
}

/* 3. =HEADER
-----------------------------------------------------------------------------------------------
===============================================================================================*/

#header {
  background: #b9d0ea url("../images/bg_header.png") repeat-x;
}

#header .inner {
  padding-top: 8px;
}

#header .photo {
  background: url("../images/bg_photo.png") no-repeat 50% 100%;
  padding-bottom: 25px;
  margin-bottom: -25px;
}

#header img {
  clear: both;
  display: block;
  border: 7px solid #fff;
}

/* 5.1 Logo
-----------------------------------------------------------------------------------------------*/

.company-name {
  float: left;
  display: block;
  position: relative;
  width: 254px;
  height: 88px;
  margin-bottom: 15px;
}

.company-name span {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url("../images/logo_travelwithtim.png") no-repeat;
}

/* 5.2 Contact Data
-----------------------------------------------------------------------------------------------*/

#header p {
  float: right;
  font-size: 17px; /* px → px */
  line-height: 20px;
  margin-top: 37px;
  text-align: right;
}

#header p strong {
  font-size: 27px; /* px → px */
  line-height: 32px;
  color: #000;
  display: block;
  font-weight: normal;
}

#header p,
#header p a {
  color: #2c486f;
}

/* 4. =NAVIGATION
-----------------------------------------------------------------------------------------------
===============================================================================================*/

#navigation {
  font-size: 1.286em; /* 14px → 18px */
  padding-top: 20px;
}

#navigation li {
  float: left;
  background: url("../images/bg_nav.png") no-repeat 0 10px;
  text-align: center;
  position: relative;
  min-height: 42px;
}

#navigation li:hover,
#navigation li:hover + li,
#navigation li.selected,
#navigation li.selected + li {
  background: none;
}

.nav-home { width: 82px; background: none !important; }
.nav-hotels { width: 139px; }
.nav-cruises { width: 87px; }
.nav-euro { width: 156px; }
.nav-honeymoons { width: 231px; }
.nav-groups { width: 87px; }
.nav-resources { width: 160px; }

#navigation a,
#navigation span {
  display: block;
  background: url("../images/bg_nav_selected.png") no-repeat 0 1000px;
}

#navigation a {
  color: #2c486f;
  letter-spacing: -1px;
  width: 100%;
  position: relative;
}

#navigation span {
  padding: 15px 0 10px 0;
}

#navigation a:hover,
#navigation a:focus,
#navigation li.selected a {
  background-position: 100% -200px;
  position: absolute;
  left: -5px;
  padding-right: 10px;
}

#navigation a:hover span,
#navigation a:focus span,
#navigation li.selected a span {
  background-position: 0 0;
  padding-left: 10px;
}

/* 5. =CONTENT
-----------------------------------------------------------------------------------------------
===============================================================================================*/

/* 5.1 Headers
-----------------------------------------------------------------------------------------------*/

.header-primary,
.header-secondary {
  font-weight: normal;
  color: #294a62;
  padding-left: 5px;
}

.columns .header-primary,
.columns .header-secondary {
  padding-left: 0;
}

.header-primary {
	font-size: 30px; /* px → px */
	line-height: 36px;
}

.header-secondary {
  font-size: 20px; /* px → px */
  line-height: 23px;
}

/* 5.2 Body
-----------------------------------------------------------------------------------------------*/

.separated {
  border-top: 1px solid #d8e6f6;
  padding-top: 25px;
}

.image img {
  display: block;
}

.emphasis {
  font-weight: bold;
  font-size: 1.071em; /* 14px → 15px */
}

.sibling {
  margin-bottom: 15px;
}

.citation,
.citation * {
  background: url("../images/bg_quote.png") no-repeat 0 100%;
}

.citation * {
  background-position: -280px 0;
  padding: 15px 42px;
  font-size: 1.429em; /* 14px → 20px */
  font-style: italic;
  color: #606366;
}

.info {
  font-size: 0.875em; /* 16px → 14px */
}

.required {
  background: url("../images/icon_pen.png") no-repeat 0 50%;
  font-style: italic;
  color: #666;
  padding-left: 20px;
}

dl.run-in dt {
  float: left;
  font-size: 16px; /* px → px */
  line-height: 19px;
  font-weight: bold;
  padding-right: 0.5ex;
}

dl.run-in dt.interpunction {
  padding-right: 0;
}

/* 5.3 Buttons
-----------------------------------------------------------------------------------------------*/

.action,
.action span,
.actions a,
.actions a span {
  background: url("../images/bg_button.png") no-repeat;
  display: block;
}

.action,
.actions a {
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  padding-left: 18px;
  font-size: 1.071em; /* 14px → 15px */
  float: left;
}

.action span,
.actions a span {
  padding-right: 18px;
  background-position: 100% 0;
  line-height: 42px;
  height: 42px;
  cursor: pointer;
}

.action:hover,
.action:focus,
.actions a:hover,
.actions a:focus {
  background-position: 0 -42px;
  color: #333;
}

.action:hover span,
.action:focus span,
.actions a:hover span,
.actions a:focus span {
  background-position: 100% -42px;
}

.actions {
  margin-bottom: 14px;
}

.actions a {
  margin-right: 20px;
}

.action.alt,
.actions.alt a {
  padding-left: 19px;
  background-position: 0 -84px;
}

.action.alt span,
.actions.alt a span {
  height: 49px;
  line-height: 49px;
  padding-right: 25px;
  background-position: 100% -84px;
}

.action.alt:hover,
.action.alt:focus,
.actions.alt a:hover,
.actions.alt a:focus {
  background-position: 0 -133px;
}

.action.alt:hover span,
.action.alt:focus span,
.actions.alt a:hover span,
.actions.alt a:focus span {
  background-position: 100% -133px;
}

/* 5.4 Forms
-----------------------------------------------------------------------------------------------*/

form {
  font-size: 1.143em; /* 14px → 16px */
}

form .header-secondary {
  margin-bottom: 7px;
  font-size: 1em; /* 16px */
  font-family: Arial, sans-serif;
  font-weight: bold;
}

fieldset {
  background-color: #ebebeb;
  padding: 3px 13px 18px;
  margin-bottom: 25px;
}

label,
span.group,
form .info {
  display: block;
  margin-top: 15px;
}

label,
input.text,
select,
textarea {
  margin-bottom: 5px;
}

span.group label {
  margin: 0;
  display: inline;
}

button {
  padding: 0;
  border: 0;
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

input, textarea, select {
  font-size: 0.8125em; /* 16px → 13px */
}

.minor-major .primary input.text,
.minor-major .primary textarea,
.minor-major .primary select {
  width: 243px;
}

.minor-major .primary textarea {
  height: 150px;
}

.minor-major .primary input.part {
  width: 50px;
}

.minor-major .secondary input.text,
.minor-major .secondary textarea,
.minor-major .secondary select {
  width: 285px;
}

.minor-major .secondary textarea {
  height: 90px;
}

.minor-major .secondary .primary input.text,
.minor-major .secondary .primary textarea,
.minor-major .secondary .primary select {
  width: 275px;
}

.group select {
  width: 80px !important;
}

.group label {
  padding-right: 1ex;
}

form .required {
  margin-top: -20px;
  font-size: 0.75em; /* 16px → 12px */
}

form .required span {
  padding-right: 1.5ex;
}

form .secondary .required {
  float: right;
  text-align: right;
  background-image: none;
  padding-left: 0;
}

/* 5.5 Specific
-----------------------------------------------------------------------------------------------*/

.beat-quote h2 {
  float: left;
  width: 170px;
}

.beat-quote .action {
  float: right;
}

/* 6. FOOTER
-----------------------------------------------------------------------------------------------
===============================================================================================*/	

#footer {
  background: #cecece url("../images/bg_footer.png") repeat-x;
}

#footer .inner {
  font-size: 0.857em; /* 14px → 12px */
  padding: 20px 0;
}

#footer ul,
#footer li {
  float: left;
}

#footer li span {
  padding: 0 1ex;
}

#footer li span .tel {
  padding: 0;
}

#footer address {
  float: right;
}

.floatleft {
	float:left;
	padding: 0 10px 0 0;
}
.header-honeymoons {
	font-size: 23px; /* px → px */
	line-height: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #666;
}
