@charset "utf-8";

body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background-image: url(http://terryatkinson.ca/images/bkgd/bkgdBlueWeave.jpg);
	padding: 0;
	color: #000;
}

.body-01 {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	padding: 0;
	color: #000;
}

ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h1, h2, h3, p {
	margin-top: 0;	 
	padding-right: 15px;
	padding-left: 15px; 
}

h1  {
	font-size:24px;
	color: #CFF;
}

h4 {
	color: #FFF;
	font-size: 20px;
	font-weight:600;
	text-align:center;
	line-height:25px;
	margin-left:0px;
	margin-top:0px;
	padding: 7px 0 7px 10px;
	background-color: #030;
	border-bottom: double;
	}
	
h5  {	
	color: #FFF;
	font-size: 18px;
	font-weight:600;
	text-align:center;
	line-height:25px;
	margin: 2px 2px 10px;
	padding: 7px 0 7px 2px;
	background-color: #666;
	border-top: double;
	}
	
h6  {	
	color: #FFF;
	font-size: 18px;
	font-weight:600;
	text-align:center;
	line-height:25px;
	margin: 0px 285px 25px 225px;
	padding: 260px 0 7px 10px;
	background-color: #666;
	border-top: double;
	}	
	
a img { 
	border: none;
}

a:link {
	text-decoration: underline;
	color: #FF0;
}
a:visited {
	color:#FF0;
	text-decoration: underline;
}

a:hover, a:active, a:focus { 
	text-decoration: none;
	color: #CFF;
	font-weight:600;
}

p {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#FFF;
}

.mainText {
    margin: 0 10px 5px 185px;
    width:545px;
}

.invisibleText {
	color: #09C;
}

.highlight {
	color:#CFF;
	font-weight:600;
	font-style:italic;
}

.container {width: 1000px;
	background-image:url(images/bkgd/bkgd_115.jpg);
	border:thin solid #006;
	margin-top: 40px;
	margin-bottom: 40px;
	margin-left: auto;
	padding: 20px 40px 35px;
}

