/* ====================================

  Common utility class rules
====================================*/

body#tinymce {background-image: none !important; background: #fff none !important;}

body.no-sidebar aside {display: none;}
body.no-sidebar article {width: 100%;}

div {box-sizing: border-box;}

.column {
  box-sizing: border-box;
  float: none;
  width: 100%;
}

.clearfix {
  overflow: auto;
  zoom: 1;
}

@media only screen and (min-width: 650px) {
  .column {
    width: 50%;
    float: left;
  }

  .column.two {width: 66%;}

  .column.right {float: right;}
  
  .column.half {width: 50%;}
  
  .column.third {width: 33%;}
}

a.doc {
	background: transparent url(/assets/doc-word.gif) right 50% no-repeat;
	padding-right: 18px;
	display: inline-block;
	vertical-align: top;
}
a.pdf {background-image: url(/assets/doc-pdf.gif);}
a.excel {background-image: url(/assets/doc-excel.gif);}
a.pict {background-image: url(/assets/doc-pict.gif);}

.photo {
  border: 1px solid #ccc;
  padding: 4px;
  clear: both;
  float: none;
}
.photo.left {float: none; margin: 0 0 .5em 0;}
.photo.right {float: none; margin: 0 0 .5em 0;}

@media only screen and (min-width: 650px) {
  .photo.left { float: left; margin: 0 .5em .5em 0;}
  .photo.right { float: right; margin: 0 0 .5em .5em;}
  
  .caption {
  	float: left;
  	margin: 1.5em 1.5em 1.5em 0;
  	width: 324px;
  	font-size: 12px;
  	line-height: 1.1;
  	color: #555;
  	text-align: center;
  }
  .caption.right {
  	float: right;
  	margin: 1.5em 0 1.5em 1.5em;
  }
  .caption img {
  	padding: 8px;
  	border: 1px solid #ccc;
  }
  .caption.small {width: 124px;}
  .caption.large {width: 660px;}
}



ul.album {margin-left: 0;}

ul.album li {
  display: inline-block;
  height: 110px;
  width: 110px;
  border: 1px solid #ccc;
  line-height: 120px;
  margin: 0 10px 10px 0;
}

a.album {
  text-decoration: none !important;
}

a.album img {
  vertical-align: middle;
  text-align: center;
  display: block;
  height: 100px;
  width: 100px;
  margin: 5px auto;
}

.event .date {
  font-size: 1.2em;
  font-weight: bold;
}

.no-bullets {
  list-style: none;
}

.red {color: red;}
.bold {font-weight: bold}

.yes {background-color: #4AAA42;}
.no {background-color: red;}
.yes, .no, .special, .status {
	font-weight: bold;
	color: #fff;
	padding: 1px 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
  border-radius: 2px;
	text-transform: uppercase;
	font-size: 9px !important;
	font-family: sans-serif !important;
	text-decoration: none !important;
}
.special, .status {background-color: #2149d5;}
a .yes, a .no, a .special, a.status {text-decoration: none !important;}

.clear {clear: both;}

fieldset {
  border: 0;
  padding: 0 .5em 0 0;
  margin: 0 0 1em 0;
}

fieldset.actions {
  padding-top: 1.5em;
  margin-bottom: 0;
  border-top: 1px solid #eee;
}

label, span.label {
  display: block;
  font-size: 1em;
  color: #555;
  margin: 0 0 1px 0;
}

.label input[type=checkbox], .label input[type=radio] {
  vertical-align: top;
  margin-top: 2px;
}

input[type=text], input[type=password], input[type=email], textarea {
  width: 100%;
  border: 1px solid #999;
  padding: 8px 4px;
  margin: 0 0 5px 0;
  font-size: 15px;
  background-color: #fff;
  box-sizing: border-box;
}
textarea {height: 10em;}
input.resource-name {
  font-size: 1.2em;
  font-weight: bold;
}
input.page-name {font-size: 1.2em;}

#search-input {
  padding: 2px;
  width: 16em;
  color: #333;
}

#email-share-widget {
  height: 20px;
  line-height: 19px;
  margin: 0px 32px 0 0;
  display: inline-block;
  vertical-align: top;
  border: 1px solid #bbb;
  background-color: #eee;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #f2f2f2;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.1);
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;

  background-image: url(mail-medium.png);
  background-position: left 50%;
  background-repeat: no-repeat;

  font-size: 11px;
  font-weight: bold;
  padding: 0px 5px 0 18px;
  color: #111 !important;
  text-decoration: none;
}

#share-bar {
  clear: both;
  padding: 3em 0;
  text-align: center;
}

#share-bar .twitter-share-button {
  vertical-align: top;
  margin-top: -1px;
}

.errorExplanation {
  background-color: red;
  padding: 10px;
  margin-bottom: 20px;
  color: #fff;
}
.errorExplanation h2 {margin: 0 0 .5em 0}

label.error {
  color: red;
  font-size: 90%;
  font-weight: bold;
}

.payment-errors {color: red; font-weight: bold;}


/* ====================================

  Payment form default styling
====================================*/

.card-expiry-month, .card-expiry-year {
  float: left; 
  display: block;
  width: 120px;
  margin: 0.3em 0.3em 0.5em 0
}

input.card-cvc {
  float: right;
  display: block;
  width: 220px;
  margin-bottom: 1em;
}

.card-number-set label {
  float: left;
  width: inherit;
  margin-right: 0.2em;
}

.card-number-set img {
  float: left;
}


/* ====================================

  Buttons default styling
====================================*/

button, .button {
  display: inline-block;
  background-color: #666;
  color: #fff;
  padding: 0.5em 1em;
  text-transform: uppercase;
  text-decoration: none;
  margin-right: .5em;
  border-radius: 0.2em;
}






