/*  
Theme Name: UMW News
Theme URI: http://www.news.umwestern.edu
Description: A news theme layout for the University of Montana Western.  
Version: 1.0
Author: Mark Ward

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php

Credits:

Design based on the Prinz Brandford Magazine Theme.

/******************************************/
/******************************************
*   HTML Elements                         
******************************************/
/******************************************/

* {	
	margin:0;
	padding:0;
	}

body,html {
	min-height:101%;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color: #333;
	padding:0 0 50px;
	line-height:19px;
	background:url(images/bg.jpg) repeat-x;
	}
a:link, a:visited {
	color: #859d9a;
	text-decoration:none;
	}

a:hover, a:active {
	color:#859d9a;
	text-decoration:underline;
	cursor:pointer;
	}
h4 a{
	color:#741209 !important;
	}

/****** Images ****************************/

img, a:link img, a:visited img{border:1px solid #999; padding:1px;}


/******************************************/
/******************************************
*   Header                     
******************************************/
/******************************************/


#page { /*the main container*/
	position:relative;
	top:0px;
	width:960px;
	margin:0 auto;
	font-size:12px;
	padding: 0px 25px 0px 25px;
	}

/* Header */
#header{
	position:relative;
	top:0px;
	height:auto;
	background:#000;
	}
	
#header h2{border:none;}
#header a{color:#fff;}
#header a img{border:none;}
	#logo{
		float:left;
		width:500px;
		}
	#headerContainer{
		width:960px;
		margin:8px auto 0px auto;
		}
#gradient{
	height:16px;
	background:url(http://www.umwestern.edu/wp-content/themes/UMWtemplate/images/gradient.jpg) repeat-x;
	}
#drawergradient{
	height:16px;
	background:url(http://www.umwestern.edu/wp-content/themes/UMWtemplate/images/drawer-gradient.jpg) repeat-x;
	}
#drawergradientgrey{
	height:16px;
	background:url(http://www.umwestern.edu/wp-content/themes/UMWtemplate/images/images/drawer-gradient-grey.png) repeat-x;
	}
