/* @group Defaults */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}

body, input, textarea, option, select {
	font-family: Arial, sans-serif;
	line-height: 1;
	font-size: 15px;
}

body {
	background-image: url(images/noise.png);
	color: #464646;
}

input, textarea {
	border: 0;
	outline: 0;
	margin: 0;
	padding: 4px 6px;
	color: #272727;
	background-image: url(images/input.png);
}

textarea {
	overflow: auto;
}

code, pre {
	font-family: monospace;
        font-size: 80%;
}

ol, ul {
	list-style: none;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

sub {
	vertical-align: sub;
}

sup {
	vertical-align: super;
	font-size: 0.7em;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

a, h1, h2, h3, h4, h5, h6 {
	/* color: #175158; */
	color: black;
	text-decoration: none;
}

h4, h5 {
	font-weight: bold;
}

h2, h3, h6 {
	font-weight: normal;
}

h2 {
	font-size: 21px;
	margin-bottom: 14px;
}

h3 {
	font-size: 16px;
	margin-bottom: 10px;
}

/* @end */

/* @group Utility Classes */

.left {
	text-align: left;
}
.right {
	text-align: right;
}
.floatleft {
	float: left;
}
.floatright {
	float: right;
}
.clear {
	clear: both;
}
.hidden {
	display: none;
}

.clearfix {
	overflow: hidden;
	display: inline-block;
}
.clearfix {
	display: block;
}

.spinner {
	display: none;
	width: 16px;
	height: 16px;
	background: url(images/spinner.gif) no-repeat center right;
}

.invalid {
	background-image: url(images/invalid.png) !important;
}

.placeholder {
	color: #8a8a8a;
}

/* @end */

/* @group Header */

#header {
	margin : 15px auto 25px;
	width: 960px;
	height: 172px;
	background-image: url(images/header.png);
	position: relative;
	overflow: hidden;
}

#header div, #header h1 a, #subscribe {
	position: absolute;
}

#header div {
	width: 300px;
	left: 50px;
	bottom: 100px;
	text-align: center;
	font-family: Monaco, "Lucida Console",  monospace;
	font-size: 12px;
	line-height: 16px;
	color: #efefef;
}

#header div span {
	color: #71f2fe;
}

#header h1 a, #subscribe {
	display: block;
	text-indent: -9999px;
	bottom: 45px;
}

#header h1 a {
	left: 65px;
	height: 50px;
	width: 270px;
}

#subscribe {
	width: 75px;
	height: 11px;
	right: 30px;
	bottom: 25px;
	background-image: url(images/subscribe.png);
}

/* @end */

/* @group Nav */

#nav {
	position: absolute;
	bottom: 42px;
	left: 460px;
	font-size: 12px;
}

#nav a {
	padding: 5px 10px;
	color: #fff;
	text-decoration: none;
	cursor: default;
}

#nav a:link, #nav a:visited {
	cursor: pointer;
}

#nav li {
	float: left;
	text-transform: uppercase;
	position: relative;
}

.naventry .subnav {
	position: absolute;
	top: 100%;
	left: 10px;
	display: none;
	z-index: 1;
        text-align: left;
	width: 145px;
        background: transparent url(part-red-trans-bg.png) repeat;
}

.naventry ul {
	padding: 15px 10px 25px;
}

.subbot {
	position: absolute;
        bottom: 2px;
        width: 125px;
        height: 19px;
        left: 11px;
        background: transparent url(part-bot.png) no-repeat;
}

.naventry:hover .subnav {
        display: block;
}

.naventry ul li:hover {
	background: url(images/nav_arrow.png) no-repeat 0 5px;
}

#nav li:hover a {
	color: #71f2fe;
}

#nav a.active, #nav a:active,
#nav a:link:hover, #nav a:visited:hover {
	color: #a7ff84 !important;
}

/* @end */

/* @group Content */

#content {
	width: 870px;
	margin: 0 auto;
	position: relative;
	background: url(images/vertical.png) repeat-y 655px 0px;
}

