/*----------------------------------------------------------------------
						  	CSS Reset
----------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline; }
:focus { outline: 0; }
ol, ul { list-style: none; }
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; }
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }/*----------------------------------------------------------------------------------------------------------------------
						  							MAIN
----------------------------------------------------------------------------------------------------------------------*/
*
{ 
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box; 
}
html,body
{
	height:100%;
}
body
{
	overflow-x: hidden;
	overflow-y: scroll;
	font-family: Arial;
}
#background
{
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index: -1;
	position:fixed;
	background: #F2F2F2 url('/images/clouds-09.jpg') top center no-repeat;
}
#container
{
	width:1200px;
	height:100%;
	/*background: url('/materials/attachments/back.jpg') no-repeat;*/
	margin:0px auto;
}
/*----------------------------------------------------------------------------------------------------------------------
						  							HEADER
----------------------------------------------------------------------------------------------------------------------*/
#header
{
	width:100%;
	height:140px;
}
	#header #intro
	{
		width:100%;
		height:105px;
		font-size: 0px;
	}
		#header #intro > div
		{
			display:inline-block;
		}
		#header #intro #logo
		{
			width:310px;
			height:105px;
			background: url('/images/autumn_logo.png') no-repeat;
		}
		#header #top_banner, #header #banner
		{
			width:890px;
			height:105px;
			text-align: center;
		}
		#header #banner img
 		{
			margin-top: 20px;
			vertical-align: middle;
		}
/*----------------------------------------------------------------------------------------------------------------------
						  							NAVIGATION
----------------------------------------------------------------------------------------------------------------------*/
	#header #navigation
	{
		width:100%;
		height:35px;
		font-size: 0px;
		font-size: 0px;
	}
	#header #navigation > div
	{
		vertical-align: top;
		display:inline-block;
	}
		#header #navigation #menu
		{
			width:930px;
			height:100%;
			border-radius: 7px;
			font-size: 14px;
			background: url('/images/menu_repeat.png') repeat-x;
		}
			#header #navigation #menu > ul
			{
				position:relative;
			}
				#header #navigation #menu > ul > li
				{
					display:inline-block;
					padding:6px 0px;
				}
					#header #navigation #menu > ul > li:first-child
					{
						margin-left: 10px;
					}
					#header #navigation #menu > ul > li:first-child:hover
					{
						margin-left: 10px;
					}
					#header #navigation #menu > ul > li:last-child > a
					{
						border:none;
					}
				#header #navigation #menu > ul > li > a
				{
					display:block;
					padding: 3px 10px;
					color:#FFF;
					text-decoration: none;
				}
		/* HOVER MENU */
				#header #navigation #menu > ul > li:hover
				{
					z-index: 2;
					margin:-7px 0px 0px 0px;
					padding:11px 0px;
					border-radius:5px;
					-webkit-box-shadow: 1px 0px 5px rgba(0, 0, 0, 0.25);
					-moz-box-shadow:    1px 0px 5px rgba(0, 0, 0, 0.25);
					box-shadow:         1px 0px 5px rgba(0, 0, 0, 0.25);
					background:white;
				}
					#header #navigation #menu > ul > li:hover a
					{
						color:#000;
					}

		/* SYB MENU */
					#header #navigation #menu > ul > li > ul
					{
						display:none;
					}
					#header #navigation #menu > ul > li:hover > ul
					{
						padding:5px;
						position:absolute;
						display:block;
						background:inherit;
						top:35px;
						left:0px;
						width:100%;
						z-index: 999;
						box-shadow:         0px 2px 1px rgba(0, 0, 0, 0.25);

					}
					#header #navigation #menu > ul > li:hover > ul > li
					{
						display:inline-block;
						padding:5px 0px;
					}
						#header #navigation #menu > ul > li:hover > ul > li > a
						{
							display:block;
							padding:0px 10px;
							border-right: 1px solid black;
							text-decoration: none;
						}
							#header #navigation #menu > ul > li:hover > ul > li:last-child > a
							{
								border-right: 1px solid transparent;
							}
