/*
Theme Name: Our America
Theme URI: http://www.thoughtlab.com/
Description: This is the theme for the Gary Johnson Initiative.
Author: ThoughtLab
Version: 1.0
Tags: America, United States, White, Patriotic
*/
/*----------------------------------------------------------
    .less css site-wide variables
----------------------------------------------------------*/
/* -------------------------------------------------------
   typography.css
----------------------------------------------------------*/
/* Default font settings.
   The font-size percentage is of 16px. (0.75 * 16px = 12px) */
html {
  font-size: 100.01%;
}
body {
  font-size: 77%;
  color: #444444;
  background: white;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
html, body {
  height: 100%;
  margin: 0 0 1px;
}
iframe: {
  overflow-y: auto;
}
/* Headings
----------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  color: #111111;
}
h1 {
  font-size: 3em;
  line-height: 1;
  margin-bottom: 0.5em;
}
h2 {
  font-size: 2em;
  margin-bottom: 0.75em;
}
h3 {
  font-size: 1.5em;
  line-height: 1;
  margin-bottom: 1em;
}
h4 {
  font-size: 1.2em;
  line-height: 1.25;
  margin-bottom: 1.25em;
}
h5 {
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 1.5em;
}
h6 {
  font-size: 1em;
  font-weight: bold;
}
h1 img,
h2 img,
h3 img,
h4 img,
h5 img,
h6 img {
  margin: 0;
}
/* Text elements
----------------------------------------------------------*/
p {
  margin: 0 0 1.5em;
  line-height: 1.4em;
}
/* 
	These can be used to pull an image at the start of a paragraph, so 
	that the text flows around it (usage: <p><img class="left">Text</p>) 
 */
.left {
  float: left !important;
}
p .left {
  margin: 1.5em 1.5em 1.5em 0;
  padding: 0;
}
.right {
  float: right !important;
}
p .right {
  margin: 1.5em 0 1.5em 1.5em;
  padding: 0;
}
a:focus, a:hover {
  color: #09f;
}
a {
  color: #06c;
  text-decoration: underline;
}
blockquote {
  margin: 1.5em;
  color: #666;
  font-style: italic;
}
strong, dfn {
  font-weight: bold;
}
em, dfn {
  font-style: italic;
}
sup, sub {
  line-height: 0;
}
abbr, acronym {
  border-bottom: 1px dotted #666;
}
address {
  margin: 0 0 1.5em;
  font-style: italic;
}
del {
  color: #666;
}
pre {
  margin: 1.5em 0;
  white-space: pre;
}
pre, code, tt {
  font: 1em 'andale mono', 'lucida console', monospace;
  line-height: 1.5;
}
/* Lists
----------------------------------------------------------*/
li ul, li ol {
  margin: 0;
}
ul, ol {
  margin: 0 1.5em 1.5em 0;
  padding-left: 1.5em;
  line-height: 1.4em;
}
ul {
  list-style-type: disc;
}
ol {
  list-style-type: decimal;
}
dl {
  margin: 0 0 1.5em 0;
}
dl dt {
  font-weight: bold;
}
dd {
  margin-left: 1.5em;
  margin-top: .25em;
}
/* Tables
----------------------------------------------------------*/
/* 
	Because of the need for padding on TH and TD, the vertical rhythm 
	on table cells has to be 27px, instead of the standard 18px or 36px 
	of other elements. 
 */table {
  margin-bottom: 1.4em;
  width: 100%;
}
th {
  font-weight: bold;
}
thead th {
  background: #c3d9ff;
}
th, td, caption {
  padding: 4px 10px 4px 5px;
}
/*
	You can zebra-stripe your tables in outdated browsers by adding 
	the class "even" to every other table row. 
 */
tbody tr:nth-child(even) td, tbody tr.even td {
  background: #e5ecf9;
}
tfoot {
  font-style: italic;
}
caption {
  background: #ccc;
  font-size: 1.4em;
  font-weight: 700;
  padding-left: 1em;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
/* Misc classes
----------------------------------------------------------*/
.small {
  font-size: .8em;
  margin-bottom: 1.875em;
  line-height: 1.875em;
}
.large {
  font-size: 1.2em;
  line-height: 2.5em;
  margin-bottom: 1.25em;
}
.hide {
  display: none;
}
.quiet {
  color: #666;
}
.loud {
  color: #000;
}
.highlight {
  background: #ff0;
}
.added {
  background: #060;
  color: #fff;
}
.removed {
  background: #900;
  color: #fff;
}
.first {
  margin-left: 0;
  padding-left: 0;
}
.last {
  margin-right: 0;
  padding-right: 0;
}
.top {
  margin-top: 0;
  padding-top: 0;
}
.bottom {
  margin-bottom: 0;
  padding-bottom: 0;
}
label {
  font-weight: bold;
  text-decoration: underline;
}
fieldset {
  padding: 0 1.4em 1.4em 1.4em;
  margin: 0 0 1.5em 0;
  border: 1px solid #ccc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
legend {
  font-weight: bold;
  font-size: 1.2em;
  margin-top: -0.2em;
  margin-bottom: 1em;
}
fieldset, #IE8#HACK {
  padding-top: 1.4em;
}
legend, #IE8#HACK {
  margin-top: 0;
  margin-bottom: 0;
}
/* Form fields
----------------------------------------------------------*/
/* 
  Attribute selectors are used to differentiate the different types 
  of input elements, but to support old browsers, you will have to 
  add classes for each one. ".title" simply creates a large text  
  field, this is purely for looks.
 */
input[type=text],
input[type=password],
input.text,
input.title,
textarea {
  background-color: #fff;
  border: 1px solid #bbb;
}
input[type=text]:focus,
input[type=password]:focus,
input.text:focus,
input.title:focus,
textarea:focus {
  border-color: #666;
}
select {
  background-color: #fff;
  border-width: 1px;
  border-style: solid;
}
input[type=text],
input[type=password],
input.text,
input.title,
textarea,
select {
  margin: 0.5em 0;
}
input.text, input.title {
  width: 300px;
  padding: 5px;
}
input.title {
  font-size: 1.5em;
}
textarea {
  width: 390px;
  height: 250px;
  padding: 5px;
}
/* 
  This is to be used on forms where a variety of elements are 
  placed side-by-side. Use the p tag to denote a line. 
 */
form.inline {
  line-height: 3;
}
form.inline p {
  margin-bottom: 0;
}
form.inline span {
  margin-right: .5em;
}
/* Success, info, notice and error/alert boxes
----------------------------------------------------------*/
.error,
.alert,
.notice,
.success,
.info {
  padding: 0.8em;
  margin-bottom: 1em;
  border: 2px solid #ddd;
}
.error, .alert {
  background: #fbe3e4;
  color: #8a1f11;
  border-color: #fbc2c4;
}
.notice {
  background: #fff6bf;
  color: #514721;
  border-color: #ffd324;
}
.success {
  background: #e6efc2;
  color: #264409;
  border-color: #c6d880;
}
.info {
  background: #d5edf8;
  color: #205791;
  border-color: #92cae4;
}
.error a, .alert a {
  color: #8a1f11;
}
.notice a {
  color: #514721;
}
.success a {
  color: #264409;
}
.info a {
  color: #205791;
}
/* css for timepicker */
.ui-timepicker-div .ui-widget-header {
  margin-bottom: 8px;
}
.ui-timepicker-div dl {
  text-align: left;
}
.ui-timepicker-div dl dt {
  height: 25px;
}
.ui-timepicker-div dl dd {
  margin: -25px 0 10px 65px;
}
.ui-timepicker-div td {
  font-size: 90%;
}
#previewPage {
  display: none;
  z-index: 10000;
  background-color: #fff;
  width: 620px;
  min-height: 200px;
  border: 1px solid #666;
  padding: 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 2px 2px 12px #666666;
  -webkit-box-shadow: 2px 2px 12px #666666;
  -moz-box-shadow: 2px 2px 12px #666666;
}
#previewPage .close {
  background-image: url(/images/close.png);
  position: absolute;
  right: -15px;
  top: -15px;
  cursor: pointer;
  height: 35px;
  width: 35px;
}
/*----------------------------------------------------------
    Site Styles
----------------------------------------------------------*/
/* this rule styles <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1,
.rightColumn > h2,
.leftColumn > h1,
.leftColumn > h2 {
  margin-top: 0;
}
/* Primary Layout   
----------------------------------------------------------*/
.page {
  width: 925px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2em;
}
#header {
  float: left;
  margin-top: -2em;
  color: #000;
  padding: 0;
  width: 209px;
}
#header h1 {
  font-weight: bold;
  padding: 0;
  margin: 0;
  border: none;
}
#main {
  float: right;
  padding: 15px 30px 15px 30px;
  background-color: #fff;
  margin-bottom: 30px;
  _height: 1px;
  /* only IE6 applies CSS properties starting with an underscore */

  width: 620px;
  border: 1px solid #bbb;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 1px 2px 3px #888888;
  -webkit-box-shadow: 1px 2px 3px #888888;
  -moz-box-shadow: 1px 2px 3px #888888;
}
#footer {
  color: #999;
  padding: 3em 0 .5em;
  text-align: center;
  line-height: normal;
  margin: 0;
  font-size: .9em;
}
.paging {
  float: right;
  font-size: 110%;
  margin-bottom: 1em;
}
.paging span {
  padding: 0 .15em;
}
.paging .active {
  color: #CC0066;
}
.post {
  padding-bottom: 1em;
}
.post h3 {
  margin-bottom: .5em;
}
#issues {
  width: 620px;
  height: 240px;
  display: block;
  padding-top: 1.25em;
}
/* Tab Menu  
----------------------------------------------------------*/
#menucontainer {
  background: url("images/side-bar-bg.gif") no-repeat scroll 0 0 transparent;
  color: #FFFFFF;
  /*max-height: 637px;*/
  min-height: 525px;
  padding: 10px 0 0;
  width: 199px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-shadow: -1px 2px 3px #888888;
  -webkit-box-shadow: -1px 2px 3px #888888;
  -moz-box-shadow: -1px 2px 3px #888888;
}
ul#menu {
  padding: 0;
  margin: 0;
}
ul#menu li {
  list-style: none;
  margin-bottom: 5px;
}
ul#menu li a {
  display: block;
  width: 169px;
  padding: 10px 15px;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 1.5em;
  text-shadow: 1px 1px 1px black;
}
ul#menu li a:hover {
  background-color: #A11212;
  color: #fff;
  text-decoration: none;
  box-shadow: inset 0 0 15px #000;
  -webkit-box-shadow: inset 0 0 15px #000;
  -moz-box-shadow: inset 0 0 15px #000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
