/**
 *
 */
 
@import url( "cards.css" );

html, body {
	background: #2D2B2C;
	margin: 0;
	color:white;

}

a {
	font-family: "Trebuchet MS";
	color:white;
	text-decoration: none;
}

h3 {
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
}

ul {
	padding: 0px;
	list-style-type: none;
	margin: 0px;
}

li {
	height: 20px;
}

li#huidig {
	background: #666666;
}

#wrap {
	padding-top: 143px;
	height:auto !important;
	height:1250px;
}

#pages {
	margin:0;
	padding:0;
}
#contents {
	font-family: "Trebuchet MS";
	margin-right: 260px;
	font-size: 9pt;
	padding: 8px;
	width: auto;
}
#submit-it {
	background: #2D2B2C;
	color: white;
}
#search {

}

#search form .text {
	font-family: "Trebuchet MS";
	height: 16px;
	vertical-align: top;
}

#search form .go {
	margin-left: 10px;
	color: white;
}

#sort_links {
	text-align: right;
	padding-right: 23px;
	margin-top: 6px;
	color: #999999;
}

#sort_links a{
	color: #cccccc;
}

/* center containers */



#upload-avatar {
	margin-bottom: 10px;
}

/* sidebar */

#sidebar {
	font-family: "Trebuchet MS";
	background:#2D2B2C;
	float:right;
	width:235px;
	min-height:250px;
	height:auto !important;
	height:1550px; 
	font-size: 9pt;
	margin-top: -15px;
	margin-right: 15px;
}

.sidebar_box {
	margin: 25px 5px 0px 0px;
}

#about_box a{
	text-decoration: underline;
}

#categories a{
	font-weight: bold;
	font-size: 12px;
	letter-spacing: 1px;
}

#categories a:hover, #tag_cloud a:hover, #sites_we_like a:hover, #header a:hover, #logged_in a:hover{
	color: #999999;
}

#logged_in a{
	text-decoration: underline;
}


/* header */

#header {
	background: black url(../images/superuse_back.jpg);;
	position:absolute;
	top:0px;
	height:143px;
	width: 100%;
	margin:0;
	border: 0; /*1px dashed silver*/;
}

#header a#logo{
	position:absolute;
	top:0px;
	left:20px;
	width:369px;
	height:134px;
	display:block;
	background:transparent url(../images/superuselogo.jpg) no-repeat left top; 
}

#header div#menubar {
	height: 20px;
	padding-top: 5px;
	text-align: right;	
}

#header div#menubar a {
	padding-right: 10px;
	padding-left: 20px;
	font-weight: normal;
	font-size: 10pt;
}

/* footer */

#footer {
	font-family: "Trebuchet MS";
	text-align: center;
	margin-top: 5px;
	margin-bottom: 15px;
	padding-top: 5px;
	font-size: 9pt;
}

.mnm-published {

}

/* pagination */

.pagination{
	background:transparent url(../images/div-h.gif) repeat-x left top;
	padding:0px;
	margin:8px;
	text-align:left;
}

.pagination a{
	padding:1px 4px;
	text-decoration:none;
	background:transparent url(../images/pagination.gif) repeat-x left bottom;
	border:1px solid #ccc;
	margin:0 2px;
	color:#666666;
}

.pagination a:hover{
	background: #fff;
	color:#666666; 
	border:1px solid #aaa; 
}

.pagination span, .pagination span.nextprev{
	background:#FFFFFF;
	border:1px solid #CCCCCC;
	color:#CCCCCC;
	padding:1px 4px; 
	margin:0 2px; 
}

.pagination span.current{
	background:#546E8C;
	border:1px solid #A49979;
	color:#FFFFFF;
	margin:0 2px; 
	font-weight:bold;
}

.pagination h4 {
	margin-top:-1.45em;padding:0;border:none
} /* In html1.php, pages links:EITHER span OR a */
