
body {
background:#003377;
color: #202020;
margin: 0;
padding: 0;
font-size: 12.5px;
font: 400 1em/1.2 'Wellfleet','Times New Roman',serif;
text-shadow:0 1px 1px rgba(0,0,0,0.8);
}

a {
color: #003399;
text-decoration: none;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}

a:hover {
color: #000045;
text-decoration: none;
}

.padder, .post-content, #container #content,.padder .sttext, .padder .cttext, .padder .view_comments, .padder .stcommenttext, .padder .points, .padder .points a, .padder .text, .padder .reply_sttext, .padder .timeago, .padder2 table td, .padder2, .padder .repost_count, .padder .heart_count, .padder .infotext {
font-size: 13px;
}

.padder2 #photoview a, .padder2 .albumat a{
font-size: 15px;
}

h1, h2, h3, h4, h5, h6 {
color: #33363c;
padding: 0;
margin: 0 0 10px 0;
line-height: 130%;
font-weight: normal;
}
h1 {
font-size:18px;
}
h2 {
font-size:18px;
}
h3 {
font-size:16px;
}
h4 {
font-size:18px;
}
h5 {
font-size: 18px;
}
h6 {
font-size: 16px;
}

h2 a {
float: right;
color: #003399;
text-decoration: none;
}

h1 div, h1 div {
float: right;
font-weight: normal;
text-decoration: none;
}

.center {
text-align: center;
}

.left {
float: left;
}
.right {
float: right;
}

.spacer {
margin-top:7px;
}

.clear {
content: "";
clear: both;
line-height: 0;
padding: 0;
margin: 0;
height: 0;
display:block;
font-size:0;
width:100%;
}

#notification {
width:100%;position:fixed;padding:10px 0 12px;
text-align:center;
top:0;
left:0;
font-size:30px;
line-height:30px;
z-index:999;
text-shadow:0 1px 1px rgba(0,0,0,0.5)
}

#notification.success {
background:rgba(128,212,128,0.9);
text-shadow:0 1px 1px rgba(0,0,0,0.5);
color:#080
}

#notification.error {
background:rgba(255,146,146,0.9);
text-shadow:0 1px 1px rgba(0,0,0,0.5);
color:#800
}

#notification.notice {
background:#ffffbf;
background:rgba(255,255,191,0.9);
text-shadow:none;
color:#369
}

#notification.notice span {
font-size:60%
}

#page-wrapper {
position: relative;
text-align: left;
width: 950px;
margin: 0 auto;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

#content-wrapper {
float: left;
width: 100%;
margin-top: 10px;
-webkit-border-bottom-right-radius: 8px;
-webkit-border-bottom-left-radius: 8px;
-moz-border-radius-bottomright: 8px;
-moz-border-radius-bottomleft: 8px;
border-bottom-right-radius: 8px;
border-bottom-left-radius: 8px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; 
}

#topbar {
margin-bottom: 10px;
float: left;
z-index: 998;
width: 950px;
background: #F0F0ED;
}

/* Logo */
#logo {
display: block;
float: left;
margin: 0;
line-height: 2;
margin-top:7px;
}

#logo img {
width: 250px;
height: 44px;
position: relative;
}
.logo-details {
display: block;
margin-top: -1px;
width: 1px;
height: 1px;
text-indent: -9999px;
}

#firstnav {
float: left;
margin: 0;
line-height: 2;
margin-top: 15px;
color: #202020;
}

#details {
float: right;
line-height: 1;
margin-right: 10px;
margin-top:2px;
}

#details img {
vertical-align:middle;
background-position: center 25%;
background-repeat: no-repeat;
outline: none;
margin-top: 0px;
}

#details .user .photo {
-webkit-box-shadow:0px 1px 2px rgba(0,0,0,0.3);
-moz-box-shadow:0px 1px 2px rgba(0,0,0,0.3);
box-shadow:0px 1px 2px rgba(0,0,0,0.3);
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
height: 45px;
width: 45px;
}

#details .user a {
margin-left: 5px;
}

#details .user {
margin-left: 5px;
margin-top: 5px;
display: inline-block;
}

#loginpanel {
float:right;
margin-top:10px;
margin-bottom:5px;
line-height: 2;
}

