body{ 
	background: url("../../../content/site_data/images/bg.jpg") no-repeat center center fixed; 
	background-size: cover;
	font-family: 'Lobster', cursive;
}
h1#header{
	color: #fff;
	font-size: 3.2em;
	text-shadow: 5px 5px 3px rgba(0,0,0,0.6);
	cursor: default;
	margin: 18px;
}
h1,h2{
	color: #fff;
	text-shadow: 5px 5px 3px rgba(0,0,0,0.6);
	cursor: default;
	-webkit-font-smoothing: antialiased;
}

div#container_login{
	font-family: 'Lobster', cursive;
	background-color: rgba(98, 0, 96, 0.6);
	border-color: rgba(200, 175, 200, 1); 
	width: 320px;
	min-width: 320px;
	height: 400px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	top: 0px;
	margin: auto;
	border-width: 2px;
	border-style:outset;
	border-radius: 10px;
}
div{
	margin-bottom: 0em;
}
a{
	color: rgba(200, 175, 200, 1);
	text-shadow: 5px 5px 3px rgba(0,0,0,0.6);
	font-size: 1em;
	cursor: default;
}
input{
	width: 90%;
	font-size: 1.2em;
	height: 35px !important;
	margin-bottom: 5px !important;
	border-radius: 10px;
	background-color: rgba(79, 0, 79, 0.5);
	border-color: rgba(200, 175, 200, 1); 
	text-align: center;
	color: #fff;
	font-family: 'Lobster', cursive;
}
input:focus{
	outline: none;
}
button:focus{
	outline: none;
}
button{
	font-family: 'Lobster', cursive;
	width: 35%;
	height: 8%;
	font-size: 1.2em;
	border-radius: 8px;
	background-color: rgba(179, 130, 179, 0.8);
	border-color: rgba(200, 175, 200, 1); 
	margin-top: 0.6em;
}
button#loginbutton{
	font-family: 'Lobster', cursive;
	background-color: rgba(130, 130, 255, 0.8);
	border-color: rgba(175, 175, 255, 1); 
}
#footer{
	position: absolute;
	bottom: 5px;
	right: 0px;
	left: 0px;
	margin: auto;
	color: rgba(220, 175, 220, 1);
	text-shadow: 0px 0px 8px rgba(0,0,0,1);
	z-index: 1;
}
select, select:focus{
	z-index: 1;
	outline: none;
	font-size: 1.1em;
	border-radius: 4px;
	border-width: 2px;
	background-color: rgba(79, 0, 79, 0.5);
	border-color: rgba(200, 175, 200, 1); 
	text-align: center;
	color: #fff;
	font-family: 'Lobster', cursive;
}

/*APP UI STYLES*/