ul#menu li.active > a {
  background-color: #A11212;
  color: #fff;
  text-decoration: none;
  box-shadow: inset 0 0 15px #000;
  -webkit-box-shadow: inset 0 0 15px #000;
  -moz-box-shadow: inset 0 0 15px #000;
}
ul#menu .droplinks {
  margin: -3.3em 0 0 15em;
  padding: 0;
  position: absolute;
  z-index: 1000;
  display: none;
}
ul#menu .droplinks li {
  margin: 0;
}
ul#menu .dropmenu:hover {
  background-color: #A11212;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  filter: alpha(opacity=85);
  -moz-opacity: 0.85;
  -khtml-opacity: 0.85;
  opacity: 0.85;
}
ul#menu .dropmenu:hover a {
  background-color: #A11212;
  color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
ul#menu .dropmenu:hover .droplinks {
  background-color: #A11212;
  display: block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
ul#menu li#greeting {
  padding: 10px 20px;
  font-weight: bold;
  text-decoration: none;
  line-height: 2.8em;
  color: #fff;
}
ul#menu li.selected a {
  background-color: #fff;
  color: #000;
}
div#submenu {
  margin: 1em 0 0 .85em;
}
div#submenu .support {
  padding-left: 3px;
}
div#submenu .menubook {
  margin: 1em 0 0;
  padding-left: 14px;
}
div#submenu ul#extlinks {
  margin: 1em 0 0 -10px;
  padding-left: 0;
  text-align: center;
  width: 199px;
}
div#submenu ul#extlinks li {
  display: inline;
}
div#submenu .feedicon {
  padding-bottom: 3px;
}
div#submenu dl {
  background: none repeat scroll 0 0 #E5ECF9;
  border: 1px solid #CCCCCC;
  color: #333333;
  padding: 1em;
  width: 12em;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 1px 1px 3px #888888;
  -webkit-box-shadow: 1px 1px 3px #888888;
  -moz-box-shadow: 1px 1px 3px #888888;
}
/* Form Layout
----------------------------------------------------------*/
fieldset {
  margin: 1em 0;
  padding: 1em;
  border: 1px solid #CCC;
}
fieldset p {
  margin: 2px 12px 10px 10px;
}
legend {
  font-size: 1.1em;
  font-weight: 600;
  padding: 2px 4px 8px 4px;
}
input[type="text"] {
  width: 200px;
  border: 1px solid #CCC;
}
input[type="password"] {
  width: 200px;
  border: 1px solid #CCC;
}
.watermark {
  color: #999;
}
/* Tables
----------------------------------------------------------*/
table {
  border: solid 1px #e8eef4;
  border-collapse: collapse;
}
table td {
  border: solid 1px #e8eef4;
  vertical-align: top;
}
table th {
  padding: 6px 5px;
  text-align: left;
  background-color: #e8eef4;
  border: solid 1px #e8eef4;
}
/* Misc  
----------------------------------------------------------*/
#flashMsg {
  display: none;
  margin: 0 0 0 -50px;
  min-height: 50px;
  padding: 0;
  position: fixed;
  line-height: 46px;
  top: 0;
  width: 1025px;
  z-index: 1000;
  filter: alpha(opacity=85);
  -moz-opacity: 0.85;
  -khtml-opacity: 0.85;
  opacity: 0.85;
  -webkit-border-bottom-left-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-radius-bottomleft: 10px;
  -moz-border-radius-bottomright: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
