
/* CSS Document
Name:		Default
Version:	2.1
Website:	Martin Yung Personal
Author:		Martin Yung (http://www.martwebstudio.net)
Date:		2006-10-28
*/


body {
	background: #444 url("bg.gif");
	font-size: 0.9em;
	font-family: "Trebuchet MS", FreeSans, sans-serif;
	margin: 2em auto;
	padding: 0em;
	text-align: center;
}

abbr, acronym {
	border-bottom: 1px dotted #000;
	cursor: help;
}

img { 
	border : 0; 
}


#container {
	background: #fff;
	margin: 0em auto; 				/* to fix centering in Mozilla */
	text-align: left;
	padding: 0em;
	width: 85%;
}


#headerLink {
	padding: 15px 15px 15px 10px;
}

#headerClickArea {
	background: url("logo.gif") left top no-repeat;
	min-width: 380px;
	width: 380px;
	height: 85px;
	position: absolute;
}


#menu {
	background: #f70;
	height: 1.45em;
	overflow: hidden;
	position: relative;
}

#menu ul, #menu li {
	background: #f70;
	height: 1.45em;
	float: left;
	list-style-type: none;
	margin: 0em;
	padding: 0em;
	text-indent: 0em;
}

#menu ul {				/* Menu bar positioning */
	left: 0em;
	position: absolute;
}

#menu li a {
	border-right: 0.07em solid #fff;
	color: #fff;
	display: block;
	font: 1.25em Arial, FreeSans, sans-serif;
	font-weight: 800;
	text-align: center;
	text-decoration: none;
	width: 8.5em;
}

#menu li a:hover {
	background: #e30;
}




.pdf {
	padding: 0em 2em 0em 0em; 
	background-image: url('../../img/pdf.gif'); 
	background-repeat: no-repeat; 
	background-position: right center;
}


#sidebar {
	/*background: #555;*/
	float: right;				/* float the sidebar left/right */
	margin: 0em;
	padding: 0em;
	overflow: hidden;
	width: 28%;
}

#sidebar .verticalmenu {
	background: #eee;
	margin: 1em;
	padding: 0em;
}

#sidebar .verticalmenu H3 {
	background: #ddc;
	border-bottom: 1px solid #fff;
	color: #000;
	font-size: 0.8em;
	margin: 0em;
	padding: 0.4em;
}

#sidebar .verticalmenu ul {
	margin: 0em;
	padding: 0em;
	text-indent: 0em;
} 

#sidebar .verticalmenu li {
	background: #eed;
	border-bottom: 1px solid #fff;
	color: #777;
	font-size: 0.8em;
	text-decoration: none;
	list-style-type: none;
	margin: 0em;
	padding: 0.4em 0em 0.4em 0em;
	text-indent: 0.4em;
	width:100%;
}


#content {
	background: #fff;
	float: left;
	line-height: 1.4em;
	margin: 0%;
	padding: 1%;
	width: 68%;
}


a:link {
	color: #00a;
	text-decoration: underline;
}

a:visited, a:active {
	color: #a0a;
	text-decoration: underline;
}

a:hover {
	color: #a00;
	text-decoration: underline;
}

#content abbr, acronym {
	border-bottom: 1px dotted #000;
	cursor: help;
}

#content h1 {
	color: #f70;
	font: bold 1.5em Arial, Helvetica, FreeSans, sans-serif;
	text-align: left;
	text-decoration: none;
	padding-top: 1.5ex;
}

#content h2 {
	color: #609;
	font-size: 1.25em;
	font-weight: 800;
	text-align: left;
	text-decoration: none;
	border-bottom: 2px solid #ccc;
	padding-top: 1.5ex;
}

#content h3 {
	font-size: 1em;
}

#content p {
	padding-bottom: 1ex;
	text-align: justify;
}

.post-footer {
    font-size: 80%;
    font-style: italic;
}

#footer {
	color: #bbb;
	font-family: Verdana, Arial, Helvetica, FreeSans, sans-serif;
	font-size: 75%;
	margin: 0em auto; 					/* to fix centering in Mozilla */
	padding: 1em;
	width: 85%;							/* width should be the same as the background image */
}

#footer a 
{
    color: #bbb;
}

.buttontip {
	display: none;
	text-transform: none;
}

.smaller {
	font-size: 80%;
}

.clearer { clear: both; }

.hidden { display: none; }

#contact-email {
	direction: rtl;
	text-decoration:none;
	unicode-bidi:bidi-override;
}

#tooltip {
	position: absolute;
	left: -1000px;
	width: 150px;
	border: 1px solid black;
	padding: 2px;
	background-color: #ff9;
	visibility: hidden;
	z-index: 100;
	/*opacity: 0.8;*/
	/*filter:progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);*/
}

.grey {
	color: #777;
}

.rotationBoxItem {
	display: none;
	word-wrap:normal;
}

/*Modal Popup*/

.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=80);
	opacity:0.8;
}

.modalPopup {
	background-color:#ffeedd;
	border-width:2px;
	border-style:solid;
	border-color:Gray;
	padding:5px;
}