/*  
Theme Name: jps.com.au
Theme URI: http://jps.com.au
Description: Jands Production Services
Version: 2.0
Author: Jands Production Services
Author URI: http://jps.com.au
*/

/* Jands Production Services - September 2005 /**************************/
/* Modified by Melvin Rivera - 2008*/
/* Merged width changes from Peter Gifford - April 2009 */


html, body, form, fieldset {
margin: 0;
padding: 0;
}

body {
font-family: 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #afafaf;
text-align: center;
background: #070709 url('i/contentbg.jpg') no-repeat center 256px;
}
body.homepage { background-position: center 176px; }
/* misc /**************************/
h1, h2, h3, h4, h5, h6, p, p2, pre, blockquote, ul, ol, dl, address { margin: 0; padding: 0; }
form label { cursor: pointer; }
fieldset { border: none; }
input, select, textarea { font-size: 100%; }
.standardsAlert { display: none; }
.clearleft { clear: left; }
img { border: none; display: inline; }
div.clearer {clear: both; line-height: 0; height: 0;}

/* links /**************************/

a:link {
	color: #C18335;
	text-decoration: none;
	border: none; 
}

a:visited {
	color: #7E6D6E;
	text-decoration: none;
	border: none; 
}

a:hover {
	color: #C18335;
	text-decoration: none;
	border-bottom: 1px dotted #C18335; 
}

a:active {
	color: #7E6D6E;
	text-decoration: none;
	border: none; 
}

/* basic items /**************************/

h1 {
	font-size: 1.4em;
	line-height: 1.2em;
	font-weight: normal;
	color: #C5B3AB;
}

h2 {
	font-size: 1.2em;
	line-height: 1.3em;
	font-weight: normal;
	color: #C5B3AB;
}

h3 {
	font-size: 0.8em;
	line-height: 2em;
	text-transform: uppercase;
	font-weight: normal;
	color: #7E6D6E;
}

p {
	font-size: 1.0em;
	line-height: 1.5em;
}

p2 {
    font-size: 0.8em;
    line-height: 1.6em
}

em {
	font-style: italic
}

/* DavidM test /**************************/

dd {
  margin:0; 
  padding-left:5px; 
  font-size: 0.9em;
  text-align:left; 
  color:#C5B3AB; 
  }

/* structure /**************************/

#mainwrapper {
	width: 960px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

#wrapper {
	text-align: left;
	padding: 55px 0 2em 0;
}

#sidecolumn {
	clear: both;
	width: 225px;
	float: left;
	
}

#maincolumn {
	width: 700px;
	float: left;
	padding-left: 25px
}

#footer {
	clear: both;
	height: 100px;
	margin: 0;
	padding: 0;
	text-align: center;
}

/* Top Banner  /**************************/
.banner { height: 0; overflow: hidden; width: 960px; padding-top: 153px; }
#banner-home { padding-top: 233px; background: url('i/banner_home.jpg') no-repeat }
#banner-company { background: url('i/banner_company.jpg') no-repeat }
#banner-news { background: url('i/banner_news.jpg') no-repeat }
#banner-equipment { background: url('i/banner_equipment.jpg') no-repeat }
#banner-markets { background: url('i/banner_markets.jpg') no-repeat }
#banner-services { background: url('i/banner_services.jpg') no-repeat }

/* mainnav_home /**************************/

#mainNav {
  line-height: 1;
  z-index: 960; 
  width: 960px; 
  height: 36px;
  position: relative;
  background: url(i/nav.jpg) no-repeat 0 0;
} 

#mainNav a:link, #mainNav a:visited {
	color: #C18335;
	display: block;
	height: 16px;
	border-bottom: none;
	font-size: 14px;
	border-right: 1px solid #47414D;
}
#mainNav .over a:link, #mainNav .over a:visited, #mainNav a:hover, #mainNav a:active {
	color: #71687B;
	text-decoration: none
}

#mainNav ul li { 
	float: left; 
	position: relative;
	padding: 7px 3px;
}
#mainNav ul li:last-child a {
	border-right: none
}
#mainNav li, #mainNav ul { 
	margin: 0; 
	padding: 0; 
	list-style: none; 
}
	
