/* Layout */

input
{
	border: 1px solid #4A6774;
	background-color: #FFFFFF;
	padding: 2px;
	
	font-size: 12px;
	font-weight: bold;
	font-family: Courier New, Courier, mono, serif;
	color: #0A3442;
}

textarea
{
	border: 1px solid #4A6774;
	background-color: #FFFFFF;
	padding: 2px;
	
	font-size: 12px;
	font-weight: bold;
	font-family: Courier New, Courier, mono, serif;
	color: #0A3442;
}

#Container-top
{
	width: 936px;
	height: 114px;
	background: transparent url(/images/design/2008-2/border-top.png) no-repeat scroll center top;
	margin: 0 auto;
	position: relative;
}

#Container-bottom
{
	width: 936px;
	height: 118px;
	background: transparent url(/images/design/2008-2/border-bottom.png) no-repeat scroll center bottom;
	margin: 0 auto;
}

#Container-outer
{
	width: 936px;
	background: transparent url(/images/design/2008-2/border-middle.png) repeat-y scroll center center;
	margin: 0 auto;
	text-align: left;
	overflow: visible;
}

#Container-inner
{
	background: transparent url(/images/design/2008-2/binarydreams.gif) no-repeat scroll 15px top;
}

#Container-padding
{
	padding: 55px 25px 10px 25px;
}

#DiagLogo
{
	position: absolute;
	right: 14px;
	top: 24px;
	z-index: 1;
}

#MenuLabs, #MenuBlog, #MenuApps
{
	position: absolute;
	top: 67px;
	z-index: 2;
}

#MenuLabs { right: 89px; margin-top: -5px; /*130px;*/ }
#MenuBlog { right: 89px; }
#MenuApps { right: 53px; }

.Bubble1x
{
	background: transparent url(/images/design/2008-2/menu-bubble.gif) no-repeat center top;
	padding: 9px 15px 15px 15px;
	margin: 8px 0 0 0;
	float: left; 
	width: 416px;
	min-height: 160px;
}

.Bubble2x
{
	background: transparent url(/images/design/2008-2/menu-bubble2x.gif) no-repeat center top;
	padding: 11px 15px 15px 15px;
	margin: 8px 0 0 0;
	min-height: 160px;
	clear: left;
}

.Bubble1x h2, .Bubble2x h2
{
	background-image: none;
	font-family: Verdana, Helvetica, Sans-Serif;
	color: #2FBB00;
	font-size: 16px;
	text-align: left;
	margin: 0 0 4px 0;
	padding: 0;
	width: auto; 
	height: auto;
	text-decoration: none;
}

#LeftGradient
{
	width: 125px;
	height: 100%;
	
	background-image: url('/images/glowgradient_left.gif');
	background-repeat: repeat-y;
}

#RightGradient
{
	width: 125px;
	height: 100%;
	
	background-image: url('/images/glowgradient_right.gif');
	background-repeat: repeat-y;
}

#FloatingContainer
{
	padding-top: 15px;
	padding-bottom: 15px;
}

#ContentBubble
{
	width: 761px;
	
	background-image: url('/images/bubblebackground.gif');
	background-repeat: repeat-y;
}

.GradientSubHeader
{
	height: 35px;
	text-align: center;
	background-image: url('/images/subheader_background.gif');
	background-repeat: repeat-x;
	padding-top: 0px;
	font-size: 18px;
	color: #FFFFFF;
	font-weight: bolder;
	margin-bottom: 3px;
	font-family: Courier New, Courier, mono, serif;
}

.DarkMonoLarge
{
	font-size: 13px;
	font-weight: bolder;
	font-family: Courier New, Courier, mono, serif;
}

a img
{
	border-width: 0px;
}

/* Elements */

.PaddedContent
{
	text-align: left;
	
	font-size: 12px;
	
	padding-left: 15px;
	padding-right: 15px;
}

