table.cardtable {
        width:100%;
        border-width: 2px;
        border-spacing: 13px;
        border-collapse: separate;
        border-style: none dashed none dashed;
        border-color: gray #2C201A gray #2C201A;
        margin-right: auto;
        margin-left: auto;
}

table.cardtable td.piccol {
        text-align: left;
        width: 100px;
}

table.cardtable td
{ 
        vertical-align:top;
}

.card {
        background: #3b2e28;
        border: 0px solid #e8e8e8;
        padding-top: 0px;
		padding-right: 20px;
		padding-bottom: 5px;
        margin-bottom: 0px;
}
.card .creation-details {
        font-size: 11px; color: #dbdbdb; display: block;
}

#topc { width:880px; height:12px; position:relative; top:10px; left:0px; z-index:1;}
#topcl { width:12px; height:12px; position:relative; top:25px; left:0px; z-index:2;}
#botc { width:890px; height:12px; position:relative; top:-12px; left:0px; z-index:1;}

html {background: #413128;      background-image:url(../images/bg_01.jpg);      background-repeat:repeat; }
body {
        width: 980px; margin: 0 auto; background: #2C201A; color: #dbdbdb;
        font: 12px "Lucida Grande", Arial, sans-serif;
        line-height: 18px; padding-bottom: 10px; margin-bottom: 20px;
}
h1, h2, h3 {font-family: "Lucida Grande", "Trebuchet MS", "Arial", sans-serif; color:#f0cd28;}
h1 {font-size: 32px; line-height: 32px; margin: 20px 0 10px;}
h2 {font-size: 24px; line-height: 24px; margin: 15px 0 0px;}
h3 {font-size: 18px; line-height: 18px; margin: 10px 0 5px;}
h4 {font-size: 14px; line-height: 14px; margin: 10px 0 5px;}
h5 {font-size: 12px; line-height: 12px; margin: 10px 0 5px;}
h6 {font-size: 10px; line-height: 10px; margin: 10px 0 5px;}

li {margin-left: 20px;}

a {
			border-bottom-width: 1px;
			border-bottom-style: dotted;
			border-bottom-color: #cccccc;
			color: #f0cd28;
			background-color: #2c201a;
			background-image: none;
			background-repeat: repeat;
			background-attachment: scroll;
			text-decoration: none;
}

a:hover { border-bottom: 1px dotted #aaa; background-color: #f0cd28; color: #2c201a; }

.card a {
			border-bottom-width: 1px;
			border-bottom-style: dotted;
			border-bottom-color: #cccccc;
			color: #f0cd28;
			background-color: #3b2e28;
			background-image: none;
			background-repeat: repeat;
			background-attachment: scroll;
			text-decoration: none;
}

.card a:hover { border-bottom: 1px dotted #aaa; background-color: #f0cd28; color: #3b2e28; }



h1 a, h2 a, h3 a {background: none; border: none;}

.show-page .content-header {position: relative; border-bottom: 1px dotted #ddd;}
.show-page .content-header h1, .new-in-collection-page .content-header h1 {margin-bottom: 4px; margin-right: 70px;}
.show-page .content-header a.edit {position: absolute; top: 0; right: 0;}

.page-content {
				padding-top: 20px;
				background-color: #2c201a;
				background-image: none;
				background-repeat: repeat;
				background-attachment: scroll;
}

body.aside-layout {width: 980px;}
.aside-layout .page-content {height: 100%; overflow: hidden; padding-top: 0;}
.aside-layout .main-content {padding-top: 20px;}
.main-content {float: left; width: 780px;}
.aside {float: right; width: 140px; padding: 20px 30px; background: #E5E5E5;}
.aside-content {
	color: #222; font-size: 11px; background: #3b2e28;
}

.page-header {position: relative; margin-top: 20px; padding: 0px 0 0; color: white; background: #2c201a;}



/* comment section */

.teaserpic {
     padding: 7px 10px;
     margin: 15px;
 	}
 	
.comment {
     margin: 15px 0 20px;
 	}

.comment-header {
 	        border-top: 1px dotted #000000;
 	        background: #3b2e28;
 	        padding: 7px 10px;
 	        margin-bottom: 10px;
 	}
.comment-header input {float: right;}
.comment-datetime {
 	        font-style: italic;
 	        text-align: right;
 	}
 	
.comment-author-date {
 	        text-align: left;
 	}
 	
.comment-author-date span.left {
  float: left;
  text-align: left;
  width: 60%;
  }

.comment-author-date span.right {
  font-style: italic;
  text-align: right;
  width: 40%;
  }
 	
 	
.comment-count {
 	        font: bold 16px Arial, sans-serif; color: #FFFFFF;
 	        float: left;
 	        width: 45px;
 	        text-align: center;
 	}
div.comment-body {
 	        padding: 5px 0 0 0;
 	}
 	
form.new-comment {
 	        background: #3b2e28;
 	        margin-top: 20px;
 	        padding: 10px 20px 20px;
 	}
form.new-comment h2 {padding-bottom: 10px;}
form.new-comment label {
 	        padding-left: 10px;
	}
form.new-comment input {
 	        margin: 0;
 	        background-color: #3b2e28;
 	        color: #FFFFFF; 
 	}
 	form.new-comment .author, form.new-comment .website {
	        margin-bottom: 15px;
 	        background-color: #3b2e28;
 	        color: #FFFFFF; 
 	}
 	form.new-comment textarea {
 	        width: 100%;
 	        height: 100px;
 	        margin-bottom: 10px;
 	        background-color: #3b2e28;
 	        color: #FFFFFF; 
 	}
 	
/* end comment section */

/* table plus section */
.table-plus .header {height: 100%; overflow: hidden;}
.table-plus .header a {float: left; margin-right: 20px;}
.table-plus div.search {float: right;}
.table-plus div.search span {color: #3B2E28;}
.table-plus div.search input.search {margin: 0 5px;}
.table-plus div.search .button {padding: 2px 4px;}

.table-plus table {width: 100%; margin: 20px 0;}
.table-plus table th {
        padding: 2px 10px;
        color: white; background: #3B2E28;
        font-weight: bold; font-size: 10px;
}
.table-plus table th a {color: white;}
.table-plus table td {
        padding: 6px 10px; border-bottom: 1px solid #3B2E28; color: #666;
}
.table-plus table td input.button, .collection .button {padding: 1px 3px; margin-left: 10px; margin-top: 0;}
.table-plus table td.controls {width: 100px;}
.table-plus .even {background: #3B2E28;}
.table-plus a {background: none;}

/* end table plus section */

#hypem-widget ul li a:hover {
background:#000;
}

#mini_map a { background-color: transparent; color: #000 !important; } 
/* #mini_map a:hover { background-color: #3B2E28; color: #F0CD26; } */
