a { color:#901A26;}

a:link img
{
border-style: none;
}
a:visited img
{
border-style: none;
}
.leftbar{
	margin-left: 27px;
	margin-top:0px;
	width: 150px;
	margin-bottom:20px;
}
.mainbar{
	margin-left: 0px;
	margin-top:0px;
	width: 800px;
	margin-bottom:20px;
}
.rightbar{
	margin-left: 0px;
	margin-top:10px;
	width: 210px;
	margin-bottom:20px;
}

body {
    margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-repeat: repeat-x;
	background-image: http://71.18.133.105/images/bg.jpg;
	background-color: #cccccc;
	font-family: "Lucida Grande", Geneva, Arial, Verdana, sans-serif; font-size: 12px;
}


.menu_title {
	font-family: "Lucida Grande", Geneva, Arial, Verdana, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(http://www.blackwoodfarm.com/content/themes/blackwoodfarm/images/menu_title.gif);
	background-repeat: repeat-y;
	text-indent: 22px;
	height: 25px;
	width: 150px;
	
}
.menu_items {
	font-family: "Lucida Grande", Geneva, Arial, Verdana, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	background-image: url(http://www.blackwoodfarm.com/content/themes/blackwoodfarm/images/menu_tab.gif);
	background-repeat: repeat-y;
	text-indent: 22px;
	height: 25px;
	width: 150px;

}

.menu_items:hover {
	font-family: "Lucida Grande", Geneva, Arial, Verdana, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(http://www.blackwoodfarm.com/content/themes/blackwoodfarm/images/menu_tab_over.gif);
	background-repeat: repeat-y;
	text-indent: 22px;
	height: 25px;
	width: 150px;
	
}
/* Menus */
.menu {
	   
    padding: 0;
    margin: 2px;
    margin-top: 0;
}

.menu li {
    list-style: none;
    margin: 0;
}

.menu a {
    width: 99.99%;
    /* extend the sensible area to the maximum with IE5 */
    display: block;
}
/* End Menus */

.blog-navigation {
    font-size: 80%;
    padding: 4px;
    display: block;
    height: 15px;
}

.blog-entry {
    padding-bottom: 5px;
    border-bottom: 1px solid #d3d7cf;
}


.blog-title {
    color: #000000;
    font-size: 14px;
    font-weight: bold;
	text-decoration: underline;
}

.blog-title a {
    text-decoration: underline;
      color: #000000;
    font-size: 14px;
}

.blog-title a:hover {
      color: #000000;
    font-size: 14px;
	text-decoration: underline;
}

.blog-body {
    text-align: justify;
	width: 480px;
}

.blog-addinfo {
    text-align: right;
    font-size: 10px;
    color: #babdb6;
	width: 480px;
}

.blog-tb {
    border: 1px solid #d3d7cf;
    background: #fff;
    padding: 10px;
    font-size: x-small;
}


.chatbox {
}

.chatbox-entry {
    padding-bottom: 5px;
}


h1, h1 a {
    font-size: 24px;
    color: #000000;
    font-weight: bold;
    text-decoration: none;
}

h2, h2 a {
    font-size: 16px;
    font-weight: bold;
    color: #888a85;
    text-decoration: none;
}

h2 {
    border-bottom: 1px dotted #d3d7cf;
}

h4,  h4 a {
    min-width: 150px;
    padding: 0px;
    color: #000;
    font-weight: bold;
    font-size: 12px;
    border-bottom: 1px solid #f6960a;
    text-decoration: none;
    padding-top: 5px;
    padding-bottom: 3px;
}

h3,  h3 a {
    min-width: 150px;
    padding: 0px;
    color: #000;
    font-weight: bold;
    font-size: 10px;
    text-decoration: none;
    padding-top: 5px;
    padding-bottom: 3px;
}
.borderimage {
    border: 1px solid #d3d7cf;
    padding: 4px;
}

.terminal
{
        margin: 15px;
        padding:15px;
        font-size: small;
        font-family: "Lucida Grande", Geneva, Arial, Verdana, sans-serif;
        background:darkslategray;
        border: solid 1px silver;
        line-height:110%;
        color:ghostwhite;
        width: 90%;
}

.code, .xml , .script
{
    margin: 15px;
    padding:15px;
    font-size: small;
    font-family: "Courier New", Courier;
    background:whitesmoke;
    border: solid 1px silver;
    line-height:110%;
    color: #000dbd;
    width: 90%;
}

.keyword {
    color: #00a20b;
}

.comment {
    color:red;
}

.literal {
    color: purple;
}

.calendar {
    margin-top: 10px;
    padding: 2px;
    border: 1px solid #d3d7cf;
    width: 100%;
    text-align: center;
}

.calendar #cal-header {
    color: #fff;
    background: #f6960b;
    font-size: 12px;
    font-weight: bold;
    padding: 2px;
    text-align: center;
}

.calendar #cal-header a {
    font-weight: bold;
    color: #fff;
    text-decoration: none;
}

.calendar #cal-header #arrow-left {
    margin-left: 2px;
    float: left;
}

.calendar #cal-header #arrow-right {
    margin-right: 2px;
    float: right;
}

.calendar .weekday {
    color: #babdb6;
    background: #eee;
    font-size: 8px;
    padding: 2px;
}

.calendar .noday {
    color: #aaa;
    font-size: 8px;
    padding: 2px;
}

.calendar .noday a {
    color: #aaa;
    text-decoration: underline;
}

.calendar .day {
    color: #555753;
    font-size: 8px;
    padding: 2px;
}

.calendar .day a {
    color: #f6960b;
    text-decoration: underline;
}

.calendar .today {
    background-color: #f6960b;
    color: #fff;
    font-size: 8px;
    font-weight: bold;
    padding: 2px;
}

.calendar .today a {
    color: #fff;
    text-decoration: underline;
}

.calendar .selectedday {
    background-color: #eec;
    color: #663;
    font-weight: bold;
    font-size: 8px;
    padding: 2px;
}

.calendar .selectedday a {
    color: #663;
    text-decoration: underline;
}

.borderimage {
    border: 1px solid #d3d7cf;
    padding: 2px;
}

.filebrowser-location {
    border-bottom: 1px solid #d3d7cf;
    text-align: right;
    margin-bottom: 10px;
}

.filebrowser-item {
        float: left;
        width: 150px;
        text-align: center;
        font-size: x-small;
        padding-top: 0.5em;
        height: 90px;
}

.filebrowser-date {
        color: #888a85;
}

.filebrowser-size {
        color: #babdb6;
}

#rss_time {
    border: 1px solid #5255a5;
    background: #f6960b;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding: 4px;
}

.tableform td {
    display: table-cell;
    vertical-align: top;
}

/* pager styling */
div.pager{
    font-size: .8em;
    text-align: right;
}
/* separator for pager links, you can use an image too */
.pager a:after {
    content: " | ";
    //background-image: url("yourimage");
}
/* no separator after last link */
.pager a.last:after {
    content: "";
}

/* Debug */
#debug-table {
    background-color: white;
    color: black;
    font-size: x-small;
}

#debug-table pre {
    font-size: small;
}

pre.var_dump {
    line-height:1.8em;
}

pre.var_dump span.type {
    color:#006600;
    background:transparent;
}

pre.var_dump span.value {
    padding:2px; color:#339900;
    background:#F0F0F0;
    border: 1px dashed #CCCCCC;
}
/* End Debug */
