/* =Generic page styles
----------------------------------------------- */
* {
	font-size: 100%;
	margin: 0; 
	padding: 0; 
}

body {
	background: url(inverness_bg_body.jpg) #FFFFFF repeat-x 0 0;
	color: #666666;
	font: 62.5%/1.3 "Lucida Grande", "Lucida Sans Unicode", verdana, geneva, sans-serif;
	min-width: 780px;
	text-align: center;
}

p, ul, li, form, input, textarea {
	margin: 0 0 .5em 0;
}

/* =Lists
----------------------------------------------- */

#content-a ul li {
	padding-left: 0px;
	list-style-type: circle;
}

/* =Headings
----------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	letter-spacing: .1em;
	margin: 0 0 .8em 0;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1.2em;
}

h4, h5 {
	font-size: 1.1em;
}

h6 {
	font-size: 1em;
}

#content-b h4 {
	background: #195B7E;
	border-bottom: 1px solid #FFFFFF;
	color: #FFFFFF;
	margin: 0;
	padding: 4px 6px;
}

#content-b h5 {
	border-top: 20px double #195B7E;
	padding-top: .8em;
}


/* =Link styles
----------------------------------------------- */
img {
	border: none;
}

a:link, a:visited {
	color: #143144;
}

a:hover, a:focus, a:active {
	color: #000000;
}

/* =Layout
----------------------------------------------- */
#wrapper-main {
	background: url(inverness_bg_wrapper.jpg) #FFFFFF repeat-y 0 0;
	margin: 0 auto;
	text-align: left;
	width: 760px;

}

#branding {
	background: url(inverness_bg_branding.jpg);
	height: 134px;
	position: relative;
}

#branding h1, #copyright { 
	
	position: absolute;
}

/* changing width affects width of white live area  */
#content-a {
	color: #FFFFFF;
	float: left;
	font-size: 1.3em;
	width: 760px;
}

#content-a-inner {
	padding: 0 15px 0 15px;
}

#insert {
	float:right;
	width:200px;
	border: solid 1px black;
	margin-top: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #999999;
	color: #FFFFFF;
	margin-left: 10px;
}

/* =Footer
----------------------------------------------- */
#wrapper-footer {
	
	clear: both;
	height: 60px;
	position: relative;
	color:#FFFFFF;
}

/* =Post related styles
----------------------------------------------- */
.wrapper-post {
	background: #FFFFFF;
	color: #666666;
	margin-bottom: .8em;
	padding: 10px;
}

.wrapper-post h3 {
	background: #FFFFFF;
	padding: 10px 10px 0 10px;
}

.wrapper-post div {
	padding: 0 10px;
}

ul.postoptions {
	margin: 0;
}

ul.postoptions li {
	background-image: none !important;
	display: inline;
	margin-right: 10px;
	padding: 0 !important;
}

ul.postoptions li.readmore a {
	background: url(inverness_bg_readmore.gif) no-repeat 0 50%;
	padding-left: 16px;
}

ul.postoptions li.tocomment a {
	background: url(inverness_bg_tocomment.gif) no-repeat 0 50%;
	padding-left: 16px;
}

/* =Navigation
----------------------------------------------- */
#nav-main {
	background: url(inverness_bg_mainnav.jpg) no-repeat 0 0;
	height: 54px;
	padding: 0 5px;
}

#nav-main li {
	display: inline;
	float: left;
	margin: 0;
	list-style-type: none;
}

#nav-main li a {
	background: url(inverness_bg_mainnavitem.jpg) no-repeat 50% 0;
	display: block;
	letter-spacing: .3em;
	padding: 10px 0;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	width: 150px;
}

#nav-main li a:link, #nav-main li a:visited {
	color: #515C60;
}

#nav-main li a:hover, #nav-main li a:focus, #nav-main li a:active {
	color: #333333;
	text-decoration: underline;
}

#nav-recentposts, #nav-blogroll {
	margin: 0;
}

#nav-recentposts li, #nav-blogroll li {
	list-style-type: none;
	margin: 0;
	line-height: normal;
}

#nav-blogroll li a {
	background: url(inverness_bg_external.gif) #2FB1F9 no-repeat 8px 50%;
	border-bottom: 1px solid #FFFFFF;
	display: block;
	padding: 4px 28px;
	text-decoration: none;
}

#nav-recentposts li a {
	background: url(inverness_bg_latestposts.gif) #2FB1F9 no-repeat 8px 50%;
	border-bottom: 1px solid #FFFFFF;
	display: block;
	padding: 4px 28px;
	text-decoration: none;
}

#nav-recentposts li a:link, #nav-blogroll li a:link, #nav-recentposts li a:visited, #nav-blogroll li a:visited {
	color: #FFFFFF;
}

#nav-recentposts li a:hover, #nav-blogroll li a:hover, #nav-recentposts li a:focus, #nav-blogroll li a:focus, #nav-recentposts li a:active, #nav-blogroll li a:active {
	color: #195B7E;
}

#nav-page-top a {
	background: url(inverness_button_top.jpg) no-repeat 0 0;
	left: 496px;
	overflow: hidden;
	position: absolute;
	text-indent: -9999px;
	top: 13px;
	width: 20px;
	height: 20px;
}

.foot {
	background-image: url(common/bottom.gif);
}
.strong {
	font-weight: bold;
	color: #000000;
}
.RuleTop {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #717D80;
}
.indent {
	padding-left: 20px;
}
.RuleTopBold {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #717D80;
	font-weight: bold;
	margin-top: 20px;
}

