﻿ADDRESS,
BLOCKQUOTE, 
BODY, DD, DIV, 
DL, DT, 
FIELDSET, FORM,
FRAME, FRAMESET,
H1, H2, H3, H4, 
H5, H6, IFRAME, 
NOFRAMES, 
OBJECT, OL, P, 
UL, APPLET, 
CENTER, DIR, 
HR, navigation, PRE   { display: block }
LI              { display: list-item }
HEAD            { display: none }
TABLE           { display: table }
TR              { display: table-row }
THEAD           { display: table-header-group }
TBODY           { display: table-row-group }
TFOOT           { display: table-footer-group }
COL             { display: table-column }
COLGROUP        { display: table-column-group }
TD, TH          { display: table-cell }
CAPTION         { display: table-caption }
TH              { font-weight: bolder; text-align: center }
CAPTION         { text-align: center }
BODY            { padding: 8px; line-height: 1.33 }
H1              { font-size: 2em; margin: .67em 0 }
H2              { font-size: 1.3em; margin: .8em 0 }
H3              { font-size: 1.17em; margin: 1em 0 }
H4, P,
BLOCKQUOTE, UL,
FIELDSET, FORM,
OL, DL, DIR,
navigation            { margin: 1.33em 0 }
H5              { font-size: .83em; line-height: 1.17em; margin: 1.67em 0 }
H6              { font-size: .67em; margin: 2.33em 0 }
H1, H2, H3, H4,
H5, H6, B
STRONG          { font-weight: bolder }
BLOCKQUOTE      { margin-left: 40px; margin-right: 40px }
I, CITE, EM,
VAR, ADDRESS    { font-style: italic }
PRE, TT, CODE,
KBD, SAMP       { font-family: monospace }
PRE             { white-space: pre }
BIG             { font-size: 1.17em }
SMALL, SUB, SUP { font-size: .83em }
SUB             { vertical-align: sub }
SUP             { vertical-align: super }
S, STRIKE, DEL  { text-decoration: line-through }
HR              { border: 1px inset }
OL, UL, DIR,
navigation, DD        { margin-left: 40px }
OL              { list-style-type: decimal }
OL UL, UL OL,
UL UL, OL OL    { margin-top: 0; margin-bottom: 0 }
U, INS          { text-decoration: underline }
CENTER          { text-align: center }
BR:before       { content: "\A" }

/* An example of style for HTML 4.0's ABBR/ACRONYM elements */

ABBR, ACRONYM   { font-variant: small-caps; letter-spacing: 0.1em }
:focus          { outline: thin dotted invert }


/* Begin bidirectionality settings (do not change) */
BDO[DIR="ltr"]  { direction: ltr; unicode-bidi: bidi-override }
BDO[DIR="rtl"]  { direction: rtl; unicode-bidi: bidi-override }

*[DIR="ltr"]    { direction: ltr; unicode-bidi: embed }
*[DIR="rtl"]    { direction: rtl; unicode-bidi: embed }

/* Elements that are block-level in HTML4 */
ADDRESS, BLOCKQUOTE, BODY, DD, DIV, DL, DT, FIELDSET, 
FORM, FRAME, FRAMESET, H1, H2, H3, H4, H5, H6, IFRAME,
NOSCRIPT, NOFRAMES, OBJECT, OL, P, UL, APPLET, CENTER, 
DIR, HR, navigation, PRE, LI, TABLE, TR, THEAD, TBODY, TFOOT, 
COL, COLGROUP, TD, TH, CAPTION 
                { unicode-bidi: embed }
