/*  
	Author: Steven Drucker modified from Jeff Weir's photosynth blog css
	This is an override of the Poison Ivy skin written by Jaxon Rice:
	http://blogs.msdn.com/Themes/Blogs/poisonivy/style/style.css
*/
html, body {
	margin: 0 auto;
	padding: 0;
	color: #F7911E;
}
body {
	padding: 0;
	text-align: center;
background-image: url(http://blogs.msdn.com/photos/thumbtack/images/9229417/original.aspx);
	background-repeat: repeat-x;
	background-color: #000000;
	font: 76%/1.2em Verdana, Arial, Helvetica, sans-serif;
                background-position: left top;
                height:890px;
}
a:visited, a:active, a:link {
	text-decoration: none;
	color: #A7911E;
}
a:hover {
	text-decoration: underline;
}
h1 {
	margin: 0;
	font-size: 1.5em;
}
h1 a:visited, h1 a:active, h1 a:link {
	color: #000000;
}
h1 a:hover {
	text-decoration: none;
	color: #000000;
}
h2 {
	margin-top: 1em;
	font-size: 1em;
}
h3 {
	font-size: 1.1em;
}
p {
	margin: 1em 0;
}
/* -- Layout -- */
/* The masthead sits at the top of the page.*/
#masthead {
	color: #FFFFFF;
	text-align: left;
	padding: 0.4em 0 0 0;
	font-size: 0.9em;
	background-color: transparent;
	border: 0px solid #000000;
}
#masthead ul {
	color: #FFFFFF;
	padding: 0;
	list-style-type: none;
	margin: 0;
}
#masthead ul li {
	display: inline;
	color: #FFFFFF;
}
#masthead ul li a {
	padding: 0 0.5em;
	text-decoration: none;
	margin: 0;
	color: #FFFFFF
}
#masthead a:link, #masthead a:visited, #masthead a:active, #masthead a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

/* Blog Layout */
#wrapper {
	padding: 1em;
}
#container {
	margin: 0 auto;
	text-align: left;
	padding: 0;
	width: 800px;
}
/*Blog Header*/	
#header {
	padding: 0;
	margin: 0;
                background-color:transparent;
                color: #FFFFFF;
}

#header h1{
	margin: 0;
	padding: 0.5em;
	font-size: 2em;
	font-weight: normal;
}

#header p{
	margin: 0;
	font-size: 1.1em;
	padding: 0 1em 0.5em;}
	

/* #title is a placeholder div for putting pictures in place of the blog title */
#title {
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(http://blogs.msdn.com/photos/thumbtack/images/9228743/original.aspx);
	height: 76px;
}

#title h1 {
	display: none;
	font-size: 0px;
	width: 210px;
	height: 76px;
}

.headermaintitle {
	position: absolute;
	width: 210px;
	height: 76px;
}

/*
#title h1 {
	display: none;
}
*/
#SearchSideBar {
	background-color: #000000;
}
#SearchSideBar a {
	color: #FFFFFF;
}
/*Navigation Bar*/  
#nav {
	background-color: #497819;
	background-image: none;
	background-repeat: no-repeat;
	background-position: left bottom;
	text-align: left;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	margin: 0;
	clear: right;
                display:none;
}

#nav ul{
	padding: 0;
	list-style-type: none;
	margin: 0;}

#nav ul li {
	display: inline;}

#nav ul li a{
	padding: 0.2em 1em;
	text-decoration: none;
	font-weight: bold;
	margin: 0;
	color: #FFF;}
	
/* Subscription Bar*/
#subscriptions{
	margin: 0;
	padding: 0;
	float: right;
	width: 50%;
	text-align: right;
	font-weight: normal;}
	
#subscriptions ul{
	padding: 0;
	list-style-type: none;
	margin: 0;}

#subscriptions ul li {
	display: inline;}

