/* ------------------------------ 
HTML Redefine Tags
------------------------------ */
body{
	background-color: #eaebe8;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-top:10px;
	margin-bottom:20px;
	margin-right:20px;
	margin-left:20px;
	padding:0;
}

input, form, textarea
h1, h2, h3, h4, h5, h6{margin:0; padding:0;}
h1{font-size:18px; color:#a5a60b}
h2{font-size:14px; color:#a5a60b}
h3{font-size:13px; border-bottom:solid 1px #DEDEDE; padding:4px 0; margin-bottom:10px;}

a:link, a:visited{color:#a5a60b;text-decoration:none;}
a:hover{color:#a5a60b;text-decoration:underline;}


/* ------------------------------ 
PAGE STRUCTURE 
------------------------------ */

/* 
#container has an absolute width (780 pixel) 
*/

#container{width:920px; margin:0 auto;}

#topbar{
	background-color:#484d40;
	width:auto;
	display:block;
	height:115px;
}

#topbar-right {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:11px;
	color:#cccccc;
	float: right;
	width: 650px;
	line-height: 14px;
	padding-bottom: 4px;
	padding-top: 30px;
}

#topbar-right p {
	padding-bottom: 4px;
	margin-bottom: 10px;
	padding-right: 10px;
}

#topbar #header {
	float: left;
	width: 200px;
	height: 115px;
}
#topbar #header a {
	display: block;
	background: url(http://slashlogo.com/img/logo.png) top no-repeat;
	width: 250px;
	height: 115px;
	overflow: hidden;
	text-indent: -3000px;
}
#topbar #header a:hover {
	background-position: bottom;
}


#navbar{
	background-color:#a5a60b;
	width:auto;
	display:block;
	padding: 3px;
	padding-left: 5px;
	height:24px;
	color: #ffffff;
}

#navbar a{
	color:#ffffff;
	line-height:22px;
	padding:0px 10px;
	display:inline;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-decoration: none;
	text-transform: uppercase;
}

#navbar a:hover{
	color:#ffffff;
	text-decoration: underline;
}

#navbar #search {
	float: right;
	padding-right: 10px;
}

#layout-space{
	width:auto;
	display:block;
	height:3px;
}
	
#main{
	background-color:#ffffff;
	background-repeat:repeat-x;
	width:auto;
	display:block;
	padding:10px 0;
}
.main-linebox {
	background-color:#ffffff;
	margin: 0px;
	padding:6px;
	border: 0px;
}

div.spacer{
	clear:both;
	height:10px;
	display:block;
}

/* Column Left */
#column-left{
	width:160px;
	margin-right:20px;
	float:left;
}
#column-left h2{
	font-size: 14px;
	display: block;
	padding-left: 10px;
	padding-bottom: 4px;
	padding-top: 10px;
	color: #a5a60b;
}
.category-box {
	background: #484d40;
	margin-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	border: 1px solid #3a3e33;
}
.category-list ul{
	list-style: none;
	margin:10px;
	padding:0px;
	line-height:1.6em;
}
.category-list li {
	border-bottom: 1px dotted #888905;
	font-size: 11px;
}
.category-list li a {
	display: block;
	color: #fff;
	text-decoration: none;
}
.category-list li a:hover {
	color: #fff;
	text-decoration: underline;
}
.left-linebox {
	margin-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding:5px;
	border: 1px solid #ebebeb;
}
.link-box {
	background: #ededed;
	margin-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	border: 1px solid #dddcdc;
}
.link-list ul{
	list-style: none;
	margin:10px;
	padding:0px;
	line-height:1.6em;
}
.link-list li {
	border-bottom: 1px dotted #dddcdc;
	font-size: 11px;
}
.link-list li a {
	display: block;
	color: #333;
	text-decoration: none;
}
.link-list li a:hover {
	color: #e40000;
}
#left-pro{
	width:120px;
	clear:both;
	float:left;
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding:14px;
	border: 1px solid #ebebeb;
}
/* //Column Left */

/* Column Right - Home */
#column-right-home {
	width:728px;
	float:left;
}

#column-right-home ul.column{
	width: 100%;
	padding: 0;
	margin: 10px 0;
	list-style: none;
}
#column-right-home ul.column li {
	float: left;
	width: 182px; /*Set default width*/
	padding: 0;
	margin: 5px 0;
	display: inline;
}
#column-right-home .block {
	height: 340px;
	font-size: 1em;
	margin-right: 10px; /*Creates the 10px gap between each column*/
	padding: 10px;
	background: #f5f6f4;
}
#column-right-home .block h2 {
	font-size: 12px;
	padding:5px;
	height:20px;
}

