/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jan 14, 2019, 8:49:08 AM
    Author     : Rob
*/

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15 px;
    line-height: 1.5;
    padding: 0;
    margin: 0;
    background-color: #f4f4f4;
}

.myError {
    font-size: 18px; font-weight: bold; color: red;
}

a:hover {
    color: #0060ff;
    font-weight: bold;
}

a {
    color: white;
    text-decoration: none;
    /*text-transform: uppercase;*/
    font-size: 16px;
    font-weight: bold;
}

.myLink a {
    color: blue;
    text-decoration: none;
    /*text-transform: uppercase;*/
    font-size: 14px;
    font-weight: bold;
}

#my {
/*    color: white;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    text-decoration: underline;*/
}

.myLink a:hover {
    color: #cccccc;
    font-weight: bold;
}

.container {
    width: 80%;
    margin: auto;
    overflow: hidden;
}

ul {
    padding: 0;
    margin: 0;
}

.button_1 {
    height: 38px;
    background: #e8491d;
    border: 0;
    padding-right: 20px;
    padding-left: 20px;
    color: #ffffff;
    font-weight: bold;
}

header {
    background-color: #103e5f;
    color: #ffffff;
    padding-top: 10px;
    min-height: 70px;
    border-bottom: #000000 7px solid;
}

header a {
    color: #ffffff;
    text-decoration: none;
    /*text-transform: uppercase;*/
    font-size: 16px;
}

header li {
    float: left;
    display: inline;
    padding: 0 20px 5px 20px;
}

header #branding {
    float: left;
}

header #branding h1 {
    margin: 0;
}

header nav {
    float: right;
    margin-top: 10px;
}

header .highlight, header .current a {
    color: #e8491d;
    font-weight: bold;
}

header a:hover {
    color: #cccccc;
    /*font-weight: bold;*/
} 



/******************** SHOWCASE ***********************/
#showcase {
    /*Used on index.php*/
    min-height: 400px;
    /*The 0 moves the image right or left and the -100 moves the image up.*/
    background: url('images/frontPage/mt_shucksan_Panorama1-FB.jpg') repeat 0 -100px;
}

#showcase2 {
    /*Used on category_list.php*/
    min-height: 400px;
    /*The 0 moves the image right or left and the -100 moves the image up.*/
    background: url('images/pages/whitehorse_Pano1.jpg') repeat 0 -200px;
}

#showcase3 {
    /*Used on category_list.php*/
    min-height: 400px;
    /*The 0 moves the image right or left and the -100 moves the image up.*/
    background: url('images/pages/wenatchee_river_boulder.jpg') repeat 0 -300px;
}

#showcase h1 {
    margin-top: 100px;
    font-size: 55px;
    marging-bottom: 0px;
}

#showcase p {
    font-size: 40px;
}

/******************** NEWSLETTER ***********************/
#newsletter {
    padding: 5px 15px 5px 15px;
    color: #ffffff;
    background-color: #103e5f;
    /*float: right;*/
}

/*#newsletter label {
    font-weight: bold;
    font-size: 18px;
    margin-right: 10px;
}

#newsletter h1 {
    float: left;
}*/

/*#newsletter form {
    float: right;
    margin-top: 15px;
}

#newsletter input[type="email"] {
    padding: 4px;
    height: 25px;
    width: 250px;
}*/

/******************** BOXES ***********************/
#boxes {
    /*margin-top: 10px;*/
}

#boxes .box {
    float: left;
    width: 30%;
    text-align: center;
}

#boxes .box img {
    /*width: 90 px;*/
}

/******************** SIDEBAR ***********************/
aside {
    float: left;
    width: 20%;
    margin-top: 10px;
    
}

div#left-col {
    margin-right: 60px;
    /*text-align:justify;*/
}

article#main-col {
    float: right;
    width: 60%;
    border-right: black 1px solid;
    /*padding-right: 5%;*/
}

/******************** FOOTER ***********************/
footer {
    padding:  10px 20px 20px 20px;
    /*color: #ffffff;*/
    /*background-color: #35424a;*/
    text-align: center;
    font-size: 12px;
}

/* Create two unequal columns that floats next to each other */
.myolumn {
  float: left;
  padding: 10px;
  height: 300px; /* Should be removed. Only for demonstration */
}

.left {
  width: 25%;
}

.right {
  width: 75%;
}

/* Clear floats after the columns */
.myrow:after {
  content: "";
  display: table;
  clear: both;
}


