/***********************************************/
/* 3col_leftNav.css                             */
/* Use with template 3col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 
/* reset browser styles */
h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, variable, form, fieldset, blockquote {
 padding: 0;
 margin: 0;
 font-size: 100%;
 font-weight: normal;
 color: #996666;
 font-family: Arial, Helvetica, sans-serif
}
ol { 
  margin-left: 1.4em; 
  list-style: decimal; 
}
ul { 
  margin-left: 1.4em; 
  list-style:square;
}
img {
  border: 0;
  color: #DAF5FE
}
/* end reset browser styles */
html{
	background-color: #fefcfc;
}
body{
	font-family: Arial, sans-serif;
	background-color: #FFFFFF;
	/*border: 3px solid #FFFFFF;*/
	width: 1024px;
	min-height: 730px;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
	padding: 0px, 10px, 10px, 10px;
	vertical-align: baseline;
}

a{
	color: #006699;
	text-decoration: none;
}

a:link{
	color: #003399;
}

a:visited{
	color: #006699;
	text-decoration: none;
}

a:hover{
	color: #999999;
}

h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	font-size: 200%;
	color: #000099;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

h2{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	font-size: 18px;
	color: #006699;
	margin: 0px;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

h3{
 font-family: Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: normal;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font-family: Verdana,Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

ul{
	list-style-type: square;
	text-indent: 0px;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: normal;
 color: #334d55;
}
#footer{
	clear: both;
	width: 100%;
	border-top: #000000 1px;
	margin: 0 5px 0 5px;
}
#footer p{
	font-size: 10px;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	border-bottom: none;
	width: 100%;
	height: 145px;
}

#navBar{
	float: left;
	width: 120px;
	padding-right: 6px;
}

#headlines{
 	float:right;
	width: 20%;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding-right: 10px;
}

#content{
	margin-left: 130px;
	border-left: 3px solid #0076EC;
	padding-left: 10px;
	padding-right: 5px;
	width: auto;
	vertical-align: middle;
	background-position: center center;
}
#content h5{
	font: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	font-size: 120%;
}
.image{
	padding: 6px 6px 6px 6px;
	margin-right: 8px;
	margin-left: 8px;
	background-color: #FFFFCC;
	font-color: #000000;
}
/***********************************************/
/************** #masthead styles ***************/
/***********************************************/

#masthead h1{
	background-image: url(images/graphix/header.gif);
	background-repeat: no-repeat;
	margin: 0 10px 10px 10px;
	color: #FFFFFF;
	zoom:1;
}
#masthead h2{
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 110%;
	margin: 0 0 0 0;
	padding: 5px;
	padding-left: 10px;
	background-image: url(images/graphix/nav.png);
	background-repeat: repeat-x;
}
#masthead h3{
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 90%;
	margin: 0 0 0 0;
	padding: 5px;
	padding-left: 10px;	
}
#masthead a{
	font-weight: normal;
	font-size: 90%;
	/*border-right: 1px solid #fff;*/
	padding: 0 4px 0 0;
	color: #000000;
}
#masthead a:hover{
	color: #000000;
	text-decoration: underline;
}
/* #cbj_logo{
	width: 127px;
	height: 85px;
	float: right;
	margin: -10px 0 0 0;
	background-image: url(images/graphix/logo_map.gif);
}
*/
/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {
	list-style: none;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	color: #000000
}
#navBar h4{
	padding-left: 10px;
	font-size:90%;
}
#navbar img{
	border: none;
}

/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	font-size: 90%;
	background-color: #FFFFFF;
}

#sectionLinks a {
	display: block;
	padding: 2px 0 2px 0;
}

#sectionLinks a:hover{
	background-color: #dddddd;
}
/***********************************************/
/************* #content_town div & styles **************/
/***********************************************/

#content_town{
	margin-left: 130px;
	border-left: 3px solid #0076EC;
	padding-left: 10px;
	width: auto;
	vertical-align: middle;
	background-position: center center;
}
#content_town p{
	margin-top: 0;
	margin-bottom: 0;
}

#content_town h1{
	color: #60382D;
	font-size: 400%;
	font-family: "Palatino Linotype", Times, serif;
	text-transform: uppercase;
	letter-spacing: 5px;
	margin-bottom: -10px;
}

#content_town h2{
	color: #60382D;
	font-size: 200%;
	font-family: "Palatino Linotype", Times, serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 0;	
}
#content_town h2:first-letter{
	font-weight: bold;
	color: #A40000; 
}

