/* CSS Document by Bart Muskala - bart@allabout.be */

/* MAIN */

body {
	margin: 0;
	font-family: Helvetica,Arial,Verdana;
	color: #333333;
	overflow-x: hidden;
    -webkit-user-select: none;
    -webkit-text-size-adjust: none;
    background-color: #FFFFFF;
    height: 100%;
}

#app_screen {
	max-width: 320px;
	min-height: 480px;
    background-color: #FFFFFF;	
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.page-loader {
  position: relative;
  top: 0;
  bottom: 0%;
  left: 0;
  right: 0%;
  background-color: white;
  z-index: 99;
  text-align: center;
  width: 100%;
  padding-top: 100px;
  min-height: 480px;
  width: 320px;
}

/* HEADER */

#header {
	background-image: url(../assets/header_background.jpg);
	background-repeat:repeat-x;
	height: 43px;
	width: 320px;
}

#logo {
	background-image:url(../assets/logo.jpg);
	margin-left: 10px;
	margin-top: 5px;
	height: 32px;
	width: 200px;
	float: left;
	background-repeat:no-repeat;
}

#settings {
	background-image:url(../assets/icon_settings.jpg);
	margin-top: 5px;
	position: relative;
	right: 9px;
	height: 32px;
	background-repeat:no-repeat;
	float: right;
	width: 22px;
}

/* NAVIGATION */

.navigation {
	height: 28px;
	width: 320px;
	background-color:#FFFFFF;
}

.navitem1 {
	width:100px;
	height: 28px;	
	float: left;
	background-image: url(../assets/btn_bookmarks.jpg);
	background-repeat: repeat-x;
}

.navitem1down {
	width:100px;
	height: 28px;	
	float: left;
	background-image: url(../assets/btn_bookmarks_down.jpg);
	background-repeat: repeat-x;
}

.navitem2 {
	width:100px;
	height: 28px;	
	float: left;
	background-image: url(../assets/btn_tags.jpg);
	background-repeat: repeat-x;
}

.navitem2down {
	width:100px;
	height: 28px;	
	float: left;
	background-image: url(../assets/btn_tags_down.jpg);
	background-repeat: repeat-x;
}

.navitem3 {
	width:100px;
	height: 28px;	
	float: left;
	background-image: url(../assets/btn_network.jpg);
	background-repeat: repeat-x;
}

.navitem3down {
	width:100px;
	height: 28px;	
	float: left;
	background-image: url(../assets/btn_network_down.jpg);
	background-repeat: repeat-x;
}

.navitem4 {
	width:20px;
	height: 28px;	
	float: left;
	background-image: url(../assets/btn_inbox.jpg);
	background-repeat: repeat-x;
}

.navitem4down {
	width:20px;
	height: 28px;	
	float: left;
	background-image: url(../assets/btn_inbox_down.jpg);
	background-repeat: repeat-x;
}

/* SUBNAV */

.subnavigation {
	background-image: url(../assets/submenu_background.jpg);
	background-repeat:repeat-x;
	width: 320px;
	height: 27px;
}

.subnavitem {
	background-image: url(../assets/submenu_btn_background.jpg);
	background-repeat: repeat-x;
	position: relative;
	top: 4px;
	left: 5px;
	float: left;
	margin-right: 5px;
}

.subnavitemright {
	background-image: url(../assets/submenu_btn_background.jpg);
	background-repeat: repeat-x;
	position: relative;
	top: 4px;
	right: 0px;
	float: right;
	margin-right: 5px;
}

.subnavtext, .subnavtextselected {
	font-size: 13px;
	float: left;
	color: #333333;
	height: 20px;
	position: relative;
	top: 2px;
	text-align: center;
	vertical-align: middle;
	padding-left: 5px;
	padding-right: 5px;
}

.subnavtextselected {
	font-weight: bold;
}

.subnavtext a, .subnavtextselected a {
	text-decoration: none;
	color: #333333;
}

