/*-------------------------
	Simple reset
--------------------------*/


*{
	margin:0;
	padding:0;
}


/*-------------------------
	General Styles
--------------------------*/


html{
	background:url('../img/bg.jpg') #e5e5e5;
}

body{
	font:14px/1.3 'Segoe UI',Arial, sans-serif;
	background-color:transparent;
}

a, a:visited {
	outline:none;
	color:#1c4f64;
}

a:hover{
	text-decoration:none;
}

section, footer, header{
	display: block;
}

#main{
	width:575px;
	text-align:center;

	position:absolute;
	top:50px;
	left:50%;
	width:500px;
	height:500px;
	margin:0 0 0 -250px;
}


/*-------------------------
	The Widget
--------------------------*/


#widget{
    width:256px;
    height:375px;
    position:relative;
    overflow:hidden;
    font:12px 'Open-Sans', Arial, sans-serif;
    border:1px solid #C3C3C3;
    color:#5e5e5e;
    background-color:#fff;
    box-shadow:0 0 15px rgba(0,0,0,0.05) inset, 0 0 4px rgba(0,0,0,0.1);
    border-radius:3px;
    margin:120px auto 50px;
}

#content{
    position: absolute;
	top: 95px;
	bottom: 25px;
	left: 25px;
	right: 13px;
	overflow-x: hidden;
	overflow-y: scroll;
	padding-right: 10px;
}

#content p{
	margin-bottom:10px;
}

#content img{
	margin: 15px;
}

#search{
	border: none;
	width: 159px;
	top: 30px;
	left: 23px;
	font: inherit;
	position: absolute;
	outline: none;
	line-height: 16px;
	padding: 5px 8px;
	background-color: transparent;
}

span.match{
 	background-color:#f8dda9;
 	border:1px solid #edd19b;
 	margin:-1px;
}

#header{
	border-radius:3px 3px 0 0;
	background-color:#eee;

	height:80px;

	background:url('../img/header.jpg') no-repeat;
	border-bottom: 1px solid #CACACA;
	box-shadow: 0 0 5px #DDD;
}

/*----------------------------
	The Footer
-----------------------------*/


footer{
	background-color: #111111;
	bottom: 0;
	box-shadow: 0 -1px 2px rgba(0,0,0,0.4);
	height: 45px;
	left: 0;
	position: fixed;
	width: 100%;
	z-index: 100000;
}

footer h2{
	color: #EEEEEE;
	font-size: 14px;
	font-weight: normal;
	left: 50%;
	margin-left: -400px;
	padding: 13px 0 0;
	position: absolute;
	width: 540px;
	line-height: 1.4;
	margin-top: 0;
}

footer h2 i{
	font-style:normal;
	color:#888;
}

footer a.tzine,a.tzine:visited{
	color: #999999;
	font-size: 12px;
	left: 50%;
	margin: 16px 0 0 110px;
	position: absolute;
	text-decoration: none;
	top: 0;
}

footer a i{
	color:#ccc;
	font-style: normal;
}

footer a i b{
	color:#c92020;
	font-weight: normal;
}