/* End bidi settings */
ol, ul
{
    padding-left: 0;
    margin-left: 1em;
    list-style-type:square;
}
ol li, ul li
{
    margin: 5px 0;
}
h1, h2, h3, h4, h5, h6
{
    font-family: "Century Gothic", Verdana, Tahoma, Arial, Sans-Serif;
}
h1
{
    font-weight: normal;
}
a
{
    color: #CC000F;
}
a:hover, a:visited
{
    color: #6F0009;
}
img
{
    border: none;
}
html, form, body
{
		margin: 0;
		padding: 0;
}
body
{
    padding-bottom: 10px;
    text-align: center;
    background: #FFFFFF url(images/bgGrad.jpg) repeat-x top;
    font-size: 90%;
    font-family: Verdana, Tahoma, Arial, Sans-Serif;
    color: #0E470E;
    border-top: solid 1px #9B000E;
}
#wrapper
{
    width: 938px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    border-left: solid 1px #FFFFFF;
    border-right: solid 1px #FFFFFF;
    position: relative;
    background: transparent url(images/header.jpg) no-repeat;
}
#header
{
    height: 38px;
    width: 898px;
    margin: 0 20px 12px 20px;
    border-bottom: solid 2px #FFFFFF;
    padding-top: 10px;
}
#header h1
{
    margin: 0 5px 0 0;
    padding: 0;
    font-weight: normal;
    color: #FFFFFF;
    display: inline;
}
#header h1 a
{
    text-decoration: none;
    color: #FFFFFF;
}
#header h2
{
    margin: 0;
    padding: 0;
    font-weight: normal;
    color: #FFFFFF;
    display: inline;
    font-size: 1em;
}
#menu
{
    width: 682px;
    height: 132px;
    background: #105510 url(images/menuRight.jpg) no-repeat right;
    position: relative;
    right: 22px;
    float: right;
    z-index: 8;
}
#menu div.buffer
{
    width: 682px;
    height: 132px;
    background: transparent url(images/menuTopLeft.jpg) no-repeat top left;
}
#menu ul.AspNet-Menu 
{
    margin:105px 0 0 20px;
    padding:0;
    list-style-type:none;
    position: static;
    float: left;
    display: inline;
}
#menu ul.AspNet-Menu li
{
    margin:0;
    padding: 0 5px 0 15px;
    float:left;
    display:inline;
    position:relative;
    height: 27px;
    background: transparent url(images/navSep.jpg) no-repeat left;
}
/* using tweaked version of CSSControlAdapters (w:\projects\cssfriendly) to render class first on first menu item */
#menu ul.AspNet-Menu li.first
{
    background-image: none;
    padding-left: 0;
}
#menu ul.AspNet-Menu li a:hover,
#menu ul.AspNet-Menu li a.AspNet-Menu-Selected,
#menu ul.AspNet-Menu li a.AspNet-Menu-ChildSelected
{
    text-decoration:underline;
}

#menu ul.AspNet-Menu li a.subMenu
{
    text-transform: none;
    font-size: 0.9em;
}
#menu ul.AspNet-Menu li img.rssButton, img.rssButton
{
    margin-right: 3px;
}
#menu ul.AspNet-Menu li span
{
    display: inline;
}
#menu ul.AspNet-Menu li ul
{
    visibility: hidden;
    position:absolute;
    width: 15em;
    top:100%;
    left: 0;
    border:1px solid #C2D4C2;
    list-style:none;
    background: #105510;
    padding: 0;
    margin: 0;
	}
#menu ul.AspNet-Menu li li
{
    width: 15em;
    height: 27px;
    float: none;
    background: transparent;
    padding: 0;
    margin: 0;
    border-bottom: solid 1px #C2D4C2;
}
#menu ul.AspNet-Menu li a
{
    margin:0;
    padding: 0 9px 0 10px;
    display:block;
    font-weight:bold;
    color:#FFFFFF;
    text-decoration:none;
    height: 27px;
    line-height: 27px;
}

#menu ul.AspNet-Menu li li a
{
    display:block;
    color:#FFFFFF;
    font-size: .9em;
    text-decoration:none;
    text-transform: none;
    padding: 2px 4px 1px 10px;
    height: 24px;
    background: transparent;
    margin: 0;
}

#menu ul.AspNet-Menu li li a:hover
{
    text-decoration:underline;
}

