/******************* CSS Reset *******************/

a, abbr, acronym, address, applet, area, b, base, basefont, bdo, big, blockquote, body, br, button, caption, center, cite, code, col, colgroup, dd, del, dir, div, dfn, dl, dt, em, fieldset, font, form, frame, frameset, h1, h2, h3, h4, h5, h6, hr, i, iframe, input, ins, isindex, kbd, label, legend, li, link, map, menu, noframes, noscript, object, ol, optgroup, option, p, param, pre, q, s, samp, select, small, span, strike, strong, style, sub, sup, table, tbody, td, textarea, tfoot, th, thead, tr, tt, u, ul, var {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align: baseline;
	background:none;
}
ol, ul {
	list-style:none;
}
h1, h2, h3, h4, h5, h6, li {
	line-height:100%;
}
blockquote, q {
	quotes:none;
}
q:before, q:after {
	content: '';
}
table {
	border-collapse:collapse;
	border-spacing:0;
}

.alignleft{
	float:left; 
	padding: 30px 20px 20px 0;
}

.alignright{
	float:right; 
	padding: 30px 0 20px 20px;
}


/******************* General Settings *******************/
htm,body {
	height:100%;
	background:#f5f5f5;
	color:#717171;
	font-size:12px;
	font-family: "Pt Sans", Helvetica, Arial, sans-serif;
	border-top:5px solid #ffde00;
}

input, textarea, select {
	font-size:12px;
	font-family: "Pt Sans", Helvetica, Arial, sans-serif;
	vertical-align:middle;
	padding:0;
	margin:0;
}
form, fieldset {
	border-style:none;
}
a {
	color:#7193b2;	
	text-decoration:none;
}
a:hover, a:active {color: #000}
.left {
	float:left;
}	
.right {
	float: right;
}
.clr {
	height:0;
	font-size:0;
	clear:both;
}
p{
	font-family: "Pt Sans", Helvetica, Arial, sans-serif;
	font-size:13px;
	color:#717171;
	line-height:20px;
}

h1, h2, h3, h4, h5, h6 { 
	padding-bottom:16px; 
	font-family: "Pt Sans", Helvetica, Arial, sans-serif;
	font-weight:normal; 
	color:#000;
	font-style: normal !important
}
h1 {
	font-size:28px; 
	line-height: 34px;
	margin-bottom: 10px;

}
h2 {
	font-size:22px; 
	line-height: 26px;
}
h3 {
	font-size:18px; 
	line-height: 22px;
}
h4 {
	font-size:16px; 
	line-height: 22px;
}
h5 {
	font-size:14px; 
	line-height: 18px;
}
h6 {
	font-size:12px; 
	line-height: 16px;
}

#wrapper, .info-wrap {
	width:960px; 
	margin:0 auto;
}
#container {
	width:100%;
}
#container h1.page_title {
	padding:30px 0; 
	border-bottom:1px dashed #d3dad9;
}
#container h1.page_title span, #container h1.page_title a {
	color:#7193b2;
}

.page-title {
	width:100%;
	/*border-bottom:1px dashed #d3dad9;*/
}
.page-title-content {
	width:960px;
	margin:0 auto;
}
.page-title-info { 
	width: 800px;
}
.page-title-info h1 {
font-size: 18px;
line-height: 22px;
color: #000;
margin: 5px 0 0 0
}

.page-title-info span {
	font-size:16px;
	color:#7193b2;
}
.page-title-link {
	color:#358ab1;
	padding: 7px 0px 0px 0px;
	float: right;
	line-height: 18px;
	font-size: 11px;
	font-family: "Pt Sans", Helvetica, Arial, sans-serif;
	font-style:italic;
}

.clear { font-size:1px;line-height:1px;height:1px;clear:both;margin:0px;padding:0px; }

/* @end */

#header-home {
	width:100%; 
	height:90px;
	border-bottom:1px dashed #d3dad9;
	-moz-animation-duration: 1s;
	-moz-animation-name: dropDown;
	-webkit-animation-duration: 1s;
	-webkit-animation-name: dropDown;
	-ms-animation-duration: 1s;
	-ms-animation-name: dropDown;
}

@-moz-keyframes dropDown {
0% { -moz-transform: translate(0pt, -125px); opacity:0; }
50% { -moz-transform: translate(0pt, -125px); }
75% { -moz-transform: translate(0pt, 10px); }
100% { -moz-transform: translate(0pt, 0px); opacity:100; }
}

@-webkit-keyframes dropDown {
0% { -webkit-transform: translate(0pt, -125px); opacity:0; }
50% { -webkit-transform: translate(0pt, -125px); }
75% { -webkit-transform: translate(0pt, 10px); }
100% { -webkit-transform: translate(0pt, 0px); opacity:100; }
}

@-ms-keyframes dropDown {
0% { -webkit-transform: translate(0pt, -125px); opacity:0; }
50% { -webkit-transform: translate(0pt, -125px); }
75% { -webkit-transform: translate(0pt, 10px); }
100% { -webkit-transform: translate(0pt, 0px); opacity:100; }
}

@-moz-keyframes dropDown-head {
0% { opacity:0; }
100% { opacity:100; }
}

@-webkit-keyframes dropDown-head {
0% { opacity:0; }
100% { opacity:100; }
}

@-ms-keyframes dropDown-head {
0% { opacity:0; }
100% { opacity:100; }
}

/******************* Language Bar *******************/

#slide_panel {
	background: #1c78a2;
	height: 40px;
	display: none;
	color: white;
}
a.slide_languages {
	padding: 5px;
	width: 90px;
	text-align: center;
	text-decoration: none;
	font-size: 12px;
	background: #1c78a2;
	color: #b4dcee;
	font-style: italic;
	position: absolute;
	margin-left: 860px;
	}
a.slide_languages:hover {color: white}
ul.qtrans_language_chooser li {float: right; padding: 10px}
ul.qtrans_language_chooser li a {color: white;}
.qtrans_flag_and_text {padding-left: 24px !important}
/******************* Header *******************/

#header {
	width:100%; 
	height:90px; 
	border-bottom:1px dashed #d3dad9;
}
#logo {
	width:155px; 
	height:29px; 
	float:left; 
	margin-top:30px;
}

