/*
|---------------------------------------------------------------
| YOURWEBCAM Tool
| http://www.yourwebcam.ch
| 
| Authors:
| - Yannik Borter
| - Emanuel Zuber
| - Tobias Schalbetter
|
| Version: 1.1
|
| Copyright 2012: 
| indual GmbH, Sebastiansplatz 4, 3900 Brig, www.indual.ch
|---------------------------------------------------------------
|
| CSS Styles
|
| Template colors
| - link/heading color: #1f82c0
| - main background color: #eee264
| 
*/ 


/* Main elements --------------------------------------------------------------- */
body {
	margin: 0;
	padding: 0;
	color: #333;
	font: normal 12px/18px Arial, Helvetica, sans-serif;
	background: #4d8ed3 none;
}
#container {
	width: 900px;
	margin: 0 auto;
	padding: 10px 0 10px 10px;
	background: #fff none;
	overflow: hidden;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
#bigimage_container {
	float: left;
	margin: 0 10px 0 0;	
}
#configuration_container {
	float: right;
	width: 170px;
	background: #eee none;
	padding: 0 10px 10px 30px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}
div#logo {
	margin: 10px;
	float: left;
	border: none;
}


/* Content --------------------------------------------------------------------- */
h1 {
	font-size: 17px;
	font-weight: bold;
	color: #1f82c0;
}
h2 {
	margin: 10px 0 5px 0;
	font-size: 13px;
	font-weight: bold;
	color: #303030;
}
h3 {
	margin: 10px 0 5px 0;
	font-size: 12px;
	font-weight: bold;
	color: #303030;
}
a {
	color: #1f82c0;
	text-decoration: none;	
}
a img {
	border: none !important;
}


/* Forms ----------------------------------------------------------------------- */
input, 
select, 
textarea {
	border: 1px solid #333;
	margin-bottom: 1px;
}


/* Language -------------------------------------------------------------------- */
#language_switcher {
	width: 860px;
	margin: 10px auto;
	text-align: right;
	padding: 0;
    overflow: hidden; 
    font-size: 12px;
}
a.language_link {
	padding: 0 4px;
	margin: 0;
	height: 18px;
	border: 0;
	text-transform: uppercase;
	color: white;
}
a.language_link:hover {
	color: #DDD;
	text-decoration: none;
}
a.current_lang {
	font-weight: bold;
	color: #DDD;
}


/* Scrollbar ------------------------------------------------------------------- */
#track {
	background: url(../img/scrolltrack_speed.gif);
	width: 150px;
	height: 10px;
	margin-bottom: 10px;
	cursor: pointer;
	overflow: hidden;
}
#handle {
	background: url(../img/scrollhandle.png);	
	width: 20px;
	height: 10px;
	overflow: hidden;
	cursor: pointer;
}


/* Webcam ---------------------------------------------------------------------- */
p#webcam_source,
p#webcam_source a {
	margin: 0;
	padding: 0;
	font-size: 10px;	
}
p#webcam_source a:hover {
	text-decoration: underline;
	color: #1f82c0;	
}
a.webcamlinks {
	outline: none;
	text-decoration: none;
	border: 0;
	padding: 0 10px;
}
a.webcamlinks:hover {
	text-decoration: underline;
	color: #1f82c0;	
}
a.webcamlinks.current {
	font-weight: bold;
	background: #1f82c0 none;
	color: #fff;
}
#date_container_wrapper {
	width: 82px;
	overflow: hidden;
	height: 270px;
	-moz-border-radius : 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #e7e7e7;
	background: #fff;
}
#date_container {
	float: left;
	width: 58px;
	height: 270px;
	overflow: hidden;
	padding: 0 0 0 10px;
}
#scrollbar {
	float: right;	
}
#timetrack {
	background: url(../img/scrolltrack_vertical.gif);
	cursor: pointer;
	width: 10px;
	height: 270px;	
}
#timehandle {
	background: url(../img/scrollhandle_vertical.png);
	width: 10px;
	height: 20px;
	cursor: pointer;	
}
a.diashow_button {
	position: absolute;
	top:0;
}
a.diashow_button:hover {
	color: #1f82c0;	
}

/* Footer ---------------------------------------------------------------------- */
#footer {
	width: 860px;
	margin: 0 auto;
	padding: 10px 0 0 0;
	text-align: right;
	color: #fff;
	font-size: 10px;
	text-transform: uppercase;
}
#footer a {
	color: white;
}
#footer span {
	display: none;	
}


/* Weather --------------------------------------------------------------------- */
#weather_container {
	width: 900px;
	margin: 0 auto 5px auto;
	padding: 10px 0 10px 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #303030;
	background: #fff;
}

div.weather-entry {
	padding: 0px;
	margin: 0px 40px 0px 0px;
	float: left;
}

div.weather-entry p {
	padding: 0px;
	margin: 0px;
}

div.weather-entry label {
	width: 160px;
	float: left;
}


/* Misc ------------------------------------------------------------------------ */
.cf {
	clear: both;
	float: none;
	width: 0;
	height: 0;
	overflow: hidden;
}