#loginpanel tr {
line-height: 0;
vertical-align: baseline;
}

#loginpanel input[type="password"],
#loginpanel input[type="text"] {
font-family: Helvetica, Arial, sans-serif;
font-size: 15px;
font-weight:bold;
padding: 8px 10px 7px 10px;
margin: 0;
color: #999;
border: 1px solid #ccc;
background: #EEEEEE; 
height: 40px;
width: 180px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

#loginpanel .signup {
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
background-color: #404040;
background-image: none;
color: #fff;
border: 1px solid #404040;
font-weight: bold;
padding: 8px 15px;
margin: 0;
font-size: 20px;
line-height: 1;
cursor: pointer;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
text-shadow: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
#loginpanel .signup:hover {
background-color: #202020;
background-image: none;
color: #fff;
}

.secondnav {
padding: 10px 0 5px;
border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px;
background: rgba(0,0,0,0.7);
width: 950px;
font-size: 118%;
line-height: 140%;
-moz-box-shadow: 0px 2px 3px rgba(0,0,0,0.3);
-webkit-box-shadow: 0px 2px 3px rgba(0,0,0,0.3);
box-shadow: 0px 2px 3px rgba(0,0,0,0.3);
}

.secondnav #albumbar {
margin-left: 25px;
}

.secondnav #ealbumbar {
margin-left: 25px;
}

.secondnav #customizebar {
margin-left: 25px;
}

#customizebar img,#customizebarm img {
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
margin-bottom:5px;
-webkit-box-shadow:0px 1px 2px rgba(0,0,0,0.3);
-moz-box-shadow:0px 1px 2px rgba(0,0,0,0.3);
box-shadow:0px 1px 2px rgba(0,0,0,0.3);
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

.customize {
width: 450px;
}

.secondnav #browsebar {
text-align:center;
}

.secondnav #morebar {
text-align:center;
}

.secondnav #captionbar {
margin-left: 25px;
}

.secondnav textarea {
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
width: 860px;
background: #fff;
font-size: 200%;
border: 0;
padding: 4px 20px;
margin-bottom: 10px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
-webkit-box-shadow: inset 0 2px 2px rgba(0,0,0,0.5);
-moz-box-shadow: inset 0 2px 2px rgba(0,0,0,0.5);
box-shadow: inset 0 2px 2px rgba(0,0,0,0.5);
}

.secondnav input[type="text"] {
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
width: 860px;
background: #fff;
font-size: 200%;
border: 0;
padding: 4px 20px;
margin-bottom: 15px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
-webkit-box-shadow: inset 0 2px 2px rgba(0,0,0,0.5);
-moz-box-shadow: inset 0 2px 2px rgba(0,0,0,0.5);
box-shadow: inset 0 2px 2px rgba(0,0,0,0.5);
}

.secondnav input[type="submit"] {
background: #fff;
font-size: 150%;
color: #000000;
border: 0;
padding: 4px 20px;
margin-bottom: 10px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
-webkit-box-shadow: inset 0 2px 2px rgba(0,0,0,0.5);
-moz-box-shadow: inset 0 2px 2px rgba(0,0,0,0.5);
box-shadow: inset 0 2px 2px rgba(0,0,0,0.5);
}

.secondnav a {
text-decoration: none;
color: #ccc;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
font-size: 18px;
font-weight:normal
}

.secondnav a:hover {
color: #999999;
}

.hidden {
display: none;
}

.secondnav h4 {
color: #ffffff;
font-weight: inherit;
}

.secondnav img {
margin-bottom: -4px;
}

.padder,
#container #content {
float: right;
background: #fff;
padding: 20px;
text-align:left;
width:680px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; 
-moz-box-shadow: 0px 2px 3px rgba(0,0,0,0.3);
-webkit-box-shadow: 0px 2px 3px rgba(0,0,0,0.3);
box-shadow: 0px 2px 3px rgba(0,0,0,0.3);
}

.padder hr, .padder2 hr, .sidesignup hr, .post-content hr, .post-content2 hr {
background: #dedede;
border: 0;
clear: both;
width: 100%;
height: 1px;
padding: 0;
margin: 10px 0;
position: relative;
}

.padder .points {
color:#393939;
font-size:15px;
margin-left: 10px;
}

