/* GLOBAL SITE ELEMENTS
/* GLOBAL SITE ELEMENTS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */

* {
	margin: 0;
	padding: 0;
	outline: none;
}
body {
	margin:  6px 0 0;
	font: normal 90%/160% tahoma, arial, verdana, sans-serif;
	background: #fff ;
}
li {
	list-style: none;
}
hr {
	clear: both;
	height: 1px;
	line-height: 1px;
	font-size: 1px;
	visibility: hidden;
	margin: 0;
	padding: 0;
}

/* HEADINGS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */

h1{
	font-size: 25px;
	font-style: normal;
	font-weight:500;
	line-height: 28px;
	margin:15px 0;
	color:#000000;
}
h2{
	font-size: 20px;
	margin:15px 0;
	color: #0060AB;
}
h3{
	font-size: 17px;
	margin:15px 0;
	color: #808080;
}
h4{
	font-size: 16px;
	margin:15px 0;
}
h5{
	font-size: 14px;
	margin:15px 0;
}
h6 {font-size:10px;
margin:0;
padding:0;
line-height:12px;
}

.phone-new1 {
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 21px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	padding:3px 0 0 35px;
	margin:0;
}

.email-new {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	padding:5px 0 0 0px;
	margin:0;
}

.email-new a:link{
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	padding:5px 0 0 0px;
	margin:0;
}

.email-new a:active{
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	padding:5px 0 0 0px;
	margin:0;
}

.email-new a:hover{
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	padding:5px 0 0 0px;

}

.email-new  a:visited{
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	padding:5px 0 0 0px;
	margin:0;
}


/* LINKS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */

a {
	color: #000;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #0060AB;
}
/* MAIN SITE ELEMENTS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#wrapper {
	position: relative;
	width: 950px;
	padding: 0 10px;
	margin: 0 auto;
}
#wrapper:after, #header:after, .post:after, .post-date:after {
	content:  ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#header {
	position: relative;
	height: 130px;
	margin-bottom: 10px;
}
#content {
	width: 640px;
	float: left;
	min-height: 455px;
	padding: 0px 25px 20px 0;	
}

#sidebar {
	width: 230px;
	min-height: 455px;
	float: right;
	padding: 20px;
	padding-top: 70px;    
	margin-top: 5px;      
	background: url(images/bg-sidebar.png) repeat-x;
	border: 1px solid #c2c2c2;
}

.social-icons {
	width: 190px;
	height: 65px;  
	margin-top: 5px;      
	border: 0px #c2c2c2;
}

/* HEADER ELEMENTS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#site-meta {
	position: absolute;
	left: 0;
	top: 0px;
}
#header h1 {
	position: relative;
}
#header h1 a {
	color: #000000;
	color: #fff;
}
#header h1 a:hover {
	color: #5a360b;
	color: #000000;
}
#header span.description {
	position: relative;
	margin-left: 5px;
	color: #000000;
	font-size:18px;
}
#header ul {
	position: absolute;
	left: 0;
	bottom: 1px;
	font: 13px Georgia, "Times New Roman", Times, serif;
	list-style: none;
	margin-top: -6px;
	padding: 0;
	text-transform: none;
}
#header li {
	display: inline;
}
#header li a {
	float: left;
	display: block;
	padding: 8px 14px 8px 14px;
	color: #0060AB;
	text-decoration: none;
	margin-right: 2px;
	background:#fff;
	border: 1px solid #000000;
	border-bottom: none;
}
#header li a:hover {
	color: #000000;
	background-color:#fff;
	border: 1px solid #000000;
	border-bottom: none;
}
#header li.current_page_item a {
	color: #3E1403;
	background-color:#FFF;
	border: 1px solid #000000;
	border-bottom: none;
}
#topsearch {
	position: absolute;
	right: 34px;
	top: 170px;
	width: 218px;
	height: 42px;
	text-align: center;
}
#topsearch input {
	width: 145px;
	height: 21px;
	background: url(images/input.gif) no-repeat;
	border: none;
	padding: 4px 8px 5px 32px;
	margin-right: 0px;
	float: left;
	font: normal 1em tahoma, arial, san-serif ;
	color: #0060ab;
}
#topsearch button {
	width: 33px;
	height: 35px;
	background: url(images/search.gif) no-repeat;
	border: none;
	text-indent: -9999px;
	float: right;
	cursor: pointer;
}

/* MENU */

