/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
	display: none !important;
	visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
	visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
	content: " ";
	/* 

1 */
    display: table;
/* 

2 */
}

.clearfix:after {
	clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
	*zoom: 1;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #cccccc;
	text-align: center;
	width: 100%;
	margin: 0;
	font-size: 16pt;
	line-height: 1.1;
}

#container {
	width: 98%;
	margin: 2px 1% 1000px 1%;
	padding-bottom: 4px;
	background-color: #ffffcc;
	max-width: 1200px
}

img {
	max-width: 100%
}

#content {
	clear: both;
	text-align: center;
	margin-top: 5px;
	width: 100%;
/* background-color:#CCCCFF */
}

#menu {
	text-align: left;
	width: 100%;
	margin-top: 10px
}

#datebar {
	display: block;
	width: 100%;
	clear: both;
	float: none
}

.datebar_box {
	display: block;
	height: 40px;
	float: left;
	clear: none;
	text-align: left;
	padding-left: 20px
}

.datebar_box_table {
	display: table;
	height: 40px;
	border: 0;
	margin: 0
}

.datebar_box_tc {
	display: table-cell;
	vertical-align: middle;
	height: 40px;
	text-align: left;
	margin: 0;
	padding: 0;
	border: 0;
	border-image-width: 0
}

#search_form {
	width: 230px;
	padding-left: 2px
}

#search_form form {
	margin: 0
}

#search_form_submit_button {
	font-size: .8em;
	font-weight: bold;
	background: #336633;
	color: white;
	width: 72px;
	height: 21px;
	margin: 0;
	padding: 0;
	border: 1px solid #999;
	float: left;
	clear: none
}

#search_form_field {
	width: 143px;
	height: 21px;
	margin-left: 3px;
	padding: 0;
	border: 1px solid #999;
	float: left;
	clear: none
}

#advanced_search a {
	font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular
}

#advanced_search {
	padding-left: 2px;
	font-size: 70%
}

#date .datebar_box_table, #date .datebar_box_tc {
	width: 200px;
	padding: 0;
	margin: 0;
	text-align: center;
	font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular
}

#date {
	padding-left: 10px
}

#date .datebar_box_tc {
	font-size: 60%
}

#espanol_button {
	width: 64px;
	line-height: 0.5
}

#subscribe_link {
	font-size: 60%
}

#rss_button {
	width: 27px
}

#facebook_button {
	width: 20px;
	padding-left: 30px;
	padding-right: 10px
}

#arabic_button {
	width: 45px
}

#russian_button {
	width: 36px
}

#chinese_button {
	width: 36px
}

#japanese_button {
	width: 44px
}

#right_datebar_box {
	float: left;
	clear: none, height:40px;
	line-height: 0.5
}

a {
	color: #336633;
	text-decoration: none
}

a.:hover {
	color: red;
	text-decoration: underline
}

@media screen and (min-width:252px) {

#container {
	width: 98.4%;
	margin: 2px 0.8% 1000px 0.8%
}

}

@media screen and (min-width:400px) {

#container {
	width: 99%;
	margin: 2px 0.5% 1000px 0.5%
}

}

@media screen and (min-width:875px) {

#espanol_button {
	width: 84px
}

#container {
	width: 99.4%;
	margin: 2px 0.3% 1000px 0.3%
}

}

@media screen and (min-width:1140px) {

#right_datebar_box {
	float: right;
	clear: none
}

}