.padder .points a {
font-size:15px;
}

#padder input[type="text"], #padder input[type="password"], #padder2 input[type="text"], #padder2 input[type="password"] {
border: solid 1px #33363C;
height: 25px;
width: 85%;
font-size: 16px;
font-family: Arial, Helvetica, sans-serif;
padding: 5px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
text-shadow: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}

select {
font-family: Helvetica, Arial, sans-serif;
font-size: 16px;
font-weight:none;
padding: 8px 10px 7px 10px;
margin: 0;
border: 1px solid #EEEEEE;
background: #EEEEEE; 
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

.formarea {
border: solid 1px #33363C;
height: 40px;
width: 85%;
max-width: 100%;
font-size: 15px;
font-family: Arial, Helvetica, sans-serif;
padding: 5px;
height: 150px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
text-shadow: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
resize: none;
}

.social_post img {
margin-bottom: -5px;
}

.facebook-box {
padding: 3px;
font-weight: bold;
text-align: center;
margin-right: 5px;
color: #ffffff;
background-color: #5874AD;
}

.twitter-box {
padding: 3px;
font-weight: bold;
text-align: center;
margin-right: 5px;
color: #ffffff;
background-color: #51BDDA;
}

button[type="submit"] {
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
background-color: #404040;
background-image: none;
color: #fff;
border: 1px solid #404040;
font-weight: bold;
padding: 8px 15px;
margin-top:10px;
font-size: 15px;
line-height: 1;
cursor: pointer;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
text-shadow: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}

button[type="submit"]:hover {
background-color: #202020;
background-image: none;
color: #fff;
}

input[type="button"],.button {
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
background-color: #404040;
background-image: none;
color: #fff;
border: 1px solid #404040;
font-weight: bold;
padding: 5px;
margin-top: 2px;
font-size: 12px;
line-height: 1;
cursor: pointer;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
text-shadow: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}

input[type="button"]:hover,.button:hover {
background-color: #202020;
background-image: none;
color: #fff;
}

div.stbody div.options {
float: right;
padding-top: 4px;
}

.padder2 {
float: left;
background: #fff;
padding: 20px;
text-align:left;
width:950px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; 
-moz-box-shadow: 0px 2px 3px rgba(0,0,0,0.3);
-webkit-box-shadow: 0px 2px 3px rgba(0,0,0,0.3);
box-shadow: 0px 2px 3px rgba(0,0,0,0.3);
}

#padder2 input[type="text"] {
width: 90%;
}

#padder2 .adjustment {
width: 93%;
}

.post-content {
float: right;
background: #fff;
padding: 20px;
text-align:left;
width:680px;
margin-bottom: 20px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; 
-moz-box-shadow: 0px 2px 3px rgba(0,0,0,0.3);
-webkit-box-shadow: 0px 2px 3px rgba(0,0,0,0.3);
box-shadow: 0px 2px 3px rgba(0,0,0,0.3);
}

.post-content2 {
float: right;
background: #fff;
padding: 20px;
text-align:left;
width:950px;
margin-bottom: 20px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; 
-moz-box-shadow: 0px 2px 3px rgba(0,0,0,0.3);
-webkit-box-shadow: 0px 2px 3px rgba(0,0,0,0.3);
box-shadow: 0px 2px 3px rgba(0,0,0,0.3);
}

.bcomment_ui, .bstcommentbody{
border-bottom:solid 2px #fff;
background-color:#F2F2F2;
padding:5px;
overflow:auto;
}

.hpinfo img {
margin-bottom: -5px;
}

.profile_photo .photo {
margin-bottom: 20px;
display: inline-block;
width: 100%;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
width: 250px;
height: 250px;
float: left;
-moz-box-shadow: 0px 2px 3px rgba(0,0,0,0.3);
-webkit-box-shadow: 0px 2px 3px rgba(0,0,0,0.3);
box-shadow: 0px 2px 3px rgba(0,0,0,0.3);
}

.sidebar {
float: left;
width: 250px;
font-size: 12px;
}

#sidebar-left {
margin-right: 20px;
}
#sidebar-right {
margin-left: 20px;
}
#sidebar {
display:none;
}
#sidebar-right .sidebar-left {
display: none;
float: left;
}