#menu ul.AspNet-Menu li.AspNet-Menu-Hover ul
{
    display:block;
    z-index:100;
    visibility: visible;
    position: inherit;
}
#menu ul.AspNet-Menu li ul li ul
{
    margin: -27px 0 0 15em;
}

#content
{
    background: transparent url(images/logo.jpg) no-repeat top left;
    float: right;
    width: 100%;
    position: relative;
}
#mainContent
{
    width: 681px;
    float: right;
    background: #C2D4C2 url(images/contentBg.jpg) no-repeat top;
    position: relative;
    right: 22px;
    margin-bottom: 10px;
}
#mainContent .gutter
{
    background: transparent url(images/contentFoot.jpg) no-repeat bottom;
    padding: 40px 20px 20px 20px;
    position: relative;
}
.mceContentBody
{
    background: #C2D4C2;
    text-align: left;
}
#mainContent h1
{
    background: transparent url(images/h1Bg.jpg) no-repeat top left;
    color: #FFFFFF;
    padding: 0 20px;
    margin: 0 -20px;
    border-bottom: solid 1px #FFFFFF;
    border-top: solid 1px #FFFFFF;
}
#mainContent h1 a
{
    text-decoration: none;
    color: #FFFFFF;
}
#mainContent table td
{
    border: solid 1px #DDE8DD;
}
#subContent
{
    width: 202px;
    float: left;
    display: inline;
    margin-left: 21px;
    margin-top: 69px;
    background: transparent url(images/subContentBg.jpg) repeat-x top;
    margin-bottom: 10px;
    font-size: .9em;
}
#subContent .gutter
{
    background: transparent url(images/subContentCorner.jpg) no-repeat top left;
    padding: 20px 10px;
}
#subContent h4
{
    font-weight: 900;
    font-size: 1.2em;
    background: #FFFFFF;
    margin-left: -10px;
    margin-right: -10px;
    padding: 5px 10px;
    border-top: solid 1px #769C73;
    border-bottom: solid 1px #769C73;
}
#content h1
{
    margin-top: 0;
}
#NRPGPhotos
{
    position: absolute;
    top: 16px;
    left: 266px;
    z-index: 9;
}
#NRPGPhotos img
{
    margin-right: 10px;
}
#footerContent
{
    clear: both;
    float: right;
    position: relative;
    display: inline;
    width: 849px;
    right: 21px;
    margin-bottom: 10px;
    background: #7DA37E url(images/footerBg.jpg) no-repeat top;
    font-size: .9em;
    padding: 10px 20px;
    color: #FFFFFF;
}
#footerContent a
{
    color: #FFFFFF;
}
#footerContent h4
{
    color: #105510;
    font-size: 1.2em;
}
#footer
{
    clear: both;
    text-align: center;
    display: inline;
    margin-bottom: 10px;
}
#footer .gutter
{
    width: 889px;
    margin-left: 27px;
    text-align: left;
    border-top: solid 2px #105510;
    font-size: .9em;
}
#footer p.left
{
    margin: 0;
    float: left;
}
#footer p.right
{
    margin: 0;
    float: right;
}
.clear
{
    clear: both;
}
span.clear
{
    display: block;
    clear: both;
}
.boxRight
{
    float: right;
    border: solid 1px #105510;
    width: 200px;
    padding: 10px;
    background: #DDE8DD;
}
/*----------------------------
					 Blogroll
----------------------------*/
div.widget
{
    width: 280px;
    float: left;
}
#blogroll ul {
	list-style-type: none;
	margin: 0 0 10px 0;
	padding: 0px;
}

#blogroll ul li a
{
    color: #9B000E;
}
#blogroll ul li ul li a {
	margin-left: 5px;
	color: #FFFFFF;
}
#blogroll ul li a img {
	border: none;
	margin-right: 3px;
}
/*-----------------------------
    Category List
------------------------------*/
div.categorylist ul
{
    list-style-type: none;
    margin: 0;
}

