

// /*css reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

html {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 62.5%;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%;
}
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
body {
    font-family: "Droid Sans",serif;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    background: #000000;
    color: #d7b200;
    margin: 0;
}
h1 {
    font-family: 'Droid Sans', serif;
    font-size: 24px;
    line-height: 30px;
    font-weight: bold;
    color: #D7B200;
    margin: 16px 0;
    text-align: center;  
}

h7 {
    font-family: 'Droid Sans', serif;
    font-size: 20px;
    font-weight: bold;
    color: #D7B200;
    margin-right:auto;
    margin-left:auto;
    text-align: center;  
}
p {
    font-size:12px;
    line-height: 16px;
    color: #D7B200;
    margin-bottom: 20px;
}
a {
    text-decoration: none;
    color: #0000ee;
    -webkit-transition: all 0.4s ease;
	   -moz-transition: all 0.4s ease;
			transition: all 0.4s ease;
}
a:hover,
a:focus {
/*    color: #fff;*/
    text-decoration: none;
}
strong {
    font-weight: bold;
}
img {
    border: 0;
    height: auto;
    max-width: 100%;
}
::-webkit-input-placeholder {
    color: #666666;
    font-family: 'Droid Sans', serif;
}
:-moz-placeholder {
    color: #666666;
    font-family: 'Droid Sans', serif;
}
::-moz-placeholder {
    color: #666666;
    font-family: 'Droid Sans', serif;
    opacity: 1;
}
:-ms-input-placeholder {
    color: #666666;
    font-family: 'Droid Sans', serif;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="submit"],
textarea {
    -webkit-appearance: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #666666;
    padding: 10px;
}
.wrapper {
    max-width: 980px;
    margin: 0 auto;
    width: 100%;
}






/*------  custom style starts  ------*/



.a{
    vertical-align:middle;
}



.centered {
    margin-right:auto;
    margin-left:auto;
/*    width:980px;*/
    text-align: center;
    border: 1px #D7B200 solid;
    margin-top: 10px;
    overflow:hidden;
    width: 100%;
}

