/*
Theme Name: Liquid Crystal Display
Theme URI: http://cypherghost.com
Description: A custom theme for CypherGhost.com that looks like a monochrome LCD display..
Version: 1.0
Author: Cypher Ghost
Author URI: http://www.cypherghost.com


Copyright (c) 2005 Cypher Ghost

Sometime later I'll release it on Creative Commons or something.


*/



/* Stylesheet for cypherghost.com  */

body 
	{
	background-color: white;
        background-image:url(/wp-content/themes/ghost/images/background.gif);
 	margin:0px;
	padding:0px;
	color:Black;

	font-family:Verdana,Tahoma,Arial,Sans Serif;
	font-size:12px;
	}

.entry img{
float: right;
margin: 10px;
}



div.entry{
text-align: justify;
color: #000000;
}

a.entry_title{
font-size: 150%;
font-weight: bold;
}


a:link
	{
	color:#000;
	text-decoration: underline;
	}
	
a:visited
	{
	color:#3d3d3d;
	text-decoration: underline;
	}
	
a:hover
	{
	color:#444;
	text-decoration: underline;
	}
	
a:active
	{
	color:#444;
	text-decoration: underline;
	}






/*  Here we define the backgrounds for the nice curvy frame */


td.corner_upper_left{
        background-image:url(/wp-content/themes/ghost/images/corner_upper_left.gif);
	}

td.top{
        background-image:url(/wp-content/themes/ghost/images/top.gif);
}

td.corner_upper_right{
        background-image:url(/wp-content/themes/ghost/images/corner_upper_right.gif);
}

td.left{
        background-image:url(/wp-content/themes/ghost/images/left.gif);
}

td.right{
        background-image:url(/wp-content/themes/ghost/images/right.gif);
}

td.corner_bottom_left{
        background-image:url(/wp-content/themes/ghost/images/corner_bottom_left.gif);
}

td.bottom{
        background-image:url(/wp-content/themes/ghost/images/bottom.gif);
}

td.corner_bottom_right{
        background-image:url(/wp-content/themes/ghost/images/corner_bottom_right.gif);
}

input {
 background-color: #D6DBBF;
border: 1px solid #666666;
}


.navigation{
color: #000000;
}

 .navigation ul li {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;

color: #00ff00;
}



/* This one controls the Sidebar for Archives and Categories
.sidebar {
color: purple;
	list-style: none;

}

li.sidebar {
color: purple;
	list-style: none;

}

/* This one controls the links to other places */
.sidebar li ul{
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
color: #00ff00;
}


.page_item li ul{
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
color: #00ff00;
}



