/* Standardize */

@charset "UTF-8";
/* CSS Document */
/* Global Defaults */

html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
pre,form,fieldset,table,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
body {
  font: .75em/1.5 Arial, Helvetica, sans-serif;
}
a:active{
  outline: none;
}
:focus{
  -moz-outline-style: none;
}

/* Headlines */
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-family: Arial, Helvetica, sans-serif;
  line-height:1.25em;
}
h1{ font-size:2em; }
h2{ font-size:1.5em; }
h3{ font-size:1.25em; }
h4{ font-size:1.1em; }
h5, h6{ font-size:1em; }

/* Text Styles */
p, th, td, li, dd, dt, ul, ol, blockquote, q, acronym, abbr, input, select, textarea {
  font: normal normal normal 1em/1.75 Arial, Helvetica, sans-serif;
}
input, select{
  line-height:1em;
  padding:2px;
}
p{
  margin:1em 0 1em 0;
}
blockquote {
  margin: 1.25em;
  padding: 1.25em;
}
q {
  font-style: italic;
}
acronym, abbr {
  cursor: help;
  border-bottom: 1px dashed;
}
small {
  font-size:.85em;
}
big {
  font-size:1.2em;
}

/* Links and Images */
img {
  border: none;
}

/* Tables */
table {
  border: none;
  border-collapse:collapse;
  border-spacing:0;
}
td,th{
  text-align:left;
  vertical-align:top;
}

/* Forms */
form {
  display: inline;
}
label {
  cursor: pointer;
}

/* Common Classes */
.clear { clear: both; }
.floatLeft { float: left; }
.floatRight { float: right; }
.textLeft { text-align: left; }
.textRight { text-align: right; }
.textCenter { text-align: center; }
.textJustify { text-align: justify; }
.blockCenter { display: block; margin-left: auto; margin-right: auto; } /* remember to set width */
.bold { font-weight: bold; }
.italic { font-style: italic; }
.underline { text-decoration: underline; }
.noindent { margin-left: 0; padding-left: 0; }
.nomargin { margin: 0; }
.nopadding { padding: 0; }
.nobullet { list-style: none; list-style-image: none; }
.hide{display: none; visibility: hidden;}
.show{display: ; visibility: visible;}

/* End Standardize*/

body{
	background: #231f20 url(http://blogs.technet.com/photos/msrcecostrat/images/3088828/original.aspx) center repeat-y;
	color: #000;
}
input{
	border: 1px solid #666;
	padding: 3px;
	color: #666;
}
#masthead a:link, #masthead a:visited, #masthead a:active, #masthead a:hover{
	color:#FFF;
}
a, a:visited, a:active, a:link{
	color: #517380;
}
#masthead, #wrapper, #container{
	width: 980px;
	margin: 0px auto;	
}
#masthead{
	padding: 5px;
	margin-bottom: -25px;
	_margin-bottom: -26px;
	position: relative;
	padding-right: 20px;
	background: none;
	border: none;
	text-align: right;
	color: #fff;
}
#masthead a:hover{
	color: #fff;
	text-decoration: underline;
}
#nav{
	border: none;
	background: url(http://blogs.technet.com/photos/msrcecostrat/images/3088830/original.aspx) repeat-x top;
	margin: 0px;
	height: 30px;
	padding: 0px;
	*width: 100%;
}
#nav ul{
	padding-top: 4px;
	*padding-top: 8px;
}
#nav ul li a {
	color: #000;
	padding: 8px;
}
#nav ul li a:hover {
	background: url(http://blogs.technet.com/photos/msrcecostrat/images/3088831/original.aspx);
	color: #FFF;
}
#subscriptions{
	margin-top: 5px;
	*position: relative;
	*margin-bottom: -35px;
	margin-right: 10px;
}
#subscriptions a{
	color: #fff;
}
#subscriptions a:hover{
	color: #000;
}
#contentwrapper{
	padding: 0px;
	margin: 0px;
}
#wrapper{
	background: #fff;
	padding: 0px;
}

#title {
	background: url(http://blogs.technet.com/photos/security_vulnerability_research__engineering/images/3096979/original.aspx) top center no-repeat #000;
	height: 145px;
	*margin-bottom: -5px;
    width: 980px;
}
#tagline{
	display: none;
}
#title h1{
	display: none;
}
#content{
/*	margin-right: 245px;*/
	width: 720px;
	margin-left: 0px;
	padding: 0px;
}
#sidebar-a {
	float: right;
	width: 228px;
	padding: 10px;
	border: none;
}
#sidebar-a div{
	margin-bottom: 10px;
	background: #828385 url(http://blogs.technet.com/photos/msrcecostrat/images/3088833/original.aspx) no-repeat bottom;
	_margin-bottom: 20px;
}
#sidebar-a div div{
	margin-bottom: 0px;
	background: none;
}
#sidebar-a ul{
	padding: 10px;
	padding-top: 0px;
	margin: 0px;
	border: none;
	_padding: 0px;
	_padding-bottom: 10px;
}
#sidebar-a ul li{
	_padding-left: 10px;
}
#sidebar-a a{
	color: #fff;
	font-size: 1.05em;
}
#sidebar-a h3{
	background: #828385 url(http://blogs.technet.com/photos/msrcecostrat/images/3088829/original.aspx) top left no-repeat;
	color: #517380;
	font-weight: normal;
	font-size: 1em;
	line-height: 1.5em;
	letter-spacing: 1px;
	padding: 8px;
	margin: 0px;
	height: 18px;
	border: none;
}
#LinkSideBar{
	background: #fff;
}
#LinkSideBar h3{
	padding-top: 20px;
	padding-bottom: 5px;
	background-color: #fff;
	background-position: bottom;
}
#LinkSideBar ul{
	background: #828385 url(http://blogs.technet.com/photos/msrcecostrat/images/3088833/original.aspx) no-repeat bottom;
	padding: 10px 0px;
}
#LinkSideBar ul li{
	padding-left: 10px;
}
#TagSideBar{
	_padding-bottom: 10px;
}
#TagSideBar ul{
	padding: 5px;
	_padding: 0px;
}

#search{
	margin: 0px;
}
#SearchSideBar br{
	display: none;
}
#search .searchBox {
	width: 180px;
	margin: 5px;
}
#search a{
	display: block;
	float: left;
	margin-top: -23px;
	_margin-top: -25px;
	_float: right;
	_width: 40px;
	margin-left: 200px;
}
.SidebarTagCloud{
	width: auto;
	font-size: 1em;
	padding: 10px 0px;
	color: #ccc;
}
.TagCloud
{
	background-color: #eee;
	padding: 8px;
	padding-top: 8px;
	padding-bottom: 8px;
	margin: 0px;
	margin-bottom: 0px;
	margin-top: 10px;
	margin-right: 5px;
	color: #999999;
	line-height: 100%;
	list-style-type: none;
}
.author{
	float: right;
	width: 160px;
	margin-left: 20px;
	margin-bottom: 20px;
	padding: 0px;
	font-size: .9em;
	background: #eee;
	padding: 10px 20px;
        border-left: solid 10px white;
        border-bottom: solid 10px white;
}
.author strong{
	color: #999;
	font-weight: normal;
}
.stats{
	height: 10px;
	border-top: 2px solid #000;
	margin-left: -120px;
	padding-top: 10px;
	margin-top: 30px;
}
.stats ul{
	padding: 0px;
}
.stats ul li{
	text-transform: uppercase;
	list-style: none;
	float: left;
	width: 130px;
	_width: 112px;
	color: #517380;
	font-size: 10px;
}
.stats li ul{
	padding: 0px;
}
.stats li li{
	text-transform: none;
	list-style: disc;
	margin-left: 20px;
	float: none;
	color: #666;
}
#content2 h2{
	padding: 10px;
	background: #999;
	margin-bottom: 10px;
	margin-right: 5px;
}
.post{
	background: url(http://blogs.technet.com/photos/msrcecostrat/images/3088832/original.aspx) repeat-x top;
	padding: 20px;
	border: 5px solid #fff;
}
.postcontent{
	border: none;
}
.postcontent p{
	line-height: 2em;
	font-weight: normal;
	clear: none;
}
.postcontent p:first-child{
	float: left;
	margin-top: 0px;
	width: 450px;
}
blockquote{
	background: #eee;
    clear: left;
	*width: 400px;
}
.postcontent blockquote p:first-child{
	float: none;
	margin: 0px;
	font-size: 1em;
}
.postcontent ul{
	padding-left: 20px;
}
#content2 .posthead h2{
	background: none;
	padding: 0px;
	margin: 0px;
	font-size: 1.8em;
}
.posthead h2 a, #content2 .posthead h2{
	color: #000;
	font-weight: bold;
	text-transform: none;
	letter-spacing: 0em;
	color: #000;
}
.postfoot{
	border: none;
	border-top: 2px solid #000;
	text-align: right;
	margin-right: 20px;
	margin-left: 20px;
}

#footer{
	background: #ddd;
	border-top: 2px solid #999;
}
#bp___v___bs___lcl___Categories_ctl01_Links_ctl01_Link{
	background: url(http://blogs.technet.com/photos/msrcecostrat/images/3088844/original.aspx) top left no-repeat;
	height: 141px;
}
.lnk3{
	padding: 20px;
}
.Tag1, .Tag2, .Tag3, .Tag4, .Tag5, .Tag6 {
	display: block;
}
.TagCloud .Tag1, .TagCloud .Tag2, .TagCloud .Tag3, .TagCloud .Tag4, .TagCloud .Tag5, .TagCloud .Tag6 {
	display: inline;
}

.Tag1 a:link, .Tag1 a:visited, .Tag1 a:active{
	color: #517380;
}

.Tag2 a:link, .Tag2 a:visited, .Tag2 a:active{
	color: #517380;
}

.Tag3 a:link, .Tag3 a:visited, .Tag3 a:active{
	color: #517380;
}

.Tag4 a:link, .Tag4 a:visited, .Tag4 a:active{
	color: #517380;
}

.Tag5 a:link, .Tag5 a:visited, .Tag5 a:active{
	color: #517380;
}

.Tag6 a:link, .Tag6 a:visited, .Tag6 a:active{
	color: #517380;
}

#comments{
	padding-left: 50px;
}
#commentform{
	padding-left: 40px;
}
.CommonSubTitle{
	background: none;
	color: #000;
}