@charset "utf-8";
/* CSS Document */

/* Bones */
*{
    margin:0;
    padding:0;
}

body {
    margin: 0;
    background-color: #c8c7c7;
}

.wrap {
    width: 100%;
    float: left;
}

.content {
    width: 987px;
    margin-left: auto;
    margin-right: auto;
}

.side-bar {
    width: 987px;
    margin-left: auto;
    margin-right: auto;
}


/* Skin */

body {
    font-family: Adobe Caslon Pro, serif;
    font-size: 15px;
    color: #303030;
}

#header {
    background: url(../../images/header.jpg) no-repeat top center;
}

h2,h3,h4,h5 {
    padding: 0 0 13px;
}

h1 {
    font-size: 30px;
    color: #3a4a63;
    padding: 10px 0 0;
    margin-top: 20px;
}

h2 {
    font-size: 23px;
    color: #3a4a63;
    padding: 10px 0 5px;
    margin-top: 20px;
}

h3 {
    font-size: 19px;
    color: #777;
}

h3.events {
    padding:0;
}

h4 {
    font-size: 15px;
    color: #fff;
}

a {
    color: #3a4a63;
    text-decoration: none;
}

a:hover {
    color: #3a4a63;
    text-decoration: underline;
}

h2 a {
    color: #fff;
    text-decoration: none;
}

h2 a:hover {
    color: #fff;
}

h4 a {
    color: #dbeffa;
    text-decoration: none;
}

h4 a:hover {
    color: #fff;
}
p{
    font-size: 17px;
}

article li {
    list-style-type: disc;
    line-height: 23px;
    font-size:17px;
    margin: 0 0 10px;
}

article li.last {
    margin: 0 0 35px;
}

table,td,th {
    width: 50px;
}

.sbu {
    width: 400px;
    border: 1px solid #000;
    margin: 0 0 15px;
}
th.sbu{
    font-weight: bold;
}
th.sbu, td.sbu {
    padding:5px
}

#logo {
    width: 273px;
    float: left;
    margin: 0 0 -46px -36px;
    height: 171px;
    position: relative;
    z-index: 999;
}

#navigation {
    width: 820px;
    float: left;
    height: 46px;
    list-style: none;
    margin: 0 0 0 200px;
}

#navigation li {
    float: left;
}

#navigation li a {
    color: #dbeffa;
    font-size: 16px;
    text-decoration: none;
    padding: 18px 18px 12px;
    float: left;
    background: url(../../images/divider.jpg) no-repeat center right;
}

#navigation li a:hover {
    color: #fff;
}

#navigation li.last a {
    background: none;
}

#navigation li.facebook {
    float: left;
}

#navigation li.facebook a {
    background: none;
    padding: 3px 0 0;
}

#feature {
    width: 986px;
    height: 244px;
    float: left;
    display: block;
    margin-left: 2px;
}

.admin #feature{
    display:none;
}

.admin #navigation li{
    display:block;
}
#content {
    background: url(../../images/content.jpg) top center repeat #c8c7c7;
}

.admin #content {
    background: #c8c7c7;
}

article {
    width: 715px;
    float: left;
    padding: 0 32px 38px 29px;
}

article p {
    line-height: 23px;
    text-align: justify;
    margin: 0 0 18px 0;
}

/*.home article {
    width: 503px;
    float: left;
    padding: 0 29px 38px;
}

.home article p {
    line-height: 23px;
    text-align: justify;
    padding-right: -10px;
}*/

.clear { 
    clear:both;
}
#sticker {
    width:194px;
}
.stick {
    position:fixed;
    top:0px;
}
.article article h2 {
    padding: 10px 0 0;
    margin-top: 5px;
}

.article p {
    margin: 0 0 10px 0;
}

article p.list {
    margin: 0;
}

article ul.home{
    margin: 10px 0 20px 50px;
}

#mside {
    width: 212px;
    min-height: 430px;
    float: left;
    font-size: 16pt;
    text-align: center;
}

#mside p {
    margin: 50px 0 20px;
}

#rside {
    width: 201px;
    float: left;
    padding: 10px 5px 0;
}

#rside h1 {
    font-size: 22px;
    color: #fff;
    margin: 0;
}

#rside h2 {
    font-size: 18px;
    color: #fff;
    margin: -5px 0;
}

#rside h3 {
    font-size: 18px;
    color: #fff;
    text-align: center;
    line-height: 22px;
    margin: 10px 0 0 -8px;
}

#subpagecontent li {
    margin: 0 0 20px 50px;
}

hr {
    margin: 10px 16px 10px 8px;
}

.side-bar img {
    margin: 10px 0 4px 6px;
}

aside {
    width: 202px;
    min-height: 180px;
    float: left;
    background-color: #ebebeb;
}

