/* Another Reset :))
--------------------------------------------------*/
a{
	text-decoration: none;
	color: #3b5998;
}
a:hover{
	text-decoration: underline;
	color: #3b5998;
}

input, select{
	font-size: 1em;
}
input{ padding: 2px; }
label{ cursor: pointer; }

/* Classes
--------------------------------------------------*/
.pkg:after{
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0px;
}

.pkg{display: inline-block;}

/* Hides from IE-mac \*/
* html .pkg{height: 1%;}
.pkg{display: block;}
/* End hide from IE-mac */

ul.inline{
	list-style-type: none;
	margin: 0; padding: 0;
}
ul.inline li{
	float: left;
	margin: 2px;
}

.float-left{ float: left; }
.float-right{ float: right; }
.clear-left{ clear: left; }
.clear-right{ clear: right; }
.clear-both{ clear: both; }
.block{ display: block; }
.none{ display: none; }

.align-left{ text-align: left; }
.align-right{ text-align: right; }
.align-center{ text-align: center; }
.align-justify{ text-align: justify; }

.red{ color: #c30; }
.black{ color: #000; }

div.mf-wrapper{ border: 1px solid #e6e6e6; }

div.mf-wrapper form{
	background: #f7f7f7;
	padding: 10px;
}

div.mf-wrapper h2{
	margin: 0; padding: 2px 5px;
	font-size: 1.3em;
	font-weight: bold;
	color: #c30;
	background: #e6e6e6;
}

div.mf-wrapper form label, div.mf-wrapper div{
	padding: 5px;
}

div.widget-box{ margin: 10px 0px; }

.hd h2{
	margin: 0; padding: 0;
	font-size: 1em;
	font-weight: bold;
	font-family: Arial;
	color: #c30;
}

.message p{
	font-size: 1.2em;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
}

.message strong{
	color: #c30;
}	

.message ul.navigate{
	list-style-type: none;
	margin: 0px 0px 0px 5px; padding: 0;
}

.message ul.navigate li{
	margin: 0; padding: 2px;
}

.message ul.navigate li a{
	font-weight: bold;
}

.capitalize{
	text-transform: capitalize;
}

.terms-read{
	overflow: auto;
	width: 400px; height: 270px;
	padding: 5px;
	border: 1px solid #ccc;
}
.terms-read h3{ font-weight: bold; }

.form-input-1 fieldset{ background: #f7f7f7; }
.form-input-1 fieldset legend{
	margin: 0;
	padding: 0px 5px;
	color: #c30;
	font-size: 1.6em;
}

.form-input-1 fieldset div{
	margin: 2px; padding: 2px;
}
.form-input-1 fieldset div div{ margin: 0; padding: 0; }

h2.module-title{
	font-family: "segoe ui", calibri, arial;
}

.results{
	margin: 15px 0px; 
	border: 1px solid #ccc;
	background: #F7F7F7;
}

.results .sorter{
	padding: 8px;
	font-weight: bold;
}
.results .sorter a{ 
	margin: 0px 5px; 
}
.results .sorter a:hover{
	text-decoration: underline;
}
.results .sorter span.sort-active{
	text-decoration: underline;
}

.results .pager-top{	
	padding: 5px;
	background: #fff;
	text-align: right;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.results #pager{ border: 0; }
.results .pager span{ font-size: 1.1em; font-weight: bold; }

.results .result-middle div{
	border: 1px solid #ccc;
	margin: 5px; padding: 5px; 
	background: #fff;
}
.results .result-middle div.image-holder{
	width: 80px; height: 80px;
	text-align: center;
}
.results .result-middle div img{
	vertical-align: middle;
}

.results .result-middle div.profile-vals{
	/*width: 310px;*/
	width: 400px;
}

.results .result-middle div.profile-tools{
	width: 110px;
}

.results .result-middle div div{
	margin: 0; padding: 5px;
	border: 0;
}

.results .result-middle div div div{
	margin: 0; padding: 0;
	border: 0;
}

.results #row1 .username{
	font-size: 1.1em;
	text-transform: capitalize;
	font-weight: bold;
}

.results .msg-tool{	list-style-type: none; }
.results .msg-tool li{ border-bottom: 1px solid #ccc; }

.results .pager-bottom{
	border: 1px solid #ccc;
	background: #fff;
	margin: 5px; padding: 5px;
	text-align: center;
}

.gallery-list{
	padding: 10px 0px;	
	width: 540px;
}

.gallery-list div.list{
	margin: 0px 0px 10px 0px;
	float: left;
	width: 180px;
	text-align: center;
}

.gallery-list div.list div{
	margin: 0 auto;
}

.gallery-list .list .list-image{
	height: 100px; width: 180px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	background: url(../../images/love1.0/album-bg.jpg) top center no-repeat;
}
.gallery-list .list .list-image img{
	display: block;
	margin: 0 auto; 
	padding: 0;
}

.photo-edit-box{
	position: relative;
	width: 90%;
	margin: 0px 0px 5px 0px;
	padding: 5px;
	border: 1px solid #ccc;
}

.photo-edit-box .photo-check{
	position: absolute;
	top: 8px; left: 8px;
}

.photo-edit-box div.photo, .photo-edit-box div.photo-tool{ 
	float: left; 
	padding: 2px;
}
.photo-edit-box .photo{
	width: 128px;
	height: 80px;
	padding: 5px 0px;
	border: 1px solid #ccc;
}
.photo-edit-box .photo img{ 
	display: block;
	margin: 0 auto; 
}
.photo-edit-box .photo a.photo-delete{
	position: absolute;
	top: 12px; left: 30px;
	display: block;
	width: 16px; height: 16px;
	background: url(../../images/love1.0/delete.gif) top left no-repeat;
}
.photo-edit-box .photo-tool a{ margin: 0px 0px 0px 10px; }
.photo-edit-box .photo-tool div{ padding: 0px 0px 0px 5px; }
.photo-edit-box .caption_container{ clear: both; }

.online{
	font-weight: bold;
	color: green;
}

.offline{
	font-weight: bold;
	color: red;
}

.speech_bubble_content{
	position: relative;
}

.sf-comment-view{
	position: relative;
	border: 1px solid #ccc;
	margin: 0px 0px 4px 0px; padding: 8px;
}

.sf-comment-view .sf-comment-img, .results .sf-comment-view .sf-comment-img{
	float: left;
	width: 80px; height: 80px;
	margin: 0px 4px 4px 0px;
}

.comment-action{
	position: absolute;
	top: 8px; right: 20px;
}
.comment-action a span{ display: none; }
.comment-action a{
	display: block;
	width: 16px; height: 16px;
}
.comment-edit{
	background: url(../../images/love1.0/icon-com-edit.gif) top left no-repeat;
}
.comment-del{
	background: url(../../images/love1.0/icon-com-del.gif) top left no-repeat;
}

.dashboard-item ul{
	text-align: center;
}
.dashboard-item ul li{
	margin: 3px 5px;
	padding: 5px;
	border: 1px solid #ccc;
}
.dashboard-item ul li div.image{
	width: 80px; height: 80px;
}
.dashboard-item ul li a{ font-weight: bold; }

.yui-panel h2.loading{ 
	padding: 0px 0px 0px 20px;
	background: url(../../images/love1.0/loader-arrow.gif) center left no-repeat;
}

.notification{
	margin: 5px 0px; padding: 5px;
	border: 1px solid #ccc;
	color: #666;
	background: #E5ECC9;
}

.add-comment{
	display: block;
	padding: 0px 0px 0px 18px;
	width: 200px;
	background: url(../../images/love1.0/icon-bubble.jpg) center left no-repeat;
	font-size: 1.4em;
	font-weight: bold;
	color: #3B5998;
}

.all-comment{
	display: block;
	padding: 0px 0px 0px 18px;
	background: url(../../images/love1.0/icon-note.jpg) center left no-repeat;
	font-size: 1.4em;
	font-weight: bold;
	color: #3B5998;
}

.admin-content{
	margin: 10px 0px;
	padding: 5px 10px;
}

.box1{
	margin-bottom: 10px;
}

.tr{
	height: 6px;
	background: url(../../images/love2.0/box1-tr.gif) top right no-repeat;
}
.tl{
	height: 6px;
	width: 100%;
	background: url(../../images/love2.0/box1-tl.gif) top left no-repeat;
}

.mr{ background: url(../../images/love2.0/box1-mr.gif) right repeat-y; }
.ml{ background: url(../../images/love2.0/box1-ml.gif) left repeat-y; }

.br{
	background: url(../../images/love2.0/box1-br.gif) bottom right no-repeat;
}
.bl{
	padding: 10px;
	text-align: center;
	background: url(../../images/love2.0/box1-bl.gif) bottom left no-repeat;
}

.box2{
	margin: 0px 0px 10px 0px;
}
.box2 .h .tr{ 
	background: url(../../images/love2.0/box2-htr.gif) top right no-repeat; 
	height: auto;
}
.box2 .h .tl{ 
	background: url(../../images/love2.0/box2-htl.gif) top left no-repeat; 
	height: auto;
}
.box2 .h .mr{	background: url(../../images/love2.0/box2-hmr.gif) right repeat-y; }
.box2 .h .ml{	background: url(../../images/love2.0/box2-hmr.gif) left repeat-y; }
.box2 .h .tl h3{
	margin: 0; padding: 8px 0px 8px 20px;
	color: #545454;
} 
.box2 .h .tl h4{ color: #fff; }
.box2 .b .mr{ background: url(../../images/love2.0/box2-bmr.gif) right repeat-y; }
.box2 .b .ml{ background: url(../../images/love2.0/box2-bml.gif) left repeat-y; }
.box2 .b .br{ background: url(../../images/love2.0/box2-bbr.gif) bottom right no-repeat; }
.box2 .b .bl{ 
	padding: 10px 5px;
	background: url(../../images/love2.0/box2-bbl.gif) bottom left no-repeat; 
	text-align: left;
}
.box2 > .b .bl{ padding: 10px; }
.front-window{
	width: 635px;
}

.box3{
	width: 50%;
	margin: 0px 0px 10px 0px;
}
.box3 .h .tr{ 
	background: url(../../images/love2.0/box3-htr.gif) top right no-repeat; 
	height: auto;
}
.box3 .h .tl{ 
	background: url(../../images/love2.0/box3-htl.gif) top left no-repeat; 
	height: auto;
}
.box3 .h .mr{	background: url(../../images/love2.0/box3-hmr.gif) right repeat-y; }
.box3 .h .ml{	background: url(../../images/love2.0/box3-hml.gif) left repeat-y; }
.box3 .h .tl h3{
	margin: 0; padding: 8px 0px 8px 20px;
	font-family: "Trebuchet MS", Arial;
	letter-spacing: -1px;
	color: #fff;
} 
.box3 .b .mr{ background: url(../../images/love2.0/box3-bmr.gif) right repeat-y; }
.box3 .b .ml{ background: url(../../images/love2.0/box3-bml.gif) left repeat-y; }
.box3 .b .br{ background: url(../../images/love2.0/box3-bbr.gif) bottom right no-repeat; }
.box3 .b .bl{ 
	background: url(../../images/love2.0/box3-bbl.gif) bottom left no-repeat; 
	text-align: left;
}

.box4{
	margin: 0px 0px 10px 0px;
	color: #fff;
}

.box4 .tr{
	height: 6px;
	background: url(../../images/love2.0/box4-tr.gif) top right no-repeat;
}
.box4 .tl{
	height: 6px;
	width: 100%;
	background: url(../../images/love2.0/box4-tl.gif) top left no-repeat;
}

.box4 .mr{ background: url(../../images/love2.0/box4-mr.gif) right repeat-y; }
.box4 .ml{ background: url(../../images/love2.0/box4-ml.gif) left repeat-y; }

.box4 .br{
	background: url(../../images/love2.0/box4-br.gif) bottom right no-repeat;
}
.box4 .bl{
	padding: 10px;
	text-align: left;
	background: url(../../images/love2.0/box4-bl.gif) bottom left no-repeat;
}

.box4-s{
	margin-bottom: 10px;
}

.box4-s .tr{
	height: 6px;
	background: url(../../images/love2.0/box4-tr.gif) top right no-repeat;
}
.box4-s .tl{
	height: 6px;
	width: 100%;
	background: url(../../images/love2.0/box4-s-tl.gif) top left no-repeat;
}

.box4-s .mr{ background: url(../../images/love2.0/box4-mr.gif) right repeat-y; }
.box4-s .ml{ background: url(../../images/love2.0/box4-ml.gif) left repeat-y; }

.box4-s .br{
	background: url(../../images/love2.0/box4-br.gif) bottom right no-repeat;
}
.box4-s .bl{
	padding: 10px;
	text-align: left;
	background: url(../../images/love2.0/box4-s-bl.gif) bottom left no-repeat;
}

.box5{
	
}

.box5 .tr{
	height: 6px;
	background: url(../../images/love2.0/box5-tr.gif) top right no-repeat;
}
.box5 .tl{
	height: 6px;
	width: 100%;
	background: url(../../images/love2.0/box5-tl.gif) top left no-repeat;
}

.box5 .mr{ background: url(../../images/love2.0/box5-mr.gif) right repeat-y; }
.box5 .ml{ background: url(../../images/love2.0/box5-ml.gif) left repeat-y; }

.box5 .br{
	background: url(../../images/love2.0/box5-br.gif) bottom right no-repeat;
}
.box5 .bl{
	padding: 10px;
	text-align: left;
	background: url(../../images/love2.0/box5-bl.gif) bottom left no-repeat;
}

.box6{
	margin: 0px 0px 10px 0px;
}
.box6 .h .tr{ 
	background: url(../../images/love2.0/box6-htr.gif) top right no-repeat; 
	height: auto;
}
.box6 .h .tl{ 
	background: url(../../images/love2.0/box6-htl.gif) top left no-repeat; 
	height: auto;
}
.box6 .h .mr{	background: url(../../images/love2.0/box6-hmr.gif) right repeat-y; }
.box6 .h .ml{	background: url(../../images/love2.0/box6-hml.gif) left repeat-y; }
.box6 .h .tl h3{
	color: #545454;
} 
.box6 .h .tl h4{ color: #fff; }
.box6 .b .mr{ background: url(../../images/love2.0/box6-bmr.gif) right repeat-y; }
.box6 .b .ml{ background: url(../../images/love2.0/box6-bml.gif) left repeat-y; }
.box6 .b .br{ background: url(../../images/love2.0/box6-bbr.gif) bottom right no-repeat; }
.box6 .b .bl{ 
	padding: 10px 5px;
	background: url(../../images/love2.0/box6-bbl.gif) bottom left no-repeat; 
	text-align: left;
}
.box6 > .b .bl{ padding: 10px; }

.h .tl h3{
	text-transform: capitalize;
	font-size: 1.6em;
}
.h .tl > h3{
	font-size: 1.5em;
}

.h .tl h4{
	margin: 0; padding: 5px 0px 5px 20px;
	text-transform: capitalize;
	font-size: 1.2em;
	font-weight: bold;
}
.h .tl > h4{
	font-size: 1.1em;
}

.search-submit{
	display: block;
	width: 67px; height: 26px;
	background: url(../../images/love2.0/button-cari.jpg) top left no-repeat;
	border: 0;
	text-indent: -100000px;
}

.love-tabs{
	
}
.love-tabs .tab-menu ul{
	margin: 0; padding: 0;
	list-style-type: none;
}
.love-tabs .tab-menu ul li{
	margin: 0; padding: 0;
	float: left;
}
.love-tabs .tab-menu ul li a{
	padding: 5px 15px;
	display: block;
	font-weight: bold;
	text-transform: capitalize;
}
.love-tabs .tab-menu ul li{
	background: url(../../images/love2.0/tab-right.gif) top right no-repeat;
}
.love-tabs .tab-menu ul li a{
	background: url(../../images/love2.0/tab-left.gif) top left no-repeat;
	color: #aaa;
}
.love-tabs .tab-menu ul li.current{
	background: url(../../images/love2.0/tab-right-on.gif) top right no-repeat;
}
.love-tabs .tab-menu ul li.current a{
	background: url(../../images/love2.0/tab-left-on.gif) top left no-repeat;
	color: #fff;
}
.love-tabs .tab-ct-mr{
	background: url(../../images/love2.0/box5-mr.gif) right repeat-y;
	border-top: 1px solid #d8d8d8;
}
.love-tabs .tab-ct-ml{
	background: url(../../images/love2.0/box5-ml.gif) left repeat-y;
}
.love-tabs .tab-ct-br{
	background: url(../../images/love2.0/box5-br.gif) bottom right no-repeat;
}
.love-tabs .tab-ct-bl{
	background: url(../../images/love2.0/box5-bl.gif) bottom left no-repeat;
	padding: 10px 20px;
}
.love-tabs .tab-menu ul li a span.loading{
	display: block;
	background: url(../../images/loader/loader-snake.gif) top left no-repeat;
	padding: 0px 0px 0px 20px;
}
.user-window .tab-contents{
	min-height: 50px;
	_height: 50px;
}

a.btn{
	background: url(../../images/love2.0/button-global-right.gif) top right no-repeat;
	color: #fff;
	height: 27px; 
	display: block;
	float: left;
	padding: 0px 8px 0px 0px;
}
a.btn span{
	font-size: 1.2em;
	font-weight: bold;
	background: url(../../images/love2.0/button-global-left.gif) top left no-repeat;
	line-height: 27px;
	display: block;
	padding: 0px 0px 0px 8px;
	text-transform: capitalize;
}

.log-event{
	padding: 2px 4px;
}
.log-date{
	font-style: oblique;
}
.log-msg{
	margin: 0px 0px 0px 10px;
}
.log-msg img{
	margin: 4px 0px 0px 20px;
}

/* Form Profile
-----------------------------------------------------------------*/
#form_profile .form_profile-content h3{ display: none }

#form_profile h4{ 
	margin: 0; padding: 0; 
	font-weight: bold;
}

#form_profile fieldset{ background: #f7f7f7; }
#form_profile fieldset legend{
	margin: 0;
	padding: 0px 5px;
	color: #3B5998;
	font-size: 1.6em;
}

.sp-question-header h4{ 
	float: left; 
	padding: 5px 0px 0px 0px;
}
.sp-question-header div{
	float: left;
	margin: 0px 5px;
}

.sp-question-body{
	clear: both;
	margin: 0px 0px 10px 10px;
}

#form_profile .submit-container{ text-align: center; }

/* Profile Answer
-----------------------------------------------------------------*/
.sp-answer-section{
	padding: 5px;
}
.sp-answer-section .sp-answer-section-body{
	
}
.sp-answer-section .sp-answer-section-body h4{ 
	margin: 0; padding: 0; 
	font-size: 1.2em;
	font-weight: bold;
}
.sp-answer-section .sp-answer-section-body .sp-answer-question-body{
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 10px;
}

.comment-photo{
	float: left;
	width: 82px;
}
.comment-text{
	float: right;
	width: 530px;
}
.comment-text a{ font-weight: bold; }

.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

a.roundButton {
    background: transparent url(../../images/love2.0/bg_button_a.gif) no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: bold 12px tahoma, arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.roundButton span {
    background: transparent url(../../images/love2.0/bg_button_span.gif) no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
} 

a.roundButton:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.roundButton:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
} 

ul.app-list{
	list-style-type: none;
	margin: 0; padding: 0;
}
ul.app-list li.app-list-item{
	margin: 4px 4px 8px 4px;
	padding: 0px 0px 8px 52px;
}
ul.app-list div.list-title{ 
	font-weight: bold; 
	padding: 0px 0px 0px 8px;
}