/*
Theme Name: Mulpha-Basic
Theme URI: http://wordpress.org/
Description: The original WordPress theme that graced versions 1.2.x and prior.
Version: 1.0
Author: Clarence
Tags: mantle color, variable width, two columns, widgets

Default WordPress by Dave Shea || http://mezzoblue.com
Modifications by Matthew Mullenweg || http://photomatt.net
This is just a basic layout, with only the bare minimum defined.
Please tweak this and make it your own. :)
*/

* {

margin: 0;

padding: 0;

}

body {

margin-top: 0;
font-family: Arial, Helvetica, sans-serif;
font-size:12px;;
color: black;

}


#main_leftcolumn {



width: 200px;

margin-left:10px;

overflow: hidden;

}

#leftcolumn {



width: 550px;

margin-left:10px;

overflow: hidden;

}

li { 

display: inline;


}

td {

font-family: Arial, Helvetica, sans-serif;
font-size:12px;;
color: black;
}

.date_title { 

font-family: Arial, Helvetica, sans-serif;
font-size:11px;;
color: silver;
border-bottom: 1px dotted silver;
line-height: 25px;
}

.subject_title { 

border-bottom: 1px dotted silver;

}
.main_subject_title { 

border-bottom: none;

}

a {

font-family: Arial, Helvetica, sans-serif;
font-size:11px;;
color: black;
text-decoration: none;

}

a:hover {

font-family: Arial, Helvetica, sans-serif;
font-size:11px;;
color: black;
text-decoration: underline;

}

.entry {

font-family: Arial, Helvetica, sans-serif;
font-size:11px;;
color: black;

}