/* Styles for jquery drawer effect */

		div.trigger a{
			width:107.5px;
			height:25px;
			background:url(http://www.umwestern.edu/wp-content/themes/UMWtemplate/images/quicksearch.jpg);
			background-position:left top;
			color:#fff;
			float:right;
			margin:10px 15px 0 0;
		}
		div.trigger a:hover{background-position:right top;}
		div.trigger.active a{background-position:left bottom;} /*--When toggle is triggered, it will shift the image to the bottom to show its "opened" state--*/
					
		div.myUMW {
		}
		div.myUMW a{
			width:60px;
			height:25px;
			background:url(http://www.umwestern.edu/wp-content/themes/UMWtemplate/images/myumw.jpg);
			background-position:left;
			color:#fff;
			float:right;
			margin:10px 0 0 0;
		}
		div.myUMW a:hover{
			background-position:right!important;
			}
		
		.toggle_container {
			margin: 0 0 0px;
			padding: 0;
			background: #741209;
			overflow: hidden;
			color:#fff;
			clear: both;
		}
		.toggle_container .block {
			padding: 0px; /*--Padding of Container--*/
			width:960px;
			margin-left:auto;
			margin-right:auto;
			}
			.toggle_container .block h1, .toggle_container .block h2, .toggle_container .block h3{color:#fff;}
			.toggle_container .block h2{margin-bottom:15px;}
			
		#quickColumn{
			width:240px;
			float:left;
			margin:0 0 15px 0;
			}
		#quickColumn h3{
			font-family:Tahoma, Geneva, sans-serif;
			color:#afafa1;
			font-size:11px;
			letter-spacing:2px;
			margin:0px 0px 5px 0;
			}
			
	
	/* Styles for the News & Events Drawer */
	
			
			div.triggerNews a{
						  width:130.5px;
						  height:25px;
						  background:url(http://www.umwestern.edu/wp-content/themes/UMWtemplate/images/umwevents.jpg);
						  background-position:left top;
						  color:#fff;
						  float:right;
						  margin:10px 15px 0px 0;
					  }
					  div.triggerNews a:hover{background-position:right top;}
					  div.triggerNews.active a{background-position:left bottom;} /*--When toggle is triggered, it will shift the image to the bottom to show its "opened" state--*/
			  .toggle_news {
				  margin: 0 0 0px;
				  padding: 0;
				  background: #4d4f3b;
				  overflow: hidden;
				  color:#fff;
				  clear: both;
			  	}
			  .toggle_news .block {
				  padding: 0px; /*--Padding of Container--*/
				  width:960px;
				  margin-left:auto;
				  margin-right:auto;
				  padding:20px 0 20px 0;
			 	 }
				 	.toggle_news .block h1, .toggle_news .block h2, .toggle_news .block h3{color:#fff;border:none;}
					.toggle_news img a, .toggle_container img a, .toggle_news img, .toggle_container img{border:none;}
					.toggle_news .block a{color:#afafa1;}
				 	.toggle_news .block ul{
						list-style:none;
						}
					.toggle_news .block div.news_widget{
						background:none;
						position:relative;
						}
					.toggle_news .block #newsLeft{
						width:620px;
						float:left;
						margin-right:20px;
						}
					.toggle_news .block #eventsRight{
						width:299px;
						float:left;
						padding-left:20px;
						border-left:1px solid #838271;
						}
					.toggle_news .block div.lead{
						background:#838271;
						padding:15px;
						border:inset #4d4f3b 2px;
						}
						.toggle_news .block div.lead a{
							
							}
					.toggle_news .block div.lead img{
						width:120px;
						height:91.5px;
						float:left;
						margin-right:13px;
						padding:1px;
						border:1px solid #333;
						}
					.toggle_news .block div.lead h3{
						width:448px;
						float:right;
						}
					.toggle_news .block h2{
						padding:0px;
						margin-bottom:15px;
						}

/*-------------------------------------------------------------------------------------------------------------------------------------------*/
/* Titles, Banners & Navigation
/*-------------------------------------------------------------------------------------------------------------------------------------------*/
.clear{
	clear:both;
	}
#subPage{
	min-height:340px;
	position:relative;
	}
		
/*/////////////////////////////////////////*/

#subBanner{
	width:960px;
	position:relative;
	margin-top:60px;
	margin-bottom:20px;
	}
	#subBannertop{
		width:960px;
		height:60px;
		background:#000;
		}
	#subBannertop img{
		border:none;
		}	
	#subBannerImg{
		width:960px;
		height:100px;
		background:#afafa1;
		}
	#subBannerImg img{
		border:none;
		padding:0px;
		}
	#subBannerlinks{
		width:960px;
		background:#4d4f3b;
		}
	#subBannerlinks ul li.current_page_item a{
		color:#859d9a;
		text-shadow:#859d9a 0 0 0;
			}
		#subBannerlinks ul li{
			display:block;
			float:left;
			padding:1px 19px 2px 19px;
			}
			#subBannerlinks ul li a{
			text-transform:uppercase;
			color:#fff;
			font-weight:600;
			letter-spacing:2px;
			font-size:10px;
			padding:2px 0 2px 0;
			}
			#subBannerlinks ul li a:hover{
				text-decoration:none;
				color:#859d9a;
				text-shadow:#859d9a 0 0 0;
			}
			#subBannerlinks ul li a.homelink{
				color:#859d9a;	
				text-shadow:#859d9a 0 0 0;
			}

div.date{
	width:240px;
	float:right;
}
/******************************************
*   Header Styles                       
******************************************/

h1 {
	color: #741209;
	font-size: 20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 15px 0px 0px 0px;
	}
	
h2 {
	color: #741209;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	text-transform:uppercase;
	padding-bottom:8px;
	border-bottom:1px solid #838271;
	margin:0 0 15px 0;
	}

h3 {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	text-transform:uppercase;
	letter-spacing:0.3em;
	margin:0 0 0px 0;
	color:#741209;
	}
	

h3 a:link, h3 a:visited {
	font-family:Tahoma, Geneva, sans-serif;
	color: #4d4f3b;
	}

h4 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	font-weight:bold;
	color: #741209;
	letter-spacing:normal;
	display:block;
	margin-bottom:7px;
	}
	
	


#sidebar h3{
	font-size:13px;
	border-top:3px double #4d4f3b;
	border-bottom:1px solid #4d4f3b;
	padding:3px 0 3px 2px;
	margin:0px 0 5px 0;
	color:#741209;
	font-family:Tahoma, Geneva, sans-serif;
	}
	
