@charset "UTF-8";
/* CSS Document */

/* Reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td, img {
	margin:0;
	padding:0;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

td {vertical-align: top;}

td.mid { vertical-align: middle; }

fieldset,img {
	border:0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}

ol,ul {
	list-style:none;
	padding: 9px 0 0 0;
}

ul { list-style: url(images/bullet.gif);
}

caption,th {
	text-align:left;
}

h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}

q:before,q:after {
	content:'';
}

abbr,acronym {
	border:0;
}

/* END Reset */

/* Typography */

body {
  color: #7f8184;
  font: 12px/18px "Helvetica Neue", "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
}

h1,h2,h3,h4,h5,h6 {
  color: #000;
}


/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { font-weight: normal; }

h1 {
  font: bold 24px/24px "Helvetica Neue", "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
  margin: 18px 0 0 0;
}

h2 {
	font: 18px/24px "Helvetica Neue", "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
	padding: 0;
	text-transform: none;
}

h3 {
  font: 18px/18px "Helvetica Neue", "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
  margin: 18px 0 0 0;
}

h4 {
  font: bold 14px/18px "Helvetica Neue", "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
  margin: 18px 0 0 0;
  color: #F7A11A;
}

h5 {
  font: 12px/18px "Helvetica Neue", "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
  margin: 18px 0 0 0;
}


/* Text elements
-------------------------------------------------------------- */

h1 + p 		{margin: 18px 0 0 0;}
p           { margin: 9px 0 0 0; }
p.last      { margin-bottom: 0; }
p img.top   { margin-top: 0; } /* Use this if the image is at the top of the <p>. */

ul, ol      { margin:0 18px 18px 18px; }
ul          { list-style-type: circle; }
ol          { list-style-type: decimal; }
dl          { margin: 0 0 18px 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 18px;}

abbr,
acronym     { border-bottom: 1px dotted #666; }
address     { margin-top: 18px; font-style: italic; }
del         { color:#666; }

a:focus,
a:hover     { color: #FFF; background: #A7A9AC; }
a           { color: #000; text-decoration: none; }
#contact a	{ padding: 3px; background: #f7bc5f; }
.share a:hover {
	color: #666666;
}
blockquote  { margin: 18px; color: #666; font-style: italic; }
strong      { font-weight: bold; color: #F7A11A; }
em,dfn      { font-style: italic; background: #ffc; }

.blk		{color: #000; }

/* END Typography */


/* Clearing floats without extra markup
   Based on How To Clear Floats Without Structural Markup by PiE
   [http://www.positioniseverything.net/easyclearing.html] */

.clear { display: inline-block; }
.clear:after, .container:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
* html .clear { height: 1%; }
.clear { display: block; }


/* Layout elements
-------------------------------------------------------------- */
body { background: #b9babd url(images/bg_body.png) repeat-x scroll center top; }

#container {
	width: 930px;
	margin: 0px auto;
	background: url(images/shdw_sides.png) repeat-y;
}

#shdw_top {
	width: 930px;
	padding-top: 10px;
	margin: 0px auto 0px auto;
}

#mastHd {
	width: 900px;
	/*height: 550px;
	overflow: hidden;*/
	margin-left: 15px;
	background: url(images/watermark.png) no-repeat bottom right;
}

#logo {
	padding: 12px 50px 0 0;
}

#srvc_hdr {
	padding: 26px 0 0 0;
}

#nav {
	width: 210px;
	float:left;
	background: #f7a11a url(images/nav_bot.gif) no-repeat bottom;
	margin: 0 20px 0 20px;
        border-bottom: none;
}

#nav ul, #nav li {
	list-style: none;
	margin: 0;
	padding: 0;
}

#nav ul {
	padding-bottom: 20px;
}

li #nav {
	border-bottom: none;
}

#nav a {
	display:block;
	font: 14px/36px "Helvetica Neue", "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
	text-align:center;
	text-transform:uppercase;
}

#nav a:hover { background-position: -212px; }
#nav a {
	display:block;
	height: 33px;
}

#nav a:hover { background-position: -212px; }

#nav a.home {
	background: url(images/btn_site.gif);
	height: 33px;
}

#nav a.home:hover { background-position: -211px; }

#nav a.bloghome {
	background: url(images/btn_bloghome.gif);
	height: 33px;
}


#nav a.bloghome:hover { background-position: -211px; }

#nav a.rss {
	background: url(images/btn_rss.gif);
	height: 33px;
}

#nav a.rss:hover { background-position: -211px; }


#content {
	clear:both;
	padding-top: 10px;
}

#Txt_home {
	width: 520px;
	margin: 0 0 0 80px;
}

#Txt_home h1 {
	margin: 0px 0 0 0;
}

#narrow_col {
	margin: 48px 0px 0px 20px;
	width: 200px;
}

#narrow_col ul, #narrow_col li {
	list-style: none;
	margin: 0;
	padding: 0;
}

#narrow_col li {
	border-bottom: 1px dashed #CCC;
}