.container-fluid {
  font: 100%/1.2 Verdana, Arial, Helvetica, sans-serif;
	background-image: url(http://terryatkinson.ca/images/bkgd/bkgd_115.jpg);
	margin: 20px 0 0;
	padding: 20px;
	color: rgb(255, 255, 255);
}

.container_portrait {
	width: 1200px;
    padding-left: 300px;
    margin: 60px;
}

.header {
	background-image:url(images/bkgd/header.jpg);
}

.header-01 {background-image:url(images/bkgd/banner-01.jpg);
	background-repeat: repeat;
  	height: 666px;
  	width:2000px;
}

.jumbotronEnderby {
  background-image: url(stills/jumbo-bkgrnd.jpg);
}

.contentMain {
	margin: 20px 10px 10px;
	padding: 10px 0;
	width: 100%;
}

.sidebarMain {
	float: left;
	width: 180px;
	padding-bottom: 10px;
}

.sidebar2col {
	float: left;
	width: 180px;
	padding-bottom: 10px;
}

.contentLeft2col {
	padding: 10px 0;
	width: 40%;
	float: left;
}

.contentRight2col {
	float: left;
	width: 40%;
	background: #93A5C4;
	padding: 10px 0;
}

.content ul, .content ol { 
	padding: 0 15px 15px 40px; 
}

.footer {
	background-image:url(images/bkgd/footer.jpg);
	position:relative;
	clear: both;
	height:50px;
	text-align: center;
	margin-top: 1px;
	padding-top: 15px;
	padding-bottom: 0px;
	font-style: italic;
	color: #f5f70a;
}

.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.copyright { 
	font-size:18px;
	color: #FFFF00;
	font-weight: 400;
	text-align:center;
	font-style: italic;
	padding:14px 0 0;
	margin-left:-10px;
}

.copyright-silverStar { 
	font-size:18px;
	color: #FFFF00;
	font-weight: 300;
	text-align:center;
	font-style:italic;
}

img.logoLinks {
	padding:10px;
	margin-left:10px;
}

img.logoLinks2 {
	padding:10px;
	float:right;
	margin-right: 30px;
}

.sectionBreak {
	border-top: 4px solid #fccd06;
}

.sectionBreak-sub {
	border-top: 4px dotted #fccd06;
}

.sectionHead{
	text-align: center;
}

/*navigation*/

ul.nav {
	list-style: none;
	border-top: 1px solid #666; 
	margin-bottom: 15px; 
}

ul.nav li {
	border-bottom: 1px solid #666; 
}

ul.nav a, ul.nav a:visited { 
	padding: 5px 5px 5px 15px;
	display: block; 
	width: 160px;  
	text-decoration: none;
	text-align:center;
	background-image: url(images/btns/navBtn.jpg);
	color:#FFF;
	font-weight:600;
}

ul.nav a:hover, ul.nav a:active, ul.nav a:focus {
	background-image:url(images/btns/navBtnOver.jpg);
	color: #FF0;
	font-weight: 600;
}

ul.nav_blink {
	list-style: none;
	border-top: 1px solid #666; 
	margin-bottom: 15px;
}

ul.nav_blink li {
	border-bottom: 1px solid #666; 
}

ul.nav_blink a, ul.nav_blink a:visited { 
	padding: 5px 5px 5px 15px;
	display: block; 
	width: 160px;  
	text-align:center;
	text-decoration:none;
	background-image: url(images/btns/navBtn.jpg);
	color:  #FF0;
	font-weight:600;
}

ul.nav_blink a:hover, ul.nav_blink a:active, ul.nav_blink a:focus {
	background-image:url(images/btns/navBtnOver.jpg);
	color: #F0F;
	font-weight: 600;
}

/*music.html*/

.discIMG_1  {
	float:left;
	background-image: url(images/bkgd/bkgdDisc.png);
	padding: 20px 0 0 20px;
	margin: 10px 0 10px 75px;
	width: 600px;
	height: 250px;
	border: inset #999;
	}
	
.discIMG_2  {
	float:left;
	background-image: url(images/bkgd/bkgdDisc.png);
	margin: 10px 0 10px 245px;
	padding: 20px 0 0 20px;
	width: 600px;
	height: 250px;
	border: inset #999;
	}
	
.placeMP3 {
	width:350px;
	margin: 20px 10px 20px 350px;
}

.titleSong{
	color: #039;
	font-size:16px;
	font-weight: 500;
	text-align:center;
	margin-top:-10px;
	line-height:1.3em;
}

.titleDisc{
	color: #FFF;
	font-size:16px;
	font-style: normal;
	font-weight:600;
	text-align:center;
	line-height:1.3em;
	}
	
.lyricsText  {
	margin:10px 10px 10px 265px;
	padding: 20px 10px 10px;
	width: 480px;
	background-image: url(images/bkgd/bkgd_111.jpg);
	border:double #633;
	text-align:center;
	}
	
.lyricsText a {
	color:#036;
	text-decoration: underline;
	font-size:16px;
	font-weight:100;
	line-height:24px;
}

#lyricsText a:visited {
	color: #036;
	text-decoration: underline;
}

#lyricsText a:hover, a:active, a:focus { 
	text-decoration: none;
	color:#03C;
}
	
.lyricsTitle  {
	color: #039;
	font-size:18px;
	font-weight:700;
	line-height:24px;
	margin-left:0;
	}
	
.lyricsLinks{
	margin-left:-125px;
}

.lyrics  {
	color: #006;
	font-weight:300;
	font-size:16px;
	line-height:20px;
	padding-top: 1px;
	margin-left:0;
	}

.lyricsCopyright {
	color: #FF0;
	font-size:16px;
	font-style:italic;
	line-height:2em;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
	}
	
.placeSC {
	width:165px;
	height:170px;
	float: left;
	margin-left:30px;
}

/*home page images*/
.place_votd_home {
	float:left;
	width:430px;
	border: 2px double #fff;
	margin: 21px 20px 20px 200px;
	padding: 10px;
}

.place_votd_home2 {
	float:left;
	width:430px;
	border: 2px double #fff;
	margin: 5px 0px 28px 200px;
	padding: 10px;
}