.leftsignup {
float: left;
width: 330px;
font-size: 12px;
}

.widget {
position: relative;
float: left;
width: 100%;
padding: 20px;
margin-bottom: 20px;
background: #fff;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-moz-box-shadow: 0px 2px 3px rgba(0,0,0,0.3);
-webkit-box-shadow: 0px 2px 3px rgba(0,0,0,0.3);
box-shadow: 0px 2px 3px rgba(0,0,0,0.3);
font-size: 17px;
line-height: 190%;
color:#202020;
}

.widget hr {
background: #f0f0ed;
border: 0;
clear: both;
width: 100%;
height: 1px;
padding: 0;
margin: 10px 0;
position: relative;
}

.widget .error, .widget #status, .widget #estatus{
font-size: 12px;
}

.error, #estatus, #status{
color:#ff0000;
}


.widget input[type="text"],.widget input[type="password"] {
border: solid 1px #33363C;
height: 25px;
width: 90%;
font-size: 100%;
font-family: Arial, Helvetica, sans-serif;
padding: 5px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
text-shadow: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}

.widget input[type="submit"]{
width: 45%;
height: 35px;
font-family: Arial, Helvetica, sans-serif;
background-color: #404040;
background-image: none;
color: #fff;
border: solid 1px #33363C;
font-weight: bold;
padding: 5px;
margin-top:10px;
font-size: 15px;
line-height: 1;
cursor: pointer;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
text-shadow: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}

.widget input[type="submit"]:hover {
background-color: #202020;
background-image: none;
color: #fff;
}

.widget select{
width: 90%;
font-size: 16px;
}

.widget select[name="minage"],.widget select[name="maxage"],.widget select[name="day"],.widget select[name="year"] {
width: 40%;
}

.widget input[class="button"] {
width: 45%;
height: 35px;
font-size: 15px;
}

.widget h3 {
font-size: 15px;
}

#content .widget:last-child {
margin-bottom: 0;
}

#display {
    background-color: #FFFFFF;
    border-bottom: 1px solid #DEDEDE;
    border-left: 1px solid #DEDEDE;
    border-right: 1px solid #DEDEDE;
    width: 200px;
    display: none;
    font-weight: bold;
    overflow: hidden;
}

#display a
{
color:#003399;
text-decoration:none;
}

#display a:hover
{
color:#000045;
text-decoration:none;
}

.display_box {
    border-top: 1px solid #DEDEDE;
    font-size: 12px;
    height: 50px;
    padding: 4px;
}

.display_box:hover
{
background:#e5e5e5;
color:#FFFFFF;
}

.display_box_i {
    border-top: 1px solid #DEDEDE;
    font-size: 12px;
    padding: 4px;
}

.display_box_i:hover {
background:#e5e5e5;
}

.search_face {
    float: left;
    margin-right: 5px;
    width: 50px;
}

.hicon {
display: inline-block;
outline: none;
height: 26px;
width: 26px;
margin-bottom: -5px;
}

.text {
font-size: 15px;
font-weight: bold;
color: #202020;
}

.leftleaderboard{
float: left;
width:50%;
}

.rightleaderboard{
float: right;
width:50%;
}