#menu {
	width:500px; 
	float:right; 
	height:31px; 
	margin-top:31px;
}
#menu ul {
	float:right;
}
#menu ul li {
	float:left; 
	margin:0 0 0 30px; 
	line-height:31px; 
	font-size:13px; 
	display:inline;
}
#menu ul li a:hover {
	color:#000;
}
#navigation {
	float:right;
	margin:30px -20px -10px 0 ;
}
#dropmenu, #dropmenu ul {
	margin:0;
	padding:0px;
	list-style:none;
	position:relative;
	z-index:300;
	width:100%;
	font-size:15px;
}
#dropmenu li a {
    color:#535353;
}
#dropmenu li li a {
    color:#a9a9a9;

}
#dropmenu a {
	display:block;
	color:#a9a9a9;
	padding:34px 22px;
	text-decoration:none;
}
#dropmenu li li a {
	background:url(images-light/dividerrpt.png) no-repeat 16px bottom;
}
#dropmenu li a:hover {
	padding:34px 22px;
	color:#000;
}
#dropmenu li {
	float:left;
	position:relative;
}
#dropmenu ul {
	position:absolute;
	margin:10px 0 0 0px;
	display:none;
	width:16em;
	top:59px;
	left:-1px;
}
#dropmenu ul a {
	padding:10px;
}
#dropmenu li ul {
	width:16em;
	margin-top:3px;
	background:url(images-light/subsubrpt.png) no-repeat  0px  0px ;
	padding-top:14px;
}
#dropmenu li ul  ul{
	width:16em;
	margin-top:3px;
	background:url(images-light/subsubrpt_sub.png) no-repeat  0px 0px ;
	padding-top:14px;
}
#dropmenu li ul a {
	width:14.9em;
	height:auto;
	float:left;
}
#dropmenu ul ul {
	top:auto;
}
#dropmenu li ul ul {
	left:16em;
	margin:0 0 0 0px;
	top:0em;
}
#dropmenu li ul a:hover, #dropmenu li.current_page_item a {
	color:#000;
}
#dropmenu li.current_page_item ul li a {
	background:#fff;
}
#dropmenu li ul li a:hover {
	padding:10px 10px;
	color:#000;
}
#dropmenu li a span {
	position: absolute;
	right:0px;
}
.sub-menu li a {
	font-size:13px !important;
	padding-left:12px !important;
	padding-right:3px !important;
}
#dropmenu li:last-child a{
	background: none;
}
#dropmenu li a span .firstlabel {
	display:none;
}
#dropmenu li a:hover span .firstlabel {
	display: none;
}
.sub-menu li {
    background: none repeat scroll 0 0 #fff;
}

/******************* Slider *******************/

.banner_home {
	width:100%; 
	overflow:hidden;
}
.banner_home h1 {
	text-align:center; 
	padding:0 0 20px 0;
	margin: 10px 0;
}
.banner_home h1 span {
	color:#7193b2;
}
.banner_inner {
	width:100%; 
	height:360px; 
	padding-top:30px; 
	padding-bottom:30px; 
	background:url(images-light/banner_bg.png) bottom no-repeat; 
	position:relative;
}

#easySlider {
 clear: both;
 margin: 0 auto;
 position: relative;
 width:960px;
}
.container_slider {
	width:100%;
	height:360px;
	overflow:hidden;
	position:relative;
	cursor:pointer;
}
.slides {
	left:0;
	top:0;
	position:absolute;
}
.slides > div.slide {
	display: none;
	position: absolute;
	top: 0;
	width: 960px;
}
ol#controls {
	height:10px;
	width:180px;
	overflow:hidden;
	position:absolute;
	left:22px;
	bottom:22px;
}
ol#controls li {
	float:left;
	margin-right:8px;
	height:10px;
}
ol#controls li a {
	text-indent:-999999px;
	width:10px;
	height:10px;
	background:url(images-light/banner_list.png) no-repeat;
	display:block;
}
ol#controls li a:hover {
	background:url(images-light/banner_list_hover.png) no-repeat;
}
ol#controls li.current a {
	background:url(images-light/banner_list_hover.png) no-repeat;
}


/******************* Home Page Content *******************/

.home_content {
	width:100%; 
	overflow:hidden; 
	margin-top: 0px;
}
.home_content h4, .latest_project h4 {
	color:#000; 
	padding-bottom:10px;
}

.divider {
	border-bottom:1px dashed #d3dad9;
	background: url(images/bg-block.png) repeat-x;
}