.place_potd_home {
	clear:left;
	float:left;
	margin-top: 510px;
	padding:10px;
	border: 2px double #fff;
}

img.videoOfTheDay {
	float:left;
	margin:25px 0 25px 30px;
	padding:8px;
	border:outset #cff;
}

img.photoOfTheDay {
	float:left;
	padding:8px;
	margin:10px 0 25px 30px;
	border:outset #cff;
}

img.sailboat {
    width: 800px;
    height: 533px;
    margin-top: 12px;
    margin-bottom: 12px;
	border:outset #cff;
}

img.rainbow {
    width: 800px;
    margin-top: 12px;
    margin-bottom: 12px;
	border:outset #cff;
}


img.leftSidebar {
    width: 180px;
    margin: 0 2px 2px 0;
    float:left;
}

img.rightSidebar {float:right;width: 222px;margin: 0 30px 2px 20px
}

.imageHolder_RIGHT { 
      float: right;
      margin: 10px 40px 10px 14px ;
      padding: 10px 9px 10px 10px;
      background-color: #fff
} 

.imageHolder_RIGHT .caption { 
  position: relative;
  height: 30px; 
  bottom: 0px; 
  left: 0px; 
  color:#fceb07;
  background:#E5E4E2; 
  text-align: center; 
  font-weight: 400; 
  font-style: italic;
  line-height: 1.7em;
  opacity:.9; 
}

.imageHolder_LEFT { 
  float: left;
  margin: 10px 40px 10px 14px ;
  padding: 10px 9px 10px 10px;
  background-color: rgb(44, 21, 6)
} 

.imageHolder_LEFT .caption { 
  position: relative;
  height: 30px; 
  bottom: 0px; 
  left: 0px; 
  color:#fdec01;
  background:rgb(66, 46, 4); 
  text-align: center; 
  font-weight: 400; 
  font-style: italic;
  line-height: 1.7em;
  opacity:.9; 
}

.imageHolder_CENTER  {
  float: none;
  padding: 10px;
  background-color: #fff;
}
	
/*photo.html*/

#photoIMG_1  {
	float:left;
	background-image: url(images/bkgd/bkgdDisc.png);
	padding: 20px 0 0 20px;
	margin: 10px 0 10px 75px;
	width: 600px;
	height: 250px;
	border: inset #999;
	}
	
#photoIMG_2  {
	float:left;
	background-image: url(images/bkgd/bkgdDisc.png);
	margin: 10px 0 10px 245px;
	padding: 20px 0 0 20px;
	width: 600px;
	height: 250px;
	border: inset #999;
	}
	
#photoIMG_3  {
	float:left;
	background-image: url(images/bkgd/bkgdDisc.png);
	margin: 10px 0 10px 245px;
	padding: 20px 0 0 20px;
	width: 600px;
	height: 215px;
	border: inset #999;
	}
	
#photoIMG_4  {
	float:left;
	background-image: url(images/bkgd/bkgdDisc.png);
	margin: 10px 0 10px 245px;
	padding: 20px 0 0 20px;
	width: 600px;
	height: 295px;
	border: inset #999;
	}	
	
#place_photoOfTheDay {
	margin: 100px 0 0 100px;
	padding:35px;
	width:1000px;
	height:775px;
	background-image:url(images/vidPoster/goldLeaf.jpg);
	background-repeat:repeat;
	border: 10px double #600;
}

.photoTitle{
	color: #FFF;
	font-size:16px;
	font-style: normal;
	font-weight:600;
	text-align:center;
	line-height:1.3em;
	}
		
.photoDesc {
	color: #FF9;
	font-size:16px;
	font-style:normal;
	font-weight:600;
	text-align:left;
	line-height:1.3em;
	padding:0px 10px 10px 50px;
}

#photoCollections {
	margin-left:250px;
	width:500px;
}

img.photoCollections {
	padding:8px;
	margin-left:5px;
	border:outset #cff;
}

img.photoRight {
	float:right;
	padding:8px;
	margin:0 25px 15px 10px;
	border:outset #cff;
}

img.photoCenter {
	float:left;
	padding:8px;
	margin:2px 0 10px 100px;
	border:outset #cff;
}

