/*
2532|Gigs CSS v1.0
www.2532gigs.com
./css/2532gigs_v1.css

This CSS has been borrowed/stolen/taken from Six Shooter Media's Basic Template found here, http://www.sixshootermedia.com/free-templates/basic/
*/



body {
	font: 62.5%/1.6em "Lucida Grande", "Lucida Sans Unicode", verdana, geneva, sans-serif;
	color:#555;
	background:url(../images/bg.png) top repeat-x #333;
}

* {
	margin:0;
	padding:0;
}

img {
border: 0px;
}

a { color: #222222; font-weight: bold; text-decoration: underline;}
a:hover { color:#222222; font-weight: bold; text-decoration: none;}

#wrapper {
	margin:0 auto;
	background:#fff;
	padding:5px;
	border:4px solid #222;
}

.fixed {
	width:760px;
}

.fluid {
	width:90%;
}

#header {
	height:133px;
	background:url(../images/header.png) top no-repeat;
}

#header h1 {
	height:45px;
	font:250% Trebuchet MS;
	padding:53px 20px 10px 20px;
	color:#fff;
}


#nav {
	margin:0 0 0 0;
}

#nav li {
	list-style:none;
	display: inline;
	padding:7px 0;
}

#nav li a {
	padding:7px;
	color:#eee;
	text-decoration:none;
}

#nav li a:hover {
	background:#222;
	color:#FFCC00;
}

#sidebar_left {
	float:left;
	width:180px;
	padding:0 10px;
	background:#f6f6f6;
	font:100% Verdana;
	line-height:20px;
	border-right:1px solid #eee;
	margin:0 15px 0 0;
}

#sidebar_left h2 {
	font:140% Arial;
	color:#222;
	border-top:1px solid #eee;
	border-bottom:1px solid #eee;
	padding:5px;
}

#sidebar_left p {
	line-height:20px;
}

#sidebar_right {	
	width:160px;
	padding:10px;
	float:right;
	background:#333333;
	margin:0 0 10px 10px;
	border-left:1px solid #222222;
	border-right:1px solid #222222;
	border-bottom:1px solid #222222;
	color: #ffffff;
	z-index: 25;
}

#sidebar_right h2 {
	font:110% Verdana;
	font-weight:bold;
	text-transform:uppercase;
	color: #FFCC00;
}

#sidebar_right p {
	font:100% Arial;
	line-height:13px;
}

#sidebar_right ul {
	margin-left: 1em;
	padding-left: 1em;
	line-height: 13px;
}

#sidebar_right li {
	list-style-image: url(../images/arrow.gif);
	border-bottom:0px solid #525252;
	margin-bottom: 8px;
}

.sidebar_head {
	font: 110% Verdana;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFCC00;
}

#sidebar_right a {color: #CAE42D; text-decoration: underline;}
#sidebar_right a:hover {color:#CAE42D; text-decoration: none;}


#content {
	padding:0 15px;
	font-size:120%;
}

#content h2 {
	font:150% Trebuchet MS;
	color:#222;
	border-bottom:1px solid #eee;
}

#content h3 {
	font:140% Arial;
	color:#222;
	border-top:0px solid #f6f6f6;
	border-bottom:1px solid #f6f6f6;
	padding:0px 5px;
}

.with_sidebar {
	margin:0 0 0 200px;
}

.float_right {
float: right;
}

dl#showhide dd
{
margin:0;
padding:0;
}

#content p{
margin: 15px 0;
line-height: 13px;
}

#content h1,h2,h4,ul,ol,blockquote {
	margin:15px 0;
	line-height:25px;
}
#sidebar_left h1,h2,h3,h4,p,ul,ol,blockquote {
	margin:15px 0;
}
#sidebar_right h1,h2,h3,h4,p,ul,ol,blockquote {
	margin:15px 0;
}

#footer {
	margin:30px 0 0 0;
	padding:15px;
	background:#f6f6f6;
	border-top:2px solid #eee;
	clear:both;
	text-align: center;
}

	
	.manageusers {
		border-collapse: collapse;
		width: 100%;
		border: 0px;
	}

.notwritable {
	color: #ff0000;
}

.writable {
	color: #00ff00;
}
	
				/* CSS for checklists */
		.checklist {
			border: 1px solid #ABADB3;
			list-style: none;
			height: 10em;
			overflow: auto;
			width: 28em;
		}
		.checklist, .checklist li { margin: 0; padding: 0; }
		.checklist label { display: block; padding: 0 0.2em 0 25px; text-indent: -25px; }
		.checklist label:hover, .checklist label.hover { background: #555; color: #fff; }
		* html .checklist label { height: 1%; }
