/* CSS hover stuff */
li:hover { 
	background: none; 
}
li span {
	display: none;
	}
li:hover span {
	display: block;
	position: absolute; 
	top: auto; 
	left: auto; 
	width: auto;
	color: #000; 
	background: white;
	border: 1px solid black;
	padding: 5px; 
	z-index: 1000;
	text-decoration: none;
	font: 10px Verdana, sans-serif; 
}

a.hover:hover { 
	background: none; 
}
a.hover span {
	display: none;
}
a.hover:hover span {
	display: block;
	position: absolute;
	top: auto; 
	left: auto; 
	width: auto;
	color: #000; 
	background: white;
	border: 1px solid black;
	padding: 5px; 
	z-index: 1000;
	text-decoration: none;
	font: 10px Verdana, sans-serif;
	text-align:left; 
}

/* Page Numbering */
.pages {
	padding: 2px;
}
#thispage {
	padding: 2px 6px;
	border: 1px solid #CAD6E8;
}
.folder h3{
	font-size: 20px;
}
.folder {
	border: 1px solid #dddddd;
	padding: 10px;
	margin-bottom: 10px;
}
.folder p {
	color: #000;
}
.thumbfooter {
	
}
.thumbtitle {
	height: 20px;
	background-color: #dddddd;
	text-align: center;
	margin-bottom: 5px;
	overflow: hidden
}

.thumbimg {
height: 120px;
	text-align: center;
}

.thumbimg img {
	border: 1px solid #556677;
}

.thumb {
	float: left;
	width: 140px;
	height: 180px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	background-color: #ffffff;
	padding: 5px;
	border: 1px solid #556677;
}

#fullimg {
	border: 1px solid black;
}

* {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px
}

html {
	height: 100%;
	padding-bottom: 1px
}

body {
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: 26px 0px;
	background-color: #ffffff;
	font-family: "Verdana [microsoft]", "Arial [monotype]";
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	font-size: 13px;
	line-height: normal;
	color: #334455
}

a {
	color: #0066aa
}

a:hover {
	color: #003366
}

p {
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px
}

h1 {
	font-family: "Georgia [microsoft]", "Arial [monotype]", "Arial [monotype]";
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	font-size: 1.80em;
	line-height: normal
}

h2 {
	font-family: "Georgia [microsoft]", "Arial [monotype]";
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	font-size: 1.50em;
	line-height: normal
}

h3 {
	font-family: "Arial [monotype]", "Arial [monotype]";
	font-style: normal;
	font-variant: normal;
	font-weight: 700;
	font-size: 1em;
	line-height: normal
}

h1, h2, h3 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px
}

code {
	display: block;
	white-space: pre;
	background-attachment: scroll;
	background-repeat: repeat;
	background-position: 0% 0%;
	background-color: #fffff6;
	background-image: none;
	border: 1px solid #eeeedd;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	overflow-x: auto;
	overflow-y: auto;
	margin-top: 1em;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 0px
}

ul, ol {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 1.40em
}

img {
	border-color: #000000;
	border-width: medium;
	border-style: none;
}

img.bordered, .post img {
	background-attachment: scroll;
	background-repeat: repeat;
	background-position: 0% 0%;
	background-color: #ffffff;
	background-image: none;
	padding: 5px;
	border: 1px solid #dddddd;
}

small, .small {
	font-size: 0.80em
}

input.submit {
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-position: 0% 0%;
	background-color: #e9e8e8;
	background-image: url("/templates/winterplain/img/input_submit.gif");
	border-width: 3px;
	border-style: double;
	border-top-color: #cccccc;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #cccccc;
	color: #445566;
	font-family: "Verdana [microsoft]", "Arial [monotype]";
	font-style: normal;
	font-variant: normal;
	font-weight: 700;
	font-size: 0.80em;
	line-height: normal;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px
}

input.submit:hover {
	background-attachment: scroll;
	background-repeat: repeat;
	background-position: 0% 0%;
	background-color: #fcfdfc;
	background-image: none;
	cursor: pointer
}

input#s {
	background-attachment: scroll;
	background-repeat: repeat;
	background-position: 0% 0%;
	background-color: #fcfcfc;
	background-image: none;
	font-family: "Arial [monotype]";
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	font-size: 1.10em;
	line-height: normal;
	border: 1px solid #cccccc;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	width: 150px
}