#content_town p{
	color: #3F241D;
	margin-top: 1em;
	font-size: 90%;
}

/***********************************************/
/******* #content_articles div & styles ********/
/***********************************************/

#content_article{
	margin-right: 1em;
	margin-left: 130px;
	border-left: 3px solid #0076EC;
	padding-left: 10px;
	width: auto;
	vertical-align: middle;
	background-position: center center;
}
#content_article p{
	margin-top: 0;
	margin-bottom: 1em;
}

#content_article h1{
	color: #0066FF;
	font-size: 300%;
	font-weight: bold;
	font-family: "Palatino Linotype", Times, serif;
	line-height: 95%;
	margin-bottom: -5px;
}
#content_article h2{
	color: #0066FF;
	font-size: 150%;
	font-family: "Palatino Linotype", Times, serif;
	letter-spacing: 1px;
	margin-bottom: 0;	
}
#content_article h2:first-letter{
	font-weight: bold;
	color: #CC6600; 
}

#content_article p{
	color: #001E3C;
	margin-top: 0px;
}

/***********************************************/
/************* #content_meg & styles **************/
/***********************************************/

#content_meg{
	margin-left: 130px;
	border-left: 3px solid #0076EC;
	padding-left: 10px;
	width: auto;
	vertical-align: middle;
	background-position: center center;
}
#content_meg .meg{
	width: 365px;
	float: left;
	padding: 5px;
	height: 90px;
}
#content_meg .meg h1{
	color: #660000;
	text-decoration: underline;
	font-size: 16px;
	margin: 0;
	font-weight: bold;
	margin-top: -6px;
}
#content_meg .meg h2{
	color: #000000;
	font-size: 14px;
	margin: 0;
	text-decoration: none;
	text-transform: lowercase;
}

#content_meg p{
	font-size: 80%;
}

#content_meg h1{
	color: #990000;
	font-size: 200%;
	font-family: "Palatino Linotype", Times, serif;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: -5px;
}

#content_meg h2{
	color: #60382D;
	font-size: 140%;
	font-family: "Palatino Linotype", Times, serif;
	margin-bottom: 0;	
}
.meg_heading{
	color: #660000;
	font-family: "Palatino Linotype", Times, serif;
	font-size: 160%;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0 8px 0 8px;
	
}
#meg_footer{
	border: dashed;
	border-width: 2px;
	border-color: #CC9966;
}

/***********************************************/
/******* #content_music div & styles ********/
/***********************************************/

#content_music{
	margin-right: 1em;
	margin-left: 130px;
	border-left: 3px solid #0076EC;
	padding-left: 10px;
	width: auto;
	vertical-align: middle;
	background-position: center center;
}
#content_music p{
	margin-top: 0;
	margin-bottom: 2em;
}

#content_music h1{
	color: #330000;
	font-size: 330%;
	font-weight: normal;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 95%;
	margin-bottom: -5px;
}
#content_music h2{
	color: #0066FF;
	font-size: 150%;
	font-family: "Palatino Linotype", Times, serif;
	letter-spacing: 1px;
	margin-bottom: 0;	
}

.music {
	border: solid;
	border-right: none;
	border-top: none;
	border-width: 1px;
	border-color: #666666;
	padding-left: 5px;
	margin-left: 5px;
} 
.music p{
	color: #000000;
	font-size: 70%;
}
#content_music .music h1{
	color: #000000;
	font-size: 100%;
	font: Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 100%;
	margin: 0;
	padding-left: 5px;
}
/***************#gallery***********************/
#gallery{
	margin-left: 130px;
	border-left: 3px solid #0076EC;
	padding-left: 10px;
	width: auto;
	vertical-align: middle;
	background-position: center center;
}
.right{
	float: right;
	padding: 10px;
	width: 260px;
}
#gallery h1{
	color: #000000;
	font-size: 200%;
	font-family: "Palatino Linotype", Times, serif;
	text-decoration: underline;
}
#gallery p{
	color: #000000;
	margin-top: 1em;
	margin-bottom: 1em;
	font-size: 80%;
}
#gallery .right a{
	color: #FFFFFF;
	background-color: #CC9933;
	padding: 3px;
	text-decoration: underline;
}

/*************** #pageName styles **************/

#pageName{
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 2px 0px 0 10px;
}


/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 10px;
}
.feature h1{
	font--size: 200%;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}
