/*
    Theme Name: Navitas Design
    Description: Bespoke Theme Design by Navitas Design
    Author: Lorraine Cheney - Navitas Design
    Author URI: http://www.navitasdesign.co.uk
 
    Version: 1
  
    Template: genesis
 
	License: GNU General Public License v2.0 (or later)
	License URI: http://www.opensource.org/licenses/gpl-license.php
*/

/* Table of Contents

* Import Fonts
* Defaults
* Hyperlinks
* Body
* Wrap
* Header
* Image Header - Partial Width
* Navigation Constants
* Header Right Navigation
* Top of Content Boxes
* Inner
* Breadcrumb
* Taxonomy Description
* Content-Sidebar Wrap
* Content
* Column Classes
* Featured Post Grid
* Headlines
* Ordered / Unordered Lists
* Post Info
* Post Meta
* Author Box
* Sticky Posts
* Archive Page
* Post Icons
* Images
* Post Navigation
* Primary / Secondary Sidebars
* Tag Cloud
* Dropdowns
* Featured Page / Post
* User Profile
* Buttons
* Search Form
* eNews & Updates Widget
* Calendar Widget
* Footer Widgets
* Footer
* Comments


*/


/* Import Fonts
------------------------------------------------------------ */

@import url(http://fonts.googleapis.com/css?family=Oswald);
@import url(http://fonts.googleapis.com/css?family=Droid+Serif:400,400italic,700italic);


/* Defaults
------------------------------------------------------------ */

body,
h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6,
p,
select,
textarea {
	color: #333;
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 22px;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

p {
	margin-bottom: 10px!important;
}

input {
	color: #333;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
}

blockquote,
input,
select,
textarea,
.author-box,
.breadcrumb,
.sticky,
.taxonomy-description,
.wp-caption {
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-color: #f5f5f5;
	border: 1px solid #ddd;
	border-radius: 3px;
}

li,
ol,
ul {
	margin: 0;
	padding: 0;
}

ol li {
	list-style-type: decimal;
}

ol.glossary li
{
list-style-type:upper-roman;
}
ol.socrates li
{
list-style-type:none;
}

.anchoring table {
	width: 60%;
	margin: 0 auto;
	text-align: center;
}

.anchoring td {
border-bottom: none!important;
}

.clients table {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

.clients td, .clients th {
	border-bottom: none!important;
	margin: 0 auto;
	width: 33%;
}

.team table {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

.team td, .team th {
	border-bottom: none!important;
	margin: 0 auto;
	width: 33%;
}

td, th {
	border-bottom: #999 dashed 1px;
	vertical-align: top;
}

p.message {
	font-size: 20px;
	padding: 10px 0 0px!important;
	text-align: center!important;
	color: #990000;
	width: 960px;
}

.bluehalf, .redhalf {	
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	margin-top: 20px!important;
	font-size: 12px;
	text-align: center;
	height: 300px;
}

.redhalf {
	background-color: #990000;
	}

.bluehalf {
	background-color: #003264;
}

.redhalf h2, .bluehalf h2, .redhalf h4, .bluehalf h4, .redhalf a, .bluehalf a, .redhalf p, .bluehalf p {
	padding: 10px 20px 0!important;
	color: #fff!important;
	text-decoration: none!important;
}

.redhalf p, .bluehalf p {
	font-size: 14px;
	line-height: 1.5;
}

.redhalf img {
	padding-top: 42px;
}

.home table {
	margin: 0 auto;
}

.values table {
	margin: 0 auto;
}


.home td {
	border: none;
}

.event td {
	padding: 10px 10px 20px;
}

.event th {
	text-align: left!important;
	padding-left: 10px;
}

strong {
	color: #9a0000;
}

.grey {
	color: #9a0000;
	font-weight: 600;
}

.green {
	color: #e1f04b;
	font-size: 28px;
	padding: 10px;
}

.bold {
	font-weight: 700;
}

.red {	
	color: #9a0000;
	text-align: center!important;
	padding: 0 25px!important;
}

.redleft {
	color: #9a0000;

}

.nlp {
	padding: 10px;
}

.imgborder {
	width: 614px;
	border: #999 solid 1px;
	-khtml-border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	margin: 8px;
}

#imgouter {
	width: 632px;
	height: 360px;
	border: #999 solid 1px;
	background-color: #f5f5f5;
	-khtml-border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	
}

.indent {
	margin: 0 20px;
}

.indent2 {
	margin-left: 20px;
}

/* Splash Page */

.navback {
	background-image: url('images/navback.png');
	clear: both;
	color: #fff;
	margin: 0px auto 0px;
	overflow: hidden;
	width: 960px;
	height:50px;
	text-align: center;
	font-size: 20px;
	line-height: 2.2;
}

.splash #inner {
	margin: 0px;
}

.splash .entry-content, .splash #content, .splash content-sidebar-wrap {
	margin: 0;
	padding: 0;
}


/* Hyperlinks
------------------------------------------------------------ */

a,
a:visited {
	color: #9a0000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}


/* Body
------------------------------------------------------------ */

body {
	background-image: url('images/bg3.png');
	background-repeat: repeat-x;
}


/* Wrap
------------------------------------------------------------ */

#wrap {
	margin: 0 auto 10px;
	width: 960px;
	padding: 0 20px;
}


/* Header
------------------------------------------------------------ */

#header {
	margin: 0 auto;
	overflow: hidden;
	width: 960px;
	height: 300px;
}

#title a,
#title a:hover {
	color: #333;
	text-decoration: none;
}

