/*
Theme Name: MTS Confessional Blog
Description: Confessional Blog Theme
Author: James Kirsop/Martin Gibson
Version: 1.1
*/

body{
	background: #333333 url(images/backgroundtile.jpg) repeat;
	font-family: helvetica, verdana;
}

/* Main Content Containers */
#pageContainer{
	background-color: #ffffff;
	margin: 22px auto;
	width:903px;
}
#header{
	background: yellow url(images/header_tile.jpg) repeat-x;
	height: 98px; /* 118 total */
	padding: 10px
}

#page{
	background-color: #ffffff;
	clear: both;
	color: #313131;
	padding: 10px;
}

#posts{
	float: left;
	width: 553px;
	margin-bottom: 15px;
}

#posts p{font-size: 13.5px;}

#bottomnav{
	background: #F8AD3B url(images/header_tile.jpg) repeat-x;
	clear: both;
	height: 30px;
	margin-top: 20px;
}

/* Some Standard Text Declarations */
h1, h2, h3, h4, h5, h6{
	color: #F8AD3B;
	margin: 0 0 10px 0;
}

a{color:#F8Ad3b;}
a:hover {color:#E9BC49;}

/* Top Nav Formatting */
#nav{
        background: #B0B0B0;
        color: #ffffff;
        height: 38px;
        text-transform: lowercase;
        padding: 0 10px 0 10px;
}
#nav ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

#nav li{
	display: block;
	float: left;
	padding: 10px 10px;
	text-align:center;
}

#nav a{
	color: #ffffff;
	text-decoration: none;
}

#navleft_container{
	float: right;
	width: 268px;
}

#navleft_container img{border: 0px;}
#searchform{
	background: url(images/search_background.png) no-repeat left top;
	width: 165px;
	margin: 6px 0 0 105px;
	padding: 0px;
	position: absolute;
}

#searchform input.searchvalue{
	border: none; color: #666666;
	margin: 6px 0 0 8px;
	width: 128px;
}
#searchform input.submit{
	background: url(images/search_arrowbutton.png) no-repeat;
	width: 19px; height: 20px;

}

#searchform .searchbt{
	padding: 0px; margin: 1px 0px 0px 140px; top: 2px; background: none; position: absolute;
}

/* Sidebar */
#sidebar{
        float: right;
        width: 310px;  
}
#sidebar div{margin-bottom: 12px;}
#sidebar li{font-size: 12.5px; list-style: square inside; padding-bottom: 1px; }
#sidebar p{font-size: 12.5px; margin-top: 0;}
#categorylist{float: left; width: 155px;}
#archivelist{float: left; width: 155px;}
#sitemeta{clear: both; width: 155px; float: left;}
#authorslist{float: left;}

/* Post Formatting */
div.post{margin: 0;}

div.post h2{margin: 0 0 3px 0; padding: 0;}
div.postEntry{font-size: 13.5px;}

a.postTitle{text-decoration: none;}
a:hover.postTitle{text-decoration: underline;}

small.postDate{
	text-transform: lowercase;
	font-weight: bold;
}
small.postInfo{
	font-size:12px;
	font-weight: bold;
}
small.postInfo a{color: #313131;text-decoration: none;}
small.postInfo a:hover {color: #F8AD3B;text-decoration: underline;}
span.postComments{font-size:13.5px;}

div.comment{margin: 0 0 10px 0;}

img.commentsbubble{
	float: left;
	margin: 0 10px 10px 0;
}

/* Footer Formatting */
#footer{
        background-color: #B0B0B0;
	color: #464646;
        height: 85px; /* 115px */
        margin: 0px;
        padding: 10px;
        text-align: center;
}
#footer_header{
	font-size: 20px;
	margin: 0;
}

#footer_small{
	font-size: 12px;
	margin: 0 0 10px 0;
}

