/*
Theme Name: BorderLess
Theme URI: 
Description: Simple them based on the Lime Constructor Theme by Anton Shevchuk http://anton.shevchuk.name/
Version: 0.1.0
Author: Jon Vivian
Author URI: http://move.org.nz
*/
#header a,
.sidebar a,
.hentry .title a {
      border-bottom:0px solid !important;
}

/*.page a {
      border-bottom: 1px !important;
}*/

.page a:link {
   color: blue;
}

.hentry .footer .line {
	height:64px;
}
* html .hentry .footer .line {
    height:2px;
    background: none
}
.navigation div a{
    text-indent:-9999%;
    display:block;
    width:64px;
    height:40px;
    margin:0 20px;
}
.navigation .alignleft a{background: url(prev.png) 0 0 no-repeat}
.navigation .alignright a{background: url(next.png) 0 0 no-repeat}
.navigation a:hover {background-position: 100% 100%}

/* clickable header */
#header h1 a{
    display:block;
    width:100%; /*width of logo*/
    height:80px; /*height of logo*/
    text-indent: -99999% !important; /*hide text of logo*/
}

#menusearchform {
   float:right !important;
}

/* hack so we can see the textbox */
.s {
   border:1px solid #000000 !important;
}

/* Remove paragraph auto indent */
.hentry .entry p{
    text-indent:0px !important;
}

/* Its borderless yall */
#header-links,
#header-links ul,
#header-links li,
#container,
.box {
   border:0px none !important;
}

/* just format it */
li {
   list-style-type: none !important;
}


.classbox {
   float:left;
   width: 100%;
   margin-bottom: 6px;
}
.timebox {
   width: auto !important;
   float: left !important;
   margin-left: 12px;
}
.costbox {
   width: 40% !important;
   float: right !important;
}
