/*
Design based on work by Free CSS Templates, http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License

Updates by Baba's projects, http://babasprojects.com
*/

body {
	margin: 0;
	padding: 0;
	background: #1F2429;
/*	text-align: justify; */
	font: 15px Arial, Helvetica, sans-serif;
	color: #626262;
}

form {
	margin: 0;
	padding: 0;
}

input {
	padding: 5px;
/*	background: #FEFEFE url(/site/images/icons/img12.gif) repeat-x; */
	border: 1px solid #626262;
	font: normal 1em Arial, Helvetica, sans-serif;
}

h1, h1 a, h2, h2 a, h3, h3 a {
	margin: 0;
	text-decoration: none;
	font-family: Tahoma, Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #444444;
}

h1 {
	letter-spacing: -1px;
	font-size: 2.2em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h2 {
	letter-spacing: -1px;
	font-size: 2em;
}

h3 {
	font-size: 1.25em;
	clear: left;
	margin-top: 12px;
}

p, ol, ul {
	margin-bottom: 2em;
	line-height: 200%;
}

blockquote {
	margin: 0 0 0 1.5em;
	padding-left: 1em;
	border-left: 5px solid #DDDDDD;
}

a {
	color: #59C0F8;
}

a:hover {
	text-decoration: none;
}

a.light {
	color: #bbbbbb;
}

/* Header */

#meta-header {
	height: 20px;
	font-size: 12px;
	padding: 0 40px 0 0;
	margin: 0;
	text-align: right;
}

#meta-header ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#meta-header li {
	display: inline;
	padding-left: 10px;
}

#header {
	background: #FEFEFE url(/site/images/img01.jpg);
	height: 42px;
	background-color: blue;
}

#logo h1, #logo p {
	float: left;
	text-transform: lowercase;
}

#logo h1 {
	padding: 0px 0 0 40px;
}

#logo p {
	margin: 0;
	padding: 14px 0 0 4px;
	line-height: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

#menu {
	float: right;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	padding-right: 40px;
}

#menu li {
	display: block;
	float: left;
	height: 42px;
}

#menu a {
	display: block;
	padding: 2px 20px 0px 20px;
	margin-top: 10px;
	margin-right: 2px;
	background: #ffffff;
	text-decoration: none;
	text-align: center;
	text-transform: lowercase;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 14px;
	color: #000000;
}

#menu .last {
/*	margin-right: 20px; */
}

#menu a:hover {
	background-color: #cccccc;
	color: #ffffff;
}

#menu .current_page_item a {
	background-color:  #D8DFE6;
}

/* Page */

#page {
	background: #D8DFE6;
	padding: 40px 40px 0 40px;
}

/* Content */

#content {
	background: #FFFFFF;
	margin-right: 340px;
	padding: 0 30px;
	border-bottom: 3px solid #59C0F8;
	border-top: 3px solid #59C0F8;
}

.post {
	padding-top: 30px;
	margin-bottom: 10px;
}

.post .title {
	font-family: Tahoma, Georgia, "Times New Roman", Times, serif;
}

.post .title h2 {
	padding: 0px 30px 5px 0px;
/*	text-transform: lowercase; */
	font-weight: normal;
	font-size: 2.2em;
}

.post .title p {
	margin: 0;
	padding: 10px 0 10px 20px;
	background: url(/site/images/icons/information.gif) no-repeat left center;
	border-top: 1px #D8DFE6 dotted;
	line-height: normal;
	color: #BABABA;
	text-align: left;
}

.post .title p a {
	color: #59C0F8;
}

.post .entry {
	padding: 0;
	border-top: 1px #D8DFE6 dotted;
}

.post .links {
	padding: 5px 0;
	border-top: 1px #D8DFE6 dotted;
	border-bottom: 1px #D8DFE6 dotted;
	margin-top: 10px;
	text-align: right;
}

.post .links a {
	font-weight: bold;
}

.post .links a:hover {
}

.post .links .more {
}

.post .links .comments {
	padding-left: 20px;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 300px;
	background: #FFFFFF;
	border-bottom: 3px solid #59C0F8;
	border-top: 3px solid #59C0F8;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin-bottom: 10px;
/*	background: url(/site/images/icons/img12.gif) no-repeat left bottom; */
}

#sidebar li ul {
	padding: 0 30px 40px 30px;
}

