﻿body
{
    background-image: url(images/Background.png);
    background-attachment: fixed;
    background-position: top center;
    background-repeat: repeat-y;
    background-color: #002D43;
    font-family: Ciscoregular, Arial, Sans-Serif;
}

div
{
    margin-left: auto;
	margin-right: auto; 
}
div.MenuBar a:hover
{
    color:#000000;
    background-image: url(images/simple.png);
    background-repeat: no-repeat;
    background-position:center center;
}
div.MenuBar a
{
    
    color: #000000;
    font-weight:400;
}
a:hover
{
    color:#2222EE;
}
a
{
    color:#5555FF;
    text-decoration:none;  
    font-weight:200;
}
.darken
{
    
}


a img
{
    border-style:none;
    border-width:0px;
}
div.MenuBar span
{
    margin:0px 25px 0px 25px;
}
/* Classes */
.MenuBar
{
    /*background-image:url(images/JoshNetMenuBar.png);
    background-repeat:no-repeat;*/
    width: 760px;
    height: 40px;
    text-align: center;
    padding-top: 10px;
    font-variant: small-caps;
    font-weight:bold;
    color:#FFCC33;
}
.Center
{
    text-align:center;
}

/* Element ID */
div#Main
{
    background-color: #FFFFFF;
	width: 800px;
	height:100%;
	min-height:1000px;
	margin-top:-12px;
	margin-bottom:-50px;
	/* for IE 
    filter:alpha(opacity=75); */
    /* CSS3 standard 
    opacity:0.75; */
}
.EmailForm
{
    width:500px;
}
#body
{
    padding-left:40px;
}
#Contact
{
    padding-top:24px;
}

.ShiftLeft
{
    margin-left:-12px;
}
.ImageButton:hover
{
    background-image:url(images/JoshNetButtonHover.png);
    background-repeat:no-repeat;
    width:120px;
    height:39px;
    text-align:center;
    padding-top: 11px;
    font-variant: small-caps;
    font-family: Arial, Helvetica, sans-serif;
    font-size:small;
}
.ImageButton
{
    background-image:url(images/JoshNetButton.png);
    background-repeat:no-repeat;
    width:120px;
    height:39px;
    text-align:center;
    padding-top: 11px;
    font-variant: small-caps;
    font-family: Arial, Helvetica, sans-serif;
    font-size:small;
}
.ImageButton a
{
    padding:15px;
}
h3
{
    margin-top:-12px;
}
#DefaultPageContent
{
    padding-top:20px;
    vertical-align:top;
}
#DefaultPageContent tr td
{
    vertical-align:top;
}
#DefaultPageLeftPane
{
    width:370px;
}
.content
{
    padding:0px 12px 4px 12px;
}
#bottomAd
{
    padding:18px 0px 0px 0px;
}
#WebDivTable
{
    padding:10px 18px 10px 18px;
}
#WebDivTable tr td
{
    padding:8px;
}
.PadAll
{
    padding:10px 10px 10px 10px;
}
.Heading
{
    font-size: large;
    font-weight: bold;
    font-variant: small-caps;
}
.Heading2
{
    font-variant: small-caps;
}
.small
{
    font-size:smaller;
}
.absCenter
{
    position:absolute;
    top:400px;
    left:400px;
    margin:auto;
    width:200px;
    height:200px;
    z-index:99;
}
.AlignRight
{
    text-align:right;
    padding:5px 5px 5px 5px;
}
.FeaturePic
{
	max-width:700px;
	padding: 10px 10px 10px 10px;
}
.script
{
    font-family: 'Bradley Hand ITC';
    font-weight: bold;
    font-style: oblique;
    text-align:right;
}
#RecentPost
{
    width:200px;
    vertical-align:top;
    padding-top:18px;
}
#RecentPost a
{
    font-family: 'Arial Rounded MT Bold';
    font-style: italic;
    font-size:small;
}
#container {
	width: 320px;
	height: 320px;
	background-color: Black;
}
#graphic_art 
{
	width:700px;
	height:370px;
	background-color: Black;
}

#BottomNavigation
{
    padding-bottom:24px;
}
#Code
{
    text-align:left;
    background-color:#FFFFCC;
    border:inset 2px black;
    font-family:Courier New, Courier, Monospace;
}
.comment
{
    color:Green;
}
.AlignLeft
{
    text-align:left;
}
.Indent
{
    padding-left:24px;
}
.Red
{
    color:Maroon;
    font-size:small;
}
#ctl00_ContentPlaceHolder1_MyBlog_ctl00_Div1 img
{
    max-width:500px;
}
