

body, html
{
    color: #000000;
    font-family: Tahoma, Arial, Helvetica;
    background-color: #132733;
    background-image: none;
}

a:link
{
    color: #0065E2;
}

a:hover, a:active
{
    color: #0065E2;
}

a:visited
{
    color: #0065E2;
}

#masthead
{
    background-image: url(/themes/blogs/paperclip/images/winter-title.jpg);
}

.headermaintitle
{
    color: #735C35;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 14px;
}

#navbar
{
    background-color: #666666;
    background-image: url(/themes/blogs/paperclip/images/winter-nav-background.jpg);
}

#navbar li
{
    background-image: url(/themes/blogs/paperclip/images/winter-nav-bul.gif);
}

#navbar a:link, #navbar a:hover, #navbar a:active, #navbar a:visited
{
    color: #FFFFFF;
}

.pageTitle
{
    color: #006FF7;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 1.8em;
}

.posthead
{
    color: #006FF7;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 1.5em;
}

.posthead a:link, .posthead a:visited, .posthead a:active, .posthead a:hover
{
    color: #006FF7;
}

#leftmenu h3
{
    color: #000000;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 1.1em;
}

#leftmenu
{
    color: #7C95B3;
    font-family: Tahoma, Arial, Helvetica;
}

#leftmenu ul
{
    font-size: .9em;
}

#leftmenu a:link
{
    color: #7C95B3;
}

#leftmenu a:visited
{
    color: #7C95B3;
}

#leftmenu a:active, #leftmenu a:hover
{
    color: #7C95B3;
}

.Tag1 a:link, .Tag1 a:visited, .Tag1 a:active
{
    color: #00108D;
}

.Tag2 a:link, .Tag2 a:visited, .Tag2 a:active
{
    color: #00219E;
}

.Tag3 a:link, .Tag3 a:visited, .Tag3 a:active
{
    color: #0032AF;
}

.Tag4 a:link, .Tag4 a:visited, .Tag4 a:active
{
    color: #0043C0;
}

.Tag5 a:link, .Tag5 a:visited, .Tag5 a:active
{
    color: #0054D1;
}

.Tag6 a:link, .Tag6 a:visited, .Tag6 a:active
{
    color: #0065E2;
}

#masthead
{
    height: 221px;
}


/* Modifications for the note */
#title
{
	left: 58px;
	width: 160px;
	font-size: 10px;
	top: 75px;
}

#title h1
{
	font-size: 15px;
	margin-bottom: 8px;
}

#title div
{
	width: 100px;
	margin: 0 auto 0 auto;
}

/* Modifications for the navigation bar */
#navbar li
{
	text-transform: none;
}

/* Modifications to the body's size */
#masthead
{
	background: transparent url('http://weblogs.asp.net/Themes/Blogs/paperclip/images/winter-title.jpg') no-repeat top left;
	width: 912px;
}

#content
{
	background: white url('http://weblogs.asp.net/blogs/okloeten/Style/blog-background.jpg') no-repeat top right;
	width: 900px;
}

#nav
{
	width: 900px;
}

#main
{
	width: auto;
}

/* Search box positioning */
#Search
{
	margin-top: 150px;
	padding-right: 4px;
}

#Search .searchBox
{
	width: 250px;
	font-size: 1em;
}

/* Welcome box */
#welcome
{
	background-color: #556;
}

/* Text */
p
{
	font-family: Calibri, Tahoma;
}

blockquote
{
	font-style: italic;
	background: url('http://weblogs.asp.net/blogs/okloeten/Style/quote.gif') no-repeat top left;
	text-align: justify;
	padding-left: 25px;
	vertical-align: bottom;
}

h5.posthead
{
	font-variant: small-caps;
	font-family: serif;
}

pre, code
{
	font-size: 0.9em;
	font-family: Consolas, "Courier New", Courier, monospace;
}

pre
{
        border: #cccccf solid 1px;
	background-color: #fcfeff;
	padding: 5px 5px 5px 5px;
}

#navbar li, #navbar a:link, #navbar a:visited, #navbar a:active
{
	padding-top: 8px;
	font-size: 14px;
	font-variant: small-caps;
	background-image: none;
	color: #eef;
}

/* Modifications to the sidebar */
#RecentPosts, #TagSideBar, #NavSideBar, #QuickLinks
{
	visibility: hidden;
	position: absolute;
}