/* @group General */

body {
	margin: 0px;
	background-color: #232323;
	font-family: "Lucida Grande", Verdana, Sans-Serif;
	text-align: center;
}

img, div, input {
    behavior: url("iepngfix.htc")
}

img {
	border: 0px;
}

.bordered {
	padding: 6px;
	border: 1px solid #ccc;
}

a {
	text-decoration: none;
}

.linkBlue {
    color: #6086BE;
}

a:hover {
	text-decoration: underline;
}

#masterContainer {
	position: absolute;
	left: 50%;
	margin-left: -432px;
	width: 864px;
}

#doodads {
	position: relative;
	width: 800px;
	margin: 0 auto;
	z-index: 10000;
}

.doodad {
	z-index: 10000;
}

.doodad.stylus {
	width: 74px;
	height: 197px;
	position: absolute;
	left: -85px;
	top: 20px;
	background: url('http://www.pixelsage.com/index/images/doodad-stylus.png') no-repeat;
}

.doodad.nametag {
	width: 116px;
	height: 230px;
	position: absolute;
	left: -116px;
	top: 360px;
	background: url('http://www.pixelsage.com/index/images/doodad-nametag.png') no-repeat;
}

.doodad.shuffle {
	width: 138px;
	height: 129px;
	position: absolute;
	right: -61px;
	top: 30px;
	background: url('http://www.pixelsage.com/index/images/doodad-shuffle.png') no-repeat;
}

.doodad.shuffleWire {
	width: 64px;
	height: 390px;
	position: absolute;
	right: -64px;
	top: 159;
	background: url('http://www.pixelsage.com/index/images/doodad-shuffleWire.png') no-repeat;
}

.doodad.clip {
    display: none;
	width: 43px;
	height: 65px;
	position: absolute;
	right: 195px;
	top: 110px;
	background: url('http://www.pixelsage.com/index/images/doodad-clip.png') no-repeat;
}

.doodad.dAplushie {
	width: 147px;
	height: 236px;
	position: absolute;
	right: -60px;
	top: 400px;
	background: url('images/doodad-dAplushie.png') no-repeat;
}

.doodad.ruler {
	width: 211px;
	height: 140px;
	position: absolute;
	right: -56px;
	top: 650px;
	background: url('images/doodad-ruler.png') no-repeat;
}

.doodad.motorcyke {
	width: 266px;
	height: 244px;
	position: absolute;
	left: -253px;
	top: 700px;
	background: url('images/doodad-motorcyke.png') no-repeat;
}

.doodad.vault {
	width: 230px;
	height: 234px;
	position: absolute;
	left: -200px;
	top: 500px;
	background: url('images/doodad-vault.png') no-repeat;
}

.doodad.iPhone {
	width: 206px;
	height: 395px;
	position: absolute;
	right: -165px;
	top: 90px;
	background: url('images/doodad-iPhoneAnigma.png') no-repeat;
}

#container {
	position: relative;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#container .top {
	float: left;
	width: 800px;
	height: 78px;
	margin-top: 20px;
	background: url('http://www.pixelsage.com/index/images/container-top.png') no-repeat bottom;
}

#container .middle {
	float: left;
	width: 800px;
	background: url('http://www.pixelsage.com/index/images/container-middle.png') repeat-y;
	margin: 0;
}

#container .bottom {
	float: left;
	width: 800px;
	height: 30px;
	background: url('http://www.pixelsage.com/index/images/container-bottom.png') no-repeat top;
}

#container .top #logo {
	position: absolute;
	top: 22px;
}

/* @end */

/* @group Main */

#main {
	float: left;
	width: 570px;
	min-height: 460px;
	margin-left: 10px;
}

#main .navigation {
	height: 22px;
	padding-top: 5px;
	padding-left: 6px;
	font-size: 14px;
}

#main .navigation .navItem{
	height: 20px;
	float: left;
	width: 112px;
	padding-top: 2px;
	background: url('http://www.pixelsage.com/index/images/navigation-blank.png') no-repeat;
	text-align: center;
}

#main .navigation .navItem.selected{
	width: 112px;
	background: url('http://www.pixelsage.com/index/images/navigation-selected.png') no-repeat;
}

#main .navigation .navitem a{
	color: white;
}

#main .navigation .navitem.selected a{
	color: #344967;
}

#main .top {
	height: 10px;
	width: 570px;
	margin-top: 0;
	margin-bottom: 0;
	background: white url('http://www.pixelsage.com/index/images/main-top.png') no-repeat;
}

