﻿/* -- Normalization -- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* -- Global Markup-Based -- */

body {
    font-size: 14px;
    font-family: Arial, Tahoma, Verdana, Helvetica, Sans-Serif;
    background: url(../images/bg_00.jpg) left 90px repeat-x;
    word-spacing: 0.15em;
    text-align: left;
    letter-spacing: -1px;
    line-height: 1.4em;
    color: #333333;
}

b, strong {
    font-weight: bold;
}

.hidden {
    display: none;
}

a {
    color: #000000;
    text-decoration: underline;
    cursor: pointer;
}

a:hover {
    color: #000000;
    text-decoration: underline;
    cursor: pointer;
}

h2 a {
    text-decoration: none;    
}

/* -- Global Template-Based -- */

div#page {
    width: 1000px; 
    margin: 0 auto 0 auto;
    padding: 0 10px 0 10px;
}

/* -- Header -- */

div#logo {
    width: 100%;
    height: 85px;
    background: url(../images/travelista_logo.jpg) left bottom no-repeat;
    margin: 0 0 5px 0;
}

div#header {
    width: 980px;
    height: 240px;
    padding:0 0 0 10px;
    clear: both;
}

div#header div {
    height: 220px;
    padding: 10px;
    float: left;
}

div#header div  div{
    padding: 0 !important;
    height: auto;
}

div#header div#head_nav {
    width: 240px;
    margin: 0 10px 0 0;
}

div#header div#head_content {
    width: 470px;
    background: url(../images/header_content_fade.png) bottom left repeat-x;
    color: #ffffff;
}

div#header div#head_advert {
    width: 180px;
    margin: 0 0 0 10px;
}

/* -- End Header -- */

/* -- Navigation -- */

div#head_nav ul {
    width: 100%;
    height: 185px;
}

div#head_nav ul li {
    width: 100%;
    list-style: none;
    padding: 0 0 10px 0;
}

div#head_nav ul li a {
    display: block;
    color: #000000;
    text-transform: lowercase;
    font-size: 16px;
    text-decoration: none;
}

div#head_nav ul li a:hover {
    text-decoration: none;
    color: #ffffff;
}

div#head_nav ul li a:focus {
    text-decoration: none;
    color: #ffffff;
}

div#nav ul li a span{
    display: none;
    width: 218px;
    padding: 10px;
    border: 1px solid #BDBCBD;
    color: #333333;
    font-size: 11px;
    clear: both;    
    background: url(../images/main_content_fade.jpg) bottom left repeat-x #ffffff;
}

div#nav ul li a span img{
    width: 50px;
    height: 50px;
    border: 1px solid #BDBCBD;
    margin: 0 5px 5px 0; 
}

div#nav ul li:hover a span{
    display: block;
}

/* -- End Navigation -- */

/* -- Search -- */

div#search {
    width: 100%;
    padding: none;
    float: left;
    height: 35px;
}

div#search form {
    height: 35px;        
}

div#search form input {
    margin: none;
    padding: none;
    border: none;
    float: left;        
}

#ajaxSearch_input {
    background: none;
    font-size: 14px;
    padding: 0px 0 4px 0px;
    font-weight: 500;
    color: #ffffff;
    border-bottom: 1px solid #ffffff !important;
    width: 215px;
    margin: 4px 0 0 0;
}

#ajaxSearch_input:hover, #ajaxSearch_input:focus { 
    border-left: 1px solid #ffffff !important;    
    padding-left: 5px;
    width: 209px;
    }

#ajaxSearch_submit {
    background: url(../images/search_submit.png) left top no-repeat;
    width: 25px;
    height: 35px;
}

#ajaxSearch_resultListContainer {
    padding: 10px;    
}

.ajaxSearch_pagination {
    color: #333333;
    border-bottom: 1px solid #BDBCBD;
    text-transform: lowercase;
    font-size: 24px;
    font-weight: normal;   
}

.ajaxSearch_result {
    margin: 10px 0 0 0;    
}

.ajaxSearch_resultDescription {
    display: block;
    margin: 0 0 0 20px;
    font-size: 12px;    
}



/* -- End Search -- */

/* -- Headings -- */

h1 {
    font-size: 20px;
    color: #000000;
    font-weight: bold;
    margin: 0 0 20px 0;    
}

h2 {
    font-size: 16px;
    color: #000000;
    font-weight: bold;    
}

h3 {
    font-weight: bold;
    font-size: 12px; 
}


div#content h1.section {
    margin: 10px 10px 0 10px;  
}

h1.section {
    color: #333333;
    border-bottom: 1px solid #BDBCBD;
    text-transform: lowercase;
    font-size: 24px;
    font-weight: normal; 
}

h1.flash {
    text-transform: lowercase;
    font-size: 30px;
    font-weight: normal; 
}

div#head_content h1 {
    color: #ffffff;
    font-size: 20px;
    font-weight: normal;    
}

h1 embed {
    width: 450px;
    height: 40px;
    margin: -5px 0 0 0; 
}

/* -- End Headings -- */

/* -- Link Classes -- */

.inlink_black, .ajaxSearch_resultLink {
    padding: 0 0 0 20px;
    background: url(../images/bullet_inlink_black.png) left center no-repeat;            
}

.extlink_black {
    padding: 0 15px 0 0;
    background: url(../images/bullet_outlink_black.png) right center no-repeat;            
}

.inlink_black:hover {
    text-decoration: underline;
}

.extlink_black:hover {
    text-decoration: underline;
}

.inlink_white {
    padding: 0 0 0 20px;
    background: url(../images/bullet_inlink_white.png) left center no-repeat;    
}

