

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: inherit;
	font-style: normal;
	vertical-align: baseline;
	background: transparent;
	border: 0;
	outline: 0;
}

/* HTML5 Reset for older browsers */
article, aside, figure, figure img, hgroup, footer, header, nav, section {
	display: block;
}


blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none; }
table { border-collapse: collapse; border-spacing: 0; }
input, select { vertical-align: middle; }
a img { border: 0; }
:focus { outline: 0; }
a:hover, a:active { outline: none; }

/* General styles of use
----------------------------------------------- */

img,
embed,
object,
video { 
	max-width: 100%; 
}

.hide { display: none;  }
.clear { clear: both; }

body {
	color: #333;
	background: #E7EBF2;
	-webkit-text-size-adjust: 100%;
	font-family: Arial, Helvetica, sans-serif; 
	font-size:12px;
	width:100%;
}

hr { color: #FFF; background-color:#DEE0E3; height: 1px; border: 0; margin: 0 auto; text-align: center; }
hr.blue{ background-color:#D2DADF; }
hr.grey{ background-color: #EBEBEB}

.sh{float:none;clear:both;font-size:0px;line-height:0px;}
.fleft{ position:relative; float:left; }
.fright{ position:relative; float:right; }
.visible { display: block; }
.hand { cursor:pointer; }
.undecorated{ text-decoration:none; }
.centered{ text-align:center; }
.bold{ font-weight:bold; }
.justified{ text-align:justify; }
/*.italica{ font-style:italic !important; }*/
.italica{ font-style:normal !important; }

.bblue{ background-color:#10aedb; border:1px solid #0F9BC4; padding:6px 15px 6px 15px; color:#FFFFFF !important; font-size:13px; }
.bblue:hover{ background-color:#0F9BC4; border:1px solid #0D82A4; padding:6px 15px 6px 15px; color:#FFFFFF !important; text-decoration:none; }

.bgreen{ background-color:#7AB326; border:1px solid #5A841C; padding:6px 15px 6px 15px; color:#FFFFFF !important; font-size:15px; }
.bgreen:hover{ background-color:#679720; border:1px solid #044638; padding:6px 15px 6px 15px; color:#FFFFFF !important; text-decoration:none; }

.byellow{ background-color:#FFE26F; border:1px solid #D5AA00; padding:6px 15px 6px 15px; color:#624F00 !important; font-size:15px; text-align:center; }
.byellow:hover{ background-color:#FFD528; border:1px solid #AA8800; padding:6px 15px 6px 15px; color:#624F00 !important; text-decoration:none; }

.bred{ background-color:#E5180E; border:1px solid #CC0000; padding:6px 15px 6px 15px; color:#FFF !important; font-size:15px; }
.bred:hover{ background-color:#FC2E18; border:1px solid #CC0000; padding:6px 15px 6px 15px; color:#FFF !important; text-decoration:none; }

.bgrey{ background-color:#CDDBE6; border:1px solid #5B6B74; padding:6px 15px 6px 15px; color:#61727A !important; font-size:15px; }
.bgrey:hover{ background-color:#ABBAC4; border:1px solid #5B6B74; padding:6px 15px 6px 15px; color:#38444B !important; text-decoration:none; }

.bgrey2{ cursor:pointer; background-color:#E8E8E8; border:1px solid #CCCCCC; color:#333; text-shadow: 0 1px 0 rgba(255, 255, 255, .5); padding:5px 20px; text-align:center; font-size:13px; }
.bgrey2:hover{ background-color:#DEDEDE; border:1px solid #BBBBBB; }


.rounded3{-webkit-border-radius:3px; -moz-border-radius:3px; border-radius:3px; }
.rounded{-moz-border-radius:5px; border-radius:5px; }
.rounded8{-moz-border-radius:8px; border-radius:8px; }
.rounded20{ -webkit-border-bottom-right-radius: 20px; -webkit-border-bottom-left-radius: 20px; -moz-border-radius-bottomright: 20px; -moz-border-radius-bottomleft: 20px; border-bottom-right-radius: 20px; border-bottom-left-radius: 20px; }

.rounded10T{ -webkit-border-top-left-radius: 10px; -webkit-border-top-right-radius: 10px; -moz-border-radius-topleft: 10px; -moz-border-radius-topright: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px; }




input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  height: auto;
}

.form-control:-moz-placeholder {
  color: #999999;
}

.form-control::-moz-placeholder {
  color: #999999;
}

.form-control:-ms-input-placeholder {
  color: #999999;
}

.form-control::-webkit-input-placeholder {
  color: #999999;
}

.form-control {
  /*display: block;*/
  width: 100%;
  height: 20px;
  padding: 3px 5px;
  font-size: 13px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
          transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
}

/*******************************************/
/*******************************************/



#wrapper{  }

#container{ width: 930px; height: 100%; min-height: 100%; margin: 0 auto; }



/*******************************************/

#infohome{ background-color:#FFF; padding:20px 0px; border-bottom:#D8DFEA solid 1px; font-family:?1????, ???¨¨?¡¥¨¦?¡­¨¦?¡®, ¨¦?¡®??¡° !important; }

#infohome #usersAleat{}
#infohome #usersAleat .title{ font-size:20px; }
#infohome #usersAleat .spacephoto{ position:relative; float:left; margin-left:0px; margin-right:6px; margin-bottom:10px; padding:4px; border:1px solid #CCC; -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; }
#infohome #usersAleat .spacephoto .oneminiphoto{ width:100px; height:110px; background-color:#F8F8F8; -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; }
#infohome #usersAleat .spacephoto .oneminiphoto img{ -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; }
#infohome #usersAleat .spacephoto .info{ text-align:center; padding-top:5px; }
#infohome #usersAleat .spacephoto .info .usern{ font-size:13px; }
#infohome #usersAleat .spacephoto .info .numph{ font-size:11px; color:#999; }

#infohome #userswithmorephotos{}
#infohome #userswithmorephotos .title{ font-size:20px; }
#infohome #userswithmorephotos .spacephoto{ position:relative; float:left; margin-left:0px; margin-right:6px; margin-bottom:10px; padding:4px; border:1px solid #CCC; -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; }
#infohome #userswithmorephotos .spacephoto .oneminiphoto{ width:110px; height:100px; background-color:#F8F8F8; -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; }
#infohome #userswithmorephotos .spacephoto .oneminiphoto img{ -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; }
#infohome #userswithmorephotos .spacephoto .info{ text-align:center; padding-top:5px; }


#infohome #photosrecents{}
#infohome #photosrecents .title{ font-size:20px; }
#infohome #photosrecents .spacephoto{ position:relative; float:left; margin-right:10px; margin-left:0px; margin-bottom:10px; padding:4px; border:1px solid #CCC;}
#infohome #photosrecents .oneminiphoto{ width:210px; height:210px; background-color:#F8F8F8; }


#infohome #withmorelikes{}
#infohome #withmorelikes .title{ font-size:20px; }
#infohome #withmorelikes .spacephoto{ position:relative; float:left; margin-right:10px; margin-left:0px; margin-bottom:10px; padding:4px; border:1px solid #CCC;}
#infohome #withmorelikes .oneminiphoto{ width:210px; height:210px; background-color:#F8F8F8; }


#infohome #withmostvisited{}
#infohome #withmostvisited .title{ font-size:20px; }
#infohome #withmostvisited .spacephoto{ position:relative; float:left; margin-right:10px; margin-left:0px; margin-bottom:10px; padding:4px; border:1px solid #CCC;}
#infohome #withmostvisited .oneminiphoto{ width:210px; height:210px; background-color:#F8F8F8; }



#footsite{}
#footsite #foot-right{ padding:15px 0; font-size:12px; }





@media only screen
and (min-width: 768px)
and (max-width: 991px)
{
	
	#container{ width:768px; }
	
	/***************************************************/
	
	#home-top #home-top-block #arealogin{ width:39%; }
	#home-top #home-top-block #areasignup{ width:39%; }
	
	/***************************************************/
	
	.area-notification { max-width: 768px; }
	.content-notification { max-width: 350px; }
		
	/***************************************************/

	.area-notification-msg{ max-width: 768px; }
	.content-notification-msg{ max-width: 350px; }
		
	/***************************************************/
	
	#top-inside #top-inside-block #topbar-inside #area2 #infouser{ margin-right:10px; }
	#top-inside #top-inside-block #topbar-inside #area2 #infouser #txtusername{ margin-right:5px; }
	#top-inside #top-inside-block #topbar-inside #area2 #icodashtop .icotop{ margin-left:8px; }
	
	/***************************************************/
	
	#infohome #usersAleat .spacephoto{ margin-left:40px; margin-right:40px; }
	
	#infohome #userswithmorephotos .spacephoto{ margin-left:40px; margin-right:40px; }
	
	#infohome #photosrecents .spacephoto{ margin-left:45px; margin-right:45px; }
	#infohome #photosrecents .oneminiphoto{ width:150px; height:150px; }
	
	#infohome #withmorelikes .spacephoto{ margin-left:45px; margin-right:45px; }
	#infohome #withmorelikes .oneminiphoto{ width:150px; height:150px; }
	
	#infohome #withmostvisited .spacephoto{ margin-left:45px; margin-right:45px; }
	#infohome #withmostvisited .oneminiphoto{ width:150px; height:150px; }
	
	/***************************************************/
	
	#generalspace #search #listresults .spacephoto{ margin-left:45px; margin-right:45px; }
	#generalspace #search #listresults .oneminiphoto{ width:150px; height:150px; }
	
	/***************************************************/
	
	#generalspace #column2-info{ position:relative; float:left; width:568px; }
	
	/***************************************************/
	
	#generalspace #column2-admin{ position:relative; float:left; width:568px; }
	
	#generalspace #column2-admin #dashboard-admin2 .editarea .withbox{ width:60%; }
	
	/***************************************************/
		
	#generalspace #column1{ position:relative; float:left; width:100px; margin-right:10px; }
	#generalspace #column1 #avatarmedium{ display:block; }
	#generalspace #column1 #avatargeneral{ display:none; }
	#generalspace #column1 #avatarmini{ display:none; }
	
	#generalspace #column1 .menuoption{ height:25px; padding:5px 10px; text-align:center; }
	#generalspace #column1 .menuoption .icopc{ float:none; }
	#generalspace #column1 .menuoption .txtopc{ display:none; }
	
	#generalspace .titleblock{ text-align:center; height:20px; line-height:19px; padding:5px; }
	#generalspace .titleblock #icot{ display:block; }
	#generalspace .titleblock #txtt{ display:none; }
	
	
	#generalspace #column2{ position:relative; float:left; width:448px; }
	

	#generalspace #column2 #profile2 .onefollower .info{ width:388px; }

	/***************************************************/
	
	#generalspace #column2 #profile2 .oneactivity .oaheader .info{ position:relative; float:left; width:368px; }
	
	#generalspace #column2 #profile2 #myphotos .onealbum .spacephoto{ margin-right:15px; margin-left:15px; }
	
	#generalspace #column2 #profile2 .boxchat .chatheader .info{ width:368px; }
	#generalspace #column2 #profile2 .boxchat .chatbody{ height:350px; }

	/***************************************************/
	
	#generalspace #column2 #profile2 #myalbum .onephoto{ margin-right:10px; }
	#generalspace #column2 #profile2 #myalbum .onephoto .thephoto{ width:125px; height:125px; }
	
	/***************************************************/
	
	#generalspace #column2 #profile2 #mylikes .onelike{ margin-right:10px; }
	#generalspace #column2 #profile2 #mylikes .onelike .thephoto{ width:125px; height:125px; }
	
	/***************************************************/
	
	#generalspace #dashboard2 .editarea .withbox{ width:60%; }
	
	#generalspace #dashboard2 .onefollower .info{ width:368px; }
	
	#generalspace #dashboard2 .oneuserchat .info{ width:368px; }
	
	#generalspace #dashboard2 .oneactivity .oaheader .info{ width:368px; }
	
	#generalspace #dashboard2 .itemonenot .info{ width:368px; }
	
	/***************************************************/
	
	#generalspace #dashboard2 #mylikes .onelike{ margin-right:10px; }
	#generalspace #dashboard2 #mylikes .onelike .thephoto{ width:125px; height:125px; }
	
	/***************************************************/
	
	#generalspace #column3{ position:relative; float:right; width:200px; }
	
	/***************************************************/
	
	#generalspace #directory .one-user-directory{ width: 350px; margin-right:30px; }
	
	/***************************************************/
	
	#generalspace #dashboard2 #myphotos #spacemyphoto .withbox{ width:60%; }
	
	#generalspace #dashboard2 #myphotos #spacemyphoto .onealbum .spacephoto{ margin-right:15px; margin-left:15px; }
	
	
	#generalspace #dashboard2 #myphotos #spacemyphoto .onephotodetails .theimage{ width:100px; }
	#generalspace #dashboard2 #myphotos #spacemyphoto .onephotodetails .info{ padding: 0 15px 5px 120px; }
	
	/***************************************************/

	
	
} /* END TABLET LAYOUT */


/* Styles for Mobiles - MOBILE LAYOUT (PORTRAIT/320PX) - Smartphone Vertical
----------------------------------------------- */

@media only screen
and (max-width: 767px)
{
	#container{ width: 300px; padding:0 10px; }

	/***************************************************/
	
	#home-top #topbar #area1 #logo{ display:none; float:none; }
	
	/***************************************************/
	
	#home-top #home-top-block #topmsg #line01{ font-size:30px; }
	#home-top #home-top-block #topmsg #line02{ font-size:30px; }
	
	/***************************************************/
	
	.area-notification { max-width: 300px; }
	.content-notification { max-width: 250px; }

	.content-notification .content-info .itemalertnot .info{ width:199px; }
		
	/***************************************************/
	
	.area-notification-msg{ max-width: 300px; }
	.content-notification-msg{ max-width: 250px; }
	
	.content-notification-msg .content-info-msg .itemalertnot .info{ width:199px; }
		
	/***************************************************/
	
	
	
	#home-top #home-top-block #arealogin{ width:90%; }
	#home-top #home-top-block #areasignup{ width:90%; }
	
	
	/***************************************************/

	#top-inside #top-inside-block #topbar-inside #area1{ }
	#top-inside #top-inside-block #topbar-inside #area1 #isotipo{ margin-right:5px; }
	#top-inside #top-inside-block #topbar-inside #area1 #logo{ display:none; float:none; }
	#top-inside #top-inside-block #topbar-inside #area1 #topsearch{ width:80%; margin-right:-30px;  }
	#top-inside #top-inside-block #topbar-inside #area1 #boxsearch{ margin-left:0px; margin-right:-30px; }

	#top-inside #top-inside-block #topbar-inside #area2 #infouser{ margin-right:0px; }
	#top-inside #top-inside-block #topbar-inside #area2 #infouser #txtusername{ display:none; }
	#top-inside #top-inside-block #topbar-inside #area2 #icodashtop .icotop{ margin-left:7px; }
	
	/***************************************************/
	
	#infohome #usersAleat .spacephoto{ margin-left:20px; margin-right:20px;  }
	
	#infohome #userswithmorephotos .spacephoto{ margin-left:20px; margin-right:20px;  }
	
	#infohome #photosrecents .spacephoto{ margin-left:0px; margin-right:10px; }
	#infohome #photosrecents .oneminiphoto{ width:130px; height:130px; }
	
	#infohome #withmorelikes .spacephoto{ margin-left:0px; margin-right:10px; }
	#infohome #withmorelikes .oneminiphoto{ width:130px; height:130px; }
	
	#infohome #withmostvisited .spacephoto{ margin-left:0px; margin-right:10px; }
	#infohome #withmostvisited .oneminiphoto{ width:130px; height:130px; }
	
	/***************************************************/
	
	#generalspace #search #listresults .spacephoto{ margin-left:0px; margin-right:10px; }
	#generalspace #search #listresults .oneminiphoto{ width:130px; height:130px; }
	
	/***************************************************/
	
	#generalspace #column1-info{ width:100px; margin-right:10px; }
	#generalspace #column1-info .menuoption{ font-size:12px; }	
	#generalspace #column2-info{ position:relative; float:left; width:190px; }
	
	/***************************************************/
	
	#generalspace #column1-admin{ width:100px; margin-right:10px; }
	#generalspace #column1-admin .menuoption{ font-size:12px; }
	
	#generalspace #column2-admin{ position:relative; float:left; width:190px; }
	
	#generalspace #column2-admin #dashboard-admin2 .editarea .withbox{ width:90%; }
	
	/***************************************************/
	
	#generalspace #column1{ position:relative; float:left; width:50px; margin-right:10px; }
	#generalspace #column1 #avatargeneral{ display:none; }
	#generalspace #column1 #avatarmini{ display:block; }
	#generalspace #column1 #avatarmedium{ display:none; }
	
	#generalspace #column1 .menuoption{ height:25px; padding:5px 10px; text-align:center; }
	#generalspace #column1 .menuoption .icopc{ float:none; }
	#generalspace #column1 .menuoption .txtopc{ display:none; }
	
	#generalspace .titleblock{ text-align:center; height:20px; line-height:19px; padding:5px; }
	#generalspace .titleblock #icot{ display:block; }
	#generalspace .titleblock #txtt{ display:none; }
	
	#generalspace #column2{ position:relative; float:left; width:240px; }
	#generalspace #column2 #infobasic #titleuser{ font-size:17px;  }
	
	#generalspace #column2 #profile2 .onefollower .avatar{ margin-right:5px; }
	#generalspace #column2 #profile2 .onefollower .info{ width:185px; }
	#generalspace #column2 #profile2 .onefollower .info .name{ font-size:13px; font-weight:bold; }
	#generalspace #column2 #profile2 .onefollower .info .name img{ width:15px; }
	#generalspace #column2 #profile2 .onefollower .info .moreinfo{ font-size:11px; }


	/***************************************************/
	
	#generalspace #column2 #profile2 .oneactivity .oaheader .info{ position:relative; float:left; width:165px; }
	
	#generalspace #column2 #profile2 #myphotos .onealbum .spacephoto{ margin-right:9px; margin-left:9px; }
	#generalspace #column2 #profile2 #myphotos .onealbum .oneminiphoto{ width:80px; height:80px; }

	#generalspace #column2 #profile2 .boxchat .chatheader .info{ width:165px; }
	#generalspace #column2 #profile2 .boxchat .chatbody{ height:250px; }

	/***************************************************/
	
	
	#generalspace #column2 #profile2 #myalbum .onephoto{ margin-left:40px; margin-right:20px; }

	/***************************************************/
	
	#generalspace #column2 #profile2 #mylikes .onelike{ margin-left:40px; margin-right:20px; }
	
	/***************************************************/
	
	#generalspace #column2 #profile2 #photodetails #urlphoto{ display:none; }
	
	/***************************************************/
	
	#generalspace #column3{ margin-top:20px; }
	
	/***************************************************/

	#generalspace #column3 #linkdirectoryphotos{ margin-top:40px;}
	
	/***************************************************/
	
	
	#generalspace #dashboard2 .editarea .withbox{ width:90%; }
	
	#generalspace #dashboard2 .onefollower .info{ width:165px; }
	#generalspace #dashboard2 .onefollower .info .name{ font-size:14px; }
	#generalspace #dashboard2 .onefollower .info .name img{ width:15px; }

	#generalspace #dashboard2 .oneactivity .oaheader .info{ width:165px; }

	#generalspace #dashboard2 .oneuserchat .info{ width:165px; }
	#generalspace #dashboard2 .oneuserchat .info .name{ font-size:14px; }
	#generalspace #dashboard2 .oneuserchat .info .moreinfo{ font-size:12px; }

	#generalspace #dashboard2 .itemonenot .info{ width:165px; }
	#generalspace #dashboard2 .itemonenot .info .txtaction{ font-size:13px; }
	#generalspace #dashboard2 .itemonenot .info .txtwhen{ font-size:11px; }
	
	/***************************************************/

	#generalspace #dashboard2 #mylikes .onelike{ margin-left:40px; margin-right:20px; }

	/***************************************************/
	
	#generalspace #dashboard2 #listcomments .onecomment .photo{ width:70px; float:left; margin-bottom:10px; }
	#generalspace #dashboard2 #listcomments .onecomment .info{ padding:0 0 5px 85px; margin-bottom:10px; }

	/***************************************************/
	
	#generalspace #divseparator{ display:block; }
	#generalspace #column3{ float:none; width:100%; }
	
	/***************************************************/
	
	#generalspace #directory .one-user-directory{ width: 100%; }

	
	/***************************************************/
	
	#generalspace #dashboard2 #myphotos #spacemyphoto .withbox{ width:90%; }
	#generalspace #dashboard2 #myphotos #spacemyphoto .onealbum .spacephoto{ margin-right:9px; margin-left:9px; }
	#generalspace #dashboard2 #myphotos #spacemyphoto .onealbum .oneminiphoto{ width:80px; height:80px; }
	
	#generalspace #dashboard2 #myphotos #spacemyphoto .onephotodetails .theimage{ width:70px; }
	#generalspace #dashboard2 #myphotos #spacemyphoto .onephotodetails .info{ padding: 0 15px 5px 90px; }
	
	/***************************************************/
	

	
} /* END MOBILE LAYOUT */





/* For the devices Retina - RETINA OVERRIDES
----------------------------------------------- */

@media 
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-pixel-ratio: 2)
{
	
	
}
	

/* add Added in version 1.4 */

#home-top #home-top-block .line-txt-info{ font-family: YouYuan, STHeiti, STXihei; color:#6593C5; font-size:17px; text-align:center; }

#home-top #home-top-block #btn-home{ margin-top:10px; }