div#app_wrapper{
	font-family: 'Lobster', cursive;
	background-color: rgba(98, 0, 96, 0.6);
	border-color: rgba(200, 175, 200, 1); 
	width: 950px;
	height: 580px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	top: 0px;
	margin: auto;
	border-width: 2px;
	border-style:outset;
	border-radius: 10px;
}
div#settings{
	width: 920px;
	height: 40px;
	background-color: rgba(218, 120, 216, 0.6);
	border-color: rgba(200, 175, 200, 1); 
	border-width: 2px;
	border-style:outset;
	border-radius: 10px;
	position: absolute;
	left: 0px;
	right: 0px;
	top: 3px;
	margin: auto;
}
div#login_head{
	height: 40px;
	width: 140px;
	border-width: 2px;
	border-style:outset;
	border-radius: 10px 0px 0px 10px;
	margin-top: -2px;
	margin-left: -2px;
	float: left;
	background-color: rgba(179, 100, 179, 0.5);
	border-color: rgba(200, 175, 200, 1);
	cursor: pointer; 
}
div#login_head a{
	color: #fff;
	position: relative;
	bottom: 25px;
	left: 35px;
	margin: auto;
	cursor: inherit;
}
div#user_dp{
	height: 30px;
	width: 30px;
	border-radius: 10px;
	margin-top: 5px;
	margin-left: 5px;
	/*background-image: url("../../../content/site_data/images/logo.png");*/
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;

}
div#session_info{
	padding-top: 10px;
	width: 300px;
	height: 30px;
	color: #fff;
	border-width: 2px;
	border-style:outset;
	border-radius: 0px 10px 10px 0px;
	margin-top: -2px;
	float: left;
	background-color: rgba(79, 0, 79, 0.5);
	border-color: rgba(200, 175, 200, 1); 
}
div#session_info a{
	margin-left: 5px;
}
button.options{
	height: 44px;
	width: 44px;
	border-radius: 0px;
	margin-right: -2px;
	margin-left: -1px;
	margin-top: -2px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
button.options:hover{
	background-color: rgba(179, 179, 179, 0.8)
}
div#option_bar{
	float: right;
	margin-right: 2px;
}
button#view_partner{
	background-image: url("../../../content/site_data/images/user.png");
	border-radius: 10px 0px 0px 10px;
}
button#add_partner{
	background-image: url("../../../content/site_data/images/add_user.png");
	background-size: 80% 80%;
}
button#hide_chat{
	background-image: url("../../../content/site_data/images/hide_chat.png");
}
button#kill_chat{
	background-image: url("../../../content/site_data/images/kill_chat.png");
	background-size: 80% 80%;
}
select#themer_app, select#themer_app:focus{
	height: 44px;
	border-width: 2px;
	border-style:outset;
	border-radius: 0px 10px 10px 0px;
	margin-right: -2px;
	margin-top: -2px;
	float: right;
}
button#logout{
	color: #fff;
	float: right;
	height: 44px;
	width: 44px;
	border-radius: 0px;
	margin-right: -2px;
	margin-top: -2px;
	background-image: url("../../../content/site_data/images/logout.png");
	background-repeat: no-repeat;
	background-size: 80% 80%;
	background-position: center;
}
button#logout:hover{
	background-color: rgba(255, 60, 60, 0.8);
	border-color: rgba(255, 60, 60, 0.8);
}
div#chat_window{
	height: 330px;
	width: 920px;
	background-color: rgba(218, 120, 216, 0.6);
	border-color: rgba(200, 175, 200, 1); 
	position: absolute;
	left: 0px;
	right: 0px;
	top: 50px;
	margin: auto;
	border-width: 2px;
	border-style:inset;
	border-radius: 10px;
	overflow-y: scroll;
}
div#mydp, div#frienddp{
	height: 20px;
	width: 20px;
	display: inline-block;
	background-image: url("../../../content/site_data/images/logo.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-color: rgba(218, 120, 216, 0.6);
	border-color: rgba(200, 175, 200, 1); 
	border-width: 1px;
	border-style:outset;
	border-radius: 3px;
	padding: 3px;
	position: relative;
	top: 8px;
	cursor: pointer;
}
div#mydp{
	margin-left: 5px;
}
div#frienddp{
	margin-right: 5px;
}
ul#conversation{
	list-style-type: none;
	margin-right: 10px;
	margin-left: -20px;
}
ul#conversation li{
	width: auto;
	display: block;
	margin: 2px 0px 2px 0px;
	height: 28px;
}
ul#conversation li a{
	color: #fff;
	text-shadow: none;
	background-color: rgba(218, 120, 216, 0.6);
	border-color: rgba(200, 175, 200, 1); 
	border-width: 1px;
	border-style:outset;
	border-radius: 3px;
	padding: 3px;
}
#mymessage, #mydp{
	text-align: right;
}
#friendmessage, #frienddp{
	text-align: left;
}
#failmessage{
	text-align: center;
}
#failmessage a{
	background-color: rgba(218, 180, 180, 0.6) !important;
	border-color: rgba(218, 180, 180, 1) !important; 
	color: rgba(250, 10, 10, 1) !important;
	position: relative;
	top: 12px;
}
form#input_area{
	width: 920px;
	height: 80px;
	background-color: rgba(218, 120, 216, 0.6);
	border-color: rgba(200, 175, 200, 1); 	
	position: absolute;
	bottom: 110px;
	left: 0px;
	right: 0px;
	margin: auto;
	border-width: 2px;
	border-style:outset;
	border-radius: 10px;
}
input#chatbox{
	width: 920px;
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	margin: auto;
}
button.appbox{
	height: 30px;
	width: 50px;
	position: relative;
	top: 10px;
	margin-left: 5px;
	margin-right: 5px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
button.appbox:hover{
	background-color: rgba(179, 179, 179, 0.8)
}
button#emoji{
	background-image: url("../../../content/site_data/images/emoji_icon_small.png");
}
button#files{
	background-image: url("../../../content/site_data/images/upload.png");
}
button#images{
	background-image: url("../../../content/site_data/images/camera.png");
}
button#sticktobottom{
	background-image: url("../../../content/site_data/images/stick.png");
}
button#send{
	float: right;
	color: #fff;
	width: 80px;
}
button#send:hover{
	background-color: rgba(0, 150, 0, 0.8);
	border-color: rgba(0, 150, 0, 0.8);
}
div#chat_list{
	width: 920px;
	height: 95px;
	background-color: rgba(218, 120, 216, 0.6);
	border-color: rgba(200, 175, 200, 1); 
	border-width: 2px;
	border-style:outset;
	border-radius: 10px;
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 5px;
	margin: auto;
	white-space: nowrap;
	overflow: auto;
}
#list_container{
	width: 500px;
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	top: 0px;
	margin: auto;
	margin-left: -25px;
}
ul#people li{
	height: 60px;
	width: 60px;
	margin-top: -8px;
	margin-right: 5px;
	margin-bottom: 5px;
	border-radius: 50%;
	border-width: 2px;
	border-style:outset;
	list-style: none;
	display: inline-block;
	/*background-image: url("../../../content/site_data/images/logo.png");*/
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	background-color: #000;
	cursor: pointer;
}