#respond{
	clear:both;
	}

h3#respond {
	font-size:13px;
	border-top:1px solid #838271;
	margin-top:25px;
	padding-top:20px;
	}

h3#comments {
	margin-top:32px;
	}


/******************************************
******************************************
*   Content Div
******************************************
******************************************/

#content { /* Content in the left column */
	width:685px;
	float:left;
	}
	
	
/* Featured Articles "leftcol" */

.feature {
	background: url(images/backgrounds/bg_featured.jpg) repeat-x #F4F4EC;
	padding:11px;
	border: 1px solid #ccc;
	margin-bottom:10px;
	}

#leftcol {/*the left homepage column carrying the "Featured Article" section*/
	width:277px;
	border-right:1px solid #b6b6b6;
	padding-right:18px;
	position:relative;
	float:left;
	}

/* Featured Articles "rightcol" actually the column in the middle of the homepage (if the right column is the sidebar)*/
#rightcol {
	width:360px;
	padding-left:18px;
	padding-right:10px;
	margin-top: 0px;
	font-family:Tahoma, Geneva, sans-serif;
	float:right;
	}
	#rightcol .item{
		margin-bottom:10px;
		padding:0 0 10px 0;
		}
	#rightcol h3, #leftcol h3{
		border-bottom:1px solid #b6b6b6;
		margin:0 0 10px 0;
		}

/******************************************
*   Sidebar                         
******************************************/
#sidebar {/*you guessed it: it�s the sidebar container*/
	width: 240px;
	float:right;
	margin:5px 0 0 0;
	font-family:Tahoma, Geneva, sans-serif;
	}
	#searchbox{
			background:#d8d8c5;
			margin-bottom:10px;
			margin-left:0px;
			}
	
	#sidebar h3{
			padding:5px 0px 5px 10px;
			display:block;
			color:#fff;
			background-color:#4d4f3b;
			letter-spacing:3px;
			text-align:left;
			margin-bottom:0px;
			font-weight:bold;
			text-shadow:#4d4f3b 0 0 0;
			font-family:Tahoma, Geneva, sans-serif;
			font-size:11px;
			}
		#sidebar ul{
			padding:0px;
			margin:0 0 10px 0;
			}
		#sidebar ul li{
			list-style:none;
			}
		#sidebar ul li a{
			display:block;
			padding:2px 5px 2px 0;
			color:#000;
			font-size:11px;
			text-indent:0px;
			}
		#sidebar ul li a:hover{
			background:#859d9a;
			}
	
	  
	#sidebar ul li ul li{
	  list-style: none;
	  margin:0 0 0 0;
	  background:#d8d8c5;
	  }
	#sidebar ul li ul{
	  list-style: none;
	  padding:0 0 10px 0;
	  }
	#sidebar ul li ul li a{
	  list-style: none;
	  margin:0 0 0 0;
	  font-size:11px;
	  border-top: 1px solid #afafa1;
	  display:block;	
	  padding:2px 2px 2px 10px;
	  }
	  #sidebar ul li ul li a:hover{
	  text-decoration:none;
	  background:#859d9a;
	  }
	#sidebar ul li h3{
	  list-style:none;
	  font-size:10px;
	  }
	#sidebar ul li h3 a{
	  list-style:none;
	  font-size:12px;
		}
  	#sidebar ul li ul.feed li{
	 border-top: 1px solid #afafa1;
		}
	#sidebar ul li ul.feed li a {
	  margin-bottom:0px;
	  padding-left:10px;
	  background:url(images/rss.gif) no-repeat;
	  background-position:right;
	  border:none;
	  }
	#sidebar ul li ul.feed li a:hover {
		text-decoration:none;
	 	 background:#859d9a;
	}

	
/******************************************
*   Footer                        
******************************************/


#footer {
	position:relative;
	margin: 8px auto 70px auto;
	width: 970px;
	font-size:0.9em;
	text-align:left;
	padding-top:15px;
	color:#000;
	line-height:15px;
	clear:both;
	
	}
	#footer img{
		z-index:1;
		border:none;
		}
	#footer p{
		margin:0px;
		padding:0px;
		}
	#footer p.footerlinks{
		margin:0 0 5px 0;
		}
		#footer p.footerlinks a{
		font-family:Tahoma, Geneva, sans-serif;
		font-size:11px;
		}
	#footer p.copyright{
		color:#969686;
		font-family:Tahoma, Geneva, sans-serif;
		font-size:11px;
		}