/*----------------------------------------------------------------------------------------------------------------------
						  							SEARCH
----------------------------------------------------------------------------------------------------------------------*/
		#header #navigation #search
		{
			width:260px;
			height:100%;
			font-size: 0px;
			padding:4px 0px 0px 10px;
		}
			#header #navigation #search input
			{
				border:none;
				height:28px;
				margin:0px;
				padding:0px;
				position:absolute;
			}
			#header #navigation #search #search_btn
			{
				z-index: 2;
				width:28px;
				cursor:pointer;
				border-radius:14px 0px 0px 14px;
				background: url("/images/search_icon.png");
			}
			#header #navigation #search #search_input
			{
				z-index: 1;
				width:230px;
				height:28px;
				margin:0px 0px 0px 15px;
				padding:0px 0px 0px 20px;
				border-radius:0px 6px 6px 0px;
				border:1px solid rgba(4, 83, 149, 0.4);
				border-left:none;
				color: #045395;
				box-shadow: inset 0px 0px 7px rgba(0,0,0,0.15);
			}
				#header #navigation #search #search_input:focus
				{
					border:1px solid rgba(4, 83, 149, 1);
				}
/*----------------------------------------------------------------------------------------------------------------------
						  							CONTENT
----------------------------------------------------------------------------------------------------------------------*/
#fadein,#fadeout
{
	width:100%;
	height:25px;
	margin:0px 0px 0px 0px;
	background:url('/images/fadein.png') no-repeat;
}
	#fadeout
	{
		background-position: 0px -25px;
	}
#content
{
	width:100%;
	font-size: 0px;
	border-left: 1px solid rgba(255,255,255,1);
	border-right: 1px solid rgba(255,255,255,1);
	background: rgba(255,255,255,0.25);
	padding:0px 10px 10px 10px;
	margin-top:0px;
}
	#content > div
	{
		vertical-align: top;
		display:inline-block;
	}
	#content #main_content
	{
		width:665px;
		max-width: 665px;
	}

	#content #main_content #today_info
	{
		padding:10px;
		color:#014B88;
		font-size: 12px;
		font-weight: bold;
		border-radius: 7px;
		margin:0px 0px 10px 0px;
	}

	#content #aside_content
	{
		width:510px;
	}
		#content #aside_content > div
		{
			vertical-align: top;
			display:inline-block;
			margin:0px 0px 0px 10px;
			width: 245px;
		}
		#content #aside_content #banners 
		{
			text-align: center;
		}

/*----------------------------------------------------------------------------------------------------------------------
						  							ASIDE
----------------------------------------------------------------------------------------------------------------------*/
#rand_cities
{
	display:none;
}

/*----------------------------------------------------------------------------------------------------------------------
						  							EVENTS
----------------------------------------------------------------------------------------------------------------------*/
.event
{
	max-width:239px;
	overflow:hidden;
	font-size:18px;
	color:#333;
	display:none;
	position:relative;
}
.event a
{
	text-decoration:none;
	color:#333;
}
	.event .event_image
	{
		width:100%;
		height:100%;
		position:absolute;
		z-index: 1;
		opacity:0.1;
	}
		.event .event_image img
		{
			width:100%;
			height:100%;
		}
	.event .event_name
	{
		width:100%;
		vertical-align:top;
		text-align:center;
		font-size:14px;
		font-weight: bold;
		padding:5px 0px;
	}
	.event .event_forecast
	{
		position: relative;
		z-index: 2;
	}
		.event .event_forecast .current_forecast > div
		{
			vertical-align: top;
			display:inline-block;
		}
			.event .event_forecast .current_forecast .temp
			{
				width:138px;
				padding:15px 0px 0px 0px;
			}
				.event .event_forecast .current_forecast .temp > span
				{
					display:block;
				}

				.event .event_forecast .current_forecast .temp > span:first-child
				{
					font-size:40px;
					text-align:center;
				}

				.event .event_forecast .current_forecast .temp > span:last-child
				{
					font-size:12px;
					text-align:center;
				}

			.event .event_forecast .current_forecast .icon
			{
				width:80px;
				height:80px;
			}
				.event .event_forecast .current_forecast .icon > img
				{
					width:80px;
					height:80px;
				}
		.event .event_forecast .forecast_data
		{
			width:100%;
			padding:10px;
			font-size:12px;
			vertical-align:top;
			display:inline-block;
		}
			.event .event_forecast .forecast_data > div
			{
				width:49%;
				vertical-align: top;
				display:inline-block;
				font-size:10px;
			}
