/*  HIDE EMPTY SECTION UNDER GALLERY  */
.gallery br+br {
	display: none;
}

 /* CENTER GALLERY | ADJUST GALLERY MARGINS */
.gallery {
       margin-top: -7px !important;
       margin-bottom: 5px !important;
       float: right;
       position: relative;
       z-index:3;
       left: -50%;
}
.gallery-item {
       width: auto !important;
       left: 50%;
       position: relative;
}

 /* BORDER &amp; MARGINS AROUND EACH GALLERY IMAGE */
.gallery-icon img {
       border: solid 1px !important;
       margin: 0px 8px 0px 8px
}

 /* HIDE FOOTER BORDER */
#page-footer { border: none; }

/* SOLID 1PX BORDER */
.suf-widget, .searchform .searchfield, article.page {
       border: solid 1px #000 !important;
}

 /* HIDE BORDER &amp; SPACING AROUND POST TITLE */
h1.posttitle, h2.posttitle {
    border-bottom: 0;
    padding: 0;
    margin: 0;
}
.entry, .non-wp-entry{
    margin-bottom: 0;
    padding: 0;
}

 /* MODIFY "DOWNLOAD" STYLE */
h4 {
    margin: 0;
    font-family:Courier New;
    text-align:center;    
    position:relative;
    z-index:1;    
}

 /* POST/PAGE FORMATTING */
.post, div.page, div.info-category {
       border: solid 1px #000 !important;
       padding: 4px 5px 0px 5px;
}

 /* SIDEBAR WIDGET FORMATTING */
.dbx-handle {
    border-bottom: 1px solid #000;
    padding: 5px;
}
.dbx-content {
    padding: 3px;
}
#sidebar, #sidebar-b, #sidebar-2, #sidebar-2-b {
    line-height: 160%;
}

 /* HIDE THE EDIT BUTTON */
.postdata .edit {
       display: none;
}

 /* HIDE ALL BUT CENTER FOOTER */
#cred td.cred-right, #cred td.cred-left {
       display: none;
}

 /* UNDERLINE POST TITLE LINK WHEN HOVERING */
h1.posttitle a:hover, h2.posttitle a:hover {
       text-decoration: underline;
}

 /* NAV BAR FORMATTING */
.post-nav, .page-nav {
       border: solid 1px #000 !important;
       padding: 0;
}
.post-nav a, .post-nav a:visited {
       color: #000;
}

 /* REMOVE PARAGRAPH MARGINS */
p, .p {
    margin-bottom: 0;
}

 /* REMOVE ITALICS FROM NAV FONT */
.post-nav, .page-nav {
    font-style: normal;
}

 /* HIDE FEATURED IMAGE */
img.left-thumbnail, .left-thumbnail {
     display:none;
}

 /* CORRECT THE NAV MARGIN ERROR */
.page-nav {
    margin-top: 15px;
}

/* SET HEADER HEIGHT BELOW MINIMUM */
#header {
     height: 0px;
     width: 763px;
}

/* SET PAGE NAVI COLORS */
.wp-pagenavi span.current, .wp-pagenavi a:hover {
    background: #FFA6AA;
    color: black;
}

/* SET STYLE HEADING FOR "PICS &amp; VIDS" TEXT */
h6 {
     text-align:center;
     font-size:11px;
     font-weight: normal;
     line-height: 1.1em;
     margin: 0;
}

/* STYLE FOR TABBED WIDGETS */
img.wpp-thumbnail {
    border: 1px solid;
    height: 100%;
    margin-bottom: 2px;
    width: 160px;
}
.tw-tabbed-nav {
    margin-left: 0 !important;
    padding: 0;
}
.tw-tabbed-nav a {
    float: none !important;
}
.tw-tabbed-nav li {
    text-align: center;
    border: 1px solid black;
    border-bottom: 0 !important;
    color: black;
    margin: 1px 2px 4px !important;
    width: 77px;
}
.ui-state-active {
background-position: 0 !important;
background: rgb(255,150,152);
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmOTY5OCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(255,150,152,1) 0%, rgba(255,255,255,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,150,152,1)), color-stop(100%,rgba(255,255,255,1)));
background: -webkit-linear-gradient(top,  rgba(255,150,152,1) 0%,rgba(255,255,255,1) 100%);
background: -o-linear-gradient(top,  rgba(255,150,152,1) 0%,rgba(255,255,255,1) 100%);
background: -ms-linear-gradient(top,  rgba(255,150,152,1) 0%,rgba(255,255,255,1) 100%);
background: linear-gradient(top,  rgba(255,150,152,1) 0%,rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9698', endColorstr='#ffffff',GradientType=0 );
}

.post-footer {
       float:right;
       position:relative;       
       margin: -24px 0px 2px;
}

/* FIX ANCHOR SCROLLING BUG */
.fix:after {
    display: none;
}
.post .title {
    z-index: 1;
}

/* HIDE FOOTER TOP BORDER */
#page-footer, #cred {
    border-top: 0;
}

.comments {
     position: relative;
     z-index: 2;
}

a img{
     color:#333 !important;
}
a img:visited {
     color:grey !important;
}

a img:hover {
     color:#FF9195 !important;
}

a.more-link {
     display:none;
}

body {
     background-color:#FF9195 !important;
}

.form-submit {
     margin-bottom:5px;
}
.icon {
     margin:3px 3px 3px 3px;
}

/* Hide the URI label */
#commentform label[for="url"] {display:none;}
/* Hide the URI input */
#commentform #url {display:none;}

/* Hide the URI label */
#commentform label[for="email"] {display:none;}
/* Hide the URI input */
#commentform #email {display:none;}

#commentform label.suf-comment-label {
     border:none !important;
}

.post-1042 .comments, .post-1042 .kk-star-ratings.lft {
    display:none;
}
.post-1042 img {
    border:1px solid !important;
}

#header-widgets {
    margin-bottom: -40px;
    margin-top: -35px;
    width: auto;
}

.suf-widget a:focus {
     text-decoration:none !important;
}

div.rw-left {
    margin: -17px 0 0 2px !important;
    width:200px !important;
}

.rw-ui-title {
    display: none !important;
}

.rw-ui-group-item {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.rw-ui-rating {
    display: none !important;
}

.rw-ui-thumb {
    padding: 0px !important;
    border: 1px solid black !important;
    transition:none !important;
}

.rw-ui-thumb:hover{
    border: 1px solid pink !important;
    background:none !important;
    box-shadow: none !important;
}

.rw-ui-content-recommendations {
    text-align:center !important;
}

.rw-ui-control.rw-ui-content-recommendations .rw-ui-content-recommendation-groups .rw-ui-group-item {
    margin:0 0 2px 0 !important;
    padding:0 0 2px 0 !important;
}

.rw-ui-footer, .rw-ui-container.rw-size-medium a.rw-report-link, .rw-ui-report div.rw-ui-poweredby {
    display:none !important;
}

#header {
  display:none;
}