/*
 * Theme Name: Default
 * Description: The default theme for Family Connections. Fixed 980px Centered Layout. Now with mobile support.
 * Screen Size: 1024x768+
 * FCMS Compatible: 3.2
 * Updated: July 10, 2013
 * Author: Ryan Haudenschilt
 * ------------------------------------------------*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
a:hover,
a:active {
  outline: 0;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  max-width: 100%;
  height: auto;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}
button,
input {
  *overflow: visible;
  line-height: normal;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
/* =LAYOUT =STRUCTURE
------------------------------------------------*/
html {
  background: #9ccef0 url(../../images/bg.png) repeat-x;
}
body {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #333;
  background-color: #fff;
  font-family: Verdana, Arial, sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 25px;
  margin: 10px auto 30px auto;
  width: 980px;
}
#header {
  float: left;
  /*height: 174px;*/
  font-size: 12px;
  text-align: left;
}
#header #logo {
  float: left;
  height: 148px;
  /* logo height - remove bg on hover in IE */

  margin: 20px 0 0 0;
  overflow: hidden;
  /* remove bg on hover */

  text-align: right;
  width: 148px;
}
#header #loginlogout {
  float: right;
  /* logo height - remove bg on hover in IE */

  /*margin: 20px 0 0 0;*/
  overflow: hidden;
  /* remove bg on hover */

  text-align: right;
  /*width: 900px;*/
}
#header p {
  /*float: left;
  display: block;
  padding: 90px 0 0 0;
  text-align: right;
  width: 800px;*/
  /* 980 (body) - 291 (logo) - 15px (spacer) */
text-align: right;
width:971px;
}
#headertext {
font-size: 10px;
line-height: 15px;
width:750px;
padding-top: 30px;
}

#pagetitle {
  color: #999;
  font: 32px/50px Futura, "Century Gothic", AppleGothic, sans-serif;
  padding: 5px 20px;
}
#leftcolumn {
  display: block;
  float: left;
  font-size: 14px;
  margin: 0 20px 0 0;
  text-align: left;
  width: 185px;
}
#maincolumn {
  display: block;
  float: left;
  text-align: left;
  width: 755px;
}
#content {
  clear: both;
  display: block;
  text-align: left;
  width: 980px;
}
.centercontent {
  *zoom: 1;
  padding: 10px 10px 50px 10px;
}
.centercontent:before,
.centercontent:after {
  display: table;
  content: "";
}
.centercontent:after {
  clear: both;
}
#footer {
  clear: left;
  padding: 40px 0 0 0;
}
#footer p {
  margin: 20px;
  text-align: center;
  font-size: 10px;
}
/* =HEADERS
------------------------------------------------*/
#content h1 {
  font-size: 32px;
  margin: 15px 0 40px 0;
}
#content h2 {
  clear: right;
  font: bold 24px/36px Verdana, Arial, sans-serif;
  margin: 0;
}
#content h2 a {
  color: #3e8ec1;
}
#content h3 {
  font: bold 20px/30px Verdana, Arial, sans-serif;
  margin: 0;
  padding: 5px 0 20px 0;
}
#content h4,
#content h4 a {
  color: #000;
  font: bold 16px/25px Verdana, Arial, sans-serif;
  margin: 0;
}
#leftcolumn h2 {
  color: #3e8ec1;
  font: bold 12px/16px Verdana, Arial, sans-serif;
  text-transform: uppercase;
  padding: 10px 0 0 12px;
}
#leftcolumn h2.pollmenu,
#leftcolumn h2.membermenu {
  background-color: #9ccef0;
  color: #333;
  margin: 30px 0 0 0;
  padding: 5px 10px;
  text-transform: none;
}
#leftcolumn h3 {
  font: bold 14px/18px Verdana, Arial, sans-serif;
  padding: 10px 0;
}
/* =GENERAL
------------------------------------------------*/
p {
  margin: 10px 0 20px 0;
}
ol {
  margin: 10px 0 20px 20px;
  padding: 0 0 0 20px;
}
input,
textarea {
  margin-right: 5px;
  padding: 2px;
}
label.radio_label {
  cursor: pointer;
  cursor: hand;
}
.center {
  text-align: center;
}
.alignright {
  text-align: right;
}
.alignleft {
  text-align: left;
}
.frm_line,
.frm_line div {
  display: inline;
}
.frm_text,
.frm_sel {
  border: 1px solid #b3d5ef;
}
.frm_text_highlight {
  border: 1px solid #3e8ec1;
}
.sub1 {
  background-color: #363134;
  border: none;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  color: #fff;
  cursor: pointer;
  cursor: hand;
  padding: 5px 30px;
}
.sub2 {
  background-color: #999;
  border: none;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  color: #fff;
  cursor: pointer;
  cursor: hand;
  padding: 5px 10px;
}
div.mouseover {
  background-color: #9ccef0;
}
fieldset {
  border: none;
}
fieldset {
  background-color: #eff0f4;
  border: 1px solid #ccc;
  font-size: 12px;
  margin: 20px 100px;
  padding: 50px 20px 20px 20px;
  position: relative;
}
fieldset legend {
  border-top: 1px solid #ccc;
}
fieldset legend span {
  color: #000;
  font-size: 20px;
  left: 20px;
  margin-top: .5em;
  position: absolute;
  *top: 0;
  /* IE6 IE7 */

  /* top: 0\0/;  IE8 IE9 */

}
fieldset .field-row {
  *zoom: 1;
  padding: 10px 0 20px 0;
  width: 100%;
}
fieldset .field-row:before,
fieldset .field-row:after {
  display: table;
  content: "";
}
fieldset .field-row:after {
  clear: both;
}
fieldset .field-label {
  float: left;
  text-align: right;
  width: 30%;
}
fieldset .field-label b,
fieldset .field-label img {
  padding-right: 15px;
}
fieldset .field-label label.optional {
  color: #333;
}
fieldset .field-label label.optional b {
  font-weight: normal;
}
fieldset .field-widget {
  color: #3e8ec1;
  float: left;
  width: 69%;
}
fieldset.big .frm_file {
  font: 20px/30px Verdana, Arial, sans-serif;
}
fieldset #post {
  width: 660px;
}
#contact fieldset textarea {
  width: 400px;
}
.error-alert,
.info-alert,
.ok-alert {
  *zoom: 1;
  text-align: left;
  padding: 10px 20px 10px 45px;
  margin: 10px 40px 50px 40px;
}
.error-alert:before,
.info-alert:before,
.ok-alert:before,
.error-alert:after,
.info-alert:after,
.ok-alert:after {
  display: table;
  content: "";
}
.error-alert:after,
.info-alert:after,
.ok-alert:after {
  clear: both;
}
.error-alert h2,
.info-alert h2,
.ok-alert h2 {
  line-height: 140%;
}
.error-alert a {
  color: #000;
}
.error-alert a:hover {
  background-color: transparent;
  text-decoration: underline;
}
.error-alert {
  background: #ffd5cf url(images/error.gif) 15px 15px no-repeat;
  color: #6f0d00;
  font-weight: bold;
}
.info-alert {
  background-color: #eee;
}
.info-alert {
  background: #eeeeee url(images/information.gif) 15px 15px no-repeat;
}
.info-alert h3 {
  padding-top: 20px;
}
.info-alert ul {
  padding: 0 0 20px 40px;
}
.info-alert ul li {
  padding: 0 0 0 10px;
}
.info-alert small {
  color: #999;
}
.ok-alert {
  background: #cff0cc url(images/ok.gif) 15px 15px no-repeat;
}
div.close-alert {
  font-size: 10px;
  line-height: 16px;
  text-align: right;
}
div.close-alert a {
  background: transparent url(images/delete.gif) center left no-repeat;
  padding: 0 0 0 18px;
}
div.close-alert a:hover {
  color: #000;
}
span.date {
  color: #999;
  font-size: 13px;
}
span.date form,
span.date form div {
  display: inline;
}
.ok-msg-container {
  -moz-background-clip: padding;
  -webkit-background-clip: padding;
  -webkit-box-shadow: 0 0 20px rgba(30, 30, 30, 0.7);
  -moz-box-shadow: 0 0 20px rgba(30, 30, 30, 0.7);
  background: #cff0cc;
  background-clip: padding;
  box-shadow: 0 0 20px rgba(30, 30, 30, 0.7);
  left: 0;
  margin: 0;
  position: absolute;
  text-align: left;
  top: 0;
  width: 100%;
}
.ok-msg {
  background: #cff0cc url(images/ok.gif) 15px center no-repeat;
  margin: 0 auto;
  padding: 20px 20px 20px 45px;
  /*width: 915px;*/

  width: 915px;
}
a.close-msg {
  color: #000;
  float: right;
  padding: 0 4px;
}
a.close-msg:hover {
  background-color: #000;
  color: #999;
}
#alert_new_admin_home {
  background: #fff;
}
.chat_bar {
  background-color: #f1f1f1;
  background-image: -moz-linear-gradient(top, #ffffff, #dddddd);
  background-image: -ms-linear-gradient(top, #ffffff, #dddddd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#dddddd));
  background-image: -webkit-linear-gradient(top, #ffffff, #dddddd);
  background-image: -o-linear-gradient(top, #ffffff, #dddddd);
  background-image: linear-gradient(top, #ffffff, #dddddd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dddddd', GradientType=0);
  border-top: 1px solid #666;
  border-left: 1px solid #666;
  border-right: 1px solid #666;
  bottom: 0;
  color: #555;
  font-size: 11px;
  padding: 1px 5px;
  position: fixed;
  right: 50px;
  width: 150px;
}
div.tooltip {
  background-color: #202020;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #888;
  font: normal 9px/14px Verdana, sans-serif;
  padding: 8px;
  position: absolute;
  text-align: left;
  width: 110px;
  z-index: 100;
}
div.tooltip h5 {
  color: #fff;
  font: normal 9px/14px Verdana, sans-serif;
  margin: 0;
  text-align: left;
}
div.tooltip h5.highlight {
  color: #9ccef0;
}
.blank-state {
  background-color: #eee;
  padding: 50px 100px;
  margin: 10px 40px 50px 40px;
}
#content .blank-state h2 {
  color: #255574;
  font: bold 40px/50px Verdana, Arial, sans-serif;
  padding: 5px 0 20px 0;
}
#content .blank-state h3 {
  color: #404040;
  font: normal 26px/32px Verdana, Arial, sans-serif;
}
.avatar-member-list,
.avatar-member-list-small {
  float: left;
  padding: 0 0 30px 0;
  width: 100%;
}
.avatar-member-list li,
.avatar-member-list-small li {
  display: block;
  float: left;
  margin: 0 2px 2px 0;
  position: relative;
  text-align: center;
}
.avatar-member-list img,
.avatar-member-list-small img {
  display: block;
  height: 40px;
  width: 40px;
  vertical-align: middle;
}
.avatar-member-list-small img {
  height: 25px;
  width: 25px;
}
.avatar-member-list a,
.avatar-member-list-small a {
  color: #333;
  font: normal 10px/12px Arial, sans-serif;
}
.dob_dod {
  *zoom: 1;
}
.dob_dod:before,
.dob_dod:after {
  display: table;
  content: "";
}
.dob_dod:after {
  clear: both;
}
/* =LINKS =NAVIGATION
------------------------------------------------*/
a {
  color: #1a7ab0;
  font-weight: bold;
  text-decoration: none;
}
a:hover {
  color: #000;
}
a.u {
  color: #000;
  font-weight: normal;
  text-decoration: underline;
}
a.u:hover {
  background-color: transparent;
  color: #000;
  text-decoration: none;
}
#mobile-topmenu {
  display: none;
}
#topmenu {
  position: relative;
  z-index: 5;
}
#navigation {
  background: #0a85c4 url(images/nav_bg.png) 0 0 repeat-x;
  display: block;
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  width: 980px;
  zoom: 1;
}
#navigation ul {
  background-color: #1a7ab0;
  color: #fff;
  display: none;
  left: -1px;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 98%;
}
#navigation li:hover > ul {
  display: block;
}
#navigation li {
  display: block;
  font-size: 0px;
}
#navigation table {
  border-collapse: collapse;
}
#navigation a:active,
#navigation a:focus {
  outline-style: none;
}
#navigation a {
  color: #fff;
  display: block;
  vertical-align: middle;
  text-align: left;
  text-decoration: none;
  padding: 10px 30px;
  font: normal 11px Verdana, Arial, sans-serif;
  text-decoration: none;
}
#navigation span {
  overflow: hidden;
}
#navigation li {
  float: left;
}
#navigation ul li {
  float: none;
}
#navigation ul {
  _margin-left: -30px;
}
#navigation ul a {
  text-align: left;
  white-space: nowrap;
}
#navigation li:hover {
  position: relative;
}
#navigation li:hover > a {
  background-color: #1a7ab0;
  font: normal 11px Verdana, Arial, sans-serif;
  text-decoration: none;
}
#navigation li a:hover {
  position: relative;
  background-color: #016290;
  font: normal 11px Verdana, Arial, sans-serif;
  text-decoration: none;
}
#navigation a:hover ul {
  display: block;
  padding: 0;
}
#navigation a:hover ul,
#navigation a:hover a:hover ul,
#navigation a:hover a:hover a:hover ul {
  display: block;
}
#navigation a:hover ul ul,
#navigation a:hover a:hover ul ul {
  display: none;
}
#navigation .main b {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #444;
  padding: 3px;
  margin: 0 10px 0 0;
}
ul.menu {
  background-color: #eff0f4;
  clear: both;
  list-style-type: none;
  margin: 0;
  padding: 10px;
}
ul.menu li {
  border-bottom: 1px solid #ccc;
}
ul.menu li a {
  display: block;
  font: normal 11px/11px Verdana, Arial, sans-serif;
  padding: 5px 5px 5px 12px;
  text-decoration: none;
}
ul.menu li a:hover {
  background-color: #ddd;
}
#sections_menu {
  *zoom: 1;
  border-bottom: 2px solid #d8e9f8;
  margin: 10px 0 30px 0;
}
#sections_menu:before,
#sections_menu:after {
  display: table;
  content: "";
}
#sections_menu:after {
  clear: both;
}
#sections_menu ul {
  *zoom: 1;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#sections_menu ul:before,