.free_quote {
	padding:5px 10px; 
	margin:10px 0 0 0;
}
.free_quote h5 {
	padding:7px 0; 
	margin:0;
}
.free_quote h5 span {
	color:#7193b2;
}
.free_quote img {
	float:right; 
	margin:0; 
	padding:0px 0 10px 0;
}
.project_block, .blog_block {
	width:100%; 
	overflow:hidden; 
	padding:20px 0 15px 0;
}
.project_block_portfolio{
	width:100%; 
	overflow:hidden; 
	padding:0 0 30px 0;
}
.project_info, .blog_info1  {
	width:225px; 
	float:left; 
	padding-right:25px; 
	display:inline;
}
.view_port , .read_blog{
	line-height:20px; 
	display:block; 
	color:#7193B2; 
	font-size:11px; 
	font-family: "Pt Sans", Helvetica, Arial, sans-serif;
	font-style:italic; 
}
a.view_port {background: none !important; color: #add0e0 !important}
a.view_port:hover {color: white !important}
.project_block .portfolio_grid_item, .blog_grid {
	margin-right:25px;
	margin-bottom:25px;
}
.portfolio_grid_item, .blog_grid {
	width:220px; 
	float:left; 
	display:inline;
	overflow: hidden;
	background:#fff;
}
.last, .project_block  .last{
	margin-right:0;
}
.portfolio_grid_item img , .blog_grid img{
	padding-bottom:0px;
}
.portfolio_grid_item p, .blog_grid p {
	font-size:15px; 
	line-height:16px;
	font-family: "PT Sans", Helvetica, Arial, sans; 
	padding:15px 10px 15px 10px;
}
.portfolio_grid_item ul, .blog_grid ul {
	padding: 0 10px 0 10px; 
	overflow:hidden;
}
.portfolio_grid_item ul li, .blog_grid ul li {
	float:left; 
	color:#717171; 
	line-height:14px; 
	font-family: "PT Sans", Helvetica, Arial, sans;  
	font-size:13px;
	padding-bottom:15px;
}
ul li.sticky-posts {
	display: none;
}
.portfolio_grid_item ul li a, .portfolio_list_item ul li a, .blog_grid ul li a {
	color:#a9a9a9; 
	padding:0 1px;
}
.portfolio_grid_item ul li a:hover , .portfolio_list_item ul li a:hover, .blog_grid ul li a:hover {
	color:#7193b2;
}
.portfolio_grid_item p a, .blog_grid p a {
	color:#000; 
	padding:0 1px;
}
.portfolio_grid_item p a:hover , .blog_grid p a:hover {
	color:#7193b2;
}
.portfolio_grid_item a.image {
	display: block; 
	position: relative; 
	width: 220px; 
	height: 160px;  
	background: #000;
} 
.portfolio_grid_item span.rollover {
	position: absolute; 
	width: 220px; 
	height: 160px; 
	top:0;
	left:0; 
	background: #fff; 
	filter:alpha(opacity=0); 
	opacity: 0; 
	-moz-opacity:0;
}

.portfolio_grid_item:hover span.rollover {
	display: block;
}

.portfolio_grid_item em {font-size: 12px}
/****** ul holder for portfolio images ******/
ul.ourHolder {
  width: 735px;
  margin: 0;
}

ul.ourHolder:after {
  content: "";
  display: block;
  height: 0;
  overflow: hidden;
  clear: both;
}

ul.ourHolder li.item {
  width: 220px;
  margin: 0 25px 25px 0;
  float: left;
  height: 228px;
  overflow: hidden;
}


.portfolio_pagination {
	width:710px; 
	float:left; 
	display:inline;
}


.portfolio_pagination ul.pagination {
	margin-top:0px;
	margin-bottom:0px;
}


.aboutus_block {
	width:100%; 
	padding:30px 0 20px 0; 
	overflow:hidden;
}
.about_column1 {
	width:225px; 
	float:left; 
	padding-right:25px;
}
.about_column2 {
	width:220px; 
	float:left; 
	padding-right:25px;
}
.testimonial {
	float:left; 
	padding-right:0;
	width: 220px;
}
.testimonial p {
	padding:10px 15px 30px 15px;
	color:#93cee8; 
	font-family: "Pt Sans", Helvetica, Arial, sans-serif;
	font-size:20px;
	line-height:26px;
	vertical-align: top;
	display: block;
	background:#1c78a2 url(images-light/folks_bg.png) bottom left no-repeat;
}
.testimonial span {
	text-align:right; 
	padding:0 0 3px 0; 
	color:#000000; 
	font-size:18px; 
	font-family: "Pt Sans", Helvetica, Arial, sans-serif;
	clear: both;
}

.testimonial i {color: white; font-size: 12px; font-style: normal;}

.testimonial a {
	color:#93cee8;
	display:block;
}

/******************* Portfolio Page Content *******************/

.inner_page_container {
	width:100%; 
	overflow:hidden; 
	padding:30px 0 0;
}

.latest_project {
	padding:0 0 18px 0;
}
.filter_work {
	width:100%; 
	border-top:1px dashed #d3dad9;
	padding:20px 0 20px 0;
}
.view_work {
	width:100%; 
	border-top:1px dashed #d3dad9; 
	padding:20px 0 20px 0;
}

.textwidget p {
	padding-bottom: 20px;
}
.filter_work h6, .view_work h6 {
	color:#717171; 
	padding-bottom:6px;
}
.portfolio_sidebar ul, .portfolio_sidebar2 ul {
	padding-left:15px;
}
.portfolio_sidebar ul li, .portfolio_sidebar2 ul li {
	line-height:21px; 
	color:#717171; 
	font-family: "Pt Sans", Helvetica, Arial, sans-serif;
	font-style:italic;
}
.portfolio_sidebar ul li a, .portfolio_sidebar2 ul li a {
	color:#717171;
}
.portfolio_sidebar ul li a:hover, .portfolio_sidebar ul li a.active_work, .portfolio_sidebar2 ul li a:hover, .portfolio_sidebar2 ul li a.active_work  {
	color:#000;
}
p.first, p.second {display: inline-block; margin: 0; line-height: 20px; padding-bottom: 10px !important; vertical-align: top}
p.first {width: 150px; color: black; font-size: 14px}
p.second {width: 450px; clear: right;}
p.second.double {height: 40px;}
.portfolio_content2 {
	width:665px; 
	float:left;
}
.portfolio_grid {
	width:100%; 
	padding-bottom:30px; 
	overflow:hidden;
}
.portfolio_list { 
	width:100%; 
	margin-bottom:30px; 
	overflow: hidden;
	position: relative;
	height: 300px
}

.portfolio_list a img {display: block}
.portfolio_list_item {
	padding:21px 22px; 
	width: 625px;
	top:240px;
	height: 200px;
	color: white;
	position: absolute;
	overflow:hidden;
	background: rgb(28, 120, 162);
	background: rgba(28, 120, 162, 0.8);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC1C78A2,endColorstr=#CC1C78A2)"; /* IE8 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC1C78A2,endColorstr=#CC1C78A2);   /* IE6 & 7 */
      zoom: 1;
	}
.portfolio_list_item h2 {
	font-family: "Pt Sans", Helvetica, Arial, sans-serif;
	font-size:18px;
	color:#fff;
}
a.portfolio_list_item_title:hover {
	color:#7193b2;
}
.portfolio_list_item ul {
	padding:10px 0 0 0; 
	overflow:hidden; 
	width:100%;
}
.portfolio_list_item ul li {
	float:left; 
	color:#717171; 
	line-height:14px; 
	font-style:italic;
	font-family: "Pt Sans", Helvetica, Arial, sans-serif;
	font-size:11px;	
	padding-bottom:10px;
}

/******************* Sidebar Left Page *******************/

.page_rightsidebar_container {
	width:100%; 
	padding:30px 0; 
	overflow:hidden;
}
.page_rightsidebar_content {
	width:665px; 
	float:left;
}
.col_block {
	width:100%; 
	overflow:hidden; 
	padding-bottom:15px;
}
.col_layout {
	padding:5px 24px 0 0; 
	overflow:hidden; 
	float:left; 
	display:inline;
}

.col_block .last {
	padding-right:0px; 
}
.col_layout h4 {
	padding:0 0 10px; 
}
.col_block1 {
	width:318px;
}
.col_block2 {
	width:204px;
}
.col_block3 {
	width:148px;
}
.col_block4 {
	width:433px;
}
.page_rightsidebar_sidebar {
	margin-top:0px!important;
}

/******************* Full Width Page ***************************/

.full_width_content {
	width:100%; 
	overflow:hidden; 
	margin-top:30px;
}
.full_width_content p {
	/*padding-bottom:25px;*/
}
.separator {
	border-bottom:1px dashed #d3dad9; 
	margin-bottom:25px;
}
.full_width_content .quote {
	padding:5px 0 15px 75px; 
	background:url(images-light/quotation.png) 25px top no-repeat; 
	color:#717171; 
	font-family: "PT Serif", Georgia, Times, "Times New Roman", serif; 
	font-size:11px; 
	font-style:italic;
}
ul.box_style li {
	background:#fff; 
	width:100%; 
	margin-bottom:25px; 
	height:40px;
}
ul.box_style li a {
	padding-left:74px; 
	color:#717171; 
	display:block; 
	height:40px; 
	line-height:40px;
}
ul.box_style li.style1 a {
	background:url(images-light/style1.png) 25px 8px no-repeat;
}
ul.box_style li.style2 a {
	background:url(images-light/style2.png) 25px 8px no-repeat;
}
ul.box_style li.style3 a {
	background:url(images-light/style3.png) 25px 8px no-repeat;
}
ul.box_style li.style4 a {
	background:url(images-light/style4.png) 25px 8px no-repeat;
}
.style_list {
	width:100%; 
	overflow:hidden; 
	padding-bottom:25px;
	padding-top: 5px;
}
.style_list div {
	width:100%; 
	float:left;
}

.style_list ul li, .style_list ol li {
	margin-bottom:12px; 
	color:#717171;
	line-height:21px;
}
.list2 {
	display:inline;
}
.list1 ul li {
	padding:5px 21px; 
	background:url(images-light/list1.png) left center no-repeat;
	font-size: 13px
}

ul.subpages li {
	padding-left:8px; 
	background:url(images-light/list2.png) left center no-repeat;
}

.list2 ul li {
	padding-left:12px;
	background:url(images-light/list2.png) left center no-repeat;
}
.style_list ol {
	list-style-type:decimal; 
	margin-left:17px;
}
.columns_content_inner {
	width:100%; 
	overflow:hidden; 
	margin:0px 0 10px 0;
}

.col_layout p:second-child {color: black}

.columns_content_inner .col_block1 {
	width:462px;
}
.columns_content_inner .col_block2 {
	width:302px;
}
.columns_content_inner .col_block3 {
	width:222px;
}
.columns_content_inner .col_block4 {
	width:622px;
}


/******************* Blog *******************/

.blog_content, .contact_content {
	width:665px; 
	float:left; 
	display:inline; 
	margin-right:25px;
}

.blog_content_block .navi .prev {float: left;}  
.blog_content_block .navi .next {float: right; clear: right;}  
.blog_content strong {font-weight: normal; color: black;}
.blog_content_block, .contact_content_block {
	width:665px; 
	background:#fff; 
	margin-bottom:30px;
}
.contact_content_block {
	margin-bottom:30px;
}
.blog_content_inner, .contact_content_inner {
	width:665px; 
	margin-top:20px; 
	position:relative;
}
.blog_info div {display: block; }
.blog_content_inner img {
	max-width: 665px;
}
.blog_full_width img {
	max-width: 960px;
}
.blog_info, .contact_info {
	width:615px; 
	background:#fff; 
	padding:16px 25px 0px 25px;
}

.blog_info h2{
	margin-top:0px;
}
.contact_info  h2{
	margin-top:15px;
}
.contact_info  iframe{
	margin:-16px 0 0px -25px;
}

.blog_info .share_this {
	margin-top:10px;
	margin-bottom:20px;
	padding-bottom:20px;
	width: 710px;
}
.share_this .facebook-share-button, .share_this .twitter-share-button {
	float: left;
}

img.right_pic {
	margin:10px 0 15px 25px; 
	float:right; 
	display:inline;
}
img.left_pic  {
	margin:10px 25px 15px 0; 
	float:left; 
	display:inline;
}
img.center_pic {
	margin:0px 0px 25px 0; 
	max-width: 615px;
}
.blog_info h2, .contact_info h2 {
	padding:10px 0px 30px 0px;
}
.blog_info h2 a , .contact_info h2 a{
	color:#000;
}
.blog_info h2 a:hover {
	color:#7193b2;
}
.blog_info p, .contact_info p {
	padding-bottom:25px;
}
.blog_info_info, .contact_info_info {
	width:100%; 
	overflow:hidden;
}
.blog_info_info a img, .contact_info_info a img {
	float:right; 
	display:inline; 
	margin:0 0 12px 20px;
}
a.continue {
	line-height:30px; 
	display:block; 
	color:#000; 
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size:11px; 
	font-style:italic;
	margin-top:-15px;
	padding-bottom: 14px;
}
a.continue:hover {
	color:#7193b2;
}

.navi{width:625px; overflow:hidden; padding:20px; border-top:1px dashed #d3dad9;}
.navi a{font-size:12px; line-height:16px}


.blogBackrpt{
	background:#fff;	
}
.quote {
	padding:5px 0 15px 75px; 
	background:url(images-light/quotation.png) 25px top no-repeat; 
	color:#717171; 
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size:11px; 
	font-style:italic;
}
.meta_box {
	padding-right: 20px;
	height: 35px;
	overflow: hidden;
	background: #1c78a2;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 645px;
	zoom: 1;
	filter: alpha(opacity=90);
	opacity: 0.9;
}
.meta_box ul {
	overflow:hidden; 
	margin-left:20px;
}
.meta_box ul li {
	float:left; 
	line-height:35px; 
	font-family: "Pt Sans", Helvetica, Arial, sans-serif;
	font-size:11px; 
	color:#000; 
	font-style:italic; 
	padding:0 2px;
}
.meta_box ul li a {
	color:#000; 
	text-decoration:none;
}
.meta_box ul li a:hover {
	text-decoration:underline;
}
.portfolio_gallery {
	width:621px; 
	margin:0px 0 16px 24px; 
	padding:20px 0; 
	overflow:hidden;
}
.like {
	width:625px; 
	padding:20px; 
	border-top:1px dashed #d3dad9; 
	overflow:hidden;
	background: white
}
.like h4 {
	color:#000; 
	padding-bottom:10px;
}
.like_pic {
	width:100px; 
	float:left; 
	display:inline; 
	padding:5px 14px 5px 0px; 
	margin-right:14px; 
	border-right:1px solid #f5f5f5;
}
.like_pic_rpt {
	border-right:none; 
	padding-right:0px; 
	margin-right:0px;
}
.sidebar_container {width: 220px; float: right}
.sidebar {
	width:220px; 
	float:right;
	display: inline; 
	padding:0px 25px 0px 25px; 
	margin-top:20px; 
	background:#fff;
	clear: right
}
.topsearch {
	width:200px; 
	height:18px; 
	padding:6px 10px; 
	background:url(images-light/top_search.png) no-repeat;
}
.topsearch input {
	background:none; 
	width:200px; 
	height:18px; 
	line-height:18px; 
	color:#717171; 
	font-family: "Pt Sans", Helvetica, Arial, sans-serif;
	font-size:11px; 
	font-style:italic;
}
.sidebar_list  {
	overflow:hidden;

}
.sidebar_list_portfolio h4 {
	border-top:1px dashed #d3dad9; 
	color:#000; 
	line-height:21px; 
	padding:20px 0 15px 0;
}
.sidebar_list_portfolio {
	width:100%; 
	overflow:hidden;
	margin-top:20px;
}
.sidebar_list h4 {
	color:#000; 
	line-height:21px; 
	padding:15px 0;
}
.sidebar_list h4 a{
	color:#000; 

}
.sidebar h4 {
	color:#000; 
	line-height:21px; 
}
.sidebar_list ul {
	/*border-bottom:1px dashed #d3dad9; */
	padding-bottom:14px; 
	margin-bottom: 5px;
	overflow:hidden;
}
.sidebar_list ul li {
	line-height:25px;
}
.sidebar_list ul li a {
	color:#a9a9a9; 
	padding:5px;
	font-size: 13px;
	font-style: normal !important
}
.sidebar_list ul li a:hover, .sidebar_list ul li a.active {
	background:#ffde00; 
	color:#000;
}

.sidebar_list ul#popular_posts li {
	clear:left;
	line-height:16px; 
}
.sidebar_list ul#popular_posts li a {
	padding:0px;
	font-family: "Pt Sans", Helvetica, Arial, sans-serif;
	font-style: italic;
	line-height:16px; 
	color:#000;
	font-size:11px; 
}
.sidebar_list ul#popular_posts li a:hover {
	color:#7193b2;
	background: none;
}
.sidebar_list ul#popular_posts .thumb { 
	float:left; 
	margin: 0 10px 15px 0; 
}

