/************************************************
* 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: #331600;
	color: #cccccc;
}

#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: #331600;
}

#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: #331600 !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: #cccccc;
}

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

#content_header h2 p,
.wiki_text {
	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: #d6bca9;
}

#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: #d6bca9;
	color: #923f00;
}

#bricabox_tabs a:hover {
	background: #fff;
	color: #923f00;
}

#bricabox_tabs li.current a {
	background: #fff;
	color: #923f00;
	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: #923f00;
	background: #d6bca9 url(/assets/images/add_plus.png) 50% 50% no-repeat;
	margin-left: -7px;
}

#bricabox_tabs #nav_add.open a {
	color: #fff;
	background: #923f00;
}

#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: #cccccc;
}

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

#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 #d6bca9;
}

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

.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: #331600;
	color: #cccccc;
}

#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: #d6bca9;
	color: #fff;
	text-align: center;
	padding: 5px 3px 3px;
}

.engage a, .engage_small a {
	color: #d6bca9 !important;
	border-color: #d6bca9 !important;
}

.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: #d6bca9;
}

.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: #331600;
}

.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: #331600;
	color: #cccccc;
	border-bottom: 1px solid #cccccc;
}

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

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

.comment p.author .when 		{ display: none; font-size: 11px; color: #cccccc; }
.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;
}