

body {
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
		background-color: #556688;

}

a {
	color: #FC892E;
	text-decoration: none;
}

a:hover {
	color: #FEAB50;

}

h1 {
	font-size: 1.4em;
	color: #222;
	font-weight: normal;
	background-image: url("http://digitalblue.endofnow.com/Images/H1-bg.jpg");
	background-position: bottom left;
	background-repeat: repeat-x;
	margin-top: 15px;
	padding: 0 0 0 5px;
	border-bottom: 1px solid #aaaabb;

}

h2 {
	text-align: left;
	color: white;
	margin: 10px 0 5px 0;
}

h2.White {
	margin-top: 15px;
	padding: 0 0 0 5px;
	border-bottom: 1px solid #aaaabb;
	font-size: 1.2em;
	font-weight: normal;

}

h2.Orange {
	color: #d37327;
}

#Wholepage {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}
	
#Header {
	width: 100%;
	height: 79px;
	padding: 0;
	margin: 0;
	background-image: url("http://digitalblue.endofnow.com/Images/Header.jpg");
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #eeeeff;
}

#Logo {
	margin: 1px 0 0 0;
	padding: 0;
	position: absolute;
	z-index: 1;
	border: none;
}

#MainPage {
	background-color: #556688;
	height: 1000px;
	width: 100%;
	margin: 0;
	padding-top: 1px;
}

#Header_Right {
	list-style-type: disc;
	font-style: italic;
	font-size: 1.3em;
	color: #777;
	margin: 3px 0 0 0;
	padding: 10px 10px 0 0;
	float: right;
	position: relative;
	z-index: 2;
}

#Header_Right li {
	display: inline;
	list-style: disc;
}

#Header_Right li a {
	text-decoration: none;
	color: #777;
}

#Header_Right li a:hover {
	color: #333;	
}

#Sidebox {
	width: 228px;
	height: 225px;
	margin-right: 15px;
}

#Sidebar {
	float: left;
	width: 222px;
	height: 100%;
	background-image: url("http://digitalblue.endofnow.com/Images/Sidebar.jpg");
	background-repeat: repeat-y;
}

#Curve {
	height: 119px;
	background-image: url("http://digitalblue.endofnow.com/Images/Sidebar-curve.jpg");
	background-repeat: repeat-y;
}

#SidebarBottom {
	position: relative;
	height: 100%;
	width: auto;
	background-image: url("http://digitalblue.endofnow.com/Images/Sidebar-bg-lighter.jpg");
	background-repeat: repeat-y;
}

#Menu {
	font-size: 1.3em;
	list-style-type: none;
	padding: 15px 25px 15px 15px;
	margin: 7px 0 0 0;
/*	background-image: url("http://digitalblue.endofnow.com/Images/Menu-bg.jpg");
	background-repeat: repeat-y;
	background-position: top left;*/
	height: 180px;
}

#Menu li a {
	border-bottom: 1px dotted white;
	display: block;
	width: 100%;
	text-decoration: none;
	color: #839ED4;
	margin: 0;
}-

#Menu li a:hover {
	background-color: #454954;
	color: #94afe5;
}

#Menu li a.Selected {
	background-color: #454954;
	color: #94afe5;
}

#Content {
	padding: 0 15px 0 0;
	margin-left: 240px;
	color: white;
}

#ContentMain {
	float: left;
}

/* Blog */

div.Entry {
	margin: 10px 0 20px 0;
	padding: 10px;
	border: 1px solid #eee;
	background-color: #667799;
	color: #000;
}

div.Title {
	border-bottom: 1px solid #9999aa;
	background-image: url("http://digitalblue.endofnow.com/Images/H1-bg.jpg");
	background-position: bottom left;
	background-repeat: repeat-x;
	color: #ddd;
	padding: 0 5px 0 5px;
	margin: -10px -10px 0 -10px;
	
}

div.Title h1 {
	display: inline;
	color: #fff;
}

div.Title .Date {
	float: right;
	margin-top: 3px;
	font-size: 1.2em;
}

div.EntryFooter {
	float: right;
	font-size: .8em;
}

div.Comment {
	padding: 0 15px 15px 15px;
	margin: 15px 0 15px 0;
	border-left: 10px solid #222;
	border-right: 1px solid #444;
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #222;
	background-color: #3c424e;
	color: #ccc;
	font-size: .9em;
}

div.Comment2 {
	background-color: #494F5B;
}

div.CommentInfo {
	font-size: .8em;
	margin-left: 3em;
	color: #bbb;
}


/* Popup box */											/* Popup box */

div#Popup {
	display: none;	
	position: absolute;
	padding: 10px;
	width: 400px;
	height: 200px;
	background-color: transparent;
	top: 30%;
	left: 30%;
	z-index: 5;
	color: #555;
	border: 3px outset #666;
}

div#Popup label {
	width: 75px;
	text-align: right;
	float: left;
}