img.photoCenter2 {
	float:left;
	padding:8px;
	margin:10px 0 10px 270px;
	border:outset #cff;
}

img.photoCenter3 {
	float:left;
	padding:8px;
	margin:10px 0 10px 335px;
	border:outset #cff;
}

img.photoCenter4 {
	float:left;
	padding:8px;
	margin:10px 0 50px 85px;
	border:outset #cff;
}

#placePhotoGallery {
	margin-left:250px;
	width:500px;
}

#placePhotoLB {
	float:left;
	margin:35px 0 20px 40px;
}

#placePhotoFrame {
	margin:80px;
	width:800px;
	padding:35px;
	background-image:url(images/vidPoster/goldLeaf.jpg);
	background-repeat:repeat;
	border: 10px double #600;
}

#placePhotoFrame-portrait {
	margin:80px;
	width:450px;
	height:800px;
	padding:35px;
	background-image:url(images/vidPoster/goldLeaf.jpg);
	background-repeat:repeat;
	border: 10px double #600;
}

#placePhotoFrame-1600 {
	margin:80px;
	width:1690px;
	padding:35px;
	background-image:url(images/vidPoster/goldLeaf.jpg);
	background-repeat:repeat;
	border: 10px double #600;
}
	
/*podcast.html*/

#podcast  {
	margin:10px 10px 10px 270px;
	padding: 20px 10px 10px;
	width: 530px;
	background-image: url(images/bkgd/blueParchment.jpg);
	border:double #633;
	color:#03C;
	font-size:14px;
	letter-spacing:1px;
	line-height:1.2em;
}
	
#podcast li {
	list-style-type: circle;
	color: #03C;
	font-size:14px;
	letter-spacing:1px;
	line-height:1.2em;
	margin-left: 50px;
	margin-right:25px;
	padding-left:6px;
	padding-top: 3px;
}
	
#placePoetry {
	width:475px;
	margin: 20px 10px 20px 250px;
}

a.podcast:link {
	text-decoration: underline;
	color: #090;
}
a.podcast:visited {
	color:#090;
	text-decoration: underline;
}
a.podcast:hover, a.podcast:active, a.podcast:focus { 
	text-decoration: none;
	color:  #00F;
	font-weight:600;
}

/*html5 audio*/

audio {
	margin-top:-15px;
}

.poetry {
	width:475px;
	height:50px;
	display:block;
	padding: 7px 0 18px;
	border:1px solid #009;
	margin-bottom:40px;
	background-image: url(images/bkgd/poetry_bkgd_026.jpg);
	}

.poetry p {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
	font-style:italic;
	color:#FFF;
	margin-left:0px;
	text-align:center;
}
	
.rssTitle {
	color: #000066;
	font-weight:600;
	font-size:15px;
	line-height:19px;
	text-align: left;
	padding-top: 20px;
	margin-left:10px;
}

.rssDescription {
	color: #03C;
	font-weight:300;
	font-size:14px;
	line-height:16px;
	text-align: left;
	margin-top:-5px;
	margin-left:10px;
}
	
.rssLink {
	color: #006699;
	font-weight:300;
	font-size:14px;
	line-height:16px;
	text-align: left;
	padding-top: 1px;
}
	
/*downloads and video links*/

.exampleL {
	margin:25px 0 35px 100px;
	float:left;
	width:150px;
}

.exampleR {
	margin-top:25px;
	float:left;
	width:400px;
}

ul.exBtn {
	list-style:none;
}

ul.exDesc {
	margin-left:5px;
	margin-bottom: 10px;
	list-style-position:outside;
	list-style-image: url(images/bullets/0189b_arrow.jpg);
	padding-left:20px;
}

li.exDesc {
	padding:8px 0 38px 15px;
	margin-bottom: 25px;
	color: #FF0;
	font-weight:600;
	font-style:italic;
}


ul.exBtn a, ul.exBtn a:visited {
	font-size:16px;
	font-weight:400;
	padding: 7px 5px 40px 7px;
	display: block;
	color: #FFF;
	background-image:url(images/btns/exBtn.jpg);
	background-repeat:no-repeat;
	width:125px;
	text-decoration: none;
	text-align: center;
}

