/*
Theme Name: PIN
Theme URI: http://pinnacleservices.org/
Description: The default PIN theme.
Version: 1.0
Author: Enigma

*/

/******* Default Part CSS *******/
html, body, div, h1, h2, h3, h4, h5, h6, p, a, form,
fieldset, select, input, ul, li, img {
	padding: 0px;
	margin: 0px;
}
.t_left{
	text-align: left;
}
.t_center{
	text-align: center;
}
.t_right{
	text-align: right;
}
.t_justify{
	text-align: justify;
}
.f_l{
	float: left;
}
.f_r{
	float: right;
}
.clear{
	clear: both;
	height: 1px;
	height: 0;
	font-size: 1px;
	padding: 0;
	margin: 0;
}
img{
	border: none;
}
/*********************************************************/

/* Begin Typography & Colors */
BODY {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #010101;
}
BODY.bg {	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #010101;
}
.container{
	width: 800px;
	margin: 0px auto;
}
/*** Titles and texts Style ******************************/
h1{
	color:#FEAA00;
	font-family: Arial, Helvetica, sans-serif;
	font-size:22px;
	font-style:italic;
	font-weight:bold;
	line-height:38px;
}
h2, h2 a, h2 a:visited{
	font-family: Arial, Helvetica, sans-serif;
	color:#005133;
	font-size:16px;
	font-style:italic;
	font-weight:bold;
}
h3{
	color:#005133;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	font-style:italic;
	font-weight:bold;
}
a, a:visited{
	color: #010101;
	text-decoration: underline;
}
a:hover{
	text-decoration: none;
}
a.logo{
	display: block;
	background: url(../../../../images/logo.gif) no-repeat left top;
	float: left;
	width: 160px;
	height: 114px;
	/*margin: 15px 0px;*/
}
a.main_link{
	color:#FEAA00;
	font-size:16px;
	font-weight:bold;
	font-style:italic;
}
a.service_category{
	color:#FEAA00;
	font-size:12px;
	font-weight:bold;
	font-style:italic;
	line-height:12px;
}
.footer .links a,
.footer .links a:visited{
	color: #00472A;
	text-decoration: none;
}
.footer .links a:hover{
	text-decoration: underline;
}
/*** Header`s  Styles *************************************/
.header{
	height: 140px;
	padding: 0px 15px;
	overflow: hidden;
}
.header .flash, .header .slogan{
	float: right;
	width: 585px;
	height: 75px;
	/*background: url(../../../../images/flash-bg.jpg) no-repeat left top;*/
	/*margin: 15px 0 0 0;*/
}
.header .flash{
	height: 75px;
	background: url(../../../../images/flash-bg.jpg) no-repeat left top;
}
/**********************************************************/
/*** Navigator`s Styles ***********************************/
.navigator{	
	padding: 3px 10px 0 10px;
	overflow: hidden;
}
.navigator ul{
	list-style: none;
	float: left;
}
.navigator ul li{
	float: left;	
	background: url(../../../../images/nav-btn-left.gif) no-repeat left top;
	padding-left: 7px;
	margin-right: 3px;
}
.navigator ul li a,
.navigator ul li a:visited{
	display: block;
	float: left;	
	background: #fff;
	font: bold 12px Trebuchet MS;
	line-height: 27px;
	color: #005133;
	text-decoration: none;
}
.navigator ul li a span.name,
.navigator ul li a:visited span.name{
	display: block;
	float: left;
	height: 27px;
	background: #fff url(../../../../images/nav-btn-right.gif) no-repeat right top;
	padding-right: 7px;
	font: bold 12px Trebuchet MS;
	line-height: 27px;
	color: #005133;
	text-decoration: none;
	cursor: pointer;
}
.navigator ul li a span.star{
	display: block;
	float: left;
	height: 27px;
	background: url(../../../../images/nav-bullet.gif) no-repeat left 9px;
	width: 13px;
	cursor: pointer;
}
.navigator ul li a:hover{
	display: block;
	float: left;
	height: 27px;
	background: #fff url(../../../../images/nav-btn-right.gif) no-repeat right top;
	font: bold 12px Trebuchet MS;
	line-height: 27px;
	color: #005133;
	text-decoration: none;
}
.navigator ul li a:hover span.star{
	display: block;
	float: left;
	height: 27px;
	background: url(../../../../images/nav-bullet-a.gif) no-repeat left 9px;
	width: 13px;
	cursor: pointer;
}

