/* screen.css made on Dec 2008. www.ravewarrior.com stylesheet by zufrizal yordan, zy@ravewarrior.com */
/* MEYER RESET */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
body {line-height:1.5;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}

/* BASIC TYPOGRAPHY */

html { font-size: 62.5%; font-family: tahoma, "microsoft sans serif", arial, sans-serif; 
 color:#4a4c42;
}
strong, th, thead td, { font-weight: bold; }
cite, em, dfn { font-style: italic; }
code, kbd, samp, pre, tt, var { font-size: 92%; font-family: monaco, "Lucida Console", courier, monospace; }
del { text-decoration: line-through; color: #666; }
ins, dfn { border-bottom: 1px solid #ccc; }
small, sup, sub { font-size: 85%; }
abbr, acronym { text-transform: uppercase; font-size: 85%; letter-spacing: .1em; }
a abbr, a acronym { border: none; }
abbr[title], acronym[title], dfn[title] { cursor: help; border-bottom: 1px solid #ccc; }
sup { vertical-align: super; }
sub { vertical-align: sub; }

/* QUOTES */

blockquote { border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; color: #666; }
blockquote *:first-child:before { content: "\201C"; }
blockquote *:first-child:after { content: "\201D"; }

/* FORMS */

fieldset { padding:1.4em; margin: 0 0 1.5em 0; border: 1px solid #ccc; }
legend { font-weight: bold; font-size:1.2em; }
label { font-weight: bold; }
textarea, input[type='text'], select { border: 1px solid #ccc; background: #fff; font-family}
textarea:hover, input[type='text']:hover, input[type='password']:hover, select:hover { border-color: #aaa; }
textarea:focus, input[type='text']:focus, input[type='password']:focus, select:focus { border-color: #888; outline: 2px solid #ffffaa; }
input, select { cursor: pointer; }
input[type='text'] { cursor: text; }

/* BASE SIZES */

body { font-size: 1.2em; line-height: 1.6em; 
	background:url(../images/bg_rx.jpg) repeat-x top #e2e3d4;
}
h1 { font-size: 1.9em; }
h2 { font-size: 1.7em; color:#4a4c42; font-family:tahoma, arial, sans-serif; padding-bottom:3px;}
h3 { font-size: 1.5em; }
h4 { font-size: 1.3em; }
h5 { font-size: 1.2em; }
h6 { font-size: 1em; }

#container{
	width:830px;
	margin: 0 auto;
}

#logo{
	margin-top:30px;
	width:235px;
	height:35px;
}

#profile{
	float:right;
	clear:both;
	margin-top:13px;
}

#philosophy{
	height:133px;
	width:689px;
	margin:21px 15px;
}

.prof_en{
	width:106;
	height:16px;
}

a.prof_en:hover{
	border-bottom:1px dotted #34859e;
}

#right-col{
	float:right;
	clear:both;
	margin-top:30px;
	width: 380px;
}

#left-col{
	margin-left:20px;
}

.inside-pad{
	padding:10px;
}
#loading{
	top:400px;
	left:25%;
	background:url(../images/loading.gif) no-repeat; 
	width:47px;
	height:39px;
	position:absolute;
}
#xfade{ 
	width:412px; height:335px; 
	clear:both;
}

#xfade img {
	display:none;
	position:absolute;
	top:270px; 
	margin:auto;
}

#pad-title{
	padding-top:360px;
}

#pad-r{
	padding-top:110px;
}

#footer{
	margin:10px 0px 0px 10px;
	padding:8px;
	font-family:tahoma, sans-serif, arial;
	font-size:0.9em;
	color:#c6c7bd;
	background:url(../images/bg_foot.jpg) repeat-x;
	height:78px;
}

.darker{
	color:#7a7a72;
}

a {
	text-decoration:none;
	color:#6f6f6f;
}


a:hover {
	text-decoration:none;
	color:#444;
}

.fright{
	float:right;
	clear:both;
}

.italic{
	font-style: italic;
}

.align-r{
	text-align:right;
}