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

body {
	background-color: #5B5B5B;
	background-image: url(images/bg.png);
	background-position: bottom right;
	background-repeat: no-repeat;
	background-attachment: fixed;
	margin: 141px 0px 8px 0px;
	
	color: #555555;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}

/* ------ Elements */
a:link, a:visited {
	color: #0099BF;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
					
a:hover, a:active {
	color: #333333;
	outline: none;
}

a:focus {
	outline: none;
}

span.highlight {
	color: #0099BF;
}

/* ------ Header */
div#logo {
	width: 472px;
	height: 141px;
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -450px;
	
	text-align: right;
	vertical-align: bottom;
}

	div#logo a:link, div#logo a:visited {
		color: #5B5B5B;
		font-family: Myriad Pro, Verdana, Arial, sans-serif;
		font-size: 13px;
		text-align: right;
		text-decoration: none;
		
		width: 422px;
		display: block;
		padding: 112px 50px 15px 0px;
	}
	
	div#logo a:hover, div#logo a:active {
		color: #6A6A6A;
	}

div#famlinks {
	background-image: url(../../../images/fambg.jpg);
	background-repeat: repeat-x;
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: 130px;
}

div#famlinks img {
	margin-right: 2px;
}

div#famlinks img#lastfam {
	margin-right: 0px;
}

