@charset "utf-8";
/* CSS Document */

html { 
	overflow-y: scroll; 
	height: 100%;
	margin-bottom: 0.1em;
}

* {
	padding: 0;
	margin: 0;
	}

img {
	border: 0;
	}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	background: #DDDEE1;
	text-align: center;
	margin: 0 0 30px;
	}

#logo{
	padding: 30px 0 0 20px;
	float: left;
}

	
#page {
	text-align: left;
	margin: 0 auto;
	padding: 0px 0 10px;
	position: relative;
	width: 998px;
	border-top: none;
	}

* html #page { width: 770px } 

#header {
	width: 988px;
	padding: 4px !important;
	margin: 5px 0 10px 0;
	position: relative;
	height: 224px;
	background: #FFF url('images/header_background.jpg') center no-repeat;
	margin-bottom: 10px;
	border: 1px solid #6D6D6D;
	-moz-border-radius: 5px;
	border-radius: 5px;	
	box-shadow: 1px 1px 0 #6A6A6A, 2px 2px 4px #0078CA;
	-moz-box-shadow: 1px 1px 0 #6A6A6A, 2px 2px 4px #0078CA;
	-webkit-box-shadow: 1px 1px 0 #6A6A6A, 2px 2px 4px #0078CA;
	}

#callme{
	float: right;
	height: 17px;
	margin: 10px 10px 0 0;
	color: 	#6D6D6D;
	font-size: 1.1em;
    font-weight: bold;
	text-shadow: 1px 1px 0 #FFFFFF;
	width: 230px;
}

#headertext {
	float: left;
	text-align: left;
	margin-top: 30px;
	margin-left: 10px;
	width: 500px;
}
#headnavlinks {
	float: right;
	height: 17px;
	line-height: 17px;
	font-weight: bold;
	font-size: .8em;
	margin: 15px 15px 0 0;
}
#headnavlinks img{
	padding-left: 5px;
	vertical-align: middle;
	margin-right: 5px;
}
#header a{
	color: #000000;
}

.pathway{
	vertical-align:middle; 
	margin-right: 5px;	
}

#searchsubmit {
	float: left;
	background: #b6bdc7;
	color: #41506d;
	margin-left: 10px;
	border: 1px solid #41506d;
	padding-left: 5px;
	padding-right: 5px;
	font-weight: bold;
	-moz-border-radius: 5px;
	border-radius: 5px;	
	box-shadow: 0 0 1px #FFF;
	-moz-box-shadow: 0 0 1px #FFF;
	-webkit-box-shadow: 0 0 1px #FFF;
}


div#content-wrapper{
	margin: 15px 0 0 2px;
	background: #fff;
	width: 984px;
	box-shadow: 0 0 1px #007bcb, 2px 2px 4px #656565;
	-moz-box-shadow: 0 0 1px #007bcb, 2px 2px 4px #656565;
	-webkit-box-shadow: 0 0 1px #007bcb, 2px 2px 4px #656565;
	-moz-border-radius: 5px;
	border-radius: 5px;	
	padding: 5px;
}

#content{
	width: 650px;	
	float: left;
	padding: 15px;
}

div.content {
	clear: both;
	background: #fff;
}

div#barriemenu { 
	width: 984px;
	margin: 0 auto;
	height: 40px;
	clear: both;
	-moz-border-radius: 5px;
	border-radius: 5px;	
	background: #6D6D6D;
	border: #FFF 2px solid;
	padding: 4px;
	box-shadow: 0 0 1px #007bcb, 2px 2px 4px #656565;
	-moz-box-shadow: 0 0 1px #007bcb, 2px 2px 4px #656565;
	-webkit-box-shadow: 0 0 1px #007bcb, 2px 2px 4px #656565;
}

#barriemenu .menu-header{
	padding: 8px 0 0 12px;	
}

#barriemenu .menu-header ul {
        list-style: none;
        margin: 0;
}

#barriemenu .menu-header li {
    float: left;
	width: auto;
	margin: 0 20px 0 0;
}

#barriemenu .menu-header li a{
	color: #ACD9F9;
	text-shadow: 1px 1px 0 #07436C;
	-moz-text-shadow: 1px 1px 0 #07436C;
	-webkit-text-shadow: 1px 1px 0 #07436C;
}

#barriemenu .menu-header li a:hover {
	color: #30ABFF;
	text-shadow: 1px 1px 0 #001E31;
	-moz-text-shadow: 1px 1px 0 #001E31;
	-webkit-text-shadow: 1px 1px 0 #001E31;
}


#barriemenu .current-menu-item a{
	color: #FFF !important;	
}

