/*
      Theme Name: LS Precious Mod
      Theme URI: http://leesalazar.com/
      Description: Child Theme of Precious
      Author: Lee Salazar
      Author URI: http://leesalazar.com/
      Template: precious
      Version: 1.0
       */
      @import url('../precious/style.css');
      @import url('../precious/style-ie.css');
/*      @import url('../precious/css/global.css');
      @import url('../precious/css/print.css');
******************************************************* */
body { 
/* background: #dfe6f2 url(tartan_blue_LS.png) top left repeat-y; */
background: #dfe6f2;
color: #33302f;
font-size: 1.1em;
line-height: 125%;
margin: 0; padding: 0;
}
#accessnav {
padding-bottom: 4.5em;
/* background: #dfe6f2 url(tartan_blue_LS.png) top left repeat; */
font-size: .9em;
}
#header {
/* padding:5px 0px 2px; */
text-align:left;
padding-bottom: 1.5em;
border-top: #bcc2cc 1px dotted;
border-bottom: 0;
margin: 0;
}
#header h1 {
padding: .5em; padding-bottom: 5px;
margin: 0;
background: #dfe6f2 url(tartan_blue_LS.png) top left repeat;
align: left;
}
#header p {
padding: 3em; padding-top: 0; padding-bottom: 0;
margin: 0; margin-top: -14px;
align: center;
}
#fee_name, #fee_description, #content {
border: none;
}
h1 {
color: #431e26;
/* color: #950f2d; */
line-height: 140%;
}
.border,   hr {
border: 1px dotted #33302f;
}
#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
color: #950f2d;
/* color: #431e26; */
}
a, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, h1, h2, h3, h4, h5, h6 {
color: #431e26; 
/* color: #713240; */
}
a:hover, h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, h1:hover, h2:hover, h3:hover, h4:hover, h5:hover, h6:hover {
background: #dfe6f2;
text-decoration: none;
color: #431e26;
}
#content {
padding-left: 1em;
padding-right: 1em;
font-size: 1em;
line-height: 150%;
max-width: 34em;
min-width: 12em;
background: #dfe6f2;
border: 0;
padding-bottom: 4.5em;
}
/* #content :hover {
background: transparent;
} */
#posthasteForm {
/* background: #162c54;
color: #fff0eb; */
color: #162c54;
/* border-left: #ebf2ff 1px dotted;
border-top: #bcc2cc 1px dotted;
border-right: #bcc2cc 1px dotted;
border-bottom: #ebf2ff 1px dotted; */
font-size: .7em; font-style: italic;
line-height: 130%;
}
/* #posthasteForm :hover {
background: #33302f;
color: #a2a82c;
} */
#posthasteForm a {
/* color: #fff0eb; */
color: #162c54;
}
#posthasteForm textarea {
background: url(tartan_blue_pale_LS.png) top left repeat;
}
.toc, .wptoc {
font-size: .9em;
line-height: 1.2em;
border-left: #ebf2ff 1px dotted;
border-top: #bcc2cc 1px dotted;
border-right: #bcc2cc 1px dotted;
border-bottom: #ebf2ff 1px dotted;
margin-left: 3em;
}
.toc a, .wptoc a {
text-decoration: none;
}
#sidebar {
color: #66605e;
padding: .4em; margin: .4em;
padding-bottom: 4.5em;
min-width: 8em;
font-size: .9em;
line-height: 125%;
/* border-left: #ebf2ff 1px dotted; border-top: #bcc2cc 1px dotted;
border-right: #bcc2cc 1px dotted; border-bottom: #ebf2ff 1px dotted; */
}
#sidebar h1, #sidebar h2, #sidebar h3, #sidebar h4, #sidebar h5, #sidebar h6 {
color: #66605e;
}
/* #sidebar:hover, .widget:hover {
background: #a2a82c;
} */
.widget {
/* margin: 1em; padding: 1em; border: 1px dotted black;
background: #dfe6f2 url(tartan_blue_pale_LS.png) top left repeat; */
}
.widget_text {
background: #bcc2cc;
color: #2f3033;
margin: .4em; padding; .4em;
border-left: #ebf2ff 2px solid;
border-top: #2f3033 2px solid;
border-right: #2f3033 2px solid;
border-bottom: #ebf2ff 2px solid;
}
.widget_text, .widget_text h2, .widget_text span, .widget_text h2 span {
font-size: 1em;
background: #bcc2cc;
color: #2f3033;
}
.widget_text h2 {
background: #bcc2cc;
color: #2f3033;
}
#footer {
align: center;
/* background: #dfe6f2 url(tartan_blue_LS.png) bottom right repeat; */
padding: 0; margin: 0;
}
#footer p {
padding: 3em; margin: 0;
padding-bottom: .5em;
align: center;
}
#footer ul, #footer li {
align: center;
}
/* #content, p, blockquote {
min-width: 24em;
} */
input , textarea, select, option {
background: #dfe6f2;
border: 1px dotted #162c54;
}
#wp-admin-quicklinks-general-items li a:hover {
background: #dfe6f2;
color: #162c54;
}
/* TO DO: STYLING THE LIST OF SUBPAGES ON SINGLE-PAGE VIEW -- DOES NOT HAVE ITS OWN DIV.
h3 id="subpages" followed by ul li.page_item */
h3#subpages ul {
border: 1px black solid;
}
h3#subpages li.page_item {
}
/* **********************************
BOTTOM OF SINGLE-ENTRY PAGE */
.cc-block {
	padding: .4em; padding-top: .8em; 
	margin: .4em;
	border-left: #bcc2cc 1px dotted;
	color: #66605e;
	font-size: .8em;
	max-width: 48%;
	float: right;
	line-height: 125%;
	}
