body {
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	font-size: .9em;
	color: #333333;
	text-decoration: none;
	background-color:#FFFFFF
}
.sHeader{
	height:20px;
}
.logo{
	color:  #FF6600;
	font-weight:normal;
	font-size: 1.7em;
	padding:0; 
	margin:0;
	text-align:left;
}
.logo div{
	color:  #666;
	font-size: .6em;
	margin:-0.2em 0 1em;
}
.logo a{
	text-decoration:none;
}
h1, h2, h3, h4 {
	color: #FF6600;
	font-weight:normal;
	font-size: 2em;
	line-height:1.1em;
	margin-bottom:.5em; 
}
h2, #sidebar dt {    
	font-size: 1.5em;
	color: #333333;
	line-height:1.1em;
	margin-bottom:.5em;
}
h3 {
	color: #000000;
	line-height:1.1em;
	font-size: 1.3em;
	margin-bottom:.3em; 
	}

h4{
	color: #FF6600;
	font-size: .95em;
	font-weight: bold;
}
a, .addthis_toolbox .addthis_button_expanded{	
	color: #FF6600;
	text-decoration: underline;
}
a:hover, .addthis_toolbox .addthis_button_expanded:hover {
	color: #FF6600;
	text-decoration: none;
	}
.addthis_toolbox a, a img{
	text-decoration: none;
}
.small{
	font-size:12px;
} 	
#header{
	margin-bottom:1em;
}
#content{
	line-height:1.2em;
}
#sidebar{
	margin-top:1em;
}
#sidebar dt{
	margin-bottom:1em;
}
#sidebar dd{
	border-bottom:1px solid #CCC;
	padding-bottom:1.5em;
	margin-bottom:1.5em;
}
#sidebar dd.last{
	border-bottom:none;
	padding-bottom:1.5em;
	margin-bottom:1.5em;
}
#sidebar dd dt{
	font-size:1.2em;
	margin-bottom:.5em;
}
#sidebar dd dd{
	border-bottom:none;
	padding-bottom:0;
	margin-bottom:1em;
	margin-left:1.5em;
}

#footer{
	border-top:2px solid #CCCCCC;
	clear:both;
	font-size:.9em;
	line-height:1.3em;
	padding:.5em 0 1em;
}
#footer a{
	color:#333;
}
address{
	
	font-style:normal;
	text-decoration:none;
}

/*          MENUa:active                 */ 
.menu_holder{
	border-bottom:1px solid #CCCCCC;
	border-top:1px solid #CCCCCC;
	height:32px;
	margin:0;
}
.grid_12.menu_holder{
	width:960px;
}
.menu_holder ul{
	height:32px;
}
.menu_holder li{
	float:left;
	height: 32px;	
	margin:0 10px;
}
.menu_holder li a{
	border-bottom:1px solid #CCCCCC;
	display:block;
	color:#666;
	font-size: 20px;
	padding:6px 0 6px;	
	text-decoration:none;
}