div.breadcrumbs{
	float: left;
	clear: both;	
	margin: 15px 0 0 15px;
	font-size: .7em;
	border-bottom: 1px #dadbdd solid;
	padding-bottom: 10px;
	width: 640px;
}

#primary {
	width: 670px;
	float: left;
	padding: 0px 0px 10px 0px;
	margin: 0px;
	display: inline;
}
	
* html #primary {
	width: 440px;
}
	
#primarycontent {
}
#spacer {
	height: 250px;
}
	
.comments {
	text-align: left;
	padding: 30px 10px 30px 10px;
	position: relative;
	color: #000000;
	}
	
a img,:link img,:visited img { border:none }


h1, h2, h3, h4 {
	font-family: Arial, Sans-Serif;
	}
#title h1, #title h1 a {
	font-size: 1.5em;
	font-weight: bold;
	color: #007bcb;
	margin: 0px;
	padding: 0px;
	text-shadow: 1px 1px 0 #000000;
	-moz-text-shadow: 1px 1px 0 #000000;
	-webkit-text-shadow: 1px 1px 0 #000000;
	text-decoration: none;
}

#description {
	font-size: 1em;
	color: #000000;
	margin-top: 0px;
	text-shadow: 1px 1px 0 #FFF;
	-moz-text-shadow: 1px 1px 0 #9FFF;
	-webkit-text-shadow: 1px 1px 0 #FFF;
}
h1 {
	font-size: 2em;
	font-weight: bold;
	margin: 0;
	padding: 20px 40px 0;
	color: #abb3c0;
}

h1, h1 a, h1 a:hover, h1 a:visited {
	text-decoration: none;
	color: #abb3c0;
}

h1 a:hover {
	text-decoration: underline;
	color: #83bd3e;
}



h2 {
	text-align: left;
	font-size: 1.5em;
	font-weight: bold;
	letter-spacing: -1px;
	}

#primary .entry-content h3 {
	font-size: 1.6em;
	font-weight: bold;
	margin-top: 25px;
	color: #000000;
	}
#primary .entry-content h3 a{
	color: #000000;
	}

#primary .entry-content h4 {
	font-size: 1.4em;
	font-weight: normal;
	margin-top: 25px;
	}

#primary .k2-asides h3 {
	font-size: 1.4em;
	font-weight: normal;
	}

.entry-head {
	margin-top: 10px;
	background: url('images/post_meta_background.png') bottom left no-repeat;
	width: 450px;
	clear: left;
		position: relative;
}

* html .entry-head {
	background: url('images/post_meta_background.gif') bottom left no-repeat;
}

body.page .entry-content h3 {
	font-size: 1.4em;
	display: block;
	padding: 15px 0 0;
	}

body.page .entry-content h4 {
	font-size: 1.4em;
	display: block;
	padding: 15px 0 0;
	}


	
#primary .metalink a, #primary .metalink a:visited, 
#sidebar .metalink a, #sidebar .metalink a:visited,
#sidebar span a, #sidebar span a:visited {
	color: #999;
	font-weight: normal;
	}

#primary .hentry .entry-head .metalink {
	font-size: 1.4em;
	letter-spacing: -1px;
	text-transform: lowercase;
	margin-left: 15px;
	}

#primary .k2-asides .entry-head .metalink {
	font-size: 1.3em;
	}

.single #primary .k2-asides .entry-content {
	font-size: 1.3em;
	color: #999;
	}

.comment-meta {
	margin: 0 0px 0 0;
	float: none;
	}

.comment-login, .comment-welcomeback {
	margin-top: 15px;
}

#comment-personaldetails {
	margin-top: 10px;
}



body.page .entry-edit {
	position: absolute;
	right: 0;
	margin-top: -15px;
	}

.entry-edit a {
	border: none;
	padding: 2px;
	height: 16px;
	font-bold;
	color: #455773;
	}

.comment-edit a {
	border: none;
	padding: 2px;
	padding-left: 23px;
	margin-left: 10px;
	height: 16px;
	}

h2, h2 a, h2 a:visited,
h3, h3 a, h3 a:visited,
h4, h4 a, h4 a:visited {
	color: #444;
	}

h2, h2 a, h2 a:hover, h2 a:visited,
h3, h3 a, h3 a:hover, h3 a:visited,
h4, h4 a, h4 a:hover, h4 a:visited {
	text-decoration: none;
	}

