/*
 * Title		: main.css
 * Description	: Main stylesheet
 * Author		: Fajar Chandra
 * Date			: 2010.05.25
 */

html, body, div, table {
	font-size: inherit;
	font-family: inherit;
	position: relative;
}

body {
	position: relative;
	background: url('../images/theme/jar-bg.png') no-repeat right bottom;
	background-color: #242424;
	background-attachment: fixed;
	margin: 0;
	font-size: 11px;
	line-height: 18px;
	font-family: "Bitstream Vera Sans", "Verdana",  sans-serif;
	color: #bbb;
	overflow: auto;
}

h1 {
	color: #93e527;
	text-shadow: #222 1px 1px 2px;
	font-size: 18px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	margin-bottom: 0.5em;
}
h1 a:link, h1 a:visited { color: #93e527; }
h1 a:hover { color: #7BD900; text-shadow: #111 1px 1px 2px; }

h3 {
	color: #2794E6;
	/*color: #3287c6;*/
	font-size: 12px;
	margin: 0;
	padding: 0;
	margin-bottom: 0.3em;
	margin-top: 0.8em;
}
h3:first-child { margin-top: 0; }

a { text-decoration: none; }
a:link { color: #e5c627; }
a:visited { color: #e57a27; }
a:hover { color: #CCAB00; }

p { margin: 0; padding: 0; line-height: 1.5em; }

input, textarea {
	font-family: "Trebuchet MS", "Bitstream Vera Sans", sans-serif;
	border: solid 1px #2a2a2a;
	background: rgba(66,66,66, 0.7);
	color: #ddd;
}

input.ui-state-default {
	padding: 2px 6px;
}

.ui-corner-all {
	padding: 2px 6px;
}

.container {
	position: relative;
	width: 900px;
	margin: auto;
}

.hidden { display: none; }

.footnote { font-style: italic; color: #777; }
.footnote a:link { color: #E5CA3E; }
.footnote a:visited { color: #E5873E; }
.footnote a:hover { color: #E5433E; }

.endl { margin-bottom: 0.5em; }
.clear-both { clear: both; }

div.fullcontainer {
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	position: fixed;
	overflow: auto;
}

/* MenuBar */
div#MenuBar {
	position: fixed;
	background: url('../images/theme/menubar-bg.png') no-repeat center center;
	width: 793px;
	height: 32px;
	margin: auto;
	padding: 5px;
	padding-left: 112px;
	top: 15px;
	z-index: 100;
	opacity: 0.8;
	cursor: default;
	font-size: 13px;
}

div.menubarcontainer {
	width: 910px;
}

img#Logo {
	position: absolute;
	left: 13px;
	top: 9px;
	border: none;
}

#MenuBar ul {
	display: inline;
	margin: 0;
	padding: 0;
	padding-left: 10px;
}

#MenuBar ul li {
	display: inline;
	color: white;
	text-shadow: #333333 1px 1px 1px;
	padding: 10px;
	line-height: 32px;
	vertical-align: center;
}

#MenuBar ul li a {
	color: white;
	font-family: "Loma", "Lucida Grande", "Trebuchet MS", sans-serif;
	font-weight: 700;
	text-decoration: none;
	z-index: 100;
}

#MenuBar ul li a:hover {
	color: #9EE490;
	text-shadow: #565656 -1px -1px 1px;
}
/* end - MenuBar*/

/* Content */
div.contentcontainer {
	margin-top: 100px;
	margin-bottom: 40px;
	height: 480px;
}
/*div.titlebox {
	position: absolute;
	border-radius: 20px;
	-moz-border-radius: 20px;
	background: url('../3rdparty/jquery-ui-1.8.1.custom/css/start/images/ui-bg_glass_45_0078ae_1x400.png') repeat-x center center;
	text-shadow: #0078ae -1px -1px 1px;
	font-size: 14px;
	line-height: 16px;
	color: #fff;
	padding: 12px;
	text-align: center;
	cursor: default;
	z-index: 10;
}*/
div.titlebox {
	display: none;
}
div.content {
	font-family: "Trebuchet MS", "Bitstream Vera Sans", sans-serif;
}
div.content-box {
	background: rgba(55,55,55,0.75);
	border: solid rgba(22,22,22,0.3) 4px;
	padding: 16px;
	border-radius: 20px;
	-moz-border-radius: 20px;
	color: #aaa;
}
/* end - Content */

/* ShoutMix */
div#ShoutMix {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 200px;
	border: solid 5px #141414;
	margin: 0;
	padding: 0;
	border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	background: #141414;
	opacity: 0.95;
	-moz-opacity: 0.95;
	color: white;
	font-size: 10px;
	min-height: 13px;
	z-index: 99;
	line-height: 1em;
}

div.shoutmixcontainer {
	position: fixed;
	bottom: 0;
	right: 0;
	width: 100%;
}

div#ShoutMixPanel {
	height: 314px;
	display: none;
	color: #444;
	font-size: 7pt;
	font-style: italic;
	cursor: default;
}

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

div#ShoutMixPanel a:hover {
	color: #888;
}

