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

* {
    margin: 0;
    padding: 0;
    border: none;
    list-style: none; 
}

html {

}

div#ism_main {
	display:none;
}

div.description {
  margin:10px;
  padding: 5px;
  border: 1px solid #000000;
}

div.description p {
  margin:12px 0;
  font-size: 90%;
}

div.description img {
  margin:0 0 0 10px;
  font-size: 90%;
}

a, a:visited {
	color: #0066CC;
	text-decoration: none;
}

a.source, a.source:visited {
	color: #FF9933;
}

a:hover {
	color: #003366;	
}

ol li {
	margin: 0 20px 10px 0;
	padding: 3px;
	display: inline-block;
	border: 1px solid #000000;
	width: 440px;
}

body {
  text-decoration: none;
	font-family: arial, sans-serif;
	margin: 0 auto;
	background: url("/images/Gigwall.jpg") repeat fixed 0 0 #413122;
	text-align:center;
	width: 1225px;
}

div#mainpage {
	position: absolute;
	width: 1225px;
}

div#main, div#social, div#footer {
  padding: 10px;
	width: 950px;
	text-align: left;
	margin-left: 125px;
}

div#footer {
    background: #000000;
    color: #FFFFFF;
    font-size: 11px;
    font-weight: bold;
    padding: 30px 10px;
    text-align: center;
}

div#main {
  background: #ffffff;
}

div#social {
	text-align: center;
	margin-bottom: 10px;
	padding-bottom: 2px;
}

h1 {
	text-align:center;
}

.inlineblock h2 {
  background:#001945;
  color:#ffffff;
  text-align: center;
	-moz-border-radius-topright: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-bottomleft: 8px;
	-webkit-border-bottom-left-radius: 8px;
	margin-bottom: 5px;
}

h3 {
	margin-bottom:3px;
	color:#33333;	
}

#homepageblock {
  display:none;
}

#homepageloading {
  text-align: center;
  padding: 75px 0;
}

#homepageloading img {
  width: 100px;
  height: 100px;
  margin: 50px auto;
}

table#lastfm {
	border: 1px solid #D51007;
	border-collapse:collapse;
	font-size: 12px;
	padding: 2px;
	width:450px;
}

table#flickr_badge_uber_wrapper {
	background-color:#CC0066;
	width:675px;
}

table#lastfm th{
	background: #D51007;
	font-size: 15px;
	font-weight: bold;
	color: #ffffff;
}

table#lastfm td {
	padding: 3px;
	font-size: 90%;
}

table#lastfm td a {
	color: #000000;
}

table#lastfm td a:hover {
	color: #D51007;
}

table#lastfm td.date  {
	text-align: right;
}

table#lastfm tr.altrow  {
	background-color: #FFCEC6;
}

div#twitterfollow {
	margin: 10px 0 0 10px;
	float: right;
	text-align: center;
}

div#twitterfeed {
	float: left;
	width: 180px;
}

div#twitterfeed ul li {
	background: #46AAF7;
	margin: 3px;
	padding: 5px;
	font-size: 14px;
	color: #ffffff;
	-moz-border-radius: 5px;
}

div#twitterfeed ul li a.date {
	font-size: 13px;
	color: #FF9933;
}

.facebook {
  text-align:center;  
}

.fb_iframe_widget {
  height: 74px;
  margin: 0 80px;
}

td.more {
	font-weight:bold;
	color: #D51007;
	text-align:right;
}

div#blog a {
	font-size:13px;
	color:#00749E;
}

div#blog li {
	margin-top:5px;
	font-size:11px;
}

#topslider {
	background-color: #555555;
	padding: 5px;
	margin: 5px 0;
	-moz-border-radius-topright: 25px;
	-webkit-border-top-right-radius: 25px;
	-moz-border-radius-bottomleft: 	25px;
	-webkit-border-bottom-left-radius: 25px;	
}

/*---- Monthly Overview --*/

#quickicons, #navigation {
	position: absolute;
	text-align: center;
	color:#ffffff;
	font-weight:bold;

}

#quickicons {
	top: 130px;
	right: 20px;
}

div#businesscard {
	border: 1px solid #666666;
	-moz-border-radius-bottomright: 70px;
	-webkit-border-bottom-right-radius: 70px;
	-webkit-box-shadow: #AAA 15px 5px 16px;
	-moz-box-shadow: #AAA 15px 15px 15px;
	width: 400px;
	display: inline-block;
	height: 230px;
	padding: 10px;
	position: relative;
	margin: 10px 30px 30px 10px;
	vertical-align: top;
}

div#businesscard.summit {
	background: url('/images/summit2.png') no-repeat center;
}

div#businesscard p#bcname {
	font-size: 24px;
	font-weight: bold;
	margin-top: 20px;
}

div#businesscard p#bcname span {
	font-size: 12px;
}

div#businesscard p#bcemail, div#businesscard p#bcskype {
	font-size: 12px;
}

div#businesscard p#bcurl {
	position: absolute;
	bottom: 10px;
	left: 10px;
}

div#businesscard p#bctitle {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 90px;
}

#navigation {
	top: 200px;
	left: 0;
}

