/* BODY */
body { 
    background-color: #ddd; /* Background color */
    color: #222;	        /* Foreground color used for text */
    font-family: Helvetica; 
    font-size: 14px; 
    margin: 0;	            /* Amount of negative space around the outside of the body */
    padding: 0;	            /* Amount of negative space around the inside of the body */
}

#imageheader {
	top: 0px;
	height: 60px;
	line-height: 1.5em;
	margin-left: auto; 
	margin-right: auto; 
	width: 370px;
	background: #ffffff;
	padding-top: 0px;
}

#imageheader img {
        width:370px;
        height:60px;
}

/* HEADER */
#header h1 {
    background-color: #ccc;
    border-bottom: 1px solid #666;
    height: 60px;
    color: #222;
    display: block;
    font-size: 20px;
    font-weight: bold;
    padding: 10px 10px;
    margin-bottom:10px;
    margin-top:0px;
    text-align: right;
    text-decoration: none;
}

#header div.leftButton {
    position: absolute;
    top: 40px;
    left: 6px;
    height: 30px;
    font-weight: bold;
    text-align: center;
    color: white;
    text-shadow: rgba (0,0,0,0.6) 0px -1px 1px;
    line-height: 28px;
    border-width: 0 8px 0 8px;
    -webkit-border-image: url(images/button.png) 0 8 0 8;
}

#header div.itemsButton {
    position: absolute;
    top: 40px;
    left: 65px;
    height: 30px;
    font-weight: bold;
    text-align: center;
    color: white;
    text-shadow: rgba (0,0,0,0.6) 0px -1px 1px;
    line-height: 28px;
    border-width: 0 8px 0 8px;
    -webkit-border-image: url(images/button.png) 0 8 0 8;
}

#header div.themesButton {
    position: absolute;
    top: 40px;
    left: 124px;
    height: 30px;
    font-weight: bold;
    text-align: center;
    color: white;
    text-shadow: rgba (0,0,0,0.6) 0px -1px 1px;
    line-height: 28px;
    border-width: 0 8px 0 8px;
    -webkit-border-image: url(images/button.png) 0 8 0 8;
}

/* MENU BAR HORIZONTAL */
#menu {
    margin: 0;
    padding: 0;
}

#menu ul {
    list-style: none;
    margin: 10px;
    padding: 0;
}

#menu ul.hide {
    display: none;
}

#menu ul li a {
    background-color: #FFFFFF;
    border: 1px solid #999999;
    color: #222222;
    display: block;
    font-size: 17px;
    font-weight: bold;
    margin-bottom: -1px;
    padding: 12px 10px;
    text-decoration: none;
}

#menu ul li:first-child a {
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
}

#menu ul li:last-child a {
    -webkit-border-bottom-left-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
}

/* LOGIN REQUEST */
#loginmenu {
    margin: 0;
    padding: 0;
}

#loginmenu ul {
    list-style: none;
    margin: 10px;
    padding: 0;
}

#loginmenu ul li a {
    background-color: #FFFFFF;
    border: 1px solid #999999;
    color: #222222;
    display: block;
    font-size: 17px;
    font-weight: bold;
    margin-bottom: -1px;
    padding: 12px 10px;
    text-decoration: none;
}

#loginmenu ul li:first-child a {
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
}

#loginmenu ul li:last-child a {
    -webkit-border-bottom-left-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
}

/* GENERIC LIST */
#listhead {
	display: none;
}

#listdetails {
	display: none;
}

.list1element {
	display: inline-block;
}

.list2element {
	display: inline-block;
}

/* THEMES */
#themeslisthead {
    color: #222;
    display: block;
    font-size: 20px;
    font-weight: bold;
    margin-top:0px;
    margin-bottom: -15px;
    text-align: center;
    text-decoration: none;
}

#themeslistdetails {
    margin: 0;
    padding: 0;
    text-align: justify;
}

#themeslistdetails ul {
    list-style: none;
    margin: 10px;
    padding: 0;
}

#themeslistdetails ul.hide {
    display: none;
}

#themeslistdetails ul li a {
    background-color: #FFFFFF;
    border: 1px solid #999999;
    color: #222222;
    display: block;
    font-size: 17px;
    font-weight: bold;
    margin-bottom: -16px;
    padding: 12px 10px;
    text-decoration: none;
}

#themeslistdetails ul li:first-child a {
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
}

#themeslistdetails ul li:last-child a {
    -webkit-border-bottom-left-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
}

/* ITEMS */
#itemslisthead {
    color: #222;
    display: block;
    font-size: 20px;
    font-weight: bold;
    margin-top:25px;
    margin-bottom: 0px;
    text-align: center;
    text-decoration: none;
}

#itemslistdetails {
    margin: 0;
    display: inline-block;
    padding-left: 10px;
    text-align: justify;
}

#itemslistdetails a {
    background-color: #FFFFFF;
    border: 1px solid #999999;
    color: #222222;
    display: block;
    font-size: 17px;
    font-weight: bold;
    margin-bottom: -16px;
    padding: 12px 10px;
    text-decoration: none;
}

#itemslistdetails a {
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
}

#itemslistdetails a {
    -webkit-border-bottom-left-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
}

/* SINGLE ITEM */
#itemhead {
    color: #222;
    display: block;
    font-size: 20px;
    font-weight: bold;
    margin-top:30px;
    margin-bottom: 15px;
    text-align: center;
    text-decoration: none;
}

#itemtext {
	border: thin solid #cccccc;
	background: #ffffff;
	font-size: 12px;
	margin: 10px;
	padding: 5px 5px 5px 5px;
}

/* USER HOME */
#userhome {
	display: none;
	padding: 10px;
}

/* SOME GENERALS */
.hide {
	display: none;
}

.show_android {
	display:inline-block;
}

/* OLD STUFF */
table.visible_login_details {
	display: none;
}

#login {
    font-family: Courier New, monospace;
	padding: 12px
}

.show-desktop {
	display:none;
}
