/*
Theme Name: Fire Train
Theme URI: http://www.perth-web-design.com.au/
Author: Perth Web Design
Author URI: http://www.perth-web-design.com.au/
Description: Description
Version: 1.0
*/


/* =Reset
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
@font-face {
    font-family: 'GeorgiaRegular';
    src: url('fonts/georgia.eot');
    src: url('fonts/georgia.eot') format('embedded-opentype'),
         url('fonts/georgia.woff') format('woff'),
         url('fonts/georgia.ttf') format('truetype'),
         url('fonts/georgia.svg#GeorgiaRegular') format('svg');
}
@font-face {
    font-family: 'ITCAvantGardeGothicStdBold';
    src: url('fonts/itcavantgardestd-bold.eot');
    src: url('fonts/itcavantgardestd-bold.eot') format('embedded-opentype'),
         url('fonts/itcavantgardestd-bold.woff') format('woff'),
         url('fonts/itcavantgardestd-bold.ttf') format('truetype'),
         url('fonts/itcavantgardestd-bold.svg#ITCAvantGardeGothicStdBold') format('svg');
}
@font-face {
    font-family: 'ITCAvantGardeGothicStdMedium';
    src: url('fonts/itcavantgardestd-md.eot');
    src: url('fonts/itcavantgardestd-md.eot') format('embedded-opentype'),
         url('fonts/itcavantgardestd-md.woff') format('woff'),
         url('fonts/itcavantgardestd-md.ttf') format('truetype'),
         url('fonts/itcavantgardestd-md.svg#ITCAvantGardeGothicStdMedium') format('svg');
}

html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
body.home {
	font-family:Arial, Helvetica, sans-serif;
	background: #000 url(images/bg.jpg) top center no-repeat;
	font-size:14px;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	background: #000 url(images/bg2.jpg) top center no-repeat;
	font-size:15px;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
	font-size:1.2em;
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
	outline: 0;
}
a img {
	border: 0;
}


/* =Global
----------------------------------------------- */

body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 1.6;
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
	clear: both;
	color:#636363;
	line-height:1.4em;
}

h1{ font-size: 3.0em; }
h2{ font-size: 2.8em;}
h3{ font-size: 2.4em; }
h4{ font-size: 2.0em; }
h5{ font-size: 1.8em; }
h6{ font-size: 1.6em; }

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.2em;
}

/* Text elements */
p {
	margin-bottom: 1.2em;
}
ul, ol {
	margin: 0 0 1.2em 2em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.2em;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 1.2em;
}
address {
	margin: 0 0 1.2em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5em;
	line-height: 1.2;
	margin-bottom: 1.6em;
	padding: 1em;
	overflow: auto;
	max-width: 100%;
}
code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.2em;
	width: 100%;
}
th {
	font-weight: bold;
}
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	*vertical-align: middle; /* Improves appearance and consistency in all browsers */
}
button,
input {
	line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
	*overflow: visible;  /* Corrects inner spacing displayed oddly in IE6/7 */
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 0px solid #ccc;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background: #cccccc url(images/bg-btn.png) bottom center repeat-x;
	color:#FFF;
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	font-size: 14px;
	line-height: 1;
	padding: 0px 12px !important;
	height:25px;
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
}
button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}