.sidebar_list span.date {
	display:block;
	font-family: "Pt Sans", Helvetica, Arial, sans-serif;
	font-style:italic; 
}
.sidebar_list .line { 
	width:100%; 
	border-top:0px; 
	margin-top:10px; 
	overflow:hidden;
}
.sidebar_list .lastsidebar_post {
	border-bottom:1px dashed #d3dad9; 
	padding-bottom:20px;
	margin-bottom:0px;
}

.sidebar_list ul#popular_posts .date {
	font-size:10px;
	margin-top:10px;
}

.sidebar_list ul.children {
	border-bottom:0px; 
	margin: 5px 0 0 10px;
	padding-bottom:5px;
	overflow:hidden;
}
.sidebar_list ul.children li {
	line-height:21px;
}
.sidebar_list ul.children li a {
	color:#a9a9a9; 
	padding:3px 5px;
}
.sidebar_list ul.children li a:hover, .sidebar_list ul.children li a.active {
	background:#ffde00; 
	color:#000;
}


#calendar_wrap table caption {
   padding-bottom:10px !important;
   margin-bottom:0 !important;
   text-align: left;
   padding-left:10px;
}		
#calendar_wrap table thead tr {
   padding-bottom:10px !important;
}		

#calendar_wrap table{
	width:100%;
}
#calendar_wrap{
	width:100%;
	border-bottom:1px dashed #d3dad9; 
	padding-bottom:20px;
}

