.colborder { border-right: 1px solid #fff; }
/* #D7E7FD */

/*
==========================
LAYOUT / BASE PAGE STYLING
==========================
*/

html		{ background:transparent url("../images/back.png") repeat-x 0 -480px; }
body		{ background:transparent url("../images/back5.png") no-repeat 0 0; margin:0; }
.container	{ width:980px; }
.span-24  { margin: 0 15px; }
.first	  { margin-left:15px;}

/* ICONS
======== */

a.delicious {
	background:transparent url("../images/icons/icons.gif") no-repeat scroll 0 0;
	margin:0 0 0 4px;
	padding:0 0 0 10px;
	height:10px;
	width:10px;
	display:inline;
}

a.flickr_icon {
	background:transparent url("../images/icons/icons.gif") no-repeat scroll -20px 0;
	padding: 0 0 0 18px;
	margin: 0 0 0 4px;
	height:10px;
	width:18px;
	position:inline;
}

a.lastfm {
	background:transparent url("../images/icons/icons.gif") no-repeat scroll -57px -2px;
	margin:0 0 0 4px;
	padding:0 0 0 20px;
	height:10px;
	width:20px;
	display:inline;
}

/*
=============
FORM ELEMENTS
=============
*/

/* INPUT BOX */
input {
	border:1px solid #A4A4A4;
	color:#000;
	font-size:100%;
	padding:4px;
}

input.button {
	width: 8em;
}

/* TEXTAREA */
textarea {
	color: #464646;
	font-size: 12px;
	border: 1px solid #a4a4a4;
	overflow: visible;
	padding-left: 5px;
}

/* SELECT BOX */
select {
	border: 1px solid #a4a4a4;
	height: 22px;
	color: #464646;
	padding-top: 2px;
}

/* CHECKBOX */
.checkbox {
	color: #464646;
	font-size: 100%;
	height: 14px;
	width: 14px;
	border: 0;
}

/* RADIO BUTTON */
.radio {
	margin: 0 5px 0 0; 
	padding: 0;
	width: 12px;
	height: 12px;
	border:  none;
}

/*
=============
HEADER
=============
*/
.header { height: 96px; margin-bottom: 18px; padding-top: 4px; }
.header span { float:left; height: 78px; padding: 0; width: 240px; background: transparent url("../images/back.png") no-repeat scroll 0 -375px; }
.header span a { text-indent: -9999px; height: 78px; display: block; }
.header span a:hover { background-color: transparent; }
.header p { text-align:right; }

/* SEARCH */
.search { float:right; }
.search p { font-weight: bold; padding:0; margin: 5px 0 0 0; text-align: right; }
.search fieldset { padding: 0 0 0 17px; margin: 0; background:url("../images/icons/icons.gif") -40px 0px no-repeat; border:none; }
.search label { display: none; }
.search input { width:202px; font-size: 0.85em;	background:#fff; }
.search input:focus { background:#FFF; }


/*
==============
INDEX ENTRIES
=============
*/
h1.about { font-size: 1em; line-height: 1.4; text-shadow: none;}

.entry div.image,
.entry div.video { text-align: center; margin-bottom: 6px; padding: 10px 18px; border: 1px solid #e1e1e1; display: block; }
.entry div.image a:hover{ background: none; }

.comments{
	margin-bottom:36px;
	margin-top: 36px;
}

.featured{
	position: static;
}

.hentry abbr.published { position: absolute; left: 0; top: 4px; border: none; }

.featured .date_comments{
	position:static;
}

/* 
======
TAGS
======
*/

/*
.meta{
	position:relative;
	height:2em;
	text-align:right;
	display:block;
	margin-bottom:18px;
	border-top:5px solid #D7E7FD;
}

.meta ul{
	margin: 0;
}

.meta ul li {
	display:inline;
	margin:0 3px 0 0;
	padding:0;
}

.meta ul li a {
	background: url("../images/layout/back.png") repeat-x 0 -240px;
	border-bottom:1px solid #D7E7FD;
	border-right:1px solid #D7E7FD;
	border:2px solid #D7E7FD;
	line-height:1.9em;
	padding:4px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
}

.meta ul li a:hover{
	background-image: none;
	background-color:#7AC141;
}
*/

/* ------------ Pagination ---------------------- */
ul.pagination { list-style: none; margin: 0 0 2em 0; width: 100%; position: relative; height: 20px; border-top:5px solid #D7E7FD; padding-top: 10px; }
ul.pagination li.prev { position: absolute; left:0; width:45%; }
ul.pagination li.next { position: absolute; right:0; width:45%; text-align: right; }
ul.pagination li a { background-color:#7ac141; color:#fff; padding:3px 7px; width:auto; margin: 0; -moz-border-radius: 3px; -webkit-border-radius: 3px; }
ul.pagination li a:hover { background-color: #a5e370;}

/*  
====================
BLOG POST TYPOGRAPHY
==================== 
*/

/* PRIMARY POST */
.content h2 { margin-bottom:0; }

ul.hfeed { list-style-type: none; margin: 0; }

ul.hfeed li.hentry { position: relative; margin-bottom: 4em; }


/*
===============
SECONDARY ITEMS
===============
*/
.comment-head{
	border-bottom: 5px solid #D7E7FD;
	padding:0.8em 0 0.5em 0;
}
.comment-head h2{
	font-size:1.5em;
	margin:0;
}
.comment-head a{
	text-decoration:none;
	padding: 3px;
}
.comment-head .details{
	font-size:0.95em;
}

/* STYLING OF COMMENTS
======================*/
ol#comments{
	list-style-type:none;
	margin:2em 0;
	width: 42em;
}

ol#comments li {
	width: auto;
	margin-bottom: 20px;
	list-style-type:none;
}

ol#comments li .single {
	margin: 0px;
	padding: 0px;
	border: 1px solid #c9c2c1;
	background-color: #fff;
}

ol#comments li .single p {
	margin: 10px;
	padding: 0px;
}

ol#comments li cite img {
	margin: 5px 0pt 0pt; 
    width: 32px; 
    height: 32px; 
    float: left;
	padding: 3px;
    border: 1px solid #c9c2c1
}

ol#comments li cite {
	background:transparent url("../images/layout/tip.gif") no-repeat scroll 3px 0;
	font-style:normal;
	margin:0px;
	padding:13px 0px 0px 15px;
	position:relative;
	top:10px;
}

#comments cite .author{ 
	margin: 0 5px 0 0;
}