#column-right-home .block h2 a {
	color: #a5a60b;
	text-decoration: none;
}

#column-right-home .block h2 a:hover {
	color: #a5a60b;
	text-decoration: underline;
}

#column-right-home .block img {
    /*Flexible image size with border*/
	width: 94%;  /*Took 1% off of the width to prevent IE6 bug*/
	/*padding: 5%;*/
	background:#fff;
	margin: 0 auto;
	display: block;
	border: 0px;
	-ms-interpolation-mode: bicubic; /*prevents image pixelation for IE 6/7 */
}
/* //Column Right - Home */

/* Column Center - Detail */
#column-detail{
	width:712px;
	float:left;
	margin: 13px 0px 0px 0px;
	padding:5px;
	border: 1px solid #ebebeb;
}

#column-detail h2 a {
	text-decoration: none;
}

#column-detail h2 a:hover {
	text-decoration: underline;
}

#detail-boxone {
	margin-top: 10px;
	padding:10px;
	float: left;
	width: 345px;
}

#detail-boxone h2{
	font-size: 14px;
	display: block;
	padding-bottom: 8px;
	padding-top: 10px;
	color: #a5a60b;
}

#detail-boxtwo {
	margin-top:20px;
	margin-left: 12px;
	float: left;
	width: 325px;
	height: 1%; /* Holly hack for Peekaboo Bug */
}

#detail-postcontent {
	margin: 0px 0px 0px 0px;
	padding:0px;
}
.blacklk {
	color: #000;
	text-decoration: none;
}
.blacklk:hover {
	color: #a5a60b;
}
.blacklk:visited {
	color: #000;
	text-decoration: none;
}
#share-boxone {
	margin-top: 0px;
	padding:0px;
	float: left;
	width: 200px;
}

#share-boxtwo {
	margin-top:0px;
	margin-left: 12px;
	float: left;
	width: 470px;
	height: 1%; /* Holly hack for Peekaboo Bug */
}

#column-moredetail{
	width:724px;
	float:left;
	margin: 0px;
	padding-top:15px;
	padding-bottom: 15px;
}

#moredetail-boxone {
	margin: 0px;
	padding-top:5px;
	padding-bottom:5px;
	float: left;
	width: 355px;
	margin-right: 14px;
}

#moredetail-boxtwo {
	margin:0px;
	padding-top:5px;
	padding-bottom:5px;
	float: left;
	width: 355px;
	height: 1%; /* Holly hack for Peekaboo Bug */
}
.highlightbox {
	background: #f5f5f5 url(http://slashlogo.com/img/bg-boxgrey.gif) bottom repeat-x;
	border: 1px solid #ebebeb;
	margin-right: 10px;
	margin-top: 10px;
	margin-left: 0px;
	margin-bottom: 0px;
	width:353px;
}
.highlightlink-list ul{
	list-style: none;
	margin:10px;
	padding:0px;
	line-height:1.6em;
}
.highlightlink-list li {
	border-bottom: 1px dotted #dddcdc;
	font-size: 11px;
	font-weight: bold;
}
.highlightlink-list li a {
	display: block;
	color: #333;
	text-decoration: none;
}
.highlightlink-list li a:hover {
	color: #e40000;
}

#static-box-entry{
	width:712px;
	float:left;
	margin: 20px 0px 20px 0px;
	padding:8px;
	border: 1px solid #ebebeb;
}

.btn {
	background-color: #447F00; 
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #FFF;
	padding: 3px;
}

.frmtext {
	border: 1px solid #447F00; 
	font: 11px Arial, Helvetica, sans-serif;
	background-color: #FFF;
	color: #000;
	padding: 3px;
}

#noticetext {
	width:712px;
	float:left;
	margin: 13px 0px 0px 0px;
	padding:5px;
	border: 1px solid #ebebeb;
	color:#999;
	font-size:11px;
}
/* //Column Center - Detail */

/* Post */
#postcontent-table {
	width:100%;
	padding:5px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left:0px;
	margin-right: 0px;
	font-size: 11px;
}

.tblegendfooter {
	padding-top: 20px;
	width: 50px;
}

.tbdatafooter{
	padding-top: 20px;
	text-align:center;
}
.tblegend {
	border-bottom: 1px dotted #dfdfdf;
	font-weight: bold;
	width: 50px;
	padding: 3px;
}

.tbdata {
	border-bottom: 1px dotted #dfdfdf;
	padding: 3px;
}

.tblegendcategory {
	border-bottom: 1px dotted #dfdfdf;
	font-weight: bold;
	width: 50px;
	padding: 3px;
	height: 35px;
}

.tbdatacategory {
	border-bottom: 1px dotted #dfdfdf;
	padding: 3px;
	height: 35px;
}

