/* @override 
	http://localhost:8888/build-dd-v3/css/dd.css
	http://davedigerati.local/css/dd.css
	http://davedigerati.com/css/dd.css
*/

/* @group DMG- PNG in IE6 */
/* IE6 PNG fix- technically blows the standards but
it's for a justifiable cause */
/*If redeploying make sure to change path in htc to same as below */
img { behavior: url(iepngfix.htc) }
/* @end */

/* @group DMG- UNDO BLUEPRINT */
div, a {font-family: "Lucida Grande", Lucida, Verdana, sans-serif;}
a {text-decoration:none;}
th, td, caption {padding: 0;}
li {list-style-type: none; }
ul, li, ol, dl, dd, dt {margin: 0;}
.box {background-color: transparent;}
h1, h2, h3, h4, h5, h6 {margin: 0;}
p img.right {margin: 0 0 1.5em 1.5em;padding: 0;}
p img.left {margin: 0 1.5em 1.5em 0;padding:0;}
/* @end */

/* @group layout */
body {background: #0880c5 url(/images/background-neutral.png) repeat-x 0 50px;}

.tupperware,
a,
a:link,
a:visited,
a:active {color: #cee6f4;}
a:hover {color: #ffa826;}

h1 {
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1.3em;
	color: #fff;
}

.tupperware {
	position: relative;
}

.glowName {
	background-image: url(../images/davedigerati_glow.png);
	width: 470px;
	height: 500px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -10;
}

.bio {
	height: 432px;
	min-height: 432px;
	background: url(../images/bio_box.png) no-repeat left top;
	z-index: 3;
	margin: 144px 0 0;
}

.mySocNet {
	text-align: right;
	padding-left: 40px;
}

.myID {
	text-align: right;
	margin-top: 36px;
	padding-left: 40px;	
}

.myPic {
	margin-top: 36px;
}
.myPic img 	{	
	border-style: solid;
	border-width: 1px;
	width: 88px;
	height: 88px;
}

.myCompanies {
	text-align: center;
}

.myLocals {
	
}

.copee {color: #0668a1;
	font-size: 0.8em;
	vertical-align: 2px;
}

.latest {
	margin-top: 162px;
	margin-left: 200px;
	z-index: 3;
}

.latestTweetsBox {
	height: 126px;

}

.latestBlogBox {
	margin-top: 18px;
	height: 162px;
}

.titleBox {
	width: 105px;
	height: 18px;
	float: left;
	border-top-width: 1px;
	border-top-style: solid;
	margin-top: -1px;
}

.latestTopper {
	text-align: right;

	border-left-style: solid;
	border-left-width: 1px;
	margin-left: -1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	width: 275px;
	height: 18px;
	display: block;
	float: left;
	padding-right: 5px;
}

.posts {
	
}

/* @end */

/* @group Tweet */
.tweet { }
.tweet_list a {font-style: italic;}
.tweet .tweet_list .tweet_avatar img {vertical-align: middle; }

/* @end */

