﻿/* StyleSheet for BartowCountSocialClub.org
/* Author: Marion Owen - MowenWorks.com
/* Email:  marionmowen@mowenworks.com
/* Comments: 
*/

/***********************
	  HTML Elements
************************/

body, html 
{
      
    background-color:#e4ec64;
    margin:0 auto;
    font-family:Sans-Serif;
    font-size:12pt;
}

img
{
    border:none;
}

h1,h2,h3,h4,h5
{
    padding:0;
    margin:0;
}

a
{
    text-decoration:none;
    color:blue;
    font-weight:bold;
}

a:visited
{
    text-decoration:none;
    
}

a:hover
{
    text-decoration:underline;
}

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

/* Content Wrapper */
#wrapper
{
    margin:0 auto;
    background: url('../images/content_backbround.png') no-repeat;
    height:1000px;
    width:940px;
}


/* Banner */
#BCSC_logo
{
    margin:38px 0 0 38px;
    position:absolute;
}

#join_img
{
    margin: 10px 0 52px 550px;
}


/* Top Navigation */
#top_nav
{
    margin:25px 0 -50px 30px;
}

#home_nav
{
    margin-left:60px;
}

#events_nav
{
    margin-right:10px;
}

#past_events_nav
{
    left: -5px;
    margin-left: -148px;
    position: relative;
    top: 49px;
    cursor:pointer;
    visibility:hidden;
}

#news_nav
{
    margin-right:18px;
}

#donate_nav
{
    margin-right:20px;
}

#about_nav
{
    
}

#contact_nav
{
    position:relative;
    left:665px;
    top:-5px;
    cursor:pointer;
    visibility:hidden;
}

#community_nav
{
    left: -145px;
    margin-right: -145px;
    position: relative;
    top: 50px;
    cursor:pointer;
    visibility:hidden;
}


/* Image Wrapper (Not Lightbox) */
.image_wrapper
{
    padding:10px;
    background-color:#e4e4e4;
    width:550px;
    margin-left:120px;
}
.image_details
{
    background-color:#e4e4e4;
    font: 11px/1.4em Verdana,Helvetica,sans-serif;
    margin-left:120px;
    padding-left:10px;
    margin-bottom:10px;
    padding-bottom:10px;
    width:560px;
}

.image_wrapper img
{
    width:100%;
}

.lightbox_sub_title
{
    font-weight:normal;
}

/* Content */
#left_content
{
    height:630px;
    width:610px;
    margin:97px 0 0 40px;
  
}

#right_content
{
    height:670px;
    margin:-677px 100px 100px 640px;
    position:absolute;
    width:100px;
    
}

/*Announcements*/
.announce
{
    width:550px;
}

.announce_title
{
    width:550px;
    height:32px;
    background: url('../images/announce_title.png') no-repeat;
    padding: 0 20px 0 30px;
}

.news_title
{
    width:550px;
    height:32px;
    background: url('../images/news_title.png') no-repeat;
    padding: 0 20px 0 30px;
}

.announce_title_text
{
    font-family:Trebuchet MS;
    color:#343434;
    font-size:24px;
    float:left;
}

.announce_title_date
{
    font-family:Trebuchet MS;
    color:#656565;
    font-size:15px;
    float:right;
    text-align:right;
    margin-right:60px;
    padding-top:5px;
}

.announce_text
{
    padding-left:10px;
    margin-bottom: -10px;
}

.announce_footer
{
    text-align:right;
    margin-bottom:20px;
}

.email_icon
{
    padding-right:20px;
}

.read_more
{
    color:#c3695c;
    font-weight:bold;
    font-size:12pt;
}

.read_more:hover
{
    color:#f3d83f;
}

#all_news
{
    padding-left: 10px;
    color:#5491c7;
    font-family:Trebuchet MS;
    font-size:20pt;
}

#all_news:hover
{
    color:#3673aa;
}


/*  Past Events  */
.past_events
{
    margin-left: 50px;
    width: 815px;
}

.past_events_title
{
    width:550px;
    height:32px;
    background: url('../images/announce_title.png') no-repeat;
    padding: 0 20px 0 30px;
}

.past_events_title_text
{
    font-family:Trebuchet MS;
    color:#343434;
    font-size:24px;
    float:left;
}

.past_events_title_date
{
    font-family:Trebuchet MS;
    color:#656565;
    font-size:15px;
    float:right;
    text-align:right;
    margin-right:60px;
    padding-top:5px;
}

.past_events_text
{
    padding-left:10px;
    margin-bottom: -10px;
}

.past_events_footer
{
    text-align:right;
    margin-bottom:20px;
}

.email_icon
{
    padding-right:20px;
}

.read_more
{
    color:#c3695c;
    font-weight:bold;
    font-size:12pt;
}

.read_more:hover
{
    color:#f3d83f;
}

#all_news
{
    padding-left: 10px;
    color:#5491c7;
    font-family:Trebuchet MS;
    font-size:20pt;
}

#all_news:hover
{
    color:#3673aa;
}



/*  Calendar Panel  */
#calendar_panel_wrapper
{
    height:180px;
    width:240px;
    margin-bottom:120px;
    text-align:center;
}


/*  Past Events Panel  */
#past_panel_wrapper
{
    padding-left:30px;
    padding-top:36px;
    width:178px;
    height:143px;
    font-family:Adobe Heiti Std R;
    font-size:10pt;
    font-weight: bold;    
}

.past_event
{
    margin-bottom:25px;
}

.past_event_date
{
    float:right;
}

.past_event_link
{
    color:#343434;
}

.past_event_link:hover
{
    color:#f3d83f;
}

#more_events
{
    margin-right:-45px;
    margin-top:-5px;
    text-align:right;
    font-family:Arial;
}

#more_events a
{
    color:Black;
}

#more_events a:hover
{
    color:#343434;
    text-decoration:underline;
}


/*  Photo Panel  */
#photo_panel_wrapper
{
    
}




/*  Contact Page  */

.right_contact
{
    position:relative;
    left:215px;
    top: -40px;
}


/*  Page Footer  */
#page_footer
{
    height:75px;
    position: relative;
    /*top: 45px;*/
}

#bottom_nav a
{
    font-family: Trebuchet MS; 
    font-weight: bold;
    font-size:11pt;
    color:#343434;
}

#bottom_nav:visited
{
   color:#343434;
}

#left_footer
{
    text-align:center;
    width:700px;
    float:left;
    margin-right:150px;
}

#left_footer a:visited
{
    color:#343434;
}

#left_footer a:hover
{
    color:#656565;
}

#legal
{
    font-size:10pt;
    font-family:Trebuchet MS;
    font-weight:bold;
    color:#656565;
}


