/*

____  __  _  __ __       ____  __ __   ____   ____
/    T|  l/ ]|  T  T     |    ||  T  T /    T /    T
Y  o  ||  ' / |  |  |     l__  ||  |  |Y   __jY  o  |
|     ||    \ |  |  |     __j  ||  |  ||  T  ||     |
|  _  ||     Y|  :  |    /  |  ||  :  ||  l_ ||  _  |
|  |  ||  .  |l     |    \  `  |l     ||     ||  |  |
l__j__jl__j\_j \__,_j     \____j \__,_jl___,_jl__j__j

__  _   ___   ____   ____    ____  ____       __ __   ___   ______  _      ____  ____   __  _      __
|  l/ ] /   \ |    \ |    \  /    T|    \     |  T  T /   \ |      T| T    l    j|    \ |  l/ ]    |  T
|  ' / Y     Y|  D  )|  o  )Y  o  ||  _  Y    |  l  |Y     Y|      || |     |  T |  _  Y|  ' /     |  |
|    \ |  O  ||    / |     T|     ||  |  |    |  _  ||  O  |l_j  l_j| l___  |  | |  |  ||    \     |__j
|     Y|     ||    \ |  O  ||  _  ||  |  |    |  |  ||     |  |  |  |     T |  | |  |  ||     Y     __
|  .  |l     !|  .  Y|     ||  |  ||  |  |    |  |  |l     !  |  |  |     | j  l |  |  ||  .  |    |  T
l__j\_j \___/ l__j\_jl_____jl__j__jl__j__j    l__j__j \___/   l__j  l_____j|____jl__j__jl__j\_j    l__j




*/

body {
    font-size: 16px;
    background-color: #222222;
    font-family: 'Roboto',sans-serif;
    color: #909090;
    max-width: 1280px;
    margin: 0 auto;
}

a {
	color: #FF0700;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

h1{
    font-size: 1.125rem;
    font-weight: 200;
    line-height: 1.8;
    overflow: hidden;
}

.clear{
  clear: both;
}

#header{
  font-size: 2.5rem;
  color: #FFD700;
  border-bottom: 2px solid #FFD700;
}

#header a{
  text-transform: capitalize;
}

#header a:hover{
  text-decoration: none;
}

#content li{
    height: 20px;
    list-style-type: none;
    margin-bottom: 9px;
    overflow: hidden;
    text-transform: capitalize;
}
.thumbnail {
  height: 250px;
  overflow: hidden;
  text-transform: capitalize;
}

.thumbnail img{
  width: 100%;
  height: 200px;
}

.thumbnail h2, .thumbnail p, .thumbnail h3, .thumbnail h4{
  margin: 0;
  font-size: 12px;
  padding: 5px 0 15px;
  line-height: 22px;
}

#sidebar ul{
  padding-left: 0;
  margin-top: 0;
  padding-top: 6px;
}

#sidebar ul li{
  list-style: none;
  margin-bottom: 9px;
  margin-right: 6px;
  text-transform: capitalize;
}

#footer{
  border-top: 2px solid #FFD700;
  text-transform: uppercase;
  font-size: 13px;
}

#footer p{
  font-size: 13px;
}

.ads_content { width: 320px; height: 100px; }
@media(min-width: 500px) { .ads_content { width: 468px; height: 60px; } }
@media(min-width: 800px) { .ads_content { width: 728px; height: 90px; } }

.ads_sidebar { width: 120px; height: 600px; }
@media(min-width: 900px) { .ads_sidebar { width: 160px; height: 600px; } }
