/**
 * Base - Sets vertical rhythm and basic overall typographic face-lift
 * 
 * @package WPFramework
 * @subpackage Media
 * @beta
 */

/* Document Body */
body, input, textarea { font: 13px Arial, Helvetica, sans-serif; color:#000; background-image:url(/wp-content/themes/NTech-Wordpress/library/media/images/mainbg.jpg); background-repeat:no-repeat; background-position:left top}

/*HEADER*/
.header { width:980px; height:220px; margin-left:auto; margin-right:auto; background-image:url(/wp-content/site-images/headerbg.png);}
.headercontentslider { float:right; width:700px; Height:200px; margin-top:10px; margin-bottom:10px; /*background-image: url(/wp-content/site-images/sliderbg.jpg);*/}
.headerhomelink { float:right; width:260px; height:200px; margin-top:10px; margin-bottom:10px; margin-right:20px; display:block; }

/*CONTENT SLIDER*/
.contentslide { width:978px; margin-left:auto; margin-right:auto; margin-bottom:20px;}/*ALLOWS FOR 1PX BORDER*/
div#wpcontent_slider { border:0; margin:0;}
div#content { padding-top:10px;}

/*FOOTER*/
.footer {
	background: #FFFFFF url(/wp-content/site-images/ncr_footer.png) center no-repeat;
	border-radius: 5px;
	border: 1px solid #CCCCCC;
	height: 120px;
	margin: 10px auto;
	padding: 10px 0px;
	width: 980px;
}

.footer p {
	display: none;
}

/*SIDEBAR WIDGET BUTTONS*/
.widgetbuttoncontainer { width:270px; height:100px; background-image: url( /wp-content/themes/NTech-Wordpress/library/media/images/sidebar-buttonbg1.png ); background-repeat:no-repeat;}
.widgetbuttontext { height: 90px; font-family:Arial, Helvetica, sans-serif; font-size:20px; font-weight:bold; text-align:center; padding: 5px 10px; }
.widgetbuttontext a { color:#FFF; text-decoration:none; display: block; line-height: 90px;}
.widgetbuttontext a:hover { color:#333; text-decoration:none;}
.widget-title { display:none;}
.widget widget_text { margin-bottom:10px;}

/*GREEN BUTTONS*/
.greenbutton1 { width:258px; height:90px; background-image:url(/wp-content/themes/NTech-Wordpress/library/media/images/green-button1.png); background-repeat:no-repeat; float:left; padding-top:10px;}
.greenbutton1 a:link { color:#fff; text-decoration:none;}
.greenbutton1 a:hover { color:#333; text-decoration:none;}
.greenbutton1 a:visited { color:#fff; text-decoration:none;}
.greenbutton2 { width:258px; height:90px; background-image:url(/wp-content/themes/NTech-Wordpress/library/media/images/green-button1.png); background-repeat:no-repeat; float:right; padding-top:10px;}
.greenbutton2 a:link { color:#fff; text-decoration:none;}
.greenbutton2 a:hover { color:#333; text-decoration:none;}
.greenbutton2 a:visited { color:#fff; text-decoration:none;}
.greenbuttoncontainer { clear:both; padding-top:126px; padding-left:30px; padding-right:30px; font-size:24px; text-align:center}
.boldtext { font-weight:bold;}

/* Font Styles */
.serif { font-family: Georgia, "Times New Roman", Times, serif; }
.sans-serif { font-family: "lucida sans", Verdana, Arial, Helvetica, sans-serif; }

/* Vertical Rhythm  */
.entry-meta { margin-bottom: 10px; display:none; }
p, pre, ul, ol, dl, dd, blockquote, address, table, fieldset, form, .gallery-row, .comment-list ul, .comment-list ol { margin-bottom: 20px; }
.hentry, .widget, .comment, .navigation-links { margin-bottom: 10px; }

/* Logo */
#logo, #logo a { font-size: 28px; line-height: 30px; color: #000; font-weight: bold; }
#logo a:hover { color: #2361a1; text-decoration: none; }
#tagline { color: #333; }

/* Menu */
.menu { width: 980px; height: 66px; margin-left:auto; margin-right:auto;}
.menucontainer { width: 100%; height:66px; background-image:url(/wp-content/themes/NTech-Wordpress/library/media/images/menubg.png); background-repeat:repeat-x; background-position:top;}

/*CONTACT BUTTON WIDTH*/
/*.page-item-18 { width:120px; padding-left:4px;}*/

.nav li.current_page_item,
.nav li.current_page_ancestor,
.nav li.current_page_child { color:#00853f; background-image:url(/wp-content/themes/NTech-Wordpress/library/media/images/menuover.png); background-repeat:repeat-x;}


.nav ul li.current_page_item,
.nav ul li.current_page_ancestor,
.nav ul li.current_page_child { color:#00853f;}

.current_page_item{ color:#00853f;}


.nav { float: left; width: 100%; display: table; table-layout:auto; position:relative; }
.nav, .nav * { list-style: none; margin-left: 0; }

.nav li { /*FLOAT IS IE7 FIX*/^float:left; position: relative; z-index: 99; height: 66px; display:table-cell; border-right: 1px #ccc solid; ^width: 16%; ^white-space:nowrap;}
.page-item-2 { border-left: 1px #ccc solid;}
.nav ul li { width: auto; display:block; height: auto; text-align:left; border:none;}

.nav a { display: block; position: relative; padding: 13px 12px 13px 12px; height: 40px; line-height: 40px; color:#333; }/*MAIN NAV BUTTON PADDING & COLOURS ETC*/
.nav a {  font-size: 18px; border-right: 0px; text-align:center; }/*MAIN NAV TEXT SIZE*/
.nav a:hover { text-decoration: none; color:#00853f; background-image:url(/wp-content/themes/NTech-Wordpress/library/media/images/menuover.png); background-repeat:repeat-x; color:#00853f; }/*MAIN NAV HOVER COLOUR*/

/* Hides items under top menu */
.nav ul { position: absolute; top: -9999em; width: 20em; /* left offset of submenus need to match (see below) */ }

/* Shows submenus */
.nav li:hover ul,
.nav li.nav-hover ul { top: auto; /* match top ul list item height */ z-index: 99; }

/* Hides all sub items (4 levels deep) */
.nav li:hover li ul,
.nav li.nav-hover li ul,
.nav li li:hover li ul,
.nav li li.nav-hover li ul,
.nav li li li:hover li ul,
.nav li li li.nav-hover li ul { top: -999em; }

/* On :hover, displays all sub items (4 levels deep) */
.nav li li:hover ul,
.nav li li.nav-hover ul,
.nav li li li:hover ul,
.nav li li li.nav-hover ul,
.nav li li li li:hover ul,
.nav li li li li.nav-hover ul { left: 20em; /* match .nav ul width */ top: 0px; }

/* Default Skin */
.nav { border: 0px; }
.nav ul { border: 0px;}
.nav ul li a { line-height: 15px; height: auto; padding: 10px 10px; text-align:left;  }
.nav ul li a:hover { padding: 10px 10px; color:#00853f;  }/*SECOND LEVEL NAV HOVER COLOUR*/
.nav li:hover ul,
.nav li.nav-hover ul { background: #ece4e4; }/*SECOND LEVEL BACKGROUND COLOUR*/
.nav ul a:hover { background: #faf0f0;}/*SECOND LEVEL ROLLOVER COLOUR*/

.nav ul a { border:0; font-size: 13px; padding: 0px 10px; }
/*.nav li:hover, .nav li.nav-hover, .nav a:focus { background: #foo; display:block; height:40px; }
.nav ul li:hover, .nav ul li.nav-hover,
.nav ul a:focus { background: #F00; display:block; height:30px; }/*SECOND LEVEL FOCUS*/


/* Menu bugfix */
.ie7 .nav:hover { visibility: inherit; /* fixes IE7 'sticky bug' */ }

/* Links */
a { color: #2361a1; text-decoration: none; }
a:hover { text-decoration: underline; }
.entry-content a:link, .entry-content a:active, .entry-content a:visited { text-decoration:none; }
.entry-content a:hover { text-decoration: none; color:#333; }

/* Headings */
h1, h2, h3, h4, h5, h6 { font-weight: normal; clear: both; }
h1 { font-size: 24px; line-height: 28px; padding: 5px 0px; }
h2 { font-size: 20px; line-height: 22px; padding: 5px 0px; }
h3 { font-size: 16px; line-height: 20px; padding: 5px 0px; }
h4 { font-size: 14px; line-height: 18px; padding: 5px 0px; }
h5 { font-size: 12px; line-height: 18px; padding: 5px 0px; }
h6 { font-size: 10px; line-height: 16px; }

/* Content */
.page-title { font-size: 14px; font-weight: bold; }
.page-title span { font-style: italic; font-weight: normal; }
.entry-title, .entry-title a { color: #000; font-size: 20px; line-height: 24px; }
.entry-title a:hover { color: #2361a1; text-decoration: none; }

/* Text Elements */
address { font-style: italic; }
abbr[title], acronym[title], dfn[title] { cursor: help; border-bottom: 1px dotted #666; }

blockquote { color: #666; font-style: italic; border-left: 1px solid #ddd; margin-left: 15px; padding-left: 10px; }

strong { font-weight: bold; }
em, dfn, cite { font-style: italic; }
dfn { font-weight: bold; }

sup { bottom: 1ex; }
sub { top: .5ex; }
small { font-size: 12px; }

del { text-decoration: line-through; }
ins { text-decoration: underline; }

code, pre {  line-height: 15px; }
var, kbd, samp, code, pre { font: 12px/1.4 Consolas, "Andale Mono", Courier, "Courier New", monospace; background: #fafafa; }
kbd { font-weight: bold; }
samp, var { font-style: italic; }
pre { white-space: pre; overflow: auto; padding: 10px; border: 1px solid #ddd; clear: both; }
code { padding: 0px 3px; }

/* Lists: (ul, ol, dl) */
ul, ol, dl { margin-left: 15px; }
.nav { margin-left: 0px; }
.entry-content ul, .entry-content ol, #search-query { margin-left: 25px; }

li ul, li ol { margin-bottom: 0; }
ul ul, ol ol, ul ol, ol ul { margin-bottom: 0; }

ol { list-style-type: decimal; }

ul { list-style-type: disc; }
ul ul { list-style-type: circle; }
ul ul ul { list-style-type: square; }

dt { font-weight: bold; }

.fat li { margin-bottom: 10px; }

/* Tables */
table { border: 0px solid #ccc; border-width: 1px; line-height: 18px; margin: 0 0 22px 0; text-align: left; padding: 0 5px; }
table .even { background: #ddd; }
caption { text-align: left; }
tr { border-bottom: 1px solid #ccc; }
th, td { padding: 5px 3px; }

/* Forms */
input, textarea, button { background: #fafafa; border-color: #aaa #ddd #ddd #aaa; border-style: solid; border-width: 1px; color: #444; font-size: 14px; }
input, textarea, button { font-family: Cambria, Georgia, "Times New Roman", Times, serif; padding: 3px; }
button { font: 12px; padding: 2px 10px; cursor: pointer; }
input:focus, textarea:focus, button:hover { background: #fff; border-color: #777 #ccc #ccc #777; }

/* bugfix */
.safari input { padding: 0px 3px; }
.chrome input { padding: 1px 3px; }

/* Comments */
.comment-list, .comment-list .children { list-style: none; }
.comment-list { margin-left: 10px; }
.comment { margin-bottom: 40px; }
.comment-list .children { margin-top: 40px; }
.comment-meta { margin-bottom: 10px; }
.commenter { font-size: 16px; }
.avatar { float: right; margin: 0px 0px 10px 20px; border: 1px #ddd solid; padding: 1px; }

/* Comment Reply */
#comment-form .form-section input { margin-right: 10px; }
.form-section { margin-bottom: 10px; }
.form-section label { cursor: pointer; }
#commenter-details input { margin-right: 10px; }
#allowed-tags { font: 11px Verdana, Arial, Helvetica, sans-serif; padding: 5px 10px; background: #fff; border: 1px #ddd dotted; border-top: none; width: 573px; }

/* Images */
img.alignleft { float: left; margin-right: 20px; margin-top: 5px; }
img.alignright { display: block; float: right; margin-left: 20px; margin-top: 5px; }
img.aligncenter { margin-left: auto; margin-right: auto; display: block; clear: both; margin-top: 5px; }

.wp-caption { text-align: center; }
.wp-caption img { margin: 0; padding: 0; border: 0 none; }
.wp-caption .wp-caption-text { margin: 0; padding: 5px; }

.wp-smiley { max-height: 13px; margin: 0 !important; } /* Prevent the smileys from breaking line-height */

/* [gallery] */
.gallery { margin: auto; }
.gallery-image { border: 2px solid #cfcfcf; margin-left: 0; }
.gallery-caption { margin-left: 0; }
.gallery-item { float: left; text-align: center; margin-left: 0; }

.gallery-columns-2 { width: 50%; }
.gallery-columns-3 { width: 33%; }
.gallery-columns-4 { width: 25%; }
.gallery-columns-5 { width: 20%; }
.gallery-columns-6 { width: 16%; }
.gallery-columns-7 { width: 14%; }
.gallery-columns-8 { width: 12%; }
.gallery-columns-9 { width: 11%; }

/* Navigation */
.page-navigation .nav-next { float: left; }
.page-navigation .nav-previous { float: right; }
.single-page-navigation .nav-next { float: right; }
.single-page-navigation .nav-previous { float: left; }

/* [gallery] + navigation clearfix */
.gallery-row:after, .navigation-links:after, .container:after, .menu:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.gallery-row, .navigation-links, .container, .menu { display: block; }

/* Basic Alignments */
.alignleft { float: left; }
.alignright { float: right; }
.aligncenter { margin-left: auto; margin-right: auto; display: block; clear: both; }

/*widget search*/
#widget-search {text-align:center;}

/*CURRENT POSITIONS PAGE*/
.cat-title { font-size:22px; margin-bottom:10px; margin-top:30px;}
.excerptborder { height:2px; width:100%; border-bottom: 1px #cccccc solid; margin-bottom:10px;}
.archive-title { display:none;}
.post_summary { text-align: right; }
.post_summary h2, .post_summary h3 { float: left; }

/*APPLICATIONS PAGE*/
div#post-231 { background-color:#ffffff; padding: 20px; border: 1px #cccccc solid; }
.wpcf7-submit { width: 80px; height: 30px; background-color:#3060f0; color:#FFF; font-family:Arial, Helvetica, sans-serif;}
.apply { width:100%; height: 30px; border:none;}
div.wpcf7-validation-errors {display: none;}
span.wpcf7-not-valid-tip-no-ajax {display: none;}
.wpcf7-submit { margin-top:15px;}

/*Versions - Admin footer*/
#dashboard_right_now div.versions { display: none;}
.versions { display: none;}

/*ADMIN JOB STATUS WIDGET*/
.howto { display:none;}
.hide-if-no-js { display:none;}

/*JOB DESCRIPTION FULL POST TITLE COLOUR*/
.job-post-entry-title { font-size:22px; color:#F00; font-weight:bold; margin-bottom: 20px;}
.jobposition { font-size:16px; color:#000000; font-weight:bold;}