#header .widget-area {
	float: right;
	width: 470px;
	margin-top: 10px;
	
}

#header .textwidget {
	padding: 0px;
	padding-top: 15px;
	background-color: #fff;
		
	}

#header .textwidget p {
	font-size: 18px;
	padding: 10px;
	text-align: center;
	color: #999;
	}

.roundedcornr_box_137264 {
	background: url('images/roundedcornr_137264_tl.png') no-repeat top left;
}
.roundedcornr_top_137264 {
	background: url('images/roundedcornr_137264_tr.png') no-repeat top right;
	margin-top: -15px;
	padding-top: 15px;
}
.roundedcornr_bottom_137264 {
	background: url('images/roundedcornr_137264_bl.png') no-repeat bottom left;
}
.roundedcornr_bottom_137264 div {
	background: url('images/roundedcornr_137264_br.png') no-repeat bottom right;
}
.roundedcornr_content_137264 {
	background: url('images/roundedcornr_137264_r.png') top right repeat-y;
}

.roundedcornr_top_137264 div,.roundedcornr_top_137264,
.roundedcornr_bottom_137264 div, .roundedcornr_bottom_137264 {
	width: 100%;
	height: 15px;
	font-size: 1px;
}
.roundedcornr_content_137264, .roundedcornr_bottom_137264 {
	margin-top: -20px;
}
.roundedcornr_content_137264 { padding: 0 15px; }

/* Image Header - Partial Width
------------------------------------------------------------ */

.header-image #title-area,
.header-image #title, 
.header-image #title a {
	display: block;
	float: left;
	height: 145px;
	overflow: hidden;
	text-indent: -9999px;
	width: 470px;
	margin-left: 10px;
}


.header-image #title-area {
	 
}

/* Navigation Constants
------------------------------------------------------------ */

li:hover ul ul,
li.sfHover ul ul {
	left: -9999px;
}

li:hover,
li.sfHover {
	position: static;
}

#header ul.nav li a.sf-with-ul,
#header ul.menu li a.sf-with-ul,
#nav li a.sf-with-ul,
#subnav li a.sf-with-ul {
	padding-right: 25px;
}