#sidebar li li {
	margin: 0;
	padding-left: 30px;
	background: url(/site/images/icons/img12.gif) no-repeat 5px 10px;
}

#sidebar li li.file {
	background: url(/site/images/icons/file.gif) no-repeat 5px 10px;
}

#sidebar li li.user {
	background: url(/site/images/icons/user.gif) no-repeat 5px 10px;
}

#sidebar h2 {
	padding: 0px 30px 10px 30px;
/*	background: url(/site/images/icons/img12.gif) no-repeat; */
	text-transform: lowercase;
	font-weight: normal;
	font-size: 1.6em;
	color: #302D26;
}

#sidebar .user {
	margin: 2px;
}

/* Search */

#search {
	padding: 20px 30px 40px 30px;
}

#search input {
	padding: 0;
	width: 70px;
	height: 29px;
/*	background: #DFDFDF url(/site/images/icons/img12.gif) repeat-x; */
	font-weight: bold;
}

#search #s {
	padding: 5px;
	width: 150px;
	height: auto;
/*	background: #FEFEFE url(/site/images/icons/img12.gif) repeat-x; */
	border: 1px solid #626262;
	font: normal 1em Arial, Helvetica, sans-serif;
}

#search br {
	display: none;
}

/* Categories */

#sidebar #categories li {
}

/* Calendar */

#calendar_wrap {
	padding: 0 30px 40px 30px;
}

#calendar table {
	width: 100%;
	text-align: center;
}

#calendar thead {
	background: #F1F1F1;
}

#calendar tbody td {
	border: 1px solid #F1F1F1;
}

#calendar #prev {
	text-align: left;
}

#calendar #next {
	text-align: right;
}

#calendar tfoot a {
	text-decoration: none;
	font-weight: bold;
}

#calendar #today {
	background: #FFF3A7;
	border: 1px solid #EB1400;
	font-weight: bold;
	color: #EB1400
}

/* Footer */

#footer {
	padding: 20px 0 10px 0;
/*	background: #757575 url(/site/images/icons/img12.gif) repeat-x; */
}

#footer p {
	margin-bottom: 1em;
	text-align: center;
	line-height: normal;
	font-size: .9em;
	color: #BABABA;
}

#footer a {
	padding: 0 20px;
	text-decoration: none;
	color: #DDDDDD;
}

#footer a:hover {
	color: #FFFFFF;
}

#footer .rss {
	background: url(/site/images/icons/img18.gif) no-repeat left center;
}

#footer .legal a {
	padding: 0;
}

/* Tags and cloud */
.tags {
	line-height: 220%;
}

#tags a.tag {
	padding: 4px;
	border-top: 1px solid #EFEFEF;
	border-left: 1px solid #EFEFEF;
	border-bottom: 1px solid #EFEFEF;
	color: #5050FF;
}

#tags a.tag:hover {
	background-color: #EFEFEF;
}

a.deleteon, a.deleteoff, a.delete {
	border-right: 1px solid #EFEFEF;
	border-top: 1px solid #EFEFEF;
	border-bottom: 1px solid #EFEFEF;
	margin: 0 4px 0 0;
	text-decoration: none;
	color: red;
}

a.delete {
	padding: 0 4px 0 4px;
	border: none;
}

a.deleteon {
	padding: 4px 4px 4px 0;
}

a.deleteoff {
	padding: 4px 0 4px 0;
}

a.approve {
	margin: 0 4px 0 0;
	text-decoration: none;
	color: green;
	padding: 0 4px 0 4px;
}

.cloud {
	margin: 0; 
	padding: 0;			
	margin-top: 0px;
/*	border-top: 1px solid #E5E5E5;
	border-bottom: 1px solid #E5E5E5; */
}

.cloud .tag-10 a, .cloud .tag-10 {
	font-size: 1.35em;
	font-weight: bold;
	color: #0000FF;
}


.cloud .tag-9 a, .cloud .tag-9 {
	font-size: 1.3em;
	font-weight: bold;
	color: #1414FF;
}

.cloud .tag-8 a, .cloud .tag-8 {
	font-size: 1.25em;
	font-weight: bold;
	color: #2828FF;
}

.cloud .tag-7 a, .cloud .tag-7 {
	font-size: 1.2em;
	font-weight: bold;
	color: #3C3CFF;
}

.cloud .tag-6 a, .cloud .tag-6 {
	font-size: 1.15em;
	font-weight: bold;
	color: #5050FF;
}

