@charset "utf-8";
/* CSS Document */
html{/*background:#f0f3fb url(bg.png) repeat-x;*/height: 100%;margin:0;padding:0;}
body{/*background:transparent url(mike1.png) no-repeat scroll right bottom;*/color:#555555;margin:0;padding:0;font-family: Georgia, serif, helvetica;padding-left:1em;}
a,img{color:#555555;text-decoration:none;outline:none;border:0 none;}
h1{border-bottom:1px dashed #C3C3C3;font-size:4em;margin:0 0 20px;padding:20px 0;width:400px;}
h1 a:hover{background-color:#FFFF99;color:#999999;}
h3{outline:none;border:none;margin:5px 0;font-size:2em;}
h3 a:hover{color:#3762C4;}
ul{padding-left:20px;}
li{list-style-image:none;list-style-position:outside;list-style-type:none;}
#wrapper{/*min-height:650px;min-width:800px;*/padding:10px 30px;}
#accordion{width:400px;font-size:16px;}
#accordion,#h1{/* for IE */filter:alpha(opacity=0);/* CSS3 standard */opacity:0;}
#accordion li{/*margin-bottom:5px;cursor:pointer;*/}

#contactImg{background:transparent url(contact.gif) no-repeat scroll 0 0;display:block;height:27px;padding-left:32px;padding-top:5px;}
#contactImg:hover{background-position: 0 -32px;}

#twitterIcon{background:transparent url(twitter_64.gif) no-repeat scroll 0 0;height:48px;width:48px;display:block;text-indent:-5000px;}
#twitterIcon:hover{background:transparent url(twitter_64.gif) no-repeat scroll 0 -48px;}

#linkedinIcon{background:transparent url(linkedin_64.gif) no-repeat scroll 0 0;height:48px;width:48px;display:block;text-indent:-5000px;}
#linkedinIcon:hover{background:transparent url(linkedin_64.gif) no-repeat scroll 0 -48px;}

#facebookIcon{background:transparent url(facebook_64.gif) no-repeat scroll 0 0;height:48px;width:48px;display:block;text-indent:-5000px;}
#facebookIcon:hover{background:transparent url(facebook_64.gif) no-repeat scroll 0 -48px;}

#lastfmIcon{background:transparent url(lastfm_64.gif) no-repeat scroll 0 0;height:48px;width:48px;display:block;text-indent:-5000px;}
#lastfmIcon:hover{background:transparent url(lastfm_64.gif) no-repeat scroll 0 -48px;}

#flickrIcon{background:transparent url(flickr_64.gif) no-repeat scroll 0 0;height:48px;width:48px;display:block;text-indent:-5000px;}
#flickrIcon:hover{background:transparent url(flickr_64.gif) no-repeat scroll 0 -48px;}

#skypeIcon{background:transparent url(skype_64.gif) no-repeat scroll 0 0;height:48px;width:48px;display:block;text-indent:-5000px;}
#skypeIcon:hover{background:transparent url(skype_64.gif) no-repeat scroll 0 -48px;}

#waveIcon{background:transparent url(google_64.gif) no-repeat scroll 0 0;height:48px;width:48px;display:block;text-indent:-5000px;}
#waveIcon:hover{background:transparent url(google_64.gif) no-repeat scroll 0 -48px;}

#ghibli{background:transparent url(ghibli.jpg) no-repeat scroll 0 0;height:100px;width:100px;display:block;text-indent:-5000px;}
#ghibli:hover{background-position:0 -101px;}

#ffxi{background:transparent url(choco.gif) no-repeat scroll 0 0;height:100px;width:68px;display:block;text-indent:-5000px;}
#ffxi:hover{background-position:0 -100px;}

#wow{background:transparent url(wow.gif) no-repeat scroll 0 0;height:67px;width:100px;display:block;text-indent:-5000px;}
#wow:hover{background-position:0 -67px;}

#acdc{background:transparent url(acdc.gif) no-repeat scroll 0 0;height:43px;width:100px;display:block;text-indent:-5000px;}
#acdc:hover{background-position:0 -43px;}

.myTable{margin-left:20px;}

#aboutme {background:transparent url(info.gif) no-repeat scroll 0 0;height:32px;padding-left:37px;}
#skillsme{background:transparent url(star.gif) no-repeat scroll 0 0;height:32px;padding-left:37px;}
#followme{background:transparent url(rss.gif) no-repeat scroll 0 0;height:32px;padding-left:37px;}
#galleryme{background:transparent url(photo-camera.gif) no-repeat scroll 0 0;height:32px;padding-left:37px;}
#blogme{background:transparent url(notepad.gif) no-repeat scroll 0 0;height:32px;padding-left:37px;}
#contactme{background:transparent url(mail.gif) no-repeat scroll 0 0;height:32px;padding-left:37px;}
#favesme{background:transparent url(favourites.gif) no-repeat scroll 0 0;height:32px;padding-left:37px;}

h3#aboutme.ui-state-active{background-position:0 -32px;}
h3#skillsme.ui-state-active{background-position:0 -32px;}
h3#followme.ui-state-active{background-position:0 -32px;}
h3#galleryme.ui-state-active{background-position:0 -32px;}
h3#blogme.ui-state-active{background-position:0 -32px;}
h3#contactme.ui-state-active{background-position:0 -32px;}
h3#favesme.ui-state-active{background-position:0 -32px;}

#blogframe{display:none;overflow:auto;}

/*
.alt {	background: #FFF;	border: 1px solid #ccc;	color: #666;}
.post {	text-align: justify;	padding: 0 0 20px 0;}
.post hr {	display: block;}
*/
.post-date {	width: 36px;	float: left;	padding: 2px;	margin: 2px 10px 10px 0;	background: url(http://mikesite.me/blog/wp-content/themes/siteground-wp55/images/datebg.jpg) top center no-repeat;	height: 44px;}

/*
.post-month {	font-family: Tahoma, Verdana, sans-serif;	font-size: 11px;	text-transform: uppercase;	color: #FFF;	text-align: center;	display: block;	line-height: 11px;	padding: 6px 0 0 0;	font-weight: normal;}

.post-day {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #666;
	text-align: center;
	display: block;
	line-height: 18px;
	padding: 0;
}

.postmetadata {	clear: left;}

.clr {	clear: both;}
*/
