/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Template 1 */

a{
	text-decoration: none;
}

body{
	background-repeat: no-repeat;
	background-color: black;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	line-height: 1.20em;
	
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

#logo{
	background-color: white;
	margin: 15px;
	margin-bottom: 0;
	padding: 5px;
	border-radius: 10px;
}

#menu{
	margin-top: 20px;
	margin-bottom: 28px;
}

.category{
	/* taken from http://yatil.de/Weblog/cross-browser-rgba */
	background-color: rgb(100, 100, 100);		/* for Firefox 2 */
	background-color: rgba(255, 255, 255, .6);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr=#88FFFFFF,endColorstr=#88FFFFFF );		/* for IE<9 */
	zoom:1;
	
	height: 55px;
	width: 450px;
	font-size: 42px;
	line-height: 1;
	text-shadow: 5px 5px 3px #666;
	
	/* for scroll effect */
	overflow: hidden;
	position: relative;
}

.ie8 .category{
	background-color: transparent;
}

.category a{
	right: 10px;
	top: 5px;
	position: absolute;
	width: 450px;
	text-align: right;
}

.shadow { 
	display: none; 
} /* For non-IE browsers */

.category a:link{
	color: white;
}
.category a:visited{
	color: white;
}
.category a:active{
	color: white;
}
.category a:hover{
	color: white;
}

.ie .category a:link{
	color: #666666;
}
.ie .category a:visited{
	color: #666666;
}
.ie .category a:active{
	color: #666666;
}
.ie .category a:hover{
	color: #666666;
}

.content{
	display: none;
	margin-bottom: 14px;
	position: relative;
}

.thumb_navigation{
	margin-left: 23px;
}

#footer{
	position: absolute;
	bottom: 0;
	right: 0;
	color: black;
	background-color: rgba(255, 255, 255, .6);
	border-top-left-radius: 5px;
	padding: 2px;
	padding-left: 4px;
	padding-right: 4px;
	font-size: 12px;
}

#footer a{
	 text-decoration:underline;
}

#footer a:link{
	color: black;
}
#footer a:visited{
	color: black;
}
#footer a:active{
	color: black;
}
#footer a:hover{
	color: black;
}

#all_content{
	background-repeat: no-repeat;
	background-position: center;
	background-attachment:fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='.myBackground.jpg', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='myBackground.jpg', sizingMethod='scale')";
	height: 100%;
	width: 100%;
	position: fixed;
	overflow-y: auto;		/* to show scroll bar */
	overflow-x: hidden;
}

.thumb{
	border-style: solid;
	border-width: 1px;
	border-color: #ffffff;
	height: 80px;
	width: 144px;
	margin-left: 3px;
	margin-right: 3px;
	float: left;
}

.white_back{
	/* taken from http://yatil.de/Weblog/cross-browser-rgba */
	background-color: rgb(100, 100, 100);		/* for Firefox 2 */
	background-color: rgba(255, 255, 255, .6);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr=#88FFFFFF,endColorstr=#88FFFFFF );		/* for IE<9 */
	zoom:1;
	
	padding: 14px;
}

.ie8 .white_back{
	background-color: transparent;
}

.content_column{
	width: 500px;
	text-align: justify;
	float: left;
	background-color: #ffffff;
	overflow: hidden;
}

.scroll_column{
	position: absolute;		/* for scroll effect */
	cursor: pointer;
}

.content_column div{
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 8px;
	overflow: auto;
	height: 181px;
}

.content_column img{
	height: 180px;
	width: 200px;
	float: left;
	margin: 1px;
}

h1{
	font-weight: bold;
	margin-bottom: 1em;
}

.arrow{
	height: 60px;
	width: 40px;
}

#arrow_left_div{
	position: absolute;
	top: 75px;		/* 182/2-60/2+14 */
}

#arrow_right_div{
	position: absolute;
	top: 75px;
	left: 1100px;		/* 14+40+1028+14+14 */
}

#cross_div{
	position: absolute;
	top: 4px;
	left: 1138px;		/* 14+40+1028+14+40 */
}

.slider{
	width: 1014px;
	height: 182px;
	position: absolute;
	left: 54px;		/* 14+40 */

	/* for scroll effect */
	overflow: hidden;
	position: relative;
}

#ajax_load{
	height: 40px;
	width: 40px;
	position: absolute;
	top: 200px;
	left: 200px;
	display: none;
}

.separator{
	padding-bottom: 14px;		/* margin-bottom cannot be used on the div above it, because of an ie8 bug with hide() */
}

table tr td{
	padding: 2px;
}

.lower_info{
	color: #888888;
}

.lower_info a:link{
	color: #888888;
}
.lower_info a:visited{
	color: #888888;
}
.lower_info a:active{
	color: #888888;
}
.lower_info a:hover{
	color: #888888;
}

.infobox{
	padding: 50px;
}

.message{
	border: 1px solid green;
	color: green;
	padding: 10px;
	margin: 10px;
}

.error_message{
	border: 1px solid red;
	color: red;
	padding: 10px;
	margin: 10px;
}

ul{
	list-style-type: square;
	list-style-position: outside;
	padding-left: 20px;
}

li{
	padding-bottom: 6px;
}

input,textarea {
    border:2px solid #dadada;
    border-radius:7px;
    padding:5px;
    margin-top:-10px;    
}

input:focus,textarea:focus { 
    outline:none;
    border-color:#9ecaed;
    box-shadow:0 0 10px #9ecaed;
}

.button {
	background-color: hsl(199, 100%, 30%) 
	!important; background-repeat: repeat-x; 
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00aeff", endColorstr="#006899");
	background-image: -khtml-gradient(linear, left top, left bottom, from(#00aeff), to(#006899));
	background-image: -moz-linear-gradient(top, #00aeff, #006899);
	background-image: -ms-linear-gradient(top, #00aeff, #006899);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00aeff), color-stop(100%, #006899));
	background-image: -webkit-linear-gradient(top, #00aeff, #006899);
	background-image: -o-linear-gradient(top, #00aeff, #006899);
	background-image: linear-gradient(#00aeff, #006899);
	border-color: #006899 #006899 hsl(199, 100%, 25%);
	color: #fff !important; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.33);
	-webkit-font-smoothing: antialiased;
}
