/* Print style 3 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;
}

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

/* the this places image banner across the top of the content block */
#pmslogo {
	display: none;
}


/* this places the menu panel */
#menupanel {
	display: none;
}

/* this places the picture panel */
#picpanel {
	display: none;
}

.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 {
	position: absolute;
	z-index: 1;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 35px;
	width: auto;
	border: 1px #000000 solid;

}

.error1 {
	color: #aa0000;
}

.hideit {
	display: none;
}

/* this places vertical name logo at the top left corner */
#verticalbanner {
	display: none;
}

/* 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 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;
}
.powgroupright {
	padding:0 0 0 10px;
	float:right;
}

/* 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 {
	display: none;
}

