﻿@import url('https://fonts.googleapis.com/css?family=Open+Sans');
/**********************************************************
 * GENERAL
 **********************************************************/
body {
	background-color: #efefef;
	padding-top: 50px;
    padding-bottom: 20px;
}
h1, h2, h3, h4, h5, p, hr {
	font-family: 'Droid Serif', serif;
	margin: 0;
	padding: 0;
	line-height: 1.4em;

}
h3 {
    text-transform: uppercase;
}
p {
    font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height:1.4em;
}

footer {
    color: #666;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif!important;
    padding: 10px 0px;
    text-align: center;
}

#big-div {
    background-color: #fff;
    border: solid 1px #ccc;
    border-radius: 0px 0px 3px 3px;
    overflow: hidden;
    padding-top: 0px !important;
    /*width: 100%;*/
    /*padding: 0px 2vmax;*/
}

#myCarousel {
    display: none;
}

#no-data-found {
    font-size:xx-large;
    text-align: center;

}

#social-link-container {
    display: none;
}
#social-link-container-collapsed {
    display: block;
    float: right;
    padding-right: 8px;
}

/**********************************************************
 * NAVIGATION BAR
 **********************************************************/
#nav-logo {
    display: none;
    height: 50px;
}
    #nav-logo > a {
        padding: 0;
        margin: 0;
    }
        #nav-logo > a > img {
            height: 50px;
            padding: 0;
            margin: 0;
        }

#nav-home, #nav-ads {
    display: none;
}
#banner {
    display: none;
}

/**********************************************************
 * LOGIN
 **********************************************************/
#login-title {
    margin: 30px 0px;
    text-align: center;
}
/**********************************************************
 * POST VIEW 
 **********************************************************/
article {
    margin: 1em 0em;
}
	article > header {
		
	}
		article > header > h1 {
			font-size: 30px;
			font-weight: 600;
			margin-bottom: 15.35px;
		}
		article > header > #intro {
			color: #444;
			font-style: italic;
			margin-bottom: 15.35px;
			line-height: 1.6em;
		}
		article > header > #byline {
			font-family: Arial, serif;
			font-size: 11.51px;
			margin-bottom: 15.35px;
		}
		article > header > #byline > span {
			font-weight: 600;
		}
    article section {
		
	}
        article section > p {
            font-size: 16px;
            line-height: 1.8em;
            padding: 0.5em 0em;
		}
		article section > img {
			display: inline;
			margin-bottom: 15.36px;
			width: 100%;
		}


    .panel-vote {
        border-color: #b20000 !important;
    }
    .panel-heading-vote {
        background-color: #b20000 !important;
        border-color: #b20000 !important;
    }
    .progress-bar-vote {
        background-color: #b20000 !important;
    }
    .panel-title-vote {
        text-transform: none;
    }
    .button-vote {
        background-color: #b20000 !important;
        border-color: #b20000 !important;
    }
/**********************************************************
 * POST VIEW FIXTURE DATA
 **********************************************************/
.nav-tabs > li {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.tab-pane {
	padding: 3%;
}
#lineups {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	padding: 3%;
    overflow: hidden;
}
#lineups > div {
	padding: 2%;
}
#lineups > div > li {
	font-size: 18px;
	list-style:none;
	padding: 3px;
}
	#lineups > div {
		width: 50%
	}
		#lineups > div > li > span.lineup-number-home {
			display: inline-block;
			font-weight: bold;
			width: 24px;
			margin-left: 8px;
		}
		#lineups > div > li span.lineup-number-away {
			display: inline-block;
			font-weight: bold;
			width: 24px;
			margin-right: 8px;
		}
		
.stat {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	position:relative;
	/*border: solid 1px #000;*/
}
.stat-heading {
        font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin-top: 1em;
    line-height: 1.5em;
	text-align: center;
	/*text-transform: capitalize;*/
	text-transform: capitalize;
}
.stat > div {
	overflow: hidden;
}
.stat-bar {
	background-color: red;
	padding: 16px;
}
.stat-bar-away {
	background-color: blue;
}
.stat-value {
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	left: 8px;
	line-height: 34px;
	position: absolute;
	top: 0px;
	margin: 0;
	padding: 0;
	text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}
