@charset "UTF-8";
/* CSS Document */

*{
	margin: 0; /* This is a browser reset. The * is know as the universal selector. It's called that because it will select every html element and the rules written here will affect them all. By giving the margins and padding a value of zero you will eliminate conflicts with the browser's default settings and will then be able to set your own margin and padding values */
	padding: 0;
}


body {
	color: #000000;
	text-align: center;
	background-color:#F6F1D4;
	font-size:12px;
	line-height: 1.3em;
	}
	
	
	#wrapper {
	width: 1080px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #000000;
	padding: 0px 0px 0px 0px;
	border: 1px solid #000;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	
	/*begin CSS3 box shadows*/
	-webkit-box-shadow:2px 2px 8px 2px rgba(0,0,0,.50);
	-moz-box-shadow:2px 2px 8px 2px rgba(0,0,0,.50);
	box-shadow:2px 2px 8px 2px rgba(0,0,0,.50);
	/*end CSS3 box shadows*/
	}
	
	a img {
		border-style:none;
		border: none;
	}
	
	.map {
		border-style:none;
		border:none;
	}
	
	#maincontent {
		background-image:url(images/background.gif);
		background-repeat:repeat-y;
	}
	
	#content_left {
		background-image:url(images/backgroundswish.png);
		background-repeat:repeat-y;
		width: 720px;
		position:relative;
		float:right;
	}
	
	#header {
		height: 150px;

	}
		
	
	#header_logo {
		text-align:left;
		padding-left: 60px;
		padding-top: 15px;
		padding-bottom: 15px;
		width: 250px;
		float: left;
	}
	
	#header_text {
		float:right;
		width: 314px;
		text-align: center;
		font-weight:bold;
		font-style:italic;
		font-size: 20px;
		line-height: 1.1em;
		margin-right: 50px;
		padding-top: 35px;
	}
	
	#header_text p.address {
		font-size:14px;
		font-style:normal;
		font-weight:100;
	}
	
	#header_text p.phone {
		font-size:16px;
		font-style:normal;
		color:#0079c2;
	}
	
	p {
		padding-top: 0px;
		padding-bottom: 0px;
	}
	
	p.dropcap:first-letter {
	float: left;
	font-size: 4.6em;
	line-height: .8;
	margin-right: 2px;
	color: #0079c2;
	}
	
	#right_nav {
		width: 180px;
		float: right;
	}
	
	#ads_left {
		width: 180px;
		padding-left:10px;
		padding-top:10px;
	}
	
	#right_nav_inner {
		padding: 13px;
		font-size:11px;
		color:#FFF;
		line-height: 1.7em;
	}
	
	#right_nav_inner h5 {
		font-size:15px;
		font-weight: bold;
		line-height: 1.1em;
		padding-bottom: 5px;
		padding-top: 10px;
		
	}
	
	
	
	#right_nav_inner a {
	color: #FFF;
	font-style:normal;
	text-decoration:none;
	}
	
	#right_nav_inner a:link {color:#FFF;
	text-decoration: none
	} /*unvisited link*/
	
	#right_nav_inner a:visited {color:#FFF;
	text-decoration: none
	} /*visited link*/
	
	#right_nav_inner a:hover {color:#FFF;
	font-weight:800;
	text-decoration: none
	} /*mouse over link*/
	
	#right_nav_inner a:active {color:#000;
	font-weight:800;
	text-decoration: none
	} /*selected link*/
	
	
	#clearthefloats {clear:both;}
	
	#footer {
		font-size:10px;
		line-height:1.2em;
		text-align:center;
		width:620px;
		margin-left:55px;
		margin-right:40px;
		margin-top:20px;
		padding-top:15px;
		padding-bottom:15px;
		border-top-color:#000;
		border-top-style:solid;
		border-top-width:1px;	
		}
		
	img.classifieds {
		padding-top: 10px;
		padding-bottom:5px;
	}
	
	#nav {
		background-color:99c9e7;
		width: 718px;
		padding-left:2px;
		margin-bottom:15px;
	}

 div.multi_drop_menus * {
 margin:0; padding:0;     /* removes margin and padding off all list elements */
 }
/* SET YOUR PREFERENCES!!! */
/* set your menu's font and colors here - the MENU MECHANICS  follow below */
div.multi_drop_menus {
  behavior:url(../../lib/js_tools/csshover.htc);/* you must link to the hover.htc file for this menu to work in IE6 and earlier */
/* need a copy? go to http://www.xs4all.nl/~peterned/htc/csshover.htc - copy the code into a text file and save it as csshover.htc */
 font-family: helvetica, sans-serif;   /* font family for menu */
 font-size: 14px; /* size of menu's type relative to parent element */
 font-weight:600;
 margin:0px 0 0px 0px;
 background-color:#99c9e7;    /* colors the div - div fills the parent element for a horizontal menu - set to background-color:transparent; if not needed */
 }
