/*================================================================================  GENERAL TYPOGRAPHY  ==*/

body {
	font-size:10px;
	color:#002135;
	background-color:#AABEC9;
	font-family: Verdana, "Trebuchet MS", sans-serif;
}
h1,h2,h3,h4,h5,h6 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}
h6 {font-size:11px;}
h5 {font-size:12px;}
h4 {font-size:13px;}
h3 {font-size:15px;}
h2 {font-size:18px;}
h1 {font-size:24px;}
p {
	font-size:1.2em;
	line-height:1.5em;
	padding-bottom:0.5em;
}
li {
	padding-bottom:0.5em;
}
li li,li li li {
	padding-bottom:0;
}
a, strong {
	color:#0B4465;
	text-decoration:none;
	font-weight:bold;
}
a:hover {text-decoration:underline;}
a img {display:block;}
li {list-style-position:inside;}
li.selected a {cursor:default;}
input.submit {cursor:pointer;}

/*================================================================================  GENERAL LAYOUT  ==*/

#headwrapper {
	width:100%;
	background-color:#fff;
}
#head {
	position:relative;
	width:460px;
	height:200px;
	margin:0 auto;
	padding:0 250px;
	background:transparent url(../img/bg_head.png) no-repeat 0 0;
}
#headnav li {
	list-style:none inside;
}
#headnav a {
	display:block;
	position:absolute;
	text-indent:-9999px;
}
#abdijlink a {
	width:190px;
	height:25px;
	top:120px;
	left:60px;
}
#homelink a {
	width:300px;
	height:80px;
	top:75px;
	right:25px;
}
#headnav a {
}
#blogtitle {
	position:absolute;
	width:460px;
	bottom:0;
}
#mainwrapper {
	width:100%;
	background:#fff url(../img/bg_main_wrapper.jpg) repeat-x 0 100%;
}
#main {
	width:960px;
	margin:0 auto;
	background:transparent url(../img/bg_main_repeat.png) repeat-y 0 0;
}
#maininner {
	min-height:640px;
	padding-bottom:160px;
	background:transparent url(../img/bg_main_bottom.png) no-repeat 0 100%;
}
* html #maininner {
	height:640px;
}
.side {
	float:left;
	width:190px;
	padding:30px 0;
	background:transparent url(../img/bg_main_top.png) no-repeat 0 0;
}
.side h2 {
	padding-bottom:0.5em;
	color:#fff;
	font-weight:normal;
}
#navleft { 
	padding-left:40px;
	width:210px;
}
#navleft li {
	padding-left:20px;
}
#navleft li li {
	padding-left:0;
}
#navright { 
	padding-right:60px;
	background-position:100% 0;
}
#navright h2,#navright li {
	text-align:right;
}

/*-------------------------------------------------------------------------------- SIDEBAR -- */