/* ------ Content */
div#container {
	width: 675px;
	margin: 0 auto;
}
	
	/* ------ Navigation */
	div#nav {
		width: 75px;
		height: 150px;
		margin: 20px 0px 0px 0px;
		
		text-align: right;
		text-transform: capitalize;
		float: left;
	}
	
		div#nav a:link, div#nav a:visited {
			color: #7D7D7D;
			font-family: Myriad Pro, Verdana, Arial, sans-serif;
			font-size: 12px;
			text-align: right;
			text-decoration: none;
			
			display: block;
			padding: 5px 4px 5px 0px;
		}
		
		div#nav a:hover, div#nav a:active {
			color: #0099BF;
			text-align: left;
			text-decoration: none;
			
			background-color: #474747;
			padding: 5px 0px 5px 6px;
		}
	
	div#content {
		width: 525px;
		background-color: #D2D2D2;
		background-image: url(images/contbg.png);
		background-position: bottom;
		background-repeat: no-repeat;
		margin: 0px 0px 0px 75px;
		padding: 0px 0px 75px 0px;
		border: #474747 1px solid;
		
		text-align: left;
	}
	
		div#theBlu {
			border-top: #0099BF 5px solid;
		}
		
		table#theMiddle {
			width: 495px;
			margin: 15px;
		}
		
			td#contBody {
				width: 440px;
			}
			
				/* ------ Posts */
				td#contBody div#post {
					width: 430px;
				}
			
					td#contBody div#post div#title, td#contBody div#post div#title a {
						font-size: 16px;
						font-family: Myriad Pro, Verdana, Tahoma, Arial, sans-serif;
						font-variant: small-caps;
						text-transform: capitalize;
						
						margin:0px;
						margin-top: 25px;
						margin-bottom: 2px;
					}
					
					td#contBody div#post div#date {
						color: #AAAAAA;
					}
					
					td#contBody div#post div#text {
						text-align: justify;
					}
					
						td#contBody div#post div#text span.personalNote {
							font-size: 9px;
							font-style: italic;
							color: #0099BF;
						}
						
						td#contBody div#post div#text span.personalNote a:hover {
							font-size: 9px;
							font-style: italic;
							font-weight: normal;
							
							border: none;
						}
						
					td#contBody div#post div#author {
						float: left;
						
						color: #AAAAAA;
					}
					
					td#contBody div#post div#permalink {
						color: #AAAAAA;
						font-size: 9px;
						text-align: right;
					}
					
						td#contBody div#post div#permalink a:link {
							font-size: 9px;
							text-align: right;
						}
					
					td#contBody div#post div#smlBlue {
						padding-top: 3px;
						border-bottom: #0099BF 1px solid;
					}
					
					ol.commentlist li {
						background-color: #BBBBBB;
						margin-bottom: 5px;
						padding: 3px;
						border: #333333 1px solid;
					}
					
					textarea#comment, input {
						background-color: #DDDDDD;
						border: #999999 1px solid;
						
						color: #666666;
						font-family: Verdana, Arial, Helvetica, sans-serif;
						font-size: 12px;
					}
					
					input#submit {
						background-color: #DDDDDD;
						margin-bottom: 5px;
						border: #333333 1px solid;
					}
			
				td#contBody h3 {
					font-size: 16px;
					font-family: Myriad Pro, Verdana, Arial, sans-serif;
					
					margin: 0px 0px 25px 0px;
				}
				
				td#contBody ul {
					list-style-image: url(images/bullet.gif);
					padding-left: 15px;
				}
				
					td#contBody ul li {
						padding: 0px 0px 5px 0px;
					}
					
				td#contBody ul#noBull {	
					list-style: none;
				}
				
				td#contBody div#prevPost {
					float: left;
				}
				
				td#contBody div#nextPost {
					float: right;
				}
			
			/* ------ Sidebar */
			td#side {
				width: 58px;
			}
			
				div#sidebar {
					width: 0px;
					height: 190px;
					background: url(../../../images/plus.png) 17px 40px no-repeat;
					position: absolute;
					top: 165px;
					left: 50%;
					margin-left: 203px;
					border-right: #0099BF 2px solid;
					border-left: #AAAAAA 1px dashed;
					padding-left: 58px;
					overflow: hidden;
					
					text-align: left;
				}
				
					div#sidebar p {
						margin-top: 0px;
					}
					
					div#sidebar h4, div#sidebar a {
						width: 150px;
						height: 14px;
						margin: 0px 0px 0px 3px;
						padding: 1px 0px 1px 2px;
						
						font-size: 10px;
						text-align: left;
					}
					
					div#sideInfo ul { list-style-type: none; margin: 5px ; padding: 0; }
					div#sideInfo ul li { list-style-type: none; margin: 0 0 0px 0; padding: 0; }
					div#sideInfo ul li ul { list-style-type: square; margin: 0px; padding: 0 0px; }
					div#sideInfo ul li ul li { list-style-type:none; padding: 0px 0px 0px 0px; border: 0; margin: 0;  }
				
				div#sidebar:hover {
					width: 130px;
					height: 350px;
					background: #D2D2D2 none;
					overflow: visible;
					border-right: #0099BF 3px solid;
					padding-left: 0px;
					z-index: 100;
				}
				
				div#sidebar li#contacts {
					padding-top: 5px;
				}
				
				div#sidebar li#contacts a {
					padding: 0px;
				}
	
	/* ------ Footer */
	div#bnav {
		width: 75px;
		margin-bottom: -113px;
		float: right;
		position: relative;
		bottom: 125px;
		
		text-align: left;
		text-transform: capitalize;
	}
	
		div#bnav a:link, div#bnav a:visited {
			color: #6A6A6A;
			font-family: Myriad Pro, Verdana, Arial, sans-serif;
			font-size: 12px;
			text-align: left;
			text-decoration: none;
			
			display: block;
			padding: 0px 0px 5px 5px;
		}
		
		div#bnav a:hover, div#bnav a:active {
			color: #7D7D7D;
		}
		
div#copyright {
	position: fixed;
	bottom: 2px;
	right: 0px;
	
	color: #6A6A6A;
}

/* Wordpress Styles */

.aligncenter, div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   border: #BBBBBB 1px solid;
   text-align: center;
   background-color: #E3E3E3;
   padding-top: 5px;
   margin: 5px;
   -moz-border-radius: 3px;
   -webkit-border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 9px;
   padding: 0 4px 5px;
   margin: 0;
}