#comments cite .author a{
	text-decoration:none;
	padding: 3px;
}

#comments cite .admin-tools{
	margin:5px 0;
}

#comments cite .admin-tools a{
	float:right;
	margin:0 5px;
	padding:0px 3px 3px;
	background:#666;
	border:1px solid #999;
	text-decoration:none;
}

#comments blockquote { background: none; padding: 0; margin: .5em; font-size: 1em; }

#preview{
	margin:1em 0;
	padding:0.5em;
	border:1px solid #333;
}
#preview p{ margin:1em 0 0 0; }
#errors{ color:#FF0000; font-weight:bold; }

#comments .single p{
	margin:0 0 1em 0;
}

/* 
============
COMMENT FORM
============
*/

#comment_form {
	background:#DCFFC0 none repeat scroll 0%;
	border:5px solid #8CC63F;
	margin:20px 0;
	padding:20px;
	width:37.5em;
}

#comment_form fieldset {
	border:0 none;
}

#comment_form legend {
	visibility:hidden;
}

#comment_form label {
	display:block;
	font-size:1.1em;
}

#comment_form input, #comment_form textarea {
	background:#fff none repeat scroll 0%;
	border:1px solid #9a9a9a;
	font-size:1.2em;
	line-height:normal;
	margin:0 0 10px;
	padding:2px;
	width:445px;
}

#comment_form input {
	width:20em;
}

#comment_form input:focus, #comment_form textarea:focus {
	background:#E9FFD2 none repeat scroll 0%;
	border:1px dotted #8CC63F;
}

