/*
- media0640.css
*/

/*  i - Phone - Pad  */
@media (min-width: 640px) and (max-width: 767px) {
	#pixel{
		background-color: orange;
	}
	body {
		font-size: 12px;
		line-height: 1.428571429;
	}
	
	h1,
	.h1 {
		font-size: 26px;
	}
	
	h2,
	.h2 {
		font-size: 22px;
	}
	
	#header {
		height: 60px;
	}
	
	#navcontainer {
		margin-top: -8px;
	}
	
	#navlist li
	{
		padding-right: 12px;
	}

	#navlist a
	{
		font-size: 80%;
	}
	
	#navcontainer ul li a
	{
		padding: .1em 1em;
		border-bottom-right-radius: 7px;
			-webkit-border-bottom-right-radius: 7px;
			-khtml-border-bottom-right-radius: 7px;
			-moz-border-radius-bottomright: 7px;
	
		border-bottom-left-radius: 7px;
			-webkit-border-bottom-left-radius: 7px;
			-khtml-border-bottom-left-radius: 7px;
			-moz-border-radius-bottomleft: 7px;
	}
	
	#navcontainer .dropdown-content a {
		margin-top: -2px;
		padding-top: 2px;
    }
	
	#content {
		margin-top:57px;
		min-height: 666px;
	}
	
	pre {
		font-size: 13px;
	}
	
	table.blinds, table.ranking, table.sundowner, table.jamai {
		width: 420px;
		margin-left:30px
	}
	
	.location {
		margin-left: 80px;
		width: 80%;
	}
	
	div.location img{
		width:13px;
	}
	
	.navrss a{padding:0 !important;}
	.navrss img{margin-left:6px !important; margin-right:6px !important; margin-bottom:-2px !important; width:16px !important; height:16px !important;}
	.navrss li{padding:0 !important;}
	
	img.wttnl{
	padding-left:32px;
	opacity:0.8;
	filter: alpha(opacity=80);
	transition: 		opacity 0.35s linear;
	-webkit-transition: opacity 0.35s linear;
	width:480px !important; 
	height:48px !important;
	}
	img.wttnl:hover{
	opacity:0.9; 
	filter: alpha(opacity=90);
	transition: 		opacity 0.35s linear;
	-webkit-transition: opacity 0.35s linear;
	}
	#bsop {
      margin-right: 20px;
	  margin-top: 20px;
	  width: 5em;

	}
	h1.tentimes {
	text-align: center;
	font-size: 200%;
	letter-spacing: 8px;
	font-weight: 700;
	}
	
	
}

/*
- media0640.css
*/