/* style 3A for PM studios */

/* change the body defaults */
/* the background colour sets colour surrounding the content */
body {
	margin: 0;
	padding: 0;
	color: #001500;
	text-align: center;
	font-family: "trebuchet ms", Tahoma, Verdana, Helvetica, sans-serif;
	background-color: #365006;
	margin-right: 100px;
}

/* the container is the main block of content, including the banner and menus */
#container {
	position: relative;
	z-index: 20;
	padding: 0;
	width: 974px;
	margin: 5px auto 0;
	text-align: left;
	background-color: #ffffff;
	border: 1px #000000 solid;
}	

/* the this places image banner across the top of the content block */
#pmslogo {
	background-image: url('../images/D06_3713banner3a.jpg');
	background-repeat: no-repeat;
	position: absolute;
	top: -1px;
	left: -1px;
	z-index: 1;
	padding: 0;
	width: 974px;
	height: 112px;
	border: 1px solid #000000;

}


/* this places the menu panel */
#menupanel {
	background-color: #9BAD61;
	position: absolute;
	top: 65px;
	left: -15px;
	z-index: 200;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	width: 226px;
	border: 1px #000000 solid;
}

.menuhead {
	font-size: small;
	font-weight:bold;
	letter-spacing: .1em;
}	
#menupanel ul {
	margin:0;
	padding:0;
	border: none;
}
	 
#menupanel ul li {
	list-style:none;
	border:none;
	margin:0;
	padding:0 0 0 0;
}

#menupanel ul li a {
	display:block;
	padding:1px 1px 1px 5px;
	width:220px;
	background: #ECF7C7;
	color:#000066;
	text-decoration:none;
}

#menupanel ul li a:visited {
	background: #ECF7C7;
	text-decoration:none;

}

#menupanel ul li a:hover {
	background: #9BAD61;
	text-decoration:underline;
}

/* This code is used to identify the current page and show a different colour */
body.index #menupanel li.index a,
body.about #menupanel li.about a,
body.blog-latest #menupanel li.blog-latest a,
body.calendar #menupanel li.calendar a,
body.clients #menupanel li.clients a,
body.contact-us #menupanel li.contact-us a,
body.cymraeg #menupanel li.cymraeg a,
body.digicam #menupanel li.digicam a,
body.how-to-buy #menupanel li.how-to-buy a,
body.latest-news #menupanel li.latest-news a,
body.legal #menupanel li.legal a,
body.nearscapes #menupanel li.nearscapes a,
body.photo-galleries #menupanel li.photo-galleries a,
body.photography #menupanel li.photography a,
body.photo-technical #menupanel li.photo-technical a,
body.resources #menupanel li.resources a,
body.sitemap #menupanel li.sitemap a,
body.writing #menupanel li.writing a,
body.writing-countryside #menupanel li.writing-countryside a,
body.tutorials-index #menupanel li.tutorials-index a,
body.portraits #menupanel li.portraits a,
body.moonlight #menupanel li.moonlight a

{
	background-color: #dfefa3;
	color: #001500;
}


/* this places the picture panel */
#picpanel {
	background-color: #9BAD61;
	position: absolute;
	top: 75px;
	left: 934px;
	z-index: 250;
	padding: 5px 10px 20px 10px;
	width: 126px;
	border: 1px #000000 solid; 
}
.piccontent {
	top: 0;
	left: 0;
	z-index: 1;
	padding: 0;
	border: 1px #000000;
	margin: 0 0 0 0;
	width:126px;
	height:80px;
	padding: 0;
}
.piccontent a img {
	border: 1px #000000 solid;
}



.smaller {
	font-size: smaller;
	font-weight: bold;
	text-align: left;
}

/* Navigation list changes */
.smallit {
	font-size: 80%;
	font-weight: normal;
	text-align: left;
}
.bigraqu {
	font-size: 110%;
	font-weight: bold;
	text-align: left;
}

/* this places the main textual content */
#content {
	background-color: #ecf7c7;
	position: absolute;
	top: 112px;
	left: -1px;
	z-index: 1;
	padding-top: 10px;
	padding-bottom: 20px;
	padding-left: 243px;
	padding-right: 49px;
	width: 682px;
	border: 1px #000000 solid;

}

.error1 {
	color: #aa0000;
}

.hideit {
	display: none;
}

#content p {
	margin:.3em 0 .8em 0 ;
	padding:0;
}

/* this places vertical name logo at the top left corner */
#verticalbanner {
	position: absolute;
	top: 10px;
	left: 5px;
	text-align: center;
	width: 99%;
	z-index: 10;
}
#verticalbanner span {
	background: url('../images/vname3a.gif') no-repeat top left;
	display: block;
	margin-left: auto;
	margin-right: auto;
	height: 500px
}

/* change the navigation defaults */
a:link {
	color: #001500;
	text-decoration: underline;
}
a:visited {
	color: #0000a0;
	text-decoration: underline;
}
a:active {
	color: #FF0000;
	text-decoration: underline;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}

a img {
  	border: none;
}

/* setting up the headings -------------------------------------------------------------------------*/
/* Main heading box across the page */ 
#headingv2 {
	text-align: left;
	background-color: #dfefa3;
	position: relative;
	z-index: 100;
	padding: 0 10px 0 10px;;
	border: 1px solid;
	margin: 0 0 0 0;
}

#headingv2 h1{
	font-size: large;
	font-weight: bold;
	margin: 0 0 0 0;
	padding: 5px 0 0 0;
}
#headingv2 p {
	font-size: 80%;
	font-weight: normal;
	margin: 0 0 0 0;
}