li a .sf-sub-indicator {
	height: 16px;
	position: absolute;
	right: 8px;
	text-indent: -9999px;
	top: 8px;
	width: 16px;
}

li li a .sf-sub-indicator {
	top: 8px;
}

.sf-sub-indicator {
	display: none;
}

/* Top of Content Boxes */

.boxes1 {
	float: left;
	margin: 0 10px 0 0;
	width: 309px;
	height: 155px;
	padding-top: 20px;
	background-image: url('images/bgb.png');
}

.boxes2 {
	float: right;
	margin: 0 0px 0 15px;
	width: 309px;
	height: 155px;
	padding-top: 20px;
	background-image: url('images/bgb.png');
}

#box3, #box2, #box1 { 
        width: 285px;
	height: 150px;
	margin: 10px;
	
	}

#box3 p, #box2 p, #box1 p { 
	line-height: 1.5;
}

.boxes3 {
	float: right;
	margin-left: -3px;
	width: 309px;
	height: 155px;
	padding-top: 20px;
	background-image: url('images/bgb.png');
	}

.boxes p {
	font-size: 20px;
	color: #777;
	text-align: center!important;
	margin-top: 15px;	
}

.boxes a {
	color:#777;
	cursor:pointer;
	text-decoration:none;
	text-align: right;
	font-size: 16px;
	padding-left: 150px;
	padding-top: 40px;
}

/* Primary Navigation
------------------------------------------------------------ */

#nav {
	background-image: url('images/navback.png');
	clear: both;
	color: #555;
	margin: 20px auto 10px;
	overflow: hidden;
	width: 960px;
	height:50px;
}

#nav ul {
	float: left;
	width: 100%;
	padding-left: 10px;
}

#nav li {
	float: left;
	list-style-type: none;
}

#nav li a {
	border-right: 1px solid #d7d7d7;
	color: #888;
	display: block;
	font-size: 16px;
	padding: 15px 28px 5px 22px;
	position: relative;
	text-decoration: none;
	height: 30px;
}

.menu-item-36 a {
	border: none!important;}
}

#nav li a:hover,
#nav li a:active,
#nav li:hover a,
#nav .current_page_item a,
#nav .current-cat a,
#nav .current-menu-item a {
	color: #444;
}

#nav li li a,
#nav li li a:link,
#nav li li a:visited {
	background-color: #f7eed1;
	border: 1px solid #ddd;
	border-top-width: 0;
	color: #888;
	font-size: 12px;
	padding: 10px;
	width: 200px;
	height: 20px;
	position: relative;
	text-transform: none;
}

#nav li li a:hover,
#nav li li a:active {
	color: #222;
}

#nav li ul {
	height: auto;
	left: -9999px;
	margin: 0 0 0 -1px;
	position: absolute;
	width: 150px;
	z-index: 9999;
}

#nav li ul ul {
	margin: -33px 0 0 149px;
}

#nav li ul ul li a {
	width: 200px!important;
}

#nav li:hover>ul,
#nav li.sfHover ul {
	left: auto;
}


/* Inner
------------------------------------------------------------ */

#inner {
	margin: 20px auto 0;
	overflow: hidden;
	width: 960px;
}


/* Breadcrumb
------------------------------------------------------------ */

.breadcrumb {
	color: #555;
	font-size: 12px;
	line-height: 18px;
	margin: 0 0 30px;
	padding: 8px 10px 7px;
}


/* Taxonomy Description
------------------------------------------------------------ */

.taxonomy-description {
	margin: 0 0 30px;
	padding: 10px;
}


/* Content-Sidebar Wrap
------------------------------------------------------------ */

#content-sidebar-wrap {
	float: left;
	width: 790px;
	margin-top: 20px;
}

.content-sidebar #content-sidebar-wrap,
.full-width-content #content-sidebar-wrap,
.sidebar-content #content-sidebar-wrap {
	width: 960px;
}