.hpphoto img {
float: left;
background-position: center 25%;
background-repeat: no-repeat;
display: inline-block;
outline: none;
height: 110px;
width: 110px;
margin: 10px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

.hpphoto img:hover {
-moz-opacity: 0.5;
-khtml-opacity: 0.5;
-webkit-opacity: 0.5;
opacity: 0.5;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
filter: alpha(opacity=50);
zoom: 1;
}

.photo1 img {
margin-bottom: 20px;
display: inline-block;
width: 100%;
width: 165px;
height: 165px;
float: left;
margin: 8px;
-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}

.photo1 img:hover {
-moz-opacity: 0.5;
-khtml-opacity: 0.5;
-webkit-opacity: 0.5;
opacity: 0.5;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
filter: alpha(opacity=50);
zoom: 1;
}

.gphoto img {
margin-bottom: 20px;
display: inline-block;
width: 100%;
width: 90px;
height: 90px;
float: left;
margin: 8px;
-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}

.gphoto img:hover {
-moz-opacity: 0.5;
-khtml-opacity: 0.5;
-webkit-opacity: 0.5;
opacity: 0.5;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
filter: alpha(opacity=50);
zoom: 1;
}

.photo2 {
margin-bottom: 20px;
display: inline-block;
width: 100%;
width: 250px;
height: 250px;
margin: 8px;
-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
}

.photo2 img {
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
width: 250px;
height: 250px;
}

.photo2 img:hover {
-moz-opacity: 0.5;
-khtml-opacity: 0.5;
-webkit-opacity: 0.5;
opacity: 0.5;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
filter: alpha(opacity=50);
zoom: 1;
}

.photo3 {
margin-bottom: 20px;
display: inline-block;
width: 100%;
width: 165px;
height: 165px;
float: left;
margin: 8px;
-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
}

.photo3 img {
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
width: 165px;
height: 165px;
}

.photo3 img:hover {
-moz-opacity: 0.5;
-khtml-opacity: 0.5;
-webkit-opacity: 0.5;
opacity: 0.5;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
filter: alpha(opacity=50);
zoom: 1;
}

.big_face:hover {
-moz-opacity: 0.5;
-khtml-opacity: 0.5;
-webkit-opacity: 0.5;
opacity: 0.5;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
filter: alpha(opacity=50);
zoom: 1;
}

#browse .big_face, #browse .stimg
{
float:left;
background-position: center 25%;
background-repeat: no-repeat;
display: inline-block;
outline: none;
height: 180px;
width: 180px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow:0px 1px 2px rgba(0,0,0,0.3);
-moz-box-shadow:0px 1px 2px rgba(0,0,0,0.3);
box-shadow:0px 1px 2px rgba(0,0,0,0.3);
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

#browse .nametext {
font-size: 140%;
margin-bottom: 15px;
}

#browse .sttext{
margin-left: 195px;
width: 400px;
}

.album {
position: relative;
margin-top: -42px;
background-color: #333;
background-color: rgba(0,0,0,0.6);
border-top-left-radius: 4px;
border-top-right-radius: 4px;
border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px;
font-size:14px;
font-weight:bold;
padding: 4px;
text-align: center;
-moz-background-clip: padding-box;
-webkit-background-clip: padding-box;
background-clip: padding-box;
color: #fff;
}

.album1 {
margin-bottom: 20px;
display: inline-block;
width: 100%;
width: 211px;
height: 211px;
float: left;
margin: 8px;
-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
}

.album1 img {
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
width: 211px;
height: 211px;
}

.album1 img:hover {
-moz-opacity: 0.5;
-khtml-opacity: 0.5;
-webkit-opacity: 0.5;
opacity: 0.5;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
filter: alpha(opacity=50);
zoom: 1;
}

.heartspace
{
margin-top:7px;
height:22px;
padding-top:1px;
padding-left:30px;
}

.heart_count
{
	margin-right:10px
}

.heart_button
{
	float:left;
	border:none;
	cursor:pointer;
	margin-top:-2px
}

.heart_comment
{
float:left;
border:none;
cursor:pointer;
}

.heartspacecomment
{
margin-top:-10px;height:22px;padding-top:1px;padding-left:25px	
}

.heart_countcomment
{
float:left;
	margin-top:-15px;
	margin-left:5px;
}

.heart_commentcomment
{
float:left;
border:none;
cursor:pointer;
margin-top:-17px;
margin-left:167px
}

.pheartspacecomment
{
margin-top:-10px;height:22px;padding-top:1px;padding-left:25px	
}

.pheart_countcomment
{
float:left;
	font-size: 14px;
	color:#000;
	margin-top:-15px;
	margin-left:5px
}

.pheart_commentcomment
{
float:left;
border:none;
cursor:pointer;
margin-top:-17px;
margin-left:125px
}

.gpheart_commentcomment
{
float:left;
border:none;
cursor:pointer;
margin-top:-17px;
margin-left:125px
}

.gsheart_commentcomment
{
float:left;
border:none;
cursor:pointer;
margin-top:-17px;
margin-left:167px
}

.gtheart_commentcomment
{
float:left;
border:none;
cursor:pointer;
margin-top:-17px;
margin-left:167px
}

.bheart_commentcomment
{
float:left;
border:none;
cursor:pointer;
margin-top:-17px;
margin-left:167px
}

