﻿@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-color: #F1F5F8;
	line-height: 1.5;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 1.5;
}

a:link, a:active, a:visited {
	font-weight: bold;
	color: #698BAE;
	text-decoration: none;
}

a:hover {
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}

.leftShade {
	background-image: url('images/leftShade.gif');
	background-repeat: repeat-y;
	width: 24px;
}

.rightShade {
	background-image: url('images/rightShade.gif');
	background-repeat: repeat-y;
	width: 24px;
}

.menuBG {
	background-image: url('images/menuBG.gif');
	background-repeat: repeat-x;
}

.breadcrumb {
	color: #333333;
	font-weight: bold;
	text-decoration: none;
	vertical-align: middle;
	height: 32px;
}

.breadcrumb a:link, .breadcrumb a:active, .breadcrumb a:visited {
	color: #333333;
	font-weight: bold;
	text-decoration: none;
	vertical-align: middle;
}

.breadcrumb a:hover {
	color: #7D92AE;
	font-weight: bold;
	text-decoration: none;
	vertical-align: middle;
}

.headShade {
	background-image: url('images/blueBG.gif');
	background-repeat: repeat-x;
	height: 32px;
}

.padding {
	padding: 6px;
}

.paddingSml {
	padding-right: 4px;
}

.paddingRight {
	padding-right: 20px;
}

.paddingSmall {
	padding: 2px;
}

.txtbox {
	width: 150px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-color: #F1F5F8;
	border: transparent;
}

.txtboxComment {
	width: 200px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-color: #FFFFFF;
	border: 1px solid #698BAE;
}

.txtboxSml {
	width: 120px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-color: #FFFFFF;
	border: 1px solid #698BAE;
}

.txtboxNoWidth {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-color: #FFFFFF;
	border: 1px solid #698BAE;
	font-weight: bold;
}

.floatRight {
    float: right;
}

.bannerOverlay {
	position: relative;
	z-index: 1000;
	top: 0px;
	width: 814px;
	height: 200px;
}

.bannerCanvas {
	background-image: url(images/banner_4.jpg);
	background-repeat: no-repeat;
	background-color: #7D92AE;
	height: 200px;
	width: 814px;
}

.sponsors {
	background-image: url(images/sponsors/banner_1.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	height: 110px;
	width: 200px;
	vertical-align: middle;
	background-position: center center;
	text-align: center;
}

#flashcontent {
	float: left;
	z-index: 2000;
}

.whiteHead {
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	padding: 6px;
}

ul {
	margin: 0px;
	padding-left: 20px;
}

li {
	margin-left: 2px;
	vertical-align: middle;
}

.blueBG {
    background-image: url('images/topGreyHead.gif');
    background-repeat: repeat-x;
}

.blueColour {
    background-color: #b4c4d6;
}

.lightBlue {
    background-color: #e1e6eb;
}

.sponsorsBG {
    background-color: #f7f7f7;
}

/* Main Grey Block */

.greyTop {
    background-image: url('images/topGreyHead.gif');
    background-repeat: repeat-x;
}

.greyBG {
    background-color: #F2F6F9;
}

.greyHead {
	font-weight: bold;
	color: #666666;
	font-size: 16px;
}

/* Flyouts */

.dropDivRed
{
	position:relative;
	width:160px;
	height:137px;
	padding:10px;
	background-color: #000000;
	vertical-align:top;
}

.flyoutText
{
	width:170px;
	font-weight:bold;
	color: #FFFFFF;
}

.flyoutText a:link, .flyoutText a:active, .flyoutText a:visited
{
	font-weight:bold;
	color: #FFFFFF;
}

.flyoutText a:hover
{
	font-weight:bold;
	color: #ccd7e3;
}

/* Border Block */

.blockTop {
	background-image:url('images/topHead.gif');
	background-repeat: repeat-x;
}

.blockBot {
	background-image:url('images/bottomBorder.gif');
	background-repeat: repeat-x;
	background-position: bottom center;
}

.blockLeft {
	 background-image: url('images/LeftBorder.gif');
	 background-repeat: repeat-y;
}

.blockRight {
	 background-image: url('images/rightBorder.gif');
	 background-repeat: repeat-y;
}

.blockBorderTop {
	background-image: url('images/topBorder.gif');
	background-repeat: repeat-x;
}

.blockHead {
	font-weight: bold;
	color: #666666;
	font-size: 14px;
}