.sidebar-content-sidebar #content-sidebar-wrap,
.sidebar-sidebar-content #content-sidebar-wrap {
	float: right;
}

.sidebar .printfriendly a img {
	display: none;
}


/* Content
------------------------------------------------------------ */

#content {
	float: left;
	padding: 0 0 20px;
	width: 470px;
}

.roundedcornr_box_797952 {
	background: url(images/roundedcornr_797952_tl.png) no-repeat top left;
}
.roundedcornr_top_797952 {
	background: url(images/roundedcornr_797952_tr.png) no-repeat top right;
}
.roundedcornr_bottom_797952 {
	background: url(images/roundedcornr_797952_bl.png) no-repeat bottom left;
}
.roundedcornr_bottom_797952 div {
	background: url(images/roundedcornr_797952_br.png) no-repeat bottom right;
}
.roundedcornr_content_797952 {
	background: url(images/roundedcornr_797952_r.png) top right repeat-y;
}

.roundedcornr_top_797952 div,.roundedcornr_top_797952,
.roundedcornr_bottom_797952 div, .roundedcornr_bottom_797952 {
	width: 100%;
	height: 10px;
	font-size: 1px;
}
.roundedcornr_content_797952, .roundedcornr_bottom_797952 {
	margin-top: 0px;
}
.roundedcornr_content_797952 { padding: 0 10px; }

.content-sidebar #content,
.sidebar-content #content {
	width: 640px;
}

.sidebar-content #content,
.sidebar-sidebar-content #content {
	float: right;
}

.full-width-content #content {
	width: 960px;
}

blockquote {
	margin: 5px 15px 20px;
	padding: 15px 20px 0;
	color: #9a0000;
}

.post {
	margin: 0 0 40px;
}

.entry-content {
	overflow: hidden;
	padding: 10px;
}

.entry-content p {
	padding: 0px;
	text-align: justify;
}

p.subscribe-to-comments {
	padding: 20px 0 10px;
}

.clear {
	clear: both;
}

.clear-line {
	border-bottom: 1px solid #ddd;
	clear: both;
	margin: 0 0 15px;
}


/* Column Classes
------------------------------------------------------------ */

.five-sixths,
.four-fifths,
.four-sixths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fifths,
.three-fourths,
.three-sixths,
.two-fifths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin: 0 0 20px;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48%;
}

.one-third,
.two-sixths {
	width: 31%;
}

.four-sixths,
.two-thirds {
	width: 65%;
}

.one-fourth {
	width: 22.5%;
}

.three-fourths {
	width: 73.5%;
}

.one-fifth {
	width: 17.4%;
}

.two-fifths {
	width: 37.8%;
}

.three-fifths {
	width: 58.2%;
}

.four-fifths {
	width: 78.6%;
}

.one-sixth {
	width: 14%;
}

.five-sixths {
	width: 82%;
}

.first {
	clear: both;
	margin-right: 4%;
}


/* Featured Post Grid
------------------------------------------------------------ */

.genesis-grid-even {
	float: right;
	padding: 0 0 15px;
	width: 48%;
}

.genesis-grid-odd {
	clear: both;
	float: left;
	padding: 0 0 15px;
	width: 48%;
}

.genesis-grid-even,
.genesis-grid-odd {
	margin: 0 0 20px;
}


/* Headlines
------------------------------------------------------------ */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Myriad Pro", "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
	margin: 0 0 10px;
	color: #222;
	padding-bottom: 15px;
}

h1,
h2,
h2 a,
h2 a:visited {
	font-size: 25px;
	line-height: 28px;
}

.taxonomy-description h1,
.widget-area h2,
.widget-area h2 a {
	font-size: 14px;
	line-height: 20px;
	margin: 0 0 5px;
	color: #9a0000;
}

h2 a:hover {
	color: #555;
	text-decoration: none;
}

h3, h4, h5, h6 {
	font-size: 20px;
}