#navloc {
	margin-bottom:15px;
	padding-top:10px;
	background:url(../img/bg_navloc.gif) no-repeat 10px 0;
}
#navloc p {
	padding-right:20px;
	color:#dae7ec;
	background:transparent url(../img/side_dots.gif) repeat-x 0 100%;
	font-size:1.1em;
}
#navloc strong, #navloc a {
	color:#fff;
	font-weight:normal;
}
#searchform {
	margin-bottom:15px;
}
#searchform input.submit {
	float:left;
	padding-top:3px;
	color:#FCC51C;
	background-color:transparent;
	border:0;
	text-align:right;
}
#searchform input.text {
	float:right;
	width:120px;
}
.side ul ul {
	margin-bottom:1.5em;
}
.side li {
	color:#fff;
	list-style:none outside;
	line-height:1em;
}
.side li li {
	margin:0.5em 0 0;
	padding:0.5em 0 0;
	background:transparent url(../img/side_dots.gif) repeat-x 0 0;
}
.side li li.first {
	margin:0;
	padding:0;
	background-image:none;
}
.side li a {
	color:#FCC51C;
	font-weight:normal;
}
.side li.tagcloud {
	padding-left:15px;
	line-height:1.2;
}
.side li a.tagcloud1	{color:#FCC51C; font-size:10px;}
.side li a.tagcloud2	{color:#FCCB35; font-size:11px;}
.side li a.tagcloud3	{color:#FDD24E; font-size:12px;}
.side li a.tagcloud4	{color:#FDD868; font-size:13px;}
.side li a.tagcloud5	{color:#FDDF81; font-size:14px;}
.side li a.tagcloud6	{color:#FEE59A; font-size:15px;}
.side li a.tagcloud7	{color:#FEECB3; font-size:16px;}
.side li a.tagcloud8	{color:#FEF2CD; font-size:17px;}
.side li a.tagcloud9	{color:#FFF9E6; font-size:18px;}
.side li a.tagcloud10	{color:#FFFFFF; font-size:19px;}

.side li.rsslnk a {
	display:block;
	padding:4px 0 4px 22px;
	background:url(../img/rss.gif) no-repeat 0 0;
}
.side li.loglnk a {
	display:block;
	padding:4px 0 4px 22px;
	background:url(../img/login.gif) no-repeat 0 0;
}

/*-------------------------------------------------------------------------------- CONTENT -- */

#content {
	float:left;
	width:400px;
	padding:30px;
	background:transparent url(../img/bg_main_top.png) no-repeat 50% 0;
}

/*================================================================================  PAGE SPECIFIC L & T  ==*/

h2.pagetitle {
	margin-bottom:15px;
}
.navigation .alignleft {
	float:left;
	width:50%;
	margin-bottom:15px;
}
.navigation .alignright {
	float:right;
	width:50%;
	text-align:right;
	margin-bottom:15px;
}

p.edit {
	margin-top:5px;
	font-size:1em;
}

/*-------------------------------------------------------------------------------- POSTS -- */
.post {
	clear:both;
}
.post h2 {
	margin-bottom:5px;
	padding-bottom:10px;
	background:transparent url(../img/content_dots.gif) repeat-x 0 100%;
}
h3#comments, h3#respond {
	margin-bottom:5px;
	padding-bottom:10px;
	background:transparent url(../img/content_dots.gif) repeat-x 0 100%;
}
h3#respond {
	margin-bottom:15px;
}
.author {
	margin-bottom:10px;
	padding:0;
	font-size:1em;
}
.post h2 a {
	color:#002135;
	font-size:22px;
}
.post h3 a {
	color:#002135;
}
.post_time {
	float:right;
	width:45px;
	height:50px;
	margin:25px 0 10px 5px;
	border:2px solid #0B4465;
	text-align:center;
	font-weight:bold;
}
.post_time .time_day {
	display:block;
	font-size:28px;
}
.post_time .time_month, .post_time .time_year {
	font-size:10px;
}
.entry {
	margin-bottom:10px;
}
.entry img {
	margin:1em 0 0.5em 0;
/*	border:2px solid #fff; */
}
.postmetadata {
	clear:both;
	margin:0 0 25px 0;
	padding-top:5px;
	background:transparent url(../img/content_dots.gif) repeat-x 0 0;
	font-size:1em;
}
.postinfo {
	font-size:1em;
}

/*-------------------------------------------------------------------------------- COMMENTS -- */
ol.commentlist {
	margin-bottom:30px;
	background-color:#fff;
}
ol.commentlist li {
	clear:both;
	list-style:none inside;
	background:transparent url(../img/content_dots.gif) repeat-x 0 100%;
}
.comment_count {
	float:left;
	width:25px;
	height:25px;
	margin:2px 10px 5px 0;
/*	border:2px solid #0B4465; */
	color:#fff;
	background-color:#0B4465;
	line-height:25px;
	text-align:center;
	font-size:16px;
	font-weight:bold;
}
.commentmetadata {
	margin-bottom:5px;
	font-size:1em;
}
.commentmetadata img.avatar {
	float:left;
	margin-right:5px;
}
.commentlist cite {
	font-style:normal;
}
#commentform p.session {
	font-size:1em;
}
#commentform textarea {
	width:100%;
}

/*-------------------------------------------------------------------------------- CONTACT FORM -- */
.contact-form {
	margin-top:1.5em;
}
.contact-form label {
	display:block;
	position:relative;
}
.contact-form label small {
	position:absolute;
	right:0;
	font-size:0.83em;
	line-height:1.8em;
}
.contact-form input.text, .contact-form textarea {
	width:394px;
	padding:2px;
	border:1px solid #0B4465;
}
