/* Roy H. Park School of Communications Style Sheet */

/* Subheaders */

	#subheader_pagetitle {
		height: 41px;
		color: #525e58;
		background: #b5bcb6 url(images/subhead_title_park.gif) repeat-x;
		border-bottom: 1px solid #a9b7a4;
	}
	
	.subhead_left {
		background: url(images/subhead_comm_left.gif) no-repeat top left;
	}
	
	.subhead_right {
		background: url(images/subhead_comm_right.gif) no-repeat top right;
	}
	
	/* Subheaders - Tall */
		
		.subtall {
			background: #4f5755 url(images/subhead_tall_park.gif) repeat-x;
		}
		
		.subtalllt {
			background: #555c57 url(images/subhead_comm.gif) repeat-x;
		}
	
	/* Subheaders - Short */
	
		.subshort {
			background: #454b48 url(images/subhead_short_park.gif) repeat-x;
		}
		
		.subshortlt {
			background: #4e5651 url(images/subhead_comm.gif) repeat-x;
		}
	
/* Sub-page Style */

	.body_rightcolumn_cap_wrap {
		background-color: #cad2c7;
		color: #566058;
	}
	
	.body_rightcolumn_cap {
		background: #cad2c7;
	}
	
	.body_rightcolumn_cap a {
		color: #566058;
	}
	
	.body_rightcolumn_more, div.body_rightcolumn #grad_buttons {
		border-top: 2px solid #636965;
		background-color: #cad2c7;
	}
	
		div.body_rightcolumn #grad_buttons {
			margin-top: 10px;
		}
	
		.body_rightcolumn_more h5 {
			color: #566058;
			background: url(images/content_right_carat_park.gif) no-repeat right;
		}
		
		.body_rightcolumn_more a, div.body_rightcolumn #grad_buttons a {
			color: #717d6c;
			border-bottom: 1px dotted #717d6c;
		}
		
		.body_rightcolumn_more a:hover {
			color: #7f8c7a;
			border-bottom: 1px dotted #7f8c7a;
		}

