/*
Author:		Donny Burnside
Website:	http://www.ginger-ninja.net/
*/

/* Misc. */

* {
	margin:0;
	padding:0;
	}
body {
	font-family:Arial, sans-serif;
	font-size:100%;
	background-color:#222222;
	margin:1em 2em;
	color:#666666;
	}
img {
	border:0;
	}
p {
	margin-bottom:20px;
	line-height:20px;
	}
#content a:link, a:visited {
	color:#1a81e0;
}
#content a:hover {
	text-decoration:none;
	color:#FFFFFF;
	background-color:#1a81e0;
}
/* Structure */

#wrapper {
	width:95%;
	margin:0 auto;
	}
#header {
	/*height:100px;
	line-height:100px;*/
	/*background-image:url(../images/bg-header.gif);
	background-repeat:no-repeat;*/
	padding-left:15px;
	}
#navigation {
	float:right;
	margin-right:15px;
	}
#content {
	background-color:#fff;
	background-image:url(../images/bg-content.gif);
	background-repeat:repeat-x;
	background-position:top center;
	padding:10px 5px;
	}
#footer {
	font-size: 65%;
	text-align:right;
	/*background-image:url(../images/bg-footer.gif);
	background-repeat:no-repeat;
	background-position:top center;*/
	/*line-height:24px;*/
	color:#efefef;
	}

/* Navigation */

#navigation ul {
	list-style-type:none;
	}
#navigation li {
	float:left;
	text-align:center;
	text-transform:lowercase;
	}
#navigation li a {
	display:block;
	/*height:100px;
	width:75px;*/
	text-decoration:none;
	color:#ffffff;
	margin-left: 10px;
	/*background:url(../images/bg-header.gif);
	background-repeat:repeat-x;*/
	}
#navigation li a:hover {
	color:#222222;
	background: #1a81e0;
	/*background:url(../images/bg-navigation-hover.gif);
	background-repeat:repeat-x;*/
	}
#navigation .active {
	color:#222222;
	background: #1a81e0;
	/*background:url(../images/bg-navigation-hover.gif);
	background-repeat:repeat-x;*/
	}

/* Headings */

h1 {
	/*font-size:30px;
	font-weight:normal;
	letter-spacing:-1px;*/
	font-size: 140%;
	}

/* Link Colors */

h1 a {
	color:#fff;
	text-decoration:none;
	}
h1 a:hover {
	color:#fff;
	}


#footer a {
	color:#ffffff;
	text-decoration:none;
	border-bottom:1px dotted #ffffff;
	}
#footer a:hover {
	color:#ffffff;
	}

#pickerPanel {
	float: left; 
	display: block; 
	margin-right: 6%; 
	width: 46%; 
}

#pickerForm {
	float: right; 
	display: block; 
	margin-right: 6%; 
	width: 46%; 
}

#usernameenter {
	float: left; 
	display: block; 
	margin-right: 6%; 
	width: 46%; 
}

#buttons {
	/*float: right; 
	display: block; 
	margin-right: 6%; 
	width: 46%; */
	text-align:center;
}
.pagination {
	text-align: center;
}
