/*******************************************************************************
* ballbag.css
* -------------------
* created : October 2nd, 2006
* copyright : GPL version 2
* creator : Bas Kouwenoord
* email : t.b.a
* web : t.b.a.
********************************************************************************
*
* This template is free; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
*******************************************************************************/

/**************************** HTML elements ***********************************/
body, html {
	background: #883F12 url(../img/BG.jpg) repeat-x 50% 0;
	color: #A3610A;
	margin: 0;
	padding: 0px 10px;
	font: 11px "Arial", sans-serif;
}

a {
	color: #000; /* #0066cc; */
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #000; /*#ff6600; */
	text-decoration: underline;
}

/* special markup for the entry title */
h3 {
	margin: 0.2em 0 0.6em 0;
	padding-left: 20px;
	background: #ffffff url(doc.png) no-repeat center left;
	color: #333;
	font-size: 1.8em;
	font-family:  Garamond, Georgia, "Times new Roman",serif;
	font-weight: bold;
}

h5 {
	font-size: 22px;
	margin: 0 0 0 0;
}

h4 {
	font-size: 13px;
	margin: 0 0 0 0;
}

p {
	font: 11px "Arial", sans-serif;
	margin: 0;
}

p img {
	border: 0px solid #000; margin: 3px 6px 0 0;
}

/*********************** STYLE SHEET SPECIFICS ********************************/

/* Clearers */
#cleartop {
	max-width: 900px;
	height: 25px;
	margin: 0 auto;
    background-color: transparent;
    text-align: center;
}

#clearbottom {
	max-width: 900px;
	height: 35px;
	margin: 0 auto;
	padding: 5px;
        font-size: 10px;
        color: #FFF;
        text-align: center;
        line-height: 14px;
	background-color: transparent;
}

#maillist {
	max-width: 900px;
	height: 35px;
	margin: 0 auto;
	padding: 5px;
        font-size: 15px;
        color: white;
        text-align: right;
        line-height: 14px;
	background-color: #A3610A;
}

/* Container */
#container {
	border: 7px solid #FFF;
	max-width: 900px;
	width: expression(document.body.clientWidth > 900? "900px": "auto" );
	margin: 0 auto;
	background-color: #FFF;
}

/* header - holds title and subtitle */
#header {
	width: 100%;
	height: 198px;
	margin: 0;
	padding: 0;
	color: #ffffff;
	background: #A3610A url(../img/header_temp.jpg) no-repeat top center;
	border-bottom: 0px solid #FFF;
}

#left {
	background: transparent;
	position: relative;
	top: 0;
	left: 0;
	width: 200px;
	font-size: 12px "Arial";
	float: left;
	margin: 0;
	padding: 0;
}

#left p, #right p {
	line-height: 1.4em;
	font-size: 11px;
	color: #FFF;
	padding: 0 9px 10px 9px;
}

/* special markup for secondary info headers */
#left h3, #right h3{
	margin: 0;
	padding: 0 0 0 22px;
	font: bold 16px "Arial", sans-serif;
	color: #FFF;
}

/* using different classes to outline the different sections */
.links,  .archives, .about, .search, h3.calendar, .linkdump,
#left .comments, .referrers, .stuff {
	margin: 0em 0 0.5em !important;
	border-bottom: 0px solid #0FD; 
}

.about-box {
	background: #A3610A url(../img/about_bot.jpg) no-repeat bottom center;
	padding: 0px;
	color: #2F446B;
	margin: 10px 0px 0px 0;	
}

.left-box {
	background: #CE8002 url(../img/left_bot.jpg) no-repeat bottom center;
	padding: 0px;
	color: #FFFFFF;
	margin: 10px 0px 0px 0;	
}
.misc {
	border: 1px solid #AAA;
	background-color: #DAE3E8;
	padding: 6px;
	color: #2F446B;
	margin: 10px 5px 10px 15px;	
}

/* attaching background images to the headers */
h3.about {
	background: transparent url(../img/about_top.jpg) no-repeat top center;
	margin: 0 0 0.2em !important;	
	padding: 3px 0 0 7px !important;	
}

h3.left {
	background: transparent url(../img/left_top.jpg) no-repeat top center;
	margin: 0 0 0.2em !important;	
	padding: 3px 0 0 7px !important;	
}


/* main section. This is the main that is used in 3 column layout */
#main {
	background: transparent; 
	max-width: 400px;
	width: expression(document.body.clientWidth > 450? "450px": "auto" );
	font-size: 12px;
	line-height: 16px;	
	margin: 8px 0 0 0;
	padding: 0 10px 0 10px;
	float: left;
}

#main h2 {
	margin: 0;
	padding: 0;
	font: bold 24px "Arial",sans-serif;
	color: #A3610A;
}

#right {
	background: transparent;
	position: relative;
	top: 0;
	left: 0;
	width: 200px;
	font-size: 12px;
	line-height: 16px;
	float: right;
	margin: 0;
	padding: 0;
}

.right-box {
	background: #CE8002 url(../img/right_bot.jpg) no-repeat bottom center;
	padding: 0px;
	color: #FFFFFF;
	margin: 10px 0px 0px 0;	
}


h3.right {
	background: #CE8002 url(../img/right_top.jpg) no-repeat top center;
	margin: 0 0 0.2em !important;	
	padding: 3px 0 0 7px !important;	
}