.widget-area h4 {
	background: url('images/h4bg.png') no-repeat;
	border-bottom: 1px solid #ddd;
	font-size: 14px;
	margin: 0 0 5px;
	padding: 6px 5px 5px 10px;
}

.widget-area h4 a {
	color: #333;
	text-decoration: none;
}

#footer-widgets h4 {
	background: none;
	border: none;
	margin: 0 0 5px;
	padding: 0;
}

#footer-widgets a {
	color: 
}

/* Ordered / Unordered Lists
------------------------------------------------------------ */

.entry-content ol,
.entry-content ul {
	margin: 0;
	margin-bottom: 5px;
	padding: 0 0px 15px;
}

.entry-content ol {
	margin: 0;
}

.archive-page ul li,
.entry-content ul li {
	list-style-type: circle
	margin: 0 0 0 30px;
	padding: 0;
}

.archive-page ul li ul li,
.entry-content ul li {
	list-style-type: disc;
	margin: 0 0 0 20px;
	padding: 0;
}

.entry-content ul ul li {
	list-style-type: circle;
	margin: 0px 0 0px 40px;
	padding: 0;
}

.entry-content ol li {
	margin: 0 0 0 35px;
}

.archive-page ul ul,
.entry-content ol ol,
.entry-content ul ul {
	padding: 0;
}


/* Post Info
------------------------------------------------------------ */

.post-info {
	font-size: 12px;
	margin: -5px 0 15px;
	text-transform: uppercase;
}


/* Post Meta
------------------------------------------------------------ */

.post-meta {
	border-top: 1px solid #ddd;
	clear: both;
	font-size: 12px;
	padding: 5px 0 0;
	text-transform: uppercase;
}


/* Author Box
------------------------------------------------------------ */

.author-box {
	margin: 0 0 40px;
	overflow: hidden;
	padding: 10px;
}


/* Sticky Posts
------------------------------------------------------------ */

.sticky {
	margin: 0 0 40px;
	padding: 20px;
}


/* Archive Page
------------------------------------------------------------ */

.archive-page {
	float: left;
	padding: 20px 0;
	width: 45%;
}


/* Post Icons
------------------------------------------------------------ */

.post-comments,
.tags {
	background: url(images/icon-dot.png) no-repeat left;
	margin: 0 0 0 3px;
	padding: 0 0 0 10px;
}


/* Images
------------------------------------------------------------ */

.avatar,
.featuredpage img,
.featuredpost img,
.post-image {
	background-color: #f5f5f5;
	border: 1px solid #ddd;
	padding: 4px;
}

.author-box .avatar {
	background-color: #fff;
	float: left;
	height: 80px;
	margin: 0 10px 0 0;
	width: 80px;
}

.post-image {
	margin: 0 10px 10px 0;
}

.comment-list li .avatar {
	background-color: #fff;
	float: right;
	margin: 0 5px 0 10px;
	padding: 4px;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 10px;
}

img.alignnone {
	display: inline;
	margin: 0 0 10px;
}

img.alignleft {
	display: inline;
	margin: 0 15px 10px 0;
}

img.alignright {
	display: inline;
	margin: 0 0 10px 15px;
}

.alignleft {
	float: left;
	margin: 0 15px 0 0;
}

.alignright {
	float: right;
	margin: 0 0 0 15px;
}

.aligncenter {
	text-align: center;
}

.wp-caption {
	padding: 5px;
	text-align: center;
}

p.wp-caption-text {
	font-size: 12px;
	line-height: 16px;
	padding: 5px 0;
}

.wp-smiley,
.wp-wink {
	border: none;
	float: none;
}

.gallery-caption {
}


/* Post Navigation
------------------------------------------------------------ */

.navigation {
	overflow: hidden;
	padding: 20px 0;
	width: 100%;
}

.navigation li {
	display: inline;
}