.entry-title {
	font-size: 1.8em;
	color: #455773;
	margin-left: 100px;	
}
.entry-title a{
	color: #455773;
	font-weight: bold;
}
.entry-title-single {
	font-size: 1.8em;
	color: #455773;
	margin-left: 10px;	
}
.entry-title-single a{
	color: #455773;
	font-weight: bold;
}
.postcategory {
	color: #455773;
	padding-top: 5px;
	margin-left: 5px;
	padding-bottom: 2px;
	font-weight: bold;
	clear: left;
	font-size: .8em;
}
.postcategory a{
	color: #455773;
	text-decoration: underline;
}
.commentslink{
	position: absolute;
	bottom: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	width: 92px;
	float: left;
	font-size: 1.1em;
	font-weight: bold;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 25px;
	margin-right: 10px;
	margin-bottom: 10px;
	background: url('images/comments_background.png') top left no-repeat;
}
* html .commentslink{
	background: url('images/comments_background.gif') top left no-repeat;
	height: 50px;
	padding-bottom: 0px;
}
.commentslink a{
	color: #ffffff;
	font-size: 1.1em;
}
.commentslink span{
	color: #ffffff;
	font-size: .7em;
}
.entry-meta { 
	font-size: 1.3em;
	display: block;
	height: 25px;
	line-height: 25px;
	color: #455773;
	padding-left: 100px;
	}
* html .entry-meta { 
	font-size: 1.3em;
	display: block;
	height: 25px;
	line-height: 25px;
	color: #455773;
	}	

.entry-meta a, .comment-meta a {
	color: #777;
	color: #ffffff;
	}
.entry-meta-single { 
	font-size: 1.3em;
	display: block;
	height: 25px;
	line-height: 25px;
	color: #455773;
	padding-left: 10px;
	}
* html .entry-meta-single { 
	font-size: 1.3em;
	display: block;
	height: 25px;
	line-height: 25px;
	color: #455773;
	}	

.entry-meta-single a, .comment-meta a {
	color: #777;
	color: #ffffff;
	}
.chronodata {
	}


.quoter_comment {
	padding: 2px 0 2px 20px;
	margin-left: 5px;
	}

.entry-tags {
	display: block;
	padding: 20px 0 2px 0px;
	font-size: 1.2em;
	color: #ffffff;
	}

.hentry {
	margin: 0;
	padding: 5px 15px 15px 15px;
	position: relative;
	}
.hentry img{
	padding: 10px;
	}
.entry-content {
	font-size: 1.15em;
	line-height: 1.6em;
	text-align: left;
	color: #444;
	clear: left;
	}

.entry-content p,
.entry-content ul,
.entry-content ol,
.entry-content div,
.entry-content blockquote {
	margin: 13px 0;
	}


.metalinks {
	margin-top: 3px;
	}

.commentsrsslink {
	background: url('images/feed.png') left top no-repeat;
	padding: 2px 0 2px 20px;
	margin-right: 10px;
	height: 16px;
	}

.trackbacklink {
	background: url('images/arrow_refresh.png') left top no-repeat;
	padding: 2px 0 2px 20px;
	height: 16px;
	}

.commentsrsslink a, .trackbacklink a {
	color: #ffffff;
	padding: 2px;
	}
.comment-meta a {
	color: #ffffff;
}
.nopassword {
	text-align: center;
	}
.comments h4 {
	font-size: 2em;
}
.commentlist {
	margin: 0;
	padding: 10px 0 20px;
	position: relative;
	}

.commentlist li {
	margin: 10px 10px;;
	padding: 10px 10px 5px;
	list-style: none;
	background: #abb3c0;
}
	
* html .commentlist li {
}


.commentlist li .comment-content {
	padding: 10px 0;
	font-size: 1.2em;
	line-height: 1.8em;
	}

.comment-content p,
.comment-content ul,
.comment-content ol,
.comment-content div,
.comment-content blockquote {
	margin: 13px 0;
	}

.commentlist li .comment-meta {
	padding: 2px 0 2px 2px;
	display: block;
	}

.commentlist li img {
	padding: 0;
	border: none;
	}



.commentlist li .commentauthor {
	font-size: 1.5em;
	font-weight: bold;
	letter-spacing: -1px;
	}

.commentlist li .counter {
	display: none;
	font: normal 1.5em Arial, Helvetica, Sans-Serif;
	color: #999;
	float: left;
	width: 35px;
	}

li.byuser {
	background: #f6f7f8;
	}

li.bypostauthor {
	background: #eee;
	}

li.bypostauthor blockquote {
	color: #333;
	background: url('images/quote.png') no-repeat 10px 0;              
	}
	 

	
#leavecomment, .comments #loading {
	text-align: center;
	margin: 30px 0 20px !important;
	color: #ddd;
	font-size: 2em;
	letter-spacing: -2px;
	}