.suvnavitem_left {
	background-image: url(../assets/submenu_btn_left.jpg);
	float: left;
	width:5px;
	height:20px;
}

.suvnavitem_right {
	background-image: url(../assets/submenu_btn_right.jpg);
	float: left;
	width: 5px;
	height: 20px;
}

/* CONTENT */

.content {
	width: 320px;
	position: relative;
	background-color:#FFFFFF;
}

.bookmark {
 	position: relative;
	z-index: 1; 	
	left: 0px;
	padding-left: 12px;
	padding-right: 5px;
	top: 3px;
	width: 303px;
	padding-bottom: 8px;
	margin-bottom: 6px;
	padding-top: 3px;
}

.addbutton {
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 0px;
	padding-bottom: 2px;
	width: 32px;
	height: 14px;
	background-image: url(../assets/add_img.jpg);
	background-repeat: no-repeat;
}

.title {
	font-size: 15px;
	font-weight: normal;
	color: #333333; 
	line-height: 15px;
}

.title a {
	color: #2C68BD;
}

.text, .text a {
	font-size: 13px;
	font-weight: normal;
	color: #2C68BD;
	line-height: 15px;
}

.tags {	
	position: relative;
	top: 4px;
	font-size: 12px;
	font-weight: bold;
	z-index: 10;
	color: #2C68BD;
}

.tags a {
	color: #2C68BD;
	z-index: 10;	
	text-decoration: none;
}

.line {
	height:1px;
	width: 320px;
	background-image:url(../assets/line.jpg);
	background-repeat:repeat-x;
}

.settingsform {
	-webkit-border-radius:5px;
	width: 282px;
	font-size: 15px;
	border: solid 1px #2C68BD;
}

.settingsformdd {
	-webkit-border-radius:5px;
	width: 299px;
	font-size: 15px;
	border: solid 1px #2C68BD;
}

.savebutton {
	text-align:center;
	text-decoration:none;
	text-shadow: #666666 0 -1px 1px;
	font-size: 15px;
	color: #ffffff;
	border: none;
	background-image: url(../assets/btn_save.jpg);
	width: 300px;
	height: 35px;	
}

.fadeBlock {
	padding-left:10px; 
	padding-top: 5px; 
	padding-right: 30px;
	color:#666666; 
	background-color: #FFFFCC;
	width:280px;
	height:38px;
	text-align:left;
	font-size: 13px;
}

.close {
	position: absolute;
	top: 12px;
	right: 13px;
	float: right;
	width: 15px;
	height: 15px;
	background-image: url(../assets/btn_close.png);
	background-repeat: no-repeat;
}

.closewhite {
	position: absolute;
	top: 7px;
	right: 13px;
	float: right;
	width: 15px;
	height: 15px;
	background-image: url(../assets/btn_close_white.png);
	background-repeat: no-repeat;
}

.prevbtn {
	background-image: url(../assets/btn_prev.jpg);
	background-repeat: no-repeat;	
	float:left;
	width: 160px;
	height: 21px;
}

.nextbtn {
	background-image: url(../assets/btn_next.jpg);
	background-repeat: no-repeat;	
	float:left;
	width: 160px;
	height: 21px;
}

.leegbtn {
	background-image: url(../assets/btn_leeg.jpg);
	background-repeat: no-repeat;	
	float:left;
	width: 160px;
	height: 21px;
}

/* TAGS */

.tag, .tag a {
	color: #333333;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	top: 8px;
//	line-height: 35px;
	text-align: justify; 
}

/* SEARCH */

.search {
	background-image:url(../assets/search_background.jpg);
	background-repeat:no-repeat;
	position: relative;
	height: 32px;
	width: 320px;
	margin-top: 3px;
}

.form {
	width: 275px;
	position: relative;
	top: 2px;
	left: 28px;
	height: 20px;
}

.form input {
	font-size: 13px;
	color: #333333;
	width: 255px;
	height: 20px;
	border: 0px;
	background: transparent 
	url("../assets/spacer.gif") repeat;	
}
