/*  
Theme Name: 
Theme URI: 
Description: 
Version: 1.0
Author: Eric Rasch, Office of Communications
Author URI: http://med.uth.tmc.edu/comm/
*/

#colLeft {
	background: url(../../Assets/images/BG_colLeft-sub.jpg) no-repeat left top;
	}
 
#colMain {
	background: url(../../Assets/images/BG_colMain-sub.jpg) repeat-x left top;
	}
 
.contentCopy img {
	border: 1px solid #CCCCCC;
	}

.small {font-size: .625em; color: #999999;}

div.captionRight {
	float: right;
	margin: 1.5em 10px 20px 15px;
	width: 230px;
	font-size: .65em;
	color: #666666;
	}

div.captionRight img {
	border: 1px solid #CCCCCC;
	padding: 5px;
	}



/* ************************************** BEGIN content LINKS */
	.pgNavContainer {
		margin: 10px;
		padding: 10px;
		height: 20px;
		float: right;
		border: 1px solid #EEEEEE;
		}
	
	.pgNavContainer ul {
		border: 0;
		margin: 0;
		padding: 0;
		list-style-type: none;
		text-align: center;
		}
	
	.pgNavContainer ul li {
		display: block;
		float: left;
		text-align: center;
		padding: 0;
		margin: 0 3px;
		font: normal 10px/18px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
		color: #999999;
		}
	
	.pgNavContainer ul li a:link, .pgNavContainer ul li a:visited {
		background: #F4F4F4;
		width: 25px;
		height: 18px;
		border: 1px solid #C0D4F9;
		padding: 0;
		margin: 0 0 10px 0;
		color: #ADC7DB;
		text-decoration: none;
		display: block;
		text-align: center;
		}
	
	.pgNavContainer ul li a:hover, .pgNavContainer a:active, .pgNavContainer ul li.current a {
		color: #1C6295;
		background: #C0D4F9;
		border: 1px solid #ADC7DB;
		}

	.pgNavContainer ul li.current a, .pgNavContainer ul li.current a:visited {
		color: #000;
		background: #DAD5CF;
		border: 1px solid #A99D8F;
		}


/* ************************************** BEGIN content LINKS */

/* ************************************** BEGIN readmore LINKS */
	.readmore a span {
		/*
		Use 'position:absolute' to push the span inside the anchor
		way off the screen
		*/
		position: 		absolute;
		left: 			-9999px;
		width: 			900px;
		}
	.readmore a:hover,
	.readmore a:focus,
	.readmore a:active {
	  /* On 'hover' set the anchor to 'position:relative' to get a
	  measuring point. Somehow IE doesn't like it when this is
	  in the '.col2 a' declaration... */
		position: relative;
		}
	.readmore a:hover span,
	.readmore a:focus span,
	.readmore a:active span {
		/* Take the previously hidden span and display it near the anchor */
		  left: 20px;
		  top: 20px;
		  width: 100px;
		/* This is just for looks... */
		  padding: 5px;
		  line-height: 1;
		  font-size: 80%;
		  background: #FFFFF6;
		  border: 1px solid #666;
		  color: #000;
		  text-decoration: none;
		  text-align: left;
		}
	.readmore a:hover span:before,
	.readmore a:focus span:before,
	.readmore a:active span:before {
		/* IE doesn't show this - but others do. */
		  content: "Read more ";
		}

.coverStory p.readmore {
	color: #0A3F67;
	font-size: .75em;
	line-height: 130%;
	font-weight: bold;
	text-align: right;
	margin: 0 265px 1em .5em; padding: 0;
	}

.readmore a:link, .readmore a:visited {
	color: #0A3F67;
	background-color: #E7E7E7;
	border-bottom: 1px solid #DDDDDD;
	text-decoration: none;
	}
.readmore a:hover, .readmore a:active {
	color: #1066A8;
	background-color: #F7F7F7;
	border-bottom: 1px solid #EEEEEE;
	text-decoration: none;
	}
/* ************************************** END readmore LINKS */

.excerpt {
	font: italic normal 1.3em/140% "Times New Roman", Times, serif;
	letter-spacing: -1px;
	color: #333333;
	margin: 10px 5px; padding: 20px;
	float: left;
	width: 250px;
	background: url(../../Assets/images/quotes.jpg) no-repeat left top;
	}

.excerpt .small {
	font: normal normal .7em/140% "Times New Roman", Times, serif;
	color: #666666;
	float: right;
	letter-spacing: normal;
	margin: 0; padding: 0;
	text-align: right;
	}