/*----------------------------
					 Posts
----------------------------*/

div.post, .mceContentBody 
{
    margin-bottom: 3em;
}

div.post h1, .mceContentBody h1 
{
    margin-bottom: 0;
}

div.post .author {
	font-size: smaller;
	text-transform: capitalize;
}

div.post .pubDate {
	font-size: smaller;
	float: right;
}

div.post .text 
{
    margin-top: 1.5em;
}

div.post .footer 
{
	text-align: right;
	border-top: 1px dashed #105510;
	padding-top: 5px;
	padding-bottom: 1px;
	clear: both;
}

div.post .categories {
	margin-bottom: 5px;
	float: right;
}

div.post .tags {
	float: left;
	margin-bottom: 15px;
}

div.post .text a[href^="http:"] {
	background: url(../../pics/remote.gif) right top no-repeat;
	padding-right: 10px;
  white-space: nowrap;
}
/*----------------------------
			Related Posts
----------------------------*/

#relatedPosts {
	background: #E1EBE2;
	padding: 1em;
	border: 1px solid #FFFFFF;
	margin: .5em;
}

#relatedPosts h1 {
	margin: 0;
}

#relatedPosts a {
	display: block;
	margin-top: 5px;
}

#relatedPosts span {
}
/*----------------------------
				Recent posts
----------------------------*/
ul.recentposts li a
{
    font-weight: 900;
}

ul.recentposts li span{
	display: block;
	text-transform: none;
}
/*----------------------------
        Administration
----------------------------*/
div.administration
{
    clear: both;
}

/*----------------------------
			Post paging
----------------------------*/
#postPaging a
{
    padding-bottom: 1em;
}
/*----------------------------
			Recent comments
----------------------------*/

ul.recentComments li{
	padding-bottom: 10px;
	text-transform: none;
}

ul.recentComments li a.postTitle{
	font-weight: bold;
}
/*----------------------------
			Social bookmarks
----------------------------*/

.bookmarks {
	float: left;
}
/*----------------------------
					Comments
----------------------------*/

.comment {
	border: 1px solid #FFFFFF;
	padding: 1em;
	margin: .5em;
}

.comment .date {
	font-size: smaller;
	text-align: right;
	margin: 0;
	padding: 3px 0px;
	border-bottom: 1px dashed #105510;
}

.comment .author {
	margin: 0;
	padding: 3px 0px;
	border-top: 1px dashed #105510;
}

.self {
	background: #E1EBE2;
	border: solid 1px #105510;
}

.comment .gravatar {
	float: left;
	clear: both;
	margin: 5px 10px 5px 0;
}

.comment .gravatar img {
	height: 80px;
	width: 80px;
}

.comment .content {
	min-height: 85px;
	margin: 5px;
	margin-left: 85px;
}

.comment img.flag {
	position: relative;
	top: 1px;
}

.commentForm {
	padding: 5px;
}

.commentForm label 
{
	display: block;
	width: 60px;
	margin-top: 4px;
	font-weight: 900;
}

.commentForm input {
}

.commentForm textarea {
	width: 90%;
	height: 150px;
}

.success {
	color: green;
	font-weight: bold;
}
/*----------------------------
					Archive
----------------------------*/

#archive h1 {
	border-bottom: 1px dashed #870D0A;
}

#archive h2 {
	border-bottom: 1px solid #870D0A;
}

#archive h2 img {
	margin-right: 3px;
}

#archive table{
	width: 100%;	
	border-collapse: collapse;
}

#archive table td, #archive table th{
	text-align:left;
}

#archive table td{
	text-align:left;
	border-bottom: 1px solid #EBEFB8;
}

#archive .date{
	width: 7em;
	font-size: .9em;
}

#archive .comments{
	width: 7em;
	text-align: center;
}

#archive .rating{
	width: 7em;
	text-align: center;
}
/*----------------------------
					 Search
----------------------------*/

#searchbox {
	margin-top: 5px;
	font-size: .9em;
}