aside h2 {
    font-size: 30px;
}

#nlform {
    margin: -13px 0 21px;
}

#nlform input {
    width: 116px;
    margin: 0;
    float: left;
}

#nlform input[type=submit] {
    float: left;
    background-color: #ebebeb;
    color: #000;
    border: none;
    padding: 5px 10px;
    width: 60px;
    height: 30px;
    margin: 5px 0 -3px 6px;
    cursor: pointer;
}

#nlform input[type=submit]:hover {
    background-color: #ccc;
}

#footer {
    background: url(../../images/footer.jpg) top center repeat #3a3222;
    height: 100px;
}

#footer #legal {
    float: left;
    margin: 15px 0 0 5px;
    color: #fff;
    line-height:20px;
}

.content #footer #legal p a{
    color: #000;
}



/* Imported Wordpress post styling */

.post {
    padding-bottom: 20px;
    border-bottom: 1px solid rgb(156, 156, 156);
}

.post h1 {
    margin-bottom: 12px;
}

.post p {
    margin: 10px 0;
}

.post img {
    margin: 4px 20px;
}

.img {
    padding: 10px;
}

#homecont{
    width: 453px;
    height: 113px;
    margin: 30px auto 20px;
}
#infocont{
    width: 500px;
    height: 113px;
    margin: 30px auto;
}
span.email a{
color:#fff;
}

a.email{
color:#fff;
}

table.sidebar{
width: 212px;
margin: 5px 0 15px -5px;
}

table.admin{
width:800px;
border: solid 1px 000;
font-size:16px;
text-align:center;
margin:30px 0 0;
float:left;
}
table.admin th{
font-weight:bold;
height:25px;
vertical-align: middle;
}

table.admin tr{
border: solid 1px 000;
}

table.admintable{
    width:500px;
    font-size:15px;
    float:left;
}
table.admintable th{
    text-align: left;
}

table.pages{
width:800px;
font-size:16px;
text-align:center;
margin:30px 0 0;
float:left;
}
table.pages th{
font-weight:bold;
height:25px;
vertical-align: middle;
text-decoration: underline;
}

th.email{
    width:400px;
    margin:0;
}

th.member{
    width:300px;
    margin:0;
}

th.delete{
    width:100px;
    margin:0;
}
td.sidebar{
padding: 0 0 10px;
width:100%;
background-color: #f79800;
}
.left{
    width:200px;
    text-align:left;
    height:20px;
}

#navigation li a.help{
color:#00cecb;
}

h1.sbupage{
    margin:0 0 15px;
    color:#fff;
    font-size: 20px;
    font-weight: bold;
    padding: 20px 15px 5px;
    line-height: 30px;
}

h1.sbupage a{
    color:#fff;
}


.home_top_banner{
    margin: 0;
    height: 113px;
    float:left;
}
.home_join{
    margin: 0 0 20px;
    width:350px;
    height: 234px;
    float:left;
}
.about_1{
    float:right;
    width:400px;
    margin:20px 0 20px 20px;
}
.about_2{
    float:left;
    width:400px;
    margin:20px;
}

.about_middle{
    float:left;
    height:225px;
    margin:0 0 20px 25px;
}
.projects_middle{
    float:left;
    height:225px;
    margin: 0 0 30px 15px;
}
.projects_1{
    float:left;
    width:357px;
    margin:20px;
}
.projects_2{
    float:right;
    width:300px;
    margin:20px;
}
.projects_3{
    float:left;
    width:400px;
    margin:20px;
}
.links_1{
    float:right;
    width:300px;
    margin:20px;
}
.help_1{
    width:500px;
    margin:20px auto;
    display:block;
}
.help_2{
    width:400px;
    margin:20px;
    float:left;
}
p.bottom{
    font-size: 18px;
    margin:20px 0 0;
}
.center{
    text-align:center;
}

.clear_left{
    clear:left;
}
.float_right{
    float:right;
}
.float_left{
    float:left;
}
video#orientation{
    margin: 0 auto;
    display:block;
    float:none;
}
h3.link{
    margin:0;
    color:#3a4a63;
}
#rside h1.sidebar{
    font-size:36px;
    color:#fff;
    margin: 0 0 0 32px;
}
#rside h2.sidebar{
    font-size:19px;
    color:#fff;
    margin: -5px 0 0 4px;
}
#rside h2.sidebar_heading{
    font-size:22px;
    color:#3a4a63;
}

#rside h2.sidebar_heading:hover{
    color:#3a4a63;
    text-decoration:underline;
}
.margin{
    margin:0 0 20px;
}
.sbu_image{
    width:250px;
    margin:20px;
}

h1.title{
   font-style:italic;
   border-bottom: solid 5px #009999;
   margin: 20px 0 10px;
}
h1.tabtitle{
   font-style:italic;
   border-bottom: solid 5px #009999;
   margin: 0 0 20px;
   line-height: 30px
}
.monthtitle{
   font-style:italic;
}