.feature .block {
	float: right;
	width: 105px;
	padding: 5px;
}
.feature .block img {
	border: none;
}


/************** .story styles *****************/

.story{
	clear: both;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000099;
}

.story p{
	padding: 0px 0px 10px 0px;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 75%;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
}

#siteInfo img{
	padding: 4px 4px 4px 10px;
	vertical-align: middle;
}


/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}


/************** #headlines styles **************/

#headlines{
	font-size: 80%;
	width: 150px;
	padding: 10px, 0, 20px, 10px;
	background-color: #FEFDED;
	border-width: 1px;
	border-color: #0D74BB;
	margin-top: 10px, 10px, 0, 0;
	border-style: solid;
	font-family: Arial, Helvetica, sans-serif;
	color: #0D74BB;
}
#headlines ul{
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 0.5em;
	padding-right: 0.5em;
	list-style-position: inside;
	list-style: none;
}
#headlines ul li{
	margin-top: 1em;
	margin-bottom: 1em;
	font-size: 95%;
	color: #58443F;
	background-image: url(images/directory/arrow.gif);
	background-repeat: no-repeat;
	padding-left: 18px;
	background-position: 0 -1px;
	}
#headlines ul li a{
	font-size:100%;
	color: #OD74BB;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}
#headlines ul li a:hover{
	color: #EC450D;
	text-decoration: underline;
}
.sidead {
	background-color: #FFFF99;
	margin: 5px;
	padding: 5px;
	border: thin solid #000099;
}


#headlines p{
	padding: 5px 0px 5px 0px;
}
.readmore {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	color: #000099;
	font-weight: bold;
	text-decoration: underline;
}
#article {
	margin-right: 1em;
	margin-left: 130px;
	border-left: 3px solid #0076EC;
	padding-left: 10px;
	width: auto;
	vertical-align: middle;
	background-position: center center;
}
.spacedlist {
	vertical-align: baseline;
	padding-top: 10px;
}
.leftimage {
	float: left;
	margin: 5px;
	padding: 5px;
	border: 2px solid #666666;
}
.caption {
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	font-style: italic;
	text-transform: none;
	font-variant: normal;
	line-height: normal;
}
.caption img{
	float: right;
	padding: 5px;
}
.photoleft {
	float: left;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	width: 220px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.articlelist {
	text-align: left;
	list-style-type: disc;
	text-indent: 70px;
	font-size: 80%;
}
.left {
	float: left;
	padding-right: 10px;
}
#headlines a {
	padding: 5px 0px 5px 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	color: #0D74DB;
	text-decoration: underline;
}
#headlines h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: 400;
	color: #000099;
	margin-top: 0px;
	margin-bottom: 0px;
}
#headlines .sidead p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000099;
	margin-top: 2px;
	margin-bottom: 2px;
}
.imageright {
	float: right;
	margin: 3px;
}
.left {
	float: left;
}
#videoscreen {
	float: left;
	width: 68%;
}
#videolist {
	float: right;
	width: 30%;
}
#article #videolist a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0033CC;
	text-decoration: underline;
	font-weight: normal;
}
#content .home_itemrt {
	float: right;
	width: 40%;
	padding: 5px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #0033CC;
}
.clearflt {
	clear: both;
}
.whatson {
	background-color: #FFFFCC;
	padding: 5px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #0000CC;
}
.breton {
	font-family: "Palatino Linotype", Times, serif;
	font-size: 150%;
	font-weight: bold;
	font-variant: small-caps;
	color: #60382D;
	height: auto;
	margin-top: 0;
	margin-bottom: 0;
	text-align: center;
	line-height: 100%;
}

.culture {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}
#content .story ul {
	padding-left: 20px;
}
#article ul {
	margin-left: 10px;
}
.stop_press {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FF0033;
}
#content .headlines {
	background-color: #CCCCCC;
	margin-top: 5px;
	margin-right: 7px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-right-width: medium;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #000066;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