div.multi_drop_menus ul {
 	border-left:1px solid #FFF;   /* creates dividing line to left of level 1's first menu item, revealing div color to left of menu */
	display:inline;						/* fixes margin-doubling bug in IE6 */
 	}
div.multi_drop_menus li {
 background-color:#99c9e7;         /* background color of the level 1 menu items */
 border-right:1px solid #FFF;   /* creates dividing lines to right of each horiz level 1 menu item *//* set to 0px to remove */
 }                						    /* border-right is automatically removed from vert menu below  */

div.multi_drop_menus li:hover {
 background-color:#70aeda;      /* background color of hovered menu items */
 }
 div.multi_drop_menus a {
 color:#FFF;                     		/* sets the color of all menu type */
 padding:.2em 5px;           		/*creates space top/bottom and left/right respectively around each menu item's text - set vert height in ems   */
 }
 div.multi_drop_menus a:hover {
 color:#FFF;        				 /* type color of a hovered menu choice */
 }
div.multi_drop_menus ul li ul {
 width:9em;   						/* sets the width of menu levels 2 - 4 */
 }
div.multi_drop_menus li li { 
 background-color:#99c9e7;        /* background color of the level 2 menu */
 border-bottom:1px solid #FFF; /* lines between menu choices - set to 0px if not wanted */
 }
div.multi_drop_menus ul li ul li ul  {
 border-top:1px solid #FFF;     /* set the border-top of levels 3 and 4 of a horizontal menu - set to 0px to remove - for a vertical menu, you will set this for levels 1 - 4 below */
 top:-1px; /* set to negative value of border-top for perfect pop-out alignment -set to 0 if border is 0 - don't remove! */
 } 
div.multi_drop_menus li li li { 
 background-color:#99c9e7;          /* background color of the level 3 menu */
 }
div.multi_drop_menus li li li li { 
 background-color:#99c9e7;         /* background color of the level 4 menu */
 }
  /* Want transparency on your menus? add the class 'transparent' to the multi_drop_menus div */
div.multi_drop_menus.transparent ul ul li {
 /* note: the lower the value, the greater the transparency */
  opacity:0.9; /* CSS3 - range 0 to 1 */     
  -moz-opacity:0.9; /* Firefox- range 0 to 1  */
  filter:alpha(opacity=90);  /* IE- range 0 to 100  */
  }
/* ADDITIONAL PREFS FOR VERTICAL MENU - NO NEED TO TOUCH THESE IF LEVEL 1 IS HORIZONTAL */
div.multi_drop_menus.vertical ul {
 border-top:1px solid #CCB;     /* set the border-top of level 1 of the vertical menu - broken out separately so it can be different from top border of other levels */
 }
div.multi_drop_menus.vertical li {
 border-bottom:1px solid #CCB;  /* adds horizontal lines between menu choices - overrides main setting above for this feature */
 }
div.multi_drop_menus.vertical ul ul  {
 border-top:1px solid #CCB;       /* set the border-top of levels 2 - 4 of a vertical menu - set to 0 to remove */
 top:-1px;            /* set to negative value of border-top for perfect pop-out alignment - set to 0 if border is 0 - don't remove!*/
 }
 
/* end vertical menu preferences */
/* END MENU PREFERENCES */
 
/* YOU ARE STONGLY ADVISED NOT TO MODIFY THE CODE THAT FOLLOWS : ) */
/* the menu mechanics start here */
div.multi_drop_menus {
	float:left;
	widows:100%;
	}
div.multi_drop_menus ul {
 float:left; /* makes ul wrap li */
font-size:1em; /* prevents inheritence from maiin text style sheet */
}
div.multi_drop_menus li {
 float:left;  /*causes the list to align horizontally instead of stack */
 list-style-type:none; /* removes the bullet off each list item */
 position:relative; /* positioning context for the absolutely positioned drop-down */
 }
div.multi_drop_menus a {
 display:block; /* makes link fill li so entire area is "hot" */
 text-decoration:none;  /* removes the underlining from the links */
 }
/* the horizontal menu ends here */
/* the drop-downs starts here */
div.multi_drop_menus ul li ul { 
 position:absolute;     /* positions the drop-down ul in relation to its relatively positioned li parent */
 border:0;         			/* stops inheritance from level 1 ul */
 margin-left:0px;        /* stops inheritance from level 1 ul */
 }
div.multi_drop_menus ul li ul li {
 width:100%;
 padding:0; /* stops inheritance */
 border-left:0; /* stops inheritance */
 border-right:0; /* stops inheritance */
 }
