/* Imports */

@import url(css3.css);

/* define the body */

body {
	font: 12px Helvetica, Arial, sans-serif ;
	color: #9e9e9e;
	line-height: 17px;
	background: url("../img/main_background.png") no-repeat;
	margin: 0;
}

/* define the basics */

p {
	margin: 0 0 20px 0;
}

h1 {

}

h2 {
	margin: 10px 0 10px 0;
	font-weight: normal;
	background-color: white;
	padding: 5px;
	border-left: 3px solid #c3cf21;
}

h2 a:link {
	float: right;
	font-weight: bold;
	text-decoration: underline;
	color: #c3cf21;
	font-size: 13px;
}

h2 a:visited {
	float: right;
	font-weight: bold;
	text-decoration: underline;
	color: #c3cf21;	
	font-size: 13px;	
}

h2 a:hover {
	float: right;
	font-weight: bold;
	text-decoration: underline;
	color: #e2e7b1;
	font-size: 13px;	
}

h2 a:active {
	float: right;
	font-weight: bold;
	text-decoration: underline;
	color: #c3cf21;
	font-size: 13px;		
}

h3 {
	font-weight: bold;
	margin: 20px 0 10px 0;
}

h3 span {
	color: #c3cf21;
	margin-right: 10px;
}

h3 a:visited {
	text-decoration: none;
	color: #9e9e9e;	
}

h3 a:hover {
	text-decoration: none;
	color: #9e9e9e;
}

h3 a:active {
	text-decoration: none;
	color: #9e9e9e;
}

h4 {
	color: #c3cf21;
}

a:link {
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	color: #666666;
	font-weight: bold;
	text-decoration: none;	
}
	
a:hover {
	color: #9e9e9e;
	font-weight: bold;
	text-decoration: none;	
}
	
a:active {
	color: #666666;
	font-weight: bold;
	text-decoration: none;	
}

strong {
	color: #c3cf21;
}

img {
	border: 0px;
}

/* Everything else etc */

#mattlogo {
	margin: 0;
	float: left;
	display: none;
}

ul#gallery-items {
	width: 567px;
	background-color: #f2f2f2;
	margin: 0 0 10px 350px;
	border-top: 5px solid #a5d9ec;
	padding: 9px 4px 0 9px;
	list-style-type: none;
	overflow: hidden;
}

ul#gallery-items li {
	float: left;
	margin-right: 4px;
}

ul#gallery-items .hidden {
	display: none;
}

div#content {
	width: 560px;
	margin: 40px 0 0 350px;
	background-color: #f2f2f2;	
	border-top: 5px solid #a5d9ec;
	padding: 10px;
}

body#index h1, h3 {
	display: none;
}

body#hamradio-page h1, h3 {
	display: none;
}

body#dx-page h1, h3 {
	display: none;
}

body#gallery-page h1, h3 {
	display: none;
}

body#lb2me-page h1 {
	display: none;
}

body#lb2me-page h3 {
	display: block;
}

body#la3yja-page h1 {
	display: none;
}

body#la3yja-page h3 {
	display: block;
}

body#jw3yja-page h1 {
	display: none;
}

body#jw3yja-page h3 {
	display: block;
}

body#aboutpeter h1 {
	display: none;
}

body#aboutpeter h3 {
	display: block;
}

body#index h2#tagline {
	font-size: 12px;
	padding: 0px;
	margin: 181px 0 0 350px;
	height: 131px;
	width: 580px;	
	position: relative;
	border: none;		
}

body#index h2#tagline span {
	background: url("../img/index_tagline.png") no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
}

body#index h2#jw3yja-link {
	font-size: 12px;
	padding: 0px;
	margin: 15px 0 0 330px;
	height: 56px;
	width: 380px;	
	position: relative;
	border: none;		
}

body#index h2#jw3yja-link span {
	background: url("../img/jw3yja-link.png") no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
}

body#index h2#lb2me-link {
	font-size: 12px;
	padding: 0px;
	margin: 30px 0 0 330px;
	height: 56px;
	width: 380px;	
	position: relative;
	border: none;		
}

body#index h2#lb2me-link span {
	background: url("../img/lb2me-link.png") no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
}

body#index h2#la3yja-link {
	font-size: 12px;
	padding: 0px;
	margin: 15px 0 0 330px;
	height: 56px;
	width: 380px;	
	position: relative;
	border: none;		
}

body#index h2#la3yja-link span {
	background: url("../img/la3yja-link.png") no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
}

body#hamradio-page h2#tagline {
	font-size: 12px;
	padding: 0px;
	margin: 153px 0 -40px 350px;
	height: 131px;
	width: 580px;	
	position: relative;
	border: none;		
}

body#hamradio-page h2#tagline span {
	background: url("../img/hamradio_tagline.png") no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
}

body#dx-page h2#tagline {
	font-size: 12px;
	padding: 0px;
	margin: 153px 0 0 350px;
	height: 55px;
	width: 580px;	
	position: relative;
	border: none;		
}

body#dx-page h2#tagline span {
	background: url("../img/dx_tagline.png") no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
}

body#gallery-page h2#tagline {
	font-size: 12px;
	padding: 0px;
	margin: 153px 0 40px 350px;
	height: 55px;
	width: 580px;	
	position: relative;
	border: none;		
}

body#gallery-page h2#tagline span {
	background: url("../img/gallery_tagline.png") no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
}

body#aboutpeter h2#tagline {
	font-size: 12px;
	padding: 0px;
	margin: 153px 0 0 350px;
	height: 55px;
	width: 580px;	
	position: relative;
	border: none;	
}

body#aboutpeter h2#tagline span {
	background: url("../img/about_tagline.png") no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
	border: none;
}

body#aboutpeter h2#tagline a {
	float: none;
}

body#lb2me-page h2#tagline {
	font-size: 12px;
	padding: 0px;
	margin: 153px 0 0 350px;
	height: 55px;
	width: 580px;	
	position: relative;
	border: none;		
}

body#lb2me-page h2#tagline span {
	background: url("../img/lb2me_tagline.png") no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
}

body#la3yja-page h2#tagline {
	font-size: 12px;
	padding: 0px;
	margin: 153px 0 0 350px;
	height: 55px;
	width: 580px;	
	position: relative;
	border: none;		
}

body#la3yja-page h2#tagline span {
	background: url("../img/la3yja_tagline.png") no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
}

body#jw3yja-page h2#tagline {
	font-size: 12px;
	padding: 0px;
	margin: 153px 0 0 350px;
	height: 55px;
	width: 580px;	
	position: relative;
	border: none;		
}

body#jw3yja-page h2#tagline span {
	background: url("../img/jw3yja_tagline.png") no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
}

.clearer {
	height: 1px;
	overflow: hidden;
	clear: both;
}

p#footer {
	margin: 0 0 20px 350px;
	padding-top: 10px;
	width: 580px;
}

p#footer a {
	float: right;
}

/* Portfolio Thumbs */

a.thickbox {
	display: block;
	width: 135px;
	background-color: #fff;
	border: 1px solid #d7d7d7;
	padding: 0;
	margin-bottom: 10px;
	text-align: center;
}

a:visited.thickbox {
	text-decoration: none;
}

a:hover.thickbox {
	border: 1px solid #b5b5b5;
	color: #666666;
}

a.thickbox img {
	padding: 0;
	margin: 2px 2px 0 2px;
}

a.thickbox span {
	height: 15px;
	padding-bottom: 3px;
	margin: 0;
	border-top: 1px solid #d7d7d7;
	border-left: 4px solid #d7d7d7;
	border-right: 4px solid #d7d7d7;
	display: block;
}