/* Newsletter */

.newsTop {
    background-image: url(images/blockTop.gif);
    background-repeat: repeat-x;
    background-position: top center;
}

.newsBot {
    background-image: url(images/blockBottom.gif);
    background-repeat: repeat-x;
}

.newsLeft {
    background-image: url(images/blockLeft.gif);
    background-repeat: repeat-y;
}

.newsRight {
    background-image: url(images/blockRight.gif);
    background-repeat: repeat-y;
}

/* SubPages */

.subTopBG {
    background-image: url(images/subTop.gif);
    background-repeat: repeat-x;
    height: 35px;
}

.subTopSmlBG {
    background-image: url(images/subTopSml.gif);
    background-repeat: repeat-x;
}

.subBotBG {
    background-image: url(images/subBot.gif);
    background-repeat: repeat-x;
	background-position: bottom center;
}

.subLeftBG {
    background-image: url(images/subLeft.gif);
    background-repeat: repeat-y;
}

.subRightBG {
    background-image: url(images/subRight.gif);
    background-repeat: repeat-y;
	background-position: right center;
}

.GreyBlueBG {
	background-color: #F0F2F5;
}

.subGreyBotBG {
    background-image: url(images/subGreyBot.gif);
    background-repeat: repeat-x;
	background-position: bottom center;
}

.subGreyLeftBG {
    background-image: url(images/subGreyLeft.gif);
    background-repeat: repeat-y;
}

.subGreyRightBG {
    background-image: url(images/subGreyRight.gif);
    background-repeat: repeat-y;
	background-position: right center;
}

.subTopGretBG {
    background-image: url(images/subTopGrey.gif);
    background-repeat: repeat-x;
}

.WhiteBG {
	background-color: #FFFFFF;
}

.subTopHead {
	font-weight: bold;
	color: #333333;
	font-size: 14px;
	text-transform: uppercase;
    height: 35px;
}

.subTopHeadSml {
	font-weight: bold;
	color: #333333;
	font-size: 12px;
	text-transform: uppercase;
}

.subGreyHead {
	font-weight: bold;
	color: #808B99;
	font-size: 14px;
	height: 30px;
	padding-left: 13px;
	text-transform: uppercase;
}

.GreyBorder {
	border-left: 3px solid #E1E6EB;
	border-right: 3px solid #E1E6EB;
}

.GreyBorderTopBot {
	border-top: 2px solid #E1E6EB;
}

.menuSubBG {
	background-image: url('images/subMenuBG.gif');
	background-repeat: repeat-x;
}

/* News */

.news ul {
	margin: 0px;
	padding-left: 20px;
	padding-right: 4px;
	padding-top: 4px;
	padding-bottom: 4px;
}

.news li {
    margin: 0px;
    padding: 0px;
	vertical-align: middle;
	list-style-image: url(images/bullet.gif);
}

/* Footer */

.footerBG {
	background-image: url('images/footerBG.gif');
	background-repeat: repeat-x;
	height: 94px;
	background-color: #e4e7ec;
}

.footer {
	font-size: 10px;
	text-align: center;
	width: 80%;
}

/* Main Menu */

.nav {
    margin: 0;
    padding: 0;
	background-image: url('images/menuBG.gif');
	background-repeat: repeat-x;
    list-style-type: none;
    width: 814px;
    float: left; /* Contain floated list items */
}
.nav ul{
    list-style: none;
}
.nav li {
    margin: 0;
    padding: 0;
    float: left;
}
.nav a {
    float: left;
    line-height: 2.5;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;
	text-align: center;
	vertical-align: middle;
	width: 100px;
	height: 34px;
    border-right: 2px solid #000000;
}
.nav .nav_his a {
    border: none;
}

.nav a:hover {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;
	background-image: url('images/menu_over.png');
	background-repeat: no-repeat;
	background-position: center bottom;
	text-align: center;
	vertical-align: middle;
	height: 34px;
    line-height: 2.5;
}

.body_hom .nav_hom a, .body_med .nav_med a,
.body_gal .nav_gal a, .body_blo .nav_blo a,
.body_spo .nav_spo a, .body_sho .nav_sho a,
.body_his .nav_his a, .body_eve .nav_eve a {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;
	background-image: url('images/menu_over.png');
	background-repeat: no-repeat;
	background-position: center bottom;
	text-align: center;
	vertical-align: middle;
	height: 34px;
    line-height: 2.5;
}