div#PopupDisablePage {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index: 4;
	top: 0;
	left: 0;
	opacity:.50;
	filter: alpha(opacity=50);
}

#PopupiFrame { /* used for IE bug */
	left: 47%; 
	position: absolute; 
	top: 47%;
	width: 230px; 
	height: 100px; 
	z-index: 4;
	display: none;
}




/* Forms */

#Buttons {
	height: 20px;
}

form.Form1 {
	background-color: white;
	padding: 10px;
}

form input, textarea {
	color: #444;
	font-family: helvetica, arial, sans-serif;
}

form.Form1 fieldset {
	border: 1px solid #ddd;
}


form.Form1 legend {
	border: 1px solid #ddd;
	color: #C46200;
	padding: 3px;
	margin-bottom: 10px;
	background-color: white;
}


form.Form1 label {
	color: #334466;
	float: left;
	width: 5em;
	text-align: left;
	margin-left: 10px;
	padding-right: 5px;
}

form.Form1 input, textarea {
	margin-bottom: 5px;
	border: 1px solid #bbbbcc;
	padding: 2px;
	background-color: white;
	width: 70%;
}

form.Form1 input.Button, input.Button {
	width: auto;
	background-image: url("http://digitalblue.endofnow.com/Images/ButtonBg.gif");
	background-repeat: repeat-x;
	cursor: pointer;

}

form.Form1 input.Button:hover, input.Button:hover {
	background-image: url("http://digitalblue.endofnow.com/Images/BlueButtonBg.gif");
}

form.Form1 legend.LegendButton {
	border: 2px solid #444; 
	font-weight: bold; 
	cursor: pointer;
}

form.Form1 legend.LegendButton:hover {
	background-color: #eeeeff;
}


/* Other */

div#ContactMe {
	cursor: pointer;
	background-color: #666;
	border: 1px solid #bbb;
	width: 10em;
	padding: 2px;
	margin: 2px 0 0 25px;
	text-align: center;
	color: #FC892E;
	font-weight: bold;	
	opacity:.80;
	filter: alpha(opacity=80);
	position: relative;
	z-index: 2;
}

div#ContactMe:hover {
	opacity:1;
	filter: alpha(opacity=100);

}

div.GreyBox {
	border: 1px solid #777;
	background-color: #8b95a8;
	color: black;
	padding: 10px;
	margin: 10px;
	background-image: url("http://digitalblue.endofnow.com/Images/Grey-box-bg.jpg");
	background-repeat: repeat-x;
	background-position: top left;
}

div.Composition {
	color: #EEE;
	padding: 5px 5px 5px 15px;
	border: 1px solid #333;
	background-color: #445577;
	font-size: 0.9em;
	width: 190px;
	height: 9em;
	margin: 5px;
	float: left;
	background-image: url("http://digitalblue.endofnow.com/Images/Music-box.jpg");
	background-repeat: no-repeat;
	background-position: bottom left;
}

div.Composition span.HeaderSpan {
	color: #dde0ff;
	float: left;
	margin: 0 3px 0 -10px;
}

div.Composition object {
	margin-left: 40px;
	border: none;
}


/* Websites */

div.Website {
	background-image: url("http://digitalblue.endofnow.com/Images/Websites/Websites-bg4.jpg");
	background-repeat: repeat-x;
	background-position: top left;
	border: 1px solid #eee;
	color: black;
	padding: 10px;
	margin: 5px;
	background-color: #BCBEC4;
	height: 250px;
}

div.Website img {
	border: none; 
	float: left; 
	margin: 5px 15px 5px 5px;
}

div.Website img.Right {
	float: right;
	margin: 5px 5px 5px 15px;
}

div.Website a {
 	color: #3c2800;
}

div.Website a:hover {
	color: #5e4a22;
}	

div.Website h2 {
	margin: 10px 0 5px 0;
}

div.Website h2 a {
	color: #ffffff;
}

div.Website h2 a:hover {
	color: #5e4a22;
}

div.Website p {
	margin-top: 10px; 
	padding-top: 0;
}

/* Status message */

div#Msg {
	text-align: center;
	color: #000;
	font-size: 1.2em;
	font-weight: bold;
	padding: 2px;
}

div.Success {
	background-color: #77aa77;
}

div.Error {
	background-color: #aa7777;
}

div.Pre {
	text-align: left;
	position: static;
}

/* One Fine Day */

div.author {
	width: 150px;
	text-align: left;
	font-weight: bold;
	display: inline;
	float: left;
	display: none;
}


/* Footer */

div#Footer {
	width: 70%;
	text-align: right;
	float: right;
	font-size: 80%;
	color: white;
	margin: 25px auto auto auto;
}

/* Miscellaneous */

.SmallText {
	font-size: .8em;
}

a.Link2 {
	color: #884433;
	font-weight: bold;
}

a.Link2:hover {
	color: #995544;
}