div.multi_drop_menus ul li ul {display:none;} /* conceals the drop-down when menu not hovered */
div.multi_drop_menus ul li:hover ul {
	display:block; /* shows the drop-down when the menu is hovered */
	z-index:1000; /* Safari needs this to display menu on top of other page elements */
	} 
/* pop-outs starts here */
body div.multi_drop_menus ul li ul li ul  {
 position:absolute; /* associated menu with parent li positioning context */
 visibility:hidden; /* ensures that level 3 menu is not reveal when level 2 is reveled */
 left:100%;
 top:-1px; /* aligns level 3 and 4 pop-out with previous level */
 }
div.multi_drop_menus ul li ul li:hover ul {visibility:visible;} /* shows level 3 menu when associated level 2 li is hovered */
/* second and third level popouts here*/
div.multi_drop_menus ul li ul li:hover ul li ul {visibility:hidden;} /* ensures that level 4 is not reveal when level 3 is reveled */
div.multi_drop_menus ul li ul li ul li:hover ul {visibility:visible;}  /* shows level 4 menu when associated level 3 li is hovered */
/* the drop-downs end here */
 
/* extra styles for the vertical menu */
div.multi_drop_menus.vertical ul {
 border-left:0px; /* removes the border of the level 1 ul that can be used in the horizontal menu */
 margin-left:0;         /* removes left margin that is available on horizontal menu */
 }
.vertical ul { /* took off the id so the ul ul width setting in prefs was more specific */
 width:100%; 
}
div.multi_drop_menus.vertical li {
 position:relative; /* positioning context for the level 2 menu */
 width:100%;         /* set width of level 1 menu - MUST match left value in ul ul selector below */
 clear:left; /* makes the main menu stack - note: turning off floating (alternative way to create stacking) causes spacing problems in IE */
 border-right:0; /* removes right borders used by horiz level 1 */
}
div.multi_drop_menus.vertical ul ul  {
 position:absolute; /* make ul position relative to parent li for all menu levels */
 left:100%;         /* align level 2 with level 1 - MUST match li width in selector above */
 top:-1px; /* aligns the level 2 pop-out */
 }
/* levels 2 -4 width */
div.multi_drop_menus.vertical li li {
}
div.multi_drop_menus.vertical ul ul ul {
 left:100%;          /* align level 2 with level 3 and 3 with 4 - MUST match li width in selector above */
 }
 /* END MENU MECHANICS */
 
/* inevitable hacks for IE6  and < */
* html div.multi_drop_menus {
 z-index:1; /* IE6 won't respect high z-index on abs-pos'd child (ul li ul) without this on its parent rel-pos'd element */
 }				/* see http://www.last-child.com/conflicting-z-index-in-ie6/ */
* html div.multi_drop_menus ul li ul {
  z-index:400; /*ensures menu is on top of other page elements */
 }
* html div.multi_drop_menus a {
/* cannot find a way to get the top level 'a' to fill the unwidthed menu choices without drop-down in IE : ( */
} 
* html div.multi_drop_menus.vertical a {
/* now hasLayout in IE - works on the vert menu as container has width */
 zoom:100%;
 } 
 * html div.multi_drop_menus ul ul a { /* second level of horiz menu */
 zoom:100%;  /* now IE 'haslayout" - IE now makes background hot in horizontal menus */
 } 
  /* info on haslayout: 
  http://www.sitepoint.com/forums/showpost.php?p=2041209&postcount=24
  http://onhavinglayout.fwpf-webdesign.de/hack_management/
   */
 /* END OF LIST-BASED MENU */
 
 
#editable_content_left {
	padding-left: 55px;
	padding-right: 40px;
	text-align:justify;
	line-height: 1.3em;
}

#editable_content_left p {
	padding-bottom: 10px;
}

#main_edit_leftside {
	width: 300px;
	float: left;
	padding-top: 10px;
}

#main_edit_rightside {
	margin-left:315px;
	padding-left:5px;
	padding-right:5px;
}

.contact {
	text-align:center;
}

#editable_content_left a {
	text-decoration:none;
	font-weight:bold;
	color: #0079c2;
}

/*
#editable_content_left img {
	border:solid;
	border-width: 1px;
	border-color:#000;
}
*/


#editable_content_left h2, h3 {
	text-align:center;
	padding-bottom: 10px;
}

#editable_content_left h2 {
	font-size:24px;
}

#editable_content_left h3 {
	font-size:16px;
	font-weight:400;
	}
	
#editable_content_left h4 {
	font-size:18px;
	font-weight:bold;
	text-align:left;
	}

#main_edit_rightside img {
	border:none;
}

.bold {
	font-weight:bold
}