.header {
    margin: 10px auto 0;
    width:100%;
    text-align: center;
    border: 1px #000 solid;
    background: #000000;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=0 ); /* IE6-8 */
    /* gecko based browsers */
    background: -moz-linear-gradient(top, #000000, #000000);
    /* webkit based browsers */
    background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#000000));
    color: #000000; /* text colour (black) */
    height: auto; /* gradient uses the full height of the element */
}

.navcolumn {
    width: 20.5%;
    float: left;
}

.navcontainer {
    float: left;
    margin: 5px 0 0;
    width: 100%;
    padding: 0;
}

.navcontainer a {
    float: left;
    display: block;
    width: 100%;
    text-align: center;
    font-family: 'Helvetica', serif;
    font-size: 15px;
    text-align: center;
    color: #D7B200;
    padding: 5px;
    text-decoration: none;
    font-weight: bold;
    border: 1px solid #D7B200;
    background: #350000,913107 ;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#350000', endColorstr='#913107',GradientType=0 ); /* IE6-8 */
    /* gecko based browsers */
    background: -moz-linear-gradient(top, #350000, #913107);
    /* webkit based browsers */
    background: -webkit-gradient(linear, left top, left bottom, from(#350000), to(#913107));
    height: auto; /* gradient uses the full height of the element */
}

.navcontainer a:hover{
    border: 1px solid #CA8E3E;
    background: #8A4117;
    /* gecko based browsers */
    background: -moz-linear-gradient(top, #8A4117, #8A4117);
    /* webkit based browsers */
    background: -webkit-gradient(linear, left top, left bottom, from(#8A4117), to(#8A4117));
}

.contentcolumn {
    width: 79.5%;
    float: right;
    padding: 0 25px;
    text-align: center;
}


.leftskinad {
    position:absolute;
    z-index:-1;
    top:0;
    left:0;
    width:0px;
    height:0;


}

.leftskincontainer {
     position:fixed;
     width:160px;
     height:600px;
     top:10%;
     left:1%;
     overflow:hidden;



}

.rightskinad {
    position:absolute;
    z-index:-1;
    top:0;
    left:0;
    width:0px;
    height:0;
}

.rightskincontainer {
     position:fixed;
     width:160px;
     height:600px;
     top:10%;
     right:1%;
     overflow:hidden;


}


.pagetitle {
     float: left;
    width: 100%;
    height:135px;
    padding-top:0;
    position:relative;
    z-index:10;
    background:url(logo.gif) no-repeat center center;
    background-size: auto;
}

.titlemenu {
    margin: 3px;
    

}

.titlemenu a {
    font-family: 'Droid Sans', serif;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    color: #D7B200;
     
}







.itemtitle {
    font-family: 'Droid Sans', serif;
    font-size: 14px;
    font-weight: bold;
    color: #D7B200;
    
}

   
.addthis_toolbox {
float: right;
width: 84%;


 
      

}


 

.itemdesc {
    font-family: 'Droid Sans', serif;
    font-size: 14px;
    padding: 5px;
    color: #D7B200;
}

.iteminfo {
    width: 100%;
}

.itemviews {
    font-family: 'Droid Sans', serif;
    font-size: 18px;
    padding: 6px;
    background: #000000;
    width: 300px;
    margin-left: 5px;
    float: left;
    color: #D7B200;    
    
}

.rateitem {
    font-family: 'Droid Sans', serif;
    font-size: 12px;
    padding: 5px;
    float: right;
}

.morepics {
    float: left;
    width: 100%;
    font-family: 'Droid Sans', serif;
    font-size: 16px;
    padding: 5px;
    font-weight: bold;
    color: #D7B200;
}


.socialbookmarkscontainer {
    padding: 0px;
    margin-left: 225px;
    
}

.socialbookmarks {
    float: left;
}

.socialbookmarks1 {
    float: left; 
}

.socialbookmarksfbtweet {
    float: right;
    vertical-align:bottom;
    width: 100%;
}

.pinbutton {
    padding: 52px;
    margin-right: 165px;
}

.fbbutton {
margin-top:4px;
margin-left:540px;



}

.tweetbutton {
margin-top:-21px;
margin-left:670px;

}

.adbelowpic {
margin-top:0px;
margin-right:200px;

}

.adbelowpic2 {
margin-top:0px;
margin-left:100px;

}


/* This gets Google to fall into place */
.social {
	font-size: 1px;
}

/* This gets Facebook to fall into place */
.social .facebook {
	vertical-align: middle;
}

/* This gets Pinterest to fall into place */
.social .pin {
	vertical-align: middle;
}

/* Set an optional width for your button wrappers */
.social span {
	display: inline-block;
	width: 75px;
}
 
/* Adjust the widths individually if you like */
.social .reddit {
	width: 65px;
}

/* Adjust the widths individually if you like */
.social .twitter {
	width: 100px;
}

/* Adjust the widths individually if you like */
.social .recommend {
	width: 140px;
}

/* Adjust the widths individually if you like */
.social .fb {
	width: 110px;
}

/* Adjust the widths individually if you like */
.social .pin {
	width: 75px;
}

/* Adjust the widths individually if you like */
.social .google {
	width: 80px;
}
/* Adjust the widths individually if you like */
.social .stumble {
	width: 100px;
}

}
/* Adjust the widths individually if you like */
.social .tumblr {
	width: 20px;
}



/* Adjust the widths individually if you like */
.social .footerfb {
	width: 107px;
}

/* Adjust the widths individually if you like */
.social .footertwitter {
	width: 140px;
}

/* Adjust the widths individually if you like */
.social .footerplus {
	width: 150px;
}



.shareboxes {
    font-family: 'Droid Sans', serif;
    font-size: 12px;
    text-decoration: none;
    color: #D7B200;
}

.footer {
    float: left;
    font-family: 'Molengo', serif;
    font-size: 12px;
    margin-top: 25px;
    margin-bottom: 25px;    
    color: #868686;
    text-decoration: none;
    margin-right:auto;
    margin-left:auto;
    width:100%;
    text-align: center;   
     
}
.footerad {
    margin-top: 10px;
    margin-right:auto;
    margin-left:auto;
    width:1000px;
    text-align: center;  


}

.leaderad {
    margin-top: 10px;
    margin-right:auto;
    margin-left:auto;
    width:100%;
    text-align: center;  

}

.imagewrapper {

}

.imagewrapper img {
    padding: 3px;
    border: 1px #D7B200 solid;
    

} 

.pagenav {
    padding: 5px;
}

.pagenav a {
    font-family: 'Droid Sans', serif;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    color: #D7B200;
}

.friendstitle {
    text-align: center;
    font-family: 'Droid Sans', serif;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    padding: 5px;
    color: #D7B200;

}



.friendsrow {
    padding: 5px;

}

.friendslink {
    text-align: center;
    float: left;
    width: 150px;
    padding: 5px;

}

.friendslink a {
    font-family: 'Droid Sans', serif;
    font-size: 14px;
    text-decoration: none;

    
}

.centeredfriends {
    margin-right:auto;
    margin-left:auto;
    width:370px;
    text-align: center;
    border: 1px #D7B200 solid;
    margin-top: 10px;
}
.friendsrow {
    padding: 5px;

}

.inputitem {
    text-align: center;
    margin: 5px;
    font-size: 14px;
    font-family: 'Droid+Sans',arial,helvetica,sans-serif;
    color: #D7B200;
   
}



/*------  custom style ends------*/













.header-wrapper{
    max-width: 1000px;
    margin: 0 auto;
}
.header .nav-icon{
    display: none;
}


.outer-container{
    float: left;
    width: 100%;
}
.bottom-ad{
    float: left;
    width: 100%;
}
.navcolumn ul{
    float: left;
    width: 94%;
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.navcolumn ul li.navcontainer{
    float: left;
    width: 100%;
    margin: 5px 0 0;
    border: 0;
}
.navcolumn ul li:nth-child(3){
    margin-bottom: 40px;
}
.menu-cloumn{
    float: left;
    width: 100%;
    margin-bottom: 40px;
    padding-left: 10px;
}
.mob-nav{
    display: none;
}
#mm-nav-menu{
    display: none;
}
.mm-panels > .mm-panel.mm-hasnavbar{
    padding-top: 0;
}
.mm-panel.mm-hasnavbar .mm-navbar {
    display: none;
}

.mm-menu .navcontainer a{
    border-top: 0;
    color: #D7B200;
}
.mm-menu .navcontainer a:hover{
    border-top: 0;
}
.menu-reveal {
    vertical-align: middle;
    display: inline-block;
    width: 25px;
    height: 20px;
}
.menu-reveal span{
    background: #D7B200;
    display: block;
    height: 3px;
    margin-top: 4px;
    width: 100%;
}
.nav-icon{
    float: right;
    color: #D7B200;
    font-size: 20px;
    width: 120px;
    background: #8A4117;
    height: 35px;
    padding: 4px 0;
    border: 1px solid #D7B200;
    background: #350000,913107 ;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#350000', endColorstr='#913107',GradientType=0 ); /* IE6-8 */
    /* gecko based browsers */
    background: -moz-linear-gradient(top, #350000, #913107);
    /* webkit based browsers */
    background: -webkit-gradient(linear, left top, left bottom, from(#350000), to(#913107));
    -webkit-border-radius:4px;
       -moz-border-radius:4px;
            border-radius: 4px;
}
.nav-icon h5{
    display: inline-block;
    vertical-align: bottom;
    margin-right: 5px;
}
.footer p{
    color: #868686;
    font-family: "Molengo",serif;
    font-size: 12px;
    margin: 0;
    width: auto;
    display: inline;
}
.footer a{
    margin-left: 2px;
}
.google .b1{
    display: none;
}
.fb-top .fb_iframe_widget iframe{
    height: 72px!important;
}





.picrow {
    display: inline;
    margin-right:auto;
    margin-left:auto;	
    width:auto;
    text-align: center;
    color: #D7B200; 



}
.morepicrow {
    float: left;
    margin-right:auto;
    margin-left:auto;	
	max-width:100%;
    text-align: center;
    color: #D7B200; 
	width:100%;
}

.indexlistthumb {
    display: inline-block;
    float: none;
    font-family: 'Droid Sans', serif;
    font-size: 13px;
    padding: 0 6px;
    width: 22%;
}

.indexlistthumb img {
    padding: 3px;
    border: 1px #D7B200 solid;
    margin: 15px 0;
    display: inline;
}



.picrowitem {
    margin-right:auto;
    margin-left:auto;	
    width: 630px;
    text-align: center; 
}








.adsbygoogle.ad-blk{
	width:100% !important;
	float:left;
}
.adsbygoogle.ad-blk .img_ad{
	width:100% !important;
	float:left;
}

.ad-outer {
    float: left;
    width: 100%;
}
.ad-outer img{
    float: left;
    width: 100%;
}
#LSM_Slot_30_wrpr > ins {
	width:100% !important;
}
#LSM_Slot_30 > ins{
	width:100% !important;
}

#clear_Button{
	width:100% !important;
}

.left-ad {
	float:left;
    width: 50%;
	
}
.right-ad{
	float:left;
    width: 50%;	
}


.footer-mob {
    display: none;
    float: left;
    width: 100%;
}

.social-mob {
    display: none;
    float: left;
    width: 100%;
}
.morepics p {
    color: #d7b200;
    font-family: "Droid Sans",serif;
    font-size: 16px;
    font-weight: bold;
    padding: 5px;
}
.fbbutton.outer-blk .pluginCountBox{
	height: 11px!important;
	line-height: 4px !important;
}
.comment-outer {
    float: left;
    width: 100%;	
    margin-bottom: 35px;
}
.topad {
    float: left;
    margin-bottom: 10px;
    width: 100%;
}

.desktop-only{
	display:block;
	width:100%;
	float:left;
}

.fb-top {
    text-align: center;
}
