/* 
--------------------------------------------------
	TRUSTMEIAMNOTAGEEK.COM CSS DOCUMENT
	Author		: Muswardi
	Created		: November 14, 2008
	Last Update	: December 3, 2008
-------------------------------------------------- 
*/

/* GLOBAL BROWSER RESET */
@import "reset.css";

/* COMMON STYLE */
body {
	background: #fff url(../image/bg.pages.gif) repeat-x;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: #6e6e6e;
	line-height: 20px;
	height: 100%;
}
h1, h2, h3 {
	font-family: Arial, Trebuchet MS, Helvetica, Verdana;
	}
h1 {
	font-size: 34px;
	font-weight: normal;
	color: #333;
	line-height: normal;
	}
h2 {
	font-size: 18px;
	font-weight: normal;
	color: #444;
	line-height: normal;
	margin-bottom: 15px;
	}
h3 {
	font-size: 14px;
	font-weight: bold;
	color: #192220;
	}
h4 {
	font-size: 13px;
	font-weight: bold;
	color: #666666;
	text-align: justify;
	}
a {
	text-decoration: none;
	font-weight: bold;
	color: #0983d1;
}
a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #5e5d3e;
}
a:visited {
	text-decoration: none;
	font-weight: bold;
}
p {
	text-align: justify;	
	}

/* STRUCTURE */
#wrapper {
	background: #fff url(../image/bg_header.jpg) repeat-x;
	height: auto;
}

/* HEADER */
#header {
	margin: 0 auto;
	width: 960px;
	height: 43px;
	overflow: hidden;
	}
#head-left {
	width: 230px;
	height: 43px;
	float: left;
	}
#head-right {
	width: 310px;
	height: 43px;
	float: right;
	}
	
/* MAIN MENU */
#nav {
	margin: 0; padding: 0;
	background: url("../image/navigation.gif") no-repeat;
	width: 310px; 
	height: 43px;
	text-align: right;
    }
#nav span {
    display: none;
    }
#nav li, #nav a {
	height: 43px;
	display: block;
    }
#nav li {
	float: left;
	list-style: none;
	display: inline;
    }
.nav-home {
	width: 55px;
	}
.nav-about {
	width: 50px;
	}
.nav-experiences {
	width: 85px;
	}
.nav-blog {
	width: 40px;
	}
.nav-contact {
	width: 80px;
	}
.nav-home a:hover, body#home .nav-home {
	background: url("../image/navigation.gif") 0px -43px no-repeat;
	}
.nav-about a:hover, body#about .nav-about {
	background: url("../image/navigation.gif") -55px -43px no-repeat;
	}
.nav-experiences a:hover, body#experiences .nav-experiences {
	background: url("../image/navigation.gif") -105px -43px no-repeat;
	}
.nav-blog a:hover, body#blog .nav-blog {
	background: url("../image/navigation.gif") -190px -43px no-repeat;
	}
.nav-contact a:hover, body#contact .nav-contact {
	background: url("../image/navigation.gif") -230px -43px no-repeat;
	}

/* CONTENT */
#content {
	margin: 0 auto;
	width: 960px;
	height: auto;
	overflow: hidden;
	margin-top: 64px;
	}
#content-left {
	width: 217px;
	height: auto;
	float: left;
	margin-right: 25px;
	padding-right: 25px;
	padding-left: 30px;
	border-right: 1px solid #e5e5e5;
	}
#content-right {
	width: 662px;
	height: auto;
	float: left;
	}
#cont-right-01 {
	width: 662px;
	padding-bottom: 50px;
	}
#cont-right-02 {
	width: 662px;
	overflow: hidden;
	}
#cont-right-02-a {
	float: left;
	width: 316px;
	height: auto;
	padding-right: 15px;
	padding-bottom: 50px;
	}
#cont-right-02-b {
	float: left;
	width: 316px;
	height: auto;
	padding-left: 15px;
	}
#cont-right-03 {
	width: 662px;
	}
#twitter_div {
	text-align: left;
	}
	
/* FOOTER */
#footer {
	background: #fff;
	width: 960px;
	height: 30px;
	margin: 0px auto 0px auto;
	overflow: hidden;
	padding-top: 30px;
	}
#footer p {
	text-align: center;
	font-size: 10px;
	}

/* LINKS & NAVIGATION */
.cont-others .submenu {
	width: 250px;
	padding: 0px 0px 0px 0px;
	text-align: right;
	margin-left: 40px;
	}
.submenu ul {
	list-style-type: none;
	padding: 5px 0px 0px 0px;
}
.submenu li {
	display: block;
	padding: 0px 0px 1px 0px;
	font-weight: normal;
}
.submenu a {
	font-weight: normal;
	color: #5e5d3e;
	font-size: 15px;
	text-decoration: none;
	display: block;
	padding: 5px 0px 2px 0px;
}
.submenu a:hover {
	font-weight: normal;
	color: #192220;
	font-size: 15px;
	text-decoration: none;
	display: block;
}
.submenu .active {
	font-weight: normal;
	color: #444;
	font-size: 15px;
	text-decoration: none;
	display: block;
	padding: 5px 0px 2px 0px;
	}

/* FOOTER LINKS */
#foot-home a, #footer a {
	text-decoration: none;
	font-weight: bold;
	color: #e8e8c6;
}
#foot-home a:hover, #footer a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #333;
}
#foot-home a:visited, #footer a:visited {
	text-decoration: none;
	font-weight: bold;
}

/* NEWS TITLE LINKS */
.title-news a {
	text-decoration: none;
	font-weight: normal;
	color: #192220;
}
.title-news a:hover {
	text-decoration: none;
	font-weight: normal;
	color: #5e5d3e;
}
.title-news a:visited {
	text-decoration: none;
	font-weight: normal;
}

/* PDF DOWNLOAD LINKS */
.tc-right ul {
	list-style-image: url(../image/ico.pdf.gif);  
	padding: 0px 0px 0px 20px;
}
.tc-right li {
	padding: 1px 0px 1px 0px;
	font-weight: normal;
}
.tc-right a {
	font-weight: bold;
	color: #5e5d3e;
	font-size: 12px;
	text-decoration: none;
	padding: 0px 0px 5px 5px;
}
.tc-right a:hover {
	font-weight: bold;
	color: #192220;
	font-size: 12px;
	text-decoration: none;

}
.tc-right .active {
	font-weight: bold;
	color: #333;
	font-size: 12px;
	text-decoration: none;
	padding: 0px 0px 5px 0px;
	}