#comment_form .submit {
	background:#008ED3 none repeat scroll 0%;
	border: none;
	color:#fff;
	cursor:pointer;
	padding:3px 7px;
	width:auto;
	margin: 0;
}

#comment_form p.required_text {
	float:right;
	margin: -7px 3px 25px 0;
}

/*
===============
ANCILLARY ITEMS
===============
*/

ul.dates, ul.blogroll ul, ul.pages{
	list-style-type:none;
	margin:0;
}

ul.dates li, ul.blogroll ul li, ul.pages li{
	list-style-type:none;
	margin:0;
	padding:0.2em 0;
}

ul.dates{
	margin: 0 0 36px 0;
}

.sidebar{
	margin-top: 54px;
	margin-bottom:36px;
}

.sidebar h3{
	margin-bottom:10px;
	padding-bottom:3px;
	border-bottom:5px solid #d7e7fd;
	position:relative;
}


/*  
=========
DELICIOUS
=========
*/
ul.last_fm,
ul.delicious{
	margin: 0;
	list-style: none;
}

/*  
=========
LAST FM
=========
*/

/*
#flickr {
	margin:0;
	position: relative;
}
*/

ol#lastfmrecords {
	margin:0;
}

ol#lastfmrecords li {
	display:inline;
}

ol#lastfmrecords li img {
	background-color:#fff;
	border:2px solid #ccc;
	height:56px;
	margin:0 0px 6px 5px;
	padding:4px;
	width:56px;
}

ol#lastfmrecords li a {
	padding: 0;
}

ol#lastfmrecords li a:hover{
	background-color: transparent;
	padding:0;
}

ol#lastfmrecords li a img:hover{
	border:2px solid #7ac141;
}

/*  
=========
PORTFOLIO
=========
*/

ul.portfolio{
	margin: 0 0 15px 5px;
	height: 125px;
}

ul.portfolio li{
	display: inline;
	float: left;
	margin:0pt 10px 10px 0pt;
	display: block;
	height: 47px;
	width: 47px;
	border: 2px solid #ccc;
}

