html {
    background-image: url('../images/bg.png');
    padding: 0;
    margin: 0;
    overflow-y: scroll;
    font-family: Arial, Helvetica, sans-serif;
}

body {
    margin: 0;
    padding: 0;
}

.page-container {
    padding: 0;
    margin: 0;
}

.menu-wrapper {
    background-image: url('../images/bg.png');
    height: 70px;
}

.footer-wrapper {
    background: #444444;
}

#footer-contact-container-title, #footer-about-container-title, #footer-nav-container-title {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
}

.footer-container {
    width: 900px;
    text-align: left;
    height: 200px;
    padding-top: 20px;
    padding-bottom: 20px;
    line-height: 32px;
}

.footer-link a, .footer-link  {
    font-family: 'Roboto Condensed', sans-serif;
    color: #868484;
    font-size: 14px;
    -webkit-transition-property: color;
    -webkit-transition-duration: 500ms;
    -moz-transition-property: color;
    -moz-transition-duration: 500ms;
}

#header-container {

}

.header-link {
    color: #222222;
    display: inline-block;
    font-size: 13px;
    transition: all 0.2s ease 0s;
}

.footer-top-links-container {
}

#first-footer-link a {
    margin-left: 0px;
}

.footer-link-separator {
    color: #D0D0D0;
}

.footer-link a:hover {
    cursor: pointer;
    color: #D0D0D0;
}

.header-link:hover {
    cursor: pointer;
    color: #777777;
}

.copyright-container {
    background-image: url('../images/bg-alternative.png');
    height: 50px;
    line-height: 48px;
}

.copyright-inner-container {
    width: 900px;
    text-align: right;
}

.top-menu-container {
    background-image: url('../images/bg.png');
    height: 70px;
}

.top-menu-inner-container {
    width: 900px;
    text-align: right;
}

#footer-links-container {
    width: 900px;
}

.twitter-tweets-widget-container {
	box-shadow: 0px 0px 5px #888;
    -moz-box-shadow: 0px 0px 5px #888;
    -webkit-box-shadow: 0px 0px 5px #888;

    width: 265px;
}

.show-more-container {
    overflow: hidden;
}

#share-container {
    left: -30px;
    background-color: white;      
    box-shadow: 0px 0px 5px #888;
    -moz-box-shadow: 0px 0px 5px #888;
    -webkit-box-shadow: 0px 0px 5px #888;  
    padding: 10px;
    padding-left: 35px;
    position: absolute;
    top: 158px;
    text-align: center;
}

#fb-like-button, #gplus-rec-button, #twitter-tweet-button, #linkedin-share-button {
    margin-bottom: 5px;
}

#g-plus-follow-container {
padding:0px;
margin: 0px; 
width: 265px;
height: 340px;
background-color: white;
clear:both;
overflow: hidden;
	box-shadow: 0px 0px 5px #888;
    -moz-box-shadow: 0px 0px 5px #888;
    -webkit-box-shadow: 0px 0px 5px #888;
}

#copyright {
    display: block;
    float: left;
    padding-top: 2px;
    font-size: 11px;
    color: #868484;
}

.menu-container {
    text-align: left;
    width: 900px;
    height: 50px;
    line-height: 67px;
}

.menu-hover-container {
    height: 3px;
    width: 110px;
    transition: all 0.3s ease 0s;
}

.menu-item {
    font-family: 'Carrois Gothic SC', sans-serif;
    height: 67px;
    text-align: center;
    display: block; 
    color: #444444;
    font-size: 14px;
    width: 110px;
    float: left;
    font-weight: bold;
    vertical-align: middle;
    transition: all 0.3s ease 0s;
}

#menu-home {
	width: auto;
	margin-right: 20px;
}

.menu-item-wrapper a {
    color: #333333;
    font-family: arial,Arial,Helvetica,sans-serif;
}

.menu-item:not(#menu-item-search-container):hover .menu-hover-container {
    background: #D0D0D0;
    cursor: pointer;
}

.menu-item-wrapper {
    margin-top: 0px;
    padding-top: 0px;
    display: inline;
}

#menu-item-active {
    background: #999999;
}