#searchbox #searchbutton {
	margin-left: 5px;
}

#searchbox #searchfield 
{
    width: 120px;
}

/*----------------------------
			Search on search
----------------------------*/

#searchonsearch {
	padding: 5px 10px;
	margin-bottom: 20px;
	border: 1px solid #870D0A;
}

/*----------------------------
				Month list
----------------------------*/

ul#monthList{
	font-weight: bold;
}

ul#monthList ul li{
	margin-left: 20px;
	font-weight: normal;
}

ul#monthList li.year{
  cursor: pointer;
}

ul#monthList ul{
	display: none;
}

ul#monthList ul.open{
	display: block;
}
/*----------------------------
				 Tag cloud
----------------------------*/

#tagcloud {
	margin-bottom: 10px;
	white-space: normal;
}

#tagcloud li {
	display: inline;
}

#tagcloud a {
	margin-right: 3px;
	display: inline;
}

#tagcloud a.biggest {
	font-size: 20px;
}

#tagcloud a.big {
	font-size: 17px;
}

#tagcloud a.medium {
	font-size: 13px;
}

#tagcloud a.small {
	font-size: 12px;
}

#tagcloud a.smallest {
	font-size: 10px;
}

/*----------------------------
					 Page
----------------------------*/

#page #admin {
	border-top: 1px solid #870D0A;
}
/*----------------------------
					 Calendar
----------------------------*/

#calendarContainer {
	text-transform: capitalize;
	margin: 0 auto;
}

.calendar {
	border: none;
	margin: 0 auto;
}

.calendar .weekend {
	background-color: #EEECEA;
}

.calendar .other {
	color: #870D0A;
}

.calendar a.exist {
	display: block;
	font-weight: bold;
}

.calendar td {
	vertical-align: top;
}
/*----------------------------
					Star rater
----------------------------*/
.rating{
	margin-bottom: 10px;
}

.rating p{
	display: inline;
	position: relative;
	top: 14px;
	left: 55px;
}

.star-rating {
	position: relative;
	width: 125px;
	height: 25px;
	overflow: hidden;
	list-style: none;
	margin: 0;
	padding: 0;
	background-position: left top;
}

.star-rating li {
	display: inline;
}

.star-rating a, .star-rating .current-rating {
	position: absolute;
	top: 0;
	left: 0;
	text-indent: -1000em;
	height: 25px;
	line-height: 25px;
	outline: none;
	overflow: hidden;
	border: none;
}

.star-rating a:hover, .star-rating a:active, .star-rating a:focus {
	background-position: left bottom;
}

.star-rating a.one-star {
	width: 20%;
	z-index: 6;
}

.star-rating a.two-stars {
	width: 40%;
	z-index: 5;
}

.star-rating a.three-stars {
	width: 60%;
	z-index: 4;
}
.star-rating a.four-stars {
	width: 80%;
	z-index: 3;
}
.star-rating a.five-stars {
	width: 100%;
	z-index: 2;
}
.star-rating .current-rating {
	z-index: 1;
	background-position: left center;
}
.small-star {
	width: 50px;
	height: 10px;
}
.small-star, .small-star a:hover, .small-star a:active, .small-star a:focus, .small-star .current-rating {
	background-image: url(../../pics/star_small.gif);
	background-color: #C2D4C2;
	line-height: 10px;
	height: 10px;
	padding:0;margin: 0;
}
/*----------------------------
				Search page
----------------------------*/

#searchpage{
	margin-bottom: 30px;
}

#searchpage input#q{
	width: 300px;
}

#searchpage input#comment{
	clear: both;
}

.searchresult
{
    margin-bottom: 1em;
}

.searchresult a{
	font-weight: bold;
}

.searchresult span.text{
	clear: both;
	display: block;
	margin: 3px 0;
}

.searchresult span.type{
	display: block;
}

.searchresult span.url{
	color: Gray;
	font-size: .9em;
}

