@charset "UTF-8";

/* CSS Document */

* {
	margin:0;
	padding:0;
}


body {
	padding:50px 30px 30px 30px;
	background-color:#fff;
	color: #666;
	font-family:Courier New, Courier, monospace;
font-style: normal;
  font-weight: normal
	
}

/*Typography*/








/*BASIC ELEMENTS*/

.dash {
	background-color:#666;
	width:12px;
	height:1px;
	float:left;
	margin:7px 0 0 0;
}

#left {
	position:absolute;
}

#right {
	position:absolute;
	left:250px;
	top:110px;
	max-width:1000px;
	padding:0 0 50px 0;
}

#logo {
	margin:0 0 60px 0;
}

.logo-img {
	margin:0 0 0 30px;
	float:left;
}

#pages {
	margin:0 0 30px 30px;
}


#entries {
	margin:0 0 30px 30px;
	
}

#entries p {text-transform: none;}

#tags {
	margin:0 0 30px 30px;
}

#thumbs {
	max-width:750px;
}

#footer {
	padding:30px 0 0 0;
	color:#999;
}

#load-content {
	display:none;
	margin:0 0 30px 0;
}

#core-loader {
	position:absolute;
	left:250px;
	display:none;
}

/*GENERAL*/

.link-active {
	
	background-color: #f2f2f2;
	color: #999;
	
}

.clear {
	clear:both;
}

img {
	border-style: none;
}

a {
	outline: none;
	color:#999;
	text-decoration:none;
}

a:hover {
	color:#000;
}




/*ENTRY.PHP*/
.entry-title {
	font-family:Courier New, Courier, monospace;
	margin:0 0 30px 0;
	text-transform: uppercase;
	font-size:8pt; 
	font-weight: bold;
	color: #999;
}

.smallp {font-family:Courier New, Courier, monospace; 
	margin-bottom: 5px;
	text-transform: none;
	font-style: italic;
	font-size:8pt; 
	text-align:left;
	color: #ccc;}

.entry-date {
	font-size:8pt;
	color:#666;
}


.entry-line {
	background-color:#999;
	width:700px;
	margin:45px 0 80px 0;
}

.entry {
	width:700px;
	margin:0 0 30px 0;
}

.entry img {
	margin:0 0 20px 0;
}

.entry-link, .page-link, .tag-link2, .tag-all {
	font-family:Courier New, Courier, monospace; 
	text-transform: uppercase;
	font-size:8pt;
	color:#999;
	
}


.entry-link:hover, .page-link:hover, .tag-link2:hover, .tag-all:hover {

	color:#000;
}


#entries {display: none;}
.hidemenu a {text-transform: uppercase; font-weight: bold; font-size: 8pt; margin-left: 30px;}
#tags {margin-top: 35px;}
.larrow {font-size: 13.5pt;}

.tag-link {
	font-family:Courier New, Courier, monospace;  
	text-transform: none;
	font-size:8pt;
	color:#ccc;
}

.entry a {
	padding:0 0 0 0;
}

.entry-extra1 {
	float:left;
	margin:0 30px 0 0;
	font-size:8pt;
}

.entry-extra2 {
	float:right;
	font-size: 8pt;
}

.entry-text {
	margin:0 0 20px 0;
	width:700px;
}

.entry-text-top {
	margin:0 0 20px 0;
}

.entry-desc {
	width:400px;
	font-size: 8pt;
}


.page-desc {
	width:325px;
	font-size: 8pt;
font-style: normal;
  font-weight: normal
	
}

.page-desc-r {float:right; width:340px; font-size:8pt; }

.serv-desc {width: 150px; }
.serv-desc-r {float: right; width: 150px;}


#close-entry {
	cursor:pointer;
	color:#999;
}

#close-entry:hover {
	color:#000;
}

/*ENTRY_LINK_THUMBS.PHP*/

.thumb {
	float:left;
	margin:0 50px 50px 0;
	height:140px;
	width:200px;
}

#thaumbs img {
	margin:0 0 5px 0;
}

#thumbs .entry-text:hover {
	background:#232323;
	padding:0;
	
}

.thumb-tags {
	padding:0;
	margin:0;
}

.thumb-info {
	max-width:190px;
	padding:0;
	margin:0;
}

#s1 {
	cursor:pointer;
}

.corecms 
{width:12px; height:12px; margin-right:20px;}


