/*
Theme Name: Kallyas
Theme URI: http://hogash-demo.com/kallyas_wp/
Description: A Highly customizable theme with page builder and unlimited colors.
Author: Hogash
Author URI: http://themeforest.net/user/hogash
Version: 3.4
Tags: dark, light, left-sidebar, right-sidebar, fixed-width, custom-background, custom-colors, custom-header, custom-menu,  editor-style, full-width-template, theme-options, translation-ready
License: GNU General Public License
License URI: license.txt
*/
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700);

#preheadercontainer {
	background-color: #323232;
	color: #fff;
	font-family: 'Open Sans';
	font-size: .9em;
	height: 40px;
	font-weight:200;
	line-height: 21px;
}

#preheadercontainer a {
	color: #fff;
		font-family: 'Open Sans';
}

#preheadercontainer .wrap {
	width: 960px;
	margin: 0 auto;
}
/* for wrapper sync pages */
 #preheadercontainer .textwidget {margin-top:2px}
 #preheadercontainer .textwidget a {text-decoration:none}
 #preheadercontainer .textwidget a:hover {text-decoration:underline}

.preheaderleftcontainer {
	float:left; 
	background: #323232 url(/wp-content/uploads/img/ipswitch_03.png) no-repeat 13px 2px;
	padding: 0px 0 0 170px;
	position: relative;
	top: 8px;
	color: #888888;
}
.preheaderrightcontainer {
	float:right; 
	position: relative;
top: 9px;
margin-right: 18px;
}
.preheaderrightcontainer a {
	 
		font-weight:200;

}

.preheaderrightcontainer a:after {
	content: "";
	position: absolute; 
	right:0px;
	top: 0px;
	width: 25px;
	height: 24px;
	text-indent: -9999px;
 	no-repeat;
}