.comments #loading {
	margin-top: 20px !important;
	}

.comments #error {
	line-height: 2.0;
	padding: 5px;
	color: #FF0000;
	background-color: #FFFF99;
}

.comments #commentload {
	padding-top: 3px;
	float: right;
	vertical-align: middle;
}

.comments form {
	clear: both;
	padding: 1px 0 10px;
	margin: 0;
	}

.comments input[type=text], .comments textarea {
	font: 1.2em 'Courier New', Courier, Monospace;
	padding: 3px;
	color: #777;
	}

input[type=text]:focus, textarea:focus {
	background: #fff;
	color: #000000;
	border-color: #2c6a18;
	}

.comments form input[type=text] {
	width: 45%;
	margin: 5px 5px 1px 0;
	}

.comments textarea {
	height: 250px;
	width: 80%;
	margin: 10px 0;
	}

.comments form #submit {
	margin: 0;
	float: right;
	}

#Footer {
	font-size: 11px;
	text-align: center;
	margin-top: 20px;
	}
#FooterCenter {
	width: 990px;
	float: center;
	margin: auto;
	height: 30px;
	line-height: 30px;
}
#footerleft a {
	color: #000;
	text-decoration: none;
	}
#footerleft a:hover {
	border: none;
	text-decoration: none;
	color: #000;
	text-shadow: 1px 1px 0 #97D4FF;
	-moz-text-shadow: 1px 1px 0 #97D4FF;
	-webkit-text-shadow: 1px 1px 0 #97D4FF;
}

#footerright a {
	color: #000000;
	text-decoration: none;
	}
#footerright a:hover {
	border: none;
	text-decoration: underline;
	color: #000000;
}

	
#footerleft {
	float: left;
	text-align: left;
	margin-left: 10px;
	color: #000;
	font-size: 14px;
}

#footerright {
	float: right;
	text-align: right;
	margin-right: 10px;
	color: #000000;
	font-size: 14px;

}


#primary a:hover, #primary a:visited:hover,
#sidebar a:hover, #sidebar a:visited:hover {
	text-decoration: underline;
	}

h2 a:hover, h2 span a:hover {
	color: #000000 !important;
	}

a {
	color: #000000;
	text-decoration: none;
	}

.entry-content a:visited {
	color: #000000;
	}


.clear {
	clear: both;
	margin: 0;
	padding: 0;
	}

#primary .entry-content img {
	margin: 0 5px;
	padding: 4px;
	border: 1px solid #ccc;
	max-width: 100%;
	}

#primary table img {
	max-width: none;
	}

.center {
	text-align: center;
	}

.alignright {
	float: right;
	}
	
.alignleft {
	float: left
	}

img.center, img[align="center"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
img.alignright, img[align="right"] {
	padding: 4px !important;
	margin: 0 0 2px 20px !important;
	display: inline;
	}

img.alignleft, img[align="left"] {
	padding: 4px;
	margin: 0 20px 2px 0 !important;
	display: inline;
	}
	
img.noborder {
	border: none !important;
	}

small {
	font-size: 0.9em;
	line-height: 1.5em;
	}

small, strike {
	color: #777;
	}
	
code {
	font: 1.1em 'Courier New', Courier, Monospace;
	}

.chronodata abbr { border: 0; }

blockquote {
	margin: 15px 30px 15px 10px;
	padding-left: 20px;
	border-left: 5px solid #a5adba;
}
blockquote cite {
	margin: 5px 0 0;
	display: block;
}
	

hr {
	display: none;
	}

.navigation {
	text-align: center;
	margin: 10px 0;
	padding: 0;
	height: 21px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 5px;
	width: 450px;
	}

.comments #navigation {
	margin: 10px 0;
	}

.navigation .left {
	float: left;
	width: 50%;
	text-align: left;
	}

.navigation .right {
	float: right;
	width: 50%;
	text-align: right;
	}

.navigation p {
	margin: 0;
	padding: 0;
	}

.navigation a {
	color: #000000;
	font-size: 1em;
	}

.alert {
	background: #FFF6BF;
	border-top: 2px solid #FFD324;
	border-bottom: 2px solid #FFD324;
	text-align: center;
	margin: 10px auto;
	padding: 5px 20px;
	}

img.wp-smiley {
	border: none !important;
	padding: 0 0 0 5px !important;
	}


.archive-list {
	list-style: none;
	margin: 10px 0 0 0 !important;
	padding-left: 0px !important;
	}

