body {
  width: 100%;
  *zoom: 1;
}
body:before,
body:after {
  content: "";
  display: table;
}
body:after {
  clear: both;
}
/************************************************************************************
  DEFAULT THEME, LIVEWHALE CONTENT MANAGEMENT SYSTEM
*************************************************************************************/
/* simple reset - doesn't clear margins, padding, list-style
---------------------------------------------------------------------------- */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  font-size: 100%;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
/* micro clearfix 
---------------------------------------------------------------------------- */
.cf:before,
.cf:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.cf:after {
  clear: both;
}
/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
  *zoom: 1;
}
/* basic type styles
---------------------------------------------------------------------------- */
.clear {
  clear: both;
}
html,
body {
  height: 100%;
}
body {
  margin: 0;
  padding: 0;
  background-color: #fff;
  line-height: 1.375;
  font-family: "Helvetica Neue", Helvetica, sans-serif;
}
fieldset {
  border: none;
  margin: 0;
  padding: 0;
}
/* basic type styles
---------------------------------------------------------------------------- */
a {
  text-decoration: none;
  color: #999999;
}
a:hover {
  text-decoration: underline;
}
.large_type {
  font-size: 1.4em;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: Georgia, serif;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: .5em;
  clear: left;
}
h1 {
  font-size: 2em;
}
h2 {
  font-size: 1.5em;
}
h3 {
  font-size: 1.25em;
}
p.intro {
  font-size: 1.25em;
  font-weight: 200;
  line-height: 1.5em;
  color: #777;
  margin-top: 0;
}
/* Tables */
table {
  margin: 1em 0;
}
th {
  color: #fff;
  padding: 5px 8px;
  background-color: #222;
  border-top: 4px solid #000;
  border-bottom: 1px solid #fff;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
td {
  font-size: 0.9em;
  color: #444;
  font-weight: normal;
  padding: 8px;
  background: #eee;
  border-top: 1px solid transparent;
  border-bottom: 1px solid #fff;
}
tr:hover td {
  background: #ddd;
  color: #444;
}
input[type=text],
textarea {
  font-size: .875em;
  padding: 3px;
}
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
#breadcrumbs {
  font-size: .875em;
  margin-bottom: 1em;
  color: #555;
  font-weight: 400;
}
.lw_breadcrumb_link {
  margin-right: 6px;
}
.lw_breadcrumb_separator {
  padding-right: 6px;
}
header {
  height: 110px;
  margin-bottom: 30px;
  background-color: #999999;
}
header h1 {
  font-family: "Helvetica Neue", Helvetica, sans-serif;
  font-size: 3em;
  margin: 0;
  font-weight: 200;
  padding: 20px;
}
header h1 a {
  color: #fff;
}
header h1 a:hover {
  text-decoration: none;
}
footer {
  position: relative;
  border-top: #aaa 1px solid;
  margin: 30px 0 0 0;
  padding: 8px 0 20px;
  height: 80px;
  /* background-color: #aaa; */

}
footer .login {
  float: left;
  margin-left: 20px;
}
footer .powered-by {
  float: right;
  margin-right: 20px;
}
.center {
  margin: 0 auto;
  max-width: 960px;
  clear: both;
}
.content {
  background-color: #fff;
}
/**
 * Default layout
 */
nav,
article,
aside {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 20px;
}
nav {
  display: inline;
  float: left;
  width: 22%;
  margin: 0 1.5%;
  *width: 21.947916666666668%;
  *margin: 0 1.4479166666666667%;
}
article {
  display: inline;
  float: left;
  width: 47%;
  margin: 0 1.5%;
  *width: 46.947916666666664%;
  *margin: 0 1.4479166666666667%;
}
aside {
  display: inline;
  float: left;
  width: 22%;
  margin: 0 1.5%;
  *width: 21.947916666666668%;
  *margin: 0 1.4479166666666667%;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
}
aside section {
  margin-bottom: 1em;
}
.sidebar_hidden .content article {
  display: inline;
  float: left;
  width: 72%;
  margin: 0 1.5%;
  *width: 71.94791666666667%;
  *margin: 0 1.4479166666666667%;
}
/**
 * Responsive Layout 
 */
