
/* Weather Widget */

.tie-weather-wrap {
	clear: both;
	overflow: hidden;
}

.weather-icon[class^="tieicon-"]:before {
	font-size: 50pt;
	line-height: 60px;
	height: 60px;
}

.weather-icon {
	position: relative;
	margin: 0 auto;
}

.weather-icon i {
	display: block;
	line-height: 0;
}

.tie-weather-current-temp {
	padding: 10px 0;
	width: 35%;
	float: left;
	font-size: 44px;
	line-height: 1em;
	font-weight: 300;
	text-align: center;
	color: #666;
}

.tie-weather-current-temp sup {
	font-size: 24px;
	top: -1.3em;
	padding-left: 3px;
}

.tie-weather-todays-stats {
	float: right;
	padding: 14px 5%;
	line-height: 1.4em;
	width: 65%;
}

.weather_name {
	font-size: 24pt;
	margin-bottom: 10px;
	font-family: BebasNeueRegular, arial, Georgia, serif;
}

.weather_desc {
	font-weight: bold;
	text-transform: capitalize;
	margin-bottom: 5px;
}

.tie-weather-forecast {
	border-top: solid 1px #EEE;
	padding: 20px 10px 15px;
	clear: both;
}

.tie-weather-forecast-day {
	width: 18%;
	margin: 0 1%;
	float: left;
	text-align: center;
	font-weight: 400;
}

.weather_days_2 .tie-weather-forecast-day {
	width: 48%;
}

.weather_days_3 .tie-weather-forecast-day {
	width: 31%;
}

.weather_days_4 .tie-weather-forecast-day {
	width: 23%;
}

.tie-weather-forecast-day-temp {
	font-size: 1.8em;
	font-weight: 400;
}

.tie-weather-forecast-day-temp sup {
	font-size: 0.6em;
	padding-left: 2px;
}

.tie-weather-forecast-day-abbr {
	text-transform: uppercase;
	font-size: 0.8em;
	margin-top: 5px;
	padding-right: 4px;
}



/**
 * Images
 * -----------------------------------------------------------------------------
 */

img,
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}

img.centered,
img.aligncenter {
	display: block;
	margin: 5px auto;
}

img.alignright {
	margin: 5px 0 5px 25px;
	display: inline;
}

img.alignleft {
	margin: 5px 25px 5px 0;
	display: inline;
}

/* Image Caption */

.wp-caption {
	line-height: 18px;
	margin-bottom: 5px;
	max-width: 100% !important;
	text-align: left;
	font-style: italic;
}

.wp-caption.alignleft {
	margin-right: 25px;
}

.wp-caption.alignright {
	margin-left: 25px;
}

.wp-caption img {
	max-width: 100% !important;
}

.wp-caption p.wp-caption-text {
	color: #888;
	padding: 4px 0;
	margin: 0;
}


@font-face {
  font-family: 'tiefontello';
  src: url('fonts/fontello.eot');
  src: url('fonts/fontello.eot?14434071#iefix') format('embedded-opentype'),
	   url('fonts/fontello.woff') format('woff'),
	   url('fonts/fontello.ttf') format('truetype'),
	   url('fonts/fontello.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	@font-face {
		font-family: 'tiefontello';
		src: url('fonts/fontello.svg') format('svg');
	}
}

[class^="tieicon-"]:before,
[class*=" tieicon-"]:before,
.tie_slider .overlay-icon:before {
	 font-family: "tiefontello";
	 font-style: normal;
	 font-weight: normal;
	 speak: none;
	 display: inline-block;
	 text-decoration: inherit;
	 min-width: 1em;
	 text-align: center;
	 font-variant: normal;
	 text-transform: none;
	 line-height: 1em;
 }

.tieicon-evernote:before { content: '\e800'; }
.tieicon-picasa:before { content: '\e801'; }
.tieicon-vimeo:before { content: '\e802'; }
.tieicon-blogger:before { content: '\e803'; }
.tieicon-grooveshark:before { content: '\e804'; }
.tieicon-deviantart:before { content: '\e805'; }
.tieicon-viadeo:before { content: '\e806'; }
.tieicon-forrst:before { content: '\e807'; }
.tieicon-fivehundredpx:before { content: '\e808'; }
.tieicon-flickr:before { content: '\e809'; }
.tieicon-instagram:before { content: '\e80a'; }
.tieicon-sun:before { content: '\e80b'; }
.tieicon-moon:before { content: '\e80d'; }
.tieicon-cloud:before { content: '\e80e'; }
.tieicon-clouds:before { content: '\e80f'; }
.tieicon-clouds-flash-alt:before { content: '\e810'; }
.tieicon-cloud-moon:before { content: '\e811'; }
.tieicon-cloud-sun:before { content: '\e812'; }
.tieicon-fog:before { content: '\e813'; }
.tieicon-hail:before { content: '\e814'; }
.tieicon-rain:before { content: '\e815'; }
.tieicon-picture:before { content: '\e80c'; }