#navigation ul li {
	background:#5A22EF;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;


	background-image: -webkit-gradient(linear, 0% 0%, 0% 90%, from(#7549EB), to(#5A22EF));
	background-image: -moz-linear-gradient(#7549EB 0%, #5A22EF 90%);
	-webkit-box-shadow: #AAA 0px 5px 16px;
	-moz-box-shadow: #AAA 0px 5px 16px;

	width:125px;
	margin-bottom: 15px;
	color: #000000;
}

#navigation ul li a {
	color: #ffffff;
	display: block;
	padding: 10px 0;
	text-shadow: 2px 2px 2px #000;
}


ul#icons {
	list-style: none;
	margin: 0; padding: 15px;
	background:#ffffff;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	color: #000000;
}
ul#icons li {
	margin: 10px; padding: 5px;
	position: relative;  /* Set the absolute positioning base coordinate */
	width: 32px;
	height: 32px;
}
ul#icons li img {
	width: 32px; height: 32px; /* Set the small thumbnail size */
	-ms-interpolation-mode: bicubic; /* IE Fix for Bicubic Scaling */
	padding: 5px;
	position: absolute;
	left: 0; top: 0;
}

ul#icons li span{
	padding: 5px;
	position: absolute;
	left: -33px; top: 62px;
	z-index: 20;
	background: #ffffff;
	border: 1px solid #000000;
	width: 94px;
}

#monthlyoverview {
	color: #555555;
}

#messagebox {
	position: fixed;
	bottom: 3px;
	right:  3px;
	width: 200px;
}

#messagebox #newmessage {
	border: 3px solid #555555;
	padding: 5px;
	font-size: 14px;
	background-color: #5A22EF;
	color: #ffffff;
}

#messagebox #newmessage p {
	colour: #5A22EF;
	font-size: 15px;
}


.mobox {
	width: 150px;
	height: 103px;
	background-color: #555555;
	color: #ffffff;
	font-size: 90px;
	text-align:center;
	display: inline-block;
	overflow: hidden;
	margin: 10px 7px 0 0;
	position: relative;
	font-weight: bold;
	-moz-border-radius-topright: 15px;
	-webkit-border-top-right-radius: 15px;
	-moz-border-radius-bottomleft: 15px;
	-webkit-border-bottom-left-radius: 15px;
}

.mobox span {
	font-size: 25px;
	position: absolute;
	top:20px;
	left:0;
}

.mobox span.title {
	font-size: 26px;
	position: absolute;
	top:5px;
	width:100%;
}

.mobox span.hidden {
	display:none;
	font-size: 50px;
	left:20px;
}

#monthlyoverview a {
	font-size:1px;
}

a:hover .mobox {
	background-color: #5A22EF;
	font-size:1px;
	color: #5A22EF;
}

a:hover .mobox span.hidden {
	display: block;
	color: #ffffff;
}

.mbsmall {
	font-size: 68px;
	padding: 10px 0;
	height: 83px;
}

.mobox div {
	position: absolute;
	top: -4px;
	font-size: 22px;
	margin: 0;
	color: #aaaaaa;
}

.mobox div.itype {
	position: absolute;
	top: 83px;
	font-size: 18px;
	right: 0px;
	color: #aaaaaa;
}
.inlineblock {
/*	display: inline-block;         */
  width: 215px;
	padding: 5px;
	margin: 3px 3px;
	-moz-border-radius-topright: 15px;
	-webkit-border-top-right-radius: 15px;
	-moz-border-radius-bottomleft: 15px;
	-webkit-border-bottom-left-radius: 15px;
	border: 2px solid #555555;	
	vertical-align: middle;
}

.box2 {
  width:450px;
}

div.breaker {
	background-color: black;
	height:20px;
	margin: 10px 10px 10px -10px;
	width:610px;
}

div.feedelement {
    width: 212px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid black;
    padding: 5px; 
    margin: 5px;
}

div.Twitter {
  border: 2px solid #f3961c;
  margin-bottom: 20px;
}

div.Twitter:after {
   content:"";
   display:block; /* reduce the damage in FF3.0 */
   position:absolute;
   bottom:-15px;
   left:50px;
   width:0;
   border-width:15px 15px 0;
   border-style:solid;
   border-color:#f3961c transparent;
}

img.foursquare, div.Flickr p img {
  margin:8px;
  width: 200px; 
}

div.feedelement div.source {
	width:25px;
	float:left;
	height: 50px;
}

div.feedelement span {
	font-size: 10px;
}

div#livefilter {
	border:1px solid #000000;
	padding: 8px 8px;
	font-size:12px;
	margin: 5px 0;
}

div#livefilter img
{
vertical-align:middle;
margin: 2px 2px 2px 8px;
}

div.maintweet {
	margin: 10px 5px 10px 5px;
	padding: 0px;
	border: 1px solid ;000000;
}

div.tweetheader {
	float:left;
	Width:250px;
	background: #330066;
	padding: 5px;
	color: #ffffff;
	margin: 2px 0 0px 2px;
}

div.tweetheader img {
	margin: 5px 5px 0 0;
}

div.tweetheader a {
	color: #ffffff;
	text-decoration:none;
}

div.tweetheader a:hover {
	color: #ffffff;
	text-decoration:underline;
}

div.tweetconv {
	float:left;
	padding: 5px;
	width: 680px;
}

span.tweetdetails {
	font-size:10px;
	position: absolute;
	right: 0px;
	top: 0px;
}

div.welshmike {
	font-weight:bold;
	padding-top:5px;
}

div.otheruser {
	padding-top:5px;
}

div.dates {
	font-size:11px;
}
div.dates span {
	float:right;
	passing-left:2px;
}
