a.next-step{
	background:url(@theme_image_path@/login/arrow-next.png) no-repeat top right;
	display:block;
	height:56px;
	padding-top:16px;
	padding-right:75px;
	text-align:center;
	font-size:1.7em;
	color:#459B0E;
	text-decoration:none;
	margin:20px 0;
}

a.next-step:hover{
	color:#CC7B2C;
}

div h2{
	color:#9A9A9A;
	margin-top:0px;
}

table.user_info dl.info{
	margin-top:0;
}

table.user_info dl.info dt{
	padding-bottom:5px;	
	margin-top:0;
}

table.user_info dl.info dd{
	margin-top:0;
	padding-bottom:5px;
} 
table.user_info a{
	padding-bottom:5px;
	display:block;
	text-decoration:none;
}

table.user_info dd.userlist{
	height:40px;
	clear:both;
	padding-bottom:5px;
	width:165px;
}

table.user_info dd.userlist img{
	float: left;
	width: 40px;
}

table.user_info dd.userlist div{
	padding-top:5px;
}

table.user_info dd.show-all{
	padding-bottom:15px;
	font-weight:bold;
}

table.user_info dd.show-all a{
	text-decoration:underline;
}

table.user_info dd.show-all a:hover{
	text-decoration:none;
}

table.user_info tr td{
	vertical-align:top;
}

table.user_info h2{
	margin:10px 0;
}

table.user_info img{
	margin-right:10px;
	width:70px;
}

div.administrators dd.userlist{
	clear:both;	
}

div.administrators dd.userlist img{
	float: left;
	width: 40px;
	padding-right:5px;
}

div.administrators dd.userlist div{
	padding-top:5px;
}

div ul.community_menu {
	list-style-type:none;
	clear:both;
	padding-top:15px;

}

div ul.community_menu li {
	list-style-type:none;
	padding-bottom:5px;
}

/* FriendsList */

div.thumbnail-list {
    background:rgba(200, 200, 200, 0.4);
    padding: 0 12px 1px 12px;
    margin-bottom:25px;
    text-align: left;
    -moz-border-radius: 10px;
	-webkit-border-radius: 10px;	
	border-radius: 10px;
}


.thumbnail-list div.image{
	width:30px;
	height:30px;

	float:left;
	margin: 5px;
	position:relative;
	border:1px solid #FFF;
}


.thumbnail-list .image img{
	clip:rect(0px,30px,30px,0px);
	position:absolute;
	width:30px;
}

.parish-item {
	clear:both;
	padding-top:7px;
}

.parish-list img{
	float:left;
	width:30px;
	margin-right:5px;
}

.parish-list span{
	padding-top: 10px;
}

h3.label{
	font-size:1.2em;
	color:#999;
	font-weight:normal;
	margin-bottom:0;
}

.thumbnail-list h3.label{
    margin-bottom: 5px;
    padding-top: 8px;
	text-align:center;
}
a.more{
	float:right;
	background:url(@theme_image_path@/custom/viac.png) no-repeat top right;
	width:50px;
	height:22px;
	text-indent:-9999px;
}

a.whole-profile{
	float:right;
	background:url(@theme_image_path@/custom/cely-profil.png) no-repeat top right;
	width:98px;
	height:16px;
	text-indent:-9999px;
}

a.edit-profile{
	float:right;
	background:url(@theme_image_path@/custom/upravit-profil.png) no-repeat top right;
	width:98px;
	height:21px;
	text-indent:-9999px;
}

a.contact-info{
	float:right;
	background:url(@theme_image_path@/custom/kontaktne-informacie.png) no-repeat top right;
	width:101px;
	height:52px;
	text-indent:-9999px;
}

a.more, a.whole-profile, a.edit-profile, a.contact-info{
	background-position:top;
}

a.more:hover, 
a.whole-profile:hover,
a.edit-profile:hover, 
a.contact-info:hover{
	background-position:bottom;
}

div.left-side{
	width:40%;
	float:left;
}

div.right-side{
	width:40%;
	float:right;
}

dd.community-list{
	float:left;
	padding-right:15px;
	line-height: 26px;
}

dd.userlist img{
	width:70px;
	float:left;
	margin-right:10px;
}

img.parish-profil{
	width:180px;
}


.color-button{
    
    -moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	
    box-shadow:0px 0px 10px #3F3C3D;
	-moz-box-shadow: 0px 0px 7px #3F3C3D;
	-webkit-box-shadow: 0px 0px 7px #3F3C3D;
	
	margin-right:20px;
	
	border:1px solid #064963;

	display:inline-block;
	
	margin:10px 0;
	padding:10px;
	
	text-shadow: 1px 1px 3px #000;
	text-decoration:none;
	
	color:#DDD;
	background:#064963;
	background-image: -webkit-gradient(
		    linear,
		    left bottom,
		    left top,
		    color-stop(0.27, #064963),
		    color-stop(0.76, #15657c )
		);
	background-image: -moz-linear-gradient(
		    center bottom,
		    #064963 27%,
		    #15657c  76%
		);
}

color-button:hover
{
	border:1px solid #ffa23d;
		
   background-image: -webkit-gradient(
		    linear,
		    left bottom,
		    left top,
		    color-stop(0.27, #fbba34),
		    color-stop(0.76, #f79b23 )
		);
	background-image: -moz-linear-gradient(
		    center bottom,
		    #fbba34 27%,
		    #f79b23  76%
		);
		
	text-shadow: 1px 1px 3px #D3781F;	
	color:#FFF;
}

input.color-button{
	font-size:22px;
	padding:10px 20px; 
	font-weight:bold;
}

input.color-button:hover{
	color:#FFF;
}
