﻿
/*-- Basics  --*/

body {
	
	background: #152741 url('images/bg.jpg') repeat-x fixed center top;
}


body, td
{
	FONT-FAMILY: Arial, Helvetica, Geneva, sans-serif;
	color:#595343;

}


a
{
	color:#556b97;
	text-decoration:none;
	
}

a:visited
{
	text-decoration:none;
	color:#a68326;
}


h3
{
	font-size:1em;margin-bottom:5px;margin-left:-5px;
}

img
{
	padding:0px;
	margin:0px;
	border:0px;
	display:block;
}

#Left
{
	margin-left:15px;
}

a#rss
{
padding: 0 28px 0 0;
color:#000;
background: url('images/rss.gif') no-repeat 100% 30%;
}


#Left li a:link, #Left li a:visited
{

text-decoration:none;
color:#595343;
padding:0;

}

#Left li a:hover
{
	text-decoration:underline;
}

#Left UL 

{	PADDING-RIGHT: 0px;	PADDING-LEFT: 0px;	PADDING-BOTTOM: 0px;	MARGIN: 0px;	PADDING-TOP: 0px;	LIST-STYLE-TYPE: none; line-height:15px;
	font-size:12px;
		
}

ul{
	font-size:80%;
	list-style-type:circle;

}


.ms-sitemapdirectional
{
	color:gray;	
}

a.ms-sitemapdirectional:hover
{
	color:black;
}

#HeaderImageLeft
{

	height:69px;
	float:left;
	border:0px;

}

#HeaderImageRight
{
	background-image: url('images/header_logo_right.jpg');
	width:625px;
	height:69px;
	float:right;
}

.TemplateHeader
{
	background-color:#f2eee3;
}


/* TOP NAVIGATION BAR */

#HeaderNav
{
	display:block;
	padding:0px;
	height:23px;
	background:url('images/thor_nav_bg.jpg') repeat-x left top;
	width:100%;
}

.ms-topnav td
{
	font-size:.8em;
	display:block;

}

.ms-topnav a
{
	text-align:center;
	height:21px;
	background-image:none;
	color:white;
	display:block;
	padding:2px 15px 0 15px;

}

.ms-topnavselected
{
	height:23px;
	background-image:url('images/thor_nav_hover.jpg');
	display:block;
	padding:0px;
	margin:0px;
}

.ms-topNavHover a
{
	
	text-align:center;
	height:21px;	
	background-image:url('images/thor_nav_hover.jpg');
	display:block;
	padding:2px 15px 0 15px;
}


/*table*/
#HeaderSubNav
{
	width:100%;
	background-image:url('images/ms-titleareaframe.jpg');
}


.HeaderSubNav
{
	height:10px;	
}


/* BEGIN BODY LAYOUT */


/* left background */
.LeftNavBg
{
	
	background-image: url('images/thor_navshape_bg.jpg')  ;
	background-repeat: repeat-y;
	height:100%; 
}



#LeftNavContainer
{
	margin-top:15px;
	width:176px;
	padding-left:7px;
}

#Footer
{
	font-size:12px;color:#fafafa;
}


/*  MAIN CONTENT */

.MainContentContainer
{
	background-color:#ffffff;
}


#Main
{
	padding:10px;
	display:block;
}

#contentContainerFrame
{
	background-color:#EAE5D4;
	padding-top:10px;
	border-top:1px #a0a0a0 solid;
}


/*  BREAD CRUMBS */
.ms-pagebreadcrumb 
{
	padding-left:5px;
	font-size:.9em;
	padding-top:10px;
	margin-left:10px;

}


.ms-pagebreadcrumb, .ms-pagebreadcrumb a {
	
}


.post-title h2
{
	font-size:1em;	
	margin:4px 0px 5px 0px;
	border-bottom:1px silver solid;
	background-color: #F0F0F0;
	padding:4px 0 2px 5px;

}
	
.post-title h2 a:link, .post-title h2 a:visited
{
	color:#556b97;
	text-decoration:none;
}

.post-title h2 a:hover
{
	color:#a0a0a0;
}

.blog-date
{
	font-size:.7em;
	background-color:#f5f5f5;
	height:15px;
	padding-left:5px;
	border-bottom:1px silver dotted;
}



.post-details, .PostBody
{
	font-size:50%;
	font-weight:normal;
	font-size:100%;
	color:#404040;
	margin:5px 0px 5px 10px;

}

#Post.post-details
{
	font-size:70%;
	color:#909090;
}


.categories-post, .comments-post
{
	font-size:80%;
	margin-bottom:5px;
	color:#909090;

}

/* Comments */

div#clear-comments
{
	
	border-bottom:thick silver  inset;
}

div#comments-form-container, div#comments-form-thank-you
{
	font-size:75%;
	background-color:#f5f5f5;
	width:100%;

}

div#comment-header
{
	
	
	
}

.comment-details
{
	font-size:.8em;
	border-bottom:1px silver solid;
	padding-bottom:15px;
}
.comment-date
{
	font-size:90%;
	background-color:#f5f5f5;
	width:100%;
	height:15px;
	padding-left:5px;
	border-bottom:1px silver dotted;


}
.comment-details-body
{
	
	font-weight:normal;
	font-size:100%;
	color:#404040;
	margin:5px 0px 5px 10px;
	
}















