/* ---------------------------------------------------------------------
Styles for Texas Tech University Health Sciences Center Sub Layout Pages
Simple layout with photo
Author: Chris Barnard - HSC
Created: October 2006
----------------------------------------------------------------------- */

/* for simple image with cutline
   place DIV around image and cutline P
   not to be used on complex pages */ 
#content .cutline {
	float:left;
	margin-bottom:0px;
	padding-bottom:0px;
}
#content .cutline img {
	padding-bottom:0px;
	margin-bottom:0px;
}
#content .cutline p {
	margin-left:10px;
	_margin-left:10px;
	padding-top:3px;
	margin-top:0px;
	clear:left;
	font-style:italic;
	color:#000;
}

/****************************************************************************
// HOME LEFT: sections page by 2/3  //
****************************************************************************/
#newsWrapper {
	/*margin: 10px 0;*/
	width: 100%;
	background: #fff url(/images/dottedBorderVertBG.gif) repeat-y left top;
	}
	#newsWrapper:after {  /* For most non-IE browsers, this encloses the two floating columns completely in the wrapper */

	content: "."; 
	display: block; 
	height: 0; 
	clear: both;
	visibility:hidden;
	}
	#newsWrapper  {display: inline-block;}  /* Fix for IE Mac */
	/* Hides from IE Mac 5 \*/
	* html .#newsWrapper {height: 1%;}
    /* End IE Mac 5 Hack */
	
#homeLeft {
	float:left;
	width:480px;
}
#homeLeft h2 {
	font: normal 18px/21px "Times Roman","Times New Roman",Times,Serif;
	margin: 10px 0;
	background: url(/images/dotted-border-horz.gif) repeat-x 0 bottom;
	padding: 0 10px 10px 10px;
	clear:left;
}
#homeRight h3 {
	margin-left:0;
}
#homeLeft .columnLeft {
	width: 48%;
	float: left;
	display: inline;
}
#homeLeft .columnRight {
	width: 48%;
	float: right;
	display: inline;
}

/****************************************************************************
// HOME RIGHT: sections page by 1/3  //
****************************************************************************/
#homeRight {
	float:right;
	/* background: url(/images/dotted-border-vert.gif) repeat-y left top; */
	padding-left: 5px;
	width:200px;
}
#homeRight ul {
	list-style: none;
	margin-left:0px;
}
#homeRight ul li {
	padding-left:32px;
	font-size:11px;
	line-height:1.3;
	padding-bottom:12px;
}
#homeRight ul.list li {
	padding-bottom:.4em;
	padding-left:16px;
	margin-left:10px;
}
#homeRight img#photoPrime {
	margin-left:6px;
		_margin-left:9px;
	margin-top: 8px;
	width:190px;
	padding-bottom:0px;
	margin-bottom:0px;
}
#homeRight img#photoSub, #homeRight img#photoTri {
	margin-left:6px;
		_margin-left:9px;
	margin-top: 6px;
	width:190px;
	margin-bottom:0px;
	padding-bottom:0px;
}
#homeRight p {
	line-height:1.6em;
	font-style:italic;
	margin-left:7px;
		_margin-left:10px;
	margin-right:8px;
		_margin-right:6px;
}
#homeRight p#photoPrimeCutline, #homeRight p#photoSubCutline,#homeRight p#photoTriCutline {
	margin-top:0px;
		_margin-top:2px;
	padding-top:0px;
		_padding-top:0px;
}
/****************************************************************************
// RELATEDLINKS: on news pages (right column) to display more info   //
****************************************************************************/

#content .relatedLinks {
	clear:left;
}
#content .relatedLinks h3 {
	background: url(/images/dotted-border-horz.gif) repeat-x left top;
	padding-top:8px;
}
#content .relatedLinks h3.original {
	background: #FFFFFF url(none);
	background-color:#FFFFFF;	
}
#content .horiz {
	background: url(/images/dotted-border-horz.gif) repeat-x left 16px;
	font-size:1em;
}
/* ****************************** */

#content #homeRight .related, 
#content .columnRight .related,
#content #homeRight .relatedVideo {
	background: url(/images/dotted-border-horz.gif) repeat-x left top;
	margin-left:2px;
		_margin-left:4px;
}
#content #homeRight .related h3, 
#content .columnRight .related {
	margin-right:0px;
	margin-left:4px;
		_margin-left:6px;
	padding-top:10px;
	margin-bottom:4px;
}
#content #homeRight .related ul, 
#content .columnRight .related {
	padding-top:0px;
	margin-top:0px;
	margin-left:5px;
		_margin-left:7px;
}
#content #homeRight .related li, 
#content .columnRight .related {
	padding-bottom: 4px;
	padding-left:12px;
}
#content #homeRight .relatedVideo p {
	padding-top:10px;
	font-style:normal;
}

/****************************************************************************
// general styles for specialized features   //
****************************************************************************/
p.space {
	line-height:1.6em;
}
#content .clearLeft {
	clear: left;
}
#content .margLeft {
	margin-left:10px;
}
#content .paraUp {
	 margin-top:-6px;
}
.imgBorder {
	border:1px solid #333;
}

/****************************************************************************
// INFOBOX: creates blue header and blue box with border  //
****************************************************************************/
#content .infoBox {
	border:1px solid #A0B5D7;
	clear:both;
	margin-bottom:8px;
	margin-right:0px;
	padding-right:0px;
	width:95%;
	margin-left: 5px;
}
#content .columnLeft .infoBox {
	width:100%;
}
#content .columnRight .infoBox {
	width:90%;
}
#content .infoBox h3 {
	padding:3px;
	margin: 0px;
	font: small-caps normal 14px/normal "Times New Roman", Times, serif;
	color: #000;
	text-decoration: none;
	letter-spacing: 3px;
	background: url(/images/splash/infoBoxBG.jpg) repeat-x center center;
}
#content #newsWrapper #homeLeft p.enhance {
	line-height:1.8em; 
	font-size:1.3em; 
	font-family:'Times New Roman', Times, serif;
	font-style:italic;
}