.pheartspace
{
margin-top:7px;height:22px;padding-top:1px;padding-left:30px	
}

.pheart_count
{
	font-size: 14px;
	color:#000;
	margin-right:10px
}

.pheart_button
{
	float:left;
	border:none;
	cursor:pointer;
	margin-top:-2px
}

.gpheart_button
{
	float:left;
	border:none;
	cursor:pointer;
	margin-top:-2px
}

.gsheart_button
{
	float:left;
	border:none;
	cursor:pointer;
	margin-top:-2px
}

.gtheart_button
{
	float:left;
	border:none;
	cursor:pointer;
	margin-top:-2px
}

.bheart_button
{
	float:left;
	border:none;
	cursor:pointer;
	margin-top:-2px
}

.fheart_button
{
	float:left;
	border:none;
	cursor:pointer;
	margin-top:-2px
}

.fheart_count
{
	margin-right:10px;
	font-weight: bold
}

.pheart_comment
{
float:left;
border:none;
cursor:pointer;
}

.ad {
text-align: center;
margin-top: 10px;
}

.paginate {
	padding: 3px;
	margin: 3px;
}
.paginate a {
	padding:2px 5px 2px 5px;
	margin:2px;
	border:1px solid #393939;
	text-decoration:none;
	color: #393939;
}
.paginate a:hover, .paginate a:active {
    background-color:#393939;
	border: 1px solid #393939;
	color: #fff;
}
.paginate span.current {
    margin: 2px;
	padding: 2px 4px 2px 4px;
		border: 1px solid #393939;
		
		font-weight: bold;
		background-color: #393939;
		color: #FFF;
}
.paginate span.disabled {
	    background-color:#ededed;
		padding:2px 5px 2px 5px;
		margin:2px;
		border:1px solid #808080;
		color:#808080;
}

.previousnext a.previous {
float: left;
width: 58px;
height: 88px;
background: url('/images/previousbutton.png');
opacity:0.4;
filter:alpha(opacity=40); /* For IE8 and earlier */
}

.previousnext a.next {
float: right;
width: 58px;
height: 88px;
margin-right: 12px;
background: url('/images/nextbutton.png');
opacity:0.4;
filter:alpha(opacity=40); /* For IE8 and earlier */
}

.previousnext a.previous:hover {
float: left;
width: 58px;
height: 88px;
background: url('/images/previousbutton.png');
opacity:1.0;
filter:alpha(opacity=100); /* For IE8 and earlier */
}

.previousnext a.next:hover {
float: right;
width: 58px;
height: 88px;
margin-right: 12px;
background: url('/images/nextbutton.png');
opacity:1.0;
filter:alpha(opacity=100); /* For IE8 and earlier */
}

.previousnext {
float: left;
height: 0;
padding: 0;
position: relative;
margin: 0 -20px 0 -1px;
top: 200px;
width: 511px;
z-index: 1;
}

.userimg {
-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
height: 250px;
width: 250px;
}

.imgpreview
{
border:solid 1px #333;
max-width:165px;
max-height:165px;
margin-right:10px;
}
.preview
{
border:solid 1px #333;
max-width:150px;
max-height:125px;
margin-bottom:10px;
margin-left:10px;
}
#loadmessages
{
margin-top:10px;
}
#updateboxarea
{
padding:10px;
}
#update
{
border:solid 1px #33363C;
height:50px;
width:100%;
font-size:15px;
font-family:Arial, Helvetica, sans-serif;
padding:5px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
text-shadow: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}

.comment, .commentphoto
{
border:solid 1px #33363C;
font-family:Arial, Helvetica, sans-serif;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
text-shadow: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
width:415px;
height: 35px;
font-size:13px;
padding: 5px;
}

.commentphoto
{
border:solid 1px #33363C;
font-family:Arial, Helvetica, sans-serif;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
text-shadow: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
width:310px;
height:35px;
font-size:15px;
}



#imageupload
{
overflow:auto; padding:5px;width:620px; font-size:11px;display:none;
border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px;
}

.border
{
border-left:solid 1px #999999;border-right:solid 1px #999999;border-bottom:solid 1px #999999; 
}

.stbody
{
padding:10px;
border-bottom:solid 1px #dedede;
overflow:auto;
}