#sections_menu ul:after {
  display: table;
  content: "";
}
#sections_menu ul:after {
  clear: both;
}
#sections_menu li {
  float: left;
  list-style-type: none;
  margin: 0 5px 0 0;
}
#sections_menu li a {
  background-color: #d8e9f8;
  color: #444;
  font: bold 10px/33px Verdana, Arial, sans-serif;
  padding: 10px 20px;
}
#sections_menu li a:hover {
  background-color: #9ccef0;
  color: #000;
}
#actions_menu {
  *zoom: 1;
  margin: -20px 0 20px 0;
}
#actions_menu:before,
#actions_menu:after {
  display: table;
  content: "";
}
#actions_menu:after {
  clear: both;
}
#actions_menu ul {
  font: bold 10px/30px Verdana, Arial, sans-serif;
  float: right;
  list-style-type: none;
  margin: 0;
}
#actions_menu li {
  float: left;
  list-style-type: none;
  margin: 0 10px 0 0;
}
#actions_menu li a {
  background-color: #1a7ab0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  color: #fff;
  padding: 5px 10px;
}
#actions_menu li a:hover {
  background-color: #363134;
}
.pages {
  *zoom: 1;
  clear: both;
  padding: 5px 0 10px 0;
}
.pages:before,
.pages:after {
  display: table;
  content: "";
}
.pages:after {
  clear: both;
}
.pages ul {
  border: 1px solid #ccc;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  float: right;
}
.pages li {
  float: left;
  list-style-type: none;
}
.pages a {
  border-left: 1px solid #ccc;
  font: bold 10px/16px Verdana, Arial, sans-serif;
  color: #aaa;
  display: block;
  padding: 5px 10px;
  text-align: center;
  vertical-align: center;
}
.pages a.first,
.pages a.first:hover {
  border: none;
  -webkit-border-top-left-radius: 10px;
  -moz-border-radius-topleft: 10px;
  border-top-left-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-bottom-left-radius: 10px;
}
.pages a.last,
.pages a.last:hover {
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topright: 10px;
  border-top-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  border-bottom-right-radius: 10px;
}
.pages a.current {
  background-color: #ddd;
}
.pages a:hover {
  background-color: #ddd;
}
.top {
  *zoom: 1;
  clear: both;
  margin: 10px 0;
  text-align: right;
}
.top:before,
.top:after {
  display: table;
  content: "";
}
.top:after {
  clear: both;
}
.top a {
  background-image: url(images/top.gif);
  background-repeat: no-repeat;
  background-position: center left;
  padding: 0 0 0 12px;
}
a.rss {
  background-image: url(images/rss.gif);
  background-repeat: no-repeat;
  background-position: center left;
  clear: both;
  margin-right: 20px;
  padding: 0 0 0 18px;
}
.help {
  padding: 2px 18px 2px 0;
  background: transparent url(images/help.gif) no-repeat center right;
}
.helpimg {
  display: block;
  width: 16px;
  height: 16px;
  overflow: hidden;
  text-indent: -9000px;
  background: transparent url(images/help.gif) no-repeat 0 0;
}
/* =BUTTONS
------------------------------------------------*/
.delbtn,
.editbtn,
.quotebtn,
.viewbtn,
.book_delbtn,
.book_editbtn,
.gal_delcombtn,
.gal_addcombtn {
  border: 0;
  cursor: pointer;
  cursor: hand;
  font-size: 0px;
  height: 16px;
  line-height: 0px;
  overflow: hidden;
  padding: 0;
  text-indent: -9999px;
  vertical-align: middle;
  width: 16px;
}
.delbtn {
  background: transparent url(images/delete.gif) top left no-repeat;
}
.editbtn {
  background: transparent url(images/edit.gif) top left no-repeat;
}
.quotebtn {
  background: transparent url(images/board_quote.gif) top left no-repeat;
}
.viewbtn {
  background: transparent url(images/view.gif) top left no-repeat;
}
.book_delbtn {
  background: url(images/book_delete.gif) top left no-repeat;
}
.book_editbtn {
  background: url(images/book_edit.gif) top left no-repeat;
}
.gal_delcombtn {
  background: url(images/comments_delete.gif) top left no-repeat;
}
.gal_addcombtn {
  background: url(images/comments_add.gif) top left no-repeat;
}
fieldset input.mouseover {
  background-color: #9ccef0;
  border-color: #3e8ec1;
  cursor: pointer;
  cursor: hand;
}
/* =HOME
------------------------------------------------*/
#todaysevents {
  color: #016290;
  background-color: #c2e1ef;
  margin: 0 0 30px 0;
  padding: 30px;
}
#todaysevents .events {
  padding: 15px 0 0 20px;
}
#todaysevents .events b {
  font: bold 18px/28px Verdana, Arial, sans-serif;
}
#todaysevents .events span {
  color: #666;
  display: block;
  font: normal 13px/20px Verdana, Arial, sans-serif;
}
#content .half {
  float: left;
  margin: 0 0 50px 0;
  width: 377.5px;
}
#content .half h3 {
  background-color: #eee;
  font: bold 16px/24px Verdana, Arial, sans-serif;
  margin: 0 20px 0 0;
  padding: 10px;
}
#content .half ul {
  background-color: #eee;
  font-size: 12px;
  list-style-type: none;
  margin: 0 20px 20px 0;
  padding: 10px;
}
#content .half li {
  border-bottom: 1px solid #e8e8e8;
  padding: 0 0 15px 0;
}
#content .half li div {
  color: #888;
}
#content .half li div,
#content li a.u {
  font-size: 12px;
}
#content .half li div.today {
  color: #333;
  font: bold 16px/25px Verdana, Arial, sans-serif;
}
/*ul.poll li {
    background-color: #d8e9f8;
    display: block;
    margin: 5px 0;
    position: relative;
    _zoom: 1;
}
ul.poll li div {
    text-align: right;
    color: #000;
    display: block;
    font-size: 10px;
    line-height: 18px;
    padding: 4px 10px;
    position: relative;
    z-index: 2;
}
ul.poll li div b {
    text-align: left;
    display: block;
    font-size: 14px;
    font-weight: bold;
}
ul.poll .index {
    background: @baseColor;
    display: block;
    height: 100%;
    left: 0;
    line-height: 2em;
    overflow: hidden;
    position: absolute;
    text-indent: -9999px;
    top: 0;
}
p.poll {
    text-align: center;
    font: italic 12px @baseFontFamily;
}*/
ul.whovoted {
  margin: 0 0 20px 0;
}
ul.whovoted li {
  list-style-type: none;
  margin: 0 0 0 20px;
}
ul.whovoted img {
  width: 20px;
  height: 20px;
  vertical-align: middle;
}
#home .new {
  border-bottom: 1px solid #e0e0e0;
  color: #333;
  padding: 20px 10px;
}
#home .new:hover {
  background-color: #ebf2fa;
}
#home .new i {
  color: #999;
}
#home .new a.u {
  color: #1a7ab0;
  font-weight: bold;
  text-decoration: none;
}
#home .new a.u:hover {
  color: #000;
}
#home .avatar {
  float: left;
}
#home .avatar img {
  height: 40px;
  width: 40px;
}
#home .info {
  margin-left: 50px;
}
#home .newcal .info p {
  display: block;
  padding: 23px 0 23px 70px;
  background: transparent url(images/event.png) no-repeat 0 50%;
}
#home .newstatus .newstatus {
  padding: 10px 0;
}
#home .newstatus .newstatus .avatar img {
  height: 25px;
  width: 25px;
}
#home .newstatus .newstatus .info {
  margin-left: 35px;
}
ol.todo li span {
  color: #888;
  text-decoration: line-through;
}
#status_update {
  text-align: right;
}
#status_update label {
  margin: 0 10px 0 0;
}
#status {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #ccc;
  height: 44px;
  padding: 8px;
  width: 737px;
}
#update_fb {
  margin: 0 4px 0 0;
}
#status_submit {
  background-color: #eee;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border: none;
  color: #000;
  cursor: pointer;
  cursor: hand;
  padding: 5px 30px;
}
#status_reply #status {
  height: 20px;
  width: 400px;
}
.newstatus:hover #status_submit {
  background-color: #363134;
  color: #fff;
}
.status_replies {
  padding: 0 10px 0 50px;
}
.status {
  position: relative;
}
.status img {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
}
.status p {
  padding: 0 0 0 50px;
}
.status_replies .status img {
  width: 25px;
  height: 25px;
}
.status_replies .status p {
  padding: 0 0 0 35px;
}
#progress {
  background-color: #fff;
  border: 1px solid #000;
  display: block;
  height: 10px;
  margin: 5px 0 20px 0;
  position: relative;
  _zoom: 1;
}
#progress div {
  background: #9cc171;
  display: block;
  height: 100%;
  left: 0;
  line-height: 2em;
  overflow: hidden;
  position: absolute;
  text-indent: -9999px;
  top: 0;
}
/* =PHOTO =GALLERY
------------------------------------------------*/
#gallery_menu {
  *zoom: 1;
  border-bottom: 1px solid #ccc;
  margin: 0 0 20px 0;
}
#gallery_menu:before,
#gallery_menu:after {
  display: table;
  content: "";
}
#gallery_menu:after {
  clear: both;
}
#gallery_menu #sections_menu {
  border: none;
  float: left;
  height: 40px;
  margin: 0;
  width: 630px;
}
#gallery #sections_menu ul {
  background-color: #fff;
  border: none;
  float: left;
  list-style-type: none;
}
#gallery #sections_menu li {
  border-right: 1px solid #ccc;
  float: left;
  margin: 0;
  padding: 0 5px;
}
#gallery #sections_menu li a {
  background-color: #fff;
  border: none;
  color: #1a7ab0;
  font: bold 12px/10px Verdana, Arial, sans-serif;
  font-size: 12px;
  padding: 2px 5px;
}
#gallery #sections_menu li a:hover {
  text-decoration: underline;
}
#gallery #sections_menu li a.selected {
  color: #000;
}
#gallery #actions_menu {
  float: left;
  height: 40px;
  margin: 0;
  width: 330px;
}
#manage-categories td {
  padding: 15px;
}
#manage-categories .delbtn,
#manage-categories .editbtn {
  padding: 0;
}
div.categories {
  *zoom: 1;
}
div.categories:before,
div.categories:after {
  display: table;
  content: "";
}
div.categories:after {
  clear: both;
}
div.categories div.category {
  float: left;
  margin: 0 40px 40px 0;
  overflow: hidden;
  width: 150px;
}
div.categories div.category .photo-title {
  height: 150px;
  position: relative;
  width: 150px;
}
div.categories div.category .photo {
  height: 150px;
  width: 150px;
}
div.categories div.category .overlay {
  background: #333;
  background: rgba(32, 32, 32, 0.5);
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
}
div.categories div.category .overlay p {
  color: #fff;
  font: bold 14px/16px Verdana, Arial, sans-serif;
  margin: 0;
  padding: 10px 10px 20px 10px;
}
div.categories div.category .footer {
  color: #666;
  font: 13px/16px Verdana, Arial, sans-serif;
  padding: 10px 2px;
}
div.categories div.category .footer i {
  display: block;
  font-style: normal;
}
div.categories div.category:hover .overlay {
  background: rgba(32, 32, 32, 0.8);
}
div.categories div.category:hover p {
  color: #1a7ab0;
  color: #4bf;
}
ul.categories {
  *zoom: 1;
  margin: 0;
  padding: 0;
}
ul.categories:before,
ul.categories:after {
  display: table;
  content: "";
}
ul.categories:after {
  clear: both;
}
ul.categories li.category {
  list-style: none;
  float: left;
  height: 210px;
  margin: 20px;
}
ul.categories li.category span {
  display: block;
  width: 150px;
}
ul.categories li.category strong {
  display: block;
  font: bold 13px/16px Arial;
  padding: 0 0 5px 0;
}
ul.categories li.category i {
  color: #999;
  display: block;
  font: 12px/16px Arial;
}
#photos {
  *zoom: 1;
  list-style-type: none;
  margin-bottom: 0 0 20px 0;
  padding: 0;
}
#photos:before,
#photos:after {
  display: table;
  content: "";
}
#photos:after {
  clear: both;
}
.photos {
  *zoom: 1;
  margin: 0;
  padding: 0;
}
.photos:before,
.photos:after {
  display: table;
  content: "";
}
.photos:after {
  clear: both;
}
li.photo {
  display: block;
  float: left;
  height: 160px;
  line-height: 160px;
  margin: 0 10px 0 0;
  text-align: center;
  width: 150px;
}
li.photo img {
  vertical-align: middle;
}
li.photo a:hover {
  background-color: transparent;
}
li.tag_photo {
  border: 1px solid #fff;
  display: inline-block;
  /* gives layout for IE float clearing */

  float: left;
  margin: 0 10px 10px 0;
  padding: 10px;
  overflow: hidden;
  text-align: center;
  width: 160px;
}
li.tag_photo {
  display: block;
}
li.tag_photo p {
  margin: 0 0 5px 0;
}
li.tag_photo b {
  font: bold 10px/12px Verdana, Arial, sans-serif;
}
li.tag_photo i {
  font: 10px/12px Verdana, Arial, sans-serif;
}
li.tag_photo label {
  float: left;
  overflow: hidden;
  padding: 0 0 0 5px;
  position: relative;
  cursor: pointer;
  cursor: hand;
}
li.tag_photo:hover {
  background-color: #eee;
  border: 1px solid #ddd;
}
li.tag_photo_checked,
li.tag_photo_checked:hover {
  background-color: #9ccef0;
  border: 1px solid #1a7ab0;
}
li.tag_photo label span {
  background: url(logo.gif) no-repeat -9999px;
  /* required for IE click bug fix */

  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 5px;
}
.breadcrumbs {
  *zoom: 1;
  font: 12px/16px Arial, sans-serif;
}
.breadcrumbs:before,
.breadcrumbs:after {
  display: table;
  content: "";
}
.breadcrumbs:after {
  clear: both;
}
.breadcrumbs a {
  color: #000;
  font-weight: normal;
}
.breadcrumbs a:hover {
  background-color: transparent;
  text-decoration: underline;
}
.prev_next {
  *zoom: 1;
  float: right;
}
.prev_next:before,
.prev_next:after {
  display: table;
  content: "";
}
.prev_next:after {
  clear: both;
}
.prev_next a {
  display: block;
  float: left;
  margin: 5px;
  padding: 3px 7px;
}
.prev_next a:hover {
  background-color: #1a7ab0;
  color: #fff;
  text-decoration: none;
}
#photo {
  float: left;
  margin: 0;
  width: 600px;
}
#photo a:hover {
  background-color: transparent;
}
#photo_details {
  font: 12px/18px Verdana, Arial, sans-serif;
  float: left;
  width: 340px;
  margin: 0 0 0 20px;
}
#caption {
  color: #666;
  border: 1px solid #eee;
  padding: 20px;
}
#photo_stats {
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  overflow: auto;
  padding: 5px;
  width: 328px;
}
#photo_stats ul {
  float: left;
  list-style-type: none;
  margin: 0 0 0 10px;
}
#photo_stats li {
  float: left;
  margin: 0 10px;
  padding: 0 0 0 22px;
}
.photo_views {
  background: transparent url(images/view.png) center left no-repeat;
}
.photo_comments {
  background: transparent url(images/board_quote.gif) center left no-repeat;
}
#members_in_photo {
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  color: #6a6a6a;
  overflow: auto;
  padding: 20px;
  width: 298px;
}
#members_in_photo ul {
  list-style-type: none;
}
#members_in_photo li,
#members_in_photo li a {
  color: #6a6a6a;
  font: 10px/14px Verdana, Arial, sans-serif;
}
#special {
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  overflow: auto;
  padding: 20px;
  width: 298px;
}
#more_details p {
  margin: 0;
  padding: 0;
}
#more_details p a {
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  color: #6a6a6a;
  display: block;
  font: 10px/14px Verdana, Arial, sans-serif;
  padding: 20px;
  width: 298px;
}
#photo_details_sub {
  background-color: #fff;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  color: #6a6a6a;
  font: 10px/14px Verdana, Arial, sans-serif;
  padding: 20px;
  position: absolute;
  width: 298px;
  z-index: 1;
}
#gallery #comments,
#gallery .comment_block {
  margin-right: 60px;
}
#gallery #comments {
  clear: both;
  padding: 30px 0 0 0;
}
.add_comment_block {
  clear: both;
  padding: 20px 0 50px 0;
}
.add_comment_block h3 {
  padding: 0 0 20px 0;
}
#gallery h3 {
  color: #404040;
  font: normal 26px/32px Verdana, Arial, sans-serif;
}
.comment_block {
  *zoom: 1;
  border-top: 1px solid #eee;
  padding: 15px 0 40px 0;
  font: 12px/18px Verdana, Arial, sans-serif;
}
.comment_block:before,
.comment_block:after {
  display: table;
  content: "";
}
.comment_block:after {
  clear: both;
}
.comment_block:hover {
  background-color: #ebf2fa;
  border-color: #a5cae2;
}
.comment_block form {
  margin: 0;
}
.comment_block input {
  float: right;
  padding-right: 5px;
}
.comment_block img.avatar {
  float: left;
  height: 50px;
  padding: 0 0 0 15px;
  width: 50px;
}
.comment_block b {
  color: #016290;
  font: bold 16px/20px Verdana, Arial, sans-serif;
  padding: 0 10px 0 25px;
}
.comment_block span {
  color: #999;
  font: italic 10px/20px Verdana, Arial, sans-serif;
}
.comment_block p {
  padding: 0 0 0 90px;
}
.multi-checkbox {
  background-color: #fff;
  border: 2px solid #ccc;
  height: 100px;
  overflow: auto;
  width: 200px;
}
.multi-checkbox label {
  display: block;
  padding: 1px 5px;
}
.multi-checkbox label:hover {
  background-color: #9ccef0;
  cursor: pointer;
  cursor: hand;
}
#gallery fieldset .thumbnail {
  position: absolute;
  top: 20px;
  right: 20px;
}
@-moz-document url-prefix() {
  #gallery fieldset .thumbnail {
    top: -40px;
    right: 40px;
  }
}
#new-category,
#existing-categories {
  margin: 0 5px 0 0;
  width: 250px;
}
#gallery #maincolumn {
  width: 700px;
}
#gallery #leftcolumn {
  width: 240px;
  font: 12px/20px Verdana, Arial, sans-serif;
}
#gallery #leftcolumn a {
  font-weight: normal;
}
#category-actions {
  margin: 0 0 0 20px;
  padding: 0;
}
#category-actions li {
  margin: 0;
  padding: 0;
}
.slideshow a {
  background: transparent url(images/view_slideshow.png) no-repeat 15px 50%;
  border: 1px solid #fff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  color: #777;
  display: block;
  padding: 8px 15px 8px 50px;
}
.slideshow a:hover {
  border-color: #ccc;
}
.photo-uploader {
  background-color: #eee;
  border: 1px solid #ddd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #555;
  height: 392px;
  margin: 20px auto;
  position: relative;
}
.photo-uploader .header,
.photo-uploader .footer {
  border-bottom: 1px solid #ddd;
  background-color: #e8e8e8;
  background-image: -moz-linear-gradient(top, #eeeeee, #dfdfdf);
  background-image: -ms-linear-gradient(top, #eeeeee, #dfdfdf);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eeeeee), to(#dfdfdf));
  background-image: -webkit-linear-gradient(top, #eeeeee, #dfdfdf);
  background-image: -o-linear-gradient(top, #eeeeee, #dfdfdf);
  background-image: linear-gradient(top, #eeeeee, #dfdfdf);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#dfdfdf', GradientType=0);
  height: 26px;
  padding: 10px;
  width: 938px;
}
.photo-uploader .header {
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  border-top-right-radius: 3px;
}
.photo-uploader .footer {
  border-bottom: none;
  border-top: 1px solid #ddd;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-left-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  border-bottom-right-radius: 3px;
  bottom: 0;
  left: 0;
  position: absolute;
  text-align: right;
}
.photo-uploader #category-link {
  color: #999;
  text-decoration: none;
}
.photo-uploader .upload-types {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  list-style-type: none;
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 48px;
  width: 200px;
}
.upload-types a {
  border-bottom: 1px solid #ddd;
  display: block;
  padding: 10px;
}
.upload-types li.current a {
  background-color: #fff;
  border-color: #ddd;
}
.upload-area {
  border-left: 1px solid #ddd;
  font: 13px/18px Verdana, Arial, sans-serif;
  height: 300px;
  position: absolute;
  top: 48px;
  right: 0;
  width: 757px;
}
#loading {
  background: url(../../images/ajax-circle.gif) no-repeat center center;
  height: 292px;
  margin: 20px 109px;
  position: absolute;
  width: 740px;
}
.basic,
.instagram,
.picasa {
  overflow: auto;
  padding: 20px;
  height: 260px;
}
.basic .rotate-options {
  margin: 10px 0 0 0;
}
.basic .multi-checkbox {
  float: left;
  margin: 0 30px 0 0;
}
#content .instagram h2 {
  font: bold 15px/24px Verdana, Arial, sans-serif;
}
.instagram img {
  width: 50px;
  height: 50px;
}
.instagram ul {
  list-style-type: none;
  margin: 0 0 20px 0;
  padding: 0;
}
.instagram li {
  display: inline-block;
  text-align: center;
}
.instagram p {
  margin: 0 0 10px 0;
}
.picasa #selector {
  float: right;
  margin: -40px 35px 0 0;
}
.picasa #selector a {
  margin: 0 10px;
}
.picasa #ajax-loader {
  left: 340px;
  position: absolute;
  top: 100px;
}
.picasa ul {
  list-style-type: none;
  margin: 0 0 20px 0;
  padding: 0;
}
.picasa li {
  display: inline-block;
  height: 73px;
  overflow: hidden;
  text-align: center;
}
.picasa li label {
  display: block;
  height: 73px;
  overflow: hidden;
  position: relative;
  width: 73px;
}
.picasa li label img {
  border: 1px solid transparent;
}
.picasa li.selected label img {
  border: 1px solid green;
}
.picasa li label span {
  background: url(../../images/check.png) no-repeat 50% 50%;
  cursor: pointer;
  cursor: hand;
  height: 73px;
  left: 0;
  position: absolute;
  top: 0;
  width: 73px;
}
.photo_edit_area {
  overflow: hidden;
  padding: 10px 0;
  border-top: 1px solid #ddd;
}
.edit-category-form #description {
  height: 65px;
  margin: 0;
  width: 712px;
}
#gallery .edit-category-form fieldset .thumbnail {
  position: static;
  float: right;
}
.edit-category-form .frm_text {
  width: 450px;
}
.edit-category-form .autocomplete_selected {
  padding: 0;
  width: 450px;
}
/* =MESSAGE =BOARD
------------------------------------------------*/
#actions_menu li.advanced_search a {
  background-color: transparent;
  color: #999;
  padding: 0;
}
#actions_menu li.advanced_search a:hover {
  color: #000;
}
#actions_menu li.search {
  padding: 0 50px;
}
#actions_menu li.search input {
  background-color: #f3f3f3;
  border: 1px solid #ddd;
  color: #999;
  padding: 3px 6px;
}
#actions_menu li.search input:focus {
  outline: none;
}
#threadlist {
  font: 10px/14px Verdana, Arial, sans-serif;
  margin: 20px 0 20px 0;
  width: 100%;
}
#threadlist th {
  background-color: #9ccef0;
  font: bold 10px/10px Verdana, sans-serif;
  padding: 8px 8px 8px 12px;
  margin: 20px 0 0 0;
}
#threadlist td {
  border-top: 2px solid #fff;
  padding: 5px 0 25px 0;
  vertical-align: text-top;
}
#threadlist td.images {
  line-height: 22px;
  width: 28px;
}
#threadlist td.images .today {
  background: url(images/today.gif) no-repeat 6px 0;
  float: none;
  margin: 0;
}
#threadlist td.images .yesterday {
  background: url(images/yesterday.gif) no-repeat 6px 0;
}
#threadlist td.images .announcement_today {
  background: url(images/announcement_today.gif) no-repeat 6px 0;
}
#threadlist td.images .announcement_yesterday {
  background: url(images/announcement_yesterday.gif) no-repeat 6px 0;
}
#threadlist td.images .announcement {
  background: url(images/announcement.gif) no-repeat 6px 0;
}
#threadlist td.replies,
#threadlist td.views {
  color: #9ccef0;
  font: 26px/26px Verdana, sans-serif;
  text-align: center;
}
#threadlist td.info .hot {
  background: transparent url(images/hot_thread.gif) no-repeat center center;
}
#threadlist tr.announcement td.images,
#threadlist tr.announcement td.replies,
#threadlist tr.announcement td.updated {
  background-color: #c2dbef;
}
#threadlist tr.announcement td.subject,
#threadlist tr.announcement td.info,
#threadlist tr.announcement td.views {
  background-color: #d8e9f8;
}
#threadlist td.images,
#threadlist td.replies,
#threadlist td.updated {
  background-color: #e9e9e9;
}
#threadlist td.subject,
#threadlist td.info,
#threadlist td.views {
  background-color: #f4f4f4;
}
#threadlist td.subject,
#threadlist td.updated {
  padding-left: 10px;
}
#threadlist a {
  color: #1a7ab0;
  font: bold 20px/26px Verdana, Arial, sans-serif;
}
#threadlist a.u {
  font: 10px/26px Verdana, Arial, sans-serif;
}
#postlist {
  margin: 10px 0 10px 0;
  width: 100%;
}
#postlist td {
  background-color: #eee;
  border-bottom: 20px solid #fff;
  vertical-align: top;
}
#postlist td.side {
  font: 14px/22px Verdana, Arial, sans-serif;
  padding: 10px;
  width: 150px;
}
#postlist td.side b {
  clear: both;
  display: block;
}
#postlist td.side a {
  color: #000;
}
#postlist td.post {
  padding: 0 10px;
}
#postlist .header {
  *zoom: 1;
  border-bottom: 1px solid #aaa;
  padding: 5px;
}
#postlist .header:before,
#postlist .header:after {
  display: table;
  content: "";
}
#postlist .header:after {
  clear: both;
}
#postlist .subject {
  color: #888;
  float: left;
  font: 10px/20px Verdana, Arial, sans-serif;
  width: 70%;
}
#postlist .actions {
  float: right;
  text-align: right;
  line-height: 10px;
  width: 28%;
}
#postlist .actions form,
#postlist .actions form div {
  display: inline;
}
#postlist .msg {
  clear: both;
  padding: 10px 0;
}
.lastpost {
  background-color: #f0f0f0;
  margin: 30px 100px;
  padding: 20px;
}
#messageboard .msg h1,
#messageboard .msg h2,
#messageboard .msg h3,
#messageboard .msg h4,
#messageboard .msg h5,
#messageboard .msg h6 {
  color: #000;
  margin: 0;
  padding: 0;
  border: none;
}
#messageboard .msg h1 {
  font-size: 30px;
  line-height: 30px;
}
#messageboard .msg h2 {
  font-size: 24px;
  line-height: 24px;
}
#messageboard .msg h3 {
  font-size: 18px;
  line-height: 18px;
}
#messageboard .msg h4 {
  font-size: 12px;
  line-height: 12px;
}
#messageboard .msg h5 {
  font-size: 10px;
  line-height: 10px;
  text-align: left;
}
a.nav {
  background-color: #ddd;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  color: #888;
  font-size: 12px;
  float: left;
  padding: 2px 0;
}
a.home span {
  background: transparent url(images/home.gif) 20px 50% no-repeat;
  padding: 2px 20px 2px 40px;
}
a.nav:hover {
  color: #000;
  background-color: #9ccef0;
}
.del_thread {
  padding: 2px 0 2px 18px;
  background: transparent url(images/delete.gif) no-repeat center left;
}
.edit_thread {
  padding: 2px 0 2px 18px;
  background: transparent url(images/edit.gif) no-repeat center left;
}
span.q {
  border-left: 5px solid #ccc;
  color: #999;
  font: italic 12px/18px Verdana, Arial, sans-serif;
  margin-left: 5px;
  padding: 5px 10px;
}
blockquote {
  border-left: 5px solid #ccc;
  color: #888;
  font: 14px/18px Verdana, Arial, sans-serif;
  margin-left: 5px;
  padding: 5px 10px;
}
#showname {
  margin: 10px 0;
}
.award {
  float: left;
  height: 19px;
  padding: 5px;
  width: 10px;
}
.boardtop5 {
  background: transparent url(images/award_top5.gif) no-repeat center center;
}
.boardtop5gold {
  background: transparent url(images/award_top5gold.gif) no-repeat center center;
}
.phototop5 {
  background: transparent url(images/award_phototop5.gif) no-repeat center center;
}
.phototop5gold {
  background: transparent url(images/award_phototop5gold.gif) no-repeat center center;
}
.smileys {
  background: transparent url(images/award_mostsmileys.gif) no-repeat center center;
}
.threadstarter {
  background: transparent url(images/award_topthread.gif) no-repeat center center;
}
.topviewedphoto {
  background: transparent url(images/award_mostviewedphoto.gif) no-repeat center center;
}
#big_search {
  font: 11px/13px Verdana, Arial, sans-serif;
  text-align: center;
}
#big_search input {
  background-color: #f3f3f3;
  border: 1px solid #999;
  padding: 5px 10px;
  margin: 0 0 10px 0;
}
#big_search #search {
  width: 300px;
}
#messageboard form #start,
#messageboard form #end {
  width: 70px;
}
.search_result {
  border-bottom: 1px solid #ddd;
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
}
.search_result b {
  background-color: #ffa;
  padding: 0 2px;
}
#big_search a {
  color: #333;
  font-weight: normal;
}
.search_result a {
  font: normal 17px/30px Verdana, Arial, sans-serif;
}
.search_result p {
  margin: 5px 0;
}
.search_result span {
  color: #999;
}
#admin_menu {
  *zoom: 1;
}
#admin_menu:before,
#admin_menu:after {
  display: table;
  content: "";
}
#admin_menu:after {
  clear: both;
}
/* =ADDRESSBOOK
------------------------------------------------*/
#addressbook #leftcolumn {
  margin: 0;
  width: 205px;
}
#addressbook #leftcolumn ul {
  font: 12px/16px Verdana, Arial, sans-serif;
  list-style: none;
  margin: 0;
  padding: 5px 0 30px 5px;
}
#addressbook #leftcolumn ul li a {
  color: #000;
  display: block;
  font-weight: normal;
  padding: 5px;
}
#addressbook #leftcolumn ul li a:hover {
  background-color: #e8f5fb;
}
#addressbook #leftcolumn ul li.selected a {
  font-weight: bold;
  background-color: #cee9f5;
}
#address-table {
  border: 5px solid #cee9f5;
  font: 12px/16px Verdana, Arial, sans-serif;
  width: 100%;
}
#address-table th {
  background-color: #cee9f5;
  padding: 15px;
}
#address-table tr.header td {
  color: #999;
}
#address-table td {
  border-bottom: 1px solid #ddd;
  height: 30px;
  padding: 5px 0;
}
#address-table td.chk {
  text-align: center;
  width: 30px;
}
#address-table tbody tr:hover {
  background-color: #e8f5fb;
  cursor: pointer;
  cursor: hand;
}
#address-table tbody tr.header:hover {
  background-color: #fff;
  cursor: default;
}
#address-options ul {
  border-top: 5px solid #cee9f5;
  background-color: #cee9f5;
  float: left;
  font: 12px/16px Verdana, Arial, sans-serif;
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 755px;
}
#address-options ul li {
  display: block;
  padding: 10px 5px;
  float: left;
}
#address-options #back {
  padding: 10px 20px 10px 10px;
}
#address-options #email a,
#address-options #edit a,
#address-options #delete a {
  background-color: #9ccef0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 5px 10px;
}
#address-options #email a:hover,
#address-options #edit a:hover,
#address-options #delete a:hover {
  background-color: #1a7ab0;
  color: #fff;
}
#address-options #edit a {
  background: #9ccef0 url(images/edit.gif) 5px 50% no-repeat;
  padding-left: 26px;
}
#address-options #delete {
  float: right;
}
#address-options #delete a {
  background: #9ccef0 url(images/delete.gif) 5px 50% no-repeat;
  padding-left: 26px;
}
#address-details {
  border: 5px solid #cee9f5;
  clear: left;
  padding: 20px;
}
#address-details p {
  *zoom: 1;
}
#address-details p:before,
#address-details p:after {
  display: table;
  content: "";
}
#address-details p:after {
  clear: both;
}
#address-details .edit_del_menu {
  float: right;
}
#address-details img {
  vertical-align: middle;
  padding: 0 10px 30px 0;
}
#address-details b.name {
  font: bold 26px/30px Verdana, sans-serif;
}
#address-details b.label {
  color: #bbb;
  display: block;
  float: left;
  text-align: right;
  width: 120px;
}
#address-details span.data {
  display: block;
  float: left;
  font-weight: bold;
  padding-left: 30px;
}
#address-details span.data i {
  color: #ccc;
}
a.email {
  padding: 0 8px;
  background: transparent url(images/email.gif) no-repeat center center;
}
.del_address,
.edit_address {
  padding: 2px 18px 2px 0;
}
.del_address {
  background: transparent url(images/book_delete.gif) no-repeat center right;
}
.edit_address {
  background: transparent url(images/book_edit.gif) no-repeat center right;
}
/* =CALENDAR
------------------------------------------------*/
#big-calendar,
#day-calendar {
  border: 5px solid #cee9f5;
  border-collapse: collapse;
  margin: 10px 0 25px 0;
  width: 960px;
}
#big-calendar th {
  background-color: #cee9f5;
  height: 50px;
  font-size: 12px;
  padding: 15px;
}
#big-calendar td {
  border: 1px solid #ddd;
  height: 125px;
  line-height: 18px;
  padding: 2px;
  vertical-align: top;
  width: 131px;
}
#big-calendar td.mouseover,
#big-calendar .monthToday {
  background-color: #e8f5fb;
}
#big-calendar .weekDays {
  border: none;
  font-size: 10px;
  height: auto;
  padding: 10px 0;
  text-align: center;
}
#big-calendar .add {
  background: transparent url(images/add.gif) no-repeat 0 0;
  display: block;
  float: right;
  height: 16px;
  overflow: hidden;
  padding: 0;
  text-indent: -9000px;
  width: 16px;
}
#big-calendar td.hideadd .add {
  display: none;
}
#big-calendar td.mouseover .add {
  display: block;
}
#big-calendar .views {
  text-align: right;
}
#big-calendar .actions td,
#day-calendar .actions td {
  background-color: #cee9f5;
  border: none;
  font-size: 12px;
  height: auto;
  padding: 10px;
  text-align: right;
}
#category_menu {
  list-style-type: none;
  margin: 5px 0 10px 10px;
  padding: 0;
}
#category_menu li {
  margin: 5px 0;
}
#category_menu li.cat a {
  font-size: 10px;
  overflow: hidden;
  padding: 0 0 2px 2px;
  text-decoration: none;
}
#category_menu li.cat a:hover {
  background: transparent;
}
#category_menu li.none a {
  border-left: 16px solid #aaa;
}
#category_menu li.red a {
  border-left: 16px solid #f0a39c;
}
#category_menu li.orange a {
  border-left: 16px solid  #ffd6a0;
}
#category_menu li.green a {
  border-left: 16px solid #a3f09c;
}
#category_menu li.yellow a {
  border-left: 16px solid #ffe7a0;
}
#category_menu li.blue a {
  border-left: 16px solid #b7ddf8;
}
#category_menu li.indigo a {
  border-left: 16px solid #9cabf0;
}
#category_menu li.violet a {
  border-left: 16px solid #8a8bb6;
}
label.colors {
  color: #000;
  padding: 3px;
}
#day-calendar .header {
  background-color: #e8f5fb;
  font-size: 12px;
  padding: 15px;
}
#day-calendar .navigation {
  float: left;
  width: 270px;
}
table .prev {
  background: transparent url(images/previous.gif) no-repeat 0 0;
}
table .next {
  background: transparent url(images/next.gif) no-repeat 0 0;
}
table .today {
  display: block;
  float: left;
  margin: 0 10px;
}
table .prev,
table .next {
  display: block;
  float: left;
  height: 16px;
  margin: 4px 0 0 0;
  overflow: hidden;
  text-indent: -9000px;
  width: 16px;
}
#big-calendar h3,
#day-calendar h3 {
  float: left;
  text-align: center;
  width: 360px;
}
#day-calendar .views {
  float: left;
  text-align: right;
  width: 270px;
}
#day-calendar td {
  vertical-align: top;
}
#day-calendar td.all-day {
  border: 1px solid #ccc;
  padding: 2px 5px 10px 5px;
}
#day-calendar td.time {
  background-color: #ddd;
  border: 1px solid #ccc;
  font-size: 12px;
  padding: 2px 5px 10px 5px;
  width: 200px;
}
#day-calendar td.past {
  background-color: #bbb;
}
#day-calendar td.time-event-data {
  border: 1px solid #ccc;
  padding: 5px;
}
.event {
  position: relative;
}
.event a {
  color: #333;
  display: block;
  font-size: 10px;
  height: 16px;
  line-height: 18px;
  margin: 5px 0;
  overflow: hidden;
  padding: 0 0 2px 2px;
  text-decoration: none;
  white-space: nowrap;
  width: 131px;
}
#day-calendar .event a {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 16px;
  height: auto;
  padding: 5px;
  width: auto;
}
#day-calendar .event i {
  display: block;
  font-size: 10px;
  font-weight: normal;
}
#day-calendar .event a span {
  display: block;
  font-size: 12px;
}
.event a.none,
label.none {
  background-color: #aaa;
}
.event a.red,
label.red {
  background-color: #f0a39c;
}
.event a.orange,
label.orange {
  background-color: #ffd6a0;
}
.event a.green,
label.green {
  background-color: #a3f09c;
}
.event a.yellow,
label.yellow {
  background-color: #ffe7a0;
}
.event a.blue,
label.blue {
  background-color: #b7ddf8;
}
.event a.indigo,
label.indigo {
  background-color: #9cabf0;
}
.event a.violet,
label.violet {
  background-color: #8a8bb6;
}
.print {
  background: transparent url(images/print.gif) no-repeat center right;
  padding: 2px 18px 2px 0;
}
#calendar-section #frm p {
  clear: both;
}
#calendar-section #frm span {
  display: block;
  text-align: right;
}
#calendar-section label {
  color: #000;
}
#main-cal-info {
  float: left;
  padding: 0 0 30px 20px;
  width: 420px;
}
#main-cal-info .field-label,
#more-cal-info .field-label,
#main-cal-info .field-widget,
#more-cal-info .field-widget {
  float: none;
  text-align: left;
  width: 100%;
}
#more-cal-info {
  float: left;
  width: 270px;
}
#more-cal-info label {
  color: #888;
}
#more-cal-info .field-row {
  padding: 10px 0 10px 0;
}
#cal-details {
  background-color: #e5e7ed;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 20px;
}
#small-calendar {
  border-bottom: 1px solid #ddd;
  color: #aaa;
  font-size: 10px;
  line-height: 12px;
  margin: 10px 0 20px 1px;
  text-align: center;
  width: 180px;
}
h2.calmenu {
  display: none;
}
#small-calendar h3 {
  font-size: 10px;
  padding: 5px 0;
}
#small-calendar h3 a {
  color: #333;
}
#small-calendar th {
  border-bottom: 1px solid #ddd;
  padding: 0;
}
#small-calendar td {
  padding: 7px 0;
}
#small-calendar td.weekDays {
  border: none;
  color: #333;
  padding: 7px 0;
}
#small-calendar .monthToday {
  background-color: #fff;
}
#small-calendar td a {
  display: block;
  color: #333;
  padding: 7px 0;
  margin: -7px 0;
}
#leftcolumn .events {
  font: 11px/15px Verdana, sans-serif;
  padding: 0 0 10px 0;
}
.events div {
  display: block;
  font-style: normal;
  font-weight: bold;
}
#invite-form textarea {
  width: 718px;
}
#invite-members-list {
  border: 5px solid #cee9f5;
  height: 300px;
  overflow: auto;
  width: 718px;
}
#invite-table {
  background-color: #fff;
  font: 12px/16px Verdana, Arial, sans-serif;
  width: 700px;
}
#invite-table th {
  background-color: #cee9f5;
  padding: 15px;
}
#invite-table td {
  border-bottom: 1px solid #ddd;
  height: 30px;
  padding: 5px 0;
}
#invite-table td.chk {
  text-align: center;
  width: 30px;
}
#invite-table tbody tr.checked {
  background-color: #ffc;
}
#invite-table tbody tr:hover {
  background-color: #e8f5fb;
  cursor: pointer;
  cursor: hand;
}
#invite-table tbody tr.header:hover {
  background-color: #fff;
  cursor: default;
}
#event_details {
  background-color: #ebf2fa;
  border: 1px solid #a5cae2;
  color: #555;
  margin: 0 0 30px 0;
  min-height: 140px;
  padding: 30px;
  position: relative;
}
#event_details .edit_event {
  background: transparent url(images/edit.gif) no-repeat center left;
  display: inline-block;
  font-size: 0;
  height: 16px;
  right: 15px;
  position: absolute;
  overflow: hidden;
  text-indent: -9999px;
  top: 15px;
  width: 16px;
}
#event_details h1 {
  margin: 10px 0;
}
#event_details h1,
#event_details #desc {
  width: 500px;
}
#event_details #when {
  font: 14px/21px Verdana, Arial, sans-serif;
  position: absolute;
  left: 600px;
  top: 40px;
  width: 320px;
}
#back {
  font: bold 12px/25px Verdana, Arial, sans-serif;
}
#event_details h2,
#event_details h3 {
  background-color: #ebf2fa;
  color: #3e8ec1;
  font: bold 14px/25px Verdana, Arial, sans-serif;
  padding: 0;
  margin: 0;
}
#event_details p {
  margin: 0 0 20px 0;
}
h1#attending_header {
  background-color: #ededed;
  background-image: -moz-linear-gradient(top, #f4f4f4, #e3e3e3);
  background-image: -ms-linear-gradient(top, #f4f4f4, #e3e3e3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f4f4f4), to(#e3e3e3));
  background-image: -webkit-linear-gradient(top, #f4f4f4, #e3e3e3);
  background-image: -o-linear-gradient(top, #f4f4f4, #e3e3e3);
  background-image: linear-gradient(top, #f4f4f4, #e3e3e3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f4f4', endColorstr='#e3e3e3', GradientType=0);
  border: 1px solid #cecece;
  font: bold 18px/25px Verdana, Arial, sans-serif;
  margin: 0;
  padding: 10px;
}
#attending {
  *zoom: 1;
  border: 1px solid #cecece;
  list-style: none;
  margin: 0 0 30px 0;
  padding: 10px;
}
#attending:before,
#attending:after {
  display: table;
  content: "";
}
#attending:after {
  clear: both;
}
#attending li {
  float: left;
  text-align: center;
  width: 116px;
}
#attending label {
  border: 1px solid #fff;
  cursor: pointer;
  cursor: hand;
  display: block;
  margin: 0 0 10px 0;
}
#attending label:hover {
  background-color: #eee;
  border: 1px solid #ddd;
}
#attending .yes_checked,
#attending label.yes_checked:hover {
  background-color: #dbecc3;
  border: 1px solid #97c459;
}
#attending .maybe_checked,
#attending label.maybe_checked:hover {
  background-color: #c8e3eb;
  border: 1px solid #77c5dd;
}
#attending .no_checked,
#attending label.no_checked:hover {
  background-color: #f1c4a9;
  border: 1px solid #e37f44;
}
#attending .submit {
  padding: 0 0 0 10px;
  text-align: left;
  width: 500px;
}
#attending .submit textarea {
  display: block;
}
#leftcolumn h3.coming {
  background-color: #f1f1f0;
  background-image: -moz-linear-gradient(top, #f9f8f6, #e6e6e6);
  background-image: -ms-linear-gradient(top, #f9f8f6, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f9f8f6), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #f9f8f6, #e6e6e6);
  background-image: -o-linear-gradient(top, #f9f8f6, #e6e6e6);
  background-image: linear-gradient(top, #f9f8f6, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f8f6', endColorstr='#e6e6e6', GradientType=0);
  border-top: 1px solid #d4d4d4;
  float: left;
  margin-top: -1px;
  padding: 10px;
  width: 165px;
}
#leftcolumn h3.coming:hover {
  background-color: #dfdfdf;
  background-image: -moz-linear-gradient(top, #efefef, #c6c6c6);
  background-image: -ms-linear-gradient(top, #efefef, #c6c6c6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#efefef), to(#c6c6c6));
  background-image: -webkit-linear-gradient(top, #efefef, #c6c6c6);
  background-image: -o-linear-gradient(top, #efefef, #c6c6c6);
  background-image: linear-gradient(top, #efefef, #c6c6c6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#efefef', endColorstr='#c6c6c6', GradientType=0);
  border-color: #bbb;
  cursor: pointer;
  cursor: hand;
}
h3.coming span {
  display: inline-block;
  height: 18px;
  width: 20px;
}
h3.coming .ok {
  background: transparent url(images/ok.gif) 0 2px no-repeat;
}
h3.coming .maybe {
  background: transparent url(images/help.gif) 0 2px no-repeat;
}
h3.coming .no {
  background: transparent url(images/delete.gif) 0 2px no-repeat;
}
h3.coming i {
  color: #999;
  float: right;
  font-style: normal;
  font-weight: normal;
}
.coming_details {
  clear: both;
}
.coming_details p {
  border-bottom: 1px solid #eee;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  clear: both;
  font: 11px/14px Arial, sans-serif;
  margin: 0;
  padding: 5px;
}
.coming_details p:hover {
  background-color: #ebf2fa;
}
/* =MEMBERS
------------------------------------------------*/
#memberlist {
  *zoom: 1;
  margin: 0;
  padding: 0;
}
#memberlist:before,
#memberlist:after {
  display: table;
  content: "";
}
#memberlist:after {
  clear: both;
}
#memberlist li {
  font: 11px/13px Arial, sans-serif;
  float: left;
  list-style: none;
  height: 140px;
  margin: 20px;
  text-align: center;
  width: 110px;
}
#memberlist li a.avatar {
  margin: 0 10px;
}
#memberlist li a {
  color: #000;
}
#memberlist li a:hover {
  background-color: transparent;
}
/* =PROFILE
------------------------------------------------*/
#profile #leftcolumn {
  text-align: center;
}
#profile #leftcolumn .menu {
  text-align: left;
}
#contact-buttons ul {
  list-style-type: none;
  margin: 20px 0 0 0;
  padding: 0;
}
#contact-buttons li {
  margin: 0 0 10px 0;
}
.name {
  margin-bottom: 30px;
}
#content .name h1 {
  line-height: 40px;
  margin: 0;
}
#content .name h2 {
  font-size: 20px;
  font-weight: normal;
}
#profile-data {
  *zoom: 1;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#profile-data:before,
