/* @group Generic */

img {
	border: none;
}

a {
	color: #6dcff6;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

body {
	background: #111111 url('images/headerBackdrop.jpg') no-repeat center top;
	margin: 0;
	font-family: 'Trebuchet MS';
	color: white;
	min-width: 950px;
}

/* @end */

/* @group Top */

#header {
	width: 950px;
	height: 200px;
	/*background: url('images/headerBackdrop.jpg') no-repeat top;*/
	/*background-position: -10px;*/
	margin-left: auto;
	margin-right: auto;
}

#nav {
	float: right;
	position: relative;
	top: 152px;
	right: 75px;
	color: white;
	font-size: 20px;
}

#nav a {
	color: white;
}

#nav a:hover {
	color: #6dcff6;
	text-decoration: none;
}

#nav img {
	position: relative;
	top: 10px;
}

#intro {
	float: left;
	width: 550px;
	min-height: 60px;
	padding-left: 20px;
	color: #6dcff6;
	font-size: 24px;
	margin-bottom: 20px;
	margin-top: 20px;
}

#intro .big {
	color: white;
	font-size: 48px;
}

/* @end */

#content {
	width: 850px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	padding-top: 30px;
	left: 15px;
}

/* @group Content Left */

#contentLeft {
	float: left;
	width: 550px;
}

/* @group Post */

.postInfo {
	float: left;
	width: 100px;
	background: url('images/dateSwirly.png') no-repeat right 10px;
	padding-top: 38px;
	text-align: right;
	color: #aaa;
	font-size: 14px;
}

.postAuthor {
	height: 120px;
	overflow: hidden;
}

.postContent {
	float: left;
	width: 430px;
	margin-left: 20px;
}

.postTitle {
	font-size: 30px;
	padding-bottom: 10px;
}

.postTitle a {
    color: white;
}

.postBody {
    font-family: Verdana;
	font-size: 12px;
	text-align: justify;
	line-height: 22px;
}

.postComment {
	background: url('images/commentSwirly.png') no-repeat;
	padding-left: 20px;
	margin-left: 250px;
	margin-top: 16px;
	font-size: 14px;
}

.postComment a {
	color: white;
}

/* @end */

/* @group Comment */

#commentWall {
	margin-left: 20px;
}

#commentWall .heading {
	font-size: 24px;
	margin-bottom: 16px;
}

.comment {
	float: left;
}

.commentAuthor {
	float: left;
	width: 300px;
	min-height: 24px;
	font-size: 14px;
	background: url('images/commentBubble.png') no-repeat;
	padding-left: 40px;
	padding-top: 3px;
	margin-top: 10px;
}

.commentTime {
	float: right;
	width: 150px;
	min-height: 24px;
	font-size: 12px;
	color: #808080;
	padding-top: 6px;
	margin-top: 10px;
}

.commentBody {
	float: left;
	min-width: 400px;
	font-size: 12px;
	margin-left: 20px;
	padding: 10px;
	padding-top: 0px;
}

#leaveYourMark {
	float: left;
	margin-left: 60px;
}

#leaveYourMark .heading {
	width: 200px;
	height: 40px;
	padding-left: 60px;
	padding-top: 4px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	text-align: center;
	font-size: 24px;
	background: url('images/leaveYourMarkSwirly.png') no-repeat;
}

#leaveYourMark label {
	font-size: 10px;
}

#leaveYourMark input {
	border: 2px solid #a5a5a5;
}

#leaveYourMark textarea {
	width: 450px;
	border: 2px solid #a5a5a5;
	position: relative;
	left: 2px;
}

#leaveYourMark #engraveButton {
	font-size: 24px;
	text-align: center;
	margin-top: 10px;
}

#leaveYourMark #engraveButton input{
	font-size: 24px;
	background-color: #333;
	color: #6dcff6;
	padding-left: 10px;
	padding-right: 10px;
}

#leaveYourMark #engraveButton input:hover{
	font-size: 24px;
	border: 2px solid #6dcff6;
}

/* @end */

.postBreak {
	float: left;
	width: 550px;
	height: 3px;
	padding-top: 25px;
	padding-bottom: 25px;
	background: url('images/postBreak.png') center no-repeat;
}

/* @end */

/* @group Sidebar */

#sidebar {
	width: 225px;
	float: right;
	border-left: 1px #aaa solid;
	padding-left: 35px;
	text-align: center;
	border-color: #252525;
}

#sidebar .label {
	height: 40px;
	font-size: 20px;
	color: #6dcff6;
	background: url('images/sidebarLabel.png') no-repeat center;
	text-align: center;
	padding-top: 17px;
}

#sidebarArchive {
	text-align: left;
	padding-left: 35px;
	font-size: 12px;
	color: #6dcff6;
}

#sidebarMagicware {
    padding-bottom: 20px;
}

/* @end */

#footer {
	float: left;
	width: 100%;
	text-align: center;
	color: #6dcff6;
	font-size: 10px;
}

/* Tooltip Stuff */

/*.tool-tip {
	color: #fff;
	width: 139px;
	z-index: 13000;
}
 
.tool-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #9FD4FF;
	padding: 8px 8px 4px;
	background: url(bubble.png) top left;
}
 
.tool-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: url(bubble.png) bottom right;
}*/
 
.authorTips-tip {
	color: white;
	width: 82px;
	height: 29px
	z-index: 13000;
	font-weight: bold;
	font-size: 11px;
	text-align: center;
	background: url('http://macmage.com/images/portrait-label.png') no-repeat;
	padding-top: 12px;
	padding-bottom: 10px;
	margin-top: 75px;
	margin-left: -15px;
}
 
.paypalNotice-tip {
	width: 149px;
	height: 83px;
	z-index: 13000;
	background: url('http://macmage.com/images/sg2/paypalnotice.png') no-repeat;
	margin-left: -170px;
	margin-top: -50px;
}

 
.paypalNoticeCents-tip {
	width: 152px;
	height: 85px;
	z-index: 13000;
	background: url('http://macmage.com/images/cents/paypalnotice.png') no-repeat;
	margin-left: -170px;
	margin-top: -35px;
}

#supportEmail {
    position: relative;
    top: 2px;
}