#controls
{
	height:20px;
	width:245px;
	text-align:right;
	color:#FFF;
	padding:10px 10px 0px 0px;
	position:absolute;
	top:-5px;
	left:5px;
	z-index: 999;
	font-size: 16px;
}
.e_nav
{
	cursor:pointer;
}
	#controls #l
	{
		position:relative;
		float:left;
		display:none;
	}
.no-items
{
	margin:10px 0px;
	font-size:12px;
	color:#333;	
}

/*----------------------------------------------------------------------------------------------------------------------
						  					GLOBAL CLASSES
----------------------------------------------------------------------------------------------------------------------*/
.transparency
{
	border: 1px solid rgba(4, 83, 149, 0.10);
	background: rgba(255,255,255,0.25);
}
.sidebox
{
	border-radius: 8px;
	margin:0px 0px 10px 0px;
	background: rgba(255,255,255,0.25);
	border: 1px solid rgba(4, 83, 149, 0.10);
}
	.sidebox .title
	{
		color:#FFF;
		width:245px;
		height:31px;
		font-size: 14px;
/*		font-weight: bold;*/
		text-align: center;
		padding:6px;
		border-radius: 7px;
		/*background:url('/images/side_box.png') no-repeat;*/
		background:url('/images/menu_repeat.png') repeat-x;
	}
	.sidebox .content
	{
		font-size:12px;
	}
	.sidebox .content#baners 
	{
		font-size: 0 !important;
	}
		.sidebox .content ul
		{
			padding:10px 5px;
		}
		.sidebox .content ul li
		{
			display:inline-block;
			width:116px;
			font-size:14px;
			text-align: center;
			padding:2px 0px;
		}
			.sidebox .content ul li:hover
			{
				border-radius: 5px;
				background:rgba(255,255,255,0.25);
			}
		.sidebox .content ul li a
		{
			color:#004A8B;
			text-decoration: none;
		}
#left_banners a
{
	font-size: 18px;
	display: block;
	text-align: left;
	color: #004A8B;
	text-decoration: none;
}
	#left_banners a:hover
	{
		text-decoration: underline;
	}

.fb_container
{
	width:220px;
	height:200px;
	overflow:hidden;
	margin:0px 0px 0px 8px;
}
#meteofact, #events
{
	padding:10px;
	position:relative;
}
#text_forecast ul li
{
	width:100%;
	display:block;
	text-align: left;
	font-size:12px;
}

/*----------------------------------------------------------------------------------------------------------------------
						  					FOOTER
----------------------------------------------------------------------------------------------------------------------*/

	#footer 
	{
		padding: 9px;
		font-size: 14px;
		margin: 0px 0px;
		border-radius: 10px;
		background: url('/images/menu_repeat.png') repeat-x;
	}

		#footer #copyright 
		{
			display: inline-block;
		}

			#footer #copyright img 
			{
				display:inline-block;
				vertical-align:middle;
				margin:0px 5px 0px 0px;
			}

		#footer #develop 
		{
			float: right;
		}

		#footer #develop img {
			vertical-align: bottom;
		}

			#footer #develop a 
			{
				text-decoration: none;
				color: #fff;
			}