#Txt_sub {
	width: 780px;
	clear:both;
	margin: 0px 0 0 50px;
	height: 265px;
	overflow: hidden;
}

#shdw_bot {
	margin: 0 auto;
	width: 930px;
}
.clear {
	clear: both;
}

.floatL {
	float: left;
}

.floatR {
	float: right;
}

#teamnav {
	clear:both;
	margin: 18px 0 0 50px;
}

/*#teamnav td { vertical-align: bottom }

#teamnav img { margin: 0 10px 0 0; } */

#team {margin: 0px 0 18px 0; }

#team td {
	padding: 9px 0 9px 0;
}

#team h3, #team h2, #serve h2, #testimonial h3 {
	margin: 0;
}

#teamnav a { background:none; border-bottom: 2px solid #FFF; margin: 0 10px 0 0; }
#teamnav a:hover { background:none; border-bottom: 2px solid #a7a9ac; }

.title { font: bold 14px Arial, Helvetica, sans-serif, "Lucida Grande";
	color: #7f8184;
}

/* #team img { float: right; } */

#contact { margin-top: 0px; }

#contact td { padding: 0 0 18px 0; }

#testimonial td {
	height: 200px;
}

/*#testimonial h3, #testimonial h4 {
	margin-top: 9px;
}*/

.hdr { padding: 18px 0 9px 0; }

/* END Layout

/* Forms */

#form_contact { padding: 0 18px 18px 18px; }

/* --------------------------------------------------------------

   forms.css
   * Sets up some default styling for forms
   * Gives you classes to enhance your forms

   Usage:
   * For text fields, use class .title or .text

-------------------------------------------------------------- */

label { font-weight: bold; }
label.reqd { color: #F7A11A; }

/* Fieldsets */
fieldset    { padding:1.4em; margin: 18px 0 18px 0; border: 1px solid #ccc; }
legend      { font-weight: bold; font-size:14px; color: #F7A11A; }

/* Text fields */
input.text, input.title   { width: 300px; margin:0 0.5em 0.5em 0; }
input.text, input.title   { border:1px solid #bbb; background:#f6f6f6; padding:5px; }
input.text:focus,
input.title:focus         { border:1px solid #999; background:#fff; }
input.title               { font-size:1.5em; }

/* Textareas */
textarea            { width: 400px; height: 50px; margin: 0 0.5em 0.5em 0; }
textarea            { border:1px solid #bbb; background:#eee; padding:5px; }
textarea:focus      { border:1px solid #999; background:#fff; }

/* Select fields */
select              { border:1px solid #ccc; background:#f6f6f6; width:200px; margin: 0 0.5em 0.5em 0; }
select:focus        { border:1px solid #999; background:#fff; }


/* Success, error & notice boxes for messages and errors. */
.error,
.notice,
.success    { padding: .8em; margin-bottom: 1em; border: 2px solid #ddd; }
.error      { background: #FBE3E4; color: #D12F19; border-color: #FBC2C4; }
.notice     { background: #FFF6BF; color: #817134; border-color: #FFD324; }
.success    { background: #E6EFC2; color: #529214; border-color: #C6D880; }
.error a    { color: #D12F19; }
.notice a   { color: #817134; }
.success a  { color: #529214; }

form ul {list-style: none; }
form li { padding: 9px 9px 0 0; }

/* END Forms */

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {
	border-left: 1px solid #ddd;
}

#footer {
	background: #e7e7e7 url('images/kubrickfooter.jpg') no-repeat top;
	border: none;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#narrow_col h2 {
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #narrow_col h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar {
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

.commentmetadata {
	font-weight: normal;
	}

small, #narrow_col ul ul li, #narrow_col ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
#page {
	background-color: white;
	margin: 20px auto;
	padding: 0;
	width: 760px;
	border: 1px solid #959596;
	}

#header {
	background-color: #73a0c5;
	margin: 0 0 0 1px;
	padding: 0;
	height: 200px;
	width: 758px;
	}

#headerimg {
	margin: 0;
	height: 200px;
	width: 100%;
	}

/*.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 450px;
	}
*/
.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 760px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 18px;
	margin: 0;
	}

h2 {
	margin: 18px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
}

#narrow_col h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #narrow_col ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#narrow_col ul, #narrow_col ul ol {
	margin: 0;
	padding: 0;
	}

#narrow_col ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#narrow_col ul p, #narrow_col ul select {
	margin: 5px 0 8px;
	}

#narrow_col ul ul, #narrow_col ul ol {
	margin: 5px 0 0 10px;
	}

#narrow_col ul ul ul, #narrow_col ul ol {
	margin: 0 0 0 10px;
	}

ol li, #narrow_col ul ol li {
	list-style: decimal outside;
	}

#narrow_col ul ul li, #narrow_col ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#narrow_col #searchform #s {
	width: 108px;
	padding: 2px;
	}

#narrow_col #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: ".";
	    display: block;
	    height: 0;
	    clear: both;
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li {
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */


/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#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;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
        clear: both;
        margin-right: 72px;
        margin-left: 72px;
&nbsp;}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption .alignright {
	margin-left: 36px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */