/************************************************
* BricaBox custom color scheme theme
* (c) 2007-2008 BricaBox, LLC
************************************************/

/************************************************
* globals
************************************************/
body {
 background: #efefef;
 color: #111;
 font: 12px/1 "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
 text-align: center;
}

h5.alert {
 margin: 8px 0;
 padding: 5px 24px;
 border-width: 1px;
 border-style: solid;
 background-position: 5px 50%;
 background-repeat: no-repeat;
}

h5.alert.error {
 background-image: url(/assets/images/icons/error.png);
 background-color: #fdfae6;
 color: #e3ad31;
 border-color: #f1d485;
}

h5.alert.good {
 background-image: url(/assets/images/icons/tick.png);
 background-color: #e6f4e4;
 color: #478e40;
 border-color: #83c978;
}

dl.stats_list {
 
}

table {
 margin: 8px 0;
 width: 100%;
}

table td {
 padding: 5px;
}

table thead td {
 background: #111;
 color: #fff;
}

table tbody td {
 border-bottom: 1px solid #ddd;
}

table tbody tr.odd td {
 background: #f3f3f3;
}

table tbody tr.edit td {
 background: #deeff8;
 border-top: 1px solid #0085cf;
 border-bottom: 1px solid #0085cf;
}

table tbody tr.bottom td {
 border-top: 2px solid #ddd;
 border-bottom: none;
 padding: 16px 0;
}

img.profile_avatar {
 padding: 5px;
 background: #fff;
 vertical-align: middle;
 border: 1px solid !important;
 border-color: #f3f3f3 #ddd #ddd #f3f3f3 !important;
}

/************************************************
* page structure
************************************************/
#wrap {
 background: #000000;
 color: #fff;
}

#wrap_inner {
 margin: 0 auto;
 width: 900px;
}

#bricabar, #wrap_inner, #footer {
 text-align: left;
 padding: 5px;
}

#blocks {
 margin: 3px 0 8px;
}

#blocks .block_footer {
 height: 1px;
}

#blocks div.column, #content_header .left, #content_header .right {
 float: left;
}

#blocks #blocks_large, #new_entry, #blocks_large .block_footer, #content_header .left {
 width: 580px;
 margin-right: 30px;
}

#blocks #blocks_small, #blocks_small .block_footer, #content_header .right {
 width: 290px;
}

#blocks .block_instance {
 margin-bottom: 13px;
}

#blocks .block_instance h3 {
 font-weight: bold;
 margin-bottom: 3px;
}

#blocks .map_large {
 width: 580px;
}

#blocks .map_small {
 width: 290px;
}

#blocks .map_large, #blocks .map_small {
 height: 290px;
 background: #000000;
}

#blocks .map_bubble h3 a {
 font-size: 15px;
 font-weight: bold;
}

#blocks .map_bubble p {
 padding: 5px 0;
 line-height: 15px;
}

.three_col .third {
 float: left;
 width: 285px;
 margin-right: 15px;
}

.three_col .third.small {
 width: 175px;
}

/************************************************
* form styles
************************************************/
form fieldset {
 margin: 8px 0;
}

form fieldset div {
 margin-bottom: 8px;
}

form fieldset div.controls {
 margin-bottom: 0;
}

form fieldset label {
 line-height: 18px;
}

form fieldset label span.req {
 font-weight: bold;
 color: #933;
}

form fieldset label.openid {
 background: url(/assets/images/openid.gif) 0 50% no-repeat;
 padding-left: 18px;
}

form fieldset .bricabox_id {
 margin-top: 15px;
}

form fieldset .bricabox_id p {
 margin-top: 5px;
}

.block_header a.toggle {
 background-color: #000000 !important;
}

/************************************************
* bricabar
************************************************/
#bricabar {
 background: #fff;
 border-bottom: 1px solid #f3f3f3;
}

#bricabar a {
 border: none;
 color: #111;
}

#bricabar #logo {
 float: left;
}

#bricabar #nav {
 float: right;
 line-height: 18px;
}

#bricabar #nav a {
 font-size: 11px;
 text-decoration: none;
}

#bricabar #nav a.user {
 padding: 3px 8px 3px 15px;
 background: url(/assets/images/figure.gif) 3px 50% no-repeat;
}

#bricabar #nav a:hover {
 background-color: #0085cf;
 color: #deeff8;
}

#bricabar #nav a.user strong {
 font-weight: bold;
}

#bricabar #nav a.user.open {
 background-color: #001a29;
 color: #fff;
 padding-top: 18px;
 padding-bottom: 18px;
}

/************************************************
* user panel
************************************************/
#user_panel {
 position: relative;
 background: #001a29;
 color: #fff;
 text-align: center;
}

#user_panel_inner {
 margin: 0 auto;
 width: 900px;
 text-align: left;
 padding: 8px 0;
}

#user_panel h1 {
 margin-top: 0 !important;
 font-weight: normal !important;
}

#user_panel h1 img {
 vertical-align: middle;
}

#user_panel a {
 color: #fff;
}

#user_panel p {
 margin-top: 8px;
}

/************************************************
* footer
************************************************/
#footer {
 background: #efefef url(/assets/images/footer_bg.png) top left repeat-x;
 padding: 15px;
 font-size: 11px;
 color: #555;
}

#footer a {
 color: #555;
 text-decoration: underline;
}

#footer p.admin {
 margin-top: 4px;
}

#footer p.admin strong {
 font-weight: bold;
}

/************************************************
* app content
************************************************/
#wrap a {
 outline: none;
 text-decoration: none;
 color: #fff;
 border-bottom: 1px solid #fff;
}

/*
#wrap a:hover {
 background: #deeff8;
 color: #0085cf;
 border-bottom-color: #fff;
}
*/

#wrap tr.edit a:hover {
 background-color: #fff;
}

#wrap td a.edit, #wrap td a.delete, #wrap td a.new {
 border: none;
 background: transparent;
}

#wrap td a.new, #wrap td a.edit {
 padding-left: 18px;
 background-position: 0 50%;
 background-repeat: no-repeat;
}

#wrap td a.new {
 background-image: url(/assets/images/plus_big.png);
 font-weight: bold;
 padding: 30px 0 30px 32px;
 color: #30b237;
}

#wrap td a.edit {
 background-image: url(/assets/images/icons/pencil.png);
}

#wrap td a.delete img {
 vertical-align: middle;
}

#wrap h1, #user_panel h1 {
 font: bold 28px/32px Helvetica, Arial, Verdana, sans-serif;
 margin-top: 3px;
}

#wrap h1 {
 color: #fff;
}

#wrap h2 {
 font-size: 16px;
 line-height: 18px;
 color: #fff;
}

#content_header h2 {
 line-height: 20px;
}

#content_header h2 p {
 margin-bottom: 11px;
}

/************************************************
* bricabox
************************************************/
#bricabox_header, #content_header {
 padding-bottom: 8px;
}

#bricabox_header .bottom_bar {
 margin-top: 8px;
 height: 5px;
 /*border-top: 1px solid #ddd;
 background: #f5f5f5;*/
 background: #706c6c;
}

#bricabox_tabs {
 padding-top: 8px;
}

#bricabox_tabs li {
 display: inline;
}

#bricabox_tabs a {
 display: block;
 float: left;
 margin-right: 7px;
 padding: 6px;
 border: none;
 font-size: 15px;
 background-color: #706c6c;
 color: #fff;
}

#bricabox_tabs a:hover {
 background: #fff;
 color: #706c6c;
}

#bricabox_tabs li.current a {
 background: #fff;
 color: #706c6c;
 font-weight: bold;
}

#bricabox_tabs #nav_search_field,
#bricabox_tabs #nav_member a,
#bricabox_tabs #nav_remove_member a {
 float: right;
}

#bricabox_tabs #nav_add a {
 font-weight: bold;
 color: #fff;
 background: #706c6c url(/assets/images/add_plus.png) 50% 50% no-repeat;
 margin-left: -7px;
}

#bricabox_tabs #nav_add.open a {
 color: #fff;
 background: #706c6c;
}

#bricabox_tabs #nav_member a,
#bricabox_tabs #nav_remove_member a {
 margin-right: 0;
 margin-left: 7px;
}

#bricabox_tabs #search_field {
 background: url(/assets/images/icons/zoom.png) 3px 50% no-repeat;
 padding: 3px;
 text-indent: 18px;
 color: #fff;
}

#bricabox_tabs #search_field.grey {
 color: #fff;
}

#bricabox_tabs.admin {
 margin-top: 3px;
 padding-top: 0;
 padding-bottom: 8px;
}

#bricabox_tabs.admin a {
 font-size: 11px;
 margin-right: 4px;
}