.searchpage ul.paging{
 list-style-type: none;
 margin:0px;
 margin-bottom: 20px;
 padding:0px;
}

.searchpage ul.paging li{
 list-style-type: none;
 display: inline;
 border: 1px solid #870D0A; 
 background: #FCFDF4;
 margin-right: 5px;
}

.searchpage ul.paging li a{
 padding: 5px 8px;
}

.searchpage ul.paging li.active{
 background: #E9EDAD;
 border: 1px solid #A6B026;
}

/*----------------------------
				Contact page
----------------------------*/

#contact label{
	display: block;
	padding-top: 5px;	
	font-weight: 900;
}

#contact input.field{
	width: 200px;
}

#contact textarea{
	display: block;	
	overflow: auto;
	width: 75%;
	height: 150px;
	margin: 0;
}
/*----------------------------
			Syntax highlighter
----------------------------*/

.code
{
	font-size: 12px;
	color: black;
	font-family: Consolas, "Courier New", Courier, Monospace;
	background-color: #F1F1F1;
  line-height: normal;
}

.code p{
	padding: 5px;
}

.code .rem { color: #008000; }

.code .kwrd { color: #0000ff; }

.code .str { color: #006080; }

.code .op { color: #0000c0; }

.code .preproc { color: #0000ff; }

.code .asp { background-color: #ffff00; }

.code .html { color: #800000; }

.code .attr { color: #ff0000; }

.code .alt {	background-color: #f4f4f4; }

.code .lnum { color: #606060;}
/*----------------------------
					XFN tags
----------------------------*/

div.post .text a[rel] {
	padding-right:11px;
	background-repeat: no-repeat;
	background-position: right center;
}
div.post .text a[rel="me"] {	
	background-image:url('../../pics/xfn/me.gif');
}

/*-------- [ These should cascade to pick the correct icon for the contact ]--*/

/*-------- [ Normal contacts ]--*/
div.post .text a[rel~="contact"] ,
div.post .text a[rel~="acquaintance"],
div.post .text a[rel~="friend"] {
	background-image:url('../../pics/xfn/contact.gif');
}
/*-------- [ Normal contacts youve met ]--*/
div.post .text a[rel~="contact"][rel~="met"] ,
div.post .text a[rel~="acquaintance"][rel~="met"] ,
div.post .text a[rel~="friend"][rel~="met"] {
	background-image:url('../../pics/xfn/contactMet.gif');
}

/*-------- [ Colleague and co worker icon more important than contact ]--*/
div.post .text a[rel~="colleague"] ,
div.post .text a[rel~="co-worker"] {
	background-image:url('../../pics/xfn/colleague.gif');
}
/*-------- [ Colleague and co worker icon when met ]--*/
div.post .text a[rel~="colleague"][rel~="met"] ,
div.post .text a[rel~="co-worker"][rel~="met"] {
	background-image:url('../../pics/xfn/colleagueMet.gif');
}

/*-------- [ Sweethearts are more important than work!!! ]--*/
div.post .text a[rel~="muse"] ,
div.post .text a[rel~="crush"] ,  
div.post .text a[rel~="date"] ,
a[rel~="sweetheart"] {
	background-image:url('../../pics/xfn/sweet.gif');
}
/*-------- [ ...and if youve met them thats even better ]--*/
div.post .text a[rel~="muse"][rel~="met"] ,
div.post .text a[rel~="crush"][rel~="met"] ,  
div.post .text a[rel~="date"][rel~="met"] ,
div.post .text a[rel~="sweetheart"][rel~="met"] {
	background-image:url('../../pics/xfn/sweetMet.gif');
}


@media print {
  H1, H2, H3,
  H4, H5, H6    { page-break-after: avoid; page-break-inside: avoid }
  BLOCKQUOTE, 
  PRE           { page-break-inside: avoid }
  UL, OL, DL    { page-break-before: avoid }
/* This is the print stylesheet to hide the Flash headlines from the browser... regular browser text headlines will now print as normal */
}