#menu-item-active:hover {
    cursor: pointer;
}

.input-text {
    font-family: 'Roboto Condensed', sans-serif;
    color: #A0A0A0;
    font-size: 13px;
    background-color: #F8F8F8;
    border: 1px solid #F0F0F0;
    border-bottom: 1px solid #F8F8F8;
    box-shadow: inset 0px 1px 2px 0px #888;
    -moz-box-shadow: inset 0px 1px 2px 0px #888;
    -webkit-box-shadow: inset 0px 1px 2px 0px #888;
    border-radius: 0px;
    padding: 15px;
    -webkit-transition-property: background;
    -webkit-transition-duration: 500ms;
    -moz-transition-property: background;
    -moz-transition-duration: 500ms;
}

.input-text:focus {
    background-color: white;
}

#menu-item-search-container {
    width: 220px;
    text-align: left;
    margin-left: 20px;
    margin-top: 3px;
    position:relative;
}

#search-input {
    background-image: url('../images/search-icon-alt.png'), url('../images/bg.png');
    background-size: 20px 20px, 100% 100%;
    background-position: 96% 55%;
    border: none;
    width: 10px;
    margin-left: 0px;
    transition: all 0.2s ease 0s;
    background-repeat: no-repeat;
    box-shadow: 0px 0px 0px #888;
}

#main-menu-search-input {
    background-image: url('../images/search-icon-alt.png');
    background-size: 20px 20px;
    background-position: 96% 55%;
    background-repeat: no-repeat;
    padding-right: 40px;
    border: 1px solid #F0F0F0;
    transition: all 0.2s ease 0s;
    border-radius: 0px;
    width: 179px;
}

.horizontal-separator {
    background-color: #E8E8E8;
    padding: 2px;
    border: 1px solid #F0F0F0;
    border-bottom: 1px solid #F8F8F8;
    box-shadow: inset 0px 1px 2px 0px #888;
    -moz-box-shadow: inset 0px 1px 2px 0px #888;
    -webkit-box-shadow: inset 0px 1px 2px 0px #888;
}

.main-menu-title {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    color: gray;
}

.content-container {
    text-align: left;
    width: 900px;
    margin-bottom: 10px;
    overflow: hidden;
}