#calendar_wrap table tbody tr td {
	padding-left:12px;
	margin-bottom: 10px;
	
}
#calendar_wrap td {
	padding-top:10px;
	padding-bottom:px;
}
#calendar_wrap table a{
	padding: 3px;
}
#calendar_wrap table a:hover{
	background: #ffde00;
}

.posts {
	width:100%; 
	margin-bottom:10px;
}
.posts01 {
	margin-bottom:0px; 
	border-bottom:1px dashed #d3dad9; 
	padding-bottom:16px;
}
.posts a {
	font-family: "Pt Sans", Helvetica, Arial, sans-serif;
	font-size:11px; 
	line-height:16px; 
	font-style:italic; 
	color:#000;
}
.posts a:hover {
	color:#7193b2;
}
.posts span {
	font-family: "Pt Sans", Helvetica, Arial, sans-serif;
	font-size:11px; 
	line-height:16px; 
	font-style:italic; 
	color:#a9a9a9; 
	display:inline-block; 
	padding-top:10px;
}
.posts span a {
	color:#a9a9a9;
}
.posts span a:hover, .posts span a.active {
	color:#7193b2;
}
.sidebar_list ul.blog_photostream {
	width:100%; 
	overflow:hidden;
}
.sidebar_list ul.blog_photostream li {
	float:left; 
	height:70px; 
	display:inline; 
	margin:0 5px 5px 0;
}
.sidebar_list ul.blog_photostream li.margin_rpt {
	margin-right:0px;
}
.sidebar_list ul.blog_photostream li a {
	padding:0px;
}
.sidebar_list ul.blog_photostream li a:hover {
	background:none;
}

/******************* Pagination *******************/

ul.pagination {
	padding:0 25px; 
	height:35px; 
	background:#fff; 
	margin-top:25px;
	margin-bottom:30px;
}
ul.pagination li {
	float:left; 
	line-height:35px; 
	font-family: "Pt Sans", Helvetica, Arial, sans-serif;
	font-size:13px; 
	font-style:italic; 
	color:#717171; 
	margin-right:4px; 
	display:inline;
}
ul.pagination li a {
	color:#717171;
}
ul.pagination li a:hover {
	color:#000;
}


/******************* Map Pins *******************/