.navigation li a,
.navigation li.disabled,
.navigation li a:hover,
.navigation li.active a {
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 1px solid #ddd;
	border-radius: 3px;
	padding: 5px 8px;
}

.navigation li a:hover,
.navigation li.active a {
	background-color: #f5f5f5;
}


/* Primary / Secondary Sidebars
------------------------------------------------------------ */

.sidebar {
	display: inline;
	float: right;
	font-size: 13px;
	line-height: 20px;
	width: 305px;
}

.sidebar p {
	font-size: 13px;
	line-height: 20px;
}

#sidebar-alt {
	float: left;
	width: 150px;
}

.sidebar-content #sidebar,
.sidebar-sidebar-content #sidebar {
	float: left;
}

.content-sidebar-sidebar #sidebar-alt {
	float: right;
}

.sidebar .widget {
	background-image: url('images/bg4.png');
	background-repeat: repeat-x;
	margin: 0 0 15px;
	
}

.widget-area .textwidget {
	padding: 10px;
	
}

.widget-area ol,
.widget-area ul {
	margin: 10px 0 0 30px;
}

.widget-area ol ol,
.widget-area ul ul {
	margin: 0 0 0 15px;
}

.widget-area ul li {
	list-style-type: square;
	word-wrap: break-word;
}

.widget .featuredpost .post {
	border-bottom: none!inportant;
}


/* Tag Cloud
------------------------------------------------------------ */

.widget_tag_cloud div div {
	padding: 5px 15px 0;
}


/* Dropdowns
------------------------------------------------------------ */

#cat,
.widget_archive select {
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	display: inline;
	font-family: 'Oswald', arial, serif;
	font-size: 12px;
	margin: 10px 15px 0;
	width: 268px;
}

#sidebar-alt #cat,
#sidebar-alt .widget_archive select {
	width: 118px;
}


/* Featured Page / Post
------------------------------------------------------------ */

.featuredpage,
.featuredpost {
	clear: both;
	margin: 0 0 15px;
	overflow: hidden;
}

.featuredpage .page,
.featuredpost .post {
	border-bottom: 1px solid #ddd;
	margin: 0 0 5px;
	overflow: hidden;
	padding: 5px 15px 10px;
}

#footer-widgets .featuredpage .page,
#footer-widgets .featuredpost .post {
	margin: 0 0 10px;
	padding: 0;
}

.more-from-category {
	padding: 5px 15px 0;
}


/* User Profile
------------------------------------------------------------ */

.user-profile {
	overflow: hidden;
}

.user-profile p {
	padding: 10px 15px 0;
}

.user-profile .posts_link {
	padding: 0 15px;
}


/* Buttons
------------------------------------------------------------ */

input[type="button"],
input[type="submit"] {
	background-color: #777;
	border: 1px solid #999;
	color: #fff;
	cursor: pointer;
	font-family: 'Oswald', arial, serif !important;
	font-size: 12px;
	font-weight: normal;
	padding: 4px 5px;
	text-decoration: none;
}

input:hover[type="button"],
input:hover[type="submit"] {
	background-color: #900;
	border: 1px solid #999;
	color: #fff;
	text-decoration: none;
}


/* Search Form
------------------------------------------------------------ */

#header .searchform {
	float: right;
	padding: 40px 0 0;
}

#nav .searchform {
	float: right;
}

.sidebar .searchform {
	padding: 5px 0 0 15px;
}

.s {	font-size: 12px;
	margin: 5px 2px 0 0;
	padding: 5px;
	width: 190px;
}

#nav .s {
	background-color: #fff;
	margin: 2px 2px 0 0;
}


/* eNews and Update Widget
------------------------------------------------------------ */

.enews p {
	padding: 5px 15px 0;
}

.enews #subscribe {
	padding: 0 0 0 15px;
}

.enews #subbox {
	font-family: 'Oswald', arial, serif;
	font-size: 12px;
	margin: 5px 5px 0 0;
	padding: 5px;
	width: 220px;
}