.stbody2
{
overflow:auto;
}

.stimg, .big_face
{
float:left;
background-position: center 25%;
background-repeat: no-repeat;
display: inline-block;
outline: none;
height: 64px;
width: 64px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow:0px 1px 2px rgba(0,0,0,0.3);
-moz-box-shadow:0px 1px 2px rgba(0,0,0,0.3);
box-shadow:0px 1px 2px rgba(0,0,0,0.3);
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

.checkbox
{
width: 25px;
float:left;
margin-top:20px;
margin-left:-10px;
display: inline-block;
}

.infoimg
{
margin-top:20px;
float:left;
}

.stcommentimg, .small_face
{
float:left;
height:50px;
width:50px;
background-color: #EEE;
background-position: center 25%;
background-repeat: no-repeat;
display: inline-block;
outline: none;
-webkit-box-shadow:0px 1px 2px rgba(0,0,0,0.3);
-moz-box-shadow:0px 1px 2px rgba(0,0,0,0.3);
box-shadow:0px 1px 2px rgba(0,0,0,0.3);
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

.sttext
{
margin-left:70px;
min-height:50px;
word-wrap:break-word;
overflow:hidden;
padding:5px;
display:block;
font-size:15px;
width:536px;
color:#202020;
line-height: 160%;
}

.sttext2
{
float:left;
margin-left: 10px;
min-height:50px;
word-wrap:break-word;
overflow:hidden;
padding:5px;
display:block;
font-size:15px;
color:#202020;
}

.sttext b
{
font-weight:bold;
color:#006699;
}

.infotext
{
margin-left:70px;
min-height:50px;
word-wrap:break-word;
padding:5px;
display:block;
font-size:15px;
width:536px;
color:#202020;
line-height: 160%;
}

.cttext
{
margin-left:70px;
min-height:50px;
word-wrap:break-word;
overflow:hidden;
padding:5px;
display:block;
font-size:15px;
width:415px;
color:#202020;
line-height: 160%;
}

.reply
{
line-height: 160%;
}

.cttext2
{
margin-left: 85px;
min-height:50px;
word-wrap:break-word;
overflow:hidden;
padding:5px;
display:block;
font-size:15px;
width: 400px;
color:#202020;
}

.cttext b
{
color:#006699;
}

.sttime
{
color:#33363C;
margin-top:5px;
}

.stphototime
{
font-size:15px;
color:#33363C;
margin-top:5px;
 width:390px;
}

.stdelete 
{
font-weight:bold;
float:right;
cursor:pointer;
background:url(/images/stream/delete-26-d.png);
display: none;
height:20px;
width:20px;
}
.stbody:hover .stdelete{
display : block;
}
.stdelete:hover
{
background:url(/images/stream/delete-26.png);
}

.gsdelete 
{
font-weight:bold;
float:right;
cursor:pointer;
background:url(/images/stream/delete-26-d.png);
display: none;
height:20px;
width:20px;
}
.stbody:hover .gsdelete{
display : block;
}
.gsdelete:hover
{
background:url(/images/stream/delete-26.png);
}

.ctdelete 
{
font-weight:bold;
float:right;
cursor:pointer;
background:url(/images/stream/delete-26-d.png);
display: none;
height:20px;
width:20px;
}
.stbody:hover .ctdelete{
display : block;
}
.ctdelete:hover
{
background:url(/images/stream/delete-26.png);
}

#stexpandbox
{
margin-top:10px;
}
#stexpandbox img
{
border:solid 1px #dedede;
padding:3px;
}

.comment_ui,
.stcommentbody
{
border-bottom:solid 2px #fff;
background-color:#F2F2F2;
padding:5px;
width:500px;
overflow:auto;
}

.comment_photo_ui,
.stphotocommentbody
{
border-bottom:solid 2px #fff;
background-color:#F2F2F2;
padding:5px;
width:390px;
overflow:auto;
}

.stcommenttext 
{
margin-left: 55px;
min-height: 40px;
word-wrap: break-word;
overflow: hidden;
padding: 3px;
display: block;
font-size: 15px;
width: 425px;
color:#202020;
}

.bstcommenttext 
{
margin-left: 55px;
min-height: 40px;
word-wrap: break-word;
overflow: hidden;
padding: 3px;
display: block;
font-size: 15px;
width: 550px;
color:#202020;
}

.stphotocommenttext 
{
margin-left: 55px;
min-height: 40px;
word-wrap: break-word;
overflow: hidden;
padding: 3px;
display: block;
font-size: 15px;
width: 325px;
color:#202020;
}

.stcommenttext b
{
color:#006699;
}

.stcommenttime
{
font-size:13px;
color:#999999;
margin-top:5px;
}
.stcommentdelete 
{
font-weight:bold;
float:right;
cursor:pointer;
display:none;
background:url(/images/stream/delete-26-d.png);
height:20px;
width:20px; 
}
.stcommenttext:hover .stcommentdelete
{
display:block
}
.stcommentdelete:hover
{
background:url(/images/stream/delete-26.png);
}

.pcommentdelete 
{
font-weight:bold;
float:right;
cursor:pointer;
display:none;
background:url(/images/stream/delete-26-d.png);
height:20px;
width:20px; 
}
.stphotocommenttext:hover .pcommentdelete
{
display:block
}
.pcommentdelete:hover
{
background:url(/images/stream/delete-26.png);
}

.bcommentdelete 
{
font-weight:bold;
float:right;
cursor:pointer;
display:none;
background:url(/images/stream/delete-26-d.png);
height:20px;
width:20px; 
}
.bstcommenttext:hover .bcommentdelete
{
display:block
}
.bcommentdelete:hover
{
background:url(/images/stream/delete-26.png);
}

.gpcommentdelete 
{
font-weight:bold;
float:right;
cursor:pointer;
display:none;
background:url(/images/stream/delete-26-d.png);
height:20px;
width:20px; 
}

.stphotocommenttext:hover .gpcommentdelete
{
display:block
}
.gpcommentdelete:hover
{
background:url(/images/stream/delete-26.png);
}

.gscommentdelete 
{
font-weight:bold;
float:right;
cursor:pointer;
display:none;
background:url(/images/stream/delete-26-d.png);
height:20px;
width:20px; 
}
.stcommenttext:hover .gscommentdelete
{
display:block
}
.gscommentdelete:hover
{
background:url(/images/stream/delete-26.png);
}

.gtcommentdelete 
{
font-weight:bold;
float:right;
cursor:pointer;
display:none;
background:url(/images/stream/delete-26-d.png);
height:20px;
width:20px; 
}
.bstcommenttext:hover .gtcommentdelete
{
display:block
}
.gtcommentdelete:hover
{
background:url(/images/stream/delete-26.png);
}

.commentupdate
{
background-color:#f2f2f2;
width:500px;
padding:5px;
}

.bcommentupdate
{
background-color:#f2f2f2;
padding:5px;
}

.picturecommentupdate
{
background-color:#f2f2f2;
width:390px;
padding:5px;
}

#flashmessage
{
height:15px;
margin-top:10px;
font-size:11px;
color:#333;
}
.morebox
{
font-weight:bold;
color:#333333;
text-align:center;
border:solid 1px #333333;

margin-top:8px;
margin-bottom:8px;
display:block;
font-size:15px;
width:100%;

}
.morebox a{text-decoration:none; padding:8px;  display:block}
.morebox a:hover{ text-decoration:none; background-color:#dedede}

#addphoto
{
font-weight:bold;
}
#camera_error
{
text-align:center;
margin-top:80px;
}

.bodycontent 
{
word-wrap: break-word;
overflow: hidden;
display: block;
width: 100%;
}

.infoOFF:hover {
background: #FFFF99;
}

.info {
padding-top: 4px;
line-height: 120%;
padding: 8px;
}

.info h3 {
color: red;
font-size:18px;
}

.hideinfo {
float: right;
padding-top: 4px;
}

.timeago 
{
color: #999999;
}

.timeago:hover
{
color: #999999;
}

.answer
{
color: #003399;
}

#copyright {
float: left;
position: relative;
width: 100%;
padding: 20px 0;
text-align: center;
font-size: 20px;
color: #202020;
}

#copyright a {
color: #ffffff;
}

.albumat {
font-size: 18px;
}

.sttext .mood {
margin-bottom: -3px;
}