.button, .select-container {
    font-family: 'Roboto Condensed', sans-serif;
    background-color:white;
    padding:17px;
    color: #555555;
    font-size:11px;
    font-weight: bold;
    border:1px solid #DDDDDD;
    transition: all 0.5s ease 0s;
    margin-top: 5px;
}
.button::-moz-focus-inner {
    border:none;
}
.button:hover, .select-container:hover {
    cursor:pointer;
    background: #F0F0F0;
}  
.button:active, .button:disabled, .select-container:active {
    border:1px solid #F0F0F0;
    background-color:#E8E8E8;
    border-bottom:1px solid #F8F8F8;
    box-shadow:inset 0px 1px 2px 0px #888;
    -moz-box-shadow:inset 0px 1px 2px 0px #888;
    background:-moz-linear-gradient(top,#E8E8E8,#E8E8E8);
    background:-webkit-gradient(linear,left top,left bottom,from(#E8E8E8),to(#E8E8E8));
    filter:progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#E8E8E8',EndColorStr='#E8E8E8',GradientType=0);
} 

.error-container {
    background-color:#9B281E;
    background:-moz-linear-gradient(center top , #CB3425 0pt, #9B281E 100%);
    background:-webkit-gradient(linear,left top,left bottom,from(#CB3425),to(#9B281E));
    filter:progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#CB3425',EndColorStr='#9B281E',GradientType=0);
    padding:15px;
    margin-top: 5px;
    text-align: center;
    z-index: 100;
}

.error-message, .success-message, .message {
    color:white;
    font-family:arial;
    font-weight:bold;
    font-size:12px;
    background-repeat:no-repeat;
    background-position: 16% 55%;
}

.success-container {
    background-color: #003300;
    background: -moz-linear-gradient(center top , #336633 0pt, #003300 100%);
    background: -webkit-gradient(linear,left top,left bottom,from(#336633),to(#003300));
    filter:progid: DXImageTransform.Microsoft.Gradient(StartColorStr='#336633',EndColorStr='#003300',GradientType=0);
    text-align: center;
    margin-top: 5px;
    z-index: 100;
    padding: 15px;
}

#success-container, #error-container, #message-container {
    display: none;
}

.message-container {
    background-color:#151B54;
    background:-moz-linear-gradient(center top , #607B8B 0pt, #35586C 100%);
    background:-webkit-gradient(linear,left top,left bottom,from(#607B8B),to(#35586C));
    filter:progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#607B8B',EndColorStr='#35586C',GradientType=0);
    padding:15px;
    margin-top: 5px;
    text-align: center;
    z-index: 100;
}

#menu-item-home {
    margin-left: 0px;
}

#menu-item-search-wrapper {
    margin-right: 0px;
    margin-left: 0px;
}

#menu-item-search-container {
    padding-right: 0px;
}

#menu-item-user {
    margin-right: 10px;
}

#user-messages-container {
    text-align: center;
    padding-left: 225px;
}

#left-content-container {
    text-align: left;
    width: 600px;
    float: left;
}

.inner-left-content-container {
    width: 550px;
}

#video-description-container {
    padding-bottom: 10px;
}

#article-content-container {
    padding-top: 0px;
    margin-bottom: 10px;
}

#video-title, #picture-title, #article-title, #quote-title, .privacy-title, .about-title, .server-error-title {
    margin-top: 0px;
    padding-top: 0px;
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 10px;
    font-family: 'Noto Serif', serif;
    color: #222222;
    text-align: center;
}

.privacy-last-update {
    font-family: monospace;
    font-size: 11px;
    color: #444444;
}

.privacy-content, .about-content {
    font-family: 'Roboto Condensed', sans-serif;
    color: #444444;
    font-size: 14px;
    font-style: normal;
    font-weight: 400
    line-height: 20px;
    text-align: left;
    text-transform: none;
}

#privacy-policy-container {
    margin-bottom: 20px;
}

#article-upload-time {
    margin-bottom: 5px;
}

#video-description, #picture-description, #article-content {
    font-family: 'Roboto Condensed', sans-serif;
    color: #444444;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    text-transform: none;
}

#article-content a {
	font-family: 'Roboto Condensed', sans-serif;
    color: #4863A0;
    font-size: 14px;
    -webkit-transition-property: color;
    -webkit-transition-duration: 500ms;
    -moz-transition-property: color;
    -moz-transition-duration: 500ms;
}

#article-content a:hover {
	cursor: pointer;
    color: #56A5EC;
}

#video-and-comment-section-seperator {
    width: 200px;
    margin-bottom: 15px;
}

.right-content-container {
    float: right;
    width: 270px;
    margin-top: 5px;
}

.normal-text {
    font-size: 12px;
    color: black;
    font-weight: bold;
}

#video-description-and-comment-section-wrapper {
    background-color: white;      
    box-shadow: 0px 0px 5px #888;
    -moz-box-shadow: 0px 0px 5px #888;
    -webkit-box-shadow: 0px 0px 5px #888;
    margin-left: 5px;
    padding: 10px;
    margin-top: 0px !important;
    margin-bottom: 20px;
}

.social-icons a {
    background-position: 0 11px;
    background-repeat: no-repeat;
    display: inline-block;
    height: 60px;
    opacity: 1;
    text-indent: -9999px;
    transition: all 0.2s ease 0s;
    width: 40px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    
}

.social-icons-footer a {
    background-position: 0 6px;
    background-repeat: no-repeat;
    display: block;
    padding-top: 5px;
    height: 45px;
    opacity: 1;
    text-indent: -9999px;
    transition: all 0.2s ease 0s;
    width: 40px;
    float: left;
}

.social-icons-footer {
    padding: 0px;
    float: right;
}

.social-icons {
	text-align: center;
	overflow: hidden;
	padding: 0px;
}

.social-facebook {
    background: url("../images/facebook_small.png") no-repeat scroll 0 0 transparent;
}
.social-facebook:hover {
    background-color: #444444;
    background-position: 0 -34px;
}

