* {
	padding:0;
	margin:0;
	border:0;
}

/* HEADINGS */

h1, h2, h3, h4, h5, h6 {
	font-family:Arial, Helvetica, sans-serif;
	line-height:1.2;
}

h1 {
	font-size:26px;
	font-weight:normal;
	letter-spacing:-1px;
	margin-bottom:10px;
}

.postContainer h1 {
	font-size:30px;
}

.pageContainer h1 {
	font-size:36px;
	border-bottom:1px solid #000;
	margin-bottom:15px;
}

h2 {
	font-size:15px;
	color:#000;
	letter-spacing:-1px;
	font-weight:bold;
	margin:0 0 5px 0;
}

.postContainer h2 {
	font-size:20px;
}

.pageContainer h2 {
	font-size:22px;
	font-weight:normal;
}

h3 {
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
	padding-bottom:7px;
}

.hImg {
	margin-bottom:10px;
}

/* TEXT */

ul {
	list-style:inside;
	margin:5px 0 5px 15px;
}

ul li {
	list-style:url(/images/liArrow.gif) inside;
	padding:2px 0;
}

ul li ul {
	margin-bottom:0;
}

.dblBoxIn ul {
	margin:0 0 0 5px;
}

.navigation ul {
	margin:0;
}

.navigation ul li {
	display:inline;
	list-style:none;
	padding:0;
}


.categories ul {
	margin:0;
}

.categories li {
	list-style:url(/images/arrow.png) inside;
	border-bottom:1px solid #ccc;
	border-top:1px solid #fff;
}

.categories .fartop {
	border-top:none;
}

.categories .farbottom {
	border-bottom:none;
}

.categories a {
	display:inline-block;
	text-decoration:none;
	padding:6px 4px;
}

.redText {
	color:#CC0000;
}

.greenText {
	color:#006600;
}

/* LINKS */

a {
	color:#d30202;
}

a:hover {
	text-decoration:none;
}

a img {
	vertical-align:middle;
}

.social a {
	margin:0 3px;
}

a.redButton {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
	line-height:1;
	padding:4px 6px;
	border:solid #900000;
	border-width:0 1px 1px 0;
	background:#d30202;
}

a.redButton:hover {
	background-color:#666;
	border-color:#000;
}

.previousPosts a.redButton {
	background-image:url(/images/backWhiteArrow.png);
	background-position:5px 5px;
	background-repeat:no-repeat;
	padding-left:18px;
	padding-right:8px;
}

.recentPosts a.redButton {
	background-image:url(/images/whiteArrow.png);
	background-position:137px 5px;
	background-repeat:no-repeat;
	padding-right:18px;
	padding-left:8px;
}

h1 a {
	color:#000;
	text-decoration:none;
}

h1 a:hover {
	text-decoration:underline;
}

h2 a {
	color:#000;
}

h3 a {
	color:#000;
}

a.toggle {
	cursor:pointer;
}

.navigation a {
	display:inline-block;
	font-size:16px;
	color:#ccc;
	letter-spacing:-1px;
	font-weight:bold;
	text-decoration:none;
	margin:0 4px;
	padding:5px 7px;
	border:1px solid #000;
}

.navigation a:hover {
	color:#fff;
}

.navigation a.active {
	color:#000;
	border:1px solid #eee;
	background:url(/images/overheadLinkBackground.gif) repeat-x #fff;
}

.navigation a.active:hover {
	text-decoration:none;
}

.categories a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
}

.categories a:hover {
	text-decoration:underline;
}

.footer a {
	color:#999;
	font-weight:normal;
	text-decoration:none;
}

/* FORM */

input, textarea, select {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	margin:5px 0 0 0;
	padding:4px 6px;
	border:1px solid #aaa;
	background:url(/images/inputBackground.gif) bottom repeat-x #fff;
}

textarea {
	background:url(/images/textareaBackground.gif) top repeat-x #ececec;
}

.contactForm input, .contactForm textarea, .contactForm select {
	width:320px;
}

input.submit {
	width:auto;
	cursor:pointer;
	font-weight:bold;
	text-transform:uppercase;
	color:#fff;
	border:solid #900000;
	border-width:0 1px 1px 0;
	background:#d30202;
}

.sharePost input {
	font-size:11px;
	padding:2px 4px;
}

/* CONTAINERS */

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#222;
	text-align:center;
	line-height:1.618;
	background:url(/images/bodyBackground.gif) top repeat-x #777a7e;
}

.masterContainer {
	width:980px;
	padding:0 5px;
	margin:0 auto;
	background:url(/images/masterContainerBackground.png);
	border:solid #222;
	border-width:0 1px;
}

.mainContainer {
	text-align:left;
	background:url(/images/pixelc6c6c6.gif) 700px 0px repeat-y #eee;
}

