@import url(entries.css);
@import url(quicklinks.css);

* {
	margin:0px; padding:0px;
	font-family:"DejaVu Sans", Tahoma, Arial, sans-serif;
	cursor:default;
}
body{
// background:URL(../src/back.png) repeat-x 0px 22px;
}
h1 a{
	font-size:36px; 
	font-weight:normal; font-family:Georgia; 
	text-transform:uppercase; letter-spacing:0px;
	margin:0px 0px 0px 0px;
	background:URL();
}
h2 {
	font-size:16px; font-weight:normal; 
	margin:0px 0px 10px 0px; padding:0px 0px 5px 0px;
	background:URL(../src/borderline.png) repeat-x bottom;
	line-height:16px;
}
h3 {
	font-size:36px; font-weight:normal; font-family:Georgia; 
	text-transform:uppercase;  
	letter-spacing:0px; line-height:28px;
	margin:-4px 0px 30px 0px;
	padding:0px 10px 60px 0px;
	color:#CCCCCC;
	background:URL(../src/borderline.png) repeat-x bottom;
}
h5 {
	font-size:16px; font-weight:normal; 
	margin:30px 0px 10px 0px; padding:0px 0px 5px 0px;
	background:URL(../src/borderline.png) repeat-x bottom;
	color:#000000;
	line-height:16px;
}
h6 {
	font-size:12px; font-weight:normal; 
	margin:10px 30px; padding:15px 0px 10px 0px;
	background:URL(../src/borderline.png) repeat-x bottom;
	color:#000000;
	line-height:16px;
}


.column {
	float:left;
}
#column_1 {
	width:510px;
	margin:50px 0px 0px 25px;
}
#column_2 {
	width:200px; 
	margin:54px 0px 0px 25px;
	text-align:justify;
	font-size:9px;
	line-height:14px;
}
#column_3 {
	width:200px;
	margin:54px 0px 0px 25px;
}



a {
	background:URL(../src/borderline.png) bottom repeat-x;
	cursor:pointer;
	color:#000000;
	text-decoration:none;
}
img { cursor:auto; }
.img {
	background:URL();
}


.input {
	cursor:text;
}
.radio {
	cursor:pointer;
}


#login {
	background:#000000;
	text-align:right;
	font-size:11px;
	height:8px;
}
#login form {
	background:#000000;
	color:#FFFFFF;
	padding:2px 2px 3px 7px;

}
#login input {
	vertical-align:top;
	border:1px solid #FFFFFF;
	font-weight:bold;
	font-size:11px;
	margin-left:2px; padding:2px 0px 0px 2px;
	width:80px; 
}
#login button {
	border:1px solid #000000;
	background:#000000;
	color:#FFFFFF;
	padding:0px;
	font-size:11px;
	width:30px; height:17px; line-height:14px;
}


#read_me {
	font-size:9px;
	line-height:14px;
}

/* LATEST POSTS */
#latest_post {
	text-align:left;
}
.latestItem{
  position:relative;
  width:200px; height:18px;
  padding:0px; margin:3px 0px 0px 0px; 
  font-size:9px;
  letter-spacing:0px;
  cursor:pointer;
 
}
.latestItem span { cursor:pointer; }

.latestItem .quickDesc{
  display:none;
} 
.latestItem a{ 
  position:absolute; width:200px; height:18px; line-height:20px;
  margin:0px; 
  padding:0px; 
  text-decoration:none;
  overflow:hidden;
  cursor:pointer;
}


.latestItem a:link    { color:#222222; background:URL(X../src/borderline.png) repeat-x bottom; }
.latestItem a:visited { color:#222222; background:URL(X../src/borderline.png) repeat-x bottom; text-decoration:none; }
.latestItem a:hover   { color:#000000; text-decoration:none; background:#D2D5FC; border-top:1px solid #7881EE; border-bottom:1px solid #7881EE; }
.latestItem a:active  { color:#000000; }

.latestItem .quickIcon { margin:2px 0px 0px 3px; width:16px; height:16px; position:absolute; overflow:hidden; top:0px;}
.latestItem .quickText { margin:2px 0px 0px 22px; padding:1px 0px 0px 0px}
.latestItem .quickTime { margin:0px 0px 0px 5px; color:#7881EE; color:#666666; }

/* CATEGORY LIST DISPLAY */

#category_list {
	font-size:9px;
	text-align:left;
}
#category_list a {
	vertical-align:middle;
	background:URL(XX../src/borderline.png) bottom repeat-x;
	line-height:16px;
	padding:1px;
}

#category_list a:link    { color:#222222; }
#category_list a:visited { color:#222222;}
#category_list a:hover   { color:#000000; background:URL(../src/borderline.png) bottom repeat-x;}
#category_list a:active  { color:#000000; }



/* ARCHIVE LIST DISPLAY */

#archive_list {
	line-height:20px;
	font-size:9px;
	color:#888888;
}
#archive_list a {
	width:100px;
	float:left;
	background:URL(../src/borderline_light.png) bottom repeat-x;
}

#archive_list a:link    {  }
#archive_list a:visited { }
#archive_list a:hover   { color:#3E4BEE; }
#archive_list a:active  { color:#000000; }