#flashMsg #flashMsgContent {
  font-size: 18px;
  margin: 0 53px;
  text-align: center;
}
#flashMsg #closeFlashMsg {
  float: right;
  margin-right: 20px;
  font-size: .75;
  width: 33px;
  color: #c33232;
  text-decoration: none;
}
.clear {
  clear: both;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.clearfix {
  display: inline-block;
}
html[xmlns] .clearfix {
  display: block;
}
* html .clearfix {
  height: 1%;
}
.error {
  color: Red;
}
div#title {
  display: block;
  text-align: left;
  position: relative;
  z-index: 10;
}
#logindisplay {
  font-size: 1.1em;
  display: block;
  text-align: right;
  margin: 10px;
  min-height: 20px;
}
#emailUpdateForm {
  color: #bbb;
  text-align: center;
}
#emailUpdateForm input[type="text"] {
  width: 165px;
  border: 1px solid #CCC;
}
/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
  color: #ff0000;
}
.field-validation-valid {
  display: none;
}
.input-validation-error {
  border: 1px solid #ff0000 !important;
  background-color: #ffeeee !important;
}
.validation-summary-errors {
  font-weight: bold;
  color: #ff0000;
}
.validation-summary-valid {
  display: none;
}
/* Styles for editor and display helpers
----------------------------------------------------------*/
.display-label,
.editor-label,
.display-field,
.editor-field {
  margin: 0.5em 0;
}
.text-box {
  width: 30em;
}
.text-box.multi-line {
  height: 6.5em;
}
.tri-state {
  width: 6em;
}
/*----------------------------------------------------------
    CSS3 Site Mixins
----------------------------------------------------------*/
/* Example
.testClass {
    .border_radius(5px);
    .box_shadow;
    .background_gradient;
    height: 200px;
}
*/
/* Border Radius Functions
----------------------------------------------------------*/
/* Box Shadow
----------------------------------------------------------*/
/* Transformations
----------------------------------------------------------*/
a img {
	border:none;
}

img.size-full{
    width:100%;
    height:auto;
}