#subscriptions ul li a{
	padding: 0.2em 1em;
	text-decoration: none;
	margin: 0;
	font-size: 0.9em;
	font-weight: normal;
	color: #FFF;}
/* End Navigation*/ 

#contentmargin {
	height: 10px;
	background-repeat: no-repeat;
	margin-bottom: 0px;
}

#contentwrapper 
{
}
	
#content {
	padding: 0.8em;
	padding-top: 0;
	padding-bottom: 0;
	margin: 0 200px 0 0;
	height: 1%;
}

#content2 
{
	width: 100%;

	overflow: hidden;

	background-color: #FFFFFF;
}
	
#content2 h3 {
	color: #555555;
	font-weight: normal;
	font-size: 1.5em;
	margin-left: 14px;
}

#contentfooter{
	display: none;
}

/*Sidebar*/
#sidebar-a {
                color: #F7911E
	float: right;
	width: 190px;
	margin: 0.5em 1em 0 0;
	padding: 0.5em;
	padding-top: 0px;
	font-size: 0.9em;
	border: 0px;
}
	
#sidebar-a h3 {	
	font-size: 1.5em;
	padding: 0;
	margin-left: 0;
	margin-bottom: 0.5em;
	margin-right: 0;
	font-weight: normal;
	border-bottom: 1px solid #809f15;
}

#sidebar-a p {
	padding: 0 1em;
}

#sidebar-a ul {
	list-style : none;
	margin : 0 0 2em 0;
	padding : 0;
}

#sidebar-a li {
	margin-top: 0.5em;}

#sidebar-a a:active,
#sidebar-a a:visited,
#sidebar-a a:link {
                color: #F7911E;
	text-decoration : none;	
	margin-right : 0px;
	padding : 0.2em;}

#sidebar-a a:hover {
	text-decoration: underline;}
/*End Sidebar*/

#footer {

	background-repeat: no-repeat;

	clear: both;
	padding: 1.25em 1em;
	margin: 0;
	font-size: 0.9em;
	color: #FFFFFF;
}
/* --End Layout-- */

/* --Calendar-- */
.BlogCalendar
{
	font-size: 90%;
	width: 100%;
}

.BlogCalendarTitle
{
	text-align: center;
	font-weight: bold;
	margin-left: auto;
	margin-right: auto;
}

.BlogCalendarNextPrev
{
}

.BlogCalendarNextPrev A:LINK, .BlogCalendarNextPrev A:ACTIVE, .BlogCalendarNextPrev A:VISITED
{
	text-decoration: none;
}

.BlogCalendarNextPrev A:HOVER
{
	text-decoration: underline;
}

.BlogCalendarDays
{
	font-weight: bold;
	padding: 2px;
}

.BlogCalendarDay A:LINK, .BlogCalendarDay A:ACTIVE, .BlogCalendarDay A:VISITED, .BlogCalendarDay A:HOVER
{
	font-weight: bold;
}
/* -- End Calendar -- */

/* -- Post -- */
.post {
	padding: 14px;
	margin: 0;
	color: #555555;
}
.post a {
	color: #F7911E;
}

/* Post Header */
.posthead {
	margin: 0;
	padding: 0 0 0.5em;
	font-size: 0.9em;
	color: #999;
}
.posthead a:link, .posthead a:visited {
	color: #999999;
}

.posthead h2 a:link, .posthead h2 a:visited {
	color: #555555;
}

.posthead h2 {
	font-size: 2em;
	margin: 0;
	padding: 0 0 0.4em;
	color: #444444;
	font-weight: normal;
}
.posthead img {
	margin: 0;
	padding: 0 0 0 0.5em;
	border: 0 none;
}
.posthead a:link, a:visited {
	color: #999999;
}
.posthead a:hover {
	text-decoration: underline;
}
/* Post header for Entryview page*/
.postviewhead{
	font-size: 1em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	text-align: right;}
