
/* -----------------------------------------------------
    Stuff to clean up
----------------------------------------------------- */
body  {
    margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
    padding: 0;
    text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
    color: #FFF;
    //font-family: Verdana, Arial, Helvetica, sans-serif;

    font-size: 100%;
    background-color: #000;
}
.twocol #container {
    width: 880px;
    margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
    //border: 1px solid #000000;
    text-align: left; /* this overrides the text-align: center on the body element. */
    background-color: #000;
}
.twocol #sidebar1 {
    float: right; /* since this element is floated, a width must be given */
    width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
    padding: 15px 10px;
    color: #FFF;
    background-color: #000;
}
.twocol #mainContent {
    margin: 0 250px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
    padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.twocol #mainTour {
    margin:  0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
    padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
    float: right;
    margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
    float: left;
    margin-right: 0px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
    clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


/* -----------------------------------------------------
    Base
----------------------------------------------------- */
* { margin: 0; padding: 0; }
html, body { height: 100%; margin: 0 0 1px 0; padding: 0; }
body {
    font: 13px Arial, Helvetica, sans-serif;
    color: #fff;
    background-color: #000;
}

/* -----------------------------------------------------
    Structure
----------------------------------------------------- */


/* -----------------------------------------------------
    Images
----------------------------------------------------- */
a img { border: none; }
p img { padding: 0; max-width: 100%; }
img.centered { display: block; margin: 15px auto; padding: 0; }
img.alignright { display: inline; margin: 15px 20px; }
img.alignleft { display: inline; margin: 15px 20px; }
.alignright { float: right; }
.alignleft { float: left; }

/* -----------------------------------------------------
    Links
----------------------------------------------------- */
a { color: #026df1; text-decoration: none; }
a:hover { color: #026df1; text-decoration: none; }
a:focus, a:active { outline: none; }

/* -----------------------------------------------------
    Common, Misc...
----------------------------------------------------- */
.hidden, hr { display: none; }
.clear { clear: both; }

/* -----------------------------------------------------
    P.I.E. FLOAT CLEARING
    www.positioniseverymediumg.net/easyclearing.html
----------------------------------------------------- */
.clearfix:after { clear: both; content: "."; display: block; height: 0; visibility: hidden; }

/* Fixes IE/Mac */
.clearfix { display: inline-block; }

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

/* -----------------------------------------------------
    My stuff
----------------------------------------------------- */
.latenews{
    list-style: none;
    font-size: 9px;
    //border-top-width: medium;
//  border-right-width: medium;
//  border-bottom-width: medium;
//  border-left-width: medium;
//  border-top-style: none;
//  border-right-style: none;
//  border-bottom-style: none;
//  border-left-style: dotted;
//  border-top-color: #FFF;
//  border-right-color: #FFF;
//  border-bottom-color: #FFF;
//  border-left-color: #FFF;
    padding-top:10px;
    padding-left:5px;
}
.chunks{
    font-size: 12px;
    padding: 20px;
    padding-top:10px;
}
.tour2010 {
    font-family: "Times New Roman", Times, serif;
    font-size: 14px;
    color: #AADDEE;
    padding: 20px;
    padding-top:10px;
}
.flyer {
    border: medium dotted #FFF;
    //margin-top: 10px;
}

.thumbnews {
}
.latenews li a{
    text-align:center;
    text-decoration:none;
}
.logobox {
    border-top-width: medium;
    border-right-width: medium;
    border-bottom-width: medium;
    border-left-width: medium;
    border-top-style: none;
    border-right-style: dotted;
    border-bottom-style: dotted;
    border-left-style: none;
    border-top-color: #FFF;
    border-right-color: #FFF;
    border-bottom-color: #FFF;
    border-left-color: #FFF;
    text-align:center;
}
.borderLeft{
    border-left: dotted medium #fff;
}
.borderRight{
    border-right: dotted medium #fff;
}
.borderTop{
    border-top: dotted medium #fff;
}
.borderBottom{
    border-bottom: dotted medium #fff;
}
.menuHi{
    padding: 15px;
    padding-left: 45px;
    font-size:13px;
}
.menuHi li{
    display:inline;
}
.menuHi li a{
    text-decoration:none;
    color:#de0000;
}
.menuHi li a:before{
    content: ":: ";
}
.menuHi li a:after{
    content: " ::";
}

.ombre{
    background: url('../img/shadow.png') no-repeat bottom left;
//    clear: left;
    float: left;
    margin: 0 25px 15px 0;
    padding: 0;
    position: relative;
}
/*div.ombre img {
background-color: #000;
border: 1px solid #000;
display: block;
margin: -5px -5px 5px 5px;
padding: 4px;
position: relative;
}*/

.ombre{
    -webkit-box-shadow: -10px 10px 10px #333333;
    -moz-box-shadow: -10px 10px 10px #333333;
}
blockquote{
    font-style:italic;
}

.notLink{
    color:#AADDEE;
}