#main .middle {
	width: 570px;
	background: white;
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
	background: white url('http://www.pixelsage.com/index/images/main-bottom.png') no-repeat bottom;
}

#main .bottom {
	width: 570px;
	height: 10px;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
	background: white url('http://www.pixelsage.com/index/images/main-bottom.png') no-repeat;
}

#main .post {
	padding-top: 10px;
	padding-left: 25px;
	padding-right: 25px;
}

#main .post a:hover {
	text-decoration: underline;
}

#main .post .title {
	font-size: 20px;
	font-weight: 600;
	font-family: "Myriad Pro", "Lucida Grande", Verdana, Sans-Serif;
}

#main a {
	color: #6086BE;
	text-decoration: none;
}

#main a:hover {
	text-decoration: underline;
}

#main .post .date {
	font-size: 10px;
	color: #344967;
}

#main .post .content {
	/*padding-top: 16px;*/
	text-align: justify;
	font-size: 10px;
	line-height: 18px;
	color: gray;
}

#main .post .content p {
    padding-left: 6px;
    padding-right: 8px;
}

#main .post .content .quote {
    color: #111111;
    padding-left: 30px;
    padding-right: 40px;
}

#main .post .comment {
	/*padding-top: 10px;*/
	text-align: right;
	font-size: 12px;
	padding-bottom: 10px;
	margin-bottom: 8px;
	border-bottom: 1px dotted #ccc;
}

#main .pageNav {
	text-align: center;
	font-size: 10px;
	margin: 0;
	padding: 0;
}

/* @end */

/* @group Sidebar */

#sidebar {
	/*float: right;*/
	width: 200px;
	position: absolute;
	right: 10px;
	top: 124px;
	/*margin-right: 10px;*/
	/*margin-top: 10px;*/
}

#sidebar .top {
	width: 200px;
	height: 45px;
	padding-left: 18px;
	/*padding-top: 12px;*/
	background: url('http://www.pixelsage.com/index/images/sidebar-top.png') no-repeat;
	color: white;
	font-family: "Myriad Pro", "Lucida Grande", Verdana, Sans-Serif;
	font-size: 18px;
	font-weight: 600;
	margin-top: 0;
}

#sidebar .top .text {
	position: relative;
	top: 12px;
}

#sidebar .middle {
	width: 200px;
	background: url('http://www.pixelsage.com/index/images/sidebar-middle.png') repeat-y;
	padding-top: 12px;
	/*padding-left: 18px;*/
	/*padding-right: 18px;*/
	text-align: center;
}

#sidebar .middle .break {
	width: 165px;
	height: 10px;
}

#sidebar .bottom {
	width: 200px;
	height: 20px;
	margin-bottom: 8px;
	background: url('http://www.pixelsage.com/index/images/sidebar-bottom.png') no-repeat;
}

#sidebar .middle.archives ul li, #sidebar .middle.twitter ul li{
	color: white;
	font-size: 10px;
	position: relative;
	left: -36px;
	list-style-type: none;
}

/* Twitter Stuff */

#sidebar .middle.twitter ul li{
	list-style-type: none;
	position: relative;
	left: -40px;
	padding-bottom: 6px;
	font-size: 10px;
}

#sidebar .middle.twitter {
    padding-top: 0px;
}

#sidebar #twitter_update_list {
    margin-bottom: 0px;
    margin-top: 6px;
}

#sidebar .twitter a {
    color: #6086BE;
}

/* end Twitter Stuff */

#sidebar .middle.archives ul li a {
	color: white;
}

#sidebar .middle.archives #searchform{
    margin-bottom: 0px;
}

/* @end */

#footer {
	font-size: 10px;
	color: #344968;
	text-align: center;
	padding-bottom: 10px;
}

#footer a {
	color: #344968;
}

.info {
	margin-left: 7px;
	padding-bottom: 12px;
	margin-bottom: 8px;
	border-bottom: 1px dotted #ccc;
}

/* @group Comments */

.commentText p {
	margin: 5px;
	font-size: 12px;
}

.commentText h2 {
	font-size: 16px;
}

.commentText cite {
	font-size: 12px;
}



/* @end */

/* @group Misc */

.indent {
    margin-left: 20px;
    padding-left: 6px;
    border-left: 2px solid #cccccc;
}

.fontMyriad {
	font-family: "Myriad Pro", "Lucida Grande", Verdana, Sans-Serif;
}

/* @end */