#alpha {
	float: left;
	/* width: 620px; */
        width: 870px;
}

#beta {
	float: right;
	width: 190px;
}

/* @group Entry */

.entry, #pagination, #comments {
	margin-left: 55px;
}

.entry {
	margin-bottom: 45px;
}

.entry-date {
	float: left;
	margin-left: -55px;
	padding-top: 5px;
	text-align: center;
	text-transform: uppercase;
	font-size: 12px;
}

.entry-date div {
	font-size: 27px;
	/* color: #175158; */
	color: black;
        font-shadow: 1px 1px 1px black;
}

.entry-footer {
	background: url(images/horizontal.png) repeat-x;
	margin-top: 10px;
	padding-top: 8px;
	font-size: 12px;
	line-height: 15px;
}

.entry-comments {
	background-image: url(images/bubble.png);
	float: left;
	width: 40px;
	height: 36px;
	line-height: 28px;
	margin-right: 8px;
	text-align: center;
	font-size: 16px;
	color: white;
}

/* @group Entry Contents */

.entry-contents * a {
	border-style: solid solid dotted solid; 
	border-width: 1px;
	border-color: white white green white;
}

.entry-contents {
	line-height: 1.4;
}

.entry-contents .entry-more {
	font-weight: bold;
	text-decoration: none;
}

/* .entry-contents .entry-more:hover { */
/* 	text-decoration: underline; */
/* } */

.entry-contents p,
.entry-contents pre,
.entry-contents > ul,
.entry-contents > ol {
	margin: 1em 0;
}

.entry-contents h3 {
	margin: 1em 0 0.5em;
}

/* .entry-contents a { */
/* 	text-decoration: underline; */
/* } */

.entry-contents sup.footnote a {
	text-decoration: none;
}

.entry-contents p.footnote,
.entry-contents blockquote {
	font-size: 0.9em;
}

.entry-contents blockquote {
	margin: 1em 2em;
	padding: 0 1em;
	border-left: 1px dotted #DDDDD9;
}

.entry-contents table {
	margin: 1em auto;
}

.entry-contents th {
	font-weight: bold;
	text-align: center;
	border-bottom: 2px solid black;
}

.entry-contents td,
.entry-contents th {
	padding: 0 1em;
}

.entry-contents td + td,
.entry-contents th + th {
	border-left: 1px solid black;
}

.entry-contents tr + tr {
	border-top: 1px solid black;
}

.entry-contents pre {
	padding: 0.5em 1em;
	line-height: 1.4;
	overflow: auto;
	background: transparent url(images/code.png) !important;
}

.entry-contents ul {
	list-style: disc outside;
}

.entry-contents ul ul {
	list-style: circle outside;
}

.entry-contents ol {
	list-style: decimal outside;
}

.entry-contents ol ol {
	list-style: lower-alpha outside;
}

.entry-contents li {
	margin-left: 3em;
}

.entry-contents .double-space li {
	margin-top: 1em;
	margin-bottom: 1em;
}

.entry-contents hr {
	background: url(images/horizontal.png) repeat-x;
	height: 3px;
	border: 0;
	margin: 0.5em 0;
}

/* @end */

/* @group Pagination */

#pagination {
	text-align: center;
}

#pagination .prev {
	float: left;
}

#pagination .next {
	float: right;
}

/* @end */

/* @group Comments */

#comments {
	clear: both;
	padding-top: 40px;
}

#comments #dsq-new-post {
	padding-bottom: 20px;
}

#comments input, #comments textarea {
	background: none;
	resize: none;
}

#comments .dsq-header-avatar img {
	display: block;
}

#comments .dsq-comment-body,
#comments .dsq-comment-footer {
	padding-left: 4px;
}

/* @end */

/* @end */

/* @end */

/* @group Sidebar */

.widget {
	line-height: 1.2;
	overflow: hidden;
	margin-bottom: 20px;
}

