* {
	margin: 0;
	padding: 0;
}
body {
	background: #fff;
	color: #333;
	font-size: 62.5%;
	font-family: "lucida grande", helvetica, arial, verdana, sans-serif;
	text-align: center;
} 
h1 {
	font-size: 2em;
}
h2 {
	font-size: 2em;
}
h3 {
	font-size: 1.2em;
}
h4 {
	font-size: 1.2em;
}
a {
	color: #000;
	outline: none;
	text-decoration: none;
}
a:hover {
	color: #3c6c92;
}

/* =----------------------------------- oh the convenience */
#wrapper {
	font-size: 1.2em;
	line-height: 1.4em;
}
.postMeta {
	font-size: 0.9em;
	text-transform: uppercase;
}
.postMeta time {
	color: #777;
}
.postMeta span.comments {
    display:none;
}
.postMeta span.comments a,
.postMeta time a {
	color: #3c6c92;
}
article h2 {
	line-height: 1.2em;
}
.entry a,
.secondaryColumn a,
#commentsContainer h3 a,
.commentlist .comment-author a {
	border-bottom: 1px dotted #3c6c92;
	color: #3c6c92;
	font-weight: bold;
}
.entry a:hover,
.secondaryColumn a:hover,
#commentsContainer h3 a:hover,
.commentlist .comment-author a:hover,
.commentlist .comment-meta a:hover {
	color: #3c6c92;
	border-bottom: 1px solid #3c6c92;
	text-decoration:none;
}
.secondaryColumn a {
	font-weight: normal;
}
#wrapper .secondaryColumn .promoImage {
        margin: 20px 0;
	border: none;
}
#wrapper .secondaryColumn .promoImage img {
    border: none;
}
.entry ul,
.entry ol,
.entry blockquote {
	color: #555;
}
.entry blockquote {
	font-style: italic;
}
.secondaryColumn h3,
#commentsContainer h3 {
        font-family: "Avenir 65 Medium", helvetica, arial, sans-serif;
	font-weight:normal;
	font-size: 1.4em;
}
#cancel-comment-reply-link {
	color: #3C6C92;
	font-size: 0.8em;
}
.commentlist .comment-meta a {
	color: #777;
}
.commentlist .comment-author cite {
	font-style: normal;
	font-weight: bold;
}
.commentlist .comment-meta {
	font-size: 0.8em;
}
#commentform p span input,
#commentform span textarea {
	color: #333;
	font-family: arial,verdana,sans-serif;
	font-size: 1em;
}
#paginateIndex {
	font-size: 0.9em;
	text-transform: uppercase;
}
footer p a {
	font-weight: bold;
	color:#333;
}

/* =----------------------------------- main structure */
#wrapper {
	margin: 20px auto;
	text-align: left;
	max-width: 75em;
	min-width:25em;
	padding: 0 5px;
}
header {
	padding: 7px 0
}
#mainColumn {
	float: left;
	margin: 28px 0 0 0;
	width: 70%;
}
.secondaryColumn {
	float: left;
	margin: 28px 0 0 4%;
	overflow: hidden;
	width: 26%;
}

/* =----------------------------------- header elements */
header h1 {
	float: left;
	margin: 15px 0 0 7px;
}
header h1 a {
	text-transform: uppercase;
	width: 400px;
}
#authorIntro {
	float: right;
	margin: 8px 0 0 0;
	width: 30em;
        font-family: "Anivers Regular", helvetica, arial, sans-serif;
	font-size:1.2em;
	text-transform:uppercase;
}

/* =----------------------------------- meta lead for each post */
.postMeta {
	border-top: 1px solid #ccc;
	text-align: right;
	margin-bottom: 14px;
	position: relative;
}
.postMeta .container {
	position: absolute;
	top: -9px;
	right: 0;
}
.postMeta time {
	background: #fff;
	padding: 0 4px;
}
.postMeta span.comments {
	background: #fff url(../i/chat_grey.gif) no-repeat 2px -1px;
	padding-left: 18px;
}

/* =----------------------------------- general post */
article {
	margin: 0 0 21px 0;
}
article h2 {
        margin-top: 14px;
	margin-bottom: 0;
	padding: 0 3px;
	font-family: "Avenir 65 Medium", helvetica, arial, sans-serif;
	font-weight:normal;
}
article h2 a {
	display:block;
}
article h3 {
        color:#333;
        margin-top:30px;
	margin-bottom:10px;
}

article .pullRight {
    float:right;
    margin:5px 5px 5px 25px;
}

article .pullLeft {
    float:left;
    margin:5px 25px 5px 5px;
}

/* =----------------------------------- entry body */
.entry {
	padding: 0 3px;
	overflow: hidden;
}
.entry p {
	line-height: 1.8em;
	margin: 20px 0;
}
.entry ul,
.entry ol,
.entry blockquote {
	margin: 0 14px;
}
.entry ol {
	list-style: decimal;
}
.entry ul li,
.entry ol li {
	margin: 0 0 7px 18px;
}
.entry ul li {
	list-style: circle;
}
.entry blockquote {
	border-left: 1px solid #ccc;
	font-size: 1.1em;
	line-height: 1.4em;
	margin-left: 21px;
	padding-left: 10px;
}
.entry img,
.entry a img {
	background: #fff;
	padding: 2px;
}
.entry a:hover img {
	border-color: #3c6c92;
}

