@import "columns.css";

/* orig links #99CCFF */

/* Based on:
    http://www.bertilow.com/div/columns_header_footer_full_width/ 
    Storm theme for Movable Type 2.64
    
    Thanks.
*/

html, body, div, h1, h2 {
	margin: 0;
	padding: 0;
	border-width: 0;
	text-align: left;
}
body {
	padding: 0;
	font-size: 100%;
}
html, body {
	background-color: #333333;
	color: #000000;
	font-family: verdana, arial, sans-serif;
}


#header {
	border-bottom:1px dotted #999999; 
	border-top:3px dotted #999999; 
	margin-bottom: 0.5em;
	margin-top: 0.0em;
	font-size:x-large;
	font-weight:normal;
	text-transform:uppercase;
	letter-spacing:.2em;
}

#header a,
	#header a:link,
	#header a:visited,
	#header a:active,
	#header a:hover {
	font-size: x-large;
	color: #FFFFFF;
	text-decoration: none;
	border-bottom: none;
}

#footer {
	border-top:1px dotted #999999;
	border-bottom:3px dotted #999999;
	margin-bottom: 0em;
	margin-top: 0.5em;
}


h1, h2, h3 {
	margin: 0px;
	padding: 0px;
}



.description {
	color:#999999;
	font-size:x-small;
	font-weight:bold;
	background:#000;
	text-transform:none;
	letter-spacing:normal;
}



.blog {
	padding-left:15px;
	padding-bottom:15px;
	padding-right:15px;
}

.blogbody {
	color:#CCCCCC; 
	/* color: #9999CC; */
	font-size:small;
	font-weight:normal;
	background:#333;
	line-height:140%;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
}


/* div.blogbody a[href^="http:"] { background: url(/images/remote.gif) left center no-repeat; padding-left: 12px; } 
div.blogbody a[href^="http:"]:hover { background: url(/images/remote_a.gif) left center no-repeat; color: orange;}  */
/* ...but not to absolute links in this domain... */ 
/* div.blogbody a[href^="http://einiverse.eingang.org/"] {background: none transparent; padding-left: 0px;}  
div.blogbody a[href^="http://einiverse.eingang.org/"]:hover {background: none transparent; padding-left: 0px; color:#99CC66; }  */

/* div.side a[href^="http:"] { background: url(/images/remote.gif) left center no-repeat; padding-left: 12px; } 
div.side a[href^="http:"]:hover { background: url(/images/remote_a.gif) left center no-repeat; color: orange;}  */
/* ...but not to absolute links in this domain... */ 
/* div.side a[href^="http://einiverse.eingang.org/"] {background: none transparent; padding-left: 0px;}  
div.side a[href^="http://einiverse.eingang.org/"]:hover {background: none transparent; padding-left: 0px; color:#99CC66; }  */



.title {
	font-size:small;
	/* color:#CCCCCC; */
	color: #99CCFF;
	text-transform: lowercase;
	font-weight:bold;
}

#menu {
	margin-bottom:15px;
	background:#333333;
	color: #CCCCCC;
}

.date {
	font-size:small;
	/*color:#CCCCCC;*/
	color: #99CCFF;
	/*border:1px solid #CCCCCC;*/
	border:1px solid #99CCFF;
	padding:5px;
	margin-bottom:10px;
	font-weight:normal;
}

.posted	{
	font-size:x-small;
	/* color:#CCCCCC;*/
	color: #99CCFF;
	margin-bottom:15px;
}

.calendar {
	color:#666666;
	font-size:x-small;
	font-weight:normal;
	background:#333333;
	line-height:140%;
	padding:2px;
	text-align:center;
}

.calendarhead {
	color:#CCCCCC;
	font-size:x-small;
	font-weight:bold;
	background:#3333333;
	line-height:140%;
	padding:2px;
}

.side {
	/*color: #CCCCCC;*/
	/* color: #9999CC;  */
 	color: #99CCFF;
	font-size:x-small;
	font-weight:normal;
	background:#333333;
	line-height:140%;
	padding:2px;
	padding-bottom:20px;
}

.sidetitle {
	/* color:#999; */
	/* color: #0080FF; */
	/* color: #6688ff; */
	/* color: #00aaff; */
	/* color: #0099CC; */
	/* color: #9999FF; */
	color: #66CCFF; 
	font-size:x-small;
	font-weight:bold;
	line-height:140%;
	padding:2px;
	text-align:left;
	text-transform:uppercase;
	letter-spacing:.2em;
}

.syndicate {
	font-size:xx-small;
	line-height:140%;
	padding:2px;
	margin-top:10px;
	text-align:center;
}

.powered {
	color:#CCCCCC;
	font-size:xx-small;
	font-weight:bold;
	text-transform:uppercase;
	padding:2px;
	margin-top:10px;
	text-align:center;
	letter-spacing:.2em;
}

 .trackback-body {
	font-family:verdana, arial, sans-serif;
	color:#666666;
	font-size:small;
	font-weight:normal;
	background:#333333;
	line-height:140%;	
	padding-top:15px;				
}		

.trackback-url {
	font-family:verdana, arial, sans-serif;
	color:#999;
	font-size:small;
	font-weight:normal;
	background:#333333;
	line-height:140%;	
	padding:5px;
	border:1px dashed #999999; 				
}

.trackback-post {
	font-family:verdana, arial, sans-serif;
	color:#999999;
	font-size:x-small;
	font-weight:normal;
	background:#3333333;
	margin-bottom:20px;
}

#header-commentspop {
		color:#FFFFFF;
		font-size:large;
		font-weight:bold;
		border-bottom:1px dotted #999999;
		border-top:3px dotted #999999;
		background:#000000;
		padding:15px;
		text-transform:uppercase;
		letter-spacing:.2em;
}