/* Post Content  */
.postcontent {
	margin: 0;
	padding: 0;
}
.postcontent a {
	color: #F7911E;
}
.postcontent a:hover {
	text-decoration: underline;
}
.postcontent img {
	margin: 1em 1em 0.5em 0;
	padding: 0;
	line-height: 2em;
}
/* Post Footer */
.postfoot{
	font-size: 0.9em;
	border-bottom: 1px solid #d9d9d9;
	color: #999;
	text-align: left;

	padding: 0 0 1em 0;
	margin: 0 14px 14px 14px;
}
.postfoot a:link, .postfoot a:visited {
	color: #809f15;
}
.postfoot a:hover {
	text-decoration: underline;
}

/* Post Category Heading */
.postcategoryheading {
	font-size: 0.9em;
	padding-bottom: 0.5em;
	margin-bottom: 1.5em;
	border-bottom: 1px solid #999;
}
/*Blog rating menu*/
.ratemenu {
	font-size: 0.9em;
	background-color: #FFF;
	border: 1px dotted #AAA;
	padding: 1em;
	margin: 0.5em;
}
/* -- End Post -- */
/* -- Comments -- */
.comment
{	
	color: #555555;
	padding: 4px;
}

.comment a {
	color: #F7911E;
}

.commentowner
{
	background-color: #f8f8f8;
	padding: 4px;
	border: solid 1px #dddddd;
	margin-bottom: 16px;
}

#comments h4 {
	margin : 0;
	font-size : 1em}

#comments{
	padding: 0em 1em;
	margin: 0 0 1em;}

.commentspan {
	padding-left: 2em;}
	
.commentssubhead{
	color: #999;
	padding: 0;
	font-size: 0.9em;
	margin: 0.5em 0 0;
}	
.commentsbody {	
    margin: 1em 0em 3em;
	padding: 0em 0em 0.5em;
	font-size: 0.9em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d9d9d9;}
/* --End Comments -- */
/* -- Comment and Contact Form -- */
#commentform {
	padding: 0;
	margin: 0 1em;
	color: #555555;
	padding-bottom: 14px;
}
#commentform h3 {
	font-size: 1em;
	margin: 0;
	padding: 0 0 1em;
	display: block;
}
#commentform dl {
	margin: 0;
	padding: 0;
}
#commentform dt {
	font-size: 1.0em;
	margin: 0;
	padding: 0.5em 0.5em 0.5em 0;
}
#commentform dt em {
	font-size: 0.9em;
}
#commentform .smallbox {
	width: 300px;
	padding: 2px;
	border: 1px solid #999;
}
#commentform textarea {
	width: 400px;
	height: 180px;
	padding: 0.2em;
	border: 1px solid #999;
	font: 1em Verdana, Arial, Helvetica, sans-serif;
}


#postToolbar {
	color: #999999;
	padding-left: 14px;
}

#postToolbar a {
	color: #F7911E;
}

/* -- End Comment and Contact Form -- */
/* -- Miscellaneous -- */
/* Email Subscriptions */
#emailsubscriptions {
	margin: 0;
	padding: 1em;
}
#emailsubscriptions h3 {
	font-size: 1em;
	margin: 0 1em 0 0.5em;
	padding: 1em 0 0;
}
#emailsubscriptions table {
	font-size: 1em;
}
/* News */
#news{
	margin: 1em;
	padding: 0.5em;
	border: 1px dashed #999999;
}
/* Search Box*/
#search .searchBox {
	width: 141px;
	border: 1px solid #8e909c;
	margin: 0em 0.5em;
	padding: 0.2em;
	font-size: 0.9em;
	background-color: #e7e7e7;
}

#search {
	float: right;
	text-align: right;
	margin: 0;
	margin-top: 50px;
	padding: 0;
	padding-right: 1em;
}
/*End Search Box*/

