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

body {
	background: url(images/bg_body.jpg) #FFFFFF repeat-x 0 0;
	border-bottom: 60px solid #143144;
	color: #666666;
	font: 11px/1.3 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 {
	background: url(images/bg_listbullet.gif) no-repeat 0 50%;
	padding-left: 16px;
	list-style-type: none;
}

/* =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: #254B70;
	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(images/bg_wrapper.jpg) #FFFFFF repeat-y 0 0;
	margin: 0 auto;
	text-align: left;
	width: 760px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

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

#branding h1, #copyright { 
	left: -9999px;
	position: absolute;
}

#content-a {
	color: #FFFFFF;
	float: left;
	font-size: 1.1em;
	width: 510px;
}

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

#content-b {
	background: url(images/bg_content-b.jpg) no-repeat 50% 0;
	float: left;
	font-size: 1.1em;
	padding-top: 22px;
	width: 250px;
}

#content-b-inner {
	background: url(images/bg_content-b-inner.jpg) no-repeat 50% 100%;
	padding: 0 10px 20px 10px;
}

/* =Footer
----------------------------------------------- */
#wrapper-footer {
	background: url(images/bg_footer.jpg) no-repeat 0 0;
	clear: both;
	height: 60px;
	position: relative;
}

/* =Post related styles
----------------------------------------------- */
.wrapper-post {
	background: url(images/bg_wrapper-post.jpg) #FFFFFF no-repeat 50% 100%;
	color: #666666;
	margin-bottom: .8em;
	padding-bottom: 10px;
}

.wrapper-post h3 {
	background: url(images/bg_wrapper-post_h3.jpg) #FFFFFF no-repeat 50% 0;
	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(images/bg_readmore.gif) no-repeat 0 50%;
	padding-left: 16px;
}

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

/* =Navigation
----------------------------------------------- */
#nav-main {
	background: url(images/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(images/bg_mainnavitem.jpg) no-repeat 50% 0;
	display: block;
	
	padding: 10px 0;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	width: 120px;
}

#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(images/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(images/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;
	background: url(images/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: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(images/button_top.jpg) no-repeat 0 0;
	left: 496px;
	overflow: hidden;
	position: absolute;
	text-indent: -9999px;
	top: 13px;
	width: 20px;
	height: 20px;
}
.menuSpacer {
 border-bottom: 1px dotted #999;
 margin-bottom: 15px; 
}
/*---  Weblog entry formatting.  ---*/

.weblog {
 padding-bottom: 12px;
 border-bottom:1px dotted #999999;
}

/*---  Name of author in weblog entries ---*/

.author {
 font-family: verdana,trebuchet,sans-serif;
 font-size:   11px;
 color:       #999999;
 font-weight: normal;
}
/* THE FOLLOWING CSS IS USED WITH THE MINI-CALENDAR */


/*  Calendar header text  */
.header {
 font-family: verdana,trebuchet,sans-serif;
 font-size:   10px;
 color:       #333333;
 font-weight: bold;
}

/*  Navigational links in the header of mini-calendar  */
.navlinks, .navlinks a:link, .navlinks a:active, .navlinks a:visited, .navlinks a:hover{ 
 color:       #ffffff;
 font-family: verdana,trebuchet,sans-serif;
 font-size:   10px; 
 font-weight: bold;
} 
.navlinks a:link    { color:  #ffffff; text-decoration: none;}
.navlinks a:visited { color:  #ffffff; text-decoration: none;}
.navlinks a:active  { color:  #333333; text-decoration: none;}
.navlinks a:hover   { color:  #000000; text-decoration: underline;}


/*  Days of the week text  */
.weekdays {
 font-family: verdana,trebuchet,sans-serif;
 font-size:   9px;
 color:       #666666;
 font-weight:  bold;
}

/*  Days of the month text and links */
.monthdays, .monthdays a:link, .monthdays a:active, .monthdays a:visited, .monthdays a:hover {
 font-family: verdana,trebuchet,sans-serif;
 font-size:   9px;
 color:       #666666;
}
.monthdays a:link    { color:  #0000b0; text-decoration: underline;font-weight: bold;}
.monthdays a:visited { color:  #0000b0; text-decoration: underline;font-weight: bold;}
.monthdays a:active  { color:  #333333; text-decoration: underline;font-weight: bold;}
.monthdays a:hover   { color:  #cccccc; text-decoration: none;font-weight: bold;}
#content-b-inner a {
	color: #FFFFFF;
}
.album {
	background-color: #FBCF92;
	margin: 5px;
	padding: 5px;
	width: 425px;
}
.sidelinks {
	color: #254B70;
	text-decoration: underline;
	background-color: #669ACC;
	margin: 2px;
	padding: 2px;
	border: 1px solid #224974;
}

