body,html{
	padding-top:5px;
    overflow-y: scroll;
    border-left: 2px solid #587b28;
}

*{
font-size:12px;
}

textarea,input,select {
padding:3px !important;
margin:3px 0px;
max-width:100%;
}

.blogtitlebrowse{
font-weight:bold;
color:black;
}

.custombar{
	width:100%;
	position:fixed;
	top:0px;
	background-color: #7b2872 !important;

}


.custombar .lcolor{
display:inline-block;
	font-size:14px;
	font-weight:bold;
   color: #f8fce2 !important;
   padding:5px !important;
} 
.highpower{
	color: #fb718c;
}

.blogposttitle{
font-size:17px;
font-weight:bold;
margin:3px 0px;
}

hr{
border-top:1px solid #cdc5be;
}

.tinyshadow{
-moz-box-shadow: 1px 1px 0px #726458 !important; 
-webkit-box-shadow: 1px 1px 0px #726458 !important; 
box-shadow: 1px 1px 0px #726458 !important; 
}


#dailysearch{
text-align:left;
	z-index:1000;
	width:100%;
	background-color:#3a3732;
	color:white;
	position: fixed; bottom:0px; left:0px; -moz-box-shadow: 2px 2px 16px #353131;
	-webkit-box-shadow: 2px 2px 16px #353131;
	box-shadow: 2px 2px 16px #353131;
	
	
	margin: 0 auto;
	 padding:10px; 
}

#dailysearch input, textarea{
	color:black;
}

.hid  {
display : none;
}

.member_information_block{
margin:1px 0px;
}



#pagination-flickr{
margin:5px 0px;
padding:8px 0px 12px 0px; 
display:table;
width:100%;
}
#pagination-flickr li{
border:0; margin:0; 
padding:0;
font-size:11px;
list-style:none;
}
#pagination-flickr a{
border:solid 1px #DDDDDD;
margin-right:2px;
}
#pagination-flickr .previous-off,
#pagination-flickr .next-off {
color:#666666;
display:block;
float:left;
font-weight:bold;
padding:3px 4px;
}
#pagination-flickr .next a,
#pagination-flickr .previous a {

display:block;
float:left;
font-weight:bold;
padding:3px 4px;
} 
#pagination-flickr .active{
color:#77003f;
font-weight:bold;
display:block;
float:left;
padding:4px 6px;
}
#pagination-flickr a:link,
#pagination-flickr a:visited {
font-size:11px;
color:#8a0d10;
display:block;
float:left;
padding:3px 6px;
text-decoration:none;
}
#pagination-flickr a:hover{
border:solid 1px #666666;
}

.customform{
margin:7px 0px;
}

.editprofile{
    border:1px solid #d7d5d2;
	background-color: #f3f2f1;
	padding: 7px;
	font-size:12px;
}

.namedetails{
padding:6px 0px;
}

a.nextbuttons{
display:inline-table;

background-color: #36332c;
color: white;
padding:4px 10px;
margin:5px 0px;
font-size:12px;
}
.collapselinks{
font-size:12px;
}
.custform{
max-width:100%;
}

.alertcustom{
   width:100%;
   text-align:center;
   margin-left: auto ;
   margin-right: auto ;
   color: #cf1238;
   font-size:20px;
   font-weight:bold;
   
}





.advertising{
	background-color: #ffd9e9;
	border:1px solid #fd97bb;
}

.replyforms{
display:none;
margin:0px;
padding:0px;
}

.replyentries{
margin: 10px 0px;
}

.belowheader{
padding:7px 5px 7px 0px; 
font-size:14px;
display:block;
}
.belowheader *{
font-size:14px;
}

.btn-customg {
    border: 1px solid #d9d8d5 !important;
    -webkit-box-shadow: inset 0 1px 2px #d9d8d5 !important;
    -moz-box-shadow: inset 0 1px 2px #d9d8d5 !important;
    box-shadow: inset 0 1px 2px #d9d8d5 !important;
    background: #d9d8d5 !important;
     background-size: 100% !important;

}



@media screen and (max-width: 700px) {
	html,body{
		padding-top:20px;
	}

	a.scat2{
	display:inline-block;
	text-decoration:underline;
	color: #527e0e;
	padding: 0px 10px 0px 0px;
	}

	.subdirs{
		padding: 0px 0px 0px 0px;
		
	}
}

@media screen and (min-width: 701px) {

	.collapselinks{
		display:none !important;
	}

	a.scat2{
		display:block;
		text-decoration:underline;
		color: #527e0e;
		text-align:right;
	}
	.subdirs{
		padding: 20px 0px 0px 0px;
		text-align:right;
	}
}