.overhead {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#ccc;
	font-weight:bold;
	line-height:1;
	padding:6px 10px;
	background:#000;
}

.navigation {
	padding:2px 0 0 0;
}

.social {
	padding:2px 0 0 0;
}

.social .title {
	font-size:14px;
	font-style:italic;
	color:#ccc;
	padding:7px 10px 0 0;
}

.header {
	border-bottom:1px solid #c6c6c6;
	background:#fff;
	padding:30px 0 0 0;
}

.logo {
	width:350px;
	margin:0 0 0 15px;
}

.myphoto {
	width:180px;
	margin:-65px 0 0 20px;
}

.intro {
	width:390px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	font-style:italic;
	color:#444;
	letter-spacing:-1px;
	padding:0 15px 0 10px;
}

.coreContainer {
	width:700px;
}

.coreContainer .section {
	padding:15px;
	background:#fff;
	border-bottom:1px solid #c6c6c6;
}

.postIndex {
	background:url(/images/postIndexBackground.gif) top center repeat-y #fff;
	border-bottom:1px solid #c6c6c6;
}

.coreContainer .col1 {
	width:202px;
	padding:15px;
}
.coreContainer .col2 {
	width:202px;
	padding:15px;
}
.coreContainer .col3 {
	width:203px;
	padding:15px;
}

.previousPosts {
	padding:15px;
}

.recentPosts {
	padding:15px;
}

.coreContainer .hireMe {
	border-top:1px solid #c6c6c6;
}

.sideContainer {
	width:280px;
}

.sideContainer .section {
	padding:15px;
	border-bottom:1px solid #c6c6c6;
}

.sideContainer .categories {
	padding-bottom:10px;
}

.sideContainer .categories span {
	font-size:14px;
	color:#999;
	font-weight:bold;
}

.sideContainer .ads {
	text-align:center;
}

.footer {
	font-size:11px;
	color:#999;
	line-height:1;
	padding:10px 15px;
	background:#000;
}

.footer img {
	margin:0 5px;
}

/* PAGE RELATED STYLES */

.pageContainer {
	background:#fff;
	padding:15px;
}

/* POST RELATED STYLES */

.postContainer {
	background:#fff;
	padding:15px;
}

.postAds {
	width:200px;
	text-align:center;
	padding:10px 5px 0 0;
}

.postDetails {
	font-size:11px;
	color:#444;
	padding:4px 6px;
	border:solid #ddd;
	border-width:1px 0;
	background:#f9f9f9;
}

.postImg {
	text-align:center;
	margin:10px 0 0 0;
}

.postImg .imgCaption {
	font-size:11px;
	color:#333;
	text-align:right;
	line-height:1;
	margin:5px 0 0 0;
}

.postContainer .postImg {
	margin:10px 10px 0 0;
	padding:5px;
	border:1px solid #ddd;
	background:#f6f6f6;
}

.postContent {
	margin:10px 0 0 0;
}

.readMore {
	text-align:right;
	margin:15px 0 0 0;
}

.sharePost {
	margin:15px 0 0 0;
	padding:10px;
	border:solid #ddd;
	border-width:1px 0;
	background:#f6f6f6;
}

/* CATEGORY RELATED STYLES */

.categoryPost {
	margin:0 -15px;
	padding:15px;
	border-bottom:1px solid #c6c6c6;
}

.firstPost {
	margin-top:-15px;
}

.lastPost {
	margin-bottom:-15px;
}

/* SPECIAL ELEMENTS */

.dblBoxOut {
	text-align:left;
	margin:15px 0;
	padding:15px;
	background:#eee;
}

.dblBoxIn {
	padding:15px;
	border-top:1px solid #ddd;
	border-right:2px solid #ccc;
	border-bottom:2px solid #ccc;
	border-left:1px solid #ddd;
	background:#fff;
}

.shareThisIcon {
	margin-bottom:5px;
}

.hideLinks a {
	display:none;
}

img.inText {
	vertical-align:middle;
}

.formula {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-style:italic;
	color:#222;
	text-align:center;
}

.codetype {
	color:#e7eefb;
	text-transform:uppercase;
	padding:3px 8px 3px 53px;
	background:left center no-repeat #2853a1;
}

.code {
	font-family:"Courier New", Courier, monospace;
	color:#000;
	line-height:20px;
	padding:8px 8px 8px 4px;
	border:1px solid #2853a1;
	background:url(/images/codeBackground.png) 0 8px repeat #e7eefb;
}

.code pre {
	padding-left:28px;
	background:url(/images/codelines.png) left top no-repeat;
}

.floatleft { float:left; }
.floatright { float:right; }
.clearfloat { clear:both; }
* html body div .clearfloat { display:none; }