.itemlft {
	float: left;
	width: 320px;
	margin-left: 5px;
}
#content  .itemlft  .headlines  h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: large;
	padding-left: 5px;
}
#content  .itemlft  .headlines  p {
	padding-left: 5px;
	color: #000000;
	margin-right: 5px;
	font-size: small;
}
#content .itemlft .headlines h3 {
	padding-left: 5px;
}
#content .wotson {
	margin-top: 5px;
	margin-right: 7px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-right-width: medium;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #000066;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	background-image: url(callacois/color.gif);
	background-repeat: repeat;
}
.news {
	background-color: #40668C;
	margin-top: 5px;
	margin-right: 7px;
	border-right-width: medium;
	border-right-style: solid;
	border-right-color: #000000;
	padding: 5px;
}
#content .itemlft .news h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	margin-left: 4px;
}
#content .itemlft .news a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: underline;
	margin-left: 0px;
	font-weight: normal;
	margin-bottom: 0px;
	font-variant: normal;
	margin-top: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: normal;
	display: inline;
}
#content .itemlft .news a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #CCCCCC;
}
#content .itemlft .news ul {
	list-style-type: none;
	text-indent: -20px;
}
.breton.caption {
	font-size: x-small;
	font-style: italic;
	font-weight: normal;
	text-transform: lowercase;
	color: #000000;
}
.bar {
	border-top-width: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #60382D;
}
.topimage {
	float: none;
	line-height: 5px;
	background-position: center;
}
#content .itemlft .news p {
	font-size: medium;
	font-weight: bold;
	color: #FFFFFF;
}
.img_right{
	float: right;
	width: 255px;
}
.img_left{
	float: left;
	width: 255px;
}
.img_r_portrait{
	float: right;
	width: 230px;

}
.img_l_portrait{
	float: left;
	width: 230px;
}
.img_div{
}
.img_right, .img_left, .img_r_portrait, .img_l_portrait, .img_div{
	margin-right: 8px;
	margin-left: 8px;
	padding: 6px 6px 6px 6px;
	text-align: center;
	font-size: 80%;
	font-style: italic;
}
.intro_blurb{
	margin-right: 25px;
	margin-left: 25px;
	font-size: 90%;
}
.pictures {
	float: right;
	width: 200px;
	margin-top: 5px;
}
.left_float{
	float: left;
}
.right_float{
	float: right;
}
#right_bar{
	float: right;
	width: 160px;
	min-height: 500px
}
.gallery{
	align: center;	
}
#right_bar .gallery img{
	border: 1px #000000;
	padding: 2px;
	margin: 2px;
}
.gallery p{
	margin-top: 0;
	margin-bottom: 0;
	font-size: 90%;
	text-align: center;
}
#map {
	border: 1px;
	border-color: #000000;
	float: right;
	width: 150px;
	margin: 0 10px 10px 0;
}
.line{
	overflow: hidden;
}
.newsletter_heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000099;
	display: inline;
	white-space: pre;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.border{
	border: 2px solid #3333CC;
}
.adverts {
	float: right;
	width: 165px;
	padding: 1px;
}
.breton_lessons {
	float: right;
	width: 300px;
	padding: 5px;
	background: #CCFF99;
	margin: 0 10px 5px 5px;
}
<!-- extra css for wordpress navigation bar-->
.header {
	width: 1024px;
	background-color: #FFFFFF;
	font: "Times New Roman", Times, serif;
}
.header a{
	text-decoration: none;
	color: #000000;
}

#login {
	height: 16px;
    padding: 5px 10px 5px;
	background: url(http://www.thecbj.com/wordpress/wp-content/themes/magazine-basic_child/images/login.png) repeat-x;
	}

.main-navigation {
	margin: 0px;
	height: 28px;
	background: url(http://www.thecbj.com/wordpress/wp-content/themes/magazine-basic_child/images/nav.png) repeat-x;
	line-height: 26px;
	}
	
	.main-navigation a {
		border-right:	1px solid #fff;
		padding: 4px 15px 6px 15px;	
		}

.main-navigation a:hover { background-color: #66CCFF; }
		
.image {
	background-image: url(http://www.thecbj.com/wordpress/wp-content/uploads/2011/05/may11.gif); 
	background-repeat: no-repeat;
	height: 43px;
	margin-left: 10px;
	background-color: #FFFFFF;
	}

.sub-navigation ul{
	margin: 0;
	margin-left: 0px;
	}

.sub-navigation li{
			background: url(http://www.thecbj.com/wordpress/wp-content/themes/magazine-basic/images/blackdot.png) right 1px no-repeat;
			line-height: 24px;
			display: inline;
			padding: 0 12px 0 4px;
			font-size: 12px;
			text-transform: uppercase;
			margin: 0;
}
	
.sub-navigation li:last-child {
		background-image: none;
		}
		
.sub-navigation a {
	padding: 0 5px;
	color: #222;
}

.sub-navigation a:hover {text-decoration: underline};

<!--end of css rules for wordpress header-->