.cc-button {
	align: center;
	}
.postmeta {
	display: inline;
/*	padding: .4em; padding-top: .8em; 
	margin: .4em; */
	font-size: .9em;
/*	background: #bcc2cc; */
	color: #66605e; 
	line-height: 125%;
	}
.cc-block a, .cc-block a:hover, .cc-block a:visited, .postmeta a, .postmeta a:hover, .postmeta a:visited {
	color: #66605e;
	}
#commentbox {
	clear: both;
	border: none;
	}
/* *******************************************************************
STYLING FOR MINGLE PLUGIN */
.mngl-user-grid-profile-image-wrap {
  width: 50px;
/*  height: 50px; */
  overflow: hidden;
}

.mngl-user-grid-profile-text {
/* font-size: 10px;
  line-height: 12px; */
  text-decoration: none;
  padding: 0px;
  margin: 0px;
}

.mngl-user-grid {
  border: 1px solid darkgray;
}

.mngl-user-grid-header {
/*  background: lightgray;
  font-size: 12px; */
  padding: 2px 0px 2px 5px !important;
  margin: 0px 0px 3px 0px !important;
}

.mngl-alignleft {
  float: left;
}

.mngl-alignright {
  float: right;
}

.mngl-hidden {
  display: none;
  /*visibility: hidden;*/
}

.mngl-friend-list-header {
  padding: 0px 0px 10px 0px;
  margin: 0px 0px 5px 0px;
  display: block;
}

.mngl-friend-list-profile-image-wrap {
  display: block;
/*  height: 75px; */
}

.mngl-friend-list-profile-text {
  display: block;
/*  font-size: 18px; */
  font-weight: bold;
  padding: 0px 0px 0px 85px;
  margin: 0px;
}

.mngl-profile-image-wrap {
  overflow: hidden !important;
}

.mngl-profile-image {
  margin: 0px !important;
  padding: 0px !important;
  border: 0px !important;
}

.mngl-valign-top {
  vertical-align: top;
}

.mngl-board-profile-image-wrap {
  width: 48px;
/*  height: 48px; */
  overflow: hidden;
}

.mngl-board-comment-profile-image-wrap {
  width: 36px;
/*  height: 36px; */
  overflow: hidden;
}

.mngl-post-form {
  margin: 5px 0px 10px 0px;
  background-color: lightgray;
  border: 1px solid darkgray;
  width: 100% !important;
}

.mngl-board-post-form tr {
  border: 0px !important;
}

.mngl-board-post-form tr td {
  border: 0px !important;
}

#mngl-fake-board-post-form {
  padding: 5px 5px 5px 5px;
}

#mngl-board-post-form {
  padding: 5px 7px 5px 5px;
}

.mngl-share-button {
  padding: 5px 5px 5px 5px !important;
  margin: 0px !important;
  width: auto !important;
  background-color: darkgray !important;
  border: 1px solid #444444;
  color: white !important;
  font-weight: bold !important;
/*  font-size: 14px !important; */
  cursor: pointer;
}

.mngl-share-button:hover {
  background-color: lightgray !important;
  color: #444444 !important;
}

.mngl-board-comments {
  margin: 1px 0px 2px 0px !important;
  padding: 5px !important;
  background-color: lightgray;
  width: 75%;
/*  font-size: 12px; */
}

.mngl-real-board-comment {
/*  line-height: 14px; */
}

.mngl-board-comment-list {
  margin: 0px 0px 10px 57px;
}

.mngl-growable {
/*  min-height: 48px !important; */
/*  max-height: 300px !important; */
/*  line-height: 16px !important; */
  border-color: darkgray;
/*  font-size: 12px; */
}