.comments-body {
	color:#CCCCCC; 
	font-size:small;
	font-weight:normal;
	background:#333333;
	padding-top:5px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:15px;
}

.comments-post {
	color:#999999;
	font-size:x-small;
	font-weight:normal;
	background:#333333;
}

.comments-head {
	font-size: small;
	color: #CCCCCC;
	border:1px solid #999999;
	padding: 5px;
	font-weight:normal;
	margin-top:10px;
}

textarea {
	font-family:verdana, arial, sans-serif; 
	color:#333333; 
	background-color:#FFF; 
	font-size:11px;	 
} 


input {
	font-family:verdana, arial, sans-serif; 
	color:#333333; 
	background-color:#FFF; 
	font-size:11px;	 
} 
	

.hrdotted50 {
	width: 50%; 
	border-top: 1px dotted; 
	border-bottom: 0px none;
	height: 1px;
	padding: 0px;
	margin: 20px;
}



/* A.ext			{ color:#99CCFF; text-decoration: underline; } */
A.ext:link		{ color:#99CCCC; text-decoration:underline; border-bottom: #99CCCC 1px none; }
A.ext:visited	{ color:#99CCCC; text-decoration:underline; border-bottom: #99CCCC 1px none; }
A.ext:active	{ color: orange; }
A.ext:hover		{ color: orange; }


/* A			{ color:#99CCCC; text-decoration:none; border-bottom:1px dotted #99CCCC;} */
A:link		{ color:#99CCCC; text-decoration:none; border-bottom:1px dotted #99CCCC;}
A:visited	{ color:#99CCCC; text-decoration:none; border-bottom:1px dotted #99CCCC;}
A:active	{ color:#99CC66; }
A:hover		{ color:#99CC66; }

a[href^="http:"] { background: url(/images/remote.gif) left center no-repeat; padding-left: 12px; text-decoration: underline; border-bottom: none;} 
a[href^="http:"]:hover { background: url(/images/remote_a.gif) left center no-repeat; color: orange; text-decoration: underline; border-bottom: none;} 
a[href^="mailto:"] { background: url(/images/mailto.gif) left center no-repeat; padding-left: 12px; text-decoration: underline; border-bottom: none;} 
a[href^="mailto:"]:hover { background: url(/images/mailto_a.gif) left center no-repeat; color: orange; text-decoration: underline; border-bottom: none;} 

/* ...but not to absolute links in this domain... */ 
a[href^="http://einiverse.eingang.org/"] {background: none transparent; padding-left: 0px; text-decoration: none; border-bottom: 1px dotted;}  
a[href^="http://einiverse.eingang.org/"]:hover {background: none transparent; padding-left: 0px; color:#99CC66; text-decoration: none; border-bottom: 1px dotted;}  

/* exclude W3C validation links too because that just looks weird */
a[href^="http://validator.w3.org/check/referer"] {background: none transparent; padding-left: 0px; text-decoration: none; border-bottom: 1px dotted;}  
a[href^="http://validator.w3.org/check/referer"]:hover {background: none transparent; padding-left: 0px; color:#99CC66; text-decoration: none; border-bottom: 1px dotted;}  
a[href^="http://jigsaw.w3.org/css-validator/"] {background: none transparent; padding-left: 0px; text-decoration: none; border-bottom: 1px dotted;}  
a[href^="http://jigsaw.w3.org/css-validator/"]:hover {background: none transparent; padding-left: 0px; color:#99CC66; text-decoration: none; border-bottom: 1px dotted;}  

/* exclude creative commons licenses we\'ll handle those separely */
a[href^="http://creativecommons.org/licenses/by-nc-sa/1.0/"] {background: none transparent; padding-left: 0px; text-decoration: none; border-bottom: 1px dotted;}  
a[href^="http://creativecommons.org/licenses/by-nc-sa/1.0/"]:hover {background: none transparent; padding-left: 0px; color:#99CC66; text-decoration: none; border-bottom: 1px dotted;}  


a.cc[href^="http:"] { background: url(/images/remote.gif) left center no-repeat; padding-left: 12px; text-decoration: underline; border-bottom: none;} 
a.cc[href^="http:"]:hover { background: url(/images/remote_a.gif) left center no-repeat; color: #FFAA00; text-decoration: underline; border-bottom: none;} 

A.none:link { background-image: none; color:#99CCCC; text-decoration:none;  border-bottom: #99CCCC none; }}
A.none:visited { background-image: none; color:#99CCCC; text-decoration:none; border-bottom: #99CCCC 1px none; }
A.none:active { background-image: none; color:#99CCCC; text-decoration:none; border-bottom: #99CCCC 1px none; }
A.none:hover { background-image: none; color:#99CCCC; text-decoration:none; border-bottom: #99CCCC 1px none; }


/* add image handling tags */
img.floatleft {
	padding: 10px;
	border: 0px;
	float: left;
}

img.floatright {
	padding: 10px;
	border: 0px;
	float: right;
}


.icons {
	border: 0px;
}

blockquote {
	color: #cc66ff;
	margin: 2em 2em 2em 1em;
	padding: 0 .75em 0 1.25em;
	border-left: 1px solid #CCC;
	border-right: 0px solid #CCC;
}

h4 {
	color: #cc66ff;
	margin-top: 30px;
	font-size: small;      
}

.smaller {
       font-size: smaller;
}

.morestyle {
	font-size: xx-small;
	text-transform: uppercase;
}

.code {
	font-family: monoco, courier, fixed;
	color: #cc66ff;
}


.captionText
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: justify;
	font-size: medium;
}
.captionTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
	color: #cc66ff;
	margin-bottom: 10px;
}


.newPicture {
	padding-top: 75px;
}

.einTable {
	margin-bottom: 100px;
        width: 600px;
}

