* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #777;
	background:url(gradient.gif) repeat-x;
}

/* GENERAL */

.header {
	height: 80px;
	width:100%;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	border-bottom:2px solid #444;
	width:280px;
}

.header a img { border:0px; }

.header h1 a {
	position: absolute;
	width: 240px;
	height: 65px;
	top: 30px;
	left: 20px;
}

.header h1 a span { display: none; }

/* RIGHT / MAIN CONTENT */

.rightContent {
	margin-top: 80px;
	margin-left: 225px;
	margin-right: 20px;
	padding-left: 10px;
	width:600px;
	color:#666;
	border-left:1px solid #999;
}
.rightContentWrapper {
	padding: 10px 40px 10px 10px;
	text-align:justify;
	width:600px;
}

.rightContentText {
	margin-right:180px;
	min-width:460px;
}

.rightContent h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	margin: 10px 0;
	font-weight: normal;
	letter-spacing: -.5px;
	color:#444;
}

.rightContent h3 {
	color:#333;
	width:420px;
	font-weight:normal;
	font-size:15px;
	margin:20px 0 10px 0;
}

.rightContent h3 a {
	color:black;
}

.rightContent h4 {
	font-weight:normal;
	text-transform:uppercase;
	font-size:11px;
	color:#333;
	padding-top:5px;
	padding-bottom:10px;
}

.rightContent h5 {
	font-size:15px;
	margin:10px 0 10px 0;
	font-weight:normal;
	color:#666;
}

.rightContent table.detail {
	margin-bottom:10px;
}

.rightContent table.detail td {
	padding:3px;
	border-bottom:1px dotted #ccc;
}

.rightContent p {
	line-height: 14px;
	margin-bottom: 16px;
}

.rightContent ul {
	margin-left:20px;
}

.rightContent a
{
	color: #294A64;
	text-decoration: none;
}
.rightContent a:hover
{
	text-decoration:underline;
}

.rightContent .middle table td {
	padding:5px;
}

.rightContent table.imgtable td {
	border:0px;
	text-align:center;
	font-size:12px;
	color:#333;
	padding-bottom:10px;
}

.imgtable img {
	padding:5px;
	margin-bottom:5px;
	border:1px solid #999;
}

.rightContent .reg td { border:0px; }

.sitelink {
	font-size:14px;
	text-align:center;
	margin:5px 0;
	border-bottom:1px solid #ccc;
	padding:5px;
}

.sitelink a {
	font-size:14px;
	padding:5px;
	color:#294A64;
}

.sitelink a:hover {
	color:#294A64;
	text-decoration:underline;
}

.rightContent table.reg td {
	padding:5px;
	vertical-align:top;
	border-bottom:1px solid #ccc;
}


.rightContent table.reg {
	margin-bottom:10px;
}

.rightContent .highlight {
	background:#f6ff7a;
	color:black;
	padding:1px 3px;
}

/* LEFT CONTENT */

.leftContent {
	width:205px;
	position: absolute;
	left: 0px;
	top: 82px;
	padding:10px;
	color:#333;
	//background:#efefef;
	//background:url(left_gradient.gif) repeat-x top left;
}

.leftContent h2 {
	font-size:15px;
	padding:0px;
	margin:0 0 10px 0;
	color:#222;
	font-weight:normal;
}

.leftContent p {
	color:#333;
	font-size:11px;
}

.leftContent img {
	padding:5px;
	margin-bottom:5px;
	background:white;
	border:1px solid #999;
}

.leftContent a {
	color:#294A64;
	text-decoration:none;
}

.leftContent a:hover {
	text-decoration:underline;
}

.leftContent ul {
	list-style-type:none;
	padding: 20px 0 15px 5px;
	margin:0;
}

.leftContent li {
	border-bottom:1px solid #ccc;
}