/*--- Link ---*/
#nav-home a { width: 84px;}
#nav-services a { width: 102px; }
#nav-markets a {  width: 101px; }
#nav-news a { width: 83px; }
#nav-equipment a { width: 121px; }
#nav-company a {  width: 110px; }
   
   
 /*--- Search Form ---*/
#nav-search { padding: 5px 0 0 20px !important }
#searchform label,  #searchsubmit { display: none }
#s { background: #47414D; color: silver; border: 1px solid #71687B; font-size: 10px; padding: 3px 6px; -moz-border-radius: 5px; -webkit-border-radius: 5px; width: 150px }	
/*--- Dropdowns ---*/
#mainNav { padding: 0 0 0 50px }
#mainNav li.over ul { left: 0; display: block;}
#mainNav li li {
  float: none; 
  position: static; 
  padding: 0px 5px;
  width: 190px;
  text-align: left;
  border-right: none;
}

#mainNav li li a:link, #mainNav li li a:visited, #MainNav li li a:hover, #MainNav li li a:active {
  height: auto;
  padding: 4px 7px;
  text-indent: 0;
  font-size: 12px; 
  width: 180px;
  color: #fff !important;
  border-right: none;
}

#mainNav li li a:hover { 
	background: #c48435; 
	color: #fff;
	width: 156px;	
}

#mainNav li ul {
  background: #fff url(i/bg_dropdown.jpg) repeat-x;
  border-bottom: 1px solid #c48435;
  display: none;
  line-height: 1.5;
  padding: 5px 0;
  position: absolute;
  top: 36px;
  width: 180px;
  z-index: 9999;
}

/* maincontent /**************************/

#maincolumn h1 {
	padding: 0 10px 10px 13px;	
}

#maincolumn h2 {
	padding: 5px 10px 4px 13px;	
}

#maincolumn h3 {
	padding: 5px 10px 4px 13px;	
}

#maincolumn p {
	padding: 0 10px 1.4em 13px;	
}

#maincolumn p2 {
	padding: 0 10px 1.4em 13px;	
}

.tablepad {
	padding: 0 15px 1.0em 23px;	
}

#maincolumn table {
	margin: 0 15px 1.4em 11px;	
}

#maincolumn table tr td {
	padding: 2px 4px;	
}

#maincolumn table tr.shaded td {
	background-color: #31313C;	
}

#maincolumn ul {	
	margin: 0;
	padding: 0 15px 1.4em 39px;	
	list-style-type: square;
}

#maincolumn ul li {
	padding-top: 2px;
	padding-bottom: 6px;
}

#maincolumn.entry {
	font-size: 1.1em;
	padding: 0 10px 1em 13px;	
	}

#maincolumn .divider {
	clear: both;
	line-height: 0;
	margin: 8px 10px 0.6em 13px;
	border-top: 1px solid #352F2F;
}

.more-link {
	padding: 0 10px 0 13px;	
	font-size: 0.85em;
   	font-style: italic;
}

/* sidenav /**************************/

#sidecolumn {
	font-size: .9em;
}
#sidecolumn h1 {
	padding: 5px 13px 10px 10px;
	line-height: 1.8em;	
}

#sidecolumn h2 {
	padding: 0 13px 0.4em 10px;
	color: #C18335;
	list-style-type: none;
	list-style-image: none;
}

#sidecolumn h3 {
	padding: 5px 13px 4px 10px;
	line-height: 1.8em;	
}

#sidecolumn p {
	color: #C5B3AB;
	padding: 0 13px 1em 10px;	
}

#sidecolumn ul {	
	margin: 0;
	padding: 0 13px 14px 10px;	
	list-style-type: none;
	list-style-image: none;
}

#sidecolumn ul li {
	line-height: 1.7em;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
}

#sidecolumn form {	
	padding: 0 13px 1em 10px;	
	list-style-type: none;
}

#sidecolumn ul ul, #sidecolumn ul ul ul, #sidecolumn ul li li, #sidecolumn ul ul ul li, #sidecolumn li ul, #sidecolumn li li ul {	
	list-style-type: none;
	list-style-image: none;
}

