@font-face {
        font-family: 'ta_bold';
        font-style: normal;
        src: url('fonts/OpenSans-CondBold.ttf');
}

@font-face {
        font-family:'ta_light';
        font-style: normal;
        src: url('fonts/OpenSans-CondLight.ttf');
}


*
{
	font-family:'ta_light', 'Open Sans Condensed', sans-serif;
	color:#fff;
	font-size:12px;
	background-color: transparent; 	
	-webkit-font-smoothing: antialiased;
	
}


a img {
   border:0;
}




#top_div
{
	
	height:125px;
	width:100%;/*320px;/*1024px;*/
	z-index:1000;	
}

#top_div td
{
	line-height: 55px;
}

#menu
{    
	width:100%;
	text-align: center;
	/*float:left;*/
	margin-top:10px;
	z-index:1000;	
}
.menu_item
{
	width:19%;/*15%;*/
	display:inline-block;	
	line-height: auto;/*40px;*/
	background: transparent;
	font-family:'ta_light', 'Open Sans Condensed', sans-serif;	
	font-size: 25px;
	font-weight: 1;
	text-align: center;	
}

@media only screen and (max-device-width: 480px)
{
	.menu_item
	{ 
	width: 49.5%;
	height: 40px;
	margin-right:auto;
	margin-left:auto;	
	float: left;	
/*	
	line-height: 40px;

	background: transparent;
	
	font-family:'ta_light', 'Open Sans Condensed', sans-serif;	
	font-size: 25px;
	font-weight: 1;
	text-align: center;
*/
	}
}


.menu_logo
{
	width: 100%;/*320px;*/
	height: 50px;
	/*float: center;*/
	line-height: 20px;
	text-align: center;
	
	/*padding:10px;*/
	margin-top:15px;
	margin-bottom:20px;
	/*padding-left:20px;*/
	background: transparent;	
}

.menu_logo p, .menu_logo a
{
	font-size:16px;
	margin:10px;
}

#sales
{
	text-shadow: 1px 1px #ff0000;
}

#giveaway_button
{
	width:98%;
	height:auto;/*75px;*/
	line-height:75px;
	background-color:rgba(50, 50, 50, 0.7);
	font-size:1.5em;
	margin-top:10px;
	margin-bottom:10px;
	margin-left:auto;
	margin-right:auto;
}

#giveaway_button a
{
	font-size:1.6em;
	text-shadow: 1px 1px red;
}

#social_link *, #social_link
{
	font-size: 18px;
	text-align:center;
}

#featured_box
{
	width:100%;
	text-align:center;
}

#featured_box img
{
	width:100%;
	display:inline-block;

}

body
{
	width:100%;
	background: url(../images/elements/background5.jpg) no-repeat center center;/* fixed;*/
	
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover; 
	background-size: cover;
	
	
	background-color: #a0a0a0;
	font-weight:lighter;
	color: 000;
	margin: 0 auto;	
	/*background-size: contain;	*/
}

body p
{
    font-size: 1em;
    line-height: 1.28;
}

body h1
{
    font-size:2.0em;
    text-align: left;
	margin:0;
}

body h2
{
    font-size:1.6em;
    text-align: left;
	margin:0;
}

body h3
{
    font-size:1.2em;
    text-align: left;
	margin:0;
}

body h3-center
{
    font-size:1.2em;
    text-align: center;
	margin:0;
}


#ta_wrapper
{	
    width: 100%;
}

#billboard
{    
	width:100%;
	margin-top:20px;
	display:inline-block;
}

/*
#billboard_ad
{
	width:30%;
	height:auto;
	border-radius:5px;
	border: 1px solid #aaa;	
	margin-left:5px;
	margin-bottom: 5px;
}
*/
/*
#billboard td 
{
  text-align: center;
  vertical-align: middle;
  float:middle;
}
*/
#external_content 
{ 
	overflow: hidden;
	border:0;
	position: relative;
	font-size:1.2em;
}

#external_content p,li 
{
	font-size:1.6em;
}


#external_content h1
{
	font-size:3.0em;
}


#external_content h2
{
	font-size:2.2em;
}

#external_content h3
{
	font-size:2.0em;
	margin-bottom:10px;
	margin-top:20px;
}

#content_area
{
    float: middle;	
    width: 98%;
	height:auto;
	margin-top: 20px;
	margin-bottom: 0;	
	opacity:0.99;	
	background-color:rgba(0, 0, 0, 0.7);
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	text-align:center;
}

#resources_content
{
	margin-top:10px;
	font-size:1.6em;/*16px;*/
	color:#fff;
	padding-left:10px;
	text-align:left;
	
}

#resources_content h1 /*, #resources_content h2*/
{
	text-align:center;
}
#resources_content a, #resources_content a:visited
{
	font-size:20px;
	font-weight:900;
	color:#fff;
}

#resources_content .site
{
	width: 47.5%;
	/*height: 50px;/*50px;*/
	
	margin-right:auto;
	margin-left:auto;	
	float: left;
	text-align:center;
	font-size:16px;
	margin-bottom: 25px;
}


#sidebar
{
    float: middle;
    width: 97%;
	/*
	margin-top:10px;
	padding-top: 17px;
	*/
	background-color:rgba(0, 0, 0, 0.5);
	margin-right: auto;
	margin-left: auto;
}

#sidebar img
{
	/*width:100%;*/
}

#sidebar h1
{
	text-align:center;
}


#feature_table, #feature_table table , #feature_table th,  #feature_table td {
    border: 1px solid #222;
    border-collapse: collapse;
	text-align:center;	
	height: 30px;
} 

#sidebar table 
{
	border-spacing: 0px;
}

#sidebar b
{
	font-size:1.0em;
}

#sidebar p
{
	font-size:1.1em;
	line-height:0.1em;
}

blockquote {
    display: block;
    margin-top: 0.2em;
    margin-bottom: 1.9em;
    margin-left: 2px;
    margin-right: 2px;
	font-style: italic;
}

#icon
{
	border-radius: 12px;
}

#footer
{
	clear:both;
    height: auto;
    padding: 15px;
    text-align: center;
    color: #fff;
	//background-color:rgba(0, 0, 0, 0.7);
}

#navigation
{
    height: 50px;
	width: 980px;
    margin: 2px 0 5px 0;
	background: linear-gradient(to bottom, black, #222, black);
}

#nav
{
    list-style: none;
	margin:0;
	height:50px;
}

#nav ul
{
    margin: 0;
    padding: 0;
    width: auto;
    display: none;
}

#nav li
{
	
    font-size: 16px;
	text-align: center;
    float: left;
    width: 100px;
    height: 50px;
	line-height:50px;
}

a:link
{
    /*display: block;*/
    color: #black;
    text-decoration: none;
}

* a:active
{
    /*display: block;*/
    color: #black;
    text-decoration: none;
}

a:visited
{
    /*display: block;*/
    color: #green;
    text-decoration: none;
}

#nav a:hover
{
    color: lightblue;
}
