* {font:12px Arial, Helvetica, sans-serif;}
h2 {font:18px georgia, "Times New Roman", Times, serif;}
.img-outline {border:1px solid #dfdfdf;}
.right {float:right;}
body{background:#fff;}
#wrapper {
	width:872px;
	margin:0 auto;
}
	#header {
		width:100%;
		height:123px;
		position:relative;
	}
		#logo {
			height:77px;
			width:121px;
			position:absolute;
			left:0;
			top:17px;
		}
			#logo a {
				display:block;
				width:121px;
				height:77px;
				background:url('images/ev3nts_logo.jpg') no-repeat;
				text-indent:-9999px;
			}
		#address {
			display:block;
			/*width:200px;*/
			height:77px;
			/*background:url('images/address_info.jpg') no-repeat;
			text-indent:-9999px;*/
			position:absolute;
			right:0;
			top:26px;
			text-align:right;
		}
			#address span {
				display:block;
				padding-top:5px;
			}
			#address, #address span {
				font-size:14px;
				color:#666;
			}
	#nav {
		height:49px;
		width:100%;
		clear:both;
	}
		#nav li {
			display:block;
			float:left;
			background:url('images/nav_line.jpg') no-repeat;
			padding-left:1px;
		}
			#nav li a {
				display:block;
				float:left;
				height:48px;
				width:86px;
				padding:1px 0 0 8px;
				text-transform:uppercase;
				font-size:11px;
				font-weight:bold;
				color:#000;
			}
				#nav-cat {
					background-image:url('images/cat_dash.jpg');
					background-repeat:no-repeat;
					background-position:108px 0;
					width:135px !important;
				}
					#nav-cat span {
						font:11px "Times New Roman", Times, serif;
						font-style:italic;
						text-transform:lowercase;
					}
				#nav li a:hover {
					color:#999;
				}
	#cat-nav-wrap {
		width:100%;
		height:32px;
		display:block;
		overflow:hidden;
		margin:0 0 30px;
	}
		#cat-nav-inner {
			display:block;
			width:100%;
			border-bottom:1px solid #ccc;
		}
			#cat-nav {
				height:30px;
				width:100%;
			}
				#cat-nav li {
					display:block;
					float:left;
					height:30px;
				}
					#cat-nav li a {
						display:block;
						float:left;
						font:14px Georgia, "Times New Roman", Times, serif;
						font-weight:bold;
						font-style:italic;
						width:92px;
						height:28px;
						color:#000;
						padding:2px 0 0 2px;
					}
						#cat-nav li a:hover {
							color:#999;
						}
					.cat-active {
						background-position:108px -98px !important;
					}
	#footer {
		width:100%;
		clear:both;
		padding:30px 0 20px;
	}
		#footer p, #footer p a {
			font-size:11px;
			color:#4a4a4a;
		}
			#footer p a:hover {
				text-decoration:underline;
			}
		#footer p {
			text-align:center;
		}
/*home*/
	#featured {
		width:326px;
		float:left;
	}
		#featured h2 {
			margin-bottom: 10px;
		}
		#featured img {
			margin-bottom:7px;
		}
		#featured img.size-full {
			border:1px solid #dfdfdf;
		}
		#featured span {
			float:right;
		}
		#feat-info {
			display:block;
			clear:both;
			width:100%;
			margin-top:10px;
		}
		#feat-info p {
			float:left;
			font-weight:bold;
		}
	#recent {
		width:516px;
		float:right;/*margin-left:30px;*/
	}
		#recent h2 {
			margin:0 0 0 21px;
			border-bottom:1px solid #bababa;
			padding-bottom:10px;
		}
		#recent .recent-item {
			height:150px;
			width:150px;
			float:left;
			display:inline;
			margin:10px 0 0 20px;
		}
/*POPUP*/
	.recent-item {
		position: relative;
	}
		.popup {
			position: absolute;
			height:86px;
			width:130px;
			background:url('images/pop_bg.gif') no-repeat;
			display: none;
		}
			.popup * {
				font-family:Georgia, "Times New Roman", Times, serif;
			}
			.popup h3 {
				margin:8px 4px 0 8px;
				font-size:11px;
				font-weight:bold;
			}
			.popup p {
				margin:6px 0 0 8px;
				font-size:10px;
			}
			.popup p a {
				font-size:10px;
				color:#333;
				text-decoration:underline;
			}
			.popup p a:hover {
				color:#666;
			}
			.popup p span {
				font-size:10px;
				font-style:italic;
				color:#666666;
			}
/*CATEGORY*/
	.wrapper .cat-item {
		/*display:inline;*/
		display:block;
		_display:inline;
		float:left;
		margin:8px 4px 0;
		position:relative;
		border:1px solid #dfdfdf;
		cursor:pointer;
	}
		.cat-item:hover {
			border-color:#696969;
		}
			.readmore {
				position:absolute;
				width:150px;
				display:block;
				bottom:0px;
				left:0px;
				background:#fff;
				display:none;
			}
				.readmore span {
					display:block;
					padding:2px 6px 2px 0;
					font-size:11px;
					color:#000;
					text-align:right;
					background:url('images/more.gif') no-repeat 7px 3px;
				}
/*SINGLE*/
	.meta-info {
		border-top:1px solid #dfdfdf;
		margin:30px 0 0 344px;
	}
		.meta-info p {
			color:#333333;
			font-style:italic;
		}
		.meta-info a {
			text-decoration:underline;
			font-style:italic;
			color: #666;
		}
			.meta-info a:hover {
				color:#000;
			}
		.post-content p {
			margin:10px 0;
		}
/*PAGE*/
	#page-content {
		padding:10px 0;
	}
		#page-content p {
			line-height:19px;
			font-size:13px;
		}
#page-content a{
color:#333333;
text-decoration:underline;
}
#page-content a:hover{
color:#666;
}