ul.exBtn a:hover, ul.exBtn a:active, ul.exBtn a:focus { 
	color: #FF0;
	font-weight:600;
	width:125px;
	padding: 7px 5px 40px 7px;
	background-image: url(images/btns/exBtnHvr.jpg);
	background-repeat:no-repeat;
}

/*place videos*/

#placeVideoHD {
	margin:20px;
	width:700px;
}

#placeVideo700x394 {
	margin:80px;
	width:700px;
	padding:35px;
	background-image:url(images/vidPoster/goldLeaf.jpg);
	background-repeat:repeat;
	border: 10px double #600;
}

#placeVideo640x480 {
	margin:20px;
	width:640px;
}

#placeVid565x500 {
	margin:20px;
	width:565px;
}

#placeVid500x375 {
	margin:20px;
	width:500px;
}

#placeVideoOfTheDay {
	margin:20px;
	width:700px;
}

/* place HTML5 audio */

#placejsQAudio {
	width:750px;
	margin: 10px 0 20px 190px;
}

#placeFrame-cedar {
	background-image:   url(images/guitars/wood_cedar_01.jpg);
	background-repeat:repeat;
	border: 10px double #600;
	float: left;
	margin: 15px 0px 15px 50px;
}

#listBox-jsQAudio {
	width: 510px;
	border: thin solid #960;
	background-image: url(images/guitars/taylorBackStrip.jpg);
	background-repeat:repeat;
	margin: 35px;
	padding: 0 0 25px 25px;
}

.jpPlayer {
	font-family: Verdana, Geneva, sans-serif;
	font-weight:500;
	font-size: 16px;
	letter-spacing:.12em;
	line-height:1.4em;
	margin: 12px 0 15px 5px;
	text-align:center;
	color: #FFF;
	}
	
#lyricsText_jsAudio  {
	float:left;
	margin:10px 10px 10px 288px;
	padding: 20px 10px 10px;
	width: 500px;
	background-image: url(images/bkgd/bkgd_111.jpg);
	border:double #633;
	text-align:center;
	}
	
/*helmcken markups */

#place_nav-div {
	margin: 50px 0px 20px 50px;
	width:430px;
	padding:10px;
	border: 2px double #fff;
}

a.helmcken:link {
	text-decoration: underline;
	text-align:center;
	color: #FF0;
}

a.helmcken:visited {
	color:#FF0;
	text-decoration: underline;
}

a.helmcken:hover, a.helmcken:active, a.helmcken:focus { 
	text-decoration: none;
	color: #FFF;
	background-color:#000;
	font-weight:600;
}

.panorama {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#FFF;
	line-height:1.3em;
	margin-left: 2px;
}

ul.helmcken a, ul.helmcken a:visited {
	font-size:18px;
	font-weight:400;
	color:#FF0;
	text-decoration: underline;
}

ul.helmcken a:hover, ul.helmcken a:active, ul.helmcken a:focus { 
	text-decoration: none;
	color: #FFF;
	background-color:#000;	
	font-weight:600;
}	

li.helmcken {
	list-style: none;
	line-height: 2em;
	text-align: left;
    margin-left: 20px;
    color: #fff;
}	

.style1{
	background-image: -webkit-gradient(linear, left bottom, left top, from(#120233), to(#d3a3ed));
	background-image: linear-gradient(0deg, #120233 0%, #d3a3ed 100%);
}	

.style2{
	background-color: #780ea8;
}	

.style3{
	margin: 8px 6px 6px;
	padding-top: 2px;
	padding-bottom: 4px;
	background-image: linear-gradient(2deg, #a49fad 0%, #1f149e 100%);
}	

.style4{
	margin-bottom: 11px;
}	

.style5{
	margin-bottom: 24px;
}	

.style6{
	margin-left: 0px;
	padding-left: 0px;
}	

.style7{
	text-align: center;
}	

.style10{
	margin-bottom: 60px;
	padding-top: 20px;
	padding-bottom: 20px;
}	

.style8{
	color: #fff;
}	

.style9{
	margin-bottom: 26px;
	margin-left: 200px;
}	