.entry.meta {
	background: #eee;
	border: 1px solid #ccc;
	border-width: 1px 0;
}
.entry.meta p {
	margin: 5px 7px;
}
.entry.meta .highlight {
	text-transform: uppercase;
	font-size: 10px;
}
.entry.meta a {
	color: #333;
	border-color: #bbb;
}
.entry.meta a:hover {
	color: #000;
	border-color: #000;
}

/* =----------------------------------- main index pagination */
#paginateIndex { 
	margin-bottom: 25px;
}
#paginateIndex a,
.commentlist li .reply a {
	color: #777;
	font-size: 0.9em;
	text-transform: uppercase;
	display: block;
	padding: 4px 7px 3px;
	background: #fff;
	border: 1px solid #ddd;
}
.commentlist li .reply a {
	color: #aaa;
}
#paginateIndex a:hover,
.commentlist li .reply a:hover {
	color: #3c6c92;
	border-color: #3c6c92;
	background: #eee;
}

/* =----------------------------------- widget enabled sidebar */
.secondaryColumn h3 {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #eee;
	margin: 0 0 10px 0;
	padding: 7px 4px;
}
.widgetContainer {
	margin: 0 0 20px 0;
}
.widgetContainer ul li {
	margin: 0 3px 7px 21px;
	list-style: circle;
}
.widgetContainer ul li ul {
	margin-top: 5px;
}
.widgetContainer .textwidget {
	margin: 0 3px;
	line-height: 1.5em;
}
.widgetContainer #wp-calendar {
	border-collapse: collapse;
	width: 100%;
}

#wrapper .secondaryColumn a {
    border-bottom: 1px dotted #3c6c92;
    color: #3c6c92;
}
#wrapper .sites a:hover {
    border-bottom-style:solid;
}

.secondaryColumn .sites {
    margin-top:10px;
}
ul.sites li {
    background-position: 0.2em;
    background-repeat: no-repeat;
    padding-left:28px;
    list-style:none;
    margin-left:0;
	background-image: url("/social-icons/favicons.png");
}
.sites li.linkedin {
  background-position: -8px -9px;
}
.sites li.twitter {
  background-position: -8px -45px;
}
.sites li.flickr {
  background-position: -8px -81px;
}
.sites li.stackoverflow {
  background-position: -8px -117px;
}
.sites li.dopplr {
  background-position: -8px -153px;
}
.sites li.upcoming {
  background-position: -8px -189px;
}
.sites li.rss {
  background-position: -8px -225px;
}


/* =----------------------------------- style some comments */
#commentsContainer {
	margin-bottom: 30px;
}
#commentsContainer span.hook {
	position: relative;
	display: block;
}
#commentsContainer h3 {
	display: block;
	margin: 10px 0;
	padding: 7px 4px 0;
	border-top: 1px solid #3c6c92;
}
.cancel-comment-reply {
	position: absolute;
	top: -1px;
	right: 4px;
}
.commentlist {
	list-style: none;
	margin: 0 0 20px;
}
.commentlist .comment-author {
	border-top: 1px solid #ccc;
	padding-top: 7px;
	margin-top: 10px;
	overflow: hidden;
}
.commentlist .comment-author img.avatar {
	display: block;
	float: left;
	height: 16px;
	width: 16px;
	margin: 0 4px 0 0;
}
.commentlist .comment-meta {
	margin: 0 0 0 20px;
}
.commentlist li .reply {
	text-align: right;
	padding-bottom: 10px;
}
.commentlist li .reply a {
	display:inline;
}
.commentlist li p {
	margin: 1em 0;
	padding: 0 3px;
}
.commentlist li ul,
.commentlist li ol,
.commentlist li blockquote {
	margin: 0 20px;
}
.commentlist .children {
	margin: 0 0 0 40px;
}
.commentlist .children li {
	list-style: none;
}
#commentform .contain {
	margin: 0 0 10px 0 !important;
}
#commentform #author,
#commentform #email,
#commentform #url,
#commentform textarea {
	padding: 4px 3px;
	border: 1px solid #ccc;
	border-left-color: #bbb;
	border-bottom-color: #bbb;
	background: #fff;
	margin-right: 4px;
}
#commentform #author,
#commentform #email,
#commentform #url,
#commentform textarea {
	border: 1px solid #bbb;
	outline: none;
	padding: 4px 3px;
	width: 160px;
}
#commentform p label {
	margin: 4px 0 0 0;
}
#commentform textarea {
	float: none;
	width: 98%;
	overflow: auto;
}

/* =----------------------------------- boring footer */
footer {
	border-top: 1px solid #3c6c92;
	margin: 35px 0;
}
footer p {
	padding: 14px 3px 0; 
}

/* =----------------------------------- floats + clearing rule */
.floatleft {
	float: left;
	margin: 3px 7px 0 0;
}
.floatright {
	float: right;
	margin: 3px 0 0 7px;
}
.right {
	float:right;
}
.left {
	float: left;
}
.clear {
	clear: both;
}
.fix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.fix {
	display: inline-block;
} 
* html .fix{
	height: 1%;
}
.fix{
	display:
	block;
}

header {
border-bottom:10px solid #000;
margin-bottom:30px;
}

#authorIntro {
text-align:right;
}

a:hover {
color:#333;
text-decoration:underline;
}

header h1 {
margin:0;
}

header h1 a {
font-size:20px;
font-family: "Anivers Regular", helvetica, arial, sans-serif;
text-transform:lowercase;
text-shadow:#ccc 1px -1px 0;
}

.secondaryColumn a {
color:#000;
border-bottom:none;
}

.secondaryColumn a:hover {
color:#333;
border-bottom:none;
}

footer {
border-color:black;
}

