/*** e.ggtimer.com styles *****************************/

/*** Imports ******************************************/

@import url("reset.css");

/**** Global *********************************/

body {
	text-align:center;
	background:url(/images/bg.jpg) center -30px no-repeat;
	font-family:"Lucida Grande", arial, sans-serif;
	color:#999;
}

#wrapper {
	margin:0 auto;
	text-align:left;
	width:850px;
}

a, a:visited {
	color:#333;
}

a:hover {
	color:#000;
}

h1, h2 {
	color:#000;
}

h2 {
	font-size:23px;
	letter-spacing:-2px;
	margin-bottom:20px;
}

h3 {
	color:#666;
	font-size:16px;
}

/**** Forms **********************************/

input {
	
}

.submit {
	
}

label {
	
}

/**** Header *********************************/

#header h1 {
	margin:70px 0 85px 340px;
}

#timer {
	height:50px;
}

/**** Timer*****************************/

#timer label {
	width:330px;
	text-align:right;
	color:#000;
	font-size:16px;
	float:left;
	padding-right:10px;
	padding-top:8px;
}

#timer input {
	padding:4px;
	font-size:16px;
	border:solid 4px #333;
	margin-right:10px;
	color:#999;
	float:left;
	width:350px;
}

#timer input#timergo {
	border:0;
	width:44px;
}

#nav-prime ul li.highlight {
	
}

/**** Core ***********************************/

#core {
	background:url(/images/content-bg.jpg) top no-repeat;
	padding-top:40px;
	overflow:auto;
	font-size:14px;
}

#core a, #core a:visited {
	color:#999;
}

#core a:hover {
	color:#000;
}

#sidebar {
	width:260px;
	float:left;
	padding:0 40px;
}

#sidebar .amz {
   margin-bottom: 30px;
}

#sidebar h2 {
	margin-bottom:10px;
}

#content {
	float:left;
	width:500px;
}

#content b {
	color:#000;
}

#footer a, #footer a:visited {
	color:#000;
	font-weight:bold;
}

#donate {
   margin-top: 40px;
   margin-left: 20px;
}