input[type=text],
input[type=email],
input[type=password],
textarea {
	font-family:Arial, Helvetica, sans-serif; font-size:14px !important;
	background:#e6e6e6 !important;
	color: #656565 !important;
	border: 1px solid #e6e6e6;
	border-radius: 0px;
	width:255px;
	padding:5px 10px !important;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
textarea:focus {
	color: #111;
}
input[type=text],
input[type=email],
input[type=password] {
	padding: 3px;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 98%;
}

/* Links */
a {
	color: #21759B;
	text-decoration:none;
}
a:visited {
	color: purple;
}
a:hover,
a:focus,
a:active {
	color: midnightblue;
	text-decoration:underline;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.2em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.2em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/* Text meant only for screen readers */
.assistive-text {
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}



/* =Main Layout
----------------------------------------------- */
#page{}
.site-header,
.site-main,
.main-navigation .menu{ width:940px; padding:0 10px; margin:auto; position:relative; }

.site-header hgroup{ float:left;}
.site-title{ font-size:4em; }
.site-title a{ line-height:2em; background:url(images/logo.png) 0 0 no-repeat; width:276px; height:264px; display:block; text-indent:-99999em; font-size:0px; position:absolute; z-index:9999; top:20px;}
.site-description{ font-size:1em;}

.site-header-image-bg{ 
	margin: 0 auto;
	height: 251px!important;
	width: 1067px;
	padding: 15px;
	background: #FFF;
}
.site-header{ height:120px; }
.site-main{ padding:0px;}

.site-footer{  width:100%; float:left; line-height:1em;  }
.site-footer .footer-content{
	clear: both;
    margin:0 auto;
    padding:15px 80px;
    position: relative;
    width: 937px; height:20px;
	background:#FFF;

}
.site-footer .footer-info {
	clear: both;
    margin: auto;
	float:left;
    position: relative;
    width:600px;
	
}
.site-footer .site-copyright{
	position: absolute;
	width: 300;
	text-align: left;
	float: right;
	right: 160px;
	font-size: 12px;
	top: 18px; text-transform:lowercase;
	color:#656565; padding-right:10px;
	background:url(images/line-copy.jpg) right no-repeat;
}

.home .site-header-image-bg{ height:522px!important; }


#backtotop{ position:absolute; left:10px; margin-left:0px; bottom:0;}

.page .entry-header{ }
#front-page .entry-header{ display:none; }


/* =Layout: Content-Sidebar
----------------------------------------------- */
#primary {
	float: left;
	margin: 0px 0 0;
	width: 100%;
}
#content {
	width:875px;
	margin:50px 0;
	background:#FFF;
	padding:30px;
	font-size:15px; color:#656565;
}
.page-id-2 #content {
	width:875px;
	margin:50px 0;
	background:#FFF url(images/bg-content-about.jpg) right bottom no-repeat;
	min-height:738px;
	padding:30px;
	font-size:15px; color:#656565;
}
#content .tablecol2{
	border-spacing: 25px !important;
	font-size:12px !important; color:#656565 !important; font-family:Arial, Helvetica, sans-serif; font-weight: bold !important;
	line-height:2.0em;
}
.tablecol2 h5{ color:#ff0000; font-size:15px; margin-bottom:15px;}
#content table.tablecol2 tr td{ font-weight: bold !important;}

#secondary { /* Sidebar 1 */
	float: right;
	overflow: hidden;
	width: 320px;
}
#secondary .widget{ margin-left:20px; }
#tertiary { /* Sidebar 2 */
	clear: right;
}