.archive-list li {
	display: block;
	float: left;
	margin: 0 10px 0 0 !important;
	padding: 2px 0 2px 10px !important;
	width: 150px;
	}


.archive-list li:hover {
	background: url('images/trans_block.png');
}

.entry-content ol, .entry-content ul {
	padding: 0 0 0 35px;
	}
.entry-content ol li, .entry-content ul li {
	margin: 0 0 3px;
	padding: 0;
}

ol li {
	list-style: decimal outside;
}


#searchform {
	margin-top: 10px;
	display: block;
	position: relative;
	width: 260px;
	text-align: center;
	}
	
#search{
	float: right;	
	width: 248px;
}

#search h2 {
	display: none;
	}

input[type=text], textarea {
	color: #444;
	padding: 1px;
	margin: 0;
	}

#s {
	background: #d2d5da;
	border: 1px solid #485170;
	width: 154px;
	float: left;
	-moz-border-radius: 5px;
	border-radius: 5px;	
	box-shadow: 0 0 1px #FFF;
	-moz-box-shadow: 0 0 1px #FFF;
	-webkit-box-shadow: 0 0 1px #FFF;
}	}

.attachment {
	text-align: center;
	}

#HomePageImage {
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}
#secondarywrapper1 {
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 20px;
	width: 270px;
}


#secondarywrapper1 .widget{
	background: #dcdddf;
	padding-left: 20px !important;
	border-radius: 5px;	
	box-shadow: 0 0 1px #6D6D6D, 2px 2px 4px #DDDEE1;
	-moz-box-shadow: 0 0 1px #6D6D6D, 2px 2px 4px #DDDEE1;
	-webkit-box-shadow: 0 0 1px #6D6D6D, 2px 2px 4px #DDDEE1;
}

* html #secondarywrapper1 { 
	width: 260px;
}
#secondarywrapper2 {
	width: 270px;
}
* html #secondarywrapper2 { 
	width: 260px;
	padding: 0px;
	margin: 0px;
}
#sidebar {
	font-size: 1.1em;
	line-height: 1.5em;
	margin-left: 705px;
	margin-top: 0px;
	color: #000000;
	position: relative;
	zoom: 1;
}
* html #sidebar {
}
#sidebar div {
	margin: 20px 0 0;
	padding: 0;
}
#sidebar span a {
	margin-left: 10px;
}
#sidebar div p {
	margin-top: 0.5em;
}
#sidebar ul, #sidebar ol, #sidebar div div {
	margin: 5px 0 0;
	padding-left: 0;
	margin-bottom: 20px;
}
#sidebar ol {
	margin-left: 15px;
}
#sidebar ul li, #sidebar ol li {
	margin: 0;
	padding: 1px 0;
}
#sidebar ul li h2 {
	color: #1a263e; 
	font-weight: bold;
	font-size: 1.2em;
	height: 20px;
	line-height: 20px;
	margin: 20px 0 10px 0;
}

#sidebar ul li {
	color: #000000;
	margin-left: 20px;
	padding-right: 10px;
	margin-bottom: 20px;
}

#sidebar ul li {
	list-style: none;
}
#sidebar ul ul li{
	list-style: circle;
	margin-left: 15px;
	color: #000000;
	margin-bottom: 0px;
}
#sidebar ul ul{
	margin-bottom: 20px;
}
#sidebar ul ul ul{
	margin-bottom: 0px;
}
.pagetitle {
	margin-left: 20px;
	margin-bottom: 20px;
}
#calendar_wrap {
	background: url('images/calendar_background.jpg') right top no-repeat;
	width: 260px;
	height: 200px;
}
#wp-calendar {
	float: center;
	margin: auto;
	border-collapse: collapse;
	width: 230px;
}
#wp-calendar caption {
	float: center;
	margin: auto;
	font-weight: bold;
	font-size: 1.2em;
	padding-bottom: 5px;
}
#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: underline;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	background: #cbced4;
	text-align: center;
	border: none;
	border-collapse: collapse;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	background: #b4bbc6;
	}

#wp-calendar td.pad:hover { 
	background-color: #fff; 
}

#singlepostmetadata {
	margin: 10px;
}

.addtoany_share_save_container img{
	margin-left: 0px !important;	
}

.addtoany_list a{
	padding-left: 0px !important;	
}

.clrbth{
	clear: left;	
	height: 1px;
	width: 650px;
}

div.tname{
	margin-bottom: 0px !important;
}


div.testimonials_solution_widget{
	font-size: 18px;	
}

div.testimonials_solution_widget div.wpaudio-container{
	margin: 10px 0 15px 0 !important; 	
}
	