.social-google {
    background: url("../images/google_small.png") no-repeat scroll 0 0 transparent;
}
.social-google:hover {
    background-color: #444444;
    background-position: 0 -34px;
}

.social-linkedin {
    background: url("../images/linkedin_small.png") no-repeat scroll 0 0 transparent;
}
.social-linkedin:hover {
    background-color: #444444;
    background-position: 0 -34px;
}

.social-rss {
    background: url("../images/rss_small.png") no-repeat scroll 0 0 transparent;
}
.social-rss:hover {
    background-color: #444444;
    background-position: 0 -34px;
}

.social-twitter {
    background: url("../images/twitter_small.png") no-repeat scroll 0 0 transparent;
}
.social-twitter:hover {
    background-position: 0 -34px;
    background-color: #444444;
}

#social-icons-top {
    height: 60px;
}

.social-facebook-top {
    background: url("../images/facebook_small.png") no-repeat scroll 0 0 transparent;
    height: 60px !important;
}
.social-facebook-top:hover {
    background-position: 0 -29px;
    background-color: #3B5998;
}

.social-google-top {
    background: url("../images/google_small.png") no-repeat scroll 0 0 transparent;
    height: 60px !important;
}
.social-google-top:hover {
    background-position: 0 -29px;
    background-color: #DD4B39;
}

.social-linkedin-top {
    background: url("../images/linkedin_small.png") no-repeat scroll 0 0 transparent;
    height: 60px !important;
}
.social-linkedin-top:hover {
    background-position: 0 -29px;
    background-color: #71B2D0;
}

.social-rss-top {
    background: url("../images/rss_small.png") no-repeat scroll 0 0 transparent;
    height: 60px !important;
}
.social-rss-top:hover {
    background-position: 0 -29px;
    background-color: #FE9900;
}

.social-twitter-top {
    background: url("../images/twitter_small.png") no-repeat scroll 0 0 transparent;
    height: 60px !important;
}
.social-twitter-top:hover {
    background-position: 0 -29px;
    background-color: #48C4D2;
}

a:visited {
    text-decoration: none;
    border: none;
    outline: none;
}

a:active {
    text-decoration: none;
    border: none;
    outline: none;
}

a:focus {
    text-decoration: none;
    border: none;
    outline: none;
}

a:link {
    text-decoration: none;
    border: none;
    outline: none;
}

#footer-about-container, #footer-nav-container, #footer-contact-container {
    float: left;
    overflow: hidden;
    width: 290px;
    margin-right: 10px;
    height: 200px;
}

#footer-about-container-title, #footer-nav-container-title, #footer-contact-container-title {
    color: #D0D0D0;
    font-size: 15px;
    border-bottom: 1px solid #B0B0B0;
    height: 30px;
}

.submenu-container {
    width: 110px;
}

.submenu {
    background: #333333;
    z-index: 5;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.top-left-menu {
    color: #868484;
    font-size: 12px;
}

#main-menu-horizontal-separator {
    margin-bottom: 10px;
}

.top-menu-left-container {
    float:left;
}

#sign-up-in-container {
    background-color: #D0D0D0;
    background: url('../images/bg.png');
    border: 1px solid #F0F0F0;
    border-bottom: 1px solid #F8F8F8;
    box-shadow: inset 0px 1px 2px 0px #888;
    -moz-box-shadow: inset 0px 1px 2px 0px #888;
    -webkit-box-shadow: inset 0px 1px 2px 0px #888;
    transition: all 0.2s ease 0s;
}

#sign-up-in-header {
    padding: 10px;
    background: #444444;
    color: white;
    font-weight: bold;
    font-size: 14px;
}

.sign-up-in-link {
    color: #444444;
    font-size: 12px;
    padding: 10px;
    transition: all 0.2s ease 0s;
}

.sign-up-in-link img {
    transition: all 0.2s ease 0s;
}

.sign-up-in-link img:hover {
    cursor: pointer;
}

#user-sign-up-container, #user-sign-in-container {
    width: 245px;
    transition: all 0.2s ease 0s;
}