#profile-data:after {
  display: table;
  content: "";
}
#profile-data:after {
  clear: both;
}
#profile-data li {
  float: left;
  margin-bottom: 40px;
  width: 100%;
}
#profile-data li b {
  float: left;
  width: 150px;
}
#profile-data li div {
  float: left;
  font-size: 11px;
}
#profile-data li div p {
  margin: 0 0 5px 0;
}
#profile-data li div span {
  color: #999;
  display: inline-block;
  width: 60px;
}
#profile-data a.action {
  background-color: #eee;
  border: 1px solid #ddd;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  color: #999;
  display: inline-block;
  font-size: 11px;
  font-weight: normal;
  line-height: 20px;
  width: 130px;
}
#profile-data a.action:hover {
  color: #666;
  border-color: #ccc;
}
#profile fieldset {
  margin-left: 0;
  margin-right: 0;
}
#profile .level0,
#profile .level1,
#profile .level2,
#profile .level3,
#profile .level4,
#profile .level5,
#profile .level6,
#profile .level7 {
  margin: 10px 0 0 0;
}
#stats {
  *zoom: 1;
  margin: 0 0 30px 0;
}
#stats:before,
#stats:after {
  display: table;
  content: "";
}
#stats:after {
  clear: both;
}
#stats .stat {
  background-color: #eee;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  float: left;
  font-size: 10px;
  margin: 0 10px 10px 0;
  padding: 10px;
  width: 100px;
}
#maincolumn #stats .stat {
  width: 150px;
}
#stats .stat span {
  display: block;
  cursor: help;
  font: bold 30px Arial, Verdana, sans-serif;
  text-align: center;
}
#stats .stat b {
  display: block;
  text-align: center;
}
#main-info span.date {
  display: block;
}
#awards-list {
  *zoom: 1;
  margin: 10px 0 50px 0;
  padding: 0;
}
#awards-list:before,
#awards-list:after {
  display: table;
  content: "";
}
#awards-list:after {
  clear: both;
}
#awards-list li {
  float: left;
  list-style: none;
  width: 188px;
}
#awards-list li a {
  display: inline-block;
  height: 60px;
  margin: 5px;
  vertical-align: middle;
  width: 60px;
}
#awards-list li span {
  color: #999;
  display: inline-block;
  font-size: 11px;
}
#awards-list li a.board {
  background: transparent url(images/award_board.gif) 50% 50% no-repeat;
}
#awards-list li a.docs {
  background: transparent url(images/award_docs.gif) 50% 50% no-repeat;
}
#awards-list li a.gallery {
  background: transparent url(images/award_gallery.gif) 50% 50% no-repeat;
}
#awards-list li a.icebreaker {
  background: transparent url(images/award_icebreaker.gif) 50% 50% no-repeat;
}
#awards-list li a.interesting {
  background: transparent url(images/award_interesting.gif) 50% 50% no-repeat;
}
#awards-list li a.news {
  background: transparent url(images/award_news.gif) 50% 50% no-repeat;
}
#awards-list li a.photogenic {
  background: transparent url(images/award_photogenic.gif) 50% 50% no-repeat;
}
#awards-list li a.planner {
  background: transparent url(images/award_planner.gif) 50% 50% no-repeat;
}
#awards-list li a.recipes {
  background: transparent url(images/award_recipes.gif) 50% 50% no-repeat;
}
#awards-list li a.secretive {
  background: transparent url(images/award_secretive.gif) 50% 50% no-repeat;
}
#awards-list li a.shutterbug {
  background: transparent url(images/award_shutterbug.gif) 50% 50% no-repeat;
}
#current-award {
  *zoom: 1;
}
#current-award:before,
#current-award:after {
  display: table;
  content: "";
}
#current-award:after {
  clear: both;
}
#current-award div {
  float: left;
  height: 60px;
  width: 60px;
}
div.board {
  background: transparent url(images/award_board.gif) 50% 50% no-repeat;
}
div.docs {
  background: transparent url(images/award_docs.gif) 50% 50% no-repeat;
}
div.gallery {
  background: transparent url(images/award_gallery.gif) 50% 50% no-repeat;
}
div.icebreaker {
  background: transparent url(images/award_icebreaker.gif) 50% 50% no-repeat;
}
div.interesting {
  background: transparent url(images/award_interesting.gif) 50% 50% no-repeat;
}
div.news {
  background: transparent url(images/award_news.gif) 50% 50% no-repeat;
}
div.photogenic {
  background: transparent url(images/award_photogenic.gif) 50% 50% no-repeat;
}
div.planner {
  background: transparent url(images/award_planner.gif) 50% 50% no-repeat;
}
div.recipes {
  background: transparent url(images/award_recipes.gif) 50% 50% no-repeat;
}
div.secretive {
  background: transparent url(images/award_secretive.gif) 50% 50% no-repeat;
}
div.shutterbug {
  background: transparent url(images/award_shutterbug.gif) 50% 50% no-repeat;
}
#current-award h1 {
  font: bold 22px/24px Verdana, Arial, sans-serif;
  margin: 0;
  padding: 0 0 5px 80px;
}
#current-award h2 {
  color: #3e8abd;
  font: normal 16px/24px Verdana, Arial, sans-serif;
  padding: 0 0 0 80px;
}
h5.times-awarded {
  border-bottom: 1px solid #ccc;
  margin: 40px 0 30px 0;
  padding: 0 10px 5px 5px;
}
/* =PRIVATE =MESSAGE =PM
------------------------------------------------*/
#privatemsg fieldset {
  margin: 0;
}
a.new_pm {
  display: -moz-inline-stack;
  display: inline-block;
  width: 16px;
  height: 16px;
  text-indent: -9999px;
  overflow: hidden;
  margin: 0 0 0 4px;
  font-size: 0;
  vertical-align: text-top;
  background: transparent url(images/email.gif) no-repeat top center;
}
#pm {
  width: 100%;
  border-collapse: collapse;
  margin: 0 0 50px 0;
}
#pm th {
  text-align: center;
}
#pm th,
#pm td {
  padding: 15px;
  border: 1px solid #ddd;
}
#pm .pm_header,
#pm .pm_footer {
  text-align: center;
}
#pm .pm_footer {
  text-align: right;
  font-weight: normal;
}
#pm .img {
  width: 20px;
  background: transparent url(images/email_open.gif) no-repeat center center;
}
#pm .new td.img {
  background: #ebf2fa url(images/email.gif) no-repeat center center;
}
#pm .new td {
  background-color: #ebf2fa;
  font-weight: bold;
}
#pm .user {
  float: left;
  padding-right: 20px;
}
#pm .user img {
  height: 50px;
  width: 50px;
}
#pm td span {
  display: block;
  font-size: small;
}
#pm .check {
  text-align: center;
}
#pm a.read {
  color: #000;
  font-weight: normal;
}
#pm a.read:hover {
  text-decoration: underline;
}
#pm_msg {
  border: 1px solid #ddd;
  margin: 0 0 50px 0;
  padding: 20px;
}
#pm_msg .user {
  *zoom: 1;
  border-bottom: 1px solid #ddd;
}
#pm_msg .user:before,
#pm_msg .user:after {
  display: table;
  content: "";
}
#pm_msg .user:after {
  clear: both;
}
#pm_msg .user img {
  float: left;
  margin: 0 20px 20px 0;
}
#pm_msg .user h3 {
  padding: 0;
}
#pm_msg .user b,
#pm_msg .user span {
  font-size: 13px;
  font-weight: normal;
}
#pm_msg .user b {
  padding-right: 10px;
}
#pm_msg .user span {
  border-left: 1px solid #ccc;
  padding-left: 10px;
}
/* =FAMILY =NEWS
------------------------------------------------*/
#familynews {
  padding: 0 30px;
}
#familynews h3 {
  clear: both;
}
#familynews h2,
#familynews #addform h3,
#familynews #editform h3 {
  clear: none;
}
#news-list {
  background-color: #fff;
  border: 1px solid #b2d1f0;
  font-size: 12px;
  float: right;
  width: 250px;
}
#news-list h2 {
  background-color: #b2d1f0;
  font: bold 11px/11px Verdana, sans-serif;
  padding: 10px;
}
#news-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#news-list li {
  padding: 5px;
}
.news-post {
  float: left;
  width: 600px;
}
#familynews .news-post h2 {
  font: 50px Georgia, Times New Roman, Times, serif;
}
#familynews .news-post .date {
  display: block;
  line-height: 50px;
}
.news-comments {
  border-bottom: 1px solid #eee;
  text-align: right;
  font-size: 13px;
  padding: 0 0 30px 0;
  margin: 0 0 50px 0;
}
fieldset #msg {
  border: 1px solid #b3d5ef;
  width: 400px;
}
#familynews .ok-alert {
  width: 500px;
}
/* =FAMILY =TREE
------------------------------------------------*/
.tree * {
  margin: 0;
  padding: 0;
}
.tree {
  border: 1px solid #ddd;
  overflow: auto;
  padding: 0 25px 25px 25px;
  white-space: nowrap;
}
.tree ul {
  padding-top: 5px;
  position: relative;
  display: table;
  margin: 0 auto;
  font-size: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.tree li {
  display: inline-block;
  text-align: center;
  list-style-type: none;
  position: relative;
  padding: 20px 5px 0 5px;
  font-size: 12px;
  line-height: normal;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
/*We will use ::before and ::after to draw the connectors*/
.tree li::before,
.tree li::after {
  content: '';
  position: absolute;
  top: 0;
  right: 50%;
  border-top: 1px solid #3e8abd;
  width: 50%;
  height: 20px;
}
.tree li::after {
  right: auto;
  left: 50%;
  border-left: 1px solid #3e8abd;
}
/*We need to remove left-right connectors from elements without any siblings*/
.tree li:only-child::after {
  display: none;
}
.tree li:first-child::before,
.tree li:last-child::after {
  border: 0 none;
}
/*Adding back the vertical connector to the last nodes*/
.tree li li:last-child::before {
  border-right: 1px solid #3e8abd;
  border-radius: 0 5px 0 0;
  -webkit-border-radius: 0 5px 0 0;
  -moz-border-radius: 0 5px 0 0;
}
.tree li:first-child::after {
  border-radius: 5px 0 0 0;
  -webkit-border-radius: 5px 0 0 0;
  -moz-border-radius: 5px 0 0 0;
}
.tree li li:only-child::before {
  right: auto;
  left: 50%;
  border-left: 1px solid #3e8abd;
  border-right: none;
}
.tree ul.p > li::before {
  border: none;
  content: '&';
  left: 0;
  width: 100%;
  display: block;
}
.tree ul.p > li::after {
  content: '';
  position: absolute;
  top: 0;
  right: 50%;
  border-top: none;
  width: 50%;
  height: 20px;
}
.tree ul.p > li::after {
  border-left: none;
}
.p1 {
  display: table;
  margin: 0px auto;
}
.p1::before {
  border: none;
  content: '&';
  left: 0;
  width: 100%;
  display: block;
  margin: 5px 0px;
}
/*Time to add downward connectors from parents*/
.tree ul.c {
  padding-top: 20px;
}
.tree ul ul.c::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  border-left: 1px solid #3e8abd;
  width: 0;
  height: 20px;
}
.tree li div.person {
  border: 1px solid #3e8abd;
  font: 12px/14px Arial;
  padding: 4px;
  text-decoration: none;
  display: inline-block;
  min-width: 80px;
  position: relative;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.tree li div.person.f {
  border-color: #df7daf;
}
.tree li div.person p {
  font-size: 10px;
}
.tree li div.person a {
  color: #000;
}
.tree li div.person a.view,
.tree li div.person a.delete,
.tree li div.person a.edit,
.tree li div.person a.add {
  border: 0;
  cursor: pointer;
  cursor: hand;
  font-size: 0px;
  height: 16px;
  right: 5px;
  line-height: 0px;
  overflow: hidden;
  position: absolute;
  padding: 0;
  text-indent: -9999px;
  vertical-align: middle;
  width: 16px;
}
.tree li div.person a.view {
  top: 5px;
  left: 5px;
  background: transparent url(images/view.png) top left no-repeat;
}
.tree li div.person a.delete {
  top: 5px;
  background: transparent url(images/delete.gif) top left no-repeat;
}
.tree li div.person a.edit {
  top: 25px;
  background: transparent url(images/edit.gif) top left no-repeat;
}
.tree li div.person a.add {
  top: 45px;
  background: transparent url(images/add.gif) top left no-repeat;
}
.tree li div.person a:hover {
  text-decoration: underline;
}
.tree li div.person .tools {
  display: none;
}
.tree li div.person:hover .tools {
  display: block;
}
/*Time for some hover effects*/
/*We will apply the hover effect the the lineage of the element also*/
.tree li a.m:hover,
.tree li a:hover + ul li a.m,
.tree li a:hover + .p1 a.m {
  background: #a4cdef;
  color: #000;
}
.tree li a.f:hover,
.tree li a:hover + ul li a.f,
.tree li a:hover + .p1 a.f {
  background: #fac8e2;
  color: #000;
}
.tree .tree-thumbnail {
  display: block;
  vertical-align: text-top;
  margin: 0px auto 4px auto;
  width: 40px;
  height: 40px;
}
.tree div.person.m {
  background-color: #d8e9f8;
}
.tree div.person.f {
  background-color: #ffdcee;
}
.tree-detail {
  display: inline-block;
  vertical-align: text-top;
}
#familytree-page {
  /* Person Details */

}
#familytree-page h1 {
  margin-bottom: 10px;
}
#familytree-page h3 {
  border-bottom: 1px solid #ddd;
  padding: 20px 0 10px 0;
  margin: 0 0 15px 0;
}
#familytree-page .member_status {
  color: #999;
  clear: none;
}
#familytree-page .person-details {
  overflow: hidden;
}
#familytree-page .person-details img.avatar {
  float: left;
  margin: 0 15px 25px 0;
}
#familytree-page #immediate-family {
  list-style-type: none;
  margin: 0;
  overflow: hidden;
}
#familytree-page #immediate-family li {
  float: left;
  width: 450px;
  overflow: hidden;
}
#familytree-page #immediate-family li img.small-avatar {
  float: left;
  height: 50px;
  margin: 0 10px 15px 0;
  width: 50px;
}
#familytree-page #immediate-family li p {
  margin: 0;
}
#familytree-page #immediate-family li i {
  display: block;
  font-style: normal;
  color: #999;
}
#familytree-page #immediate-family p.add_relative {
  text-align: right;
}
#familytree-page #immediate-family p.add_relative a {
  color: #000;
  background: transparent url(images/add.gif) no-repeat center left;
  font-size: 13px;
  font-weight: normal;
  padding-left: 20px;
}
#familytree-page #immediate-family p.add_relative a:hover {
  text-decoration: underline;
}
#add_relative_menu {
  background-color: #fff;
  border: 1px solid #ccc;
  -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
  height: 200px;
  left: 50%;
  list-style-type: none;
  margin: -100px 0 0 -179px;
  overflow: auto;
  padding: 10px;
  position: absolute;
  top: 40%;
  width: 358px;
  z-index: 999;
}
#add_relative_menu li {
  float: left;
  margin: 10px;
  width: 150px;
}
#add_relative_menu li.close {
  float: none;
  font-size: 12px;
  line-height: 12px;
  padding: 2px;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}