/* Features Menu */

.menu {
    margin: 0;
    padding: 0;
	background-image: url('images/blueSubBG.gif');
	background-repeat: repeat-x;
    list-style-type: none;
    width: 268px;
    float: left; /* Contain floated list items */
    line-height: 1.5;
	vertical-align: middle;
}

.menu li {
    margin: 0;
    padding: 0;
    float: left;
	vertical-align: middle;
}

.menu a:link, .menu a:active, .menu a:visited {
    float: left;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	width: 87px;
	height: 34px;
    border-right: 2px solid #666666;
    text-transform: uppercase;
    font-size: 10px;
}

.menu .menu_lat a {
    line-height: 3;
}

.menu .menu_nat a {
    border: none;
}

.menu .menu_nat a:link,.menu .menu_nat a:active, .menu .menu_nat a:visited, .menu .menu_nat a:hover {
    border: none;
}

.menu a:hover {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	background-image: url('images/menu_over.png');
	background-repeat: no-repeat;
	background-position: center bottom;
	text-align: center;
	vertical-align: middle;
	height: 34px;
    text-transform: uppercase;
    font-size: 10px;
}

/* Sub Menu */

.AspNet-Menu {
	margin: 0;
	padding: 0;
	background-image: url('images/subMenuBG.gif');
	list-style-type: none;
	width: 100%;
	float: left; /* Contain floated list items */
	white-space: nowrap;
}

.AspNet-Menu ul {
	margin: 0;
	padding: 0;
	background-image: url('images/subMenuBG.gif');
	list-style-type: none;
	width: 100%;
	height: 30px;
	float: left; /* Contain floated list items */
}

.AspNet-Menu li {
	margin: 0;
	padding: 0;
	float: left; /* This corrects the */
	width: 100%; /* IE whitespace bug */
}

.AspNet-Menu a {
	display: inline; /* to increase clickable area as a’s default to inline */
	font-weight: bold;
	color: #66768C;
	text-decoration: none;
	padding-left: 30px;
	line-height: 2.5;
	border-left: 3px solid #E1E6EB;
	border-right: 3px solid #E1E6EB;
	background-image: url('images/subMenu_off.png');
	background-repeat: no-repeat;
	background-position: 1px center;
}

.AspNet-Menu a:hover {
	font-weight: bold;
	color: #C4151C;
	background-image: url('images/subMenu_on.png');
	background-repeat: no-repeat;
	background-position: 1px center;
}

.AspNet-Menu-Selected a:link, .AspNet-Menu-Selected a:active, .AspNet-Menu-Selected a:visited {
	background-image: url('images/subMenu_on.png');
	background-repeat: no-repeat;
	color: #C4151C;
	font-weight: bold;
	background-position: 1px center;
}

.AspNet-Menu-Selected a:hover {
	background-image: url('images/subMenu_on.png');
	background-repeat: no-repeat;
	color: #C4151C;
	font-weight: bold;
	background-position: 1px center;
}

ul.AspNet-Menu li a, ul.AspNet-Menu li span {
    height: 30px !important;
}

/* GridView */

.AspNet-GridView-Alternate {
	width: 100%;
    padding: 2px;
}

.AspNet-GridView {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	width: 100%;
	border: 1px solid #e1e6eb;
	padding: 2px;
}

th {
    width: 11%;
    padding: 2px;
    background-color: #b4c4d6;
    text-align: left;
}

thead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	font-weight: bold;
    padding: 2px;
}

/* SubSub Menu */

.subSub {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 100%;
	float: left; /* Contain floated list items */
	background-color: #F0F2F5;
}

.subSub li {
	margin: 0;
	padding: 0;
	float: left; /* This corrects the */
	width: 100%; /* IE whitespace bug */
}

.subSub a {
	display: block; /* to increase clickable area as a’s default to inline */
	font-weight: bold;
	color: #66768C;
	text-decoration: none;
	padding: 0 10px;
	line-height: 2;
}

.subSub a:hover {
	font-weight: bold;
	color: #C4151C;
}

.body_eve .subSub_eve a,
.body_map .subSub_map a, .body_jou .subSub_jou a,
.body_his .subSub_his a, .body_ref .subSub_ref a,
.body_con .subSub_con a {
	color: #C4151C;
	font-weight: bold;
}

