/*
TABLE OF CONTENTS

GLOBAL - General fonts, links, colours
LAYOUT - Two-column layout
HEADER - Site logo using image replacement
NAVIGATION - Horizontal main navigation bar
MAINCONTENT - Articles, search results, everything else
SIDEBAR - Submenus, search, login, tag cloud
FOOTER - Copyright
*/



/***************************************
  YUI RESET
***************************************/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {  
    margin:0; 
    padding:0; 
} 
table { 
    border-collapse:collapse; 
    border-spacing:0; 
} 
fieldset,img {  
    border:0; 
} 
address,caption,cite,code,dfn,em,strong,th,var { 
    font-style:normal; 
    font-weight:normal; 
} 
ol,ul { 
    list-style:none; 
} 
caption,th { 
    text-align:left; 
} 
h1,h2,h3,h4,h5,h6 { 
    font-size:100%; 
    font-weight:normal; 
} 
q:before,q:after { 
    content:''; 
} 
abbr,acronym {
    border:0; 
}


/***************************************
  GLOBAL
***************************************/

body, html {
    margin: 0;
    padding: 0;
    color: #fff;
    background: #464049;
    font-family: Trebuchet MS, Tahoma, Arial, Helvetica, Sans;
    font-size: 12px;
    line-height: 20px;
}

h1 {
    font-size: 22px;
    font-weight: bold;
    margin: 0;
    padding: 0;
}
h2 {
    font-size: 20px;
    font-weight: bold;
    margin: 0;
    padding: 0;
}

a {
    font-weight: bold;
    color: #aeaab0;
}
a:hover {
    text-decoration: underline;
}

input {
    font-size: 100%;
    border: 1px solid #464049;
}



/***************************************
  LAYOUT
***************************************/

#wrap {
    width: 950px;
    margin: 0 auto;
    background: #6c686e;
}
#header {
    height: 65px;
    padding: 25px 0;
    background: #464049;
}
#nav {
    padding: 0 0 25px 0;
    text-align: right;
    background: #464049;
}
#main {
    float: left;
    width: 656px;
    background: #464049;
}
#sidebar {
    float: right;
    width: 294px;
}
#footer {
    clear: both;
    padding: 15px 10px;
    background: #464049;
    text-align: center;
}



/***************************************
  HEADER
***************************************/

#header>h1 {
    width: 429px;
    height: 65px;
    position: relative;
}
#header>h1 span {
    background: url("/media/img/logo.png");
    position: absolute;
    width: 100%;
    height: 100%;
}

#header_image {
    background: #fff;
    width: 633px;
    height: 178px;
    margin: 3px;
    overflow: hidden;
}



/***************************************
  NAVIGATION
***************************************/

#nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#nav li {
    display: inline;
    margin: 0 0 0 16px;
    padding: 0 0 0 16px;
    border-left: 3px solid #aeaab0;
}
#nav a {
    color: #fff;
    font-weight: bold;
    font-size: 17px;
    text-decoration: none;
}
#nav a:hover {
    color: #aeaab0;
}
#nav .selected {
    color: #aeaab0;
}



/***************************************
  MAINCONTENT
***************************************/

#container {
    float: left;
    width: 639px;
    min-height: 700px;
    background: #fff;
    color: #464049;
}
#container .content {
    margin: 25px 20px;
}
#container .content>.content {
    margin: 0;
}
#container h1 {
    font-size: 24px;
    font-weight: bold;
    line-height: 28px;
    text-align: center;
    color: #000;
    margin: 30px 0 20px 0;
}
#container h2 {
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    text-align: center;
    color: #000;
    margin: 20px 0 15px 0;
}
#container h3 {
    font-size: 15px;
    font-weight: bold;
    line-height: 18px;
    color: #000;
    margin: 15px 0 10px 0;
}
#container h4, #container h5, #container h6 {
    font-size: 12px;
    font-weight: bold;
    line-height: 12px;
    color: #000;
    margin: 15px 0 10px 0;
}
#container p {
    margin: 10px 0;
}
#container a {
    color: #858286;
}



/***************************************
  SIDEBAR
***************************************/

#sidebar h2 {
    font-size: 16px;
    color: #000;
    margin: 0;
    padding: 7px 10px;
    background: #858286;
}
#sidebar a {
    color: #c1bec2;
}
#sidebar .content {
    margin: 15px 15px 30px 15px;
}
#sidebar input {
    font-size: 13px;
    line-height: 13px;
    font-weight: bold;
    margin: 3px;
    padding: 1px;
}
#sidebar input[type=text], #sidebar input[type=password] {
    width: 167px;
    clear: left;
}
#sidebar input[type=submit] {
    width: 80px;
    background: #c1bec2 url("/media/img/button_bg.png") repeat-x center top;
}
#sidebar input[type=submit]:hover {
    background: #b3afb4 url("/media/img/button_bg_hover.png") repeat-x center bottom;
}

ul {
    margin: 1em 2.5em;
}
li {
    list-style-type: disc;
}



/***************************************
  FOOTER
***************************************/

#footer p {
    margin:0;
}
* html #footer {
    height:1px;
}





/***************************************
  OTHER
***************************************/

#container .itinerary_box {
    background: #eee;
    border: 2px solid #858286;
    padding: 3px;
    display: none;
}
#container .itinerary_box h2 {
    font-size: 14px;
    font-weight: bold;
    line-height: 14px;
    margin: 3px 0;
    text-align: left;
}
#container .itinerary {
    display: none;
}
.itinerary_show_hide {
    font-weight: bold;
    cursor: pointer;
}