.cloud .tag-5 a, .cloud .tag-5 {
	font-size: 1.1em;
	color: #6464FF;
}

.cloud .tag-4 a, .cloud .tag-4 {
	font-size: 1.05em;
	color: #7878FF;
}

.cloud .tag-3 a, .cloud .tag-3 {
	font-size: 1em;
	color: #8C8CFF;
}

.cloud .tag-2 a, .cloud .tag-2 {
	font-size: 0.95em;
	color: #A0A0FF;
}

.cloud .tag-1 a, .cloud .tag-1 {
	font-size: 0.9em;
	color: #B4B4FF;
}

.cloud a:hover {
	color: #383d44;
/*	background: inherit; */
	padding-bottom: 0;
/*	border-bottom: 2px solid #dbd5c5; */
}

/* Comments */
.comment {
	margin-top: 2px;
	margin-bottom: 2px;
	width: 100%;
	background: #eeeeee;
}

.comment td {
	vertical-align: top;
}

.comment .profile-field {
	width: 100px;
	text-align: center;
}

.comment .comment-field {
	border-top: 2px solid blue;
	border-bottom: 2px solid blue;
}


/* Custom fields */
.loader {
	vertical-align: middle;
}

.group-owner {
	background-image: url(/site/images/group_owner.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.group-admin {
	background-image: url(/site/images/group_admin.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

a.flagged {
	color: red;
}

.list {
	clear: left;
	padding-top: 4px;
	border-top: 1px dashed #dddddd;
}

.branch-address {
	float: left;
}

.branch-address-image {
	float: left;
}

.branch-members {
	clear: left;
}

.file-order {
	width: 250px;
	float: right;
}

.listbox-container {
	width: 49%;
	margin-right: 4px;
	float: left;
	border: 1px dashed #dddddd;
}

.listbox {
	height: 300px;
	overflow-y: scroll;
	overflow-x: hidden;
}

.post a.rss {
	padding: 0 20px;
	background: url(/site/images/icons/img18.gif) no-repeat left center;
}


.inplaceeditor-empty {
    font-style: italic;
    color: #999;
}

.clean {
	padding: 0;
	margin: 0;
	border: 0;
}

.entry img {
	padding: 4px;
	margin: 4px;
}

.entry .branch-members img {
	padding: 0;
	margin: 0;
}

.entry .clean {
	padding: 0;
	margin: 0;
	clear: left;
}

.gravatar, a .gravatar, .gravatar img, img.gravatar {
	border: 1px solid #999999;
	padding: 0px;
	margin: 0px;
	clear: left;
}

.inplaceeditor-form {
	display: inline;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.align-left {
	text-align: left;
}

.align-right {
	text-align: right;
}

.hidden {
	display: none;
}

.visible {
	display: block;
}

.notification-good, .notification-bad {
	font-weight: bold;
	border: 2px solid black;
	padding: 8px;
	margin: 4px 0px 4px 0px;
}

.notification-good {
	color: green;
	border-color: green;
	background-color: #d3fba4;
}

.notification-bad {
	color: red;
	border-color: red;
	background-color: #ffd0bf;
}

.notification-highlight-good {
	color: green;
	border: none;
	margin: 0;
}

.notification-highlight-bad {
	color: red;
	border: none;
	margin: 0;
}

ul.internal {
	margin-bottom: 0;
	line-height: normal;
	padding: 0;
	list-style: none;
}

.internal li {
	margin: 0;
	padding-left: 30px;
}

.internal li.group {
	background: url(/site/images/icons/img12.gif) no-repeat 5px 0px;
}

.internal li.file {
	background: url(/site/images/icons/file.gif) no-repeat 5px 4px;
	border-top: 1px dashed #dddddd;
	padding-top: 4px;
	padding-bottom: 4px;
}

.internal li.user {
	background: url(/site/images/icons/user.gif) no-repeat 5px 0px;
}

.internal li.organization {
	background: url(/site/images/icons/organization.gif) no-repeat 5px 0px;
}

.internal li.mailing {
	background: url(/site/images/icons/mailing.gif) no-repeat 5px 0px;
}

ul.creator {
	margin-bottom: 0;
	line-height: normal;
	padding: 0;
	list-style: none;
}

.creator li {
	margin: 0;
	padding-left: 30px;
}

.creator li.group_new {
	background: url(/site/images/icons/group_new.gif) no-repeat 5px 0px;
}

.creator li.group_delete {
	background: url(/site/images/icons/group_delete.gif) no-repeat 5px 0px;
}

.creator li.group_join {
	background: url(/site/images/icons/group_join.gif) no-repeat 5px 0px;
}

.creator li.group_leave {
	background: url(/site/images/icons/group_leave.gif) no-repeat 5px 0px;
}

.creator li.group_change_owner {
	background: url(/site/images/icons/group_change_owner.gif) no-repeat 5px 0px;
}

.creator li.group_export {
	background: url(/site/images/icons/group_export.gif) no-repeat 5px 0px;
}

.creator li.group_mailing {
	background: url(/site/images/icons/group_mailing.gif) no-repeat 5px 0px;
}

.creator li.file_new {
	background: url(/site/images/icons/file_new.gif) no-repeat 5px 0px;
}

.creator li.file_delete {
	background: url(/site/images/icons/file_delete.gif) no-repeat 5px 0px;
}

.creator li.file_change_owner {
	background: url(/site/images/icons/file_change_owner.gif) no-repeat 5px 0px;
}

.creator li.user_edit {
	background: url(/site/images/icons/user_edit.gif) no-repeat 5px 0px;
}

.creator li.user_go {
	background: url(/site/images/icons/user_go.gif) no-repeat 5px 0px;
}

.creator li.user_export {
	background: url(/site/images/icons/user_export.gif) no-repeat 5px 0px;
}

.creator li.user_delete {
	background: url(/site/images/icons/user_delete.gif) no-repeat 5px 0px;
}

.creator li.user_orders {
	background: url(/site/images/icons/user_orders.gif) no-repeat 5px 0px;
}

.creator li.organization_go {
	background: url(/site/images/icons/organization_go.gif) no-repeat 5px 0px;
}

.creator li.organization_new {
	background: url(/site/images/icons/organization_new.gif) no-repeat 5px 0px;
}

.creator li.organization_delete {
	background: url(/site/images/icons/organization_delete.gif) no-repeat 5px 0px;
}

.creator li.organization_change_owner {
	background: url(/site/images/icons/organization_change_owner.gif) no-repeat 5px 0px;
}

.creator li.organization_export {
	background: url(/site/images/icons/user_export.gif) no-repeat 5px 0px;
}

.creator li.mailing_leave {
	background: url(/site/images/icons/email_leave.gif) no-repeat 5px 0px;
}

.creator li.mailing_join {
	background: url(/site/images/icons/email_join.gif) no-repeat 5px 0px;
}

.creator .share {
	background: url(/site/images/icons/share.gif) no-repeat 5px 0px;
}

/* hints */
.hints {
/*  position:absolute; */
  width:250px;
  background-color:white;
  border:1px solid #888;
  margin:0px;
  padding:0px;
}
.hints ul {
  list-style-type:none;
  margin:0px;
  padding:0px;
}
.hints ul li.selected { background-color: #ffb;}
.hints ul li {
  list-style-type:none;
  display:block;
  margin:0;
  padding:2px;
  height:32px;
  cursor:pointer;
}

/* Google news block */
#readerpublishermodule0 {
	text-align: left;
}

#readerpublishermodule0 h3 {
	padding: 0px 30px 10px 30px;
	text-transform: lowercase;
	font-weight: normal;
	font-size: 1.6em;
	color: #302D26;
}

#readerpublishermodule0 ul {
	margin: 0;
	padding: 0 30px 40px 30px;
	list-style: none;
}

#readerpublishermodule0 li {
	padding: 0 10px 0 30px;
	margin: 0;
	background: url(/site/images/icons/news.gif) no-repeat 5px 10px;
}

#readerpublishermodule0 .f {
	visibility: hidden;
}

/* Form controls */
form .required {
	border: #00AA00 1px solid;
	width: 400px;
}

.autocomplete {
	background-color: white;
	border-left: 1px solid gray;
	border-right: 1px solid gray;
	border-bottom: 1px solid gray;
	text-align: left;
	padding-left: 4px;
	padding-right: 4px;
}

form .focus {
	border: #006600 1px solid;
	width: 400px;
}

form .simple {
	border: #CCCCCC 1px solid;
	width: 400px;
}

textarea  {
	border: #CCCCCC 1px solid;
	width: 100%;
	height: 200px;
}

label {
	display: block;
}

input.wide {
	width: 75%;
}