.menu-home-n  {
	margin:0;
	border:0;
}
.menu-home-n a{
	position: absolute;
	width:80px;
	height:37px;
	float:left;
	margin:0;
	display:block;
	background: url(images/but-home-n.png) 0 0 no-repeat;
	border:0;
}	
.menu-home-n  a:hover {	
		background-position:0 -37px;
}
.menu-home-n  a:active {
		background-position:0 -74px;		
}


.menu-clients-n {
	margin:0;
	border:0;
}
.menu-clients-n a{
	position: absolute;
	width:98px;
	height:37px;
	float:left;
	margin:0;
	display:block;
	background: url(images/but-clients-n.png) 0 0 no-repeat;
	border:0;
}	
.menu-clients-n  a:hover {	
		background-position:0 -37px;
}
.menu-clients-n  a:active {
		background-position:0 -74px;		
}



.menu-case-n {
	margin:0;
	border:0;
}
.menu-case-n a{
	position: absolute;
	width:145px;
	height:37px;
	float:left;
	margin:0;
	display:block;
	background: url(images/but-case-n.png) 0 0 no-repeat;
	border:0;
}	
.menu-case-n a:hover {	
		background-position:0 -37px;
}
.menu-case-n a:active {
		background-position:0 -74px;		
}



.menu-services-n  {
	margin:0;
	border:0;
}
.menu-services-n  a{
	position: absolute;
	width:109px;
	height:37px;
	float:left;
	margin:0;
	display:block;
	background: url(images/but-services-n.png) 0 0 no-repeat;
	border:0;
}	
.menu-services-n  a:hover {	
		background-position:0 -37px;	
}
.menu-services-n  a:active {
		background-position:0 -74px;		
}



.menu-about-n  {
	margin:0;
	border:0;
}
.menu-about-n  a{
	position: absolute;
	width:110px;
	height:37px;
	float:left;
	margin:0;
	display:block;
	background: url(images/but-about-n.png) 0 0 no-repeat;
	border:0;
}	
.menu-about-n a:hover {	
		background-position:0 -37px;
}
.menu-about-n a:active {
		background-position:0 -74px;		
}



.menu-contact-n  {
	margin:0;
	border:0;
}
.menu-contact-n  a{
	position: absolute;
	width:129px;
	height:37px;
	float:left;
	margin:0;
	display:block;
	background: url(images/but-contact-n.png) 0 0 no-repeat;
	border:0;
}	
.menu-contact-n a:hover {	
		background-position:0 -37px;
}
.menu-contact-n  a:active {
		background-position:0 -74px;		
}

.menu-blog-n  {
	margin:0;
	border:0;
}
.menu-blog-n  a{
	position: absolute;
	width:79px;
	height:37px;
	float:left;
	margin:0;
	display:block;
	background: url(images/but-blog-n.png) 0 0 no-repeat;
	border:0;
}	
.menu-blog-n a:hover {	
		background-position:0 -37px;
}
.menu-blog-n  a:active {
		background-position:0 -74px;		
}