/* w.bloggar uses a class called .media for its iTunes and wmp10 "now playing" plugin */
.media {
	font-size: 0.9em;
	font-weight: bold;
	margin: 1em 1em 0.5em;
}
/* Clearing element for floats */
.spacer {
	margin: 0;
	padding: 0;
	clear: both;
	height: 0;
}
/* -- End Miscellaneous*/
/* -- Skin button -- */
/* This button is based upon a technique described by Mike Golding at Notestips.com:
   http://www.notestips.com/80256B3A007F2692/1/NAMO5LV2NN */
#skinbutton {
	float: right;
	margin-right: 1em;
}
#skinbutton ul {
	list-style: none;
	margin: 0 0 10px;
	padding: 0;
	text-align: left;
}
#skinbutton li {
	border: 1px solid #999;
	margin: 5px 0 0 20px;
	width: 9em;
}
#skinbutton li a {
	color: #333;
	text-decoration: none;
}
head:first-child+body #skinbutton li {
	padding-right: 2px;
}
.skinbuttonlink {
	display: block;
	font: 0.75em verdana, arial, sans-serif;
	padding: 2px 0;
	border: 1px solid white;
	text-decoration: none;
	width: 100%;
	background: #ddd;
	color: #333;
}
.skinbuttonlink span {
	font: bold 1.0em verdana, arial, sans-serif;
	padding: 2px 3px;
	color: #fff;
}
.cs span {
	background: #666;
}
/* --End Skinbutton -- */

#welcome 
{
	margin-top: 0px;
	margin-left: auto;
	margin-right: 3px;
	font-family: Arial;
	font-size: .9em;
	color: #FFFFFF;

	margin-left: auto;
    margin-right: auto;


	width: 760px;
}
#welcome a 
{
	color: #000;
}


/* Archive Styles */
#ArchiveSideBar a:link, a:visited {
	color: white;
}

#ArchiveSideBar a:active {
	color: white;
	text-decoration: underline;
}

#ArchiveSideBar li {
	margin: auto;
	padding: auto;
	font-size: 120%;
}


/* Tag Styles */

.TagCloud
{
	background-color: #f7f7f7;
	padding: 8px;
	padding-top: 16px;
	padding-bottom: 16px;
	margin: 0px;
	margin-bottom: 16px;
	margin-top: 16px;
	color: #999999;
	line-height: 180%;
	list-style-type: none;
}

.SidebarTagCloud
{
	padding: 0px;
	margin: 0px;
	font-size: 80%;
	line-height: 200%;
	list-style-type: none;
}

.Tag1, .Tag2, .Tag3, .Tag4, .Tag5, .Tag6 
{
font-weight: normal;
	margin: 0px;
	padding: 0px;
	display: inline;
	color: #FFFFFF;
}

.Tag1 a:link, .Tag1 a:visited, .Tag1 a:active
{
font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	margin-right: 6px;
	font-size: 200%;
}

.Tag2 a:link, .Tag2 a:visited, .Tag2 a:active
{
font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	margin-right: 6px;
	font-size: 180%;
}

.Tag3 a:link, .Tag3 a:visited, .Tag3 a:active
{
font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	margin-right: 6px;
	font-size: 160%;
}

.Tag4 a:link, .Tag4 a:visited, .Tag4 a:active
{
font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	margin-right: 6px;
	font-size: 140%;
}

.Tag5 a:link, .Tag5 a:visited, .Tag5 a:active
{
font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	margin-right: 6px;
	font-size: 120%;
}

.Tag6 a:link, .Tag6 a:visited, .Tag6 a:active
{
font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	margin-right: 6px;
	font-size: 100%;
}


.TagCloud .Tag6 a, 
.TagCloud .Tag5 a, 
.TagCloud .Tag4 a, 
.TagCloud .Tag3 a, 
.TagCloud .Tag2 a,
.TagCloud .Tag1 a{
                color: #F7911E;
}

#footer a {
                color: white;
}

#content2 a {
                color: #F7911E;
}