#user-sign-up-container input[type=text], #user-sign-up-container input[type=password], #user-sign-in-container input[type=text], #user-sign-in-container input[type=password] {
    margin-top: 5px;
    width: 215px;
}

.fb-like-box {
background-color: white;
box-shadow: 0px 0px 5px #888;
    -moz-box-shadow: 0px 0px 5px #888;
    -webkit-box-shadow: 0px 0px 5px #888;
}

#logged-in-username {
    color: #444444;
}

.related-container {
    overflow: hidden;
    margin-top: 10px;
    margin-left: 5px;
}

#related-header, .related-menu-header {
    padding: 15px;
    padding-left: 10px;
    background: #444444;
    color: white;
    font-weight: bold;
    font-size: 13px;
}

.video-container, .picture-container {
    text-align: center;
    margin-right: 5px;
    margin-left: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    width: 190px;
    overflow: hidden;
    float: left;
    transition: all 0.5s ease 0s;
    box-shadow: 0px 0px 5px #888;
    -moz-box-shadow: 0px 0px 5px #888;
    -webkit-box-shadow: 0px 0px 5px #888;
    background-color: white;
    position:relative;
}

.video-description-container, .picture-description-container {
    width: 140px;
    left: 10px;
    text-align: left;
    padding: 15px;
    background-color: white;
    position: relative;
    top: -30px;
    margin-bottom: -30px;
}

.video-description, .picture-description {
    font-size: 13px;
    font-family: 'Roboto Condensed', sans-serif;
    color: #444444;
    font-weight: normal;
    text-transform: none;
}

.video-container img, .picture-container img, .related-item-container img {
    width: 100%;
}

.related-item-container {
    text-align: center;
    margin-left: 5px;
    margin-right: 5px;
    position:relative;
    width: 188px;
    margin-bottom: 15px;
    background-color: white;
    height: auto;
    transition: all 0.5s ease 0s;
    box-shadow: 0px 0px 5px #888;
    -moz-box-shadow: 0px 0px 5px #888;
    -webkit-box-shadow: 0px 0px 5px #888;
    float: left;
}

.quote-container {
    text-align: center;
    padding: 20px;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-right: 5px;
    margin-left: 5px;
    overflow: hidden;
    background-color: white;
    transition: all 0.5s ease 0s;
    box-shadow: 0px 0px 5px #888;
    -moz-box-shadow: 0px 0px 5px #888;
    -webkit-box-shadow: 0px 0px 5px #888;
}

.item-type, .search-result-item-type, .related-item-type {
    font-family: 'Roboto Condensed', sans-serif;
    color: gray;
    font-weight: normal;
    font-size: 13px;
    margin-bottom: 5px;
}

.related-item-type {
	margin-bottom: 0px;
}

.article-container, .feed-article-container, .feed-video-container, .feed-picture-container, .feed-quote-container {
    text-align: center;
    transition: all 0.5s ease 0s;
    margin-top: 5px;
    margin-bottom: 5px;         
    overflow: hidden;
    margin-right: 5px;
    margin-left: 5px;
    background-color: white;
    box-shadow: 0px 0px 5px #888;
    -moz-box-shadow: 0px 0px 5px #888;
    -webkit-box-shadow: 0px 0px 5px #888;
}

.feed-quote-container {
    height: auto;
    text-align: left;
    padding: 20px;
}

.feed-article-container img, .feed-video-container img, .feed-picture-container img, .article-container img {
    width: 100%;
}

.article-description-container, .feed-video-description-container, .feed-picture-description-container {
    width: 90%;
    left: 15px;
    position: relative;
    top: -50px;
    text-align: left;
    padding: 15px;
    background-color: white;
    margin-bottom: -50px;
}

.article-content, .feed-video-description, .feed-picture-description, .server-error-message {
    font-size: 14px;
    font-family: 'Titillium Web', sans-serif;
    color: #777777;
    font-style: normal;
    font-weight: 400;
    text-align: left;
    text-transform: none;
}

.article-title, .feed-video-title, .feed-picture-title {
    font-family: 'Noto Serif', serif;
    font-size: 18px;
    text-align: left;
    display: block;
    color: #333333;
    margin-bottom: 5px;
    font-weight: 600;
}