#bricabox_tabs.admin li.current a {
 color: #fff;
 background: #222;
}

#bricabox_tabs li.back a {
 background-color: #f8f8f8;
 color: #555;
}

/************************************************
* entries
************************************************/
#content_header h1 {
 font-size: 20px;
 line-height: 22px;
 margin-bottom: 3px;
 color: #fff;
}

#content_header h1 a, #content_header h1 img {
 border: none;
}

#content_header h1 a {
 color: #fff;
}

#superbar {
 background: #222;
 color: #fff;
 margin-bottom: 8px;
 padding: 3px 5px;
}

#superbar input {
 vertical-align: middle;
}

.entry_list .entry {
 padding: 8px 5px;
 border-bottom: 1px solid #ccc;
}

.entry_list .entry.odd {
 background: #222;
}

.entry_list .entry h3 a {
 font-size: 13px;
 font-weight: bold;
}

.entry_list .entry h3 span.toe_tag {
 margin-left: 3px;
 font-size: 9px;
 text-transform: uppercase;
 background: #000000;
 color: #fff;
}

#new_entry {
 position: relative;
 border: 1px solid #0085cf;
 background: #deeff8;
 margin-bottom: 8px;
 padding: 8px 5px;
}

#new_entry .close, #user_panel .close {
 position: absolute;
 top: 3px;
 right: 3px;
 border: none;
}

#new_entry span.step {
 padding: 3px 5px;
 color: #0085cf;
 background: #fff;
 font-weight: bold;
}

#new_entry div.step {
 padding-top: 8px;
 border-top: 2px solid #fff;
}

#new_entry div.step.small a {
 font-size: 11px;
 border: none;
}

#new_entry #content_field1_value {
 font-size: 18px;
 font-weight: bold;
}

#new_entry form fieldset a.delete {
 font-weight: bold;
 color: #b33 !important;
}

#new_entry form fieldset a.delete:hover {
 color: #fff !important;
 background-color: #b33 !important;
}

.engage, .engage_small {
 background: #706c6c;
 color: #fff;
 text-align: center;
 padding: 5px 3px 3px;
}

.engage_small {
 margin-right: 5px;
 padding: 3px;
}

.engage .engage_count {
 font-size: 15px;
 font-weight: bold;
}

.engage_small .engage_count_small {
 font-size: 13px;
 font-weight: bold;
}

.engage .engage_form {
 margin-top: 5px;
 padding: 3px;
 background: #fff;
 color: #706c6c;
}

.engage_small .engage_form_small a {
 border: none !important;
 color: #fff !important;
 font-weight: bold !important;
}

.engage_small .engage_form_small a:hover {
 background: #fff !important;
 color: #111 !important;
}

.engage .rate_stars span,
.engage .rate_stars img,
.engage .rate_stars input,
.engage_small .rate_stars img,
.engage_small .rate_stars input {
 vertical-align: middle;
 line-height: 18px;
}

/************************************************
* block: tags
************************************************/
.tags li {
 display: inline;
 margin-right: 5px;
}

.tags li.tags_1 { font-size: 11px; }
.tags li.tags_2 { font-size: 12px; }
.tags li.tags_3 { font-size: 13px; }
.tags li.tags_4 { font-size: 15px; }
.tags li.tags_5 { font-size: 17px; }
.tags li.tags_6 { font-size: 21px; }

.tags li.user {
 background: #000000;
}

.tags li a {
 line-height: 18px;
}

.tags li .controls a, .tags li .controls a img {
 border: none !important;
}

.tags li .controls a img {
 vertical-align: middle;
}

/************************************************
* block: comments
************************************************/
.comment {
 margin: 8px 0;
 padding: 3px;
 background: #000000;
 color: #fff;
 border-bottom: 1px solid #fff;
}

.comment p.author {
 margin-bottom: 5px;
}

.comment p.author img {
 vertical-align: middle;
}

.comment p.author .when   { display: none; font-size: 11px; color: #fff; }
.comment p.author:hover .when  { display: inline; }
.comment .body p {
 font-size: 13px;
 line-height: 18px;
}

/************************************************
* self-clearing floats
************************************************/
.clearfix:after,
#bricabar:after,
#bricabox_tabs:after,
#content_header:after,
.panels:after,
#sub_tabs:after,
#blocks:after,
.three_col:after,
#custom_group_theme:after {
 clear: both;
 content: ".";
 display: block;
 visibility: hidden;
 height: 0;
}