/* CityCMS Core Styles
 * 
 * (C) PaulNet Group, LLC
 * 
 * Version History
 * 1	phaarstick		6/22/12		Creation
 * 2	phaarstick		9/10/12		Added blog styles
 * 3	phaarstick		9/24/12		Added validation styles
 * 4	phaarstick		3/14/14		Added default form styles
 * 
 */

/* BUTTONS */
.searchText {
    font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
	height:25px;
	width:200px;
}

.searchButton a, .searchButton button{
    display:block;
    float:left;
    margin:0 7px 0 0;
    background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;

    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:12px;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
}
.searchButton button{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
.searchButton button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}
.searchButton button img, .searchButton a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}

/* STANDARD */

button:hover, .searchButton a:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
.searchButton a:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}

#searchQ {
	float:left;
	margin-right:10px;
}

/* Search Results Display */
.searchResults em {
	font-weight:bold;
}
.searchItem {
	border: 1px solid #ababab;
	margin-left:10px;
	margin-right:20px;
	margin-bottom:10px;
	padding:5px;
}
.resultText {
	padding-left:15px;
	padding-right:15px;
	padding-bottom:10px;
}

.resultUpdated {
	float:right;
}

.resultViewLink {
	float:left;
}
.resultActions {
	font-size:12px;
}

/* Blog Styles */
.blog {
	padding-right:20px;	
}
.blogRightBar {
	width:23%;
	float:right;
}
.blogEntry {
	padding-bottom:20px;
	width:75%;
	float:left;

}
.blogEntryFull {
	padding-bottom:20px;

}
.blogEntryBody {
	margin-left:15px;
	margin-right:25px;
	clear:both;
}
.blogEntryFooter {
	border-top: 1px solid #454545;
	font-size:10px;
	padding:4px;
	margin-left:15px;
	margin-right:15px;
}

.entryDate {
  background: #fff;
  width: 38px;
  height: 38px;
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
  text-align: center;
  float: left;
  line-height: 100%;
  background: #fff;
  border: 1px solid #5a7b93;
}

.entryDate span.month{
  background: #5a7b93;
  border-bottom: 1px solid #5a7b93;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  font-size: 85%;
  padding: 2px 0;
  text-transform: uppercase;
}

.entryDate span.day{
  bottom: 1px;
  padding: 3px 0;
  left: 0;
  width: 100%;
  position: absolute;
}

.entryAuthor{
  margin: 0 0 0 43px;
  padding: 0 12px;
  font-size: 110%;
  font-style: italic;
  border: 1px solid #f2efe5;
  min-height: 38px;
  color: #000;
  height: auto !important;
  height: 38px;
  line-height: 100%;
  margin-bottom:20px;
}

.entryAuthor span.info{
  margin-top: 0px;
  display: table-cell;
  vertical-align: middle;
  height: 38px;
}

.paginationLinks {
	text-align:right;
	padding-bottom:15px;
	padding-right:15px;
}
.blogEntryTags {
	padding-top:10px;
}

/* Validation Styles */
label.error {
	float: none;
	padding: 3px;
    margin: 3px;
    background-color: #ffc;
    border: 1px solid #c00;
}

input.error {
	border: 1px solid #c00;
}
input, label {
	margin: 3px;
    padding: 3px;
}
.formItem {
	vertical-align: middle;
    margin-bottom:8px;
}
.formHelpText {
	font-size: smaller;
	padding-left: 10px;
}

/* Form Styles */

label {
	float:left;
	font-weight:bold;
	width:200px;
}

.inputGroup {
	margin-left:212px;
}

/* EMS Styles */
.ems_form label.error {
	float: none;
	padding: 3px;
    margin: 3px;
    background-color: #ffc;
    border: 1px solid #c00;
}

.ems_form input.error {
	border: 1px solid #c00;
}
.ems_form input, label {
	margin: 3px;
    padding: 3px;
}
.formItem {
	vertical-align: middle;
    margin-bottom:8px;
	clear:both;  
}
.ems_form input[type=text] {
	width:200px;
}
.ems_form .formHelpText {
	font-size: smaller;
	padding-left: 10px;
}
.ems_form .inputGroup {
	margin-left:212px;
}

.ems_form label {
	float:left;
	font-weight:bold;
	width:200px;
}
