/*  
Theme Name: xiola
Theme URI: www.xiola.net
Description: custom theme created for www.xiola.net
Version: 1.0
Author: xiola
Author URI: http://www.xiola.net/

	(c) 2005 www.xiola.net
	The CSS, XHTML, and all design elements, layout, and images are protected under copyright law.
	To obtain permission to re-use any of the above referenced elements, please contact xiola by email at xiola@xiola.net
		
*/



body, #page, #content, #header, #sidebar, .narrowcolumn, #footer {
	margin: 0px;
	font-family: "Lucida Sans Typewriter", "Lucida Console", "Courier New", Courier, mono; 
	font-size: 1em;
	padding: 0px;
	}
	
body {
	background-color: #333333;
	color: #000000;
	text-align: center;
	margin: 0px;
	padding: 0px;
	}
	
#page {
	position: relative;
	width: 800px;
	height: 582px;
	margin: 0px auto;   /*for centered*/
/*	margin: 0px 0px;   /*for flush left */
	}

#content {
	width: 540px;
	height: 465px;
	text-align: left;
	overflow: auto;
	margin: 0px 4px;
	position: absolute;
	top: 75px;
	left: 5px;
	z-index: 1;
	}
	
#header {
	width: 550px;
	text-align: left;
	position: absolute;
	top: 0px;
	height: 100px;
	left: 5px;
}

#extrabar {
	position: absolute;
	top: 60px;
	left: 50px;
	width: 200px;
	height: 400px;
	margin: 0px;
	text-align: right;
	background-color: #ffffff;
	}
#sidebar {
	position: absolute;
	top: 65px;
	right: 50px;
	width: 195px;
	margin: 0px;
	text-align: right;
	}
	
#footer {
	text-align: center;
	width: 792px;
	position: absolute;
	left: 4px;
	bottom: 0px;
	}

a, a:link, a:visited {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	}

a:hover, a:active {
	color: #717171;
	font-weight: strong;
	text-decoration: underline;
	}

h1 {
	font-size: 2em;
	font-weight: bold;
	font-family: "Lucida Sans Typewriter", "Lucida Console", "Courier New", Courier, mono; 
}

h2 {
	font-size: 1.5em;
	font-weight: bold;
	}
	
h3 {
	font-size: 1.2em;
	font-weight: bold;
}

hr {
	background-color: #FFCCCC;
	color: #990000;
	height: 1px;
	width: 85%;
}


/*-----------------------------------------------------------------------------*/
/*              HEADER STYLES                                                  */
/*-----------------------------------------------------------------------------*/

#header h1 {
	font-size: 3em; 
	}
#header {
	line-height: .2em;
}
#header .description {
	color: #333333;
	font-style: italic;
	padding-left: 50px;
}

/*-----------------------------------------------------------------------------*/
/*              POST STYLES                                                    */
/*-----------------------------------------------------------------------------*/

small {
	color: #996666;
	font-size: 12px;
	line-height: 0em;
	}
.post {
	text-align: justify;
	font-family: "Courier New", Courier; 
	color: #717171;
	}
.post h2 {
	line-height: 0em;
	}
.postmetadata {
	color: #330000;
	}

.postmetadata a {
	font-weight: lighter;
	color: #996666;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 500px;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	}
/*-----------------------------------------------------------------------------*/
/*              SIDEBAR                                                        */
/*-----------------------------------------------------------------------------*/

#sidebar {
	font-family: "BankGothic LtBT","Bank Gothic", Courier, mono;
	text-transform: uppercase;
	font-size: 1em;
	line-height: 1em;
	color: #333333;
	}

#sidebar .expand {
	display: none;
	}
	
#sidebar a, #sidebar a:link, #sidebar a:visited {
	font-weight: normal;
	color: #FFFFFF;	
	}
	
#sidebar a:hover, #sidebar a:active {
	font-weight: normal;
	color: #FFCCCC;
	text-decoration: underline;
	}
	
#sidebar h2{
	font-size: 1em;
	text-align: left;
	color: #000000;
	}

.sidebarbg, .sidebarbg h2 {
	filter: alpha(opacity=100);
	opacity: 1;
	font-weight: bolder;
	}


#sidebar ul, #sidebar li{
	list-style-type: none;
	list-style-image: none;
	padding-left: 0px;
	filter: alpha(opacity=5100);
	opacity: 1;	
	}


#sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.sidebar_aff {
	padding-left: 50px;
	}
/*-----------------------------------------------------------------------------*/
/*              CALENDAR STYLES                                                */
/*-----------------------------------------------------------------------------*/


#wp-calendar, #wp-calendar caption {
	padding-left: 50px;
	line-height: .7em;
	}

#wp-calendar caption {
	font-weight: bolder;
	}
#wp-calendar #prev{
	text-align: left;
	}
	
/*-----------------------------------------------------------------------------*/
/*              SEARCH STYLES                                                   */
/*-----------------------------------------------------------------------------*/

#sidebar #searchform #s {
	width: 110px;
	height: 1em;
	padding: 0px;
	}
#searchsubmit {
	font-size: .8em;
	}
	

/*-----------------------------------------------------------------------------*/
/*              POST STYLES                                                    */
/*-----------------------------------------------------------------------------*/
.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
.alignright {
	float: right;
	}
	
.alignleft {
	float: left
	}
.postmetadata {
	padding-top: 5px;
	display: inline;
	text-size: 1em;
		}
/*-----------------------------------------------------------------------------*/
/*              FOOTER STYLES                                                  */
/*-----------------------------------------------------------------------------*/

#footer {
	background-color: #CCCCCC;
	font-size: .6em;
	filter: alpha(opacity=75);
	opacity: 0.75;
	}


