html, body{
	line-height: 140%;
	margin: 0px;
	padding: 0px;
	background: #fff url(/2010/images/bg.jpg) repeat-x 0 0;
	color: #121212;
	font-family: arial, sans-serif;
	font-weight: normal;
	font-style: normal;
	letter-spacing: normal;
	text-align: center;
	font-size: 12px;
}

*{ outline: none !important; }

#wrap{
	width: 783px;
	text-align: left;
	position: relative;
}

#header{
	width: 100%;
	height: 88px;
	position: relative;
}

#header h1{
	text-indent: -999px;
	background: url(/2010/images/bandon_cranberry_festival_logo.gif) no-repeat 0 0;
	width: 331px;
	height: 88px;
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	cursor: pointer;
	margin: 0px;
	padding: 0px;
}

#header #sponsor{
	position: absolute;
	top: 13px;
	right: 0px;
	width: 370px;
	height: 65px;
	line-height: 65px;
	overflow: hidden;
	/*background: url(/2010/images/sponsor_bg.gif) no-repeat 0 0;*/
	text-align: center;
}

#nav{
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 60px;
}

#nav li{
	float: left;
	display: block;
	width: 125px;
}

#nav a{
	float: left;
	display: block;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	color: #000;
	padding-top: 12px;
	overflow: hidden;
	width: 100%;
	height: 37px;
	text-align: center;
}

#nav a:hover{
	background: url(/2010/images/nav_bg_on.gif) no-repeat 0 -1px;
	color: #fff;
}

body#page1 a#link1, 
body#page2 a#link2, 
body#page3 a#link3, 
body#page4 a#link4, 
body#page5 a#link5, 
body#page6 a#link6{
	cursor: default;
	background: url(/2010/images/nav_bg_current.gif) no-repeat 0 -1px;
	color: #fff;
}

#under_header{
	position: relative;
	width: 100%;
	height: 215px;
}

#under_header h3{
	position: absolute;
	background: url(/2010/images/schedule_button.jpg) no-repeat 0 0;
	width: 295px;
	height: 172px;
	overflow: hidden;
	top: 21px;
	right: 60px;
	text-indent: -999px;
	cursor: pointer;
}

#intro_pic{
	height: 194px;
	position: absolute; 
	top: 7px;
	left: 43px;
	cursor: pointer;
}

#intro_pic img{
	display: none;
	position: absolute;
	border: 1px solid #fff;
}

#footer{
	border-top: 7px solid #c52717;
	margin-top: 20px;
	padding: 12px 0 10px 0;
	text-align: center;
}

#footer a{
	color: #000;
}

#footer a:hover{
	color: #646464;
	text-decoration: none;
}

#footer div{
	margin-bottom: 10px;
}

#footer strong{
	color: #9e161d;
}

#footer strong em{
	color: #768f0a;
	font-style: normal;
}

#content{
	position: relative;
	width: 740px;
}

#sidebar{
	float: left;
	width: 211px;
	padding-top: 8px;
}

#sidebar h2{
	text-indent: -999px;
	background: url(/2010/images/txt_publication_advetisers.gif) no-repeat 50% 0;
	overflow: hidden;
	width: 100%;
	height: 16px;
	margin: 0px;
	padding: 0px;
}

#adverts{
	width: 211px;
	background: url(/2010/images/sidebar_bottom.gif) no-repeat 0 100%;
	margin: 10px 0 10px 0;
	line-height: 150%;
}

#adverts ul{
	background: url(/2010/images/sidebar_top.gif) no-repeat 0 0;
	margin: 0px;
	padding: 14px 3px 12px 15px;
	font-weight: bold;
	font-size: 12px;
	list-style: none;
}

#adverts a{
	text-decoration: none;
	color: #000;
	background: url(/2010/images/arrow_black.gif) no-repeat 0 50%;
	padding-left: 8px;
}

#adverts a:hover{
	color: #a23936;
	background: url(/2010/images/arrow_red.gif) no-repeat 0 50%;
	text-decoration: underline;
}

#adverts a:active{
	color: #fff;
	background-image: none;
}

#sidebar_right{
	float: right;
	width: 225px;
	padding-top: 8px;
}

#sidebar_right h2{
	text-indent: -999px;
	margin: 0px;
	padding: 0px;
	background: url(/2010/images/txt_daily_cranberry_recpie.gif) no-repeat 50% 0;
	width: 100%;
	height: 21px;
}

#daily_recipe{
	margin: 5px 0 10px 0;
	background: url(/2010/images/recpie_box_bottom.gif) no-repeat 0 100%;
}

#daily_recipe div.bottom{
	background: url(/2010/images/recpie_box_top.gif) no-repeat 0 0;
	width: 100%;
	padding: 14px 10px 12px 15px;
}

#daily_recipe h3{
	margin: 0 10px 3px 0px;
	padding: 0px;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
}

#daily_recipe h3 a{
	color: #191919;
	text-decoration: none;
	font-size: 16px !important;
}

#daily_recipe a img{
	margin-bottom: 4px;
}

#daily_recipe p{
	margin: 0 29px 0 0px;
	padding: 0px;
	color: #000;
}

#daily_recipe a{
	display: block;
	font-weight: bold;
	font-size: 12px;
}

a.more_red{
	color: #a23936;
	padding-left: 10px;
	background: url(/2010/images/arrow_red_big.gif) no-repeat 0 55%;
}

a.more_black{
	color: #000;
	padding-left: 10px;
	background: url(/2010/images/arrow_black_big.gif) no-repeat 0 55%;
}


a.more_red:hover, 
a.more_black:hover{
	text-decoration: none;
}


#mnCon_homepage{
	float: left;
	width: 286px;
}

