@charset "utf-8";
/* CSS Document */

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
}
h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
}

.entry p a:visited {
	color: #b85b5a;
}
.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.commentmetadata {
	font-weight: normal;
}
.postmetadata {
	margin: 30px 0;
}
.smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}
.attachment {
	text-align: center;
	margin: 5px 0px;
}
.postmetadata {
	clear: both;
}
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}

#commentform textarea {
	width: 100%;
	padding: 2px;
}

#commentform #submit {
	margin: 0;
	float: right;
}
.alt {
	margin: 0;
	padding: 10px;
}
	
.commentlist {
	padding: 0;
	text-align: justify;
}

.commentlist li {
	margin1: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}

#commentform p {
	margin: 5px 0;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}

.commentmetadata {
	margin: 0;
	display: block;
}
.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
}
.alignright {
	float: right;
	}

.alignleft {
	float: left
	}





body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
a{
	color:#F778B4;
	text-decoration:none;
}
.pink{
	color:#F778B4;
}
#top{
	background-image:url(../images/main/top.gif);
	background-position:top center;
	background-repeat:no-repeat;
	width:930px;
	padding:25px;
	overflow:auto;
}
#bottom{
	background-image:url(../images/main/bottom.gif);
	background-position:bottom center;
	background-repeat:no-repeat;
	width:980px;
}
#mid{
	width:980px;
	margin:auto;
	background-image:url(../images/main/mid.gif);
	background-repeat:repeat-y;
}
#left_content{
	width:400px;
	float:left;
}
#left_content_wide{
	width:930px;
	float:left;
}
#right_content{
	width:520px;
	float:right;
	margin-top:-4px;
}
#menu{
	margin-top:8px;
	margin-bottom:8px;
	background-image:url(../images/main/menu_bg.gif);
	height:28px;
	padding:3px;
}
#menu_wide{
	margin-top:8px;
	margin-bottom:8px;
	background-image:url(../images/main/wide_menu.gif);
	height:28px;
	padding:3px;
}
.menu_item{
	margin-left:0px;
	margin-right:1px;
	float:left;
}
.menu_item:hover .menu_left{
	float:left;
	background-image:url(../images/main/menu_item_left.gif);
	height:28px;
	width:7px;
}
.menu_item:hover .menu_right{
	float:left;
	background-image:url(../images/main/menu_item_right.gif);
	height:28px;
	width:7px;
}
.menu_item:hover .menu_mid{
	background-color:#F778B4;
	color:#FFFFFF;
}
.menu_item:hover .menu_mid a{
	color:#FFFFFF;
	text-decoration:none;
}



.menu_item_on{
	margin-left:2px;
	margin-right:1px;
	float:left;
}
.menu_item_on .menu_left{
	float:left;
	background-image:url(../images/main/menu_item_left.gif);
	height:28px;
	width:7px;
}
.menu_item_on .menu_right{
	float:left;
	background-image:url(../images/main/menu_item_right.gif);
	height:28px;
	width:7px;
}
.menu_item_on .menu_mid{
	background-color:#F778B4;
	color:#FFFFFF;
}
.menu_item_on .menu_mid a{
	color:#FFFFFF;
	text-decoration:none;
}



.menu_left{
	float:left;
	height:28px;
	width:7px;
}
.menu_right{
	float:left;
	height:28px;
	width:7px;
}
.menu_mid{
	float:left;
	height:20px;
	padding:2px;
	padding-top:6px;
	font-size:13px;
	color:#d1d1d1;
}
.menu_mid a{
	color:#d1d1d1;
}
#content{
	font-size:14px;
	clear:both;
	color:#5e5e5e;
	padding-left:15px;
	padding-right:20px;
	height:530px;
	overflow:hidden;
	font-family:Helvetica, sans-serif;
}
#content_wide{
	font-size:14px;
	clear:both;
	color:#5e5e5e;
	padding-left:15px;
	padding-right:20px;
	height:530px;
	overflow:hidden;
	font-family:Helvetica, sans-serif;
}

#disclaimer{
	color:#666666;
	font-size:10px;
	font-style:italic;
	padding-top:20px;
}

/* Start tables */

.article table, table.article
{
  border-collapse: collapse;
  margin: 1px;
  width:auto;
}

.article table, table.article .article tr, .article th, .article td
{
  background-color:Transparent;
}

.article th, .article td
{
  padding: 10px;
  border: solid 1px #FFFFFF;
  vertical-align: top;
  text-align:center;
}

.article th
{
  text-align:center;
  vertical-align:middle;
  padding: 7px;
}



/* Finish tables */