/*This style sheet governs the overall theme of the site*/

/*Site structure*/

#skipnav {
display:none;
}

#head-wrapper, #main-wrapper {
}

#head-wrapper {
display:none;
}

#main-wrapper {
}

#head-container, #main-container {
}

#main-container {
}

#login {
display:none;
}

#footer {
display:none;
}

#end {
display:none;
}


/*navbar*/
ul#nav {
display:none;
}

/*title*/

#title {
}


#title div.right p {
}

#title h1 {
}

#title div.left {
display:none;
}

div.clear {
	clear: both;
	height: 1px;
	line-height: 0;
	font-size: 0;
}

.picture {
position:relative;
float:right;
border:0px;
border:1px solid #000000;
margin:5px;
}

.picture-right {
position:relative;
float:right;
margin:5px;
}

.picture-left {
position:relative;
float:left;
margin:5px;
}

#sidebar {
display:none;
}

.homepagetext {
display:none;
}

.family-widget, .ad-sense, .post-nav-link {
display:none;
}

#share {
display:none;
}