/*
Theme Name: Cyberspice
Theme URI: http://www.cyberspice.org.uk/wordpress/theme/
Description: The theme for 
Version: 1.1
Author: Cyberspice aka Melanie Rhianna Lewis
Author URI: http://www.cyberspice.org.uk/
Tags: three columns, widgets

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php



*/

body
{
	font-family: helvetica, arial, sans-serif;
	font-size: 10pt;
	color: white;
	background: black url("background.jpg") no-repeat fixed 0px 0px;	
}

a, a:active, a:visited
{
	text-decoration: none;
	color: #cc99ee;
}

a:hover
{
	text-decoration: none;
	color: #ccaaee;
}

div
{
	background: #333333;
}

ul
{
    /* IE uses margin to position the bullet */
	margin-left: 5px;
	/* Others use padding */
	padding-left: 5px;
	
	margin-right: 10px;
	list-style-type: square;
	list-style-position: inside;
}

#menu
{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	margin: 0;
	border-bottom: 1px solid white;
	z-index: 20;
}

#page
{
	max-width: 1280px;
	margin: 0 auto;
	border: 0;
	position: relative;
	background: none;
}

#header
{
	border: 1px solid white;
	text-align: center;
	padding: 5px;
	margin-top: 50px;
	margin-bottom: 0;
	margin-left: 10px;
	margin-right: 10px;
	clear: both;
}

div.description
{
	padding: 2px;
}

div.code
{
	background-color: #f8f8f8;
}

#widgets
{
	float: left;
	width: 260px;	
	margin: 0;
	background: none;
}

#content
{
	border: 1px solid white;
	margin-top: 10px;
	margin-left: 280px;
	margin-right: 280px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
}

#contentwide
{
	border: 1px solid white;
	margin-top: 10px;
	margin-left: 50px;
	margin-right: 50px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
}

#sidebar
{
	float: right;
	width: 260px;
	margin: 0;
	background: none;
}

#footer
{
	border: 1px solid white;
	text-align: center;
	padding: 5px;
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
	clear: both;
}

h1.title
{
	font-weight: bold;
	font-size: 28pt;
	text-transform: uppercase;
}

/* Styleage for the menu */
a.menu, a:active.menu, a:visited.menu 
{
	display: block;
	background-color: #333333;
	color: white;
	padding: 4px;
	text-decoration: none;
	font-weight: bold;
	border: 1px solid gray;
	margin: 0;
}

a:hover.menu  
{
	display: block;
	background-color: white;
	color: black;
	border: 1px solid gray;
	margin: 0;
}
/* End of styleage for widgets */

/* Styleage for widgets */
div.widget
{
	border: 1px solid white;
	margin: 10px;
}

h2.widget-title
{
	margin: 0;
	padding: 5px;
	font-size: 12pt;
	color: black;
	background-color: white;
}
/* End of styleage for widgets */

/* Styleage for twitter stuff */
div#twitter_div 
{
	border: 1px solid white;
	margin: 10px;
	font-size: 8pt;
}

#twitter_update_list ul
{
	margin-right: 5px;
}

h2.sidebar-title 
{
	margin: 0;
	padding: 5px;
	font-size: 12pt;
	color: black;
	background-color: white;
}

#twitter-link
{
	margin: 0;
	padding: 5px;
	color: black;
	background-color: white;
	text-decoration: none;
}

a:hover#twitter-link 
{
	margin: 0;
	padding: 5px;
	color: white;
	background-color: gray;
	text-decoration: none;
}
/* End of styleage for twitter. */




