/* ============================ common ============================== */

body { 
	color: #f3f3f3; background: #000;
	font: normal 62.5% Arial, Helvetica, sans-serif;
	border-top: 1px solid #fff;
}

a{ color: #0ff; text-decoration: none; }
a:hover, a:active, a:focus { text-decoration: underline; }

img 	{ display: block; }
a img 	{ border: none; }
a span	{ cursor: pointer; }
strong 	{ font-weight: bold; }
em 		{ font-style: italic; }

.clearfix:after {
	clear: both;
	display: block; visibility: hidden;
	height: 0;
	content: ".";   
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.aural{
	position: absolute;
	left: -2007px;
	font: 0;
}

#tooltip{
	position:absolute;
	border:1px solid #333;
	background:#f7f5d1;
	padding:2px 5px;
	color: #333;
	font-size: 12px;
	display:none;
}

/* ========================== common end ============================ */

/* ============================ layout ============================== */

#holder{ 
	width: 938px;
	margin: 0 auto;
}

#header{ margin: 0 0 10px 0; }

	#header .col-1{
		float: left;
		width: 498px;
	}
	#header .col-2{
		float: right;
		width: 440px;
	}

#main{ 
	padding: 0 0 1px 0; 
	background: url(../img/bg-main.png) no-repeat 0 100%;
}
#main.homepage{ 
	padding: 0 0 1px 0; 
	background: url(../img/bg-main-home.png) no-repeat 0 100%;
}

	#content{ 
		float: left;
		width: 610px;
	}
		#content .col-1{
			float: left;
			width: 298px;
		}
		#content .col-2{
			float: right;
			width: 280px;
		}
	
	#side-bar{ 
		float: right;
		width: 294px;
	}

#footer{ 
	
}
/* ========================== layout end ============================ */

/* ============================ header ============================== */

#header h1 a{ background: #000; }
#header h1 a img{ background: #000; }

#address{
	margin: 12px 0;
	font: bold 1.2em Arial, sans-serif;
}

#langs{
	float: right; display: inline;
	width: 337px;
	padding: 20px 0 49px 15px;
	font-size: 1.2em; font-weight: bold;
}
#langs li{
	float: left; display: inline;
	margin: 0 0 0 6px;
}
#langs li.international{
	clear: both; display: block; float: none;
	width: 100%;
	text-align: center;
}

#social li{
	float: right; display: inline;
	margin: 0 0 0 8px;
	font: bold 1.2em Arial, sans-serif;
}
#social li img{ display: inline; }
#social .share-this{ padding: 10px 0 0 0; }
#social .share-this .stico_default{
	background: url(../img/share-this.png) no-repeat 0 0 !important;
}
#social .share-this a.stbutton{ padding: 12px 5px 5px 26px; }

#nav{
	clear: both;
	background: #2d2d2d;
	border-top: 1px solid #9f9f9f; border-bottom: 1px solid #9f9f9f;
	font: bold 1.4em Arial, sans-serif;
}
#nav li{ float: left; }
#nav li a{
	display: block;
	padding: 3px 5px;
	color: #fff;
	text-transform: uppercase;
}
#nav li.current a,
#nav li a:hover,
#nav li a:focus,
#nav li a:active{
	color: #0ff; background: #000;
	text-decoration: none;
}

/* ========================== header end ============================ */

/* ============================ content ============================= */

.homepage-block{
	position: relative;
	padding: 0 0 5px 0;
	background: #000;
}
.homepage-block h2{
	margin: 0 50px 0 0;
	font: bold 30px Arial, sans-serif; line-height: 1;
	color: #0ff;
}
.homepage-block .expand{
	position: absolute;
	top: 13px; right: 0;
	font: bold italic 1em Arial, sans-serif; text-transform: lowercase;
	color: #b4b4b4;
}
.homepage-block p{
	margin : 0 0 15px 0;
	font-size: 1.4em; line-height: 1.2;
}
.homepage-block .more-content{
	display: none;
}

#testimonials{
	border-top: 1px solid #9b9b9b;
	height: 305px;
}
#testimonials-list li{
	display: none;
	height: 220px;
	background: #191919;
	padding: 65px 20px 20px 20px;
}
#testimonials-list li:hover{
	background: #444;
}
#testimonials q{
	display: block;
	margin: 0 0 10px 0; padding: 9px 0 0 0;
	text-indent: 30px;
	background: url(../img/ldquo.png) no-repeat 0 0;
	font-size: 1.7em;
}
#testimonials q img{ display: inline; }
#testimonials cite{ font-size: 1.2em; }

#youtube-channel{
	margin: 0 0 15px 0; padding: 0 0 15px 0;
	border-bottom: 1px solid #9b9b9b;
}
#youtube-channel h2{
	margin: 0;
	font: bold 30px Arial, sans-serif;
	color: #0ff;
}

#case-studies{
	position: relative;
	height: 420px;
}
#case-studies h2{
	margin: 0;
	font: bold 30px Arial, sans-serif;
	color: #0ff;
}
#case-studies .main-presentation{
	position: absolute; display: none;
	top: 50px; left: 0;
}
#case-studies .thumb-presentation{
	position: absolute;
	top: 320px; left: 0;
	width: 90px;
	padding: 10px 0 0 0;
}
#case-studies #div-thumb-presentation-2{ left: 95px; }
#case-studies #div-thumb-presentation-3{ left: 190px; }
#case-studies .thumb-presentation a{
	display: block;
	padding: 2px;
	background: #0ff;
}
#case-studies .thumb-presentation a:hover,
#case-studies .thumb-presentation a:focus,
#case-studies .thumb-presentation a:active,
#case-studies .thumb-presentation.current a{ background: #fff; }
#case-studies .thumb-presentation.current{
	background: url(../img/arrow.gif) no-repeat 0 0;
}

