/*

Theme Name: Of Record Newsworthy Theme
Theme URI: http://ofrecord.com
Description: Our site-wide default styles.
Version: 1.0
Author: Of Record
Author URI: http://ofrecord.com

*/

/* Table of Contents

FORMS
  *
  *
  *

*/

/* SYSTEM MESSAGE 
------------------------------------------------------ */

#system-confirmation {
  z-index: 2;
  position: fixed;
  top: 0px;
  right: 0px;
  padding-top: 5px;
  padding-bottom: 6px;
  padding-right: 6px;
  padding-left: 10px;
  background-color: #48463F;
  font-family: Gill Sans, Helvetica, sans-serif;
  color: white;
  letter-spacing: .1em;
  margin-bottom: 2px;
  border-bottom: solid white 2px;
  border-left: solid white 2px;
}

#login {
  text-align: right;
  font-size: 85%;
  letter-spacing: .1em;
  float: right;
  padding-right: 5px;
}

#login a:link,
#login a:visited {
  color: #8D0520;
  border-bottom: dotted #48463F 1px;
}

#login #logout a:link,
#login #logout a:link {
  color: grey;
  font-size: 80%;
  border-bottom: none;
}

#login p {
  padding-top: 6px;
  margin: 0px;
}

#timezone {
  font-size: 70%;
}


/* FORMS */

/* FORMS > LABELS
------------------------------------------------------------------- */

label { /* default form label style */
  display: block;
  line-height: 1.1;
  font-size: 77%;
  text-transform: uppercase;
}

.field-label { /* text to the left of fields, like briefing url */
  font-size: 70%;
}

label.hide { /* hides labels */
  position: absolute;
  height: 1px;
  left: 0;
  overflow: hidden;
  top: -1000px;
  width: 1px;
}


/* FORMS > DEFAULT
------------------------------------------------------------------- */

input, textarea {
  border: solid grey 1px;
}

/* FORMS > BUTTON
------------------------------------------------------------------- */

.button {
  padding-top: 5px; /* extra space before button */
  padding-bottom: 25px; /* extra space after button */
  clear: both; /* needed so button stays under last field */
}

.button input {
  width: auto; /* makes button fit width of text */
  padding: 2px;
  border: solid white 1px;;
  color: white;
  text-transform: uppercase;
  letter-spacing: .2em;
  font-size: 100%;
}



/* FORMS > INSTRUCTIONS
------------------------------------------------------------------- */

/* character counts */

.characters {
  text-align: left;
  color: #999;
  font-size: 120%;
}

.characters b {
  color: #000;
  font-weight: normal;
}

.characters b.negative {
  color: #EE3322;
 }


/* FORMS > DEFAULT
------------------------------------------------------------------- */

/* FORMS > SPECIAL ELEMENTS
------------------------------------------------------------------- */

/* FORMS > LABELS
------------------------------------------------------------------- */



/* FORMS > ERRORS
------------------------------------------------------------------- */

/* errors */

.errors {
  margin-left: 25px;
  margin-bottom: 30px;
  padding: 0;
  border: solid #EE3322 1px;
}

.errors h3 {
  margin: 0;
  padding: 10px;
}

.errors ol {
  margin-bottom: 20px;
  margin-left: 40px;
  padding: 0px;
  list-style-position: outside;
}

.errors li a:link {
  color: black;
}

.error {
  clear: both;
  margin-bottom: 8px;
  padding-top: 5px; /* padding above box headers label */
  line-height: 1.6em;
}

.input .error {
  margin-top: 0px;
}

.error span {
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 5px;
  padding-right: 5px;
}

.form-error {
  border: solid #EE3322 1px; /* changes border to red when there's an error */
}

/* errors */

.errors {
  background-color: #FFF6F5;
}

.errors a {
  color: #EE3322;
}

.errors h3 {
  color: #731A12;
}

.errors li {
  color: brown;
}

.error span {
  background-color: #EE3322;
  color: white;
  font-family: Gill Sans, ariel, helvetica, sans-serif;
  letter-spacing: .1em;
}

.form-error {
  background-color: #F5F1F1; /* changes background of formfield when there's an error */
}

/* save button */

.button input {
  background-color: #9E4561;
  color: white;
  font-size: 100%;
  text-transform: uppercase;
  letter-spacing: .2em;
}




/* Grid and Defaults
----------------------------------------------------------------------------- */

body {
  color: #000;
  font-family: Helvetica Neue, helvetica, arial, verdana, sans-serif;
  font-size: small;
  margin: 0px;
  padding: 0px;
  line-height: 1.3;
}

* html body { /* Win/IE5x fix */
  font-size: x-small;
  fon\t-size: small;
}
 
a:link, a:visited, a:hover, a:active {
  text-decoration: none;
  color: grey;
}

img {
  border: none;
}

div {
  margin: 0px;
  padding: 0px;
}

p {
  margin-bottom: 1em;
}

p#skip {
  position: absolute;
  height: 1px;
  left: 0;
  overflow: hidden;
  top: -1000px;
  width: 1px;
}

/* lists */
dl {
	margin-bottom: 1em;
	}

dt {
	margin-top: 1em;
	}

ol {
	list-style: decimal;
	margin: 0 0 1em 2em;
	}

ol li {
	margin: 0 0 .5em;
	}
	
ul {
	margin-bottom: 1em;
	}

/* forms */
	
input {
	color: #222;
	font: 85% "helvetica neue", helvetica, arial, verdana, sans-serif;
	}

input.text {
	line-height: 1.3;
	width: 200px;
	}
	
input:focus {
  background: #f7f7f7;
}

option {
	background: #fff !important;
	}

select {
	color: #222;
	font: 85% "helvetica neue", helvetica, arial, verdana, sans-serif;
	}

textarea {
	color: #222;
	font: 85% "helvetica neue", helvetica, arial, verdana, sans-serif;
	}
	
textarea:focus {
	background: #f7f7f7;
	}

/* tables */
caption, th, td {
	border: 1px solid #eee;
	font-weight: normal;
	text-align: left;
	}

table {
	border-collapse: separate;
	border-spacing: 0;
	border: 1px solid #eee;
	margin: 1em 0 1em;
	}


/* for enabling/disabling elements */
.visible {
      display:    inline-block;
      }
.invisible {
      display:    none;
      }

