html, body {
	min-width:1010px;
}
body, form { margin:0px; padding:0px; font-family: "proxima-nova", sans-serif; font-size:16px; color:#535050; font-weight:300; text-shadow:0 1px #FFFFFF; }
a:link, a:visited, a:active{ text-decoration: none; }
a:hover { text-decoration: underline; }

body {
	background:url(images/Jelly-Bean-wallpapers.jpg) right top no-repeat;
	background-size:cover;
	background-attachment:fixed;
}

.input-group {
	margin-bottom:5px;
}

#topo {
	height:50px;
	width:100%;
	position:fixed;
	background:rgba(255,255,255,0.85);
	-webkit-box-shadow: 0 2px 1px 0 rgba(0,0,0,0.2);
	box-shadow: 0 2px 1px 0 rgba(0,0,0,0.2);
	z-index:2;
	opacity:0.9;
}
#topo #user-photo {
	float:left;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background:url(images/user_avatar.png);
	-webkit-box-shadow: 0 0  2px 1px rgba(255,255,255,1);
	box-shadow: 0 0 2px 1px rgba(255,255,255,1);
	width:40px;
	height:40px;
	margin:4px;
}
#topo #mural-name {
	float:left;
	margin:12px 10px 0 8px;
}

#topo .mural-links {
	float:left;
}
#topo .mural-links > div, #topo .menu-link-holder {
	float:left;
	margin:9px 0 5px 0;
	padding:5px 12px 4px 12px;
	font-size:15px;
	font-weight:600;
	background:url(images/bg-dot-lineH.png) left repeat-y;
	white-space:nowrap;
	cursor:pointer;
}
#topo .mural-links div:hover{
	color:#3B58AF;
}
#topo .menu-link-holder {
	width:100px;
	height:30px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border:dotted 2px rgba(0,0,0,0.1);
}

#topo #mural-links {
	height:50px;
	overflow:hidden;
}
#topo #mural-links:hover {
	background:url(images/bg-top-menus2.png) top;
	height:auto !important;
	overflow:visible;
	-webkit-box-shadow: 0 2px 1px 0 rgba(0,0,0,0.2);
	box-shadow: 0 2px 1px 0 rgba(0,0,0,0.2);
}

#lateral {
	width:230px;
	height:100%;
	position:fixed;
	background:url(images/bg-texture.png);
	-webkit-box-shadow: 2px 0 1px 0 rgba(0,0,0,0.2);
	box-shadow: 2px 0 1px 0 rgba(0,0,0,0.2);
	z-index:1;
	padding-top:50px;
}
#lateral .menu, #lateral .menu-add, #lateral .menu-select, #lateral .menu-holder{
	padding: 10px 10px 10px 10px;
	height:40px;
	font-size:15px;
	line-height:20px;
	font-weight:700;
	background:url(images/bg-dot-line.png) top repeat-x;
	cursor:pointer;
}
#lateral .menu-holder{
	background:rgba(0,0,0,0.05);
	-webkit-box-shadow: inset 0 2px 1px 0 rgba(0,0,0,0.1);
	box-shadow: inset 0 2px 1px 0 rgba(0,0,0,0.1);
}
#lateral .menu:hover {
	background:rgba(0,0,0,0.05);
	-webkit-box-shadow: inset 0 2px 1px 0 rgba(0,0,0,0.1);
	box-shadow: inset 0 2px 1px 0 rgba(0,0,0,0.1);
}
#lateral .menu-select {
	background:url(images/bg-texture-blue.png);
	-webkit-box-shadow: inset 0 2px 1px 0 rgba(0,0,0,0.2);
	box-shadow: inset 0 2px 1px 0 rgba(0,0,0,0.2);
	color:#FFFFFF;
	text-shadow:0 1px 1px #555555;
}
#lateral .menu-add {
	color:#AAAAAA;
}
#lateral .menu-add:hover {
	color:#888888;
}


#conteudo {
	padding:70px 15px 15px 15px;
	width:100%;
}
#conteudo .lista-name {
	color:#FFF;
	text-shadow:0 1px 1px #555555;
	font-size:14px;
	padding:15px 0 0 10px;
}
#conteudo .lista, #conteudo .listaDescricao {
	margin-bottom:6px;
	padding:8px;
	height:36px;
	opacity:0.9;
	background:rgba(255,255,255,0.8);
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-weight:600;
	-webkit-box-shadow: 0 2px 1px 0 rgba(0,0,0,0.3);
	box-shadow: 0 2px 1px 0 rgba(0,0,0,0.3);
	cursor:pointer;
}
#conteudo .listaDescricao {
	height:auto;
	padding:0px;
	font-weight:300;
	cursor:auto;
	margin-top:-2px;
	font-size:14px;
	padding:15px;
	margin-bottom:20px
}
#conteudo .lista:hover {
	opacity:1;
	background:rgba(255,255,255,0.9);
}
#conteudo .lista-holder {
	padding:8px;
	margin:6px;
	height:36px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border:dotted 2px rgba(255,255,255,0.5);
}
#conteudo .lista .lista-texto {
	float:left;
	font-size:14px;
	font-weight:400;
	height:20px;
	white-space: nowrap;
	width: 98%;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-right:125px;
	margin-right:-125px;
}
#conteudo .lista .lista-data {
	float:right;
	color:#C33;
	font-size:12px;
	margin-top:2px;
}

#conteudo #box-insert, #conteudo #box-update {
	position:fixed;
	right:15px;
	width:330px;
	z-index:1;
	height:calc(100% - 82px);
	padding:15px;
	background:url(images/bg-texture.png);
	overflow-y:scroll;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 0 3px 2px rgba(0,0,0,0.15);
	box-shadow: 0 0 3px 2px rgba(0,0,0,0.15);
}