@charset "UTF-8";
/* CSS Document */
html { 
	min-height: 100%; 
	overflow: scroll;
	margin-bottom: 1px;
}
body {
	background: white;
	text-align: center !important;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #b3b3b3;
	line-height: 18px;
	margin: 30px 0 0 0;
}
a,  a:visited {
	color: #5bb3c9;
	text-decoration: none;
	font-family: "Century Gothic", helvetica, arial;
	font-weight: normal;
	letter-spacing: 1px;
}
a:hover {
	text-decoration: none;
	color: #f18b1e;
}
.clear {
	clear: both;
}
/* General */
.wrapper {
	clear: both;
	text-align: center;
	width: 880px;
	margin: 0 auto;
	position: relative;
}
.header {
	clear: both;
	width: 100%;
}
.logo {
	float: left;
}
.nav {
	text-align: right !important;
	float: right;
	padding: 5px 0;
	width: 400px;
	margin: 10px 0;
}
.nav a {
	display: inline;
	font-size: 16px;
	padding: 0 10px 2px 10px;
	font-family: "Century Gothic", helvetica, arial;
	font-weight: normal;

}
/*
.nav a:hover {
border-bottom: 1px solid #c4c4c4;
}
*/
.nav a.selected {
	font-weight: bold;
}
.nav .sub_nav {
	float: right;
	width: 320px;
	width: 450px;
	margin: 2px 0 15px 0;
	padding: 18px 10px;
	text-align: center;
	background: url(images/selected.png) no-repeat top right;
	height: 20px;
}
.sub_nav a {
	display: inline;
	font-size: 12px;
	padding: 15px 10px 2px 10px;
	font-family: "Century Gothic", helvetica, arial;
	font-weight: normal;
	/*background: #f2f1f1;*/
}
.sub_nav a:hover {
	border: none !important;
}
.sub_nav a.selected {
font-weight: bold;
}
/* Content */
.content {
	clear: both;
	text-align: left;
}
/* 	Tag Cloud */
.tag_cloud {
	clear: both;
	text-align: center;
	width: 50%;
	padding: 10px;
	margin: 0 auto;
}
span {
	margin: 0 6px;
}
.x-large {
	font-size: 140%;
	color: #ccc;
}
.large {
	font-size: 120%;
	color: #a3a3a3;
}
.med {
	font-size: 100%;
	color: #c1c1c1;
}
.small {
	font-size: 90%;
	color: #c8c8c8;
}
.x-small {
	font-size: 85%;
	color: #c4c4c4;
}
/* Content Stuff : Portfolio */
h2 {
	font-family: "Century Gothic", helvetica, arial;
	font-weight: normal;
	font-size: 14px;
	color: #f18b1e;
	text-align: left;
	letter-spacing: 1px;
}
h3 {
	color: #f18b1e;
	font-size: 12px;
	font-family: "Century Gothic", helvetica, arial;
	font-weight: normal;
	margin: 15px 0 3px 0;
	text-align: left;
	letter-spacing: 1px;
}
.portfolio {
	margin: 0 auto;
	width: 630px;
	text-align: center;
}
.portfolio ul {
	text-align: left;
	margin-left: 0px;
	padding-left: 0px;
}
.portfolio li {
	list-style: none;
	background: url(images/bullet.png) -7px -2px no-repeat;
	padding: 2px 0 2px 15px;
}
.portfolio p {
	text-align: left;
	line-height: 18px;
}
.portfolio_rdr {
	margin: 50px 0 0 0;
	font-size: 12px;
}
.portfolio_rdr h3 {
	color: #f18b1e;
	font-size: 12px;
	font-family: "Century Gothic", helvetica, arial;
	font-weight: normal;
	margin: 15px 0 3px 0;
}
.portfolio_rdr a{
	font-family: "Century Gothic", helvetica, arial;
	font-weight: normal;
}
.sitemap {
	text-align: center;
}
.sitemap li {
	padding-top: 10px;
}
.footer {
	margin: 0 auto;
	width: 630px;
	text-align: center;
}
.footer ul {
	margin: 25px 0;
	padding: 0;
}
.footer ul li {
	list-style: none !important;
	padding: 2px 10px;
	display: inline;
}
/*---- open sign --- */
.opensign {
	position: absolute;
	bottom: 100px;
	right: 100px;
	z-index: 100;
}
.opensign a img {
	border: none !important;
}