/* news items */
div.item		{overflow:auto;border-bottom:2px dotted #4C5C6C;border-left:2px dotted #4C5C6C;margin-bottom:30px; padding: 0 0 10px 10px;}
div.item p 		{ padding-right:5px;}
div.item h2 a	{text-decoration:none; line-height:1.3em; font-weight:700;}
div.item img 	{float:right; padding:0 0 0 10px; height: 150px; width:auto; }

/* news archive items */
div#copy li.archive-item {line-height:18px;margin-bottom:20px;}
div#copy li.archive-item a {text-decoration:none;}

/* right-box */
div#copy div#right-box 		{background:#fff;clear:right;float:right;margin: -20px 0 10px 20px;padding:10px 20px;width:185px;border:1px solid #cfcdc8;border-top:none;font-size:95%;}
div#copy div#right-box h2,
div#copy div#right-box h3
							{margin:8px 0;text-align:center;font-size:12px;color:#000;line-height:17px;font-weight:700;text-transform:uppercase;}
div#copy div#right-box h2, 
div#copy div#right-box span.text a,
div#copy div#right-box ul li a
							{font-weight:700; text-decoration:none; }
div#copy div#right-box ul li a:hover {text-decoration:underline;}
div#copy div#right-box ul li {display:inline-block;}
div#copy div#right-box hr 	{margin:20px -9px;}

/* TC events */
div#first-event					{ width:627px;}
div#first-event, div.event		{ -moz-border-radius:1em; -webkit-border-radius:1em; border:1px solid #000; padding:8px;}
div#first-event h4				{ font-size:2em; font-weight:700; }
div#first-event div.datetime	{ text-align:right; padding: 20px; float:right; border-left:1px solid #000;  border-bottom:1px solid #000; -moz-border-radius-bottomleft:1em; -webkit-border-bottom-left-radius:1em; font-weight:700;line-height:25px;font-size:1.5em; margin:-8px -8px 20px 20px;}
div.event 						{ float:left; width:297px;  margin:0px 20px 20px 0;  }
ul.tc span.text, div.event span.text		{ font-size:1.5em; line-height:1.2em; margin-bottom:5px;}
#copy span.text a				{ text-decoration: none; font-weight:700; }
ul.tc li						{ font-size:.8em; }
#copy ul.tc li span#date-index 	{ font-size:1.2em; line-height:1.7em; }
div.datetime					{ padding:10px 15px 0 27px; font-size:1.3em; line-height:1.2em; }
hr.clear						{ clear:left; }
#copy h3.tc 					{ font-size:1.8em; text-transform:uppercase; text-align:center; clear: left; }

/*news stories*/
div.story 				{ padding:0 50px 10px 10px;margin:0 0 20px 0;overflow:auto;display:block; border-bottom:1px solid #999;}
div#copy div.story h2 	{ margin:0 0 5px 0; border-bottom:2px solid #000;font-size:2em; cursor:pointer;}
div#copy div.story h2 a { line-height:1.2em;}
div#copy div.story h2 a:hover { text-decoration:none;}
div.story .teaser0, div.story .teaser1,div.story .teaser2 {display:none;}

/*search engine*/
form#cse-search-box {float:right; margin:-35px 10px 0 0;padding:0; border:none;}
form#cse-search-box input[type="text"] {-moz-border-radius:1em; -webkit-border-radius:1em;}
form#cse-search-box input[type="text"]:focus {background:#999;}

/*forms*/
#right-box form {padding:0; border:0; margin:0;}
form { padding:30px; border:1px dashed #cc0000; margin:10px 0;}
form input {}
form span.required {color:red;}
#copy form label {font-weight:400; font-size:115%;}
form select {margin-top:7px;}
form input[type=submit] {width:100px;height:25px;}
form input[type=text]:focus {background:yellow;color:black;}

/*handy classes*/
.hidden {display:none;}
