/*
Theme Name: Decubing-Temp Theme
Theme URI: http://decubing.com
Version: 1.6
Author: Blake Bertuccelli
Author URI: http://decubing.com/
Tags: blue, custom header, fixed width, two columns, widgets

*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
a:link {
	color: #990000;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #990000;
}
a:hover {
	text-decoration: none;
	color: #990000;
}
a:active {
	text-decoration: underline;
	color: #990000;
}
ul {
	font-family: Georgia;
	font-weight: bold;
	font-style: italic;
	font-size: 14px;
	color: #333333;
}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-style:normal;
	font-size: 12px;
	color: #333333;
	width: 230px;
	border-left:#e6e6e6 solid 4px;
	padding: 10px 0 10px 14px;
	line-height:14px;
	list-style:none;
}
	li.button {
		float:left;	
		background:url(imgs/signup.gif) no-repeat center center;	/* default background image	*/
		width:78px;							/* width and height of the menu item */
		height:25px;
		padding: 0px 0 0px 24px;
		position:relative;
		font-size:11px;
		cursor:pointer;		
			/* must set it as relative, because .hover class top and left with absolute position will be positioned according to li.	*/
	}
 
	li.button a, li.button a:visited  {
		z-index:20;		/* z-index must be higher than .hover class */
		display:block;	/* display as block and set the height according to the height of the menu to make the whole LI clickable	*/
		position:relative;
		color:#fff;
		text-decoration:underline;
		padding: 5px 0 0 4px;
				
	}
     li.button a:hover  {
		text-decoration:none;				
	}
 
 	li.button .hover {
		background:url(imgs/signup_off.gif) no-repeat center center;		/* mouseover image	*/
		position:absolute;	/* must be postion absolute 	*/
		width:78px;	/*	width, height, left and top to fill the whole LI item	*/
		height:25px;
		left:0; 
		top:0;	
		z-index:0;		/* display under the Anchor tag	*/
		display:none;	/* hide it by default	*/
		padding: 0px 0 0px 24px;
	}	
	li.button.selected {
		background:url(imgs/signup_on.gif) no-repeat center center;	/* selected image	*/
	}
	-->

#hatching-top {
	position:absolute;
	z-index:-1;
	top:120px;
	left:0px;
	height:130px;
	width:100%;
	background:url(imgs/hatching.jpg);
}

#page {	
	margin: 40px auto; 
	width:620px;
	line-height:22px;
}
img { border: none;}