/* CSS Document */

/*LAYOUT */

body {margin: 0px; padding: 0px; background-color: #ffffff;}

#wrapper {margin-left: auto; margin-right: auto; background-color: #FFFFFF; width: 960px; clear: both;}

#usc_branding {display: block; width: 960px; height: 71px; margin-top: 0px; background:url(/images/usc_branding.png) #777777 no-repeat;}

#usc_branding span{display: none;}

#annenberg {
	float: left;
	position: absolute;
	width: 235px;
	height: 71px;
	margin-left: 0;
	maring-top: 0;
	left: 322px;
	top: -1px;
}
#usc {
	float: right;
	position: absolute;
	width: 225px;
	height: 71px;
	margin-left: 0;
	margin-top: 0;
	left: 1047px;
}

/*IJPC Title Bar and Logo */

#header {width: 960px; height: 109px; padding: 5px 0 30px 0;}

#logo {width: 121px; height: 109px; background-color: #fff; float: left;}
#logo a{border: none; display: block; width: 121px; height: 109px; background:url(/images/ijpc_logo.png) #fff no-repeat;}
#logo span{display: none;}

#title_bar {float: right; width: 780px; height: 45px; padding-top: 15px;  border-bottom: 1px solid #000; z-index: 10;}
#title_bar_headline {margin-left: 30px; display: block; border: none; width: 715px; height: 45px; background:url(/images/ijpc_headline.png) #fff no-repeat;}
#title_bar_headline span{display: none;}

#bg_uscannenberg {display: block; border: none; width: 780px; height: 25px; #fff;  margin-top: 2px;  padding-top: 5px; border-bottom: 2px solid #000; z-index: 0;}

#headlines_title_wrapper {width: 440px; height: 88px; padding: 5px 10px;}

#headlines_image{float: left; width: 70px; height: 85px; display: block; border: none; background:url(/images/img_headlines.png) #fff no-repeat; margin-left: 15px;}

#headlines_text{float: right; font: 28px "Times New Roman", Times, serif; font-weight: bolder; color: #990000; padding-top: 10px; margin-right: 100px; text-align: center;}

#sidebar_gray {width: 280px; padding: 0 5px; background: #ccc; margin: 0 0 20px 0; padding-bottom:1px; padding-top:1px;}

#sidebar_blue {width: 280px; padding: 0 5px; background: #B5D1E8; margin: 0 0 20px 0; padding-bottom:1px; padding-top:1px;}

#sidebar_tan {width: 280px; padding: 0 5px; background: #DBCEA5; margin: 0 0 20px 0;}

#lear_logo {width: 280px; height: 55px; background-color: #fff; }
#lear_logo a{border: none; display: block; width: 280px; height: 55px; background:url(/images/lear_logo.png) #fff no-repeat;}
#lear_logo span{display: none;}

#footer{border-top: 2px solid #000; width: 960px; height: 25px;}



/*3 column layout for home page and project page */

/* ====================================================================
COLUMNS LAYOUT
-------------------------------------------------------------------- */
.box-wrap
	{
	color : #000000;
	background: transparent;
	width: 960px;
	}


.columns-float
	{
	float: left;
	width: 660px;
	}
.column-one
	{
	float: left;
	width: 150px;
	}
/* CSS HACK: Caio hide from NN4 since NN4's float model is all wrong */
/*/*/
.column-two { margin-left: 170px; }
.column-three {margin-left: 660px;}
/* */
.column-one-content, .column-two-content, .column-three-content
	{
	padding: 6px;
	border: none;
	color: #000000;
	}
.column-one-content { background: #fff; }
.column-two-content { background: #fff; }
.column-three-content { background: #fff; }
/* GUTTERS BETWEEN COLUMNS */
.column-two-content
	{
	margin-left: 10px;
	margin-right: 10px;
	}
/* VERTICAL PADDING ABOVE COLUMNS */
.box-header
	{ margin-bottom: 10px; }
.column_padding_after
	{
	height:10px;
	font-size: 1px;
	line-height: 0px;
	clear: both;
	}
/* CSS HACK:  position:relative needed by IE6 otherwise the header and col 2 don't show up on initial rendering - they're there but you have to minimise the window or switch to another app and back to see the full effect. But IE5(pc) doesn't like it. And nor does NN4.
NB. the use of pos:rel has to go way beyond skin-deep - any nested element that needs a background colour appears to require to be be relatively positioned */ 
/*/*/
.box-wrap, .columns-float, .column-one, .column-two, .column-three, h2
	{ position: relative; }
	
	
	

.clear{clear: both;}

/*2 column layout*/

#left_column{float: left; width: 150px; background: #fff; }
#left_column_content{padding: 6px; border: none; color: #000;}
	

#right_column {width: 780px; margin-left: 15px; float: right; background: #fff;}
#right_column_content{padding: 0 0 5px 5px; border: none; color: #000;}
#right_column_content img {padding: 15px; }



/*.pdf icons*/
#right_column_content a[href $='.pdf'] {  padding: 0 18px 0 0; margin-right: 5px;  background: transparent url(/uploads/images/pdf.gif) no-repeat center right; display:inline; }

/*FORMATTING*/

.nav {font: 18px "Times New Roman", serif; text-align: center; font-weight: bolder; color: #000; margin-left: 0; padding-left:0;}

.nav a {color: #000; text-decoration: none;}

.nav a:hover {text-decoration: underline; color: #990000;}

.nav li{list-style: none; margin-left: 0; line-height: 175%;}

.whatsinside {font: 20px "Times New Roman", Times, serif; font-weight: bolder; font-variant: small-caps; text-align: center;}

.whatsinside a{text-decoration: none; color: #000;}

.whatsinside a:hover {text-decoration: underline; color: #990000;}

#whatsinside_border {border-top: double; border-bottom: 1px solid #000; padding: 5px 0;}

h1, h2, h3, h4, h5, h6 {font-family:"Times New Roman", Times, serif; color: #000; text-align: left;}
h1, h2, h3, h4, h5, h6  a{text-decoration: none; color: #990000;}

h1{font-size: 28px;}
h2{font-size: 24px;}
h3{font-size: 18px;}
h4{font-size: 16px;}
h5{font-size: 14px;}
h6{font-size: 12px;}

.text {font: 15px "Times New Roman", Times, serif; color: #000; line-height: 120%;}
p {font: 15px "Times New Roman", Times, serif; color: #000; line-height: 120%;}

a {color: #990000;}

.footer_text {font: 12px "Times New Roman", Times, serif; color: #333333; text-align: center;}

/*fix for two line height issue on events page*/
#event_entries h2 h3 {
line-height: 1;
}
