
body {
	background-image: url('../img/bg.png');
	background-repeat: repeat;
	background-position: top;
	padding: 8px;
	font-family: Arial;
	color: #555;
	margin: 0px;
}

h1 {
	font-size: 3.5em;
	margin-top: 10px;
	margin-bottom: 7px;
}

h2 {
	font-size: 1.5em;
	color: #666;
	margin-top: 20px;
	clear: both;
}

h3 {
	font-size: 1em !important;
	color: #666 !important;
	margin-top: 20px !important;
	clear: both !important;
}

a img {
	border: none;
}

hr {
	border-bottom: none;
	border-left: none;
	border-right: none;
	border-top: 1px dashed #bcbcbc;
	clear: both;
}

ul {
	list-style: none;
	margin-left: -15px;
}

li a {
	float: left;
	margin-left: 10px;
	width: 120px;
	color: #555;
	padding: 3px;
	text-decoration: none;
	border-bottom: 1px dashed #bbb;
	font-size: 1.3em;
}

li a:hover {
	border-bottom: 1px dashed #222;
	background-color: #eee;
	color: #222;
	cursor: pointer;
}

.submenu {
	color: #8f8f8f;
	font-size: 0.8em;
	font-style: italic;
	font-family: times;
}

.active {
	background-color: #854735;
}

.left {
	float: left;
}

#twitter {
	background-color: #eeeeff;
	padding: 5px;
	font-size: 0.85em;
	color: #222;
	border: 1px solid #ddd;
	margin-top: 11px;
	width: 720px;
}

#twitter a {
	color: #4444ff;
}

.vertical-line {
	position: absolute;
	left: 1100px;
	height: 500px;
	margin-top: -8px;
	padding: 0px;
	background-color: #666;
	width: 30px;
	opacity: 0.6;
	z-index: 1;
}

.vertical-line2 {
	position: absolute;
	left: 1120px;
	height: 520px;
	margin-top: -8px;
	padding: 0px;
	background-color: #888;
	width: 30px;
	opacity: 0.6;
	z-index: 0;
}

.vertical-line3 {
	position: absolute;
	left: 1140px;
	height: 540px;
	margin-top: -8px;
	padding: 0px;
	background-color: #aaa;
	width: 30px;
	z-index: -1;
	opacity: 0.6;
}

.vertical-line4 {
	position: absolute;
	left: 1160px;
	height: 560px;
	margin-top: -8px;
	padding: 0px;
	background-color: #ccc;
	width: 30px;
	z-index: -2;
	opacity: 0.6;
}

.vertical-line5 {
	position: absolute;
	left: 1180px;
	height: 580px;
	margin-top: -8px;
	padding: 0px;
	background-color: #eee;
	width: 30px;
	z-index: -3;
	opacity: 0.6;
}

.content {
	display: block;
	float: left;
	clear: both;
	margin-top: 30px;
	margin-left: 60px;
	font-size: 0.9em;
	color: #333;
	width: 960px;
	min-height: 400px;
}

#social {
	width: 500px;
}

#contact {
	width: 900px;
}

#twitterLink {
	background: url('../img/twitter.png') no-repeat;
}

#linkeinLink {
	background: url('../img/linkedin.png') no-repeat;
}

#googleLink {
	background: url('../img/google.png') no-repeat;
}

#facebookLink {
	background: url('../img/facebook.png') no-repeat;
}

#deliciousLink {
	background: url('../img/delicious.png') no-repeat;
}

#flickrLink {
	background: url('../img/flickr.png') no-repeat;
}

#tumblrLink {
	background: url('../img/tumblr.png') no-repeat;
}

.socialLink {
	padding-left: 40px;
	padding-top: 5px;
	height: 40px;
	width: 210px;
	font-size: 1.1em;
	color: #444;
	text-decoration: none;
	float: left;
}

.socialLink:hover {
	text-decoration: underline;
}

fieldset {
	border: none;
	padding: 0px;
	margin: 0px;
}

label {
	font-size: 1em;
	color: #666;
	margin: 10px;
}

input, textarea {
	display: block;
	font-size: 1.2em;
	font-family: Arial, Verdana;
	padding: 4px;
	margin-left: 10px;
	color: #333;
}

input {
	width: 300px;
}

.submit {
	border: none;
	background-color: #444;
	color: #fff;
	padding: 3px;
	font-size: 1em;
	width: 100px;
	margin-top: 20px;
	float: right;
}

.submit:hover {
	background-color: #999;
	color: #fff;
	cursor: pointer;
}

#footer {
	clear: both;
	font-size: 0.7em;
	color: #666;
}

#footer a {
	color: #666;
}

#contactInfo {
	color: #666;
	font-family: times;
	font-style: italic;
	font-size: 1.1em;
}

#contactInfo a {
	color: #4444ff;
}

.ok {
	padding: 5px;
	margin: 5px;
	width: 99%;
	text-align: center;
	color: #222;
	background-color: #ccffcc;
	font-size: 1em;
}

.error {
	padding: 5px;
	margin: 5px;
	width: 99%;
	text-align: center;
	color: #222;
	background-color: #ffcccc;
	font-size: 1em;
}

.bio1 {
	font-size: 1.3em;
	color: #444;
	width: 680px;
	text-align: justify;
	margin-right: 20px;
	margin-bottom: 5px;
	line-height: 1.2em;
	font-family: Lucida Grande, Arial, Verdana;
}

.bio2 {
	line-height: 1.3em;
	font-size: 1em;
	color: #555;
	width: 680px;
	text-align: justify;
	margin-right: 20px;
	margin-top: 10px;
	font-family: Lucida Grande, Arial, Verdana;
}

.bio1 a,.bio2 a {
	color: #4444ff;
	text-decoration: none;
}

.width49 {
	width: 49%;
}

#data {
	width: 530px;
	float: left;
}

.item {
	width: 120px;
	margin-left: 5px;
	margin-right: 3px;
	float: left;
}

.item .number {
	font-size: 4.5em; 
	color: #99bbff;
	letter-spacing: -11px;
	margin-left: -5px;
	font-weight: bold;
}

.item .text {
	font-size: 1.1em; 
	color: #666; 
	display: block;
	text-align: left;
}

#ido {
	float: left;
	width: 350px;
	margin-left: 20px;
}

.idoitem { 
	display:block;  
	font-size: 1.8em;
	margin-bottom: 18px;
	color: #7a7a7a; 
}

.idoitem2 { 
	display:block;  
	font-size: 1.3em;
	margin-bottom: 7px;
	color: #7a7a7a; 
}

.marked {
	background-color: #efefaa;
	border: 2px solid #fff;
	padding: 3px;
} 