.post{
	padding: 15px 0;
	border-top: 1px solid #9b9b9b;
}
.post.first{ 
	padding: 0 0 15px 0;
	border: none;
}
.post .date{
	font: bold 1em Arial, sans-serif; text-transform: uppercase;
	color: #fff;
}
.post h2{
	margin: 3px 0 0 0;
	font: bold 20px Arial, sans-serif;
	color: #00FFFF;
}
.post .content{ font-size: 1.5em; }
.post .content p{ margin: 0 0 10px 0; }
.post .content ul{
	margin: 0 0 10px 0; padding: 0 0 0 2em;
	list-style: disc;
}
.post .content ol{
	margin: 0 0 10px 0; padding: 0 0 0 2em;
	list-style: decimal;
}
.post .content .presentation{
	float: left; display: inline;
	margin: 0 10px 3px 0;
}
.post .meta{
	font: bold 1em Arial, sans-serif; text-transform: uppercase;
	color: #fff;
}
.post .meta li{
	float: left; display: inline;
	margin: 0 15px 0 0;
}
.post .meta .comments-link a{
	display: block;
	padding: 0 20px 3px 0;
	background: url(../img/comment.png) no-repeat 100% 0;
}
.post .meta .share-this{ padding: 0 0 0 0; }
.post .meta .share-this .stico_default{ background: url(../img/share-this-small.png) no-repeat 0 0 !important; }
.post .meta .share-this a.stbutton{ padding: 3px 0 3px 20px; }
.post .meta .share-this .stbuttontext{
	position: absolute;
	left: -2007px;
	font-size: 0;
}


#comments{
	margin: 0 0 10px 0;
	font: bold 1.5em Arial, Helvetica, sans-serif;
	color: #b3b3b3;
}
.commentlist{
	margin: 0 0 10px 0;
	font-size: 1.4em;
}
.commentlist li{
	margin: 0 0 10px 0;
}
.commentlist .avatar{
	float: left; display: inline;
	margin: 0 5px 2px 0;
}

#respond h3{
	margin: 0 0 10px 0;
	font: bold 1.5em Arial, Helvetica, sans-serif;
	color: #b3b3b3;
}
#respond p{
	margin: 0 0 10px 0;
	font-size: 1.4em;
}
#respond p .text,
#respond p textarea{
	padding: 2px;
	color: #fff; background: #000;
	border: 1px solid #b3b3b3;
	font: normal 1em Arial, sans-serif;
}

/* ========================== content end =========================== */

/* ============================ side-bar ============================ */

#side-bar h2{
	margin: 0;
	font: bold 22px Arial, sans-serif;
color: #0ff;
}
#into-the-blue{
	position: relative;
	margin: 0 0 15px 0; padding: 0 0 15px 0;
	border-bottom: 1px solid #9b9b9b;
}
#into-the-blue h2{ margin: 0 120px 10px 0; }
#into-the-blue .blidget{
	position: absolute;
	top: 0; right: 0;
	padding: 4px 20px 0 0;
	font: bold italic 1.2em Arial, sans-serif;
	color: #b4b4b4; background: url(../img/blidget.png) no-repeat 100% 0;
}
.excerpt{ margin: 0 0 10px 0; }
.excerpt h3{
	display: inline;
	font: bold 1.4em Arial, Helvetica, sans-serif;
	color: #adadad;
}
.excerpt p{
	display: inline;
	font-size: 1.4em;
}
.excerpt .more{
	float: right;
	font: bold italic 1em Arial, sans-serif;
	color: #b4b4b4;
}

#news{
	position: relative;
	margin: 0 0 15px 0; padding: 0 0 15px 0;
	border-bottom: 1px solid #9b9b9b;
}
#news h2{ margin: 0 20px 10px 0; }
#news .rss{
	position: absolute;
	top: 0; right: 0;
}
.news-list li{ margin: 0 0 5px 0; }
.news-list h3{
	display: inline;
	font-size: 1.3em;
}
.news-list p{
	display: inline;
	font: bold 1.3em Arial, Helvetica, sans-serif;
	color: #b3b3b3;
}
.news-list p a{ color: #b3b3b3; }

.flickr-list li{
	float: left; display: inline;
	margin: 0 5px 5px 0;
}
.flickr-list li img{ border: 1px solid #8a8a8a; }


/* ========================== side-bar end ========================== */

/* ============================= footer ============================= */

#bottom-nav{
	margin: 9px 0; padding: 4px 0;
	background: #161616;
	text-align: center;
}
#bottom-nav li{
	display: inline;
	padding: 0 8px;
	border-left: 1px solid #f3f3f3;
	font: normal 1.2em Arial, Helvetica, sans-serif;
}
#bottom-nav li:first-child{ border: none; }
#bottom-nav li a{ color: #f3f3f3; }

#copyright{
	margin: 10px 0;
	font: normal 1.2em Arial, Helvetica, sans-serif;
	color: #b7b7b7;
}


/* =========================== footer end =========================== */