/* reset padding and margin ##################### */
*{
    margin: 0;
    padding: 0;
    border: 0;
}

a {
    text-decoration: none;
}

.orange_underline {
    text-decoration: underline;
    color: #ff5200;
    text-decoration: none;
}

.mini_story a {
    color: #ff5200;
}

.mini_story a:hover {
    color: #ff5200;
    text-decoration: underline;
}
/*top part of everypage ############################## */
#top_container {
    position: relative;
    width: 960px;
    height: 100px;
    left: 50%;
    margin-left: -480px;
}

#header_left {
    position: relative;  
    background-image: url(/images/browzar-logo.png);
    width: 252px;
    height: 60px;
    margin: 10px 0 10px 0;
    float: left;
}

#top_right_container {
    position: relative; 
    width: 500px;
    height: 80px;
    float: right;
    bottom: 0;
    
}

#social {
    background-image: url(/images/add-this-top-right-panel.png);
    position: absolute;
    width: 307px;
    height: 30px;
    float: right;
    top: 0px;
    display: block;
    right: 0;
    padding-left: 5px;
    padding-top: 7px;
}

#bottom_content {
    position: relative;
    width: 960px;
    left: 50%;
    margin-left: -480px;
    height: 225px;
    margin-top: 20px;
}

#bottom_content2 {
    position: relative;
    width: 692px;
    left: 50%;
    margin-left: -345px;
    height: 100px;
    margin-top: 20px;
   
}

#keyfeatures_bottom2 {
    float: left;
    width: 230px;
    border-right: 1px dashed #adadad;
    height: 100px;
    
}

#keyfeatures_bottom2 img {
    position: relative;
    left: 50%;
    margin-left: -77.5px;
    margin-top: 21px;
    
}

#help_bottom2 {
    float: left;
    width: 230px;
    border-right: 1px dashed #adadad;
    height: 100px;
}

#help_bottom2 img {
    position: relative;
    left: 50%;
    margin-left: -78.5px;
    margin-top: 31px;
    
}
#tellafriend_bottom2 {
    float: left;
    width: 230px;
    height: 100px;
}

#tellafriend_bottom2 img {
    position: relative;
    left: 50%;
    margin-left: -77.5px;
    margin-top: 31px;
    
}
#left_story {
    width: 307px;
    height: 145px;
    float: left;
    background: url(/images/embarrassing-stories-bg-panel.png);
    padding: 20px 20px 20px 20px;
}


#right_story {
    width: 307px;
    height: 145px;
    float: left;
    background: url(/images/embarrassing-stories-bg-panel.png);
    margin-left: 20px;
    padding: 20px 20px 20px 20px;
}

#bottom_content_navigation {
    width: 226px;
    height: 185px;
    float: left;
    margin-left: 20px;
}

.dashed_line {
    border-bottom: 2px dotted #adadad;
    margin-top: 10px;
    margin-bottom: 15px;
}

#bottom_social {
    position: relative;
    width: 300px;
    height: 20px;
    display: block;
    left: 50%;
    margin-left: -150px;
    margin-top: 20px;
}

#footer {
    width: 100%;
    height: 100px;
    background: #f4f4f4;
    padding-top: 10px;
    margin-top: 20px;
}

.bottom_navigation {
    margin-top: 10px;
    text-align: center;
    font-family: verdana;
    font-size: 10px;
}

.mini_story {
    font-family: verdana;
    font-size: 12px;
}

.orange {
    color: Orange;
}



a:visited {
    text-decoration: none;
}

.bottom_navigation {
    list-style-type: none;
    display: block;
}

.bottom_navigation ul {
    display: inline;
    color: Black;
}

.bottom_navigation a {
    color: Black;
    text-decoration: none;
}

#top_nav {
    position: absolute;
    display: block;
    list-style-type: none;
    bottom: 0;  
    right: 0;
    text-align: right;
    
    
}

#top_nav ul {
    position: relative;
    display: inline;
    bottom: 0;
    color: black; 
}

#top_nav a {
    text-decoration: none;
    color: #ff5200;
}

#top_nav a:hover {
    color: gray; 
}


li {
    font-family: verdana;
    font-size: 14px;
}

#main_background {
    position: relative;
    width: 100%;
    height: 100%;
    padding-top: 40px;
    padding-bottom: 30px;
    background: #999; /* for non-css3 browsers */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c6c6c6', endColorstr='#e0e0e0'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#c6c6c6), to(#e0e0e0)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #c6c6c6,  #e0e0e0); /* for firefox 3.6+ */ 
}

.content_holder {
    position: relative;
    width: 908px;
    left: 50%;
    margin-left: -454px;
    border:0;
}

.download_now {
    position: relative;
    
    width: 380px;
    height: 70px;
    left: 50%;
    margin-left: -190px;
    margin-top: 60px;
}

.download_slogan {
    font-family: verdana;
    color: #484848;
    text-align: center;
    margin-top: 10px;
}

#read_stories {
    display: block;
    position: relative;
    height: 17px;
    width: 452px;
    margin-top: 20px;
    margin-bottom: 20px;
}