.tbdata a {
	text-decoration: none;
}

.tbdata a:hover {
	text-decoration: underline;
}

a.download {
	color:#fff;
	font-weight:bold;
	background:#a5a60b url(http://slashlogo.com/img/icon-download.gif) no-repeat scroll 2.2% 50%;
	padding:5px 5px 5px 25px;
	text-decoration:none;
}
a.download:hover {
	background-color:#a5a60b;
	color:#FFF;
	text-decoration:underline;
}


.tblegendfooter-detail {
	padding-top: 20px;
	width: 80px;
}

.tbdatafooter-detail{
	padding-top: 20px;
}
.tblegend-detail{
	border-bottom: 1px dotted #dfdfdf;
	font-weight: bold;
	width: 80px;
	padding: 3px;
}

.tbdata-detail{
	border-bottom: 1px dotted #dfdfdf;
	padding: 3px;
}

.tbdata-detail a {
	text-decoration: none;
}

.tbdata-detail a:hover {
	text-decoration: underline;
}

.messageboxok{
	border:1px solid #349534;
	background:#C9FFCA;
	padding:5px;
	color:#008000;
	
}
.messageboxerror{
	border:1px solid #CC0000;
	background:#F7CBCA;
	padding:5px;
	color:#CC0000;
}

.messageboxok a{
	color:#008000;
	text-decoration: underline;
	
}

/* Pagination */
#pagination {
	font-size: 12px;
}

#pagination .pagdisable {
	color: #CCCCCC;
	border: 1px solid #CCCCCC;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 12px;
}
#pagination .paglink a {
	color: #333333;
	text-decoration: none;
	border: 1px solid #333333;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 12px;
}
#pagination .paglink a:hover {
	color: #FFFFFF;
	background-color: #a5a60b;
	border: 1px solid #a5a60b;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 12px;
}
#pagination .pagcurrent {
	color: #FFFFFF;
	background-color: #a5a60b;
	border: 1px solid #a5a60b;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 12px;
}


/* Search Terms Page Detail */
.searchterms {line-height:1.9em}
.searchterms a {color: #333;text-decoration: none;}
.searchterms a:hover {color: #a5a60b;text-decoration: none;}
.searchterms a.size1 {}
.searchterms a.size2 {}
.searchterms a.size3 {}
.searchterms a.size4 {}
.searchterms a.size5 {}
.searchterms a.size6 {}
.searchterms a.size7 {}
.searchterms a.size8 {}
.searchterms a.size9 {}
.searchterms a.size10 {}
/* //Post */

/* Footer */
#footer-randomlogo {
	background-color:#ffffff;
	margin: auto;
	padding:6px;
	height: 135px;
}

#footer-randomlogo ul.column{
	padding: 0;
	margin: 10px 0;
	list-style: none;
}
#footer-randomlogo ul.column li {
	float: left;
	width: 100px; /*Set default width*/
	padding: 0;
	margin: 5px 0;
	display: inline;
}
#footer-randomlogo .block {
	height: 110px;
	font-size: 1em;
	margin-right: 0px; /*Creates the 10px gap between each column*/
	padding: 0px;
	background: #fff;
}

#footer-randomlogo .block img {
    /*Flexible image size with border*/
	width: 79%;  /*Took 1% off of the width to prevent IE6 bug*/
	/*padding: 5%;*/
	background:#fff;
	margin: 0 auto;
	display: block;
	border: 0px;
	-ms-interpolation-mode: bicubic; /*prevents image pixelation for IE 6/7 */
}

#footer{
	background-color:#484d40;
	width:auto;
	display:block;
	padding:10px;
	font-size:11px;
	color:#e8e8e8;
	text-align:center;
}

#footer p a{
	color:#e8e8e8;
	font-weight:bold;
	text-decoration: none;
	padding-right: 12px;
	padding-left: 12px;
	text-transform: uppercase;
}
#footer p a:hover{
	color:#ee770c;
	font-weight:bold;
	text-decoration: none;
}

/* //Footer */
/* tag cloud */
.cloud {line-height:1.9em}
.cloud a {color: #333;text-decoration: none;}
.cloud a:hover {color: #a5a60b;text-decoration: none;}
.cloud a.size1 {font-size:1.1em}
.cloud a.size2 {font-size:1.3em}
.cloud a.size3 {font-size:1.5em}
.cloud a.size4 {font-size:1.7em}
.cloud a.size5 {font-size:1.9em}
.cloud a.size6 {font-size:2.1em}
.cloud a.size7 {font-size:2.3em}
.cloud a.size8 {font-size:2.5em}
.cloud a.size9 {font-size:2.7em}
.cloud a.size10 {font-size:2.9em}