.leftContent li a {
	display:block;
	padding:6px 3px 6px 18px;
	padding-right:25px;
	color:#333;
	background:url(http://www.macwebos.com/icons/bullet_black.png) no-repeat left center;
}

.leftContent li a:hover {
	color:black;
	background-color:#f1f2f5;
	text-decoration:none;
}

.leftContent .searchbox {
	border:1px solid #999;
	padding:2px;
	width:175px;
	color:#333;
	height:18px;
	padding-left:25px;
	background:white url(http://www.macwebos.com/icons/zoom.png) no-repeat 3px 3px;
}

.tags a {
	text-decoration:none;
	color:#202C60;
	padding-right:5px;
}

.tags a:hover {
	color:#202C60;
	text-decoration:underline;
}

/* FAR RIGHT */

.farRight {
	left:740px;
	position:absolute;
	top:92px;
	color:#444;
	padding-bottom:20px;
	text-align:center;
}

.farRight h2 {
	font-size:15px;
}

.farRight ul {
	list-style-type:none;
}

.farRight li {
	border-bottom:1px solid #ccc;
	text-align:right;
}

.farRight li a {
	background:url(http://www.macwebos.com/icons/bullet_yellow.png) no-repeat right center;
	display:block;
	padding:5px;
	padding-right:18px;
}

.farRight li a:hover {
	background-color:#f1f2f5;
	text-decoration:none;
}

.farRight img {
	padding:3px;
	margin-bottom:5px;
	border:1px solid #999;
}

/* TOP LINKS */

#topLinks {
	position:absolute;
	top:28px;
	left:505px;
}

#topLinks a {
	color:#555;
	margin:0 10px;
	font-size:12px;
	padding-bottom:5px;
	text-transform:uppercase;
	text-decoration:none;
}

#topLinks a.active {
	border-bottom:2px solid #555;
	color:#555;
}

#topLinks a:hover {
	color:#555;
	border-bottom:2px solid #555;
}

#topLinks a img {
	border:0px;
}

/* FOOTER and MISC */

#clear {
	display: block;
	clear: both;
	width: 100%;
	height:1px;
	overflow:hidden;
}

.subpost {
	color:#aaa;
}

.subpost a {
	margin-right:20px;
}

#subheader {
	padding:0px 5px 20px 5px;
	width:500px;
}

#subheader a {
	margin-right:20px;
	text-transform:uppercase;
}

#footer {
	font-size:11px;
	padding: 10px;
	color: #555;
	border-top:2px solid #aaa;
	width:880px;
}

/* FORM */
#comment {
	padding:5px;
}

#comment input[type=text] {
	width:150px;
	margin:2px 0;
	border:1px solid #999;
	font-weight:bold;
	padding:2px;
}

#comment textarea {
	width:100%;
	height:60px;
	padding:2px;
	border:1px solid #999;
	font-size:10px;
	margin:2px 0;
	font-family:"Lucida Grande",Arial,sans-serif;
}
#comment input[type=button] {
	border:1px solid #999;
	background:#eee;
}

/* SPECIAL LINKS */

.comment {
	vertical-align:middle;
	background:url(http://www.macwebos.com/icons/comment.png) no-repeat left center;
	padding:2px 30px 2px 20px;
	margin-bottom:10px;
}

.page {
	vertical-align:middle;
	background:url(http://www.macwebos.com/icons/control_play.png) no-repeat left center;
	padding:2px 30px 2px 20px;
	margin-bottom:10px;
}

.info {
	vertical-align:middle;
	height:17px;
}

.feed {
	vertical-align:middle;
	background:url(http://www.macwebos.com/icons/feed.png) no-repeat left center;
	padding:2px 30px 2px 20px;
	margin-left:10px;
	margin-bottom:10px;
}

.email {
	vertical-align:middle;
	background:url(http://www.macwebos.com/icons/emai.png) no-repeat left center;
	padding:2px 30px 2px 20px;
	margin-left:10px;
}

.commentAuthor {
	padding:10px 0;
}

.commenttext {
	clear: both;
	margin-top: 0px;
	margin-bottom: 10px;
	padding: 20px 10px 10px 10px;
	width:450px;
	background: #ececec url(comm.png) no-repeat top;
}

.commenttext_me {
	background:#6B6B6B url(comm2.png) no-repeat top;
	color:white;
	clear:both;
	margin-top:0px;
	margin-bottom:10px;
	padding:20px 10px 10px 10px;
	width:450px;
}

pre {
	background:#eee;
	border:1px solid #ccc;
	padding:1px 5px 1px 20px;
	line-height:10px;
}