.pin_map {position: relative}
.pin_map a {position: absolute; height: 39px; width: 34px; background: url(images-light/pin.png) no-repeat}
.pin_map a.murmansk {margin: 50px 0 0 360px}
.pin_map a.peterburg {margin:200px 0 0 382px}
.pin_map a.tallinn {margin:218px 0 0 356px}
.pin_map a.riga {margin:249px 0 0 341px}
.pin_map a.vilnius {margin:296px 0 0 359px}
.pin_map a.kaliningrad {margin:294px 0 0 307px}
.pin_map a.penza {margin:324px 0 0 500px}
.pin_map a.lahti {margin:170px 0 0 370px}
.pin_map a.helsinki {margin:185px 0 0 360px}

.pin_map_container {
	position: absolute
	height:300px;
	-moz-animation-duration: 0.5s;
	-moz-animation-name: pins;
	-webkit-animation-duration: 0.5s;
	-webkit-animation-name: pins;
	-ms-animation-duration: 0.5s;
	-ms-animation-name: pins;
}

@-moz-keyframes pins {
0% { -moz-transform: translate(0pt, -300px); opacity:0; }
50% { -moz-transform: translate(0pt, 0px); opacity:100; }
75% { -moz-transform: translate(0pt, -5px); opacity:100; }
100% { -moz-transform: translate(0pt, 0px); opacity:100; }
}

@-webkit-keyframes pins {
0% { -webkit-transform: translate(0pt, -300px); opacity:0; }
50% { -webkit-transform: translate(0pt, 0px); opacity:100; }
75% { -webkit-transform: translate(0pt, -5px); opacity:100; }
100% { -webkit-transform: translate(0pt, 0px); opacity:100; }
}

@-ms-keyframes pins {
0% { -ms-transform: translate(0pt, -300px); opacity:0; }
50% { -ms-transform: translate(0pt, 0px); opacity:100; }
75% { -ms-transform: translate(0pt, -5px); opacity:100; }
100% { -ms-transform: translate(0pt, 0px); opacity:100; }
}



/******************* Buttons *******************/

/* Button Gray for Comment Form */

.btn_gray_input {
	float: left;
	clear: both;
	background: url(images-light/gray_left.png) no-repeat;
	padding: 0 0 0 3px;
	margin: 20px 0 0 0;
}
.btn_gray_input input {
	background: url(images-light/gray.png) repeat-x left top;
}
.btn_gray_input span {
	background: url(images-light/gray_right.png) no-repeat;
	float: left;
	width: 3px;
	height: 25px;
}
.btn_gray_input input:hover { 
	cursor: pointer;
	background: url(images-light/gray_hover.png) repeat-x left top;
}
.btn_gray_input:hover {
	background: url(images-light/gray_left_hover.png) no-repeat;
}
.btn_gray_input:hover span {
	background: url(images-light/gray_right_hover.png) no-repeat;
	float: left;
	width: 3px;
	height: 25px;
}

.btn_gray_input input, .btn_gray a, .btn_yellow a, .btn_green a, .btn_red a, .btn_blue a  {
	float: left;
	height: 25px;
	line-height: 25px;
	padding: 0 10px;
	color: #000;
	font-style:italic;
	font-size: 11px;
	text-decoration: none;
}
.btn_gray, .btn_yellow , .btn_green , .btn_red , .btn_blue {
	float: left;
	padding: 0 0 0 3px;
}
.btn_gray span, .btn_yellow span, .btn_green span, .btn_red span, .btn_blue span {
	float: left;
	width: 3px;
	height: 25px;
}
.btn_gray a:hover , .btn_yellow a:hover, .btn_green a:hover, .btn_red a:hover, .btn_blue a:hover  {
	cursor: pointer;
	height: 25px;
}
.btn_gray:hover span, .btn_yellow:hover span, .btn_green:hover span, .btn_red:hover span, .btn_blue:hover span   {
	float: left;
	width: 3px;
	height: 25px;

}
.buttons  p{
	display:inline;
	padding-bottom: 0px;
	margin: 0 30px 30px 0;
	display:block;	
}

/* Button Gray */

.btn_gray {
	background: url(images-light/gray_left.png) no-repeat;
}
.btn_gray a {
	background: url(images-light/gray.png) repeat-x left top;
}
.btn_gray span {
	background: url(images-light/gray_right.png) no-repeat;
}
.btn_gray a:hover { 
	background: url(images-light/gray_hover.png) repeat-x left top;
}
.btn_gray:hover {
	background: url(images-light/gray_left_hover.png) no-repeat;
}
.btn_gray:hover span {
	background: url(images-light/gray_right_hover.png) no-repeat;
}

/* Button Yellow */

.btn_yellow {
	background: url(images-light/yellow_left.png) no-repeat;
}
.btn_yellow a {
	background: url(images-light/yellow.png) repeat-x left top;
}
.btn_yellow span {
	background: url(images-light/yellow_right.png) no-repeat;
}
.btn_yellow a:hover { 
	background: url(images-light/yellow_hover.png) repeat-x left top;
}
.btn_yellow:hover {
	background: url(images-light/yellow_left_hover.png) no-repeat;
}
.btn_yellow:hover span {
	background: url(images-light/yellow_right_hover.png) no-repeat;
}

/* Button Green */

.btn_green {
	background: url(images-light/green_left.png) no-repeat;
}
.btn_green a {
	background: url(images-light/green.png) repeat-x left top;
}
.btn_green span {
	background: url(images-light/green_right.png) no-repeat;
}
.btn_green a:hover { 
	background: url(images-light/green_hover.png) repeat-x left top;
}
.btn_green:hover {
	background: url(images-light/green_left_hover.png) no-repeat;
}
.btn_green:hover span {
	background: url(images-light/green_right_hover.png) no-repeat;
}

/* Button Red */

.btn_red {
	background: url(images-light/red_left.png) no-repeat;
}
.btn_red a {
	background: url(images-light/red.png) repeat-x left top;
}
.btn_red span {
	background: url(images-light/red_right.png) no-repeat;
}
.btn_red a:hover { 
	background: url(images-light/red_hover.png) repeat-x left top;
}
.btn_red:hover {
	background: url(images-light/red_left_hover.png) no-repeat;
}
.btn_red:hover span {
	background: url(images-light/red_right_hover.png) no-repeat;
}

/* Button Blue */