/* Tagged Link */

h2 {
    font-size: 13px;
    color: #333333;
    font-weight: bold;
    margin-bottom: 5px;
    margin-top: 5px;
}

h1 {
    font-size: 17px;
    color: #7d92ae;
    font-weight: bold;
    margin-bottom: 5px;
    margin-top: 5px;
}

h1 a:link, h1 a:active, h1 a:visited {
    font-size: 17px;
    color: #7d92ae;
    font-weight: bold;
	text-decoration: none;
}

h1 a:hover {
    font-size: 17px;
    color: #7d92ae;
    font-weight: bold;
	text-decoration: underline;
}

h4 {
    font-size: 12px;
    font-weight: bold;
    margin: 0;
    padding-left: 10px;
}


/*----------------------------
						Menu
----------------------------*/

#menu{
	padding: 5px;
	margin-bottom: 20px;
}

#menu ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu ul li{
	display:inline;
}

#menu ul li a{
	padding: 10px;
	font-size: 11px;
}

#menu ul li a.feed img{
	margin-right: 3px;
	margin-bottom: -2px;
}

/*----------------------------
					 Widgets
----------------------------*/

div#widgetzone{
	padding: 0;
	background: none;
}

div#widgetzone .clear{
	clear: left;
}

#widgetzone .widget ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-transform: capitalize;
}

#widgetzone .widget ul li {
	margin-bottom: 3px;
}

/*----------------------------
					 Blogroll
----------------------------*/

#blogroll ul {
	list-style-type: none;
	margin: 0 0 3px 0;
	padding: 0px;
}

#blogroll ul li ul li a {
	margin-left: 25px;}

#blogroll ul li a img {
	border: none;
	margin-right: 3px;
}

/*----------------------------
					 Posts
----------------------------*/

div.post .text a[href^="http:"] {
	background: url(../../pics/remote.gif) right top no-repeat;
	padding-right: 10px;
    white-space: nowrap;
}

/*----------------------------
			Related Posts
----------------------------*/

#relatedPosts div {
	padding: 5px 10px 10px 10px;
}

#relatedPosts h1 {
	margin: 0 0 10px 0;
}

#relatedPosts a {
	display: block;
	margin-top: 5px;
}

#relatedPosts span {text-indent: 10px;
	font-size: 10px;
}

/*----------------------------
				Recent posts
----------------------------*/

ul.recentPosts li{
	padding-bottom: 10px;
}

ul.recentPosts li a{
	font-weight: bold;
}

ul.recentPosts li span{
	display: block;
	text-indent: 10px;
	text-transform: none;
}

/*----------------------------
			Recent comments
----------------------------*/

ul.recentComments li{
	padding-bottom: 10px;
	text-transform: none;
}

ul.recentComments li a.postTitle{
	font-weight: bold;
}

/*----------------------------
			Social bookmarks
----------------------------*/

.bookmarks {
	text-align: left;
}

.categories, .tags {
	text-align: left;
}

.categories {
	/*margin-left: 10px;*/
	font-weight: bold;
}

.tags {
    font-weight: bold;
}

/*----------------------------
					Comments
----------------------------*/

.comment {
	padding: 3px 10px;
	margin-bottom: 10px;
}

.comment .date {
	font-size: 10px;
	text-align: right;
	margin: 0;
	padding: 3px 0px;
}

.comment .author {
	margin: 0;
	padding: 3px 0px;
}

.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: 90px;
}

.comment cite{
	font-family: Monospace;
	font-style: normal;
}

.comment img.flag {
	position: relative;
	top: 2px;
}

.commentForm {
	padding: 5px;
}

.commentForm label {
	float: left;
	display: block;
	width: 80px;
	margin-top: 4px;
}

.commentForm input {
	width: 300px;
}

.commentForm textarea {
	width: 100%;
	height: 150px;
}

#commentMenu{
	padding: 0;
	margin:0;
	clear:both;
}

#commentMenu li{
	float:left;
	margin:0;
	list-style:none;
	margin-right:5px;
	padding: 3px 8px;	
	cursor:pointer;
	position:relative;
	top: 2px;
}

#commentMenu li.selected{
}

#commentPreview{
	display:none;
	clear:both;
	min-height: 150px;
}

.success {
	color: green;
	font-weight: bold;
}