/* USER PROFILE STYLES */
/*app wrapper -- width: 950px; height: 580px;*/
div#user_info_wrapper{
	height: 480px;
	width: 350px;
	position: absolute;
	top: 60px;
	bottom: 0px;
	left: 20px;
	margin: auto;
}
div#dp_frame_in{
	height: 200px;
	width: 200px;
	background-image: url("");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	margin: auto;
	z-index: 1;
	background-color: rgba(218, 120, 216, 0.6);
	border-color: rgba(200, 175, 200, 1); 
	border-width: 2px;
	border-style:outset;
	border-radius: 10px;
}
div#dp_frame_out{
	height: 220px;
	width: 220px;
	position: absolute;
	top: 20px;
	left: 0px;
	right: 0px;
	margin: auto;
	background-color: rgba(218, 120, 216, 0.6);
	border-color: rgba(200, 175, 200, 1); 
	border-width: 2px;
	border-style:outset;
	border-radius: 10px;
}
div#new_dp{
	height: 40px;
	width: 100%;
	border-radius: 0px 0px 7px 7px;
	background-color: #000;
	opacity: 0.8;
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	margin: auto;
	z-index: 2;
	display: none;
	text-align: center;
}
div#new_dp:hover{
	cursor: pointer;
}
div#new_dp a{
	color: #fff;
	cursor: pointer;
}
div#user_info{
	display: block;
	position: absolute;
	top: 260px;
	left: 0px;
	right: 0px;
	margin: auto;
	font-size: 1.2em;
	text-align: center;
}
textarea#about_me, textarea#about_me:focus{
	outline: none;
	height: 120px;
	width: 300px;
	resize: none;
	position: absolute;
	top: 320px;
	left: 0px;
	right: 0px;
	margin: auto;
	padding: 5px;
	font-size: 1em;
	border-radius: 10px;
	background-color: rgba(79, 0, 79, 0.5);
	border-color: rgba(200, 175, 200, 1); 
	text-align: center;
	color: #fff;
	font-family: 'Lobster', cursive;
	overflow: hidden;
}
button#save_info{
	height: 35px;
	width: 70px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	margin: auto;
}
div#sidebar{
	width: 500px;
	height: 450px;
	position: absolute;
	bottom: 0px;
	top: 50px;
	right: 20px;
	margin: auto;
}
form#search{
	position: absolute;
	top: 0px;	
	right: 0px;
	left: 0px;
	margin: auto;	
}
div#search{
	width: 100%;
	position: absolute;
	top: 0px;	
	right: 0px;
	left: 0px;
	margin: auto;	
}
input#searchbar{
	width: 60% !important;
}
form#search button{
	width: 70px;
	height: 35px;
}
div#friends, div#recent_chats{
	width: 400px;
	height: 125px;
	background-color: rgba(218, 120, 216, 0.6);
	border-color: rgba(200, 175, 200, 1); 
	border-width: 2px;
	border-style:outset;
	border-radius: 10px;
	position: absolute;
	left: 0px;
	right: 0px;
	top: 10px;
	margin: auto;
	white-space: nowrap;
	overflow: auto;
}
div#friends a, div#recent_chats a{
	font-size: 1.4em;
}
div#friends div#list_container, div#recent_chats div#list_container{
	margin-top: 30px;
}
div#recent_chats{
	top: 180px;
}
div#user_options{
	position: absolute;
	bottom: 20px;	
	right: 0px;
	left: 0px;
}
div#user_options button{
	height: 35px;
	width: 190px;
	position: absolute;
	margin: auto;	
}
div#user_options button#logoff{
	left: 50px;
}
div#user_options button#delact{
	right: 50px;
}
div#user_options button#search{
	left: 50px;
	bottom: 10px;
}
div#user_options button#manage{
	right: 50px;
	bottom: 10px;
}