.headleft {
	padding:5px 10px 3px 0;
	float:left;
}

.quote {
	font-style: italic;
		padding-left:100px;

}

/* This defines the all-important H1 and H2 tags for the search engines but making it readable for the reader */
/* this places the heading as a title */
#heading {
	background-color: #9BAD61;
	position: relative;
	top: -1px;
	left: -1px;
	z-index: 100;
	border: 1px #000000 solid;
	padding-left: 10px;
}
h1#heading {
	font-size: medium;
	font-weight: bold;
	text-align: left;
	margin-bottom: 0;
}
h1#heading .title1 {
	font-size: 80%;
	font-weight: normal;
	text-align: left;
}


h2 {
	font-size: 105%;
	font-weight: bold;
	text-align: left;
	line-height: 100%;
	margin-bottom: 0;
}

h3 {
	font-size: 92%;
	font-weight: bold;
	text-align: left;
	line-height: 90%;
	margin-bottom: 5px;
}

/* this places the footer block */
.footer {
	background-color: #dfefa3;
	position: relative;
	top: -1px;
	left: -1px;
	z-index: 100;
	border: 1px #000000 solid;
	padding-left: 10px;
	font-size: small;
	text-align: center;
	clear:both;
}

#add-tell {
	width:525px;
	height:35px;
	margin:0px auto 2px auto;
	position:relative;
	padding:5px;
	border-top:1px solid #ccc;
}

.add-tell1 {
	width:145px;
	height:auto;
	margin:1px 40px 1px auto;
	float:left;
	display:inline;
}
.add-tell2 {
	width:145px;
	height:auto;
	margin:1px 50px 1px auto;
	float:left;
	display:inline;
	font-size: smaller;
	font-weight: normal;
	text-align: center;
}
.add-tell3 {
	width:145px;
	height:auto;
	margin:1px auto 1px auto;
	float:left;
	display:inline;
}

/* floating images layout --------------------------------------------------------------------------------------*/

.fpright {
	padding:0 0 3px 10px;
	float:right;
}


.fpleft {
	padding:0 10px 3px 0;
	float:left;
}

.news_bullets ul{
	font-size:medium;
	font-weight: normal;
	margin:10px 0 0 0; 
	padding:0;
}
.news_bullets li{
	padding:0 70px 0 30px;
	margin: 10px 0 0 -35px;
	list-style-position: inside;
	list-style-type: square;
	line-height: 1em;
}

.news_date{
	font-size:x-small;
	color: #949494;
}
.news_short{
	font-size:small;
	color: #646464;
}

.news_more{
	font-size:x-small;
	color: #646464;
	text-decoration: underline;
}

/* change the navigation defaults */
.news a:link {
	color: #001500;
	text-decoration: none;
}
.news a:visited {
	color: #0000a0;
	text-decoration: none;
}
.news a:active {
	color: #FF0000;
	text-decoration: none;
}
.news a:hover {
	color: #FF0000;
	text-decoration: none;
}


/* Extra styles for specific features */
/* Clear floating */
.clearit {
	clear:both; 
	line-height: 0; 
	height: 0;
}

/* Picture of the week layout */
#powgroup {
	width:530px;
	height:auto;
	position:relative;
	padding:0;
	margin:5px 0 5px 0;
}

.powgroupleft {
	width:270px;
	padding:20px 0 0 5px;
	float:left;
	height:auto;
	position:relative;
	display:inline;
	margin:5px 0 5px 0;
}
.picleft1 {
	padding:5px 10px 0 5px;
	float:left;
}
.picright1 {
	padding:5px 5px 0 10px;
	float:right;
}
.powgroupright {
	padding:0 0 0 10px;
	float:right;
}


/* Google reader layout */
#grgroup {
	width:475px;
	height:auto;
	position:relative;
	padding:0;
	margin:5px 0 5px 0;
}

.grgroupleft {
	width:225px;
	padding:20px 0 0 0px;
	float:left;
	height:auto;
	position:relative;
	display:inline;
	margin:5px 0 5px 0;
}
.grgroupright {
	width:240px;
	padding:0 0 0 10px;
	float:left;
	height:auto;
	position:relative;
	display:inline;
}

/* guest pics and google adsense layout */
#gadgroup {
	width:530px;
	height:auto;
	position:relative;
	padding:0;
	margin:5px 0 5px 0;
}

.gadgroupleft {
	width:340px;
	padding:20px 0 0 0px;
	float:left;
	height:auto;
	position:relative;
	display:inline;
	margin:5px 0 5px 0;
}
.gadgroupright {
	width:170px;
	padding:10px 0 0 10px;
	float:left;
	height:auto;
	position:relative;
	display:inline;
}

.pagetop {
	text-align: right;
	font-size:80%;
	padding: 5px 0 10px 0;
}

table.pricelist {
	border-width: 1px 1px 1px 1px;
	border-spacing: 2px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	border-collapse: separate;
	background-color: rgb(255, 255, 240);
}
table.pricelist th {
	border-width: 1px 1px 1px 1px;
	padding: 2px 2px 2px 2px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	background-color: rgb(255, 255, 240);
	-moz-border-radius: 0px 0px 0px 0px;
}
table.pricelist td {
	border-width: 1px 1px 1px 1px;
	padding: 2px 2px 2px 2px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	background-color: rgb(255, 255, 240);
	-moz-border-radius: 0px 0px 0px 0px;
}