.stat-value-away {
	left: auto;
	right: 8px;
}
			
.timeline {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
	.timeline-event {
		border-bottom: solid 1px #ccc;
		padding: 25px 10px;
        overflow: hidden;
	}
        .timeline-event div:nth-child(1) {
		    float:left;
            width: 50px;
	    }
        .timeline-event div:nth-child(2) {
		    float:left;
            width: auto;
	    }

/**********************************************************
 * POST VIEW FIXTURE PLAYER RATINGS
 **********************************************************/
#fixture-player-ratings {
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    margin-top:2em;
}

.player-ratings-banner {
    color:#fff;font-size:20px;font-weight:900;padding:6px;text-align:center;
}

/**********************************************************
 * POST LIST
 **********************************************************/
.media {
	padding: 15.36px 0px ;
	margin-top: 0px;
}
.media-left {
	display: none;
	padding-right: 0px;
	width: 35%;
}
.media-object {
	width: 100%;
}
.media-heading {

    font-weight: 500;
    line-height: 1.6em;
}
#byline {
	font-family: Arial, serif;
	margin: 0.3vw 0vw;
}
#byline > span {
	font-weight: 500;
    color: #999;
}

/* SCREEN WIDTH >= 768px && < 1024px */
@media only screen and (min-width : 768px) {

    #nav-logo {
        display: none;
    }
    #social-link-container {
        display: block;
    }
    #social-link-container-collapsed {
        display: none;
    }

    /**********************************************************
     * POST VIEW 
     **********************************************************/
    article {
    }

        article > header {
        }

            article > header > h1 {
                font-size: 4vmax;
                margin-bottom: 2vmax;
            }

            article > header > #byline {
                font-size: 1.5vmax;
                margin-bottom: 2vmax;
            }
    
    /**********************************************************
     * POST LIST
     **********************************************************/
    @media only screen and (min-width : 768px) {
    .media-left {
        display: table-cell;
    }

    .media-object {
        padding-right: 2vw;
    }
}
}

/* SCREEN WIDTH >= 1024px */
@media only screen and (min-width: 1024px /*1280px*/ ) {
    #big-div {
        margin: 0 auto;
    }

    footer {
        padding: 10px 0px;
    }

    #social-link-container {
        display: block;
    }

    #social-link-container-collapsed {
        display: none;
    }

    /**********************************************************
     * POST VIEW 
     **********************************************************/
    article {
    }

        article > header {
        }

            article > header > h1 {
                font-size: 40.92px;
                /*line-height: 1.2em;*/
                margin-bottom: 20.45px;
            }

            article > header > #byline {
                font-size: 15.34px;
                margin-bottom: 20.45px;
            }



    /**********************************************************
     * POST LIST
     **********************************************************/
    .media {
        padding: 20.46px 0px;
    }

    .media-object {
        padding-right: 20.46px;
    }
}

.item img {
    width: 100%;
}

.carousel-caption {
    bottom: 0px;
    left: 0px;
    right: 0px;
    padding-bottom: 50px;
}

.home-article {
    width: 100%;
    overflow: hidden;
    padding: 0px 5px;
    /*margin-bottom: 10px;*/
    /*border-bottom: solid 1px #ccc;*/
}
.home-article > div:nth-child(1) {
    float:left;
    width: 30%;
}
    .home-article > div:nth-child(2) {
        float: left;
        width: 70%;
        padding: 0px 10px 0px 10px;
    }

        .home-article > div:nth-child(2) > div:nth-child(2) {
            font-size: small;
            margin-top: 0.3em;
            margin-bottom: 0.3em;
        }

.home-article-separator {
    margin: 15px 5px;
}

.separator {
    background: #AAA;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    height: 5px;
    width: 5px;
    display: inline-block;
    margin: 0 1px;
    position: relative;
    top: -2px;
}

.content-container {
    padding-top: 10px;
}