/*
File:			custom.css
Description:	Extra custom styles for within the Windy theme
*/

#footer-widget-area #third {
	width:420px;
}

.format_text a:visited {
	color: #333;
	background: inherit;
	background-image: none;
	text-decoration: underline;
}

div.imgbox_right {
	float: right;
	text-align: center;
	background-color: rgb(224,224,224);
	border: dotted 1px rgb(192,192,192);
	padding: 3px;
	margin: 0px 0px 5px 5px;
}
div.imgbox_left {
	float: left;
	text-align: center;
	background-color: rgb(224,224,224);
	border: dotted 1px rgb(192,192,192);
	padding: 3px;
	margin: 0px 5px 5px 0px;
}
div.imgbox_center {
	text-align: center;
	background-color: rgb(224,224,224);
	border: dotted 1px rgb(192,192,192);
	padding: 3px;
	margin: 5px 0px 5px 0px;
}
div.citebox {
	border: dotted 1px;
	margin: 1em;
	padding: 0.5em;
	background: rgb(212,212,212);
}
div.citebox div.ref {
	font-family: arial, helvetica;
	font-weight: bold;
}
div.citebox div.headline {
	margin-top: 0.5em;
	margin-left: 40px;;
	font-weight: bold;
	font-family: arial, helvetica;
	font-size: 120%;
}
div.citebox div.subline {
	margin-left: 40px;
	font-weight: bold;
	font-family: arial, helvetica;
	font-size: 90%;
}
div.citebox div.image_insert {
	border-top: dotted 1px;
	border-bottom: dotted 1px;
	padding: 0.5em;
	padding-bottom: 0.5em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
div.citebox div.caption {
	font-style: italic;
	font-size: 80%;
}

.rssonly {
	display:none;
}

body {
        background: transparent url(images/water_bg.png) no-repeat ;
        background-position:    bottom left;
}

#header-image	{
	text-align:center;
}

#st_related_posts	{
	font-size:	140%;
	border-top:	dotted 1px rgb(192,192,192);
	border-bottom:	dotted 1px rgb(192,192,192);
}

#footer {
        color:rgb(92,92,92);
//      background-color:       black;
//      opacity:        1;
        margin-top:10px;
        padding:10px 5px 10px 5px;
}

#allPage {
        background:     transparent url(images/img_0260_bg_tree.png) no-repeat;
        background-position:    top right;
}