/* PORTFOLIO GRAPHICS */
ul.portfolio li.rev 		{background: #fff url("../images/layout/port_sprite.png") no-repeat 0 0;}
ul.portfolio li.snack		{background: #fff url("../images/layout/port_sprite.png") no-repeat -50px 0;}
ul.portfolio li.usao		{background: #fff url("../images/layout/port_sprite.png") no-repeat -100px 0;}
ul.portfolio li.kevan		{background: #fff url("../images/layout/port_sprite.png") no-repeat -150px 0;}
ul.portfolio li.twtd		{background: #fff url("../images/layout/port_sprite.png") no-repeat -200px 0;}
ul.portfolio li.jrio		{background: #fff url("../images/layout/port_sprite.png") no-repeat 0 -50px;}
ul.portfolio li.hrm			{background: #fff url("../images/layout/port_sprite.png") no-repeat -50px -50px;}
ul.portfolio li.irsite		{background: #fff url("../images/layout/port_sprite.png") no-repeat -100px -50px;}
ul.portfolio li.bahtma		{background: #fff url("../images/layout/port_sprite.png") no-repeat -150px -50px;}
ul.portfolio li.electric	{background: #fff url("../images/layout/port_sprite.png") no-repeat -200px -50px;}

ul.portfolio li span		{
	text-indent:-9999px;
	display:block;
}

ul.portfolio li:hover{
	border:2px solid #7ac141;
	cursor: pointer;
}

/*  
======
FLICKr
======
*/ 

#flickr {
	margin:0;
	position: relative;
}

#flickr ul {
	margin:0;
}

#flickr ul li {
	display:inline;
}

#flickr ul li img {
	background-color:#fff;
	border:2px solid #ccc;
	height:60px;
	margin:0 0px 6px 5px;
	padding:4px 4px 15px 4px;
	width:60px;
}

#flickr ul li a {
	padding: 0;
}

#flickr ul li a:hover{
	background-color: transparent;
	padding:0;
}

#flickr ul li a img:hover{
	border:2px solid #7ac141;
}

/* RSS FEEDS
============ */
a.rss{
	padding:0;
	text-indent:-9999px;
	height:20px;
	width:20px;
	position:absolute;
	right:10px;
	display: inline;
	text-decoration:none;
	color:#e7782f;
	background: url("../images/icons/icons2.gif") no-repeat right 2px;
}

a.rss:hover{
	color:#7ac141;
	background: url("../images/icons/icons2.gif") no-repeat right -18px;
}

/* COMMENTS RSS
==============*/

span.rss{ 
	background: transparent;
	border:none;
}

span.rss a{
	margin:0;
	padding:5px 23px 3px 3px;
	display: inline;
	text-decoration:none;
	color:#e7782f;
	background: url("../images/icons/icons2.gif") no-repeat right 2px;
}


span.rss a:hover{
	color:#7ac141;
	background: url("../images/icons/icons2.gif") no-repeat right -18px;
}

/* ------------- MY TWITTER FEED -------------- */
.my_twitter { background-color:#F1F5FE; padding:6px 10px; border:3px solid #D7E7FD; margin-bottom:18px; margin-top: 36px }
.my_twitter h2 { font-size:12px; margin-bottom:3px; padding-bottom:1px; font-weight:bold; border-bottom:2px solid #D7E7FD;
	background: url("../images/icon-bird.gif") no-repeat center left; padding-left:30px; }
.my_twitter p { margin: 0; }


/* 
===============
MY VINYL FEED
=============== 
*/

.vinyl {
	background-color:#F1F5FE;
	padding:6px 10px;
	border:3px solid #D7E7FD;
	margin-bottom:18px;
	margin-top:36px;
}

.vinyl h2 {
	font-size:12px;
	margin-bottom:3px;
	padding-bottom:1px;
	font-weight:bold;
	border-bottom:2px solid #D7E7FD;
}

.vinyl p {
	margin:0;
}


/* 
==========
GOOGLE ADS
========== 
*/

div.google_ads { margin: 34px 0 54px 0; }
div.google_ad { margin-bottom: 1em; border:1px solid #e1e1e1; padding:3px 3px 0 3px;}


/* 
======
FOOTER
======
*/

.footer{
	text-align:center;
	margin:0;
	padding:0;
	background-color:#7AC141;
	width:980px;
}

.footer p{
	margin-top:9px;
	margin-bottom:9px;
}

.footer a{
	color:#fff;
}

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

/*
=======
RESUME
======
*/

div.hresume {
	margin: 0;
	padding: 0;
}

div.hresume h2{
	line-height:1.2em;
	margin-bottom:18px;
}

.hresume h3.title{
	font-size:0.8em;
	margin:0;
	padding:0;
	text-transform:uppercase;
}

.hresume h4 {
	float: left;
	margin-bottom:0;
	margin-right:10px;
	font-size:1.8em;
}

ul.vcalendar li.vevent {
	list-style: none;
	list-style-image: none;
	font-size: 1em;
    border: none;
}

/* ID Selectors 
===============*/
#name {
	margin: 0;
	padding: 0;
}

#nameplate p.headline {
	margin-top: 0.4em;
	margin-bottom: 0;
}

#nameplate div.adr p.locality {
	margin-top: 0.4em;
}

#summary {
	margin-top: 2em;
}

#experience {
	overflow: hidden;
}

#education ul.vcalendar,
#experience ul.vcalendar {
	margin: 0;
}

#experience abbr.duration{
	font-size: .8em;
}

#experience ul.vcalendar li.experience {
	padding-bottom:18px;
	margin-bottom: 18px;
	border-bottom: 3px solid #D7E7FD;
}

#experience ul.vcalendar li.experience p.organization-details {
	color: #999;
	margin: 3px 0 0 0;
	line-height:2.3em;
}

#project-description {
	padding: 2em;
	background: #eee;
	margin: 2em 0 2em 0;
}

/* HIDING UNWANTED INFORMATION */
div.hresume .profile-header,
div.hresume hr,
div.hresume #main #overview,
#masthead,
#summary h2,
#summary h3,
#additional-information{
	display: none;
}