#mnCon_homepage h2{
	text-indent: -999px;
	margin: 10px 0 8px 0px;
	padding: 0px;
	width: 100%;
	background: url(/2010/images/txt_cranberry_festival.gif) no-repeat 50% 0;
}

#mnCon_homepage, 
#mnCon{
	padding: 2px 4px 0 4px;
}

#mnCon_homepage p, 
#mnCon p{
	margin: 0px;
	padding: 0px;
}


#mnCon_homepage a, 
#mnCon a{
	color: #9e161d;
}

#mnCon_homepage a:hover,  
#mnCon a:hover{
	text-decoration: none;
}




#mnCon img.av, 
#mnCon_homepage img.av{
	float: left;
	padding: 0px;
	margin: 0 10px 0px 0;
	border: none !important;
}

hr{
	display: none;
}

div.hr{
	display: block;
	clear: both;
	margin: 5px 0 5px 0;
	border-bottom: 2px dotted #acb5ae;
}



#mnCon a.more_black, 
#mnCon a.more_red, 
#mnCon_homepage a.more_black, 
#mnCon_homepage a.more_red, 
#mnCon a.more_green, 
#mnCon_homepage a.more_green{
	display: block;
	font-weight: bold;
	float: right;
	margin-right: 3px;
}

#mnCon a.more_green, 
#mnCon_homepage a.more_green{
	float: none !important;
	color: #768f0a;
	font-size: 13px;
	padding-left: 10px;
	background: url(/2010/images/arrow_green_big.gif) no-repeat 0 55%;
}


#mnCon_homepage strong, 
#mnCon strong{
	color: #c52717;
	font-size: 17px;
	font-weight: bold;
	font-style: normal;
	display: block;
	margin: 3px 0 5px 0;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
}

#mnCon{
	float: left;
	padding: 2px 4px 0 4px;
	width: 520px;
}


#mnCon h2{
	margin: 10px 0 10px 30px;
	padding: 0px;
	width: 100%;
	color: #9e161d;
	font-size:  19px;
	background: url(/2010/images/h2_berry.gif) no-repeat 0 50%;
	padding-left: 26px;
	min-height: 22px;


}

#mnCon h2 em{
	font-style: normal;
	color: #768f0a;
}

#mnCon .ad_block,
#mnCon #ad_block{
	border: none;
	float: right;
	border: 1px solid #c2c2c2;
}

.ad_block{
	float: right;
	margin: 2px;
	border: none !important;
	/* border: 1px solid #c2c2c2; */
}

div.box, 
div.box2{
	margin: 0 0 5px 0;
	background: #fff;
	clear: both;
	border-bottom: 1px solid #d6d6d6;
	width: 520px;
	overflow: hidden;
}

div.box .pad,  
div.box2 .pad{
	padding: 6px;
	margin-bottom: 12px;
}

div.box2{
	background: #f2f2f2;
	border-bottom: none;
}


div.box a.title, 
div.box2 a.title{
	font-weight: bold;
	font-size: 15px;
	display: block;
	margin: 0;
	padding: 4px 0 4px 5px;
	background: #f2f2f2;
}

div.box span.date, 
div.box2 span.date{
	display: block;
	height: 22px;
	overflow: hidden;
	background: url(/2010/images/date_bg.gif) repeat-x 0 0;
	line-height: 22px;
	padding: 0 4px 0 0;
	font-family: tahoma, sans-serif;
	font-size: 11px;
	padding: 0 0 0 10px;
}

div.box a.read_article, 
div.box2 a.read_article, 
div.box a.read_recipe, 
div.box2 a.read_recipe{
	text-indent: -999px;
	display: block;
	float: right;
	width: 92px;
	height: 20px;
	background: url(/2010/images/btn_read_article.gif) no-repeat 0 0;
	margin: 0 0 6px 0;
}

div.box a.read_recipe, 
div.box2 a.read_recipe{
	background-image: url(/2010/images/btn_read_recipe.gif);
}

div.box2 a.thumb, 
div.box a.thumb{
	float: left;
	margin: 3px 4px 4px 5px;
	border: 1px solid #800a06;
	padding: 1px;
}


/* start paginate styles */

.pages a, .pages a:hover{
	text-decoration: none !important;
}

.pages a.nextprev {
    font-weight: bold;
}

.pages span.nextprev {
    color: #666;
}

.pages span.nextprev {
		background: #E4E2DB;
        border: 1px solid #C2C2C0;
        color: #A8A8A8;
}
.pages {
   margin-top: 6px;
   margin-left: 5px;
   float: left;
   font: 11px arial, sans-serif;
   margin-top: 2px;
   padding-top: 2px;
   font-size: 85%;
   float: right;
}

.pages a, .pages span {
   font: 11px arial, sans-serif;
    display: block;
    float: left;
    padding: 0.2em 0.5em;
    margin-right: 0.1em;
    border: 1px solid #fff;
    background: #fff;
	color: #7f6a25;
}

.pages span.current {
    border: 1px solid #69900d;
    font-weight: bold;
    background: #69900d;
    color: #fff;
}

.pages a {
	border: 1px solid #af1e23;
	text-decoration: none;
}

.pages a:hover {
	color: #191919 !important;
	border-color: #df797c !important; 
	background: #ffe7e8 !important;
}

/* end paginate styles */

#alert_note{
	font-size: 13px !important;
	color: #333 !important;
	margin: 8px 0px !important;
	padding: 4px  4px 4px 55px !important;
	background: #FFFFCC url(http://www.theworldlink.com/art/alert.gif) no-repeat 15px 50% !important;
	line-height: 150% !important;
	/* display: none !important; this is the notice to let people know the page may be out of date */
}