/*----------------------------------------------------------------------------------------------------------------------
						  					Banners
----------------------------------------------------------------------------------------------------------------------*/
.banners
{
	padding:5px 10px 5px 10px;
}
.small_banners
{
	display: inline-block;
	vertical-align: middle;
	margin:0px;
}
	.small_banners img
	{
		max-width:120px;
		display: block !important;
	}/*----------------------------------------------------------------------------------------------------------------------
												MAIN CITY LAYOUT
----------------------------------------------------------------------------------------------------------------------*/
#city
{
	width:920px;
	overflow:hidden;
	vertical-align: top;
	display:inline-block;
}
	#city > div
	{
		width:910px;
		margin:0px 0px 10px 0px;
	}
	#left_column
	{
		display:none !important;
	}
	#aside_content
	{
		width:255px !important;
	}
	#rand_cities
	{
		display:block !important;
	}
/*----------------------------------------------------------------------------------------------------------------------
													CITY INFORMATION
----------------------------------------------------------------------------------------------------------------------*/
#city_info
{
	width:910px;
	height:140px;
	padding:10px;
	color:#024B8F;
	font-size: 12px;
	border-radius: 10px;
}
	#city_info > div
	{
		vertical-align: top;
		display:inline-block;
		margin-right: 10px;
	}
	#city_info #image
	{
		width:120px;
		height:120px;
		overflow:hidden;
		border-radius: 10px;
		border:1px solid #FFF;
	}
		#city_info #image > img
		{
			max-width: 120px;
			max-height: 120px;
		}
	#city_info #namecast
	{
		height:120px;
		max-width:180px;
	}
		#city_info #namecast #namecast_holder
		{
			height:120px;
			display:table;
		}
			#city_info #namecast #namecast_holder #namcecast_center
			{
				display:table-cell;
				vertical-align: middle;
			}
		#city_info #namecast #name
		{
			font-size: 20px;
			font-weight: bold;
		}
		#city_info #namecast #weather_desc
		{
			display:block;
			font-size: 14px;
			max-width: 220px;
		}
#astronomy,#detailed_weather
{
	float:right;
	padding-left:10px;
	border-left: 1px dashed #004B8E;
	min-height: 120px;
}
	#astronomy #moon span, #astronomy #moon img
	{
		display:inline-block;
		vertical-align: middle;
	}
		#astronomy #moon span
		{
			width:90px;
		}
/*----------------------------------------------------------------------------------------------------------------------
												CITY TABBED FORECAST
----------------------------------------------------------------------------------------------------------------------*/
#weather_tabs
{
	width:100%;
	border-radius: 10px;
	background:#FFF;
}
	#weather_tabs #tabs ul li
	{
		color:#FFF;
		cursor:pointer;
		font-size: 14px;
		padding:10px 30px;
		background:#0A5994;
		display:inline-block;
		margin-right: 2px;
	}
			#weather_tabs #tabs ul li:first-child
			{
				border-radius: 10px 0px 0px 0px;
			}