.btn_blue {
	background: url(images-light/blue_left.png) no-repeat;
}
.btn_blue a {
	background: url(images-light/blue.png) repeat-x left top;
}
.btn_blue span {
	background: url(images-light/blue_right.png) no-repeat;
}
.btn_blue a:hover { 
	background: url(images-light/blue_hover.png) repeat-x left top;
}
.btn_blue:hover {
	background: url(images-light/blue_left_hover.png) no-repeat;
}
.btn_blue:hover span {
	background: url(images-light/blue_right_hover.png) no-repeat;
}

/******************* Footer *******************/

#footer {
	width:100%; 
	overflow:hidden; 
	padding-bottom:25px;
}
#footer #twitter_update_list p{
	padding-bottom: 0px;
}

.footer_content {
	width:100%; 
	margin-bottom:25px; 
	padding:30px 0 30px; 
	border-top:1px dashed #d3dad9; 
	border-bottom:1px dashed #d3dad9; 
	overflow:hidden;
}
.f_info { 
	width:225px; 
	float:left; 
	display:inline; 
	margin-right:25px;
}
.tweets { 
	width:220px; 
	float:left; 
	display:inline; 
	margin-right:25px;
}
.blog { 
	width:220px; 
	float:left; 
	display:inline; 
	margin-right:25px;
}
.photostream {
	width:220px; 
	margin-right:0px;
}

#flickr{
	position: relative;
	overflow: hidden;
	width: 220px;
	margin-top:17px;
}


#flickr .flickr_badge_image {
	float: left;
	height: 70px;
	width: 70px;
	list-style: none;	
	padding:0px;
	margin:0 3px 3px 0px;
}

 #flickr .flickr_badge_image a {
	float: left;
	height: 70px;
	width: 70px;
	padding:0px;
}

#flickr .flickr_badge_image a:hover {
	background: #00b5da;
}
	
#flickr .flickr_badge_image a img {
	float: left;
	height: 70px;
	width: 70px;
}

.f_info p {
	padding-top:10px;
}
.f_info p a {
	color:#7193b2; 
	font-family: "PT Serif", Georgia, Times, "Times New Roman", serif;
	font-style:italic;
}
.f_info p a:hover {
	color:#7193b2;	
}
.f_info p span {
	color:#a9a9a9; 
	display:block; 
	font-family: "PT Serif", Georgia, Times, "Times New Roman", serif;
	font-style:italic;
}
.f_info p span a {
	color:#a9a9a9; 
	font-family: "PT Serif", Georgia, Times, "Times New Roman", serif; 
	font-size:11px; 
	font-style:italic;
}
.f_info h5 { 
	color:#000; 
}
.f_info ul li {
	float:left; 
	display:inline; 
	margin:5px 5px 0px 0px;
}
.f_info ul li.margin_rpt {
	margin-right:0px;
}
.f_logo {
	width:135px;
}
.line {
	width:100%; 
	border-top:1px solid #d3dad9; 
	margin-top:10px; 
	overflow:hidden;
}
.d-line {
	margin-top:10px; 
	overflow:hidden;
	border-bottom:1px dashed #d3dad9;
	width:100%; 
}


.footer_bottom {
	width:100%;
	margin:25px 0 25px 0;
	border-top:1px dashed #d3dad9;
	padding-top: 25px
 
}
.copyright {
	float:left; 
	color:#b6b6b6; 
	font-size:11px; 
}
.copyright a {
	color:#000;
}
.f_nav {
	float:right;
}
.f_nav ul li {
	float:left; 
	margin-left:5px;
}
.f_nav ul li a {
	color:#000;
}
.f_nav ul li span {
	color:#717171;
}
.border_top {
	margin-top:30px; 
	overflow:hidden;
}

/******************* Horizontal Line *******************/

.hr {
	margin: 0px 0 0 0px;
	padding: 0;
	width: 960px;
}
.hr h4 {
	float: left;
	margin: 0;
	padding: 0;
}
.hr_line {
	overflow:hidden;	
	display: inline;
	float: right;
	margin: 5px 0 0 15px;
	padding: 0 0 5px 0;
    border-bottom: 1px dashed #d3dad9;
	width: 750px;
}


/******************* Note Pre Code *******************/
.notate-box{
	background:#f2f5f6;
	border:1px solid #d3dad9;
	margin:0 0 40px 0;
	min-height:15px;
	overflow-x:auto;
	overflow-y:hidden;
}
*+html .notate-box{
	min-height:45px;
}
.notate-box-type{
	width:auto;
}
.notate-box pre{
	margin:0;
	padding:0px 14px 14px 14px;
	display:block;
}

.page_rightsidebar_content .notate-box-type{
	margin-right:30px;
}



/******************* Tabs & Toggles *******************/
.tabset{
	list-style:none;
	margin:0 0 21px;
	padding:0;
	height:34px;
	overflow:hidden;
	background: url(images-light/bg-tabset.gif) repeat-x 0 100%;
}
.tabset li{
	float:left;
	background: url(images-light/bg-tab-l.gif) no-repeat;
	margin-right:5px;
}
.tabset a{
	float:left;
	color:#717171;
	background: url(images-light/bg-tab-r.gif) no-repeat 100% 0;
	height:25px;
	text-align:center;
	padding:9px 8px 0;
	min-width:80px;
	line-height:18px;
}
.tabset a:hover{
	text-decoration:none;
}
.tabset .active{
	background-position:0 -34px;
}
.tabset .active a{
	background-position:100% -34px;
	color:#717171;
}
.tab-content{
	width:100%;
}
.tab-content:after{
	content:"";
	display:block;
	clear:both;
}
.toggle-wrap{
	width:100%;
	overflow:hidden;
	position:relative;
}
.toggle{
	width:100%;
	overflow:hidden;
}
.toggle .slide-block{
	width:100%;
	overflow:hidden;
	margin-bottom:21px;
}
.toggle .open-close{
	color:#717171;
	background: url(images-light/bg-open-l.gif) no-repeat;
	display:block;
}
.toggle .open-close:hover{
	text-decoration:none;
}
.toggle .open-close span{
	display:block;
	background: url(images-light/bg-open-r.gif) no-repeat 100% 0;
}
.toggle .open-close em{
	font-style:normal;
	padding:8px 20px 0 28px;
	height:26px;
	display:block;
	line-height:18px;
}
.toggle .open-close .display{
	display:block;
	background: url(images-light/bg-open.gif) no-repeat 10px 11px;
}
.toggle .slide-active .open-close .display{
	display:none;
}
.toggle .open-close .hidden{
	display:none;
	background: url(images-light/bg-close.gif) no-repeat 10px 11px;
}
.toggle .slide-active .open-close .hidden{
	display:block;
}
.block{
	width:100%;
	overflow:hidden;
}
.toggle .block div{
	padding:0px 0 0;
	width:100%;
	overflow:hidden;
}

