/*
 * jQuery Nivo Slider v2.7.1
 * http://nivo.dev7studios.com
 *
 * Copyright 2011, Gilbert Pellegrom
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 * 
 * March 2010
 */
 
.ribbon
{display:block;
height:275px;
width:660px;
background:url(http://www.pukekurafunctions.co.nz/uploads/racing/spriteme2.png) no-repeat -20px -20px;
position:absolute;
z-index:100;
}
 
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
/* Caption styles */
.nivo-caption {
    background: none repeat scroll 0 0 #000000;
    color: #FFFFFF;
    position: relative;
    left: 0 !Important;
    top: 0px !important;
    width: 98.4%;
    z-index: 8;
line-height:35px;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:9;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}



/* FROM THE DEFAULT *?

nivo-controlNav/*
Skin Name: Nivo Slider Default Theme
Skin URI: http://nivo.dev7studios.com
Skin Type: flexible
Description: The default skin for the Nivo Slider.
Version: 1.0
Author: Gilbert Pellegrom
Author URI: http://dev7studios.com
*/

.theme-default .nivoSlider {
	position:relative;
	background:#fff url(http://www.pukekurafunctions.co.nz/uploads/racing/loading.gif) no-repeat 50% 50%;
    margin-bottom:5px;
   /* -webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
    -moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
    box-shadow: 0px 1px 5px 0px #4a4a4a; */
border:8px solid #fff;
}
.theme-default .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.theme-default .nivoSlider a {
	border:0;
	display:block;
}

.theme-default .nivo-controlNav {
	position:absolute;
	left:50%;
	bottom:-10px;
    margin-left:-70px; /* Tweak this to center bullets */
    background:#E8E8E8;
    z-index:100;

-webkit-box-shadow: 0px 2px 2px 2px rgba(0, 0, 0, 0.2);
box-shadow: 0px 2px 2px 2px rgba(0, 0, 0, 0.2);

padding:5px 10px;

}
.theme-default .nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url(http://www.pukekurafunctions.co.nz/uploads/racing/spriteme2.png) no-repeat -10px -567px;;

	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.theme-default .nivo-controlNav a.active {
background-position:-20px -337px;
}


#navSection.contentBlock
{border:3px solid #111;}


.theme-default .nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(http://www.pukekurafunctions.co.nz/uploads/racing/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
.theme-default a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
.theme-default a.nivo-prevNav {
	left:15px;
}

.theme-default .nivo-caption {
    font-size:25px;
}
.theme-default .nivo-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
}
.theme-default .nivo-caption a:hover {
    color:#fff;
}
@media(max-width:991px){
    .nivo-caption{
        width: 78.4%;
    }
}
/* Stylesheet: racing // Nivo Modified On 2018-03-26 13:32:58 */
div#news {
/* margin for the entire div surrounding the news items */
	margin: 2em 0 1em 1em;
/* border set here */
	border: 1px solid #909799;
/* sets it off from surroundings */
	background: #f5f5f5;
}
div#news h2 {
	line-height: 2em;
/* you can set your own image here */
	background: url(http://www.pukekurafunctions.co.nz/uploads/ngrey/darknav.png) repeat-x left center;
	color: #f5f5f5;
	border: none
}
.NewsSummary {
/* padding for the news article summary */
	padding: 0;
/* margin to the bottom of the news article summary */
	margin: 0 ;
margin-bottom:10px;
}

.sub .NewsSummary 
{ position: relative;}



.NewsSummaryPostdate {
font-style: italic;
margin-bottom:5px;
}
.NewsSummaryLink {
/* bold to set it off from text */
	font-weight: bold;
/* little more room at top */
	padding-top: 0.2em;
}
.NewsSummaryCategory {
/* italic to set it off from text */
	font-style: italic;
	margin: 5px 0;
}
.NewsSummaryAuthor {
/* italic to set it off from text */
	font-style: italic;
	padding-bottom: 0.5em;
}
.NewsSummarySummary, .NewsSummaryContent {
/* larger than default text */
}

.NewsSummaryContent p
{ margin:0;
}

.NewsSummaryMorelink {
	padding-top: 0.5em;
}
#NewsPostDetailDate {
/* smaller text */
	font-size: 90%;
	margin-bottom: 5px;
/* bold to set it off from text */
	font-weight: bold;
}
#NewsPostDetailSummary {
/* larger than default text */
	line-height: 150%;
}
#NewsPostDetailCategory {
/* italic to set it off from text */
	font-style: italic;
	border-top: 1px solid #ccc;
	margin-top: 0.5em;
	padding: 0.2em 0;
}
#NewsPostDetailContent {
	margin-bottom: 15px;
/* larger than default text */
	line-height: 150%;
}
#NewsPostDetailAuthor {
	padding-bottom: 1.5em;
/* italic to set it off from text */
	font-style: italic;
}
/* more divs, left unstyled, just so you know the IDs of them */ 
#NewsPostDetailTitle {
}
#NewsPostDetailHorizRule {
}
#NewsPostDetailPrintLink {
}
#NewsPostDetailReturnLink {
}

.NewsSummaryContent
{margin-top:10px;}
/* Stylesheet: racing // News Modified On 2013-11-25 11:10:03 */
/* Sample FormBuilder CSS base */
form {
	margin-top: 0

}
form, td, th, li {
	font-size: 100%
}
form div {
	margin-bottom: 0
}
fieldset div {
	margin-bottom: 0.5em;
	margin-left: 1em;
}
fieldset div div {
	margin-top: 0.5em;
	margin-left: 1em
}
fieldset {
	margin-bottom: 1em;
	border: 1px solid #F60;
	padding: 0.5em
}
fieldset label {
	width: auto;
}
legend {
	color: #FFF;
	background: #F60;
	font-style: italic;
	font-size: 1.2em;
	margin-bottom: 0.5em;
	padding: 0.2em;
	width: auto;
	border: 1px solid #CCC
}
/* Apply this class to text/select input fields with shorter labelsto help alignment */
.short-label label {
	float: left;
	width: 10em
}
.short-label fieldset div input, .short-label fieldset div select {
	width: 16em
}

/* Just a bit more room for the Submit button */
.submit {
	margin-top: 0.5em
}

.formbuilderform .message {
	line-height: 16px;
	padding: 0 0 8px 0;
}

.formbuilderform {
	width:370px;
	position:relative;
}

.formbuilderform div label {
	display:block;
	width:200px;
	text-align:left;
       font-weight:normal;

}

.formbuilderform div input {
	width:100%;
	text-align:left;
	float:left;
	margin-left:5px;
       border: 1px solid #000;
       height:40px;
}

.formbuilderform div textarea {
	height: 6em;
	width:100%;
	margin-left:5px;
        border: 1px solid #000;
}

.formbuilderform div {
	height:1%;
	margin-bottom:5px;
	float:left;
width:100%;
}

.formbuilderform div.captcha {
	margin: 0.5em 0;
	position: relative;
	text-align: center;
	width: 100%;
}
.formbuilderform div.captcha img {
	border: 1px solid #ccc;
	margin-bottom: 0.5em
}
.formbuilderform div.captcha input {
	width: 100%;
	margin-top: 0.5em;
	margin-left:0px;
}

.formbuilderform div.submit {	
	clear:both;
}

.formbuilderform div.submit input {
	position: relative;
	right:0;
	width:200px;
        float:right;
       border:0;
      background: #000;
       color:#fff;
       text-transform:uppercase;
      	text-align:center;
}
/* Stylesheet: racing // theme // Form Modified On 2014-05-16 13:37:25 */