#seal{
	position:absolute;
	top:-10px;
	right:-30px;
}




.alignleft {
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}
.alignright {
	float:right;
	margin-left:10px;
	margin-bottom:10px;
}
.shady{
	background-color:#c5c4bb;   	
}

.spacer{
	padding:0 7px 0 7px;
	}	

/******************************************
*  Post Formatting                       
******************************************/
#printShare{width:200px;float:right;text-align:right;}
img.WP-PrintIcon, img.WP-EmailIcon{vertical-align:middle;}

.entry {
	padding-bottom:28px;
	margin-top:10px;
	}

div.entry p {
	margin:0 0 10px 0;
	line-height:19px;
	font-size:12px;
	
}

.entry table tr td{
	padding:3px;
	padding-left:5px;
	}

.entry a{
	color:#7a2427;
	}


.post{
	padding-right:10px;	
	line-height:19px;
	font-size:12px;
}
.post p{
	line-height:19px;
	font-size:12px;
}
.post h2 {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#4d4f3b;
	letter-spacing:3px;
}

.post h2 a{
	color:#4d4f3b;
	}

.post h3, .post h3 a{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	text-align:left;
	color:#741209;
	text-transform:none;
	line-height:24px;
	letter-spacing:normal;
	margin:15px 0 15px 0;
}

.post blockquote {
	color:#666;
	padding:15px 14px 7px 14px;
	margin:18px 35px;
	border-left:4px solid #4D4F3B;
	}	

.post blockquote p{
	font-size:17px;
	line-height:25px;
	font-style:italic;
	font-family:Georgia, "Times New Roman", Times, serif;
}

.post blockquote h4{
	color:#666;
	text-align:right;
	font-weight:normal;
	}

.post ul li {
	list-style:square;
	margin-bottom:5px;
	
	margin-left:42px;
	}

.post ol li {
	margin-bottom:5px;
	
	margin-left:48px;
	}
	
#tags {
	padding:3px;
	border-bottom:1px solid #DDD;
	border-top:1px solid #DDD;	
	}	
	
.postmetadata {
	font-size:0.9em;
	margin:0 0 10px 0;
	padding:5px 10px;
	background:#F4F4EC;
	border-top:1px solid #E6E3D3;	
	border-bottom:1px solid #E6E3D3;
	clear:both;
	}
.wp-caption-text{
	font-size:10px !important;
	color:#666;
	}
/******************************************
*   Form Elements                       
******************************************/

select {
	background:#f2f2f2;
	border:1px solid #9c9c9c;
	width:100%
	}
	

#searchform { 	padding:1px 5px 10px 10px; 	}

#searchform #search{
	width:140px;
	}
	#searchform label{
		display:none;
		}
.button {
	padding: 3px;
	background:#859d9a;
	color:#fff;
	border:none;
	font-size:9px;
	}

.button:hover {
	background:#6a817e;
	color:#FFF;
	text-decoration:none
	}

#commentform input {
	width: 170px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	margin-top:5px;
	}



/* Comments*/

.commentlist {
	padding-left:30px;
	}
	
.commentlist li {
	margin: 15px 0 3px;
	padding: 8px 15px 10px 15px;
	background:#F4F4EC;
	border:1px solid #E6E3D3;
	}

.commentlist blockquote {
	color:#666;
	background:#fff;
	padding:6px 14px;
	margin:18px 35px;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	}	

#commentform small {
	background:#FFF;
	font-weight:bold;
	padding:0;
	}
	
.commentmetadata {
	display: block;
	}

.commentlist small {
	background:#fff;
	border:1px solid #E6E3D3;
	}

.wp-smiley{
	border:none;
}

/* Float Properties*/

.clearfloat:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content:".";
	}
	
.clearfloat {
	display:inline-block;
	}	

.clearfloat {
	display:block;
	}


/*----------------- TOBACCO POLICY PAGE -----------------*/
#tobaccoRight{
	width:270px;float:right;padding:20px;background:#ddddd5;margin-left:20px;
}
#tobaccoRight ul, tobaccoRight ul li{
margin-left:-25px;
padding-left:0px;
}
#tobaccoAddition{
	padding:20px;background:#ddddd5;
}