.article-container:hover, .feed-article-container:hover, .feed-video-container:hover, .feed-picture-container:hover, .feed-quote-container:hover, .related-item-container:hover, .video-container:hover, .picture-container:hover, .quote-container:hover {
    cursor: pointer;   
    box-shadow: 0px 0px 10px #888;
    -moz-box-shadow: 0px 0px 10px #888;
    -webkit-box-shadow: 0px 0px 10px #888;
}

.quote-author-name {
    font-family: 'Titillium Web', sans-serif;
    font-size: 12px;
    color: #888888;
}

.video-title, .picture-title, .related-item-title {
    font-size: 15px;
    font-family: 'Noto Serif', serif;
    text-align: left;
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
    color: #333333;
}

.quote-wrapper {
    padding: 10px;
}

.quote-title {
    font-family: 'Noto Serif', serif;
    font-size: 15px;
    text-align: left;
    display: block;
    margin-bottom: 10px;
    color: #333333;
    font-weight: bold;
}

.video-container {
    margin-bottom: 10px;
}

.videos {
    overflow: hidden;
}

.pictures {
    overflow: hidden;
}

.videos {
    overflow: hidden;
}



.article-wrapper, .video-wrapper, .picture-wrapper, .privacy-policy-picture-wrapper {
	margin-left: 5px;
    transition: all 0.5s ease 0s;     
    overflow: hidden;
    background-color: white;      
    box-shadow: 0px 0px 5px #888;
    -moz-box-shadow: 0px 0px 5px #888;
    -webkit-box-shadow: 0px 0px 5px #888;
}

.video-player, .picture, .article-picture {
box-shadow: 0px 0px 5px #888;
    -moz-box-shadow: 0px 0px 5px #888;
    -webkit-box-shadow: 0px 0px 5px #888;
    margin-bottom: 10px;
}

.picture, .article-picture {
	width: 100%;
}

.article-wrapper img {
    width: 100%;
}

.privacy-policy-picture-wrapper img {
    width: 100%;
}

.privacy-policy-picture-wrapper {
    margin-top: 5px;
}

.video-wrapper, .article-wrapper, .picture-wrapper, .privacy-policy-picture-wrapper {
    padding: 0px;
    background: white;
    margin-bottom: 0px !important;
}

.article-wrapper {
    margin-top: 5px;
}

#footer-separator {
    margin-top: 25px;
}

.logo-image {

	padding-top: 7px;
    height: 55px;
}

.logo-image:hover {

}

.video-navigation-container, .picture-navigation-container, .quote-navigation-container, .article-navigation-container {

    height: 50px;
    width: 600px;
    margin-top: 5px;
    text-align:center;
    overflow: hidden;
}

.video-navigation-container a, .picture-navigation-container a, .quote-navigation-container a, .article-navigation-container a {
display:inline-block;
	text-align:center;
}

.previous-video-button, .previous-picture-button, .previous-quote-button, .previous-article-button {
    width: 150px;
float:left;
    text-align: center;
    height: 28px;
    font-family: 'Roboto Condensed', sans-serif;
    background-color:white;
    color: #333333;
    padding-top: 17px;
    padding-bottom: 4px;
    font-size:13px;
    font-weight: bold;
    border:1px solid #DDDDDD;
    transition: all 0.5s ease 0s;
    
}

.next-video-button, .next-picture-button, .next-quote-button, .next-article-button {
    width: 150px;
float:right;
    text-align: center;
    height: 28px;
    font-family: 'Roboto Condensed', sans-serif;
    background-color: white;
    color: #333333;
    padding-top: 17px;
    padding-bottom: 4px;
    font-size:13px;
    font-weight: bold;
    border:1px solid #DDDDDD;
    transition: all 0.5s ease 0s;
}

.previous-video-button:hover, .next-video-button:hover, .previous-picture-button:hover, .next-picture-button:hover, .previous-quote-button:hover, .next-quote-button:hover, .next-article-button:hover, .previous-article-button:hover {
    cursor:pointer;
    background: #F0F0F0;
}