input#s:hover {
	background-attachment: scroll;
	background-repeat: repeat;
	background-position: 0% 0%;
	background-color: #ffffff;
	background-image: none
}

textarea {
	width: 320px
}

#container {
	width: 90%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-bottom: 0.0em;
	border: 1px solid #eaeae2;
}

#main {
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 8px
}

#main_left {
	width: 79%;
}

#main_right {
	width: 20%
}

#top {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 0px;
	padding-left: 1em;
}

#site_title {
	font-family: "Georgia [microsoft]", "Arial [monotype]";
	font-style: normal;
	font-variant: normal;
	font-weight: 700;
	font-size: 2em;
	line-height: normal;
	color: #556677;
}

#site_description {
	font-family: "Verdana [microsoft]", "Arial [monotype]";
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	font-size: 1em;
	line-height: normal;
	color: #999999
}

.path {
	margin-bottom: 1em;
	background-attachment: scroll;
	background-repeat: repeat;
	background-position: 0% 0%;
	background-color: #f6f8fa;
	background-image: none;
	border-top-color: #e0e5f0;
	border-top-width: 1px;
	border-top-style: solid;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
	color: #667788
}

#nav {
	font-size: 1.10em
}

#nav a {
	color: #364e6d;
	text-decoration: none
}

#nav a:hover {
	text-decoration: underline
}

#nav ul {
	display: inline;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px
}

#nav ul li {
	display: inline;
	list-style-position: outside;
	list-style-type: none;
	list-style-image: none;
	margin-top: 0px;
	margin-right: 8px;
	margin-bottom: 0px;
	margin-left: 8px
}

#nav ul li :hover {
	background-color: #EBEDF0;
}

#main_right .content {
	padding-top: 2px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
	background-attachment: scroll;
	background-repeat: repeat;
	background-position: 0% 0%;
	background-color: #f8f8f3;
	background-image: none;
	border-top-color: #eaeae2;
	border-top-width: 1px;
	border-top-style: solid;
	margin-bottom: 14px
}

#main_right div.content {
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px
}

#sidebar ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px
}

#sidebar li {
	list-style-position: outside;
	list-style-type: none;
	list-style-image: none;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px
}

#footer {
	font-size: 0.90em;
	border-top-color: #e6e6e6;
	border-top-width: 1px;
	border-top-style: solid;
	background-attachment: scroll;
	background-repeat: repeat;
	background-position: 0% 0%;
	background-color: #f6f6f6;
	background-image: none;
	padding-top: 8px;
	padding-right: 12px;
	padding-bottom: 8px;
	padding-left: 12px;
	color: #888888
}

#footer .right a {
	color: #888888;
	text-decoration: none
}

#footer .right a:hover {
	color: #000000
}

a.scrolldown, a.scrollup {
	width: 16px;
	height: 16px
}

a.scrolldown {
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: 0% 0%;
	background-color: transparent;
	background-image: url("/templates/winterplain/img/arrow_down.gif")
}

a.scrollup {
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: 0% 0%;
	background-color: transparent;
	background-image: url("/templates/winterplain/img/arrow_up.gif")
}

a.feed {
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: 0% 0%;
	background-color: transparent;
	background-image: url("/templates/winterplain/img/feed.jpg");
	width: 28px;
	height: 28px;
	margin-top: 20px
}

a.button {
	display: block
}

a.button:hover {
	background-position: 0% 100%
}

.bold {
	font-weight: 700
}

.bordered {
	border: 1px solid #dddddd;
	background-attachment: scroll;
	background-repeat: repeat;
	background-position: 0% 0%;
	background-color: #ffffff;
	background-image: none;
	margin-top: 5px;
	padding: 5px;
}

.clearer {
	clear: both;
}

.left {
	float: left
}

.light, .light a {
	color: #777777
}

.odd {
	background-attachment: scroll;
	background-repeat: repeat;
	background-position: 0% 0%;
	background-color: #f6f6f6;
	background-image: none
}

.post {
	margin-bottom: 1em
}

.post .body {
	margin-bottom: 12px;
	line-height: 1.40em
}

.right {
	float: right
}

span.comment {
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: 0% 50%;
	background-color: transparent;
	background-image: url("/templates/winterplain/img/icon_comment.gif");
	padding-left: 18px
}

span.tag {
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: 0% 50%;
	background-color: transparent;
	background-image: url("/templates/winterplain/img/icon_tag.gif");
	padding-left: 18px
}