/*********** Dropcaps **********/
p .dropcap{
	float:left;
	font-size:61px;
	line-height:61px;
	height:61px;
	overflow:hidden;
	margin:-3px 11px -5px 0;
}

a img {  border:none; }

ul.hidden{
	display:none;
}

#filter a{
	display: block;
	padding-left:15px;
	line-height:21px; 
	color:#717171; 
	font-family: "PT Serif", Georgia, Times, "Times New Roman", serif; 
	font-style:italic;
}


.feedback-form{
	padding:0 0 39px;
}
.feedback-form label{
	float:right;
	width:57px;
	padding:2px 0 0 15px;
	
}
.comment-form label{
	float:left;
}

.feedback-form .text-wrap{
	overflow:hidden;
	zoom:1;
	height: 25px;
}
.comment-form .text-wrap{
	float:left;
	width:215px;
}
.feedback-form .input-r{
	width:10px;
	height:25px;
	overflow:hidden;
	float:right;
}
.feedback-form .input-wrap{
	zoom:1;
	overflow:hidden;
	background: #fff;
	padding:0 0 0 10px;
}

.feedback-form .text{
	margin:0;
	padding:4px 0 6px;
	border:0;
	background:none;
	width:100%;
	float:left;
	color:#000;
	line-height:16px;
}
.feedback-form .row{
	width:100%;
	overflow:hidden;
	padding-bottom:11px;
}
.feedback-form .textarea-wrap{
	overflow:hidden;
	zoom:1;
	height: 81px;
}
.feedback-form .textarea-r{
	width:10px;
	height:81px;
	overflow:hidden;
	float:right;
}
.feedback-form .textarea{
	zoom:1;
	overflow:hidden;
	background: #fff;
	padding:0 0 0 10px;
}
.feedback-form textarea{
	margin:0;
	padding:4px 0 6px;
	border:0;
	background:none;
	width:100%;
	height:71px;
	float:left;
	color:#000;
	line-height:16px;
	resize:none;
	overflow:auto;
}

#filter a.active  {
	color:#000;
}

/* Additional Styles */
.page_rightsidebar_content p { padding-bottom: 20px; line-height: 21px; }
#footer  ul li {
	padding-bottom:15px; 
	margin-bottom:10px; 
	line-height:21px;
}

#footer .btn_gray a, #footer .btn_yellow a, #footer .btn_green a, #footer .btn_red a, #footer .btn_blue a,
#footer .btn_gray span, #footer .btn_yellow span, #footer .btn_green span, #footer .btn_red span, #footer .btn_blue span {
	margin-top: -10px;
	color:#000;
}


		#lightbox {
			position:fixed; /* keeps the lightbox window in the current viewport */
			top:0;
			left:0; 
			width:100%; 
			height:100%; 
			background:url(../js/overlay.png) repeat; 
			text-align:center;
		}
		#lightbox p {
			text-align:right; 
			color:#fff; 
			margin-right:20px; 
			font-size:12px; 
		}
		#lightbox img {
			box-shadow:0 0 25px #111;
			-webkit-box-shadow:0 0 25px #111;
			-moz-box-shadow:0 0 25px #111;
			max-width:940px;
			}
			
#canvas_map {width:270px; height:350px; margin:0px; float:right}

/* TipTip CSS - Version 1.2 */

#tiptip_holder {
	display: none;
	position: absolute;
	top: 8px;
	left: -8px;
	z-index: 99999;
}

#tiptip_holder.tip_top {
	padding-bottom: 5px;
}

#tiptip_holder.tip_bottom {
	padding-top: 5px;
}

#tiptip_holder.tip_right {
	padding-left: 5px;
}

#tiptip_holder.tip_left {
	padding-right: 5px;
}

#tiptip_content {
	font-size: 13px;
	color: #fff;
	text-shadow: 0 0 2px #000;
	padding: 6px 12px;
	border: 1px solid rgba(255,255,255,0.25);
	background-color: rgb(25,25,25);
	background-color: rgba(25,25,25,0.92);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(transparent), to(#000));
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	box-shadow: 0 0 3px #555;
	-webkit-box-shadow: 0 0 3px #555;
	-moz-box-shadow: 0 0 3px #555;
}

#tiptip_arrow, #tiptip_arrow_inner {
	position: absolute;
	border-color: transparent;
	border-style: solid;
	border-width: 6px;
	height: 0;
	width: 0;
}

#tiptip_holder.tip_top #tiptip_arrow {
	border-top-color: #fff;
	border-top-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_bottom #tiptip_arrow {
	border-bottom-color: #fff;
	border-bottom-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_right #tiptip_arrow {
	border-right-color: #fff;
	border-right-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_left #tiptip_arrow {
	border-left-color: #fff;
	border-left-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_top #tiptip_arrow_inner {
	margin-top: -7px;
	margin-left: -6px;
	border-top-color: rgb(25,25,25);
	border-top-color: rgba(25,25,25,0.92);
}

#tiptip_holder.tip_bottom #tiptip_arrow_inner {
	margin-top: -5px;
	margin-left: -6px;
	border-bottom-color: rgb(25,25,25);
	border-bottom-color: rgba(25,25,25,0.92);
}

#tiptip_holder.tip_right #tiptip_arrow_inner {
	margin-top: -6px;
	margin-left: -5px;
	border-right-color: rgb(25,25,25);
	border-right-color: rgba(25,25,25,0.92);
}

#tiptip_holder.tip_left #tiptip_arrow_inner {
	margin-top: -6px;
	margin-left: -7px;
	border-left-color: rgb(25,25,25);
	border-left-color: rgba(25,25,25,0.92);
}

/* Webkit Hacks  */
@media screen and (-webkit-min-device-pixel-ratio:0) {	
	#tiptip_content {
		padding: 6px 12px 6px 12px;
		background-color: rgba(45,45,45,0.88);
	}
	#tiptip_holder.tip_bottom #tiptip_arrow_inner { 
		border-bottom-color: rgba(45,45,45,0.88);
	}
	#tiptip_holder.tip_top #tiptip_arrow_inner { 
		border-top-color: rgba(20,20,20,0.92);
	}
}
