@font-face{ 
	font-family: AlternateGothic2BT; 
	src: url('../fonts/AlternateGothic2BT.ttf'); 
}

*{
	margin: 0;
	padding: 0;
}

body{
	background: url('../images/bg.png');
	/*background: #1b1b1d;*/
}

#card{
	background: #f8f6f7;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -150px;
    margin-left: -262.5px;
	width: 525px;
	min-height: 300px;	
	font-family: Arial, Tahoma, Verdana;
	overflow: hidden;
	-moz-box-shadow: 0 0 5px 5px white;
	-webkit-box-shadow: 0 0 5px 5px white;
	box-shadow: 0 0 5px 5px white;
}

#card ul{
	list-style: none;
	float: left;
	height: 300px;
	margin: 5px 20px 0 35px;
	padding-bottom: 1000px;
   	margin-bottom: -1000px;
}

#card ul li{
	background: #49a3d8;
	margin-top: 20px;
	padding: 0 5px;
}

#card ul li:hover{	
	-moz-box-shadow: inset 0 0 5px #000;
	-webkit-box-shadow: inset 0 0 5px #000;
	box-shadow: inner 0 0 5px #000;
}

a{
	outline: none;
	text-decoration: none;
}

#content{
	padding: 20px;
}

#name{
	font-family: AlternateGothic2BT;	
}
#name h1{
	font-weight: 400;
	font-size: 38px;
}
#name h1 span:nth-child(1){
	color: #49a3d8;	
}
#name h1 span:nth-child(2){
	color: #6d6d6d;
}

#name h4{
	color: #acacac;
	font-weight: 200;
	font-size: 20px;
	margin-top: -8px;
}

#tab-home{
	margin-top: 40px;
	font-size: 15px;
	font-weight: bold;
}

#tab-home tr td:nth-child(1){
	background: #49a3d8;
	color: white;
	padding: 1px 6px;
}
#tab-home tr td:nth-child(2){
	color: #6d6d6d;
	padding: 1px 0 1px 10px;
}

#tab-contact{
	margin-top: 10px;
}

/*Stili za kontakt formo*/
#contact-form input[type="text"], #contact-form input[type="email"]{	
    max-width: 340px;
    width:100%;
    border: 1px solid #ccc;
    background: #FFF;
    margin: 2px 0 3px;
    padding: 6px;
}
#contact-form textarea {
    max-width: 340px;
    width:100%;
    height: 80px;
    border: 1px solid #ccc;
    background: #FFF;
    margin: 2px 0 3px;
    padding: 6px;
}
#contact-form input[type="submit"] {
    cursor: pointer;
    width: 100px;
    border: none;
    background: #49a3d8;
    color: #FFF;
    margin: 0 0 5px;
    padding: 5px;
}

#contact-form input:hover, #contact-form textarea:hover, #contact-form input:focus, #contact-form textarea:focus{
	border: 1px solid #49a3d8;
	outline: none;
}

#contact-form input[type="submit"]:hover, #contact-form input[type="submit"]:focus{
	border: 0;
}

#tab-portfolio{
	margin-top: 10px;
}

#tab-portfolio a{
	color: black;
}

#tab-portfolio a:hover{
	text-decoration: underline;
}