/*** ELEMENTS ***/
body {
	background: #e8e8e8;
	font: 12px Trebuchet MS, Helvetica, Sans-Serif;
	color: #444; 
}
img {
	border: 0px;	
}
h3 {
	padding: 0px;
	color: #217dcb;
	margin: 0px;
}
a:link {
	color: #217dcb;
	text-decoration: none;	
}

a:hover {
	color: #217dcb;
	text-decoration: underline;		
}

a:active {
	color: #217dcb;
	text-decoration: underline;		
}

a:visited {
	color: #217dcb;
	text-decoration: none;		
}

/*** CLASSES ***/
.table-date {
	width: 80%;
	text-align: center;
}

.table-content {
	width: 90%;
	text-align: justify;
}

.content-table {
	width: 100%;
	border: 0px;
	text-align: center;
}
.center-wrap {
	text-align: center;
}
.google_advert {
	text-align: center;	
}

.about-mikal {
	font-size: 11px;
	font-family: Trebuchet MS, Helvetica, Sans-Serif;
	width: 10%
}

.header {
	width: 70%;
	/* height: 200px; */
}

.calendar {
	font-size: 11px;
	font-family: Trebuchet MS, Helvetica, Sans-Serif;
	width: 20%;
}

.post {
	margin: 0px 17px 0px 15px;
	padding: 0px 0px 40px 0px;
}
.post b a {
	color: #5C616B;
	margin: 0px;
	padding: 0px;	
}
.text {
	margin: 0px;
	padding: 0px;	
}
.img-border {
	border: 4px solid #aacdda;
}
.footer {
	/*background: url("../images/footer.jpg") no-repeat;*/
	clear: both;
	font-size: 11px;
	margin: 60px 0px 0px 0px;
	padding: 0px;
	height: 59px;
	text-align: center;	
	width: 100%;
}

/**TABLE CORNERS AND FUNKY STUFF**/

.corner-top-left {
	width: 13px;
	height: 12px;
}

.side-top {
	background: url("../images/side-top.jpg") repeat-x;
	width: 100%;
	height: 12px;
}

.side-left {
	background: url("../images/side-left.jpg") repeat-y;
	width: 13px;
	height: 100%;
}

.corner-top-right {
	width: 13px;
	height: 12px;
}

.corner-bottom-left {
	background: url("../images/corner-bottom-left.jpg") no-repeat;
	width: 13px;
	height: 17px;
}

.side-right {
	background: url("../images/side-right.jpg") repeat-y;
	width: 13px;
	height: 100%;
}

.side-bottom {
	background: url("../images/side-bottom.jpg") repeat-x;
	width: 100%;
	height: 17px;
}

.corner-bottom-right {
	background: url("../images/corner-bottom-right.jpg") no-repeat;
	width: 13px;
	height: 12px;
}

.post-content {
	background: url("../images/post-bg.jpg");
}

/**DATE CLASSES*/

.date-corner-top-left {
	width: 13px;
	height: 12px;
}

.date-side-top {
	background: url("../images/date-side-top.jpg") repeat-x;
	width: 100%;
	height: 12px;
}

.date-side-left {
	background: url("../images/date-side-left.jpg") repeat-y;
	width: 13px;
	height: 100%;
}

.date-corner-top-right {
	width: 13px;
	height: 12px;
}

.date-corner-bottom-left {
	background: url("../images/date-corner-bottom-left.jpg") no-repeat;
	width: 13px;
	height: 17px;
}

.date-side-right {
	background: url("../images/date-side-right.jpg") repeat-y;
	width: 13px;
	height: 100%;
}

.date-side-bottom {
	background: url("../images/date-side-bottom.jpg") repeat-x;
	width: 100%;
	height: 17px;
}

.date-corner-bottom-right {
	background: url("../images/date-corner-bottom-right.jpg") no-repeat;
	width: 13px;
	height: 12px;
}

.date-bg {
	background: url("../images/date-bg.jpg");
}

/* Perma posts */
.table-sub {
    width: 80%;
    text-align: center;
}

.sub-corner-top-left {
    width: 13px;
    height: 12px;
}

.sub-side-top {
    background: url("../images/sub-side-top.jpg") repeat-x;
    width: 100%;
    height: 12px;
}

.sub-side-left {
    background: url("../images/sub-side-left.jpg") repeat-y;
    width: 13px;
    height: 100%;
}

.sub-corner-top-right {
    width: 13px;
    height: 12px;
}

.sub-corner-bottom-left {
    background: url("../images/sub-corner-bottom-left.jpg") no-repeat;
    width: 13px;
    height: 17px;
}

.sub-side-right {
    background: url("../images/sub-side-right.jpg") repeat-y;
    width: 13px;
    height: 100%;
}

.sub-side-bottom {
    background: url("../images/sub-side-bottom.jpg") repeat-x;
    width: 100%;
    height: 17px;
}

.sub-corner-bottom-right {
    background: url("../images/sub-corner-bottom-right.jpg") no-repeat;
    width: 13px;
    height: 12px;
}

.sub-bg {
    background: url("../images/sub-bg.jpg");
}

/* Floating images for posts */
.floatright {
        float: right;
        margin: 10px 10px 10px 10px;
        border: 1px solid #666;
}

.floatleft {
        float: left;
        margin: 10px 10px 10px 10px;
        border: 1px solid #666;
}

/* KML maps */

.kml {
	min-height: 400px;
}