.previous-video-button:active, .next-video-button:active, .previous-picture-button:active, .next-picture-button:active, .previous-quote-button:active, .next-quote-button:active, .next-article-button:active, .previous-article-button:active {
    border:1px solid #F0F0F0;
    background-color:#E8E8E8;
    border-bottom:1px solid #F8F8F8;
    box-shadow:inset 0px 1px 2px 0px #888;
    -moz-box-shadow:inset 0px 1px 2px 0px #888;
    background:-moz-linear-gradient(top,#E8E8E8,#E8E8E8);
    background:-webkit-gradient(linear,left top,left bottom,from(#E8E8E8),to(#E8E8E8));
    filter:progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#E8E8E8',EndColorStr='#E8E8E8',GradientType=0);
}

#show-more-videos-button, #show-more-pictures-button {
    margin-top: 15px;
}

#show-more-quotes-button {
    margin-top: 20px;
}

.search-result-link {
    width: 216px;
    background-color: white;
    display: block;
    line-height: 20px;
    padding: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    transition: all 0.5s ease 0s;
}

.related-item-link {
    background-color: white;
    display: block;
    line-height: 20px;
    
    transition: all 0.5s ease 0s;
}

.search-result-link-label, .related-item-link-label {
	font-family: 'Noto Serif', serif;
    font-size: 13px;
    font-weight: 600;
    text-align: left;
    color: #333333;
}

.search-result-link-label {
	height: 40px;
	display: block;
}

.related-item-link-label {	
	display: block;
}

.search-result-link:hover {
	cursor:pointer;
	background-color: #E8E8E8;
}

.no-search-results-found {
	font-family: 'Noto Serif', serif;
    font-size: 13px;
    font-weight: 600;
    text-align: left;
    color: #333333;
    padding: 10px;	
}

#search-result-container {
	z-index: 10;
	display: none;
	top: 57px;
	left: 0px;
	box-shadow: 0px 0px 5px #888;
    -moz-box-shadow: 0px 0px 5px #888;
    -webkit-box-shadow: 0px 0px 5px #888;
	position: absolute;
    background-color: white;
    width: 236px;
}

.right-menu-related-container {
    box-shadow: 0px 0px 5px #888;
    -moz-box-shadow: 0px 0px 5px #888;
    -webkit-box-shadow: 0px 0px 5px #888;
    background-color: white;
    width: 265px;
    margin-bottom: 20px;
}

.bottom-ad-container {

	margin-top: 25px;
}

.right-top-ad-container, .right-bottom-ad-container {

	margin-right: 5px;
	width: 265px;
	overflow:hidden;
	text-align: center;
}

.right-bottom-ad-container {
	width: 267px;
}

.most-popular-item-thumbnail {
	
	
}

.most-popular-item-thumbnail img {
height: 170px;
	width: 100%;
	opacity: 1;
	box-shadow: 0px 0px 5px #888;
    -moz-box-shadow: 0px 0px 5px #888;
    -webkit-box-shadow: 0px 0px 5px #888;
}

.most-popular-item-container {
padding-bottom: 10px;
	transition: all 0.5s ease 0s;
	padding: 10px;



}

.most-popular-item-container:hover {
	cursor: pointer;
    background-color: #E8E8E8; 
}

.most-popular-item-content {
	font-size: 12px;
    font-family: 'Titillium Web', sans-serif;
    color: #777777;
    font-style: normal;
    font-weight: 400;
    text-align: left;
    text-transform: none;
}

.most-popular-item-description {
	width: 195px;
    position: absolute;
    left: 20px;
    top: 140px;
    text-align: left;
    padding: 15px;
    background-color: white;
}

#most-popular-items-container {
	background: none;
}

#header-top-container {
width:900px;
	overflow:hidden;
	

}

#header-social-links-container {
float:left;
}

#header-top-wrapper {
	background: url('../images/bg.png');
}

#header-ad-container {

float:right;
}

#header-top-ad, #right-menu-top-ad, #right-menu-bottom-ad {
box-shadow: 0px 0px 5px #888;
    -moz-box-shadow: 0px 0px 5px #888;
    -webkit-box-shadow: 0px 0px 5px #888;
}