.extlink_white {
    padding: 0 15px 0 0;
    background: url(../images/bullet_outlink_white.png) right center no-repeat;    
}

.inlink_white:hover {
    text-decoration: underline;
}

.extlink_white:hover {
    text-decoration: underline;
}

.rsslink {
    padding: 0 15px 0 0;
    background: url(../images/bullet_rsslink.png) right center no-repeat;     
}

.pdf {
    padding: 0 0 0 20px;
    background: url(../images/bullet_pdf.png) left center no-repeat;     
}

/* -- End Link Classes -- */

/* -- Paragraph Classes -- */

.p_right {
    text-align: right;
    width: 100%;
    margin: 10px 0 0 0;
}

.p_right a{
    float: right;
}

.p_left {
    text-align: left;
    width: 100%;
    margin: 10px 0 0 0;
}

.p_left a{
    float: left;
}

.author {
    margin: 20px 0 10px 0;
    font-size: 14px;
    color: #000000;
    font-weight: bold;
    text-align: right;
}

.author span{
    text-transform: capitalize;
}

.date {    
    margin: 0 0 20px 0;
    font-size: 12px;
    color: #333333;
    text-align: right;
    clear: both;    
}

/* -- End Paragraph Classes -- */

/* -- Image Classes -- */

div#content img {    
    padding: 4px;
    background: #f4f4f4;
    border: solid 1px #BDBCBD;    
}

div#content img:hover {    
    background: #ffffff;    
}

div#content .article_image_small {
    width: 100px;
    height: 100px;    
    text-indent: -8000px;
    background: url(../images/img_sml.jpg) center center no-repeat #f4f4f4;
}

div#content .article_image_big {
    width: 200px;
    height: 200px;    
    text-indent: -8000px;
    background: url(../images/img.jpg) center center no-repeat #f4f4f4;
}

div#content .article_image_small:hover {
    background: url(../images/img_sml.jpg) center center no-repeat #ffffff;
}

div#content .article_image_big:hover {
    background: url(../images/img.jpg) center center no-repeat #ffffff;
}

/* -- End Image Classes -- */

/* -- Layout Classes -- */

.img_left {
    float: left;
    margin: 0 5px 5px 0;
}

.img_right {
    float: right;
    margin: 0 0 5px 5px;
}


/* -- End Layout Classes -- */

/* -- Full Body -- */

div#fullbody {
    width: 980px;
    padding: 10px;    
}

div#fullbody div#content {
    width: 758px;
    background: url(../images/main_content_fade.jpg) bottom left repeat-x #ffffff;
    border: 1px solid #BDBCBD;
    float: left;    
}

div#fullbody div#content div.divider {
    width: 100%;
    height: auto;
    clear: both;
    padding: 1px 0 1px 0;    
}

div#fullbody div#content div.divider .article_summary {
    width: 240px;
    margin: 10px 0 10px 10px;
    float: left;
    font-size: 13px;   
}

div#content ul  {
    padding: 5px;
}

div#content ul li {
    padding: 2px 0 2px 5px;
}

div#content ul li ul{
    padding: 0;
    font-size: 10px;
}

div#content ul li ul li{
    padding: 0 0 0 15px;
}


/* -- End Full Body -- */

/* -- 2 Column Body -- */

div#mainbody {
    width: 980px;
    padding: 10px;    
}

div#mainbody div#nav {
    width: 240px;
    margin: 0 10px 0 0;
    float: left;
    padding: 0 0 0 20px;    
}

div#mainbody div#content {
    width: 468px;
    background: url(../images/main_content_fade.jpg) bottom left repeat-x #ffffff;
    border: 1px solid #BDBCBD;
    float: left;
    padding: 10px;
    font-size: 13px;    
}

/* -- End 2 Column Body -- */

/* -- Adverts -- */

div#advert {
    width: 200px;
    margin: -10px 10px 0 0;
    float: right;
    padding: 0 0 20px 0;
        
}

.advert_slot {
    margin: 10px 0 0 0;
}

/* -- End Adverts -- */

/* -- Alerts -- */

div#alert {
    margin: 10px 0 0 0;
}

div#alert h2 {
    color: #000000;
    padding: 60px 0 0 0;
}

#alert div {
    border: solid 1px;
    padding: 10px;
    color: #000000;
}

#alert div.Extra {
    border-color: #BCBDBC;
    background: url(../images/alert_extra_fade.jpg) bottom left repeat-x;
}

#alert div.Extra h2 {
    background: url(../images/icon_extra.png) top center no-repeat;
}

#alert div.Warning {
    border-color: #DA0000;    
    background: url(../images/alert_warning_fade.jpg) bottom left repeat-x;
}

#alert div.Warning h2 {    
    background: url(../images/icon_warning.png) top center no-repeat;
}

#alert div.Contact {
    border-color: #BCBDBC;    
    background: url(../images/alert_contact_fade.jpg) bottom left repeat-x;
}

#alert div.Contact h2 {    
    background: url(../images/icon_contact.png) top center no-repeat;
}

#alert div.Feed {
    border-color: #FF920A;    
    background: url(../images/alert_feed_fade.jpg) bottom left repeat-x;
}

#alert div.Feed h2 {    
    background: url(../images/icon_feed.png) top center no-repeat;
}

/* -- End Alerts -- */

/* -- Footer -- */

div#footer {
    width: 760px;
    border-top: 1px solid #BDBCBD;
    float: left;
    margin: 10px 0 20px 0;
    padding-top: 10px;
    font-size: 12px;    
}

/* -- End Footer -- */

/* -- End Global Template-Based -- */