.widget h3 {
	font-size: 15px;
	margin-bottom: 5px;
	font-weight: normal;
}

.widget p {
	line-height: 1.3;
}

.widget li {
	margin: 4px 0;
}

.widget a {
	color: #4d6c70;
}

#tweets .tweet {
	padding-bottom: 10px;
}

#search {
	margin-left: -24px;
	width: 320px;
	height: 40px;
	background-image: url(images/search.png);
}

#search input {
	padding: 0;
	margin: 13px 0 0 43px;
	width: 155px;
	background: none;
	color: #464646;
}

/* @end */

/* @group Footer */

#footer {
	clear:  cboth;
	margin: auto;
	width: 940px;
	overflow: hidden;
	font-size: 13px;
	line-height: 1.3;
	color: #555;
	background: url(images/footer.png) no-repeat;
}

#about {
	float: left;
	margin: 25px 0 0 90px;
}

#about h6 {
	display: inline;
	margin-right: 0.25em;
	font-size: 14px;
}

#copyright {
	clear: left;
	position: relative;
	text-align: right;
	top: -15px;
	margin-right: 30px;
	font-size: 12px;
	color: #8a8a8a;
}

/* @end */


a:hover {
	border-style: solid;
	border-color: green;
}

body {
    background: transparent url('part-black-bg.png') repeat top left;
    width: 100%;
    margin: 0px;
}

.content {
    width: 1200px;
    background: white;
    margin-left: auto;
    margin-right: auto;
    min-height: 1200px;
    position: relative;
}

.topclear {
    height: 20px;
}

.sideleft, .sideright {
    position: absolute;
    width: 120px;
    height: 100%;
}

.sideleft  {
    background: transparent url('part-wavy-left.png') repeat-y right top;
    left: 0px;
}
.sideright {
    background: transparent url('part-wavy-right.png') repeat-y left top;
    right: 0px;
}

.header {
    background: transparent url('part-header.png') no-repeat center center;
    margin: 0 153px 20px auto;
    position: relative;
    width: 843px;
    height: 200px;
}

.headerleft {
    background: transparent url('part-left-flourish.png') no-repeat  left top;
    position: absolute;
    left: -75px;
    top: -5px;
    width: 77px;
    height: 178px;
}

.headerright {
    background: transparent url('part-right-wing.png') no-repeat left top;
    position: absolute;
    right: -23px;
    top: 59px;
    width: 23px;
    height: 34px;
}

.navbar {
    position: absolute;
    width: 750px;
    height: 1em;
    top: 160px;
    left: 80px;
}

.naventry {
    float: left;
    text-align: center;
    width: 45px;
    margin-left: 65px;
    position: relative;
    top: -1em;
    color: white;
    z-index: 1;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    font-size: 1.3em;
    font-family: Verdana;
}

.naventry :link, .naventry :visited {
    color: white;
    text-decoration: none;
    outline: 0;
    text-shadow: 1px 1px 1px black;
}

.naventry ul li {
        height: 20px;
        padding-left: 15px;
        text-shadow: 2px 2px 1px black;
}

.naventry ul li {
    height: 20px;
    padding-left: 15px;
    text-shadow: 2px 2px 1px black;
}

.navbg {
    width: 181px;
    height: 68px;
    left: -70px;
    top: -25px;
    position: absolute;
    display: none;
}

.naventry:hover .navbg {
    background: url('part-hexawoot-black.png') no-repeat center center;
    z-index: -1;
    display: block;
}

.post {
    width:            700px;
    margin:           20px auto;
    padding:          10px 20px 30px 20px;
    color:            #111;
    background-color: white;
}

h1 {
    color:        black;
    font-size:    28pt;
}

h1, h2, h3, h4 {
    text-shadow:  1px 1px 1px black;
}

.footer {
    background: transparent url('vignet.png') no-repeat center center;
    width: 843px;
    height: 200px;
    
    left: auto;
    margin: auto;
    padding: 0px;
    position: relative;
}