/* POST SECTION ELEMENTS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.top-banner{
	width:557px;
	height:60px;
 	float:left;
	display:block;
    margin:0 0 20px 0;
}

.center-banner{
	width: 100%;
 	float:left;
	display:block;
    margin:0 0 20px 0;
	padding: auto;
}

.post {
	margin: 10px 0 10px 0;
	background: url(images/hr.gif) 0% 100% no-repeat;
	padding: 10px 0 0 0;
	
}
.post-logo {
	background: url(images/logo_article.png) 100% 100% no-repeat;
    padding:10px 0 0 0px;

}

.post-info {
	background: url(images/hr.gif) 0% 0% no-repeat;
	padding: 5px 0;
	font-size: 90%;
	margin: 0px 0;
	color: #999;
}
.post-info a {
	color: #999;
}
.post-info a:hover {
	color: #0060AB;
}
.post-info .setting {
	padding:3px;
	padding-left:20px;
	margin-right: 5px;
}
.post-info .datetime{
	background:#fff url(images/clock.png) no-repeat 0 2px;
}
.post-info .user{
	background:#fff url(images/user.png) no-repeat 0 2px;
}
.post-info .filedlink{
	background:#fff url(images/document.png) no-repeat 0 2px;
}
.post-info .commentslink{
	background:#fff url(images/comments.png) no-repeat 0 2px;
}
.post-info .editlink{
	background:#fff url(images/write.png) no-repeat 0 2px;
}
.post-entry p {
	display: block;
	margin: 10px 0;
}
.post-entry a {
	color: #0b72ba;
}
.post-entry a:hover {
	color: #0060AB;
	text-decoration: underline;
}
.post-entry a:visited {
	color: #609;
}
.post-entry span.more-link {
	display: block;
	margin: 10px 0;
}
.post-entry span.more-link a {
	color: #155195;
}
.post-entry span.more-link a:hover {
	color: #0060AB;
}

.post-entry ul, .post-entry ol {
	margin: 0 0 1em;
}
.post-entry ul {
	margin-left: 1.5em;
}
.post-entry ul li, .post-entry ol li {
	list-style: square;
	padding: .2em 0;
	margin: -0.2em 0 -0.2em 0;
}
.post-entry ol {
	margin-left: 2em;
}
.post-entry ol li {
	list-style: decimal;
	padding: .5em 0;
}
.post-entry blockquote {
	margin: 1.5em;
	padding: 1em;
	color: #999;
	font-style: italic;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	clear: both;
}
.post-entry img {
	margin: 0 ;
	padding: 0 auto;
	display:block;
	border:0;
}
.post-entry img.align-right {
	float: right;
	margin: 0;
	padding: 0 auto;
	display:block;
}
.post-entry img.align-left {
	float: left;
	margin:0;
	padding:0;
	display:block;
}
.post-entry img.align-center {
	display: block;
	margin-left:auto;
	margin-right: auto;
	padding:0;
}
.post-entry a img.aligncenter {
	display: block; 
	margin-left: auto; 
	margin-right: auto
}
.post-meta {
	font-size: 95%;
	color: #999;
}
.post-meta a {
	color: #999;
}
.post-meta a:hover {
	color: #0060AB;
}
.post-entry captionfeaturedimage {
font-size:10px;
margin:0;
padding:0;
}
.post-arch-info {
	font-size: 95%;
	color: #999;
	margin: 0 0 2em;
	padding: 0 0 1em;
	border-bottom: 1px solid #f5f5f5;
}
.wp-pagenavi {
	font-size: 11px;
	text-transform: uppercase;
	clear: both;
	color: #555;
	padding: 0;
	text-align: right;
}
.wp-pagenavi a, .wp-pagenavi .current {
	padding: 3px 7px;
	border: 1px solid #ccc;
	color: #000000;
	margin-left: 1px;
	font-weight: normal;
}
.wp-pagenavi a:hover, .wp-pagenavi .current {
	color: #555;
	background: #e2e2e2;
	font-weight: normal;
}
.wp-pagenavi .pages {
	float: left;
	line-height: 13px;
}

/* WP 2.6 REQUIRED ELEMENTS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -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;
   margin-left:auto;
   margin-right:auto;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

/* COMMENT ELEMENTS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#comments h2, #respond h2 {
	margin: 0 0 .5em;
	padding: 0 0 .5em;
	border-bottom: 1px solid #f5f5f5;
}
#comments {
	margin: 0 0 1em;
	background: url(images/hr.gif) 0% 100% no-repeat;
	padding: 0 0 1em;
}
#comments h3 {
	font-size: 1.2em;
}
#comments img {
	float: left;
	margin: 0 5px 5px 0;
}
#comments p {
	padding-left: 40px;
}

.commentlist li {
	margin: 0 0 .5em;
	padding: 0 0 .5em;
	border-bottom: 1px solid #f5f5f5;
}
#respond input, #respond textarea {
	width: 542px;
	border-top: 1px solid #ccc;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	border-left: 1px solid #ccc;
	padding: 3px;
	margin: .1em 0 .5em;
}
#respond button {
	width: 75px;
	height: 35px;
	text-indent: -9999px;
	border: none;
	float: left;
	cursor: pointer;
}
#respond button#submit {
	background: url(images/submit.png) no-repeat;
	margin-right: 10px;
}
#respond button#reset {
	background: url(images/reset.png) no-repeat;
}
/* SIDEBAR ELEMENTS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#icon{
	position: relative;
	margin: 0;
}

#sidebar h5 {
	margin: 0 5px 0 0;
	padding: 0 0 .5em 0;
	border-bottom: 1px dotted #ccc;
	font-size: 18px;
	text-indent: -5px;
	color:#0060AB;
}
#sidebar li ul {
	margin: 0 0 2em 0;
}
#sidebar li ul li {
	border-bottom: 1px dotted #ccc;
	padding: 3px 0;
	padding-left: 18px;
	margin-right: 5px;
	background: #fff url(images/sidebar-li.gif) no-repeat 0 6px;
}
#sidebar li ul li:hover {
	background: #e8e8e8 url(images/sidebar-li.gif) no-repeat 0 6px;
}
#sidebar li ul li.current_page_item {
	padding-left: 8px;
	padding-right: 10px;
	background: #e8e8e8;
}
#sidebar li ul li.current_page_item a {
	color: #0060AB;
}
#sidebar li ul li ul li, #sidebar li ul li ul {
	display: none;
}
#sidebar li ul li {
	color: #222;
}
#sidebar li a {
	color: #555;
}
#sidebar li a:hover {
	color: #0060AB;
}
#calendar  {
	margin-top: 10px;
	border-bottom: 1px dotted #ccc;
}
#wp-calendar {
	width: 90%;
	margin-left: 5%;
}
#wp-calendar caption {
	color: #155195;
	margin-top: 5px;
}
/* FOOTER ELEMENTS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#footer_wrap {
	position: relative;
	clear: both;
	margin: 0 auto;
}
#footer {
	position: relative;
	clear: both;
	width: 950px;
	margin: 0 auto;
}

.v2-footer-1{

	font-family:Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #393939;
	text-decoration:none;
}

.v2-footer-2-bold{

	font-family:Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #16458E;
	text-decoration:none;
}

.v2-footer-2-bold a:link {

	font-family:Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #16458E;
	text-decoration:none;
}

.v2-footer-2-bold a:visited{

	font-family:Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #16458E;
	text-decoration:none;
}

.v2-footer-2-bold a:active {

	font-family:Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #16458E;
	text-decoration:none;
}

.v2-footer-2-bold a:hover {

	font-family:Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #16458E;
	text-decoration:none;
}


.v2-footer-2{

	font-family:Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #16458E;
	text-decoration:none;
}

.v2-footer-2 a:link{

	font-family:Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #16458E;
	text-decoration:undeline;
}

.v2-footer-2 a:active{

	font-family:Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration:undeline;
}

.v2-footer-2 a:hover{

	font-family:Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration:undeline;
}

.v2-footer-2 a:visited{

	font-family:Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-decoration:none;
	color: #000000;
	text-decoration:undeline;
}

.v2-footer-3{

	font-family:Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration:none;
}

.v2-box-04{
	border: 0px solid #d7d7d7;
	background:url(images/v2-backgr-footer-02.png);
	height:45px;
}

.v2-box-03{
	border: 1px solid #d7d7d7;
	background:url(images/v2-backgr-footer-01.png);
}


#rss {
	position: absolute;
	right: 20px;
	bottom: 0;
	margin: 0;
}
#rss-entries {
	background: url(images/rss-icon.png) no-repeat 0 0;
	border: none;
	float: left;
	height: 49px;
	margin: 0 4px 0 10px;
	padding: 0;
	text-decoration: none;
	text-indent: -3000px;
	width: 213px;
}
#rss-entries:hover {
	background: url(images/rss-icon-black.png) no-repeat ;
}
#rss-comments {
	background: url(images/rss-comments.png) no-repeat 0 0;
	border: none;
	float: left;
	height: 18px;
	margin: 0 4px 0 0;
	padding: 0;
	text-decoration: none;
	text-indent: -3000px;
	width: 46px;
}
#rss-comments:hover {
	background: url(images/rss-comments.png) no-repeat 0 -18px;
}


.rss-text {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #0060ab;
	padding:5px 0;
	margin:0 ;
}

.rss-text  a:link{
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #0060ab;
	padding:5px 0;
	margin:0 ;
}

.rss-text  a:active{
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #0060ab;
	padding:5px 0;
	margin:0 ;
}

.rss-text  a:hover{
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	padding:5px 0;
	margin:0 ;
}

.rss-text   a:visited{
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	padding:5px 0;
	margin:0 ;
}

.rss-text-bold {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #0060ab;
	padding:5px 0;
	margin:0 ;
}

.rss-text-bold a:link{
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #0060ab;
	padding:5px 0;
	margin:0 ;
}

.rss-text-bold  a:active{
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #0060ab;
	padding:5px 0;
	margin:0 ;
}

.rss-text-bold  a:hover{
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	padding:5px 0;
	margin:0 ;
}

.rss-text-bold   a:visited{
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	padding:5px 0;
	margin:0 ;
}



