@import 'default.css';
@import 'menusystem.css';
@import 'toplayout.css';
@import 'blog.css';
@import 'parser.css';

/*  defaults */
* p {
	color:#222;
}
div#body h1,h2,h3,h4,h5{color:#444;}
div#body p{color:#555;}

/** blog tree **/
div#blog{
	font-size:10pt;
	padding:5px;
	margin-top:10px;
}

ul#blog-bydate{
	list-style-type:none;
	padding:0;
	margin:0;
}
ul#blog-bydate li{
	margin-bottom:5px;
}

div#blog a{
	color:#39F;
	text-decoration:none;
}

/** body content **/
div#side-content{
	float:left;
	margin-top:20px;
	/*border:1px solid red;*/
	width:200px;
}
div#content-body{
	float:left;
	min-height:800px;
	border-left:3px dotted rgb(200,200,200);
	/*border: 1px solid red;*/
	width:710px;
}



/** content styles **/
div#content-body{
	font-size:10pt;
	padding:10px;
	margin-top:2px;
}
div#content-body a{
	text-decoration:none;
	color:#39F;
}



/** login **/
div#login{
	position:absolute;
	width:350px;
	z-index:3;
	margin-left:570px;
	padding-top:3px;
}

div#login div#username, div#login div#username-input{
	float:left;
	font-size:10px;
}

div#login div#username,div#login div#password { padding-left:5px; padding-top:5px; }

div#login input{
	font-size:10px;
}

div#login div#password, div#login div#password-input{
	float:left;
	font-size:10px;
}



div#login div#submit{
	float:left;
	padding:0;
	margin-top:-3px;
	margin-left:5px;
}
div #login div#submit input{
	border:1px solid gray; 
}



div#work-with-me{
	font-size:10pt;
	text-align:center;
	padding:10px;
	border:2px dotted rgb(200,200,200);
	background-color:rgb(230,230,230);
	margin:5px;
}

button#work_with_me{
	margin-top:5px;
	padding:5px;
}

/** apod ***/
div.apod{
	margin:10px;
	padding:10px;
	border:2px dotted #C96;
	min-height:70px;
}
div.apod div.title_{
	border:0px;
	padding-bottom:5px;
	font-weight:bold;
}
div.apod div.image_{
	position:absolute;
	height:50px;
}
div.apod div.desc_{
	position:absolute;
	margin-left:70px;
	width:600px;
}


/** table layouts **/
table#curriculum-vitae,
table#quote,
table.blackred{
	/*background:#F96;*/
	border:1px solid rgb(200,200,200);
	border-collapse:collapse;
}
table#curriculum-vitae img,
table#quote img,
table.blackred#img{
	margin:5px;
}
table#curriculum-vitae td,
table#quote td,
table.blackred td{
	padding:5px;
	border:1px solid rgb(200,200,200);
}
table#curriculum-vitae td.date,
table#quote td.date,
table.blackred td.date{
	background-color:rgb(220,230,255);
	font-weight:bold;
}
table#curriculum-vitae td.date{
	text-align:center;
}
table#quote td.date{
	width:220px;
}
table#curriculum-vitae td.date{
	width:100px;
}
table#curriculum-vitae td.info,
table#quote td.info,
table.blackred td.info{
	background-color:white;
}
table#curriculum-vitae td.info b,
table#quote td.info b,
table.blackred td.info b{
	color:#39C;
}
table#curriculum-vitae td.date{
	font-size:0.8em;
}