.current
{
	background:#FFF !important;
	color:#0A5994 !important;
}
.tabs
{
	display:none;
	font-size:12px;
}
/*----------------------------------------------------------------------------------------------------------------------
												WEATHER BOX
----------------------------------------------------------------------------------------------------------------------*/
.weather_box
{
	width:179px;
	padding:10px;
	color:#024D8E;
	border-radius: 10px;
	vertical-align: top;
	display:inline-block;
	margin:20px 0px 0px 0px;
	border:1px solid #014D8B;
}
	.weather_box:hover
	{
		background: #FFFFFF; /* Old browsers */
		background: -moz-linear-gradient(top, #FFFFFF 0%, #FFFFFF 50%, #bce7f7 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFFFF), color-stop(50%,#FFFFFF), color-stop(100%,#bce7f7)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #FFFFFF 0%,#FFFFFF 50%,#bce7f7 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #FFFFFF 0%,#FFFFFF 50%,#bce7f7 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, #FFFFFF 0%,#FFFFFF 50%,#bce7f7 100%); /* IE10+ */
		background: linear-gradient(to bottom, #FFFFFF 0%,#FFFFFF 50%,#bce7f7 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#bce7f7',GradientType=0 ); /* IE6-9 */
	}
	.weather_box td
	{
		text-align: left;
		vertical-align: middle;
		padding:1px 5px 1px 0px;
	}
			.basic_table td:nth-child(2n-1)
			{
				width:50%;
				font-size: 10px;
				border-right:1px solid #014D8B;
			}
			.basic_table td:nth-child(2n)
			{
				text-align: right;
				font-size: 12px;
			}
	.weather_box .day
	{
		color:#FFF;
		width:104px;
		height:35px;
		font-size: 12px;
		font-weight: bold;
		text-align: center;
		border-radius: 10px;
		margin:-20px 0px 0px 27px;
		padding:8px 0px;
		background: url('/images/weather_tabs.png') top center no-repeat;
	}
			.weather_box:hover .day
			{
				background: url('/images/weather_tabs_hover.png') top center no-repeat;
			}
	.weather_box .date
	{
		width:100%;
		font-weight: bold;
		text-align: center;
		padding:5px 0px 0px 0px;
	}
	.weather_box .description
	{
		width:100%;
		text-align: center;
		height:30px;
		vertical-align: middle;
	}
	.line td
	{
		border-bottom: 1px solid #014D8B;
	}
.weather_icon
{
	width:100%;
	text-align: center;
}
	#weather_icon > *
	{
		vertical-align: middle;
		display: inline-block;
	}
		#weather_icon > div > span
		{
			font-size: 50px;
		}
			#weather_icon > div > div
			{
				font-size: 12px;
			}
.temps
{
	width:100%;
	text-align: center;
}
	.temps > div
	{
		width:58px;
		height:23px;
		font-size: 10px;
		vertical-align: top;
		display:inline-block;
		padding:4px 0px 0px 0px;
		background:url('/images/temp_box.png') no-repeat;
	}
		.temps > div > span
		{
			font-size: 12px;
			font-weight: bold;
			display:inline-block;
			vertical-align: middle;
		}
	.temps .min
	{
		color:#FFF;
		margin-left:-1px;
	}
	.temps .max
	{
		margin-left:-3px;
		background-position: -58px 0px;
	}
.weather_box:nth-child(5n)
{
	margin-right: 0px;
	margin-left: 1px;
}
.arrow
{
	display:inline-block;
	vertical-align: middle;
}
.moon_phase
{
	max-width:40px;
}
/*----------------------------------------------------------------------------------------------------------------------
											DEAILED FORECAST BOX
----------------------------------------------------------------------------------------------------------------------*/
.tabs
{
	position:relative;
}
.hider
{
	z-index: 6;
	height:1px;
	width:177px;
	background:#FFF;
	position:absolute;
	margin-left: -10px;
	display:none;
}
.detailed
{
	display:none;
	left:0;
	width:100%;
	height:630px;
	background:#FFF;
	position:absolute;
	z-index: 5;
	border:1px solid #014D8B;
	border-radius: 0px 0px 10px 10px;
}
#tab-1 > .weather_box:first-child .basics
{
	display:none;
}
#tab-1 > .weather_box:first-child  .detailed, #tab-1 > .weather_box:first-child  .hider
{
	display:block;
}
#tab-1 > .weather_box:first-child .forecast
{
	height:619px;
}
.detailed_icons
{
	width:60px;
}

/*----------------------------------------------------------------------------------------------------------------------
											DEAILED TABLE
----------------------------------------------------------------------------------------------------------------------*/
.detailed_table
{
	width:100%;
	border:none;
	margin:20px 0px 0px 0px;
}
	.detailed_table tr
	{
	}

	.detailed_table tr td
	{
		font-size: 12px;
		text-align: center;
		width:89px;
		padding:3px 5px;
	}

	.detailed_table tr:first-child
	{
		height:30px;
		font-size: 12px;
		font-weight: bold;
	}
			.detailed_table tr:first-child td
			{
				width:177px !important;
				max-width: 177px !important;
				border:none !important;
			}
			.detailed_table tr td:first-child
			{
				text-align: right;
				font-weight: bold;
				padding:0px 10px 0px 0px;
				border-bottom: none !important;
			}

			.detailed_table tr td:last-child
			{
				border-right:none !important;
			}
	.detailed_table tr td:nth-child(2n-1)
	{
		border-right: 1px dashed #B9CEE1;
	}
.detailed_table tr:nth-child(4) td
{
	height:80px;
	vertical-align:top;
}
.detailed_table tr:nth-child(4n) td, .detailed_table tr:nth-child(5) td, .detailed_table tr:last-child td
{
	border-bottom: 1px dashed #B9CEE1;
}

/*----------------------------------------------------------------------------------------------------------------------
											HOURLY TABLE
----------------------------------------------------------------------------------------------------------------------*/
.hourly_table
{
	width:100%;
	border:none;
	margin:0px 0px 0px 0px;
}
	.hourly_table tr
	{
	}

	.hourly_table tr td
	{
		font-size: 12px;
		text-align: center;
		width:80px;
		padding:3px 5px;
	}

	.hourly_table tr:first-child
	{
		font-size: 12px;
		font-weight: bold;
	}
			.hourly_table tr:first-child td
			{
				text-align: left;
			}

			.hourly_table tr td:last-child
			{
				border-right:none !important;
			}
	.hourly_table tr td
	{
		border-right: 1px dashed #B9CEE1;
	}

#hourly_forecast
{
	color:#024D8E;
	width:100%;
	font-size: 0;
	padding:20px 0px 20px 10px;
}
	#hourly_forecast > div
	{
		vertical-align: top;
		display:inline-block;
	}
	#hourly_forecast #info_table
	{
		width:190px;
		font-size: 12px;
		background:#f8f8f8;
	}
		#hourly_forecast #info_table  table
		{
			width:100%;
		}
				#hourly_forecast #info_table td
				{
					text-align: right;
					vertical-align: middle;
					padding: 3px 10px;
					font-weight: bold;
				}
	#hourly_forecast #hourly_table
	{
		width:705px;
		overflow:hidden;
	}
		#hourly_forecast #hourly_table > table
		{
		}

.hourly_icons
{
	max-width: 70px;
	max-height: 60px;
}
/*----------------------------------------------------------------------------------------------------------------------
											DAILY TABLE
----------------------------------------------------------------------------------------------------------------------*/
#hourly_forecast tr td
{
	vertical-align: middle;
}
#hourly_forecast tr:nth-child(1) td
{
	height:30px;
}
#hourly_forecast tr:nth-child(2) td
{
	height:22px;
}
#hourly_forecast tr:nth-child(3) td
{
	position:relative;
	height:70px;
	width:70px;
	max-width: 70px;
	max-height: 70px;
}
#hourly_forecast tr:nth-child(4) td
{
	height:79px;
	border-bottom: 1px dashed #B9CEE1 !important;
	vertical-align: top !important;
}
#hourly_forecast tr:nth-child(5) td
{
	height:55px;
	border-bottom: 1px dashed #B9CEE1 !important;
}
#hourly_forecast tr:nth-child(6) td
{
	height:37px;
}
#hourly_forecast tr:nth-child(7) td
{
	height:37px;
}
#hourly_forecast tr:nth-child(8) td
{
	height:37px;
	border-bottom: 1px dashed #B9CEE1 !important;
}
#hourly_forecast tr:nth-child(9) td
{
	height:37px;
}
#hourly_forecast tr:nth-child(10) td
{
	height:37px;
}
#hourly_forecast tr:nth-child(11) td
{
	height:37px;
	border-bottom: 1px dashed #B9CEE1 !important;
}
/*----------------------------------------------------------------------------------------------------------------------
											HOURLY CONTROLLS
----------------------------------------------------------------------------------------------------------------------*/
#controlls
{
	width:720px;
	height:20px;
	position:absolute;
	margin-left: 170px;
}
	#controlls > div
	{
		width:20px;
		height:20px;
		cursor:pointer;
		font-size: 20px;
	}
	#controlls #slide_left
	{
		float:left;
		display:none;
	}
	#controlls #slide_right
	{
		float:right;
	}

.pointer
{
	cursor:pointer;
}
#tab-2 .pointer
{
	cursor:default;
}