/* Home Page Style */

	/* Journalism tabs */
	
		#jour_tabrow {
			background-color: #a7795c;
			margin: 0;
			padding: 5px 0 0 6px;
			list-style: none;
			height: 15px;
			overflow: hidden;
		}
		
			#jour_tabrow li {
				margin: 0; 
				padding: 0;
				list-style: none;
				display: inline;
			}
			
			#jour_tabrow a {
				float: left;
				padding: 15px 0 0 0;
				overflow: hidden;
				height: 0px !important; 
				height /**/:15px; /* for IE5/Win only */
			}
			
			#jour_tabrow a {
				background-position: 0 -30px;
			}
			
			#jour_tabrow a:hover {
				background-position: 0 -15px;
			}
			
			#jour_tabrow a:active {
				background-position: 0 0;
			}
			
			#jour_tabrow li.selected a {
				background-position: 0 0;
			}
			
			#jour_tabrow li.selected a:hover {
				background-position: 0 0;
			}
			
			#tab_ith a {
				width: 78px;
				background: url(images/test/comm_tabs_ith.gif) top left no-repeat;
				background-position: 0 -30px;
				margin-right: 2px;
			}
			
			#tab_buzz a {
				width: 103px;
				background: url(images/test/comm_tabs_buzz.gif) top left no-repeat;
				background-position: 0 -30px;
				margin-right: 2px;
			}
			
			#tab_im a {
				width: 106px;
				background: url(images/test/comm_tabs_im.gif) top left no-repeat;
				background-position: 0 -30px;
			}
		
		#jour_tabs_con {
			height: 109px;
			overflow: hidden;
			background: #dbc3b3 url(images/test/comm_tabs_jbg.gif) repeat-x;
			position: relative;
		}
		
		/* Tabs Styles */
		
			#ithacan_wrap {
				padding: 8px;
				position: relative;
				height: 93px;
			}
			
			#ith_subhead {
				color: #7a6b62;
				font-size: 10px;
			}
			
			#ith_topstory {
				color: #734425;
				font-size: 13px;
				margin-left: 12px;
				margin-top: 8px;
			}
			
				#ith_topstory a {
					color: #65422b;
					text-decoration: none;
				}
			
				#ith_topstory_head {
					color: #aa7553;
					font-size: 10px;
					font-weight: bold;
					text-transform: uppercase;
				}
			
			#im_wrap {
				position: relative;
				height: 109px;
			}
			
			.redborder {
				border: 1px solid #98867b;
			}
			
			.comm_media_title {
				font-size: 18px;
				color: #51301b;
				margin: 0;
				padding: 0;
				font-weight: normal;
			}
			
				.comm_media_title a {
					text-decoration: none;
					color: #51301b;
				}
			
			.comm_media_info {
				font-size: 11px;
				color: #7a6b62;
				padding: 0;
				margin: 5px 0 0 0;
			}
			
			.comm_media_more {
				font-size: 10px;
				font-weight: bold;
				color: #885f45;
				position: absolute;
				bottom: 12px;
				right: 12px;
			}
			
				.comm_media_more a {
					color: #885f45;
					text-decoration: none;
				}
				
				.comm_media_more a:hover {
					border-bottom: 1px dotted #885f45;
				}
				
	/* Awards */
	
		#awards {
			border-top: 2px solid #505d55;
			height: 141px;
			background: #636f67 url(images/test/comm_awardsbg.jpg) no-repeat;
			position: relative;
		}
		
			#awards a:link, #awards a:visited {
				color: #fff;
				text-decoration: none;
			}	
			
			#awards a:hover {
				color: #fff;
				border-bottom: 1px dotted #fff;
			}
		
			#awards_title {
				text-transform: uppercase;
				color: #FFFFFF;
				font-size: 14px;
				font-weight: bold;
				position: absolute;
				left: 10px;
				top: 8px;
			}
			
			#awards_container {
				height: 61px;
				width: 245px;
				position: absolute;
				top: 52px;
				left: 51px;
				font-size: 13px;
				color: #FFFFFF;
			}
			
				#awards_container img {
					border: 1px solid #88918a;
					margin-right: 10px;
					float: left;
				}
				
				.awards_wrapout {
					display: table;
					height: 61px;
					overflow: hidden;
				}
				
					* html .awards_wrapout {
						position: relative;
					}
				
				.awards_wrapmid {
					display: table-cell;
					vertical-align: middle;
				}
				
					* html .awards_wrapmid {
						position: absolute;
						top: 50%;
					}
				
				.awards_wrapin {
					  display: block;
				}
				
					* html .awards_wrapin {
						position: relative;
						top: -50%;
					}
	
	/* Dean */
	
	#dean {
		height: 152px;
		overflow: hidden;
		background: #a9afa8 url(images/test/comm_deanbg.gif) repeat-x;
		color: #4c534a;
	}
	
		#dean a {
			color: #4c534a;
			text-decoration: none;
		}
		
		#dean a:hover {
			border-bottom: 1px dotted #4c534a;
		}
	
		#dean h3 {
			font-size: 13px;
			margin: 0;
		}
	
		.deanimg {
			border: 1px solid #919491;
			margin-right: 10px;
			float: left;
		}
		
		#dean_video {
			margin-top: 10px;
			font-size: 10px;
			vertical-align: middle;
		}
		
		#dean_blog {
			background: #c0c4bf;
			height: 35px;
			margin-top: 9px;
			padding-right: 10px;
			overflow: hidden;
		}
		
			#dean_blog_title {
				background: #7d827c;
				font-size: 11px;
				text-transform: uppercase;
				font-weight: bold;
				color: #FFFFFF;
				padding: 12px 5px 13px 5px;
				display: block;
				float: left;
				margin-right: 7px;
			}
			
				#dean_blog_title a {
					color: #FFFFFF;
					text-decoration: none;
				}
				
				#dean_blog_title a:hover {
					border: 0;
				}
			
			#dean_blog_entry {
				font-size: 10px;
				margin-top: 5px;
			}
			
	/* Park Portfolio */
	
		#port {
			border-top: 3px solid #5c655f;
			height: 207px;
			background: #67706a url(images/test/comm_portbg.jpg) no-repeat;
			color: #FFFFFF;
			font-size: 10px;
			overflow: hidden;
		}
		
			.port_logoimg {
				margin-left: 9px;
				margin-top: 7px;
				border: 0;
			}
		
			#port_wrap {
				padding: 5px 12px 12px 12px;
				text-align: center;
			}
			
			#port_browse {
				color: #c0c4bf;
				font-weight: bold;
				margin-top: 10px;
			}
			
				#port_browse a {
					color: #c0c4bf;
					text-decoration: none;
				}
				
				#port_browse a:hover {
					border-bottom: 1px dotted #c0c4bf;
				}
	
	/* Media Tabs */
	
		#med_tabrow {
			background-color: #789e73;
			margin: 0;
			padding: 5px 0 0 6px;
			list-style: none;
			height: 15px;
			overflow: hidden;
		}
		
			#med_tabrow li {
				margin: 0; 
				padding: 0;
				list-style: none;
				display: inline;
			}
			
			#med_tabrow a {
				float: left;
				padding: 15px 0 0 0;
				overflow: hidden;
				height: 0px !important; 
				height /**/:15px; /* for IE5/Win only */
			}
			
			#med_tabrow a {
				background-position: 0 -30px;
			}
			
			#med_tabrow a:hover {
				background-position: 0 -15px;
			}
			
			#med_tabrow a:active {
				background-position: 0 0;
			}
			
			#med_tabrow li.selected a {
				background-position: 0 0;
			}
			
			#med_tabrow li.selected a:hover {
				background-position: 0 0;
			}
			
			#tab_wicb a {
				width: 49px;
				background: url(images/test/comm_tabs_wicb.gif) top left no-repeat;
				background-position: 0 -30px;
				margin-right: 2px;
			}
			
			#tab_vic a {
				width: 63px;
				background: url(images/test/comm_tabs_vic.gif) top left no-repeat;
				background-position: 0 -30px;
				margin-right: 2px;
			}
			
			#tab_ictv a {
				width: 49px;
				background: url(images/test/comm_tabs_ictv.gif) top left no-repeat;
				background-position: 0 -30px;
			}
		
		#med_tabs_con {
			height: 109px;
			overflow: hidden;
			background: #a5c69f url(images/test/comm_tabs_mbg.gif) repeat-x;
			position: relative;
		}
		
		/* Tab Styles */
		
		.greenborder {
			border: 1px solid #7a8f77;
		}
		
		.comm_media_p {
			font-size: 10px;
			color: #4c6c45;
			margin: 0;
			padding: 0;
		}
		
		.comm_media_bl {
			font-size: 10px;
			color: #4c6c45;
			font-weight: bold;
			position: absolute;
			left: 12px;
			bottom: 12px;
		}
		
			.comm_media_bl a {
				color: #4c6c45;
				text-decoration: none;
			}
			
			.comm_media_bl a:hover {
				border-bottom: 1px dotted #4c6c45;
			}
		
		.comm_media_br {
			font-size: 10px;
			color: #33502d;
			font-weight: bold;
			position: absolute;
			right: 12px;
			bottom: 12px;
			text-align: center;
		}
		
			.comm_media_br p {
				margin: 2px 0 0 0;
				padding: 0;
				text-transform: uppercase;
			}
			
			a.comm_media_br_link {
				color: #33502d;
				text-decoration: none;
			}
			
			a.comm_media_br_link:hover {
				border-bottom: 1px dotted #33502d;
			}
	
	/* Los Angeles Program */
	
	#la {
		border-top: 2px solid #728ea4;
		height: 141px;
		color: #56738b;
		font-size: 10px;
		position: relative;
	}
		
		#la_wrap {
			padding: 10px 9px;
		}
		
		#la img {
			border: 1px solid #b5c0c6;
		}
		
		#la_title {
			color: #3a556a;
			font-size: 13px;
		}
		
			#la_title a {
				color: #3a556a;
				text-decoration: none;
			}
		
		#la_more {
			position: absolute;
			bottom: 10px;
			right: 10px;
			font-weight: bold;
		}
		
			#la_more a {
				color: #56738b;
				text-decoration: none;
			}
			
			
			
			#la_more a:hover {
				border-bottom: 1px dotted #56738b;
			}
			
		/* Blog Version Styles */
		
		#la_blog {
			background: #e6edf2;
			height: 35px;
			margin-top: 9px;
			padding-right: 10px;
			overflow: hidden;
		}
		
			#la_blog_title {
				background: #6e8491;
				font-size: 11px;
				text-transform: uppercase;
				font-weight: bold;
				color: #FFFFFF;
				padding: 12px 5px 13px 5px;
				display: block;
				float: left;
				margin-right: 7px;
			}
			
				#la_blog_title a {
					color: #FFFFFF;
					text-decoration: none;
				}
				
				#la_blog_title a:hover {
					border: 0;
				}
				
			
			#la_blog_entry {
				font-size: 10px;
				margin-top: 5px;
			}
			
				#la_blog_entry a {
					color: #375367;
					text-decoration: none;
				}
				
				#la_blog_entry a:hover {
					text-decoration: underline;
				}
		
		
