@charset "utf-8";
/* CSS Document */

body {
	margin:0px;
	padding:0px;
	background-color:#FFFFFF;
}

#page_container{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background-color: #FFF;
}

#blog_menu_container{
	float:left;
	width:100%;
	height:41px;
	background-image:url(images/blog_header.gif);
	background-repeat: repeat-x;
}

#blog_menu{
	position:relative;
	width:900px;
	height:41px;
	margin:auto;
}

#blog_button_container{
	position:absolute;
	width:554px;
	height:36px;
	left:268px;
}

/* blog_menu buttons */

.bkdsnblog_logo a {
	position:absolute;
	display:block;
	width:184px;
	height:51px;
	background:url("images/bkdsnblog.gif") 0 0 no-repeat;
	text-decoration:none;
}

.recent a {
	float:left;
	display:block;
	width:122px;
	height:36px;
	background:url("images/recent.gif") 0 0 no-repeat;
	text-decoration:none;
}
.recent a:hover {	
	background-position: 0 -36px;
}
.recent a:active {
	background-position: 0 -36px;
}
.recent_on a,
.recent_on a:hover,
.recent_on a:active {
	float:left;
	display:block;
	width:122px;
	height:36px;
	background:url("images/recent.gif") 0 0 no-repeat;
	background-position: 0 -72px;
	text-decoration:none;
}

.strategy a {
	float:left;
	display:block;
	width:135px;
	height:36px;
	background: url("images/strategy.gif") 0 0 no-repeat;
	text-decoration: none;
}
.strategy a:hover {	
	background-position: 0 -36px;
}
.startegy a:active {
	background-position: 0 -36px;
}
.strategy_on a,
.strategy_on a:hover,
.strategy_on a:active {
	float:left;
	display:block;
	width:135px;
	height:36px;
	background: url("images/strategy.gif") 0 0 no-repeat;
	background-position: 0 -72px;
	text-decoration: none;
}
	
.design a {
	float:left;
	display:block;
	width:130px;
	height:36px;
	background: url("images/design.gif") 0 0 no-repeat;
	text-decoration: none;
}
.design a:hover {	
	background-position: 0 -36px;
}
.design a:active {
	background-position: 0 -36px;
}
.design_on a,
.design_on a:hover,
.design_on a:active {
	float:left;
	display:block;
	width:130px;
	height:36px;
	background: url("images/design.gif") 0 0 no-repeat;
	background-position: 0 -72px;
	text-decoration: none;
}

.technology a {
	float:left;
	display:block;
	width:167px;
	height:36px;
	background: url("images/technology.gif") 0 0 no-repeat;
	text-decoration: none;
}
.technology a:hover {	
	background-position: 0 -36px;
}
.technology a:active {
	background-position: 0 -36px;
}
.technology_on a,
.technology_on a:hover,
.technology_on a:active {
	float:left;
	display:block;
	width:167px;
	height:36px;
	background: url("images/technology.gif") 0 0 no-repeat;
	background-position: 0 -72px;
	text-decoration: none;
}

#line_divider{
	float:left;
	width:100%;
	height:1px;
	overflow:hidden;
	background-color: #CCCCCC;
}

#content_container{
	float:left;
	width:100%;
}

#section_container{
	position:relative;
	width:900px;
	margin:auto;
	background-image:url(images/blog_column_gradient.jpg);
	background-repeat:repeat-y;
}

#left_column{
	float:left;
	width:210px;
	padding:0px 16px 24px 0px;
}

#right_column{
	float:right;
	width:560px;
	padding:0px 90px 24px 24px;
}

.clear{
	clear:both;
}

.dashed_line{
	width:100%;
	height:1px;
	overflow:hidden;
	background-image:url(images/blog_dashed_line.gif);
	background-repeat:repeat-x;
}


/* links */

a:link,
a:visited {
	font-weight:bold;
	color:#FF4615;
	text-decoration:none;
}

a:hover {
	font-weight:bold;
	color:#FF4615;
	text-decoration:none;
}

a.arrow:link,
a.arrow:visited {
	font-weight:bold;
	color:#FF4615;
	text-decoration:none;
}

a.arrow:hover {
	font-weight:bold;
	color:#FF4615;
	text-decoration:none;
	padding-left:9px;
	background-image:url(images/link_arrow_hover.gif);
	background-position:0px 2px;
	background-repeat:no-repeat;
}

a.article:link,
a.article:visited {
	font-weight:bold;
	color:#333333;
	text-decoration:none;
}

a.article:hover {
	font-weight:bold;
	color:#FF4615;
	text-decoration:none;
	padding-left:9px;
	background-image:url(images/link_arrow_hover.gif);
	background-position:0px 2px;
	background-repeat:no-repeat;
}

a.none:link,
a.none:visited {
	color:#666666;
	font-weight:normal;
	text-decoration:none;
}

a.none:hover {
	color:#FF4615;
	font-weight:normal;
	text-decoration:none;
}

a.underline:link,
a.underline:visited {
	color:#000000;
	text-decoration:none;
	padding-bottom:1px;
	border-bottom-style:dotted;
	border-bottom-width:1px;
	border-bottom-color:#888888;
}

a.underline:hover {
	color:#FF4615;
	text-decoration:none;
	padding-bottom:1px;
	border-bottom-style:dotted;
	border-bottom-width:1px;	
	border-bottom-color:#FF4615;
}

/* text */

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:normal;
	color:#666666;
	line-height:32px;
	padding-top:24px;
	margin:0;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:normal;
	color:#666666;
	line-height:26px;
	padding-top:24px;
	margin:0;
}

h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#666666;
	line-height:19px;
	margin:0;
}

h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#333333;
	line-height:21px;
	margin:0;
}

h5 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#333333;
	line-height:21px;
	margin:0;
}

p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	line-height:21px;
	margin:0;
}

.grey {color:#666666;}