a#ShoutMixBtn {
	font-size: 8pt;
	padding: 3px 5px;
	width: 190px;
	position: absolute;
	z-index: 2;
	background: #141414;
	cursor: pointer;
}

a#ShoutMixBtn:hover {
	color: yellow;
}
/* end - ShoutMix*/

/* Footer */
div#FooterContainer {
	position: absolute;
	bottom: 0;
	width: 100%;
}

div#Footer {
	font-family: "Bitstream Vera Sans", "Verdana", sans-serif;
	font-size: 10px;
	color: #111;
	position: fixed;
	bottom: 0;
	z-index: -1;
	margin-bottom: 10px;
	cursor: default;
	text-shadow: #464646 1px 1px 1px;
}

div#Footer a {
	color: #111;
	text-decoration: none;
}
div#Footer a:hover {
	color: #222;
	text-shadow: #888 1px 1px 1px;
}
/* end - Footer*/

/* Home */
div#HomeContent {
	position: absolute;
	left: 70px;
	top: 0;
	width: 300px;
}
/* end - Home */

/* About */
div#AboutContent {
	position: absolute;
	right: 70px;
	top: 0;
	width: 300px;
}
div#PlurkContent {
	position: absolute;
	margin: auto;
	margin-left: 70px;
	bottom: 0;
	max-width: 720px;
}
/* end - About */

/* Portfolio */
div#PortfolioContent {
	margin-left: 60px;
	margin-right: 60px;
}
div#PortfolioIntroContent {
	margin-bottom: 20px;
	margin-left: 10px;
	margin-right: 10px;
	float: left;
	width: 330px;
	max-height: 100px;
}
div.portfolio-box {
	float: left;
	width: 155px;
	height: 120px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
	padding: 6px;
	text-align: center;
	vertical-align: center;
}
img.portfolio-img {
	max-width: 155px;
	max-height: 120px;
	border-radius: 10px;
}
div.portfolio-desc {
	position: absolute;
	bottom: 0;
	left: 0;
	background: rgba(22,22,22,0.3);
	border-radius: 0 0 15px 15px;
	color: #0a0a0a;
	text-shadow: #555 1px 1px 1px;
	text-outline: 1px 1px #808080;
	text-align: left;
	padding: 1px 6px;
	max-height: 120px;
	width: 155px;
}
span.portfolio-caption {
	font-weight: bold;
	color: #000;
}
span.portfolio-cat {
	display: block;
}
span.portfolio-year {
	display: inline-block;
}
div.portfolio-desc-more {
	display: none;
}
/* end - Portfolio */

/* Blog */
div#BlogContent {
	margin-left: 60px;
	margin-right: 60px;
	padding-bottom: 40px;
}
div#BlogListContent {
	float: right;
	width: 160px;
}
div.blog-content p {
	padding-bottom: 0.4em;
	padding-top: 0.4em;
	margin-bottom: auto;
	margin-top: auto;
}
div.blog-box {
	width: 520px;
	margin-bottom: 20px;
}

div.blog-box h1 { clear: left; }
/* end - Blog */

/* Contact */
div#ContactContent {
	position: absolute;
	right: 70px;
	top: 0;
	width: 200px;
}
div#ContactFormContent {
	position: absolute;
	left: 70px;
	bottom: 0;
	width: 400px;
}
/* end - Contact */

/* Links */
div#LinksContent {
	position: absolute;
	left: 70px;
	top: 0;
	width: 300px;
}
/* end - Links */
