html {
	padding: 0px;
	margin: 0px;
}


body {
	text-align: center;
	font-family: Verdana, sans-serif;
	font-size: medium;
	line-height: 1.5em;
	color: #000000;
	background: url('/images/bkg-sml.png') repeat top left;
}

body #IE7Root {
	font-size: medium;
}

#wrapper {
	border: 1px solid gray;
	width: 970px;
	padding: 5px;
	margin: 0px auto;
	background: #FFFFFF;
}

#sitetop {
	float: left;
	height: 300px;
}

#sitetitle {
	font-family: sans-serif;
	width: 700px;
	float: left;
	font-size: 2.5em;
	text-align: left;
	padding: 5px 5px;
	display: inline;
}

#IE7Root #sitetitle {
	font-size: 2.3em;
	padding: 5px;
	margin: 5px;
}

#sitelinks {
	float: right;
	font-size: 1.0em;
	text-align: center;
	margin: auto;
}

#IE7Root #sitelinks {
        font-size: 1.0em;
}

#sitelinks a {
	margin: 5px;
	padding: 3px;
	text-decoration: none;
	font-weight: bold;
	color: black;
}

#sitelinks a:hover {
	background: gray;
	color: white;
}

#sitelinks a:active {
	background: gray;
	color: white;
}

#header {
	clear: both;
}

#content .column {
	position: relative;
}

#mycontent {
	float: left;
	width: 470px;
	text-align: left;
	padding: 5px;
	display: inline;
        margin-right: 5px;
}

#textcontent {
	float: left;
}

#usercontent {
	text-align: left;
	float: right;
	padding: 5px;
	width: 470px;
	display: inline;
        margin-left: 5px;
}

#bloglist {
	font-size: .75em;
	list-style: none;
}

#bloglist a {
	margin: 5px;
	padding: 3px;
	text-decoration: none;
	font-weight: bold;
	color: black;
}

#bloglist a:hover {
	color: white;
	background: gray;
}

#blognav {
	text-align: center;
}

#blognav a {
	color: gray;
	font-weight: bold;
	text-decoration: none;
}

#blognav a:hover {
	color: white;
	background: gray;
}

#typetitle {
	font-size: 1.5em;
	font-weight: bold;
}

#bbcode {
	font-size: .75em;
	font-style: italic;
	width: 60%;
	color: gray;
	margin-left: 40%;
	border: 1px dotted black;
}

#gallerydescription {
	text-align: left;
	font-size: .95em;
}

#imagecaption {
	font-style: italic;
	font-weight: bold;
	color: gray;
}

dt {
	font-weight: bold;	
}

.comment {
	border: 1px dotted gray;
	padding: 5px;
}

.bloghead {
	text-align: center;
	margin: auto;

}

.blogtitle {
	display: block;
	text-align: center;
	font-weight: bold;
}

.blogdetails {
	font-style: italic;
	color: gray;
	font-size: .75em;
}

.tagline {
	color: gray;
	font-style: italic;
	font-size: .75em;
}

.smaller {
	font-size: .75em;

}