.commentForm .bbcode {
    font-size:10px;
    float:right;
    position:relative;
    top:20px;
    padding: 3px;
}

.bbcode a {
    margin: 1px;
    padding: 1px 3px 1px 3px;
}

/*----------------------------
					Archive
----------------------------*/

#archive {
	padding: 10px;
}

#archive h1 {
	margin: 0;
	padding-bottom: 9px;
}

#archive h2 {
	padding-bottom: 4px;
	font-size: 12px;
	margin-bottom: 10px;
}

#archive h2 img {
	margin-right: 3px;
}

#archive ul {
	list-style-type: square;
	margin: 0 10px;
	padding: 10px;
}

#archive ul li {
	margin-right: 20px;
}

#archive table{
	width: 100%;	
	border-collapse: collapse;
}

#archive table td, #archive table th{
	text-align:left;
}

#archive table td{
	text-align:left;
	padding: 2px 0;
}

#archive .date{
	width: 70px;
}

#archive .comments{
	width: 70px;
	text-align: center;
}

#archive .rating{
	width: 70px;
	text-align: center;
}

/*----------------------------
					 Search
----------------------------*/

#searchbox {
	margin-top: 5px;
	font-size: 10px;
}

#searchbox input {
	font-size: 10px;
}

#searchbox #searchbutton {
	margin-top: 5px;
	margin-bottom: 5px;
}

#searchbox #searchfield {
	width: 180px;
}

/*----------------------------
			Search on search
----------------------------*/

#searchonsearch {
	padding: 5px 10px;
	margin-bottom: 20px;
}

#searchonsearch h3 {
	margin: 3px;
	font-size: 13px;
}

#searchonsearch ol li {
	margin: 2px 0;
}

/*----------------------------
				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: 19px;
}

.tagcloud a.big {
	font-size: 17px;
}

.tagcloud a.medium {
	font-size: 14px;
}

.tagcloud a.small {
	font-size: 12px;
}

.tagcloud a.smallest {
	font-size: 10px;
}

/*----------------------------
					 Page
----------------------------*/

#page {
	padding: 3px 10px;
	margin-bottom: 20px;
	line-height: 17px;
}

#page h1 {
	/*margin: 3px 0 10px 0;*/
}

#page #admin {
	margin-top: 10px;
	padding: 5px 0;
}

/*----------------------------
					 Calendar
----------------------------*/

#calendarContainer {
	text-transform: capitalize;
	margin: 0 auto;
}

.calendar {
	border: none;
	margin: 0 auto;
}

.calendar .weekend {
}

.calendar .other {
	color: silver;
}

.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;
}

/* smaller star */
.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);
	line-height: 10px;
	height: 10px;
}

/*----------------------------
				Search page
----------------------------*/

#searchpage{
	margin-bottom: 30px;
}

#searchpage input#q{
	width: 300px;
}

#searchpage input#comment{
	clear: both;
}

.searchresult{
	margin-bottom: 20px;
}

.searchresult a{
	font-weight: bold;
}

.searchresult span.text{
	clear: both;
	display: block;
	margin: 3px 0;
}

.searchresult span.type{
	display: block;
}

.searchresult span.url{
}

.searchpage ul.paging{
 list-style-type: none;
 margin:0px;
 margin-bottom: 20px;
 padding:0px;
}

.searchpage ul.paging li{
 display: inline;
 margin-right: 5px;
}

.searchpage ul.paging li a{
 padding: 5px 8px;
}

.searchpage ul.paging li.active{
}

/*----------------------------
			Syntax highlighter
----------------------------*/

.code
{
	font-size: 12px;
	color: black;
	font-family: Consolas, "Courier New", Courier, Monospace;
    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;}

.footer, .bookmarks {
	clear: both;
}

.pubDate {
	float: right;
	color: #7d92ae;
	font-weight: bold;
}

.author, .author a:link, .author a:active, .author a:visited {
    color: #CCCCCC;
	text-decoration: none;
}

.author a:hover {
	text-decoration: underline;
}

hr {
	border-top: 1px solid #7d92ae;
}

#monthList, .year, #categorylist, li #categorylist, #ctl00_Menu1_ulMenu {
    list-style-type: none;
    vertical-align: middle;
    margin: 0px;
    padding: 0px;
}

.open {
    list-style-type: none;
    vertical-align: middle;
    margin: 0px;
    padding: 0px;
}


img {
    border: 0;
}