.PageHeader
{
	font-size: 16px;
	font-weight: 900;
	font-family: Courier New, Courier, mono, serif;
	color: #AA1626;
	padding-top: 3px;
	padding-bottom: 1px;
	background-color: #FFFFFF;
}

.PageHeaderLeft
{
	background-image: url('/images/headertext_left.gif');
	background-position: right center;
	background-repeat: repeat-y;
}

.PageHeaderRight
{
	background-image: url('/images/headertext_right.gif');
	background-position: left center;
	background-repeat: repeat-y;
}

.good
{
	color: #036F03;
	font-weight: bold;
}

.bad
{
	color: #9F0505;
	font-weight: bold;
}

.Bordered
{
	border: 1px solid #003652;
}

.BlogImageBox
{
	display: none;
	position: absolute;
	z-index: 100;
	width: 100px;
	height: 100px;
	top: 0px;
	left: 0px;
}

.BlogLoadingBox
{
	display: none;
	z-index: 99;
	position: absolute;
	background-color: #FFFFFF;
	padding: 3px;
	border: 1px solid #3D69A3;
}

.BottomMonthLinks
{
	padding-left: 25px;
	padding-right: 25px;
}

.CodeTextHeader
{
	width: 830px;
	height: 10px;
	overflow: hidden;
	background-image: url('/images/shadowblock_top.png');
	background-repeat: no-repeat;
	/*margin-left: 5px;*/
}

.CodeTextBody
{
	width: 810px;
	background-image: url('/images/shadowblock_middle.png');
	background-repeat: repeat-y;
	font-family: Courier New, Courier, mono, serif;
	text-align: left;
	padding: 8px 10px;
	/*padding-left: 3px;*/
	/*padding-right: 8px;*/
	/*margin-left: 5px;*/
}

.CodeTextFooter
{
	width: 830px;
	height: 10px;
	overflow: hidden;
	background-image: url('/images/shadowblock_bottom.png');
	background-repeat: no-repeat;
	/*margin-left: 5px;*/
}

.PreFormattedCodeBlock
{
	padding-top: 0px; 
	padding-bottom: 0px; 
	margin-top: 0px; 
	margin-bottom: 0px; 
	padding-left: 3px; 
	margin-right: 8px;
	color:#000020;
	line-height: 0.8em;
}

.MonoFont, .MonoFontArticleCase
{
	font-family: Georgia, serif;
}

.MonoFontArticleCase
{
	font-weight: bold;
}

.MonoFontArticleCase:first-letter
{
	padding-top: 0;
	padding-right: 4px;
	font-size: 39px;
	line-height: 1em;
	color: #2FBB00;
	float: left;
}

/* Shadow Styles */
.shadowContent, .shadow
{
	position: relative;
	/*bottom: 4px;*/
	/*right: 4px;*/
}

.shadow
{
	background-image: url('/images/shadow_background.gif');
	background-repeat: no-repeat;
	background-position: bottom right;
}

.shadowContent
{
	background-color: #fff;
	color: #000;
	padding: 2px;
}

.Tagger
{
	text-align: right; 
	font-size: 10px;
	line-height: 8px;
	padding-bottom: 16px;
	/* color: #CEB562; */
	color: #5A626C;
}

.Tagger A:link, .Tagger A:visited
{
	background-image: none;
	text-decoration: none;
	/* color: #CEB562; */
	color: #5A626C;
}

.Tagger A:hover, .Tagger A:active
{
	background-image: none;
	text-decoration: underline;
	/* color: #CE560C; */
	color: #000000;
}

.TaggerLink
{
	font-size: 10px;
}

.TaggerLink A:link, .TaggerLink A:visited
{
	background-image: none;
	text-decoration: none;
}

.TaggerLink A:hover, .TaggerLink A:active
{
	background-image: none;
	text-decoration: underline;
	color: #CE560C;
}

.SocialBookmarks A:link, .SocialBookmarks A:hover, .SocialBookmarks A:active, .SocialBookmarks A:visited
{
	background-image: none;
}

.Hidden
{
	display: none;
}
