﻿body
{
	margin:0px;
	padding:0px;
	background-color:black;
	font-family:"Arial";
    font-size:20px;
    font-weight:bold;		
	text-align:center;
}

a
{
	color: black;
	text-decoration: none;
	outline: none;
}

a img 
{
    border: none;
}

input 
{
	width: 100px;
}

#loginform
{
	color: white;
	position:relative;		
	font-family:"Arial";
    font-size:16px;    
}

#loginbutton
{
	font-size:14px;
	background: #3183b1;
    color: #FFF;
	border-radius: 15px;
	height:26px;
	-webkit-border-radius: 15px;
    -moz-border-radius: 15px;	
	padding: 1px 0px 1px 0px;
	margin-left: 10px;	
    border: solid 1px #20538D;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
}

#userinfo 
{
	position:absolute;
	right:5px;	
	top: 76px;	
	font-family:"Arial";
	font-weight:bold;
    font-size:16px; 
}

#message
{
	color: white;			
	font-family:"Arial";
    font-size:16px;    
}

#poweredby
{
	color: grey;			
	font-family:"Arial";
    font-size:13px;
    text-decoration:underline    
}

#logoutlink 
{
    text-decoration: underline;
}

#group
{
	display: inline-block;
}

#comics
{			
	float: left;
	width: 148px;
	height: 148px;	

	border-radius: 15px;	
	-webkit-border-radius: 15px;


	background-image:url('/theme/comics.png');
	background-color:white;
	background-repeat:no-repeat;
	background-position:center bottom; 
	margin:40px;
} 

#books
{	
	float: left;	
	width: 148px;
	height: 148px;	

	border-radius: 15px;	
	-webkit-border-radius: 15px;

	background-image:url('/theme/books.png');
	background-color:white;
	background-repeat:no-repeat;
	background-position:center bottom; 
	margin:40px;
} 

#latest-comics
{			
	float: left;
	width: 132px;
	height: 132px;	

	border-radius: 15px;	
	-webkit-border-radius: 15px;
	
	background-image:url('/theme/latest-comics.png');
	background-color:white;
	background-repeat:no-repeat;
	background-position:center bottom; 
	margin:48px;
	
	font-size:16px;
   
} 

#latest-books
{	
	float: left;	
	width: 132px;
	height: 132px;	

	border-radius: 15px;	
	-webkit-border-radius: 15px;

	background-image:url('/theme/latest-books.png');
	background-color:white;
	background-repeat:no-repeat;
	background-position:center bottom; 
	margin:48px;
		
	font-size:16px;
} 

#files
{		
	float: left;
	width: 148px;
	height: 148px;	
	
	border-radius: 15px;
	-webkit-border-radius: 15px;

	background-image:url('/theme/files.png');
	background-color:white;
	background-repeat:no-repeat;
	background-position:center bottom; 
	margin:40px;
} 


#banner
{
	top:0px;
	left:0px;
	height: 100px;
	width:100%;
    margin-bottom:60px;

	background-image:url('/theme/banner.png');
	background-color:white;
	background-repeat:no-repeat;
    background-position: 20px;  
}