/* =Menu
----------------------------------------------- */
#menu-primary-container{ text-align:center; }
#menu-primary{ 
	float: right;
	width: auto;
	position: relative;
	right: -20px;
}
.main-navigation {
	clear: both;
	display: block;
	width: 940px; height:75px;
	margin:0 auto;
	line-height:1;
	text-align:center;
}
.main-navigation ul {
    display: inline-block !important;
    text-align: left;
    width: 100%;
	list-style:none;
	margin:0;
	position:relative;
}
.main-navigation li {
	float: left;
	position: relative;
	margin: 0;
	background: url(images/line-menu.png) left no-repeat;
    
}
#menu-item-7{ background: none !important;}
.main-navigation a {
	display: block;
	text-decoration: none;
	border-bottom: 0 none;
    color: #FFF;
	font-size:18px;
    line-height: 2em;
    text-transform: uppercase;
	padding:0 14px; 
}
.main-navigation ul ul {
	display: none;
	float: left;
	position: absolute;
	top: 100%;
	left:  0; 
	z-index: 99999;
	visibility:hidden;
	width:240px;
	border: 0px solid #EDEDED;
	
}
.main-navigation ul ul ul {
	left: 100%;
	top: -1px;
}
.main-navigation ul ul a { width: 230px !important; padding:5px 10px; background:#a7a7a7; color:#FFF; font-size:16px; text-transform:none; line-height:1.4em; }
.main-navigation ul ul li { border-top:1px solid #969696;}
.main-navigation ul ul li:first-child { border-top:0px !important;}
.main-navigation li:hover > a { color:#909090;}
.main-navigation ul ul :hover > a { background:#7d7d7d !important; color:#343434;}
.main-navigation ul ul a:hover {}
.main-navigation ul li:hover > ul { display: block; visibility:visible;}
.main-navigation ul li:hover > ul ul{ display: none; visibility:hidden;}
.main-navigation ul li:hover > ul li:hover ul{ display: block; visibility:visible }
.main-navigation li.current_page_item a,
.main-navigation li.current-menu-item a { color:#909090; }
.main-navigation li.current_page_item ul li a , .main-navigation li.current_page_item ul li a{ background:#a7a7a7; color:#FFF !important; font-size:16px; text-transform:none;}
.main-navigation li.current_page_item ul li a:hover , .main-navigation li.current_page_item ul li a:hover ,.main-navigation li ul.sub-menu li.current-menu-item a , .main-navigation li ul.sub-menu li.current_page_item a{ background:#7d7d7d !important; color:#343434 !important; font-size:16px; text-transform:none;}

/* Small menu */
.menu-toggle {
	cursor: pointer;
}
.main-small-navigation .menu {
	display: none;
}

#footer-menu{ padding:0; margin:0; list-style:none; width:100%; }
#footer-menu li{ float:left; background:url(images/line-menu-footer.jpg) left no-repeat; }
#footer-menu li a{ text-transform:lowercase; display:block; float:left; padding:3px 7px; color:#656565; font-style:normal !important; font-family:Arial, Helvetica, sans-serif; font-size:12px; }
#footer-menu li:first-child a{ padding-left:0; font-style:normal !important; }
#footer-menu li:first-child{ background: none !important; }
#footer-menu li:hover > a {}
#footer-menu li.current_page_item a,
#footer-menu li.current-menu-item a { }





/* =Content
----------------------------------------------- */

.sticky {
}
.hentry {
	margin: 0 0 1.2em;
	padding: 0 0 1.2em;
	border-bottom:#eee solid 1px;
}
.hentry .entry-header{}
.hentry .entry-header .entry-title{ font-size:18px; text-transform:uppercase; color:#292929; font-family:"Times New Roman", Times, serif;}
.hentry .entry-header .entry-title a{ font-size:0.6em; line-height:0.6em; }
.single .hentry,
.page	.hentry{ border-bottom:none;  }
.entry-meta {
	clear: both;
}
.byline {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.entry-content,
.entry-summary {
	margin: 1.2em 0 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.2em;
}

.clear{ clear:both; }
/* =Asides
----------------------------------------------- */

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}


/* =Media
----------------------------------------------- */

.site-header img,
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
.site-header img,
.entry-content img,
.comment-content img[height],
img[class*="align"],
img[class*="wp-image-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
	display:block;
}
.site-header img,
.entry-content img,
img.size-full {
	max-width: 100%;
	width: auto; /* Prevent stretching of full-size images with height and width attributes in IE8 */
	
}
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 1.2em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text { text-align: center; }
.wp-caption .wp-caption-text { margin: 0.8075em 0; }
.site-content .gallery { margin-bottom: 1.2em; }
.gallery-caption {}
.site-content .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.site-content .gallery dd { margin: 0; }
.site-content .gallery-columns-4 .gallery-item {}
.site-content .gallery-columns-4 .gallery-item img {}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}


/* =Navigation
----------------------------------------------- */

.site-content .site-navigation {
	margin: 0 0 1.2em;
	overflow: hidden;
}
.site-content .nav-previous {
	float: left;
	width: 50%;
}
.site-content .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/* =Comments
----------------------------------------------- */

.comment-content a { word-wrap: break-word; }
.bypostauthor {}

#comments{ margin:0 0 1.2em; }
#comments h2{}

.commentlist{ padding:0; margin:0; list-style:none;}
.commentlist li.comment{ padding: 10px 0; }
.commentlist li.comment .comment-content{  padding-left: 60px; }
.commentlist li.comment .comment-author{}
.commentlist li.comment .comment-author img{ float:left; margin-right:10px;}
.commentlist li.comment .comment-meta{}
.commentlist li.comment .reply{ margin-top:-50px; }
.commentlist li.comment .footer{}

#respond{}
#respond #reply-title{ padding: 20px 0; }

#commentform{ margin-bottom:30px; }
#commentform p{ margin-bottom:10px;}
#commentform .comment-notes{}
#commentform label{ width:100%; display:block;}
#commentform .comment-form-author{}
#commentform .comment-form-email{}
#commentform .comment-form-url{}
#commentform .comment-form-comment{}
#commentform .form-allowed-tags{}
#commentform .form-submit{}

.nocomments{ display:none; }

/* =Widgets
----------------------------------------------- */

.widget-title{
	border-bottom: 1px solid #EDEDED;
	color: #636363;
	font-size: 18px;
	line-height: 2em;
	margin-bottom: 10px;
 }
.widget {
	margin: 0 0 1.2em;
}
.widget ul{ padding:0; margin:0; list-style:none; }

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Search widget */
#searchsubmit {

}

.header-widgets{ display:block; float:right; margin-top:0px; position:relative; top:68px; }
.header-widgets .widget{ text-align:right;}
.header-widgets .widget p{ margin-bottom:0;}
.header-widgets .widget .widget-title{ border:none; font-size:16px; line-height:1em; margin-bottom:0; font-weight:bold;  }
.header-widgets .widget .phone-number{ font-size:36px; color:#c8c8c8;  line-height:1em; font-weight:bold; font-family: 'GeorgiaRegular';   }
.header-widgets .widget .email{ font-size:16px; font-weight:bold; line-height:1em;}
.header-widgets .widget .address{ font-size:16px; font-weight:bold; line-height:1em; }


/* = Custom Post type
------------------------------------------------*/
#slidercontainer{ width:1097px; margin:auto;}
#sliderarea{ width:1097px; height:570px; display:block; overflow:hidden; position:relative; }
#sliderarea .bx-wrapper .bx-pager{ bottom: 0; font-size: 0; margin: 0 auto; padding: 15px 10px; right: 30px; width: auto; z-index: 55; }
#sliderarea .bx-wrapper .bx-viewport{ border:none; left:0; box-shadow:none; height:493px; }
#custom-slideshows > .slide{ width:1067px!important; height:493px; background:#FFF; padding:15px; }
#slidercontainer img{ width:1067px; height:493px;}
#slidercontainer .slide-text{ position: relative; font-family: 'ITCAvantGardeGothicStdMedium'; z-index:999; bottom: 175px; left: 400px; background:rgba(256,256,256,0.7); width:590px; min-height:90px; padding:20px; font-size:22px; color:#2b2b2b;}
#slidercontainer .slide-text h2{ font-family: 'ITCAvantGardeGothicStdBold'; font-size:39px; color:#222;}
#slidercontainer .bx-wrapper .bx-pager.bx-default-pager a{ background: url(images/paper.png) center center no-repeat !important; width:23px; height:19px; padding:0px !important; margin:0px !important;}
#slidercontainer .slide-text a{ font-size:22px; color:#222; background:url(images/slide-arrow.jpg) right no-repeat; padding-right:50px; font-weight:lighter !important; }
#slidercontainer .slide-text p{ margin:5px;}
#slidercontainer .bx-wrapper .bx-pager.bx-default-pager a:hover , #slidercontainer .bx-wrapper .bx-pager.bx-default-pager a.active{ background:url(images/paper-active.png) center center no-repeat !important; width:23px; height:19px;}
#slidercontainer #sliderarea .bx-wrapper .bx-pager {
	bottom:-25px !important ;
	font-size: 0; right:0px !important;
	margin: 0 auto;
	padding:0px;
	width: 1097px;
	z-index: 55;
	position: relative;
}

#cta-container{ height:486px; margin-top:110px; }
#custom-cta{ width:940px; padding:0; margin:0; list-style:none;}
#custom-cta .cta{ width:296px; height:486px; background:#FFF; position:relative; margin-left:20px; float:left;  }
#custom-cta .cta h3{ font-size:18px; color:#292929; font-family:"Times New Roman", Times, serif; margin-bottom:5px; }
#custom-cta .cta img{ width:296px; height:218px;}
#custom-cta .cta.col-0{ margin-left:0;}
#cta-container .entry-summary{ padding:25px 0px 0px 0px !important; margin:0px 15px; border-bottom:1px solid #939393; min-height:175px; font-size:15px; color:#656565;}
#cta-container .btn{ padding:15px 15px 0px 15px;}
#cta-container .btn a{ background:url(images/bg-btn.png) bottom center repeat-x; color:#FFF; width:100px; height:23px; padding:0px 5px; display:block; text-align:center;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
}

/*	= Homepage
-----------------------------------------------------*/
#front-page h2{ font-family:"Times New Roman", Times, serif; font-size:24px; color:#FFF; margin-bottom:15px;}
#front-page .hentry {
	margin:50px 0 0 0;
	padding:0;
	border-bottom:0px;
}
#col-left{ float:left; width:480px; font-size:14px; font-family:Arial, Helvetica, sans-serif; color:#cecece; margin-bottom:50px;}
#col-right{ float: right; width:410px; font-size:16px; font-family:Arial, Helvetica, sans-serif; color:#9c9c9c; margin-bottom:50px;}
#front-page ul{ margin:0px;}
#front-page #col-right h2{ padding-left:10px;}
#front-page li{ list-style-image:url(images/list.png); padding-left:10px; margin-bottom:5px;  }
#front-page li a{ color:#9c9c9c; }
/* = Custom Plugins
------------------------------------------------*/

/* Plugin WP Pagenavi */
.wp-pagenavi{}
.wp-pagenavi a, .wp-pagenavi span {
    border: 1px solid #BFBFBF;
    margin: 2px;
    padding: 0 8px!important;
    text-decoration: none;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
    border-color: #333;
}
.wp-pagenavi .pages{ border:none; }
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink{ border:none;}


/* Gravity Forms Section */
.page-id-6 td img{ position:relative; top:-85px;}
#gform_wrapper_1{ width:487px !important; float: left;}
.gform_wrapper ul { margin: 0px !important; }
.gform_wrapper ul li { margin: 13px 0px !important; padding: 0px !important; list-style-image: none !important; list-style: none !important; }
.gfield_label { font-weight: lighter !important; }
.gfield_required { color: #ff0000 !important; font-weight: lighter !important; }
.ginput_container input { width:255px !important; }


.ginput_container input:focus,
.ginput_container textarea:focus { }
.gform_wrapper .gform_footer { clear: both; margin: 0!important; padding: 0!important; }
.gform_button { }
.gform_button:focus,
.gform_button:hover {  }
.gform_validation_container {  }

/*-- Gravity Error Section ----------------*/

.gform_wrapper .top_label .gfield_description.validation_message,
.gform_wrapper .gfield_description.validation_message { padding: 0 !important; }
.validation_error { color: #790000 !important; font-size: 12px !important; font-weight: lighter !important; margin: 0 !important; }
.gfield_error { background: none !important; border: 0px !important; color: #70a7c5 !important; padding: 0px !important; }
.gfield_error .gfield_label { color: #2b424b !important; font-weight: lighter !important; }
.validation_message { color: #790000 !important; padding: 2px 0px 0px 0px !important; }
.gfield_error input,
.gfield_error textarea {  border: 1px #ff0000 solid !important; }
.gfield_error input:focus,
.gfield_error textarea:focus { color: #656565 !important; }
#gform_wrapper_1  li.gfield.gfield_error.gfield_contains_required{ padding-left:0px !important;}
#gform_wrapper_1  li.gfield.gfield_error{ padding:0px !important}


/* Fix ie 7   */

.ie7 .site-footer .footer-content{
    padding: 10px;

}
.ie7 .site-footer .footer-info {
    padding: 0 10px 10px;
	line-height:1.2em;
}
.page-template-page-templatescontact-php #content{ float:left;}
.contact-left{ float:left; width:484px;}
.contact-right{ float: right; width:260px;}
.contact-right img{ position:relative; top:-36px;}
#our-courses a:hover{ color:#FFF; border-bottom:1px solid #9c9c9c; text-decoration:none !important;}
#our-courses a{ border-bottom:1px solid #9c9c9c; text-decoration:none !important; }


.page-template-page-templatesour-courses-php #content{
	float: left;
}

.content-left{
	float:left;
	width:590px;
}

.content-right{
	position:relative;
	float:right;
	top: 0px;
	width:240px;
}
#menu-right{
	float:left;
	padding:0px;
	margin:0px 0px 30px 20px;
}
.content-right h1.entry-title{
	font-size: 18px;
	text-transform: uppercase;
	color: #292929;
	font-family: "Times New Roman", Times, serif;
	margin-bottom:15px;
}
#menu-right li{
	list-style-image: url(images/list.png) !important;
	padding-left: 0px;
	float:left;
}
#menu-right li a{
	font-size:14px;
	color:#3f3f3f;
}
#menu-right  li.current_page_item a{ text-decoration:underline;}
#gform_wrapper_2 .ginput_container input {
width: 220px !important;
}
#gform_wrapper_2 .ginput_container textarea {
width: 220px !important;
}