@import url("sitestyle.css");
@import url("navstyle.css");
/* this imports the site specific styles */


/* ******************************** */
/* undohtml.css */
/* (CC) 2004 Tantek Celik. Some Rights Reserved.             */
/* http://creativecommons.org/licenses/by/2.0                   */
/* This style sheet is licensed under a Creative Commons License. */

/* Purpose: undo some of the default styling of common (X)HTML browsers */


/* link underlines tend to make hypertext less readable, 
   because underlines obscure the shapes of the lower halves of words */
:link,:visited { text-decoration:none }

/* no list-markers by default, since lists are used more often for semantics */
ul,ol { list-style:none }

/* avoid browser default inconsistent heading font-sizes */
/* and pre/code too */
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }

/* remove the inconsistent (among browsers) default ul,ol padding or margin  */
/* the default spacing on headings does not match nor align with 
   normal interline spacing at all, so let's get rid of it. */
/* zero out the spacing around pre, form, body, html, p, blockquote as well */
/* form elements are oddly inconsistent, and not quite CSS emulatable. */
/*  nonetheless strip their margin and padding as well */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset/*,input*/
{ margin:0; padding:0 }

/* whoever thought blue linked image borders were a good idea? */
a img,:link img,:visited img { border:none }

/* de-italicize address */
address { font-style:normal }

/* more varnish stripping as necessary... */


/* ******************************** */

/* 	these 2 are a hack for minimum content box sizes 	*/
.prop {
	float:right;
	width:0px;
	border:0px;
	margin:0px;
	padding:0px;
}

.clear {
	clear:both;
	height:0px;
    	overflow:hidden;
}


/* ******************************** */

/* CSS elements to force container box to extend below the floated elemets */ 
/* From: http://www.positioniseverything.net/easyclearing.html */ 
/* .cleafix class is applied to the container box */ 

.clearfix:after { 
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden; 
} 
.clearfix { 
        display: inline-table; 
} 
/* Hides from IE-mac \*/ 
* html .clearfix { 
        height: 1%; 
} 
.clearfix { 
        display: block; 
} 
/* End hide from IE-mac */


/* ******************************** */



/* ******************************** */

/* 	stuff for forms without tables 
	width is put in inline to make this re-usable	*/

div.row {
  padding-top: 5px;
}

div.row span.label {
  float: left;
  text-align: left;
}

div.row span.form {
  float: right;
  text-align: left;
} 



#enclosure #mainblock #content #bottomblock .title_bbc {
	font-size: 16px;
	font-weight: bold;
	line-height: 30px;
	color: #000000;
}
.point {
	font-size: 10px;
	line-height: 15px;
	font-weight: bold;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
}
.submit_button {
	width: 75px;
	height: 30px;
}
#enclosure #header .header_links {
	color: #000000;
	float: left;
	padding-right: 10px;
	width: 960px;
	text-align: right;
}
.article_box {
	width: 175px;
	float: left;
	margin-right: 10px;
	margin-top: 20px;
	background-color: #FFFFFF;
	color: #000000;
	font-size: 11px;
	font-weight: normal;
}
.artile_box_title {
	background-color: #939598;
	line-height: 30px;
	font-weight: bold;
	padding-right: 5px;
	padding-left: 5px;
	color: #FFFFFF;
	font-size: 14px;
}
.article_summary {
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 7px;
	padding-bottom: 7px;
}
#enclosure #header .header_links a {
	color: #000000;
}
#enclosure #mainblock #content #bottomblock a {
	color: #000000;
}
.info_titles {
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
}
#enclosure #header .countdown {
	float: left;
	margin-top: 20px;
	padding-left: 800px;
}
.countdown .days_left {
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	width: 170px;
	line-height: 35px;
}
.countdown .countdown_word {
	text-align: center;
	width: 175px;
	font-size: 16px;
	font-weight: bold;
	padding-top: 5px;
}