.joinnow{
  font-style:italic;
  border-bottom: solid 5px #009999;
  margin: 20px 0 10px 0px;
  padding: 0 0 0 300px;
}
.none{
    text-decoration:none;
}
.automargin{
    margin:0 auto;
    display: block;
}
.learnmore{
    color:#777;
}
.ui-widget-content .learnmore{
    color:#777;
}
h2 a.student{
    margin:0 0 10px;
    padding:0;
    color:#222222;
}

h2 a.here{
    color:#3a4a63;
}

.studentimg{
    margin:20px auto 0;
    display:block;
}

a.help{
    color:#3a4a63;
}
#signup{
    margin:0 0 0 10px;
}
#signup input[type=submit]{
    width: 30px;
    height: 20px;
    margin: 5px 0 0 5px;
    padding: 0;
}
#signup input[type=text]{
    margin: 5px 0 0 12px;
}
.move1{
    margin:0 0 0 1px;
}
.move{
    margin:0 0 0 2px;
}
#becomemember{
    margin:0 0 0 5px;
}
#contact{
    margin:0 0 30px 5px;
}
#student_info{
    margin: 0 0 0 15px;
    float:left;
    width: 500px;
}
#editmenu{
    height: 60px;
}
#memberapp{
    margin: 0 0 50px 0;
}
table.membershipapp {
    width:640px;
    font-size: 16px;
    margin: 20px 0 0 30px;
    line-height: 35px;
}
textarea[name=special]{
    resize: none;
}
a p.add:hover{
    text-decoration:underline;
}

.sidebarEvent{
    text-align: center;
    padding: 0 10px 0 20px;
}

.sidebarEvent h3{
    font-size: 18px !important;
    line-height: 20px !important;
}

a.eventButton, a.eventButton2{
    background: #f79800;
    padding: 10px;
    border-radius: 20px;
    text-transform: uppercase;
    color: #fff !important;
    display: block;
}
a.eventButton:hover, a.eventButton2:hover{
    background: #fff !important;
    color: #f79800 !important;
    text-decoration: none !important;
}

a.eventButton2{
    float: none;
    margin: 0 auto;
    width: 60%;
    text-align: center;
}


/* Google Translate Test */
.goog-te-gadget-simple {
    background: url(https://www.ffins.org/includes/images/translate.jpg) no-repeat !important;
    height: 21px;
    width: 96px;
    border: none;
}

.goog-te-gadget-icon {
    display: none !important};
}

.goog-te-menu-value {
    display: none !important;
}
.goog-te-banner-frame {
    left: 0px !important;
    top: auto !important;
    bottom: 0px !important;
}
body{
    top:0px !important;
}



#tabs-6 h1.tabtitle{
    margin: 0 0 5px;
}
#tabs-6 h2{
    margin: 20px 0 0;
    color: #009999;
    font-weight: bold;
}
#tabs-6 h2:first-of-type{
    margin: 0;
}
article #tabs-6 p{
    margin: 0px;
}



.eventAlert{ padding: 10px 10px 10px 20px; }
.eventAlert h1{ padding: 10px 10px 20px 20px; text-align: center; text-transform: uppercase; }
.eventAlert p{ text-align: center; }
.eventAlert img{ width: 60%; float: right; padding: 0px 0px 20px 20px; }
.eventAlert .button{ color: #fff; background: #009999; padding: 15px 25px; display: block; border-radius: 25px; box-shadow: 1px 3px 0px 0px rgba(0, 0, 0, .2); font-size: 20px; text-transform: uppercase; margin: 20px auto 0px; text-align: center; }
.eventAlert .button:hover{ background: #3a4a63; text-decoration: none; }

/* New Membership Page */
.membershipLogo{ width: 500px; margin: 0 auto 20px; display: block; }
#membersApp tr{ display: flex; flex-direction: row; margin: 15px 0; justify-content: space-between; }
#membersApp table, td{ width: initial; }
#membersApp input{ border: none; padding: 5px; }
#membersApp span{ color: #ff0000; }
#membersApp textarea{ margin: 5px 0 0; height: 100px; border: none; padding: 5px; }
#membersApp .memberGo{ padding: 10px 20px; background: #009999; color: #fff; font-size: 16px; text-transform: uppercase; margin: 20px 0 0; cursor: pointer; -webkit-transition: all 0.1s ease-in-out; -moz-transition: all 0.1s ease-in-out; -ms-transition: all 0.1s ease-in-out; -o-transition: all 0.1s ease-in-out; transition: all 0.1s ease-in-out; -webkit-appearance: none; }
#membersApp .memberGo:hover{ background-color: #3a4a63; }