#wptt_twittertweets-2 .widget-title {
	display:inline-block;
	margin-bottom: 15px;
}


ol, ul {
	list-style: none;
}


sup {
	font-size: 70%;
	position: relative;
	top: -4px;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.clear {
	clear: both;
	height: 0;
	line-height: 1px;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

#socialSharing
{ margin: 10px 0; text-align: left; }
	
	#socialSharing > span { display: inline-block; margin: 6px 0 6px 12px; vertical-align: top !important; }

#dimensions
{ display:none; position: fixed; bottom: 0; left:0; margin: 5px; background-color: #b22222; color: #fff; padding:8px; z-index: 10;}

.grid-item
{ width: 200px;  }
	/*.grid-item div { background-color: #ccc; border: 2px solid #333; margin: 5px; padding: 5px; }*/
	.grid-item--width2 { width: 400px; }

:focus {
  outline-color: transparent;
  outline-style: none;
}

/***** FORMS SETUP *****/

input[title]
{ cursor: text; }

form div.field {
	position: relative;
}

form .field label {
	position: absolute;
	top: 9px;
	z-index: 999;
	line-height: 14px;
	color: #fff;
	text-align: center;
	font-style: italic;
	white-space: nowrap;

	display: none;
}

form .field label span {
	padding: 3px 7px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #3c3c3c;
}

form .field label.left {
	padding-right: 9px;
	background: url('../images/labelArrowLeft.png') 100% center no-repeat;
	right: 98%;
}

form .field label.right {
	padding-left: 9px;
	background: url('../images/labelArrowRight.png') left center no-repeat;
	left: 98%;
}

form .field.half label.right
{ left: 95%; }

form .element {
	width: 100%;
	position: relative;
	overflow: hidden; box-sizing: border-box;
}

form .element input, form .element select {
	padding: 0;
	border: none;
	background: transparent;
	background: #fff;
}

form .element.text
{ border:2px solid #4e5052; margin: 0 0 8px 0; }

form .element.text input {
	width: 100%;
	padding: 3px 6px;
	text-transform: uppercase;
	font-size: 0.85rem; margin: 0;
}

form .element.text input.disabled {
	color: #ccc;
}

form .element.text input.disabled.error {
	color: #ff0000;
}

form .element.select
{ padding: 4px 0; }
form .element.select p
{ margin: 0; }

form .element.select select {
	height: 35px;
	width: 100%;
	padding: 5px 0px 5px 9px; border: 2px solid #4e5052;
}

form .element.select select option {
	color: #000;	/* forces option text color to not change even if there's an error */
	background: #fff;
}

form .element.select .arrow {
	width: 26px;
	height: 25px;
	background: url('../images/selectArrow.png') 0 0 no-repeat;
	position: absolute;
	top: 3px;
	right: 3px;
	display: none;	/* because fancy arrows arent clickable */
}

/* older IE selects */
.ie7 form .element.select, .ie6 form .element.select {
	background: none;
}

.ie7 form .element.select select, .ie6 form .element.select select {
	height: auto;
}

.ie7 form .element.select .arrow, .ie6 form .element.select .arrow {
	display: none;
}

/* message containers */
form .field .element .message {
	visibility: hidden;
	xwidth: 234px;
	height: 22px;
	padding: 5px 5px;
	background: #3c3c3c;
	font-size: 0.8rem;
	position: absolute;
	top: 0px;
	xleft: 244px;
	right: -120px;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;

	color: #f9f9f9;
	text-transform: uppercase;
}

form .field .element.select .message {
	xleft: 153px;
	right: 20px;
	top: -30px;
}

form .field.half
{ width: 49%; float:left; }

form .field.half + .half
{ float:right; }

form .field.half .element.text input
{ xwidth:93px; }

form .field.half .element.select select
{ width:111px; }

form .field.half .element.select .message {
	xleft: 25px;
}

.ie7 form .field .element.select .message {
	height: 12px;
	padding-top: 5px;
	xleft: 160px;
}

.ie7 form .field.half .element.select .message {
	xleft: 35px;
}

form .field .element.checkbox .message, form .field .element.radio .message {
	height: auto;
	padding: 5px;
	xleft: 180px;
	opacity: 0;
}

form .field .element.checkbox.chooseOne .message {
	padding: 8px 5px;
	top: 4px;
	width: 70px;
}


/** calendar input **/
form .element.text input#visitDate {
	background: #729e20 url('../images/calendar.png') 97% center no-repeat;
}

/* errors */
form input.error, form select.error, form span.error {
	color: #cc0000 !important;
}

form .element .message.error {
	visibility: visible;
	right: 0;
}

form .element.select .message.error {
	top: 0px;
	right: 20px;
}

/*
form .field .element.text .message.missing.error {
	left: 140px;
}

form .field.half .element.text .message.missing.error {
	left: 55px;
}

form .field .element.text .message.invalid.error {
	left: 149px;
}

form .field.half .element.text .message.invalid.error {
	left: 60px;
}

form .field .element.text .message.matching.error {
	left: 125px;
}

form .field.half .element.text .message.matching.error {
	left: 32px;
}

form .field .element.select .message.missing.error {
	top: 1px;
}
*/

form .field .element.checkbox .message.missing.error,
form .field .element.radio .message.missing.error {
	opacity: .8;
}

/* submit */
form .field.submit {
	margin-bottom: 0;
}

form .field.submit .element.error {
	padding-bottom: 50px;
}

form .field.submit input {
	padding: 10px 24px;
	font-weight: 700;
	font-size: 0.9rem;
	color: #fff;
	border: none;
	background: #0076ce;
	text-transform:uppercase;
	cursor: pointer;
	position: relative;
	z-index: 2;
	-moz-transition: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
	width: 100%;
	margin-top: 10px;
	line-height: 1.4;

}

form .field.submit input:hover
{ color:#fff; border-color: transparent; background-color: #0076ce; }

.ie7 form .field.submit input, .ie6 form .field.submit input {
	width: 184px;
}

form .field.submit .message {
	height: 35px;
	padding: 3px;
	position: absolute;
	top: 10px;
	right: 0;
	z-index: 1;
}

.pc form .field.submit .message {
	left: 0px;
}

form .field.submit .message.error {
	top: 49px;
	opacity: 1;
}