/* Footer Widgets
------------------------------------------------------------ */

#footer-widgets {
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-image: url('images/navbox.png');
	clear: both;
	margin: 0 auto 10px;
	overflow: hidden;
	width: 963px;
	height: 320px;
	
}

#footer-widgets .wrap {
	font-size: 13px;
	line-height: 20px;
	overflow: hidden;
	padding: 15px 19px 0;
}

#footer-widgets .widget {
	background: none;
	border: none;
	margin: 0 0 15px;
	padding: 0;
}

#footer-widgets .textwidget {
	padding: 0;
	text-align: left;
}

#footer-widgets .widget h4 {
	color: #777!important;
	font-size: 20px;
}

#footer-widgets p {
	font-size: 13px;
	line-height: 20px;
	padding: 0 0 10px;
}

#footer-widgets ul {
	margin: 0;
}

#footer-widgets ul li {
	margin: 0 0 0 20px;
	font-size: 12px;
	line-height: 18px;
}

#footer-widgets #wp-calendar thead,
#footer-widgets #wp-calendar td {
	background: none;
}

.footer-widgets-1 {
	float: left;
	margin: 0 20px 0 0;
	width: 300px;
}

.footer-widgets-2 {
	float: left;
	width: 300px;
}

.footer-widgets-3 {
	float: right;
	width: 300px;
}

/* Footer
------------------------------------------------------------ */

#footer {
	clear: both;
	font-size: 10px;
	margin: 0 auto;
	overflow: hidden;
	padding: 7px 0 5px;
	width: 958px;
}

#footer p {
	color: #555;
	font-size: 10px;
}

#footer a,
#footer a:visited {
	color: #555!important;
}

#footer a:hover {
	color: #222;
	text-decoration: none;
}

#footer .gototop {
	float: left;
	padding: 0 0 0 5px;
	width: 200px;
}

#footer .gototop a {
	background: url(images/icon-plus.png) no-repeat center left;
	padding: 0 0 0 16px;
}

#footer .creds {
	float: right;
	padding: 0 10px 0 0;
	text-align: right;
	width: 740px;
}


/* Comments
------------------------------------------------------------ */

#comments,
#respond {
	font-size: 13px;
	line-height: 20px;
	margin: 0 0 15px;
	overflow: hidden;
}

#comments p,
#respond p {
	font-size: 13px;
	line-height: 20px;
}

#author,
#comment,
#email,
#url {
	font-size: 12px;
	margin: 10px 5px 0 0;
	padding: 5px;
	width: 250px;
}

#comment {
	height: 150px;
	margin: 10px 0;
	width: 98%;
}

.ping-list {
	margin: 0 0 40px;
}

.comment-list ol,
.ping-list ol {
	padding: 10px;
}

.comment-list li,
.ping-list li {
	font-weight: bold;
	margin: 15px 0 5px;
	padding: 10px 5px 10px 10px;
}

.comment-list li ul li {
	list-style-type: none;
	margin-left: 10px;
	margin-right: -6px;
}

.comment-list p,
.ping-list p {
	margin: 10px 5px 10px 0;
}

.comment-list cite,
.ping-list cite {
	font-style: normal;
}

.commentmetadata {
	font-size: 11px;
}

.nocomments {
	text-align: center;
}

#comments .navigation {
	display: block;
}

.bypostauthor {
}

.thread-alt,
.thread-even {
	background-color: #f5f5f5;
}

.alt,
.depth-1,
.even {
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #ddd;
}

/* PRINT FRIENDLY */

.printfriendly {
	clear: both;
}


/* PAGE CUSTOM CLASSES */

.nlpacc td {
	padding-bottom: 5px;
}

.next { 
	text-align: right;
	margin-top: -20px;
}

.indent {
	margin-left: 40px;
}

.wpcf7-response-output {
	border: none;
}

#block-wrapper {
	width: 100%!important;
}