/* SEARCH UI STYLES */

button.search_app{
	width: 90px;
	height: 35px;
}
.centered{
	position: absolute;
	margin: auto;
}
input#searchbar_app{
	width: 700px;
	left: 135px;
}
button#home{
	left: 25px;
}
button#search_app{
	right: 15px;
}
div#search_area{
	width: 850px;
	height: 410px;
	left: 0px;
	right: 0px;
	bottom: 10px;
	background-color: rgba(218, 120, 216, 0.6);
	border-color: rgba(200, 175, 200, 1); 
	border-width: 2px;
	border-style: inset;
	border-radius: 10px;
	overflow-y: scroll;
	padding: 10px;
}
a#empty_search{
	position: absolute;
	top: 150px;
	left: 0px;
	right: 0px;
	margin: auto;
	text-align: center;
	font-size: 1.8em;
	color: #fff;
}
table{
	height: 100px;
	margin-left: 5px;
	margin-top: 3px;
	background-color: rgba(177, 145, 224, 1);
	border-color: rgba(177, 145, 224, 1); 
	border-width: 2px;
	border-style: outset;
	border-radius: 6px;
	padding-left: 10px;
	padding-right: 10px;
}
tr{
	margin-left: 40px;
}
td#buttons button{
	height: 35px;
	width: 100px;
	margin-top: 0px;
}
td#userinfo{
	width: 250px;
}
td#moredata{
	width: 400px;
}
td#img_td{
	padding-right: 20px;
}
td img{
	background-color: rgba(137, 115, 194, 1);
	border-radius: 5px;
}
ul#tables{
	list-style-type: none;
	-webkit-margin-before: 0em;
	-webkit-margin-after: 0em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	-webkit-padding-start: 0px;
}