/* Reset */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}                  

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section { 
    display:block;
}

nav ul { list-style:none; }

blockquote, q { quotes:none; }

blockquote:before, blockquote:after,
q:before, q:after { content:''; content:none; }

a { margin:0; padding:0; font-size:100%; vertical-align:baseline; background:transparent; }

ins { background-color:#ff9; color:#000; text-decoration:none; }

mark { background-color:#ff9; color:#000; font-style:italic; font-weight:bold; }

del { text-decoration: line-through; }

abbr[title], dfn[title] { border-bottom:1px dotted; cursor:help; }

/* tables still need cellspacing="0" in the markup */
table { border-collapse:collapse; border-spacing:0; }

hr { display:block; height:1px; border:0; border-top:1px solid #ccc; margin:1em 0; padding:0; }

input, select { vertical-align:middle; }
/* END RESET CSS */


body{
	margin: 0px;
	/*width:100%;
	height:100%;*/
	font-family: sans-serif;
	background-color: #ffffff; /*#1d1d21;*/
	align:center;
	/*background: -webkit-gradient(linear, left top, left bottom, from(#1d1d21), to(#202025)); */
}

#vcenter {
    width:320px;
    height:320px;
	padding: -50px;
    margin: 10px auto; 
    background-color: #ffffff;
	background-image:url(../_img/logo_garooda.png);
    background-repeat:no-repeat;
    background-position:60px 0px;
}

#wrapper{
	width:320px;
	height:400px;
	position:relative;
	margin:auto;
	clear:left;
	padding-top:165px;
	/*height: 700px;*/
}



.shadowbox{
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
}
.shadowbox h1{
	/*
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	*/
	padding: 0.5em;
	color: #f1f3ff;
	font-size: 1.2em;
	text-shadow: 0px -1px 0px #000;
		/*
	background: -webkit-gradient(linear, left top, left bottom, from(#575861), to(#343437)); 
	background: -moz-linear-gradient(top , #575861, #343437);
	*/
	background: -webkit-gradient(linear, left top, left bottom, from(#065e78), to(#224b5f)); 
	background: -moz-linear-gradient(top , #61a1cf, #1c4f91);
	text-align: center;
	font-weight: normal;
}
.shadowbox div.badge{
	position: absolute;
	top: -3px;
	right: -3px;
	-border: 1px solid red;
	overflow: hidden;
	display: block;
	width: 100px;
	height: 100px;
	display: none;
}
.shadowbox div.badge span{
	position: absolute;
	top: 1em;
	right: -5em;
	z-index: 10;
	padding: 10px;
	text-align: center;
	width: 200px;
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	background: -webkit-gradient(linear, left top, left bottom, from(#8bac25), to(#aed532)); 
	background: -moz-linear-gradient(top , #8bac25, #aed532);
	-webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.5);
	border: 1px solid #7c9723;
	color: #4a5e13;
	text-shadow: 0px 1px 0px #c7f339;
	font-weight: bold;
}
.shadowbox h1:hover+div.badge,div.badge:hover{
	display: block;
}
.shadowbox ul{
	width: 100%;
	list-style-type: none;
	text-align:center;
	margin:0px;
	padding:0px;
	padding-left:-10px;
}
.shadowbox a{
	color: #999999;
	/*color: #7c7d8e;*/
	text-decoration: none;
	width: 100%;
}
.shadowbox a.noicon{
	margin-left:2.5em;
}
.shadowbox li{
	border-bottom: 1px solid #1b1b1e;
	border-top: 1px solid #3d3e46;
	color: #7c7d8e;
	text-shadow: 0px -1px 0px #19191d;
	background: -webkit-gradient(linear, left top, left bottom, from(#5d5d65), to(#34353a));  
	background: -moz-linear-gradient(top , #5d5d65, #34353a);
	-text-shadow: 0px 1px 0px #848b91;  
	font-size: 1em;
}
.shadowbox li a{
	width:235px;
	padding: 15px 10px;
	display: inline-block;
}
.shadowbox li img{
	width: 2em;
	margin: -0.5em 0.5em -0.5em 0;
}
.shadowbox big{
	font-size: 1em;
	width: 60px;
	display: inline-block;
}
.shadowbox li:hover{
	border-top: 1px solid #1b1b1e;
	background: -webkit-gradient(linear, left top, left bottom, from(#37373b), to(#46464c));  
	background: -moz-linear-gradient(top , #37373b, #46464c);
}
.shadowbox small{
	color: #565663;
	font-weight: light;
	font-size: 0.8em;
	margin-left: 10px;
}
.shadowbox .counter{
	float: right;
	background: -webkit-gradient(linear, left top, left bottom, from(#17171b), to(#27272d));  
	background: -moz-linear-gradient(top , #17171b, #27272d);
	-webkit-border-radius: 0.7em;
	-moz-border-radius: 0.7em;
	padding: 0.2em 0.6em;
	margin: -0.2em 0;
	-webkit-box-shadow: inset 0px -1px 0px #37373d;
}
.shadowbox li:hover .counter{
	background: -webkit-gradient(linear, left top, left bottom, from(#24252a), to(#3d3d45));   
	background: -moz-linear-gradient(top , #24252a, #3d3d45);
	-webkit-box-shadow: inset 0px -1px 0px #19191d;
}


.hoverhidden{
	margin-top: 10px;
	color: #7c7d8e;
	font-size: 0.8em;
}
.hoverhidden a{
	color: #7c7d8e;
	-text-decoration: none;
	width: 100%;
}
.hoverhidden .visible{
	text-align: right;
	color: #32323a;
	font-weight: light;
	cursor: pointer;
}
.hoverhidden .hidden{
	display: none;
}
.hoverhidden:hover .hidden,.hoverhidden .visible:hover+.hidden{
	display: block;
}

.subtitle
{
	color: #44454a;
}

/*
@media screen and (max-width: 320px) {
	body{
		margin: 0px;
	}
	#vcenter {
		width:0;
		height:0;
		margin-bottom:0;
		float:none;
	}
	#wrapper{
		width: 100%;
		position:auto;
		margin:auto;
		clear:left;
		padding: 0px;
		-border: 1px solid red;
	}
	.hoverhidden .visible, .hoverhidden .hidden{
		padding: 0 10px;
	}
}
*/ 