.mngl-board-input {
  width: 100% !important;
  margin: 0px 0px 0px 0px !important;
  padding: 0px !important;
  border: 1px solid darkgray !important;
  background-color: white !important;
}

.mngl-board-fake-input {
  border: 1px solid darkgray;
  cursor: text;
/*  font-size: 10px; */
  background-color: white;
  color: darkgray;
  padding: 0px 0px 0px 5px;
}

#mngl-fake-board-post-input {
/*  font-size: 12px; */
}

.mngl-board-post {
/*  font-size: 12px; */
/*  line-height: 14px; */
  margin: 0px, 0px, 0px, 0px;
  padding: 7px 0px 0px 0px;
}

.mngl-board-activity {
/*  font-size: 12px; */
  padding: 7px 0px 7px 0px;
  margin: 0px 0px 0px 57px;
}

.mngl-board-activity-image {
  float: left;
  padding: 0px 2px 0px 0px;
  width: 16px;
/*  height: 16px; */
}

.mngl-comment-table {
  width: 95%;
}

.mngl-comment-table tr td, .mngl-comment-table {
  padding: 0px !important;
  margin: 2px !important;
  background-color: lightgray !important;
}

.mngl-comment-board-input {
  margin: 0px 0px 0px 5px !important;
  padding: 0px 0px 0px 0px !important;
}

.mngl-comment-table-col-2 {
  width: 100% !important;
}

ul.friends-list {
  list-style-type: none;
}

.mngl-friend-request-avatar-image-wrap {
  width: 64px;
/*  height: 64px; */
  overflow: hidden;
}

.mngl-friend-avatar-image-wrap {
  width: 64px;
/*  height: 64px; */
}

.mngl-friend-list-profile-text {
  padding: 0px 0px 0px 85px !important;
  vertical-align: top !important;
  margin: 0px !important;
}

.mngl-options-pane {
  padding: 0px 0px 0px 15px;
}

.mngl-profile-body {
  width: 100%;
}

.mngl-profile-table {
  width: 100%;
}

.mngl-profile-table-col-1 {
  width: 200px !important;
}

.mngl-profile-table-col-2 {
  width: 100% !important;
}

.mngl-profile-table a {
  text-decoration: none !important;
}

.mngl-profile-name {
/*  font-size: 24px; */
  font-weight: bold;
  display: block;
}

.mngl-profile-status {
  text-decoration: bold;
  padding-top: 5px;
}


.mngl-board-post-second-row {
/*  font-size: 10px !important; */
}

.mngl-time-ago {
  font-style: italic;
  color: gray;
}

.profile-header {
/*  font-size: 18px; */
  text-decoration: bold;
}

.profile-avatar {
  /*width: 200px;
  height: 200px; */
  padding: 0 10px 0 0;
}

.profile-edit-form {
  text-align: left;
  margin:0 0 25px !important;
}

.profile-edit-form .form_submit {
  float: left;
}

.profile-edit-table tr td {
  text-align: left;
}

.mngl-profile-edit-field {
  width: 100% !important;
}

textarea..mngl-profile-edit-field {
/*  height: 75px; */
}

.mngl-status {
  display: block;
}

.mngl-board-post-message {
  padding: 0px 0px 0px 5px;
  margin: 0px;
}

.mngl-directory-avatar-image-wrap {
  width: 64px;
/*  height: 64px; */
  overflow: hidden;
}

.mngl-profile-bio {
/*  font-size: 10px; */
  padding: 5px !important;
  width: 190px !important;
  margin: 0px 0px 3px 0px !important;
  border: 1px solid darkgray;
}

.mngl-profile-information {
/*  font-size: 10px; */
  padding: 5px;
  width: 190px;
  border: 1px solid darkgray;
  margin: 0px 0px 10px 0px;
}

.mngl-profile-field .mngl-profile-location .mngl-profile-sex .mngl-profile-url {
  padding: 0px !important;
  margin: 0px !important;
}

.mngl-profile-friend-grid-wrap {
  width: 200px !important;
}

.mngl-profile-information p, .mngl-profile-bio p {
  margin: 0px 0px 3px 0px !important;
  padding: 0px !important;
}

.mngl-search-match {
  background-color: lightgray;
}

.mngl-user-multiselect {
  overflow: auto;
  width: auto;
/*  height: 150px !important; */
}

div.mngl_gray_box {
  border: 1px solid darkgray !important;
  background-color: lightgray !important;
  padding: 10px !important;
}

/* #############################################################################
FOR -RELATED WAYS TO TAKE ACTION- PLUGIN */
.raWrapper {
	border: none;
	line-height: 125%;
	}
.raHeader, .raTagLine, .raWrapper ul, .raHeader ul, .raTagLine ul {
	border: none;
	}
.raHeader {
	font-weight: bold;
	}