#circulationmap {
	position:relative;
}

#countryjournal {
	position:absolute;
	display:none;
}

#circulationmap:hover #countryjournal {display:block}

.newsdescrip {
	width:304px;
	height:180px;
	background-color: #e5f1f8;
	font-size: 11px;
	line-height:1.2em;
	padding: 8px;
}

#countryjournal p {
	padding: 0;
	padding-top: 5px;
	line-height: 1.2em;
}

#countryjournal img {
	float:left;
	border:none;
	padding-right: 8px;
}

.newsheader {
	font-size:14px;
	font-weight:bold;
	}
	
.italic {
	font-style:italic;
}

.bolditalic {
	font-weight:bold;
	font-style:italic;
}

.border {
	border:solid;
	border-width: 1px;
	border-color:#000;
}

.floatleft {
	float:left;
}

.floatright {
	float:right;
}

p.pressroom:first-letter {
	float: left;
	font-size: 4.6em;
	line-height: .8;
	margin-right: 2px;
	color: #0079c2;
	}
	
.pressroom {
		text-align:left;
	}

#prepress {
	padding-left: 225px;
	padding-top:35px;
}

#prepress h1, h2, h3, h4 {
	padding-bottom:5px;
} 

#prepress h1 {
	padding-bottom:15px;
} 

#prepress h5 {
	font-size:14px;
	font-weight:bold;
}

#prepress ul {
	padding-bottom:10px;
}

#prepress.downloads {
	padding-left: 235px;
	}

#prepress a {
	font-weight:normal;
}

li {
	margin-left:10px;
}

#commericalprinting p {
	padding-top:20px;
	line-height:1.4em;
}

#commercialprinting {
	padding-top:50px;
}

#pressroom_left {
	text-align:center;
	width:280px;
	float:left;
}
 
#pressroom_right {
	width: 300px;
	padding-right:30px;
	padding-top:20px;
	float:right;
	text-align:left;
}

#pressroom_right li {
	margin-left:30px;
}

#pressroom_right ul li {
	margin-left:30px;
	line-height:1.5em;
}

#pressroom_right h5 {
	font-size:14px;
	font-weight:bold;
}

#bindery_left {
	text-align:center;
	width:280px;
	float:left;
	margin-left:-20px;
}
 
#bindery_right {
	width: 330px;
	padding-right:20px;
	padding-top:20px;
	margin-left:-35px;
	float:right;
	text-align:left;
}


#bindery_right ul li {
	line-height:1.5em;
	margin-left:15px;
}

#bindery_right h5 {
	font-size:14px;
	font-weight:bold;
}

#circulation h1{
	text-align:center;
	margin-top:50px;
	padding-bottom:25px;
}

#circulation p {
	padding-bottom:4px;
	margin-bottom:0px;
}

.roundedcorners {
	padding-top:7px;
	width: 304px;
	height: 180px;
	background-color:#e5f1f8;
	margin-bottom:10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow:0px 2px 8px 2px rgba(0,0,0,.20);
	-moz-box-shadow:0px 2px 8px 2px rgba(0,0,0,.20);
	box-shadow:0px 2px 8px 2px rgba(0,0,0,.20);
}

.roundedcorners img {
	padding-left:8px;
	padding-right:8px;
	float:left;
}

.roundedcorners p {
	font-size: 11px;
	line-height:1.2em;
	}
	
.roundedcorners h6 {
	text-align:left;
	padding-top:5px;
	font-size: 13px;
	font-weight:bold;
	line-height:1.2em;
	}

#news_left_col {
	float:left;
	width:304px;
}

#news_right_col {
	width:304px;
	float:right;
}

#mapbox img{
	padding:0px;
}

.squish {
	letter-spacing:-1px;
	}
	
#barre_gazette {
	padding-top:30px;
	padding-bottom:20px;
}
	
#barre_gazette h1 {
	font-size:24px;
	font-weight:normal;
	font-style:italic;
	padding-bottom: 20px;
	padding-top: 20px;
}

#barre_gazette h1 span {
	font-weight:bold;
	font-style:normal;

}

#barre_gazette img {
	padding-right:10px;
	padding-bottom:30px;
	float:left;
}

h6.towns {
	font-size: 15px;
	font-weight:bold;
	font-style:italic;
}

h6.address_circulation {
	font-size:13px;
	font-weight:bold;
}

#barre_gazette h6 {
	padding-bottom: 10px;
}

#barre_gazette p {
	padding-bottom: 0px;
	text-align:left;
}

#barre_gazette p.phone {
	font-weight:bold;
	font-style:italic;
	font-size:15px;
	padding-top:10px;
}

.summerfest {
	font-weight:bold;
	text-align:center;
	color:#FFF;
}