/* ......................................................... Reset */

* {
	padding: 0; margin: 0;
}

/* ......................................................... General Styles */

body {
	//font-size:100%;
	font-size: 62.8%;
    line-height:1.75em; /* 16×1.125=18 */
	background-color: #ffffff;
	color: #444444;
	font-family: Helvetica, Arial, Helvetica, sans-serif;
}

/* Container */
#container {
	margin: 0 auto;
	//margin-bottom:15px;
	padding-bottom:25px;
	border: 1px solid #000000;
	border-top: 0px;
	background:url(../i/bg_2.png) no-repeat right top;
	width:800px;	
}

/* Header */
#header {
	position:relative;
	top: 20px;
	left: 20px;	
	background:url(../i/header.png) no-repeat left top;
	width:550px;
	height:150px;
}

#header h1 {
	position:relative;
	top: 0;
	left: -10000px;	
	font-size: 1.2em;
}

/* Navigation */
#nav {
	position: relative;
	background-color: white;
	opacity: 0.7;
	left:30px;
	width: 440px;
	text-align: left;
	font-size: 1.6em;
}

#nav a {
	text-decoration:none;
	font-weight:bold;
	padding: 0 10px 0 0;
	color: #000000;	
}

/* Twitter */
#twitter {
	position:relative;
	float:right;
	background:url(../i/bg_tn.png) left top;
	padding: 15px 0 0 15px;
	font-size: 1.1em;
	width:150px;
	right:25px;
	top:25px;
	<!--[if IE 6]>
	background:url(../i/bg_wt.png) left top;
	<![endif]-->
}

#twitter h1 {
	font-size:1.2em;
	font-weight:bold;
	float:left;
}

#twitter h2 {
	font-size:1.1em;
	font-weight:normal;
	margin: 0;
	padding: 0 15px 0 0;
	float:right;	
}

#twitter h3 {
	font-weight:normal;
	margin: 0;
	padding: 0;
}

#twitter ul{
	padding: 20px 10px 0 0;	
}

#twitter span {
	display:block;	
}

/* Wordpress Sidebar */
#sidebar {	
}

#s { width:100px; }

/* Main */
#main {
	position:relative;
	top:25px;
	left:25px;
	margin-bottom:25px;
	background:url(../i/bg_tn.png) left top;
	line-height:1.3em;
	font-size: 1.2em;
	width: 550px;
	<!--[if IE 6]>
	background:url(../i/bg_wt.png) left top;
	<![endif]-->
}

/* Text */
#text {
	position:relative;
	left:0px;
	text-align:justify;
	/*color:#4c4c4c;*/
	padding: 15px 0 10px 5px;
	width:525px;
}

/* Flash */
.flash {
	position:relative;	
	padding:0 0 25px 0;
	left:62px;
}

a {
	text-decoration:none;
	font-weight:bold;
	padding: 0;
	color: #444444;	
}

p {
	padding: 0 0 10px 0;	
	line-height:175%;
}

h1 {
	font-size: 1.3em;
	color:#444444;	
}

h2 {
	font-size: 1.225em;	
	padding: 20px 0 12px 0;
}

h3 {
	font-size: 1.2em;		
	padding: 0 0 5px 0;
}

h4 {
	font-size: 1.1em;		
	padding: 0 0 5px 0;
}

ul {
	list-style:none;
	padding: 0 0 0 0;	
}

li {
	list-style:none;
	padding: 0 0 2px 0;	
}

img {
	border: 1px solid #000;
	margin: 0 0 25px 0;
}

img.lightbox {
	padding: 0;	
}