html 
{
	font: 12.3333px Verdana, "Lucida Grande", sans-serif;	
	color: #666666;
	background-color: gray;
}

body 
{
	margin: 0px;
	background: white url(/images/background.jpg) no-repeat top left;
	width: 960px;
}

/* MAIN COLUMN: */

#main 
{
	width: 960px;
	padding-top: 11px;
	margin-top: 12px;
	background: url(/images/background-line.gif) repeat-y 575px 0px;
	min-height: 600px;
}

#main:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

#header 
{
	width: 960px;
	height: 58px;
}

#menu 
{
	margin-left: 410px;
	height: 58px;
	background: url(/images/menu-glass.gif) repeat-x;		
}

#menu ul {
    margin: 0px;
    margin-left: 165px;
    padding: 0px;
    list-style:none;
    height: 23px;
}

#menu li {
    float:left;
    background:url(/images/tab-start-inactive.gif) no-repeat left top;
    margin:0;
    padding:0 0 0 10px;
}    
    
#menu li.current {
    background:url(/images/tab-start.gif) no-repeat left top;
    border-bottom: solid 1px white;
}    
    
#menu a, #menu strong, #menu span {
    display:block;
    background:url(/images/tab-end-inactive.gif) no-repeat right top;
    padding:5px 24px 4px 6px;
    text-decoration: none;
    border: none;
    color: #666666;
}

#menu a:hover {
	color: #528fcc;
}

#menu a {
    float:left;
}

#menu li.current a {
	font-weight: bold;
	color: #cc3366;
    	background:url(/images/tab-end.gif) no-repeat right top;	
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#menu a {float:none;}
/* End IE5-Mac hack */

#menu a:hover {
    border: none;
    text-decoration: none;
}

#left-column {
	float: left;
	width: 24px;
}

#main-column 
{
	background: white;
	width: 545px;
	float: left;
}

#footer 
{
	margin-top: 12px;
	clear: both;
	background: #f8f8f8 url(/images/footer-glass.gif) repeat-x top;			
	width: 960px;
	height: 120px;	
}

a 
{
	color: #528fcc;
	text-decoration: none;
	background: #f1f6fb;
}

a:hover
{	
	border-bottom: dashed 1px #528fcc;
}

a.titlelink {
	background: none;
	color: #cc3366;
}

a.titlelink:hover {
	border-bottom: dashed 1px #cc3366;
}

a.imagelink {
	background: none;
	border: none;
	text-decoration: none;
}

a.imagelink:hover {

}

/* RIGHT COLUMN: */

#sidebar-feeds {
	font-size: 11px;
	padding: 8px;
}

#right-column 
{
	margin-left: 25px;
	background: white;
	width: 352px;	
	float: left;
}

ul.list 
{
	list-style: none;
	margin: 0px;
	padding: 0px;
	line-height: 19px;
}

ul.list li 
{
	font-size: 11px;
	margin: 0px;
}

ul.list ul {
	padding: 0px;
	margin: 0px;
}

li.page_item {
	font-size: 11px;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#blogtitle 
{
	padding-bottom: 24px;
	text-align: center;
}

#blogtitleimg 
{
	border: none;
	margin-bottom: 8px;
}


#tagcloud 
{
	/*padding: 12px 0px 12px 12px;*/
	padding-top: 12px;
}

.greysep 
{
	border-bottom: solid 1px #e5e5e5;	
}

.section
{
	padding: 12px 0px 12px 0px;	
}

h3, .section-title, .pagetitle
{
	color: #cc3366;
	font-weight: bold;
	font-size: 12.3333px;
	margin-bottom: 6px;
}

.section-content 
{
	font-size: 11px;	
}

/* POSTS: */

.post 
{
	padding: 14px;
}

.post .title
{
	font-weight: normal;
	font-size: 19px;
	color: #cc3366;
	margin: 0px 0px 4px 0px;
}

.post .properties 
{
	font-size: 11px;
	margin-bottom: 8px;
}

.post .time
{
	color: #999999;
}

.post .tags 
{
}

.post .body
{
	line-height: 20px;
	margin-bottom: 8px;
}

.post .footer
{
	font-size: 11px;
	padding-bottom: 10px;
	margin-bottom: -10px;
}

.pagetitle {
	margin-top: 24px;
	margin-bottom: 12px;
	text-align: center;
	color: #666666;
}


img {
   behavior: url("/pngbehavior.htc");
}

.alt {
	padding: 12px;
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	overflow: hidden;
}

.even {
	padding: 12px;
	overflow: hidden;	
}

.postmetadata {
	margin: 12px 0;
	padding: 12px;
	clear: left;
	line-height: 16px;
	
}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}



/*
div 
{	
	border: solid 1px red;
}
*/