/*------------- shared.css -----------------*/

body {
     background-image:url(../images/bg_slice_01.jpg);
     background-repeat:repeat-x;
	 background-color:#634413;
	 font-family:Arial, Helvetica, sans-serif;
	 font-size:13px;
	 color:#6d6d6d;	 
	 
	 padding-bottom:25px;
}
#ContentFrame {
	width:972px;
	margin:42px auto 0px;
}
	#ContentTop {
		background-image:url(../images/contentFrame_top.png);
		background-repeat:no-repeat;
		width:972px;
		height:34px;
	}
	#ContentBody {
		background-image:url(../images/contentFrame_bg.png);
		background-repeat:repeat-y;	
		padding-top:6px;
		padding-bottom:4px;
		padding-left:36px;		
	}
	#ContentBottom {
		background-image:url(../images/contentFrame_bottom.png);
		background-repeat:no-repeat;
		width:972px;
		height:31px;
	}

#MainBody {
	padding-top:10px;
}
	#MBTop {
		background-image:url(../images/contentBody_bg_top.jpg);
		width:900px;
		height:4px;
	}
	#MBBottom {
		background-image:url(../images/contentBody_bg_bottom.jpg);
		width:900px;
		height:5px;
	}
	#MB_Body {
		background-image:url(../images/contentBody_bg.jpg);
		width:900px;
		background-repeat:repeat-y;
	}


#LeftColumn {
	float:left;
	width:329px;
	padding-left:29px;
	padding-top:33px;
	padding-bottom:26px;
}
#RightColumn {
	float:left;
	width:461px;
	padding-left:36px;
	padding-right:40px;
}

/*-------------- Footer -----------------*/
#Footer {
	width:955px;
	margin:-5px auto 0px;
	color:white;
	font-size:12px;
}
	#FooterMenu {
		margin-left:17px;
		float:left;
	}
	#FooterMenu .menuItem {
		float:left;
		border-right:1px solid white;
		padding-left:10px;
		padding-right:10px;
	}
	#FooterMenu a:link {text-decoration:none;color:white;}
	#FooterMenu a:visited {text-decoration:none;color:white;}
	#FooterMenu a:hover {text-decoration:underline; font-style: normal;}
	#FooterMenu a:active {}
	#FooterMenu .selected {color:#8c8c8c;}
	#FooterMenu .last {
		border:none;
	}
	#CopyRight {
		float:right;
		line-height:18px;
		margin-right:20px;
	}


/*------------ newsletter and email signups ---------------------*/
#BlogUpdates form {
	padding-right:8px;
	margin-right:2px;
}
#submitImageButton {
	cursor:pointer;
	float:right;
	height:36px;
	overflow:hidden;
	width:104px;
	margin-top: 90px;
	margin-right: 15px;
}



/*-------------- General ----------------*/

h1 {
	color:#4c4c4c;
}
a, a:link {color:#e42020;text-decoration:underline;}
a:visited {color:#e42020;text-decoration:underline;}
a:hover {color:#e42020;text-decoration:none;font-style:italic;}
a:active {}

/* ------ General ----------*/
a img {
	border:none;
}

h1, h2, h3, h4, h5 {
}
ul, ol, li {
	margin-left:10px;padding-left:0px;
}
ul li {
	list-style-image:url(../images/ul_icon.png);
}
blockquote {
	background-image:url(../images/bquote_s.png);
	background-repeat:no-repeat;
	padding-left:40px;
	padding-top:18px;
	padding-right:40px;
	margin:20px 0px 25px;
}
.endQuote {
	background-image:url(../images/bquote_e.png);
	background-repeat:no-repeat;
	width:32px;
	height:29px;
	float:right;
	margin-right:-40px;
}


.bluePull, .yellowPull {
	width:469px;	
	padding:1px 15px;
	
	position:relative;
	left:-15px;
	
	margin-bottom:15px;
}
.bluePull h3,.yellowPull h3 {
	color:black;
	text-transform:none;
}
.bp_bottom, .yp_bottom {
	width:499px;
	height:5px;
	
	position:absolute;
	left:0px;
}
.yp_bottom { height:4px; }

.bluePull {
	background-image:url(../images/blue_top_bg.jpg);
	background-repeat:no-repeat;
	background-color:#dddddd;
	
}
.bp_bottom {
	background-image:url(../images/blug_bottom_bg.jpg);
}
.yellowPull {
	background-image:url(../images/yellow_top_bg.jpg);
	background-repeat:no-repeat;
	background-color:#fcde98;
}
.yp_bottom {
	background-image:url(../images/yellow_bottom_bg.jpg);
}
/*----------------- Helpers -------------------*/
.clear {
	clear:both;
}
.hidden {
	display:none;
}
.imgLeft {
	float:left;
	margin-right:10px;
	margin-bottom:5px;
}
.imgRight {
	float:right;
	margin-left:10px;
	margin-bottom:5px;
}
.highlight {
	font-weight:bold;
}

#LeftColumn #BlogArchives {
	margin-bottom: 30px;
}
#LeftColumn #BlogArchives h2 {
	margin-top: 0px;
}









/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