@media screen and (max-width: 770px) {
  header h1 {
    font-size: 2em;
  }
  .content nav {
    display: inline;
    float: left;
    width: 97%;
    margin: 0 1.5%;
    *width: 96.94791666666667%;
    *margin: 0 1.4479166666666667%;
  }
  .content article {
    display: inline;
    float: left;
    width: 97%;
    margin: 0 1.5%;
    *width: 96.94791666666667%;
    *margin: 0 1.4479166666666667%;
    margin-top: 12px;
  }
  .content aside {
    display: inline;
    float: left;
    width: 97%;
    margin: 0 1.5%;
    *width: 96.94791666666667%;
    *margin: 0 1.4479166666666667%;
    margin-top: 12px;
  }
  .sidebar_hidden .content article {
    display: inline;
    float: left;
    width: 87%;
    margin: 0 1.5%;
    *width: 86.94791666666667%;
    *margin: 0 1.4479166666666667%;
  }
}
nav .lw_widget_navigation {
  font-size: 1em;
  line-height: 1.5em;
  border-right: #ccc 1px solid;
  padding-bottom: 25px;
}
nav .lw_widget_navigation ul {
  list-style-type: none;
  padding-top: 0;
}
nav .lw_widget_navigation ul li {
  margin: 0;
  padding: 0;
}
nav .lw_widget_navigation ul li a {
  display: block;
  font-weight: 200;
  padding: 6px 10px 6px 10px;
  text-decoration: none;
}
nav .lw_widget_navigation ul li a:hover {
  text-decoration: underline;
}
nav .lw_widget_navigation ul li ul {
  display: none;
}
nav .lw_widget_navigation ul li ul li.lw_active {
  text-decoration: underline;
}
nav .lw_widget_navigation ul li ul li.lw_current {
  text-decoration: underline;
}
nav .lw_widget_navigation ul li.lw_active,
nav .lw_widget_navigation ul li.lw_current {
  background-color: #999999;
}
nav .lw_widget_navigation ul li.lw_active a,
nav .lw_widget_navigation ul li.lw_current a {
  color: #eee;
}
nav .lw_widget_navigation ul li.lw_active a:hover,
nav .lw_widget_navigation ul li.lw_current a:hover {
  color: #fff;
  text-decoration: none;
}
nav .lw_widget_navigation ul li.lw_active ul,
nav .lw_widget_navigation ul li.lw_current ul {
  display: block;
  margin: 0;
  padding: 0;
}
nav .lw_widget_navigation ul li.lw_active ul li,
nav .lw_widget_navigation ul li.lw_current ul li {
  margin: 0;
  padding-left: 8px;
  background: #F8F7F2;
  border: none;
}
nav .lw_widget_navigation ul li.lw_active ul li a,
nav .lw_widget_navigation ul li.lw_current ul li a {
  font-size: .75em;
  color: #5C0621;
  text-decoration: none;
}
nav .lw_widget_navigation ul li.lw_active ul li a:hover,
nav .lw_widget_navigation ul li.lw_current ul li a:hover {
  color: #900;
  text-decoration: none;
}
/**
 * Event Detail Page
 */
.details_page aside {
  background-color: #fff;
}
.details_page aside h1,
.details_page aside h2,
.details_page aside h3,
.details_page aside h4 {
  color: #333;
  font-family: "Helvetica Neue", Helvetica, sans-serif;
  margin-bottom: 2px;
}
.image_bordered {
  margin-top: 1.25em;
}
/**
 * Form Page 
 */
/**
 * Galleries
 */
.detail_gallery {
  width: 100%;
  text-align: center;
  padding: 10px 18px;
  background-color: #333;
  color: #fff;
  -webkit-border-radius: 8px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 8px;
  -moz-background-clip: padding;
  border-radius: 8px;
  background-clip: padding-box;
}
.detail_gallery a {
  color: #eef;
  font-weight: 200;
}
.detail_gallery .lw_gallery_caption,
.detail_gallery .lw_gallery_credit {
  font-size: .875em;
  text-align: left;
  font-weight: 200;
  padding-bottom: 4px;
}
.detail_gallery #lw_gallery_image {
  position: static;
  width: 510px;
  margin: 0 auto;
  float: none;
}
.detail_gallery ul#lw_gallery_thumbnails {
  display: inline-block;
  margin: 0;
  padding: 0;
  max-width: none;
  clear: both;
}
.detail_gallery ul#lw_gallery_thumbnails a {
  display: block;
  float: left;
}
.detail_gallery ul#lw_gallery_thumbnails img {
  display: block;
  width: 80px;
  height: 80px;
}
nav .lw_widget_galleries li {
  margin-left: 10px;
}
nav .lw_widget_galleries .lw_galleries_description {
  display: none;
}
.saveandshare {
  margin-top: 18px;
}
