/* 
YOUR CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles here instead of style.css so it 
is easier to update the theme. Simply copy an existing 
style from style.css to this file, and modify it to 
your liking.

*/

.project {
   margin-bottom: 0px;
}

#masthead #logo div.description {
  margin-top: 0px;
}

#employee_pics {
   width: 648px;
   height: 469px;
   background-color: #000;
   padding: 12px;
}

#employee_pics ul {
   overflow:auto;
   clear:both;
   margin: 0px;
}

#employee_pics li {
   float: left;
   margin-right: 12px;
}

#employee_pics li.last {
   margin-right: 0px;
}

.employee_names.first {
   margin: 5px 0 0 0;
}

.employee_names {
   margin:0;
}

/* Mail chimp form styling */

#mc_subheader {
   margin: 3px 0px 10px 0px !important;
}

.mc_signup_submit {
   text-align: left !important;
}

#mc_signup_submit {
   margin-left: 101px;
}

.mc_var_label {
   width: 100px;
   float: left;
}

/* Galleria hack: the calculated width of the thumbnail container was not long enough; the last thumbnail always wrapped in the div; why? for now just define a static width that will cover 30 thumbnails */
.galleria-thumbnails {
    width: 1000px !important;
}