.Tag1 a:hover, .Tag2 a:hover, .Tag3 a:hover, .Tag4 a:hover, .Tag5 a:hover, .Tag6 a:hover
{
	text-decoration: underline;
}

.SearchStatistics
{
	margin-top: 16px;
	margin-bottom: 16px;
}

/* Inline tag editor */
.InlineTagEditor
{
	padding: 4px;
/*	border: solid 1px #999999;*/
	background-color: #f3f3f3;
}

.TextButton
{
	display: inline-table;
	display: -moz-inline-box;
	display: inline-block;
	margin: 1px;
	padding: 4px;
	border-style: solid;
	border-width: 1px;
	border-color: #999999;
	border-top-color: #cccccc;
	border-left-color: #cccccc;
	background-color: #eeeeee;
	color: #333333;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 80%;
	font-weight: bold;
	white-space: nowrap;
}

.TextButton:LINK
{
	text-decoration: none;
	color: #333333;
	background-color: #eeeeee;
}

.TextButton:VISITED
{
	text-decoration: none;
	color: #333333;
	background-color: #eeeeee;
}

.TextButton:ACTIVE
{
	text-decoration: none;
	color: #333333;
}

.TextButton:HOVER
{
	text-decoration: underline;
	color: #333333;
	background-color: #dddddd;
}

/* Modal Styles */

.ModalMask
{
	opacity: .4;
	filter: alpha(opacity=40);
	background-color: #333333;
}

.Modal
{
	border-style: solid;
	border-width: 1px;
	border-color: #888888;
	border-right-width: 3px;
	border-right-color: #888888;
	border-bottom-width: 3px;
	border-bottom-color: #888888;
	background-color: #eeeeee;
}

.ModalTitle
{
	font-family: Tahoma, Arial, Helvetica;
	height: 18px;
	font-size: 16px;
	padding: 5px;
	padding-bottom: 7px;
	border-style: solid;
	border-width: 0px;
	border-bottom-width: 1px;
	border-color: #cccccc;
	background-color: #dddddd;
	color: #000000;
	font-weight: bold;
	cursor: move;
	overflow: hidden;
	text-align: left;
}

.ModalClose
{
	width: 33px;
	height: 12px;
	background-image: url(../../../default/images/common/close.gif);
	background-repeat: no-repeat;
	overflow: hidden;
	cursor: pointer;
	float: right;
}

.ModalContent
{
	background-color: #ffffff;
}

.ModalFooter
{
	border-style: solid;
	border-width: 0px;
	border-top-width: 1px;
	border-color: #cccccc;
	background-color: #eeeeee;
	padding: 2px;
}

.ModalResize
{
	width: 14px;
	height: 14px;
	background-image: url(../../../default/images/common/resize.gif);
	background-repeat: no-repeat;
	overflow: hidden;
	float: right;
	cursor: se-resize;
}

/*
Rating Styles
*/

.CommonRateControlReadOnly
{
	display: inline-table;
	display: -moz-inline-box;
	display: inline-block;
	background-color: #ffffff;
	border-style: solid;
	border-color: #999999;
	border-width: 1px;
	padding: 1px;
	white-space: nowrap;
}

.CommonRateControl
{
	display: inline-table;
	display: -moz-inline-box;
	display: inline-block;
	background-color: #eeeeee;
	border-style: solid;
	border-color: #999999;
	border-width: 1px;
	cursor: pointer;
	padding: 1px;
	white-space: nowrap;
}

.CommonRateControlActive
{
	display: inline-table;
	display: -moz-inline-box;
	display: inline-block;
	background-color: #ffcc66;
	border-style: solid;
	border-width: 1px;
	border-color: #cc9933;
	cursor: pointer;
	padding: 1px;
	white-space: nowrap;
}

.CommonRateControlReadOnly img, .CommonRateControl img, .CommonRateControlActive img
{
	margin: 0px;
	padding: 0px;
}

#sidebar-a ul ul {
	margin: 0 0 0 0;
   }