/* Stylesheet for Groundswell pages
   - Copyright Sami Makelainen, 2003
   - sim@groundswell.fi
*/

A {
	text-decoration: none;
	color: #202060;
	link: #202060;
	vlink: #202060;
}

BODY {
	margin:0px 0px 20px 0px;
	background-color: #F0F0FF;
/*	background-image: url("bg2.jpg");
*/
	background-position: 0% 0%;
	background-attachment: fixed;
	background-repeat:no-repeat;
}


#links {
	font-family:palatino, georgia, times new roman, serif;
	color:#202060;
	font-size:small;
	font-weight:normal;
	letter-spacing: .2em;
	padding:15px;
	text-transform:uppercase;
	padding-left: 120px;
}

#main {
	position:absolute;
/*	background-image: url(/pics/bg_pale.jpg);
	background-position:0 0;
	background-repeat: no-repeat;
	background-attachment: fixed;
	margin-right:225px; */
	margin-top:80px;
	margin-left:100px;
	margin-bottom:20px;
	width:60%;
}

#chapter {
	padding:15px;
	background:#FFF;
	border:1px dotted #AAA;
	margin: 5px;
/*	background-image: url(/pics/bg_pale.jpg);
	background-position:0 0;
	background-repeat: no-repeat;
	background-attachment: fixed;*/
}

#texttitle {
	font-family:palatino, georgia, times new roman, serif;
	font-size: large;
	color: #000;
	border-bottom:1px solid #999;
	margin-bottom:10px;
	font-weight:bold;
}


#title {
	font-family: palatino, georgia, verdana, arial, sans-serif;
	color:#233;
	font-size:x-large;
	font-weight:bold;
	padding:15px;
	padding-left: 120px;
}


.side {
	font-family:verdana, arial, sans-serif;
	color:#333;
	font-size:small;
	font-weight:normal;
/*	background:#FFF;*/
	line-height:140%;
	padding:2px;
}


.sidetitle {
	font-family:palatino, georgia, times new roman, serif;
	color:#666600;
	font-size:small;
	font-weight:normal;
	padding:2px;
	margin-top:30px;
	letter-spacing: .3em;
/*	background:#FFF;*/
	text-transform:uppercase;
}

/*

        #links {
                padding:15px;
                border:1px solid #FFF;
                width:200px;
                float:right;
                font-size: xx-small;
                }
        #links a,
        #links a:link,
        #links a:visited,
        #links a:active,
        #links a:hover {
                font-size: small;
                }

        .syndicate {
                color:#444;
                background:#FFF;
                font-family:verdana, arial, sans-serif;
                font-size:xx-small;
                line-height:140%;
                padding:2px;
                margin-top:15px;
                }


*/

