a {
	outline:0;
}

body {
	/*background-color: #102360;*/
	background: #fff url( '/img/stripes.gif' ) top left repeat-x;
	margin: 0;
	padding: 1em;
	font: 10pt sans-serif;
}

#container {
	max-width: 800px;
	margin: 0 auto;
	overflow: auto;
	background-image: url('/img/badge_watermark-trans.png');
	background-repeat: no-repeat;
}

#header {
	margin: 0 0 1em 10%;
	padding: 1em;
	text-align: center;
}
#header h1 {
	margin: 0;
	padding: 0;
}
#header h1 a {
	display: block;
	height: 127px;
	width: 400px;
	background-image: url('/img/logo-trans.png');
	background-repeat: no-repeat;
	margin: 10px auto 0;
}
	#header h1 a span {
		display: none;
	}
#site_description {
	margin: 0;
	padding: 0;
}
	#site_description span {
		display: none;
		font-size: 1.2em;
	}
	
	
	
ul.navLinks {
	overflow: hidden;
	text-align: left;
	margin: 0;
	padding: 0 0 1px 15px;
	background: url( '/img/naviBg.png' ) repeat-x bottom left;
}
	ul.navLinks li {
		/*display: inline-block;*/
		float: left;
		list-style-type: none;
		background: url( '/img/naviBg_right.gif' ) no-repeat;
		background-position: 100% -190px;
		padding: 0;
		margin: 0 0.5em 0 0;
	}
		ul.navLinks li a {
			display: block;
			padding: 5px 0.7em;
			margin-left: -7px;
			background: url( '/img/naviBg_left.gif' ) no-repeat;
			background-position: 0px -190px;
			text-decoration: none;
			color: #000;
			font-weight: bold;
		}
		
	/* Simulating selected tab */
	ul.navLinks li.current {
		padding-bottom: 10px;
		margin-bottom: -9px;
		background-position: 100% 0;
	}
		ul.navLinks li.current a {
			padding-bottom: 7px;
			margin-bottom: -5px;
			background-position: 0 0;
		}



ul.crumbs {
	list-style-type: none;
	overflow: auto;
	padding: 0.3em;
	margin: 0 0 0.5em 0;
	float: left;
	/*background: url('/img/crumb_bg.gif') repeat-x bottom left;*/
	min-height: 1.2em;
}
	ul.crumbs li {
		float: left;
		padding: 0 0 0 20px;
		margin: 0;
		background: url('/img/crumb_divider-trans.png') no-repeat center left;
	}
		ul.crumbs li:first-child {
			/*background-image: none;
			padding-left: 0px;*/
		}
		ul.crumbs li a {
			display: block;
			padding: 0 8px 0 0;
			color: #999;
			font-weight: bold;
			font-size: 0.8em;
			text-decoration: none;
		}
			ul.crumbs li a:hover {
				text-decoration: underline;
			}



#content {
	background-color: #fff;
	padding: 0 1em 1em;
	overflow: auto;
	border-style: solid;
	border-color: #636363;
	border-width: 0 1px 1px 1px;
}	

.category_title,
.page_title,
.post_title {
	margin: 0.5em 0 1em;
	padding: 0;
	clear: left;
}


a.admin_edit {
	font-size: 8pt;
	margin-left: 1em;
}


#footer ul {
	text-align: center;
	list-style-type: none;
}
	#footer ul li {
		display: inline;
		margin: 0.3em 0.5em;
	}
#footer a {
	color: #555;
	font-size: 0.8em;
}

div.notifications ul {
	list-style: none;
	text-align: center;
}

.subPages,
.subCategories {
	float: right;
	padding: 0;
	margin: 1em 0 1em 1em;
	border: 1px solid blue;
	/*background-color: #fefdf4;*/
	background: #e4edfd url('/img/relatedBg_blue.gif') repeat-x bottom left;
	border-color: #adccfd;
	border-style: solid;
	border-width: 3px 0 1px;
	width: 30%;
	/*min-height: 160px;*/
	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
	.subPages h3,
	.subCategories h3 {
		margin: 0;
		padding: 0 10px;
		color: #d4e3fd;
		font-weight: bold;
		font-size: 2.5em;
		text-align: right;
		font-style: italic;
	}
		.subPages ul,
		.subCategories ul {
			padding: 0 0 0 1em;
			margin: 1em 0 ;
			list-style: none;
		}
			.subPages ul li,
			.subCategories ul li {
				margin-bottom: 0.5em;
			}
				.subPages ul li a,
				.subCategories ul li a {
					color: #2c62b6;
					text-decoration: none;
					font-weight: bold;
				}
					.subPages ul li a:hover,
					.subCategories ul li a:hover {
						text-decoration: underline;
					}
			
.page_posts,
.category_posts {
	clear: left;
}