.submenu_holder, .grid_12.submenu_holder{
	border-bottom:0.1em solid #CCCCCC;
	height:24px;
	margin:0;
	width:960px;	
}
.submenu_holder ul{
	height:24px;
}
.submenu_holder li{
	float:left;
	height: 24px;	
	margin:0 10px;
}
.submenu_holder li a, .submenu_holder li i{
	border-bottom:1px solid #CCCCCC;
	display:block;
	color:#666;
	font-size: 16px;
	padding:4px 0 4px;	
	text-decoration:none;
}
.menu_holder li a:hover, .menu_holder li a.selected, .submenu_holder li a:hover, .submenu_holder li a.selected{border-bottom:1px solid #FF6600; color:#FF6600}
.submenu_holder .buttons{
	float:right;
}
.submenu_holder li i{
	font-size: 14px;
	border-bottom:0px solid #CCCCCC;
	padding:5px 0 4px;
}

/ ********************* END MENU ***********************/
p{
	margin-bottom:10px;
}

.post{
	clear:both;
	margin-bottom:20px;
}
.f_left{
	border:none;
	float:left;
	margin:0 10px 10px 0;
}
.left{
	text-align:left;
}
.right{
	text-align:right;
}

.f_right{
	border:none;
	float:right;
	margin:0 0 10px 10px;
}
.more{
	background:url(/images/leftBullet.gif) left no-repeat;
	float:right;
	margin:0 1em 1em 0;
	padding-left:.8em;
	padding-bottom:.2em;
	
}
h1 .highlight{color:#333;}
.highlight{
	color:#FF6600;
}
.lead, .feature{
	border-bottom:1px solid #CCC;
	margin:.5em 0 1em;	
	padding-bottom:1em;
}
.feature{
	padding-bottom:0;
}
.swork{
	margin:2em 0;
}
.f_index img{
	display:block;
	margin:0 auto .5em;
}
.f_index a{
	display:block;
	margin-bottom:1em;
	text-align:center;
	width:100%;
}
.bList, .dot{
	margin-bottom:1em;
}
.bList li, .dot li{
	list-style:circle;
	margin-left:1.1em;
	margin-bottom:.2em;
}

.input div{
	border:1px solid #666;
	overflow:hidden;
	margin:2px 0;
	padding:2px;
}
.input div.active{
	border:1px solid #FF6600;
}
input[type="text"],input[type="password"], textarea{
	border:none;
	border-width:0;
	width:100%;
}
textarea{
	height:100px;
	}
	
input[type="submit"]{
	background-color:#FF6600;
	border:1px solid #666;
	color:#fff;
	cursor:pointer;
	font-size:1.2em;
	padding:0 1em;
	margin:.5em 0 1em;
}
input[type="submit"]:hover{
	background-color:#fff;
	border:1px solid #FF6600;
	border-width:1px;
	color:#333;
}
input[type="reset"]{
	background:none;
	border:none;
	border-width:0;
	cursor:pointer;
	font-size:1em;
	text-decoration:underline;
	margin:.5em 0 1em;
}
input[type="reset"]:hover{
	text-decoration:none;
}


/* --- Portfolio ---*/
.p_holder{
	margin-bottom:1em;
}
.p_holder img{
	border: 1px solid #ccc;
	padding:5px;
	margin:5px 0;
	width:210px;
}
.p_holder a:hover img{
	border: 1px solid #FF6600;
}
.p_task{
	margin-left:1em;
} 
.p_image{
	margin:1em 0;
	text-align:center;
}
 .sidebar li{
 	margin-bottom:7px;
 }

.icon, .aktt_tweets li{
	background-position:left;
	background-repeat:no-repeat;
	padding-left:20px;
	width:18px;	
}
.icon.right,{
	padding:0;
	background-position:right;
	background-repeat:no-repeat;
	padding-right:20px;	
}
.aktt_tweets li.aktt_more_updates, .aktt_tweets li.aktt_more_updates:first-letter{
	padding:0px;
	background:none;
}
.aktt_tweets li{
	padding-left:0px;
	background-position:top left;	
	width:100%;
	background-image:url('/blog/images/icons/balloon-twitter.png');
}
.aktt_tweets li:first-letter{
	padding-left:20px;
}
.icon.small{
	padding-left:16px;
}
.map-pin{
	background-image:url('/blog/images/icons/map-pin.png');
}
.direction{
	background-image:url('/blog/images/icons/direction.png');
}
.new_window{
	background-image:url('/blog/images/icons/applications.png');
}
.tag{
	background-image:url('/blog/images/icons/tag.png');
}
.tags{
	background-image:url('/blog/images/icons/tags.png');
}
.demo{
	background-image:url('/blog/images/icons/control-power.png');
}
.script-code{
	background-image:url('/blog/images/icons/script-code.png');
}
.calendar-small{
	background-image:url('/blog/images/icons/calendar-small.png');
}
.download{
	background-image:url('/blog/images/icons/drive-download.png');	
}
.email{
	background-image:url('/blog/images/icons/mail.png');
}
.phone-mobile{
	background-image:url('/blog/images/icons/mobile-phone.png');
}
.address-card{
	background-image:url('/blog/images/icons/card-address.png');
}
.icon.grid{
	background-image:url('/blog/images/icons/grid.png');
}
.icon.grid-rows{
	background-image:url('/blog/images/icons/grid-rows.png');
}
.pdf{
	background-image:url('/blog/images/icons/document-pdf-text.png');
}