#add_relative_menu li.close:hover {
  color: #fff;
  cursor: pointer;
  cursor: hand;
  background-color: red;
}
#add_relative_menu li.header {
  float: none;
  font-size: 12px;
  font-weight: bold;
  width: auto;
}
#add_relative_menu li a {
  background-color: #9ccef0;
  border: 1px solid #3e8ec1;
  display: block;
  font-size: 12px;
  padding: 5px 0;
  text-align: center;
}
#add_relative_menu li a:hover {
  background-color: #3e8ec1;
  color: #fff;
}
/* Edit Person Form */
#content .relationship-form .cols {
  *zoom: 1;
  padding: 5px 0 5px 20px;
}
#content .relationship-form .cols:before,
#content .relationship-form .cols:after {
  display: table;
  content: "";
}
#content .relationship-form .cols:after {
  clear: both;
}
#content .relationship-form .cols div {
  float: left;
  width: 220px;
}
#content .relationship-form p {
  padding: 5px 0 5px 20px;
}
#content .relationship-form textarea {
  width: 590px;
  height: 100px;
}
#content .relationship-form .half {
  width: 300px;
  margin: 5px 0 20px 20px;
}
#familytree-page label.no-check {
  margin-left: 19px;
}
/* =RECIPES
------------------------------------------------*/
#recipe-page .menu li span {
  color: #999;
  font-weight: normal;
  font-size: 10px;
  padding: 0 0 0 10px;
}
#recipe-list {
  padding: 20px 0;
}
#recipe-list li {
  *zoom: 1;
  border-top: 1px solid #ddd;
  list-style-type: none;
}
#recipe-list li:before,
#recipe-list li:after {
  display: table;
  content: "";
}
#recipe-list li:after {
  clear: both;
}
#recipe-list li a {
  color: #333;
  display: block;
  font: normal 16px/25px Verdana, Arial, sans-serif;
  padding: 10px;
}
#recipe-list li span {
  color: #fff;
  font: bold 12px/20px Verdana, Arial, sans-serif;
  float: right;
}
#recipe-list li img {
  float: left;
  height: 60px;
  margin-right: 15px;
  width: 60px;
}
#recipe-list li b,
#recipe-list li h4 {
  color: #1a7ab0;
  display: block;
  font: bold 24px/36px Verdana, Arial, sans-serif;
}
#recipe-list li i {
  color: #aaa;
  font-size: 13px;
  font-style: normal;
}
#recipe-list li a:hover {
  background-color: #ebf2fa;
}
#recipe-list li a:hover span {
  color: #1a7ab0;
}
#recipe-page #addform label,
#recipe-page #editform label {
  display: block;
  font-weight: bold;
}
#recipe-page #addform input,
#recipe-page #editform input {
  margin: 0 0 15px 0;
  width: 400px;
}
#recipe-page #addform .sub1,
#recipe-page #editform .sub1 {
  width: auto;
}
#recipe-page #addform textarea,
#recipe-page #editform textarea {
  height: 100px;
  margin: 0 0 15px 0;
  width: 400px;
}
#recipe-page #addform select,
#recipe-page #editform select {
  margin: 0 0 15px 0;
  width: 300px;
}
#recipe-page #addform .info {
  background-color: #fffece;
  float: right;
  padding: 0 8px;
  width: 275px;
}
.recipe-thumbnail {
  float: left;
}
h4.recipe-name {
  margin: 0 0 0 130px !important;
  padding: 0 0 15px 0 !important;
}
#recipe-page span.date {
  display: block;
  margin: 0 0 0 130px;
  padding: 0 0 50px 0;
}
.recipe-container {
  *zoom: 1;
}
.recipe-container:before,
.recipe-container:after {
  display: table;
  content: "";
}
.recipe-container:after {
  clear: both;
}
.recipe-directions {
  float: left;
  padding: 0 25px 200px 0;
  width: 430px;
}
.recipe-ingredients {
  float: left;
  font-size: 13px;
  padding: 0 0 200px 0;
  width: 300px;
}
.recipe-directions b,
.recipe-ingredients b {
  display: block;
  padding: 0 0 20px 0;
}
/* =DOCUMENTS
------------------------------------------------*/
#docs td form,
#docs td form div {
  display: inline;
}
/* =PRAYERS
------------------------------------------------*/
#prayers .edit_delete {
  float: right;
}
#prayers .edit_delete form {
  display: inline;
}
#prayers .for {
  padding: 10px 0 0 0;
}
#prayers .because {
  padding: 20px 0 50px 0;
}
#prayers .for div,
#prayers .because div {
  padding: 0 0 0 30px;
}
/* =NOTIFICATIONS
------------------------------------------------*/
#notifications-list {
  border-bottom: 1px solid #ddd;
  margin: 0 150px;
}
#notifications-list p {
  border-top: 1px solid #ddd;
  margin: 0;
  padding: 20px 10px 30px 10px;
}
#notifications-list p:hover {
  background-color: #ebf2fa;
}
#notifications-list img {
  height: 40px;
  width: 40px;
  margin: 5px 0 0 10px;
}
#notifications-list a.read {
  border: 1px solid #ddd;
  background-color: #eee;
  color: #999;
  float: right;
  font: normal 10px/12px Verdana, Arial, sans-serif;
  padding: 2px 10px;
}
#notifications-list a.read:hover {
  background-color: #a5cae2;
  border: 1px solid #3e8ec1;
  color: #333;
}
/* =COMMENTS
------------------------------------------------*/
#comments {
  padding: 30px 0;
}
#addcomments {
  padding: 20px 0 50px 0;
}
#addcomments h3 {
  padding: 0;
}
.comment {
  *zoom: 1;
  border-top: 1px solid #eee;
  padding: 15px 0 40px 0;
  font: 12px/18px Verdana, Arial, sans-serif;
}
.comment:before,
.comment:after {
  display: table;
  content: "";
}
.comment:after {
  clear: both;
}
.comment:hover {
  background-color: #ebf2fa;
  border-color: #a5cae2;
}
.comment form {
  margin: 0;
}
.comment input {
  float: right;
  padding-right: 5px;
}
.comment img.avatar {
  float: left;
  height: 50px;
  padding: 0 0 0 15px;
  width: 50px;
}
.comment b {
  color: #016290;
  font: bold 16px/20px Verdana, Arial, sans-serif;
  padding: 0 10px 0 25px;
}
.comment span {
  color: #999;
  font: italic 10px/20px Verdana, Arial, sans-serif;
}
.comment p {
  padding: 0 0 0 90px;
}
/* =PARTICIPATION =LEVELS
------------------------------------------------*/
.level0,
.level1,
.level2,
.level3,
.level4,
.level5,
.level6,
.level7,
.level8,
.level9,
.level10 {
  background-color: transparent;
  background-image: url(images/levels.gif);
  background-repeat: no-repeat;
  display: block;
  height: 10px;
  margin: 5px 0;
  overflow: hidden;
  width: 71px;
}
.level0 {
  background-position: 0 0;
}
.level1 {
  background-position: 0 -9px;
}
.level2 {
  background-position: 0 -18px;
}
.level3 {
  background-position: 0 -27px;
}
.level4 {
  background-position: 0 -36px;
}
.level5 {
  background-position: 0 -45px;
}
.level6 {
  background-position: 0 -54px;
}
.level7 {
  background-position: 0 -63px;
}
.level8 {
  background-position: 0 -72px;
}
.level9 {
  background-position: 0 -81px;
}
.level10 {
  background-position: 0 -90px;
}
/* =SETTINGS
------------------------------------------------*/
#settings fieldset {
  margin-left: 0;
  margin-right: 0;
}
#current-avatar,
#gravatar,
#not-gravatar {
  padding: 20px 0 0 0;
}
a.foursquare {
  background: transparent url(images/signinwith-foursquare.png) no-repeat center left;
  display: block;
  height: 24px;
  text-indent: -9999px;
  width: 180px;
}
.current-theme {
  background-color: #eee;
  font: 11px/15px Verdana, Arial, sans-serif;
  margin: 0 0 30px 0;
  padding: 20px;
  position: relative;
}
.current-theme div {
  left: 190px;
  padding-right: 20px;
  position: absolute;
  top: 10px;
}
.theme-block {
  font: 11px/15px Verdana, Arial, sans-serif;
  float: left;
  overflow: hidden;
  margin: 10px;
  width: 170px;
}
.theme-block b {
  font: bold 13px/18px Verdana, Arial, sans-serif;
}
.theme-block a {
  color: #333;
  font-weight: normal;
  text-decoration: underline;
}
.theme-block a:hover {
  text-decoration: none;
}
.theme-block span,
.current-theme span {
  background-color: #ccc;
  display: block;
  padding: 40px 0;
  text-align: center;
  width: 150px;
}
.social-media-connect {
  margin: 0 50px 50px 50px;
  padding: 0 130px 0 85px;
  position: relative;
}
.social-media-connect .icon {
  position: absolute;
  top: 5px;
  left: 0;
}
.social-media-connect .status {
  color: #999;
  font: 14px/18px Verdana, Arial, sans-serif;
}
.social-media-connect .status img {
  position: relative;
  width: auto;
  height: auto;
}
.social-media-connect .action {
  position: absolute;
  top: 10px;
  right: 0;
}
.social-media-connect .action a {
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #333;
  cursor: pointer;
  display: inline-block;
  font: bold 14px/18px Verdana, Arial, sans-serif;
  background-color: #f8f8f8;
  background-image: -moz-linear-gradient(top, #ffffff, #eeeeee);
  background-image: -ms-linear-gradient(top, #ffffff, #eeeeee);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#eeeeee));
  background-image: -webkit-linear-gradient(top, #ffffff, #eeeeee);
  background-image: -o-linear-gradient(top, #ffffff, #eeeeee);
  background-image: linear-gradient(top, #ffffff, #eeeeee);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
  padding: 5px 14px;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
}
.social-media-connect .action a:hover {
  background: #eee;
}
/* =WHEREISEVERYONE
------------------------------------------------*/
#history {
  background-color: #f9f9f9;
  color: #999;
  font: 14px/18px Verdana, Arial, sans-serif;
  list-style-type: none;
  width: 300px;
}
#history li {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 10px;
}
#history li#label {
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  background-color: #3e89bd;
  border: 1px solid #3e89bd;
  color: #fff;
}
#history li span {
  color: #5a5858;
  display: block;
  padding: 3px 0;
}
#latest-history {
  border: 1px solid #d4d4d4;
  color: #999;
  font: 14px/18px Verdana, Arial, sans-serif;
  list-style-type: none;
  overflow: hidden;
}
#latest-history li#label {
  background-color: #f1f1f0;
  background-image: -moz-linear-gradient(top, #f9f8f6, #e6e6e6);
  background-image: -ms-linear-gradient(top, #f9f8f6, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f9f8f6), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #f9f8f6, #e6e6e6);
  background-image: -o-linear-gradient(top, #f9f8f6, #e6e6e6);
  background-image: linear-gradient(top, #f9f8f6, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f8f6', endColorstr='#e6e6e6', GradientType=0);
  border-top: 1px solid #d4d4d4;
  float: left;
  height: 40px;
  line-height: 40px;
  margin-top: -1px;
  padding: 0 0 0 10px;
  width: 950px;
}
#latest-history li {
  border-bottom: 1px solid #d4d4d4;
  float: left;
  width: 960px;
}
#latest-history li:hover {
  background-color: #f0f0ef;
}
#latest-history .img {
  float: left;
  padding: 20px 10px 10px 10px;
}
#latest-history .user {
  color: #555;
  float: left;
  font-weight: bold;
  width: 300px;
  height: 75px;
  line-height: 75px;
}
#latest-history .checkin {
  padding: 10px 0;
  float: left;
  width: 580px;
}
.checkin span {
  display: block;
}
/* =VIDEO
------------------------------------------------*/
#video_desc img {
  float: left;
  height: 40px;
  padding: 0 5px 10px 0;
  width: 40px;
}
#video_content .category {
  margin: 10px 20px 40px 20px;
  width: 120px;
  height: auto;
}
#small_video_users {
  float: left;
  font: 14px Verdana, Arial, sans-serif;
  list-style: none;
}
#small_video_users li {
  float: left;
  padding: 10px;
  width: 300px;
}
#small_video_users img {
  float: left;
  height: 40px;
  padding: 0 5px 10px 0;
  width: 40px;
}
#small_video_users span {
  display: block;
}
#large_video_users {
  float: left;
  font: 14px Verdana, Arial, sans-serif;
  list-style: none;
}
#large_video_users li {
  float: left;
  height: 150px;
  width: 80px;
  margin: 0 20px;
}
#large_video_users span {
  display: block;
}
#video_edit {
  background-color: #ebf2fa;
  border: 1px solid #a5cae2;
  font-size: 11px;
  margin: 0 0 15px 0;
  padding: 15px;
}
.video_edit_show_hide {
  display: block;
  font-size: 13px;
  margin: 0 0 5px 0;
  text-align: right;
}
#video_edit .btn {
  cursor: pointer;
  display: inline-block;
  background-color: #e6e6e6;
  background-repeat: no-repeat;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background-image: -moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6);
  background-image: -ms-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background-image: -o-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background-image: linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
  padding: 5px 14px 6px;
  color: #333;
  font: 11px Verdana, Arial, sans-serif;
  line-height: normal;
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -webkit-transition: 0.1s linear all;
  -moz-transition: 0.1s linear all;
  -ms-transition: 0.1s linear all;
  -o-transition: 0.1s linear all;
  transition: 0.1s linear all;
}
#video_edit .btn:hover {
  background-position: 0 -15px;
  color: #333;
  text-decoration: none;
}
#video_edit .btn:focus {
  outline: 1px dotted #666;
}
#video_edit .btn:active {
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
}
#video_content #member {
  *zoom: 1;
  padding: 10px;
  margin: 0 0 50px 0;
}
#video_content #member:before,
#video_content #member:after {
  display: table;
  content: "";
}
#video_content #member:after {
  clear: both;
}
#video_content #member img {
  float: left;
  margin-right: 10px;
}
#video_content #member span {
  color: #999;
  font-size: 12px;
}
#video_content #member h2 {
  font-size: 36px;
}
.categories .removed img,
.categories .removed span {
  filter: alpha(opacity=30);
  opacity: 0.3;
}
.categories .removed:hover img,
.categories .removed:hover span {
  filter: alpha(opacity=100);
  opacity: 1;
}
/* =HELP
------------------------------------------------*/
#help ol {
  margin: 0 0 0 20px;
}
#help ol li {
  padding: 0 0 20px 0;
}
#help ol li small {
  font: italic 12px/16px Verdana, Arial, sans-serif;
}
.mem-access {
  border-top: 1px solid #b2d1f0;
  border-left: 1px solid #b2d1f0;
}
.mem-access td,
.mem-access th {
  border-right: 1px solid #b2d1f0;
  border-bottom: 1px solid #b2d1f0;
  padding: 4px;
  text-align: center;
  vertical-align: top;
}
.mem-access th {
  font-size: 12px;
}
.mem-access td.level_name {
  font-weight: bold;
  text-align: left;
  width: 200px;
}
.mem-access td.y {
  color: #02876c;
}
.mem-access td.n {
  color: #f30;
}
/* =ADMIN
------------------------------------------------*/
#config fieldset {
  margin: 0;
}
#search_frm,
#search_frm input {
  font-size: 11px;
}
.sortable th .help {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}
.communicate-nav,
.share-nav {
  float: left;
  width: 350px;
}
.communicate-nav {
  margin-right: 6px;
}
.share-nav {
  border-left: 1px solid #ccc;
}
.share-nav td,
.share-nav th {
  padding-left: 10px;
}
#config table .remove {
  text-align: center;
}
#config table .remove .delbtn {
  padding: 0;
}
#config fieldset .add {
  padding: 0 0 0 20px;
  background: transparent url(images/add.gif) no-repeat center left;
}
#delete_category p {
  text-align: right;
}
#delete_category table th.check {
  text-indent: -9999px;
  width: 75px;
}
#delete_category table td.check {
  text-align: center;
}
.sortable tr.check_all_none td {
  background-color: #fff !important;
}
.check_all_none td {
  font-size: 10px;
  text-align: right;
}
.check_all_none td a {
  color: #000;
  font-weight: normal;
  padding: 0 3px;
}
a.merge {
  float: right;
}
#current-member {
  float: left;
  padding: 0 0 20px 0;
  width: 49%;
}
#current-member .field-row,
#merge-member .field-row {
  padding: 0;
}
#merge-member {
  float: right;
  padding: 0 0 20px 0;
  width: 49%;
}
#merge-with {
  width: 200px;
}
/* =SCHEDULER
------------------------------------------------*/
#scheduler-frm {
  margin: 0 30px;
}
#scheduler-frm td i {
  color: #aaa;
}
.current-status-off {
  padding: 0 3px;
  background-color: red;
}
.current-status-on {
  padding: 0 3px;
  background-color: green;
}
.cron-example {
  background-color: #ddd;
  border: 1px solid #ccc;
  font-size: 12px;
  margin: 0 0 5px 0;
  padding: 10px;
  width: 900px;
  white-space: pre-line;
}
/* =POLLS
------------------------------------------------*/
form.poll {
  border: 1px solid #eee;
  margin: 20px;
  padding: 30px;
}
form.poll p.actions {
  *zoom: 1;
}
form.poll p.actions:before,
form.poll p.actions:after {
  display: table;
  content: "";
}
form.poll p.actions:after {
  clear: both;
}
form.poll p.actions a {
  font-size: 14px;
  font-weight: normal;
}
form.poll .sub1 {
  border: 1px solid #357b2c;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #333;
  background-color: #96e28c;
  background-image: -moz-linear-gradient(top, #a6f09c, #7dcd73);
  background-image: -ms-linear-gradient(top, #a6f09c, #7dcd73);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#a6f09c), to(#7dcd73));
  background-image: -webkit-linear-gradient(top, #a6f09c, #7dcd73);
  background-image: -o-linear-gradient(top, #a6f09c, #7dcd73);
  background-image: linear-gradient(top, #a6f09c, #7dcd73);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6f09c', endColorstr='#7dcd73', GradientType=0);
  float: right;
  padding: 10px 20px;
}
form.poll .disabled {
  background-color: #ddd;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  float: right;
  padding: 10px 20px;
}
form.poll-small h3 {
  font-size: 13px;
}
form.poll-small ul.poll-results {
  line-height: 20px;
}
form.poll-small ul.poll-results b {
  font-size: 13px;
  font-weight: normal;
}
form.poll-small ul.poll-results span {
  display: none;
}
form.poll-small ul.poll-results .progress {
  height: 12px;
}
ul.poll-results {
  margin: 0;
  padding: 0;
}
ul.poll-results li {
  list-style-type: none;
}
ul.poll-results li span {
  color: #666;
  font-size: 13px;
  float: right;
}
ul.poll-results li .who-voted {
  margin: -10px 0 20px 0;
}
ul.poll-results .avatar-member-list-small li {
  font-size: 13px;
}
.progress {
  background-color: #d8e9f8;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  display: block;
  height: 20px;
  margin: 0 0 16px 0;
  position: relative;
  width: 100%;
}
.progress .bar {
  background-color: #84c2ec;
  background-image: -moz-linear-gradient(top, #9ccef0, #61b1e7);
  background-image: -ms-linear-gradient(top, #9ccef0, #61b1e7);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#9ccef0), to(#61b1e7));
  background-image: -webkit-linear-gradient(top, #9ccef0, #61b1e7);
  background-image: -o-linear-gradient(top, #9ccef0, #61b1e7);
  background-image: linear-gradient(top, #9ccef0, #61b1e7);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9ccef0', endColorstr='#61b1e7', GradientType=0);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  display: block;
  height: 100%;
  left: 0;
  line-height: 20px;
  overflow: hidden;
  position: absolute;
  text-indent: -9999px;
  top: 0;
}
/* =AUTOCOMPLETE
------------------------------------------------*/
.autocomplete_instructions {
  color: #3e8ec1;
}
.autocomplete_search {
  background-color: #fff;
  border: 1px solid #ccc;
  margin: 0px;
  padding: 0px;
  position: absolute;
  width: 350px;
}
.autocomplete_search ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
.autocomplete_search ul li.selected {
  background-color: #9ccef0;
}
.autocomplete_search ul li strong {
  background-color: #ddd;
  font-weight: bold;
}
.autocomplete_search ul li.selected strong {
  background-color: #3e8ec1;
}
.autocomplete_search ul li {
  color: #000;
  cursor: pointer;
  display: block;
  height: 2em;
  list-style-type: none;
  margin: 0;
  padding: 2px;
}
.autocomplete_selected {
  *zoom: 1;
  list-style-type: none;
  margin: 5px 0 20px 0;
  overflow: hidden;
  width: 330px;
}
.autocomplete_selected:before,
.autocomplete_selected:after {
  display: table;
  content: "";
}
.autocomplete_selected:after {
  clear: both;
}
.autocomplete_selected li {
  background-color: #1a7ab0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  color: #fff;
  float: left;
  font: 10px/10px Verdana, Arial, sans-serif;
  margin: 0 5px 5px 0;
  padding: 5px 10px;
}
.autocomplete_selected li strong {
  font-weight: normal;
}
.autocomplete_selected li a {
  color: #000;
  padding: 0 0 2px 5px;
}
.autocomplete_selected li a:hover {
  background-color: transparent;
  color: #fff;
}
/* =SORTABLE =TABLES
------------------------------------------------*/
.sortable a {
  color: #2e9bdf;
}
.sortable a:hover {
  background-color: transparent;
  color: #000;
}
.sortable,
.nosortable {
  border-collapse: collapse;
  margin: 10px 0 25px 0;
  width: 100%;
}
.sortable td,
.sortable th {
  border-bottom: 1px dotted #bdb9b9;
  padding: 5px;
}
.sortable thead,
.sortable tfoot {
  font-size: 11px;
}
.sortable tr.roweven {
  background-color: #f7f7f7;
}
.sortable tr.mouseover td {
  background-color: #e8f5fb;
}
.sortcol {
  background-position: right center;
  background-repeat: no-repeat;
  cursor: pointer;
  cursor: hand;
  padding-right: 20px;
}
.sortasc {
  background-image: url(images/up.gif);
}
.sortdesc {
  background-image: url(images/down.gif);
}
.nosort {
  cursor: default;
}
/* =VALIDATION
------------------------------------------------*/
.LV_invalid {
  color: #c00;
  display: block;
  font: bold 13px Verdana, Arial, sans-serif;
}
.LV_invalid_field,
input.LV_invalid_field:hover,
input.LV_invalid_field:active,
textarea.LV_invalid_field:hover,
textarea.LV_invalid_field:active {
  background-color: #fbeeff;
  border: 2px solid #c00;
}
/* =STAR =RATING
------------------------------------------------*/
.star-rating {
  background-position: left top;
  height: 25px;
  list-style: none;
  margin: 5px 0 0 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 125px;
}
.cat_info .star-rating {
  margin: 0 auto;
}
.star-rating li {
  display: inline;
}
.star-rating a,
.star-rating .current-rating {
  position: absolute;
  top: 0;
  left: 0;
  text-indent: -1000em;
  height: 25px;
  line-height: 25px;
  outline: none;
  overflow: hidden;
  border: none;
  background-color: transparent;
}
.star-rating a:hover,
.star-rating a:active,
.star-rating a:focus {
  background-color: transparent;
  background-position: left bottom;
}
.star-rating a.one-star {
  width: 20%;
  z-index: 6;
}
.star-rating a.two-stars {
  width: 40%;
  z-index: 5;
}
.star-rating a.three-stars {
  width: 60%;
  z-index: 4;
}
.star-rating a.four-stars {
  width: 80%;
  z-index: 3;
}
.star-rating a.five-stars {
  width: 100%;
  z-index: 2;
}
.star-rating .current-rating {
  z-index: 1;
  background-position: left center;
}
.inline-rating {
  display: -moz-inline-block;
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: middle;
}
.small-star {
  width: 50px;
  height: 10px;
}
.small-star,
.small-star a:hover,
.small-star a:active,
.small-star a:focus,
.small-star .current-rating {
  background-image: url(images/star_small.gif);
  line-height: 10px;
  height: 10px;
}
.small-big {
  width: 125px;
  height: 24px;
}
.small-big,
.small-big a:hover,
.small-big a:active,
.small-big a:focus,
.small-big .current-rating {
  background-image: url(images/star_big.gif);
  line-height: 24px;
  height: 24px;
}
/* =RICH=TEXT=EDITOR =RTE =TOOLBAR
------------------------------------------------*/
.toolbar {
  background-color: #f6f6f6;
  border: 1px solid #c1c1c1;
  padding: 4px 0 0 0;
  width: 664px;
}
.toolbar .button {
  cursor: pointer;
  cursor: hand;
  border: 1px solid #f6f6f6;
  height: 20px;
  margin: 0 0 0 -4px;
  width: 20px;
}
.toolbar .bold {
  margin: 0 0 0 3px;
}
.bold {
  background: url(images/text_bold.gif) top left no-repeat;
}
.italic {
  background: url(images/text_italic.png) top left no-repeat;
}
.underline {
  background: url(images/text_underline.png) top left no-repeat;
}
.left_align {
  background: url(images/text_left.png) top left no-repeat;
}
.center_align {
  background: url(images/text_center.png) top left no-repeat;
}
.right_align {
  background: url(images/text_right.png) top left no-repeat;
}
.h1 {
  background: url(images/text_h1.png) top left no-repeat;
}
.h2 {
  background: url(images/text_h2.png) top left no-repeat;
}
.h3 {
  background: url(images/text_h3.png) top left no-repeat;
}
.board_quote {
  background: url(images/board_quote.gif) top left no-repeat;
}
.board_images {
  background: url(images/board_images.gif) top left no-repeat;
}
.links {
  background: url(images/board_links.gif) top left no-repeat;
}
.toolbar .smileys {
  background: transparent url(images/smiley.gif) no-repeat center center;
}

#familytext {
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 20px;
}

#title {
font-size: 24px;
	margin-top: 50px;
	margin-left: 50px;
}
