/*
Title: yitis.ca layout.css
Updated: May 13 2009
*/

/* Structure
---------------------------------------------------------- */

	#top {
		float: left;
		width: 940px;
		padding: 0 10px;
		}
		
		#logo {
			float: left;
			width: 400px;
			}
			
			#logo h1 {
				background: url("http://yitis.ca/images/layout/logo-yitis.png") no-repeat 0 0;
				padding: 10px 0 5px 80px;
				color: #FFED9B;
				font-size: 110%;
				height: 36px;
				}
			
		#global-menu {
			float: right;
			padding: 10px;
			background: #E4B942 url("http://yitis.ca/images/layout/bg-global-menu.png") repeat-x 0 0;
			border: 1px solid #D9A941;
			color: #193145;
			}
			
			#global-menu ul {
				float: left;
				}
				
				#global-menu li {
					float: left;
					margin: 0 15px;
					}
					
					#global-menu a:link, #global-menu a:visited, #global-menu a:hover, #global-menu a:active {					
						color: #193145;
						text-decoration: none;
						}
						
					#global-menu .selected {
						font-weight: bold;
						}
		
	#page-content {
		float: left;
		width: 900px;
		margin: 10px 0 20px 0;
		padding: 30px 30px;
		background-color: #FFF;
		}
		
			#left-column {
				float: left;
				width: 530px;
				}
				
				#rss-events {
					float: right;
					margin: 0 0 0 10px;
					padding-left: 18px;
					height: 14px;
					font-size: 90%;
					background: url("http://yitis.ca/images/layout/rss.png") no-repeat 0 0;
					}
					
				#rss-blog, #rss-jobs {
					float: left;
					margin-bottom: 20px;
					padding-left: 18px;
					height: 14px;
					background: url("http://yitis.ca/images/layout/rss.png") no-repeat 0 0;
					}
				
				#events {
					float: left;
					color: #636B75;
					}
					
					#events li {
						font-size: 100%;
						line-height: 18px;
						margin-bottom: 5px;
						}
		
					.list-left {
						float: left;
						width: 150px;
						}
		
					.list-right {
						float: left;
						margin-left: 20px;
						width: 350px;
						}
	
			#right-column {
				float: right;
				width: 300px;
				}
				
				#contact-box {
					float: left;
					padding: 20px;
					width: 260px;
					background: #FFF url("http://yitis.ca/images/layout/bg-contact-box.png") repeat-x 0 0;
					border: 1px solid #CACBCB;
					}
					
	#footer {
		clear: both;
		width: 900px;
		padding: 0 30px;
		font-size: 90%;
		text-align: right;	
		}
		
				
/* Text
---------------------------------------------------------- */

	#left-column h1 {
		font-size: 140%;
		color: #3E434A;
		margin-bottom: 20px;
		padding-bottom: 8px;
		line-height: 24px;
		border-bottom: 1px solid #CACBCB;
		}
		
	#left-column h2 {
		font-size: 110%;
		color: #3E434A;
		line-height: 20px;
		}
		
	#left-column h3, #right-column h3 {
		font-size: 110%;
		color: #636B75;
		margin: 20px 0 15px 0;
		padding-bottom: 10px;
		border-bottom: 1px solid #CACBCB;	
		}
		
		#right-column h3 {
			margin: 5px 0 15px 0;
			}
			
		.blog-post-data, .job-post-data {
			margin-top: 5px;
			display: block;
			font-size: 80%;
			}
		
	#left-column h4 {
		font-size: 100%;
		color: #636B75;
		line-height: 18px;
		font-weight: bold;
		}
		
	#left-column p, #right-column p {
		font-size: 100%;
		color: #636B75;
		line-height: 18px;
		margin-bottom: 10px;
		}
		
	.list-stars {
		margin: 0 0 20px 0;
		font-size: 100%;
		color: #636B75;
		}
		
		.list-stars li {
			line-height: 18px;
			margin-bottom: 5px;
			padding-left: 15px;
			background: url("http://yitis.ca/images/layout/icon-star.png") no-repeat 0 50%;
			}
			
	#contact-box h3 {
		font-size: 110%;
		color: #636B75;
		margin: 0;
		padding-bottom: 10px;
		border-bottom: none;	
		}
		
	#contact-box h4 {
		font-size: 100%;
		color: #636B75;
		line-height: 18px;
		font-weight: bold;
		}
		
	#contact-box p {
		font-size: 100%;
		color: #636B75;
		line-height: 18px;
		margin-bottom: 10px;
		}