#sidecolumn li h2 {
	border-bottom: 1px solid #352F2F;
	padding: 15px 0 3px 0;
	margin-bottom: 10px
}
#sidecolumn li li h2 {
	border-bottom: none
}
#sidecolumn ul ul {
	padding: 0 0 0 0
}
#sidecolumn ul ul ul {
	padding: 0 0 0 6px 
}
/*** WPListCal ***/
ul.wplc_event_list li {
	border-bottom: 1px dotted #282323;
	padding: 6px 0 !important;
}
ul.wplc_event_list li:last-child {
	border-bottom: none
}


/* other /**************************/

#maincolumn .navigation {
	padding: 0 10px 1em 13px;	
}

/* footer /**************************/

#footer {
	background: url(i/footerbg.jpg) repeat-x center top; 
	height: 88px; clear: both
}
#footer, #footer a:link, #footer a:visited {
	color: #404040;
}
#footer hr {
	background: url('i/footershape.jpg') no-repeat center top; height: 46px; 
	border: none; margin: 0; padding: 0
}
#footer p {
	clear: left;
	background: url('i/footerlines.jpg') no-repeat center bottom; padding--bottom: 12px; 
	font-size: 0.85em;
	color: #C5B3AB;
	line-height: 30px;	
}
#footer ul {
	width: 600px;
	margin: 0 auto
}
#footer ul ul {
	width: auto; margin: auto
}
#footer ul li {
	width: 150px;
	float: left;
	list-style: none;
}
#footer ul li li {
	width: auto;
	float: none
}
#footer ul li h2 {
	font-size: 14px; font-weight: bold; color: #686868 !important;
	border-bottom: 1px solid #333333;
	padding: 6px 0;
	margin-bottom: 6px
}
/* comments /**************************/

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
	
.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.0em;
}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}

.postmetadata {
	font-size: 0.9em;
}
	
#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}

#commentform textarea {
	width: 100%;
	padding: 2px;
}

#commentform #submit {
	margin: 0;
	float: right;
}

.commentmetadata {
	font-weight: normal;
}

.alt {
	margin: 0;
	padding: 10px;
}

.commentlist {
	padding: 0;
	text-align: justify;
}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}

#commentform p {
	margin: 5px 0;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}

.commentmetadata {
	margin: 0;
	display: block;
}

/* special text /**************************/


.toptext {
	padding-top: 0;
	margin-top: 0;
	border: none;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
}

/* images /**************************/

#maincolumn img.left, #maincolumn img.alignleft {
	float: left;
   	margin: 4px 20px 10px 0;
   	padding: 0;
   	border: 1px solid #7E6D6E;
}

#maincolumn img.right, #maincolumn img.alignright {
	float: right;
   	margin: 4px 0 10px 20px;
   	padding: 0;
   	border: 1px solid #7E6D6E;
}

#maincolumn img.leftnoborder {
	float: left;
   	margin: 4px 20px 10px 0;
   	padding: 0;
   	border: 0;
}

#maincolumn img.rightnoborder {
	float: right;
   	margin: 4px 0 10px 20px;
   	padding: 0;
   	border: 0;
}

#maincolumn img {
	padding: 0;
	margin: 0;
   	margin-top: 10px;
   	border: 1px solid #7E6D6E;
}

#maincolumn img.noborder {
	padding: 0;
	margin: 0;
   	margin-top: 10px;
   	margin-bottom: 10px;
   	border: 0;
}

/**** form ***/
.cform fieldset	{ 
	background: transparent; 
	border:1px solid #3f3d44; 
}
/*** falbum ***/
.falbum-navigationBar a:link {
	color: #c17d2d ;
}
.falbum-navigationBar a:visited {
	color: #7e6863 ;
}
.falbum-navigationBar a:hover {
	color: white ;
}
.falbum-navigationBar a.curPageLink {
	color: white;
	border: none;
}
.falbum-navigationBar a.buttonLink:link, .falbum-navigationBar a.buttonLink:visited, .falbum-navigationBar a.buttonLink:hover, .falbum-nav a.buttonLink:link, .falbum-nav a.buttonLink:visited, .falbum-nav a.buttonLink:hover {
	color: c17d2d;
	border: none;
	background-color: transparent;
}
.falbum-navigationBar a.buttonLink:hover, .falbum-nav a.buttonLink:hover {
	color: white;
}
h3.falbum-title {
	color: #afafaf;
}
#falbum-post-helper-switch {
	display: none;
}



#maincolumn img.thumbnail { padding:0;  margin: 0 13px 12px 13px;  float: left }