.navigator ul li.active{
	display: block;
	float: left;
	height: 30px;
	background: url(../../../../images/nav-activetab-left.gif) no-repeat left top;
	padding-left: 13px;
	/*margin-right: 3px;*/
}
.navigator ul li.active a,
.navigator ul li.active a:visited,
.navigator ul li.active a:hover{
	display: block;
	float: left;
	height: 30px;
	background: #fff url(../../../../images/nav-activetab-bg.gif) repeat-x left 22px;
	font: bold 12px Trebuchet MS;
	line-height: 27px;
	color: #005133;
	text-decoration: none;
}
.navigator ul li.active a span.name,
.navigator ul li.active a:visited span.name{
	display: block;
	float: left;
	height: 30px;
	background: url(../../../../images/nav-activetab-right.gif) no-repeat right top;
	padding-right: 13px;
	font: bold 12px Trebuchet MS;
	line-height: 27px;
	color: #005133;
	text-decoration: none;
	cursor: pointer;
}
.navigator ul li.active a span.star{
	display: block;
	float: left;
	height: 27px;
	background: url(../../../../images/nav-bullet-a.gif) no-repeat left 9px;
	width: 13px;
	cursor: pointer;
}
.subnavigator{
	background:#FEAA00;
}
/*** Versions element **************************************/
.version{
	float: right;
	margin-top: -3px;
}
.version .left{
	float: left;
	background: url(../../../../images/bobby-left.gif) no-repeat left top;
	height: 33px;
	width: 6px;
}
.version .right{
	float: left;
	background: url(../../../../images/bobby-right.gif) no-repeat right top;
	height: 33px;
	width: 6px;
}
.versionss .cont{
	float: left;
	background: #fff url(../../../../images/ico-bobby.gif) no-repeat left top;
	height: 30px;
	padding-left: 27px;
	font: bold 12px Trebuchet MS;
	color: #287DBD;
	line-height: 30px;
	overflow: hidden;
}
.version a{
	float: left;
	background: #fff url(../../../../images/ico-bobby.gif) no-repeat left top;
	height: 30px;
	padding-left: 27px;
	font: bold 12px Trebuchet MS;
	color: #287DBD;
	line-height: 30px;
	overflow: hidden;
	text-decoration:none;
}
/*** Footer`s Styles **************************************/
.footer{
	/*border-top: 5px solid #feaa00;*/
	font-size: 10px;
}
.footer table{
	/*width: 600px;*/
	margin:0px auto;
}
.footer .links{
	color: #00472A;
}
/***********************************************************/
/**********************************************************/
.main{
	padding: 10px 15px;
}
.col_460{
	width:460px;
}
.col_300{
	width:200px;
}
/*** Box Standart for project Styles ***********************/
.box{
	background: url(../../../../images/box-left.gif) repeat-y left top;
	position: relative;
	color:#666;
}
.box *{
	font-size:11px;
}
.box .top{
	background: url(../../../../images/box-top.gif) repeat-x left top;
	height: 4px;
	font-size: 1px;
}
.box .bot{
	background: url(../../../../images/box-btm.gif) repeat-x left bottom;
	height: 4px;
	font-size: 1px;
}
.box .cont{
	background: url(../../../../images/box-right.gif) repeat-y right top;
	padding-right: 4px;
	margin-left: 4px;
}
*html .box .cont{
	height: 90px;
}
.box .corn_lt{
	position: absolute;
	left: 0px;
	top:0px;
	background: url(../../../../images/box-lt.gif) no-repeat left top;
	width: 13px;
	height: 24px;
}
.box .corn_rt{
	position: absolute;
	right: 0px;
	top:0px;
	background: url(../../../../images/box-rt.gif) no-repeat left top;
	width: 13px;
	height: 24px;
}
.box .corn_lb{
	position: absolute;
	left: 0px;
	bottom:0px;
	background: url(../../../../images/box-lb.gif) no-repeat left bottom;
	width: 13px;
	height: 13px;
}
.box .corn_rb{
	position: absolute;
	right: 0px;
	bottom:0px;
	background: url(../../../../images/box-rb.gif) no-repeat left bottom;
	width: 13px;
	height: 13px;
}

.box .empl{
	height: 24px;
	background: #005133 url(../../../../images/box-top.gif) repeat-x left top;
	font: bold 12px Trebuchet MS;
	padding: 0px 13px;
	line-height: 28px;
	color:#fff;
	overflow: hidden;
}
.box .housing{
	height: 24px;
	background: #BD4533 url(../../../../images/box-top.gif) repeat-x left top;
	font: bold 12px Trebuchet MS;
	padding: 0px 13px;
	line-height: 28px;
	color:#fff;
	overflow: hidden;
}
.box .inhome{
	height: 24px;
	background: #FEAA00 url(../../../../images/box-top.gif) repeat-x left top;
	font: bold 12px Trebuchet MS;
	padding: 0px 13px;
	line-height: 28px;
	color:#fff;
	overflow: hidden;
}
.box .case{
	height: 24px;
	background: #1F007F url(../../../../images/box-top.gif) repeat-x left top;
	font: bold 12px Trebuchet MS;
	padding: 0px 13px;
	line-height: 28px;
	color:#fff;
	overflow: hidden;
}
.box .cont p, .box .cont h3{
	padding: 10px;
	margin: 0px;
}
.box .cont img.left{
	margin-right: 10px;
}
.box .cont img.right{
	margin-left: 10px;
}

/**********************************************************/

/** Box shadow right and left borders in index page styles */
.box_welcome{
	background: url(../../../../images/shadow-left.gif) no-repeat left top;
	margin-bottom: 10px;
	padding-left: 30px;
}
.box_welcome .cont{
	background: url(../../../../images/shadow-right.gif) no-repeat right top;
	height: 148px;
	padding: 0px 30px 0px 0px;
	font-size: 14px;
	color: #010101;
}
/**********************************************************/
/*********************************************************/
.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;
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

.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;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar 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 */
body {
	margin: 0 0 20px 0;
	padding: 0;
	}

#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 0px 0px;
	margin: 0px 0 0;
	width: 550px;
	}

.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 0px;
}

.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: 70px;
	margin: 0;
	}

h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 10px 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, #sidebar 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;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar 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;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #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 Sidebar */

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* 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;
	}
/* 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 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 */

/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */

a, img, div { behavior: url(iepngfix.htc) }