@charset "UTF-8";
/* CSS Document */

/* Imports
----------------------------------------*/
@import url("scripts/reset.css");
@import url("scripts/contactform.css");
@import url("tweet/jquery.tweet.css");

/*-- global properties --*/
body {
	background-color: #FFFFFF;
	background-image: url(img/bkgd.png);
	background-repeat: repeat;
	height:0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

body,td,th {
	font-family: 'Molengo', Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #101010;
}

a { font-family: 'Kreon', Georgia, "Times New Roman", Times, serif; font-weight:bold;}
a:link, a:visited, a:active { color: #3d5eab;}
a:hover { color: #757679;}

b {font-family: 'kreon', "Times New Roman", Times, serif; color:#3d5eab; font-weight:bold;}
strong {font-family: 'kreon', "Times New Roman", Times, serif; color:#3d5eab; font-weight:bold;}
small {font-size:5px; line-height:5px;}

.blue {color: #3d5eab;}
.grey {color: #757679;}


h1 { font-family: 'Kreon', Georgia, "Times New Roman", Times, serif; font-weight:bold; display:block; color:#3d5eab; margin: 0px 0px 10px 0px; font-size: 18pt; text-shadow:0px 1px 3px #fff;}
h2 { font-family: 'Kreon', Georgia, "Times New Roman", Times, serif; display:block; color:#3d5eab; margin: 0px 0px 10px 0px; font-size: 14pt; text-shadow: #666633 0.1em 0.1em 0.2em;}
h3 { font-family: 'Kreon', Georgia, "Times New Roman", Times, serif; display:block; color:#3d5eab; margin: 0px 0px 10px 0px; font-size: 12pt; text-shadow: #666633 0.1em 0.1em 0.2em;}
h4 { font-family: 'Kreon', Georgia, "Times New Roman", Times, serif; display:block; color:#3d5eab; margin: 0px 0px 10px 0px; font-size: 10pt; text-shadow: #666633 0.1em 0.1em 0.2em;}
h5 { font-family: 'Kreon', Georgia, "Times New Roman", Times, serif; display:block; color:#3d5eab; margin: 0px 0px 10px 0px; font-size: 8pt; text-shadow: #666633 0.1em 0.1em 0.2em;}
h6 { font-family: 'Kreon', Georgia, "Times New Roman", Times, serif; display:block; color:#3d5eab; margin: 0px 0px 10px 0px; font-size: 7pt; text-shadow: #666633 0.1em 0.1em 0.2em; }


/*-- navigation --*/
#twitter{ display: block; width: 51px; height: 51px; background: url("img/twitter.png") no-repeat 0 0; float:left; margin:11px 7px 0px 7px;}
#twitter:hover { background-position: 0 -52px; }
#twitter span { display: none;}

#linkedin{ display: block; width: 51px; height: 51px; background: url("img/linkedin.png") no-repeat 0 0; float:left; margin:11px 7px 0px 7px;}
#linkedin:hover { background-position: 0 -52px; }
#linked span { display: none;}

#facebook{ display: block; width: 51px; height: 51px; background: url("img/facebook.png") no-repeat 0 0; float:left; margin:11px 7px 0px 7px;}
#facebook:hover { background-position: 0 -52px; }
#facebook span { display: none;}

#blogger{ display: block; width: 51px; height: 51px; background: url("img/blogger.png") no-repeat 0 0; float:left; margin:11px 7px 0px 7px;}
#blogger:hover { background-position: 0 -52px; }
#blogger span { display: none;}

#google{ display: block; width: 51px; height: 51px; background: url("img/google.png") no-repeat 0 0; float:left; margin:11px 7px 0px 7px;}
#google:hover { background-position: 0 -52px; }
#google span { display: none;}

#dribbble{ display: block; width: 51px; height: 51px; background: url("img/dribbble.png") no-repeat 0 0; float:left; margin:11px 7px 0px 7px;}
#dribbble:hover { background-position: 0 -52px; }
#dribbble span { display: none;}


/*-- layout --*/
#container {
	position:relative;
	width:975px;
	margin-left:auto;
	margin-right:auto;
	padding-left:120px;
	margin-top:50px;
	border:#CC99FF solid 0px;
	background: transparent;
	clear:both;
}

#social_media {background:url(img/topBG.png) repeat-x; height:100px; padding: 15px 0px 0px 0px; clear:both; width:100%;}
#content_container {width:900px; float:right; }
	
#footer {
	margin-bottom:0px;
	background:#666666 url(img/topBG.png) repeat-x;
	width:100%;
	height:60px;
	padding:15px 0px 15px 0px;
	text-align:right;
	bottom: 0px;
}


/*-- classes --*/
.huge {font-family: 'Kreon', Georgia, "Times New Roman", Times, serif; display:inline-block; font-size:68px; float:left; margin: 0px 15px 15px 0px; text-shadow: #ffffff -2px -2px 1px;}
.thumb {
	margin:3px;
	padding:2px;
    border:2px solid #757679;
    background-color:#ffffff;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 1px 1px 2px #666633;
	-webkit-box-shadow: 1px 1px 2px #666633;
	box-shadow: 1px 1px 2px #666633;
}

.newthumb {
	margin:3px;
	padding:2px;
    border:2px solid #3d5eab;
    background-color:#ffffff;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 1px 1px 2px #666633;
	-webkit-box-shadow: 1px 1px 2px #666633;
	box-shadow: 1px 1px 2px #666633;
}

#qrcode{ display: block; width: 200px; height: 180px; background: url("img/qrcode_double.png") no-repeat 0 -180px; float:left; margin:0 0 20px 0;}
#qrcode:hover { background-position: 0 0; }
#qrcode span { display: none;}






/*-- floating menu --*/
#floatMenu {
	position:absolute;
	top:170px;
	left:0px;
	margin-left:0px;
	width:250px;
	z-index:20;
	display:block;
}

#floatMenu ul {
		margin-bottom:20px;
}

#floatMenu ul li a {
		display:block;
		border:1px solid #999;
		background-color:#222;
		border-left:6px solid #999;
		text-decoration:none;
		color:#ccc;
		padding:5px 5px 5px 25px;
}

#floatMenu ul li a:hover {
		color:#fff;
		background-color:#333333;
}

#floatMenu ul.menu1 li a:hover {
		border-color:#09f;
}

#floatMenu ul.menu2 li a:hover {
		border-color:#9f0;
}

#floatMenu ul.menu3 li a:hover {
		border-color:#f09;
}

#nav2{ display: block; width: 250px; height: 70px; background: url("img/me_nav/nav2.png") no-repeat 0 0; float:left; margin:0;}
#nav2:hover { background-position: 0 -70px; }
#nav2 span { display: none;}

#nav3{ display: block; width: 250px; height: 78px; background: url("img/me_nav/nav3.png") no-repeat 0 0; float:left; margin:0;}
#nav3:hover { background-position: 0 -78px; }
#nav3 span { display: none;}

#nav4{ display: block; width: 250px; height: 76px; background: url("img/me_nav/nav4.png") no-repeat 0 0; float:left; margin:0;}
#nav4:hover { background-position: 0 -76px; }
#nav4 span { display: none;}

#nav5{ display: block; width: 250px; height: 46px; background: url("img/me_nav/nav5.png") no-repeat 0 0; float:left; margin:0;}
#nav5:hover { background-position: 0 -46px; }
#nav5 span { display: none;}






/*-- feeds --*/
/* Twitter */
#twitter_update_list {
	width: 260px;
	padding: 0;
	overflow: hidden;
	font-weight:normal;
}

#twitter_update_list li {
	padding-bottom: 3px;
	padding-top: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	width: 260px;
	list-style: none;
}

#twitter_update_list li a {
	font-family: 'Kreon', Georgia, "Times New Roman", Times, serif; font-weight:bold;
	color: #3d5eab;
	text-decoration: none;
}

#twitter_update_list li a:hover {
	color: #757679;
}

/*-- feed burner --*/
.feedburnerFeedBlock ul {
	margin-left:0;
	padding-left:0;
	list-style-type: none;
	width:260px;
}

.feedburnerFeedBlock ul li {
	padding-bottom: 2px;
	padding-top: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	width: 260px;
}

.feedburnerFeedBlock ul li span.headline a {
	font-family: 'Kreon', Georgia, "Times New Roman", Times, serif; font-weight:bold;
	color: #3d5eab;
	text-decoration: none;
	display: block;
	margin-bottom:-2px;
	margin-left:-5px;
}

.feedburnerFeedBlock ul li span.headline a:hover {
color: #757679;
}

.feedTitle { display:none;}

#creditfooter {
display: none;
}

