/*
Theme Name: Parrsboro Harbour
Theme URI: http://parrsboro.eu1.frbit.net/
Description: WordPress theme for the Parrsboro Harbour Commission.
Author: Josh Hebb
Version: 1.0
*/

body
{
    margin: 0;
    padding: 0;
    background-color: #dadada;
    background-image: url(images/background.jpg);
    background-repeat: repeat;
    overflow-y: scroll;
}
p
{
    margin: 0;
    padding: 0;
}
a:visited
{
    color: inherit;
    font-style: none;

}
hr
{
    color: #1c1c1c;
    background-color: #1c1c1c;
    margin-top: 1px;
    margin-bottom: 6px;
    border-color: #1c1c1c;
}

#header
{
    width: 100%;
    height: 65px;
    background-color: #11110b;
}
.center_container
{
    width: 750px;
    margin: 0 auto;
}
.center
{
    margin: 0 auto;
}

.half_div
{
    width: 50%;
    height: 100px;
    float: left;
    position: relative;
}

#title_container
{
    width: 60%;
    height: 100%;
    float: left;
}
#nav_container
{
    width: 40%;
    height: 100%;
    float: left;
}
#title_p
{
    padding-top: 10px;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: white;
    border-bottom: 1px solid #19597f;
    width: 325px;
}
#title_caption
{
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    color: #c1c1c1;
}

.nav_p
{
    width: 100%;
    padding-top:20px;
    text-align: center;
    font-family: 'leaguegothicregular';
    font-size: 22px;
    color: white;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.nav_div
{
    width: 33%;
    height: 65px;
    float: left;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.nav_div:hover
{
    cursor: pointer;
}
.nav_div:hover .nav_p
{
    font-size: 27px;
}

#banner_image
{
    width: 750px;
    height: 248px;
    background-image: url(images/banner.jpg);
    margin-top: 5px;
    margin-bottom: 5px;
}
#date_overlay_container
{
    position: relative;
    width: 200px;
    height: 40px;
    background-color: rgba(0,0,0,0.8);
    top: 190px;
    float: left;
    left: -1200px;
}
#date_overlay_container p
{
    text-align: center;
}

#slogan_overlay_container
{
    position: relative;
    float: left;
    width: 300px;
    height: 40px;
    background-color: rgba(0,0,0,0.8);
    top: 125px;
    left: -1500px;
}
#slogan_overlay_container p
{
    text-align: center;
}

#town_logo
{
    width: 68px;
    height: 78px;
    background-image: url(images/town_logo.png);
    position: relative;
    left: 1500px;
    top: 25px;
}

.white_font
{
    font-family: leaguegothicregular;
    font-size: 25px;
    color: white;
    padding-top: 5px;
    padding-left: 6px;
}
.white_bold
{
    font-family: 'leaguegothicregular';
    font-size: 34px;
    color: white;
}
.white_black
{
    font-family: 'leaguegothicregular';
    font-size: 34px;
    color: #1c1c1c;
}
.black_bold
{
    font-family: 'leaguegothicregular';
    font-size: 34px;
    color: black;
    text-align: center;
}
.black_left
{
    font-family: 'leaguegothicregular';
    font-size: 34px;
    color: black;
}
.white_15
{
    font-family: tahoma;
    font-size: 15px;
    color: #ffffff;
}
.black_12
{
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    color: #1c1c1c;
    text-align: center;
}
.black_12 a
{
    font-style: inherit;
    font-weight: inherit;
    text-decoration: inherit;
    color: inherit;
}
.black_12_left
{
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    color: #1c1c1c;
}
.black_12_left:first-letter
{
    text-align: left;
    font-size: 24px;
}

.white_18
{
    font-family: tahoma;
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
}
.grey_12
{
    font-family: tahoma;
    font-size: 12px;
    color: #c1c1c1;
    margin-top:5px;
    margin-bottom: 8px;
}
.black_15
{
    font-family: leaguegothicregular;
    font-size: 28px;
    color: #1c1c1c;
}

.hr_grey
{
    border-color: #c1c1c1;
}

#mission_statement
{
    background-color: #19597f;
    padding: 12px;
    margin-bottom: 10px;
}

#mission_remov_div
{
    width: 0;
    height: 70px;
    position: relative;
    float: left;
    left: -45px;
    font-size: 24px;
    opacity: 0.5;
}
#mission_remov_div:hover
{
    cursor: pointer;
}

#mission_remov_div i
{
    color: #1c1c1c;
}

#right_container_back
{
    display: none;
    width: 0;
    height: 70px;
    position: relative;
    float: left;
    top:15px;
    left: 500px;
    font-size: 24px;

}
#right_container_back:hover
{
    cursor: pointer;
}

#news_container
{
    width: 241px;
    background-color: #19597f;
    float: left;
    padding: 12px;
}
#right_container
{
    float: left;
    padding: 12px;
    width: 449px;
    margin-left: 9px;
    background-color: #ffffff;
    border: 1px #8e8e8e solid;
}

.block_center
{
    margin-left:20%;
}

.block_entry
{
    font-size: 60px;
    padding-right: 2%;
    padding-left: 2%;
    padding-top: 20px;
    width: 46%;
    float: left;
    color: #c1c1c1;
}
.block_entry:hover i
{
    color: #1c1c1c;
    cursor: pointer;
}
.block_entry:hover
{
    cursor: pointer;
}

.block_entry i
{
    padding-bottom: 8px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    color: #828282;
    width: 100%;
}

.director_entry
{
    margin-top: 12px;
    padding-top: 5px;
    width: 23%;
    padding-left: 1%;
    padding-right: 1%;
    float: left;
}
.director_entry:hover
{
    cursor: pointer;
}

.director_entry i
{
    padding-bottom: 8px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 4.5em;
    color: #1c1c1c;
    width: 100%;
}


#footer
{
    margin-top: 10px;
    width: 100%;
    height: 100px;
    background-color: #1c1c1c;
}
#developer_text
{
    font-family: 'Tahoma' !important;
    width: 100% !important;
    font-size: 13px !important;
    color: #636363 !important;
    position: absolute !important;
    bottom: 0 !important;
    text-align: right !important;
}
#footer p
{
    font-family: 'tahoma';
    font-weight: bold;
    font-size: 14px;
    color: #c1c1c1;
    padding-top: 8px;
}
#footer a
{
    text-decoration: none;
}

#gallery_image
{
    width: 450px;
    height: 300px;
    background-image: url(images/gallery_1.jpg);
}

#gallery_list
{
    width: 450px;
    height: 50px;
    list-style: none;
    padding-left: 0;
    margin-left: 0;
}
#gallery_list img
{
    opacity: 0.8;
}
#gallery_list img:hover
{
    cursor: pointer;
    opacity: 1;
}


.gallery_icon
{
    width: 81px;
    height: 54px;
    float: left;
    background-color: #1c1c1c;
    margin-right: 1%;
    margin-left: 1%;
    margin-top: 8px;
}
.gallery_icon:hover
{
    cursor: pointer;
}

#gallery_list img
{
    width: 81px;
    height: 54px;
    float: left;
    background-color: #1c1c1c;
    margin-right: 1%;
    margin-left: 1%;
    margin-top: 8px;
}

#gallery_1
{
    background-image: url(images/gallery_1.jpg);
    background-size: contain;
}
#gallery_2
{
    background-image: url(images/gallery_2.jpg);
    background-size: contain;
}
#gallery_3
{
    background-image: url(images/gallery_3.jpg);
    background-size: contain;
}
#gallery_4
{
    background-image: url(images/gallery_4.jpg);
    background-size: contain;
}
#gallery_5
{
    background-image: url(images/gallery_5.jpg);
    background-size: contain;
}

#page_cont
{
    padding: 12px;
    width: 724px;
    background-color: #ffffff;
    border: 1px #8e8e8e solid;
    margin-bottom: 5px;
}
#contact_img
{
    float: left;
    width: 374px;
    height: 250px;
    background-image: url(images/contact_pic.jpg);
    margin-bottom: 5px;

}
#contact_left
{
    float: left;
    width: 344px;
    margin-right: 5px;
    height: 226px;
    background-color: #ffffff;
    border: 1px #8e8e8e solid;
    padding: 12px;
    margin-bottom: 5px;
}

.right_image
{
    width: 450px;
    height: 188px;
}

.contact_title
{
    margin-top: 3px;
    margin-bottom: 3px;
    float: left;
    width: 150px;
    height: 25px;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
}
.contact_text
{
    margin-top: 3px;
    margin-bottom: 3px;
    float: left;
    width: 150px;
    height: 25px;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
}




@font-face
{
    font-family: 'LeagueGothicRegular';
    src: url('fonts/LeagueGothic-Regular-webfont.eot');
    src: url('fonts/LeagueGothic-Regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/LeagueGothic-Regular-webfont.woff') format('woff'),
    url('fonts/LeagueGothic-Regular-webfont.ttf') format('truetype'),
    url('fonts/LeagueGothic-Regular-webfont.svg#LeagueGothicRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}