/* Customizations to luxinterior 'light' alternate skin for CS 1.1 */
a:link, a:visited, a:active {
	color: #CC3300;
}
body {
	font: 1em Calibri, Trebuchet MS, Arial, Helvetica, sans-serif;
}

#postcontent p {
                text-align: justify;
}

#article-serie h3
        {
            color: #666;
            text-transform: uppercase;
            letter-spacing: 2px;
            font-size: 0.9em;
            margin-top: 2em;
            border-bottom: 1px solid #CCC;
}

#container {
	margin: 0 auto;
	text-align: left;
	padding: 0;
	width: 1070px;
}
#contentwrapper
{
	width: 100%;
	overflow: hidden;
}   
#content {
	padding: 1em;
	margin: 0 330px 0 0;
	height: 1%;
}
#content2 
{
	width: 100%;
	overflow: hidden;
}
#contentfooter {
	clear: both;
}
/*#NewsSideBar {
	display: none;
}*/

@media screen, print
{
  #sidebar-a {
	float: right;
	width: 320px;
	margin: 0 0 0 0.5em;
	padding: 0.5em;
	font-size: 0.9em;
	border-left: 1px solid #666;
  }
}
@media print
{
  #sidebar-a { 
                width: 0px;
                height: 0px;
                display:none; 
  }
}

.BlogCalendar {
	display: none;
}
#header {
	text-align: left;
	text-transform: none;
}
#header h1 {
	padding: 0.8em 0em 0em 0.5em;
	font-family: Calibri, Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
}
#header p {
	padding: 0.2em 0.5em 0.5em 0.5em;
	font-family: Calibri, Trebuchet MS, Arial, Helvetica, sans-serif;
	font-style: italic;
}
.posthead {
	padding: 1em 0 0;
}
.posthead h2 {
	padding: 0;
}
#masthead a:hover {
	color: #CC3300;
}
#masthead a:active {
	color: #CC3300;
}
#masthead a:visited {
	color: #CC3300;
}
#masthead a:link {
	color: #CC3300;
}
#title {
	padding: 0 0 0 96px;
	height: 96px;
	background-image: url(http://blogs.msdn.com/photos/johanlindfors/images/1264570/original.aspx);
	background-repeat: no-repeat;
}
.Tag1 a:link, .Tag1 a:visited, .Tag1 a:active {
	color: #C30;
	font-size: 120%;
	padding-right: 2px!important;
	margin-right: 2px!important;
	border-right: 1px #CCC dotted;
}
.Tag2 a:link, .Tag2 a:visited, .Tag2 a:active {
	color: #C41;
	font-size: 115%;
	padding-right: 2px!important;
	margin-right: 2px!important;
	border-right: 1px #CCC dotted;
}
.Tag3 a:link, .Tag3 a:visited, .Tag3 a:active {
	color: #C52;
	font-size: 110%;
	padding-right: 2px!important;
	margin-right: 2px!important;
	border-right: 1px #CCC dotted;
}
.Tag4 a:link, .Tag4 a:visited, .Tag4 a:active {
	color: #C63;
	font-size: 105%;
	padding-right: 2px!important;
	margin-right: 2px!important;
	border-right: 1px #CCC dotted;
}
.Tag5 a:link, .Tag5 a:visited, .Tag5 a:active {
	color: #C74;
	font-size: 100%;
	padding-right: 2px!important;
	margin-right: 2px!important;
	border-right: 1px #CCC dotted;
}
.Tag6 a:link, .Tag6 a:visited, .Tag6 a:active {
	color: #C85;
	font-size: 100%;
	padding-right: 2px!important;
	margin-right: 2px!important;
	border-right: 1px #CCC dotted;
}
.SidebarTagCloud {
	margin-left: 0em!important;
	display: block!important;
}
#commentform .smallbox, #commentform input, #commentform textarea {
	font: 1em Calibri, Trebuchet MS, Arial, Helvetica, sans-serif;	
}

.csharpcode, .csharpcode pre
{
	font-size: small;
	color: black;
	font-family: Consolas, "Courier New", Courier, Monospace;
	border-style: groove;
	border-width: thin;
	background-color: #F0F0F0;
}

.console
{
	font-size: small;
	color: white;
	font-family: Consolas, "Courier New", Courier, Monospace;
	background-color: #000000;
}

.csharpcode pre { margin: 0em; }

.csharpcode .rem { color: #008000; }

.csharpcode .kwrd { color: #0000ff; }

.csharpcode .type { color: #2B91AF; }

.csharpcode .str { color: #006080; }

.csharpcode .op { color: #0000c0; }

.csharpcode .preproc { color: #cc6633; }

.csharpcode .asp { background-color: #ffff00; }

.csharpcode .html { color: #800000; }

.csharpcode .attr { color: #ff0000; }

.csharpcode .alt 
{
	background-color: #ffffff;
	width: 100%;
	margin: 0em;
}

.csharpcode .lnum { color: #606060; }
