/*
Theme Name: Blue Wall
Theme URI: http://www.icon-king.org/
Version: 1.0
Author: David Vignoni
Author URI: http://www.icon-king.com/
Tags: blue
*/

/* Begin Typography & Colors */

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Calibri, Helvetica, Arial, Sans-Serif;
	background: #d5d6d7 url('images/body-background.gif');
	background-attachment: fixed;
	color: #555;
}

#page {
“	background: white url('images/page-background.png') no-repeat bottom center;
	text-align: left;
}

#header { background: white url('images/header-background.png') no-repeat top center }

#content { font-size: 1.25em }

.narrowcolumn .entry, .widecolumn .entry { line-height: 1.6em }

.article-info .postmetadata { text-align: left }

.alt { background-color: #f8f8f8 }

#footer {
	color: #0071BC;
	border: none;
	font-size: 1.1em
}

small {
	font-size: 0.9em;
	line-height: 1.5em
}

.highlight {
	background-color: #FFFF66;
}	

h1, h2, h3, h4 {
	font-family: 'Museo', 'Lucida Grande', 'Trebuchet MS', Helvetica, Arial, Sans-Serif;
	color: #0071BC;
	font-weight: normal;
}

h1 { font-size: 4em }

#logo .description { font-size: 1.2em }

h2 { font-size: 1.7em }

h2.blog-title, h2.article-title {
	font-size: 4em;
	font-family: 'Museo', 'Lucida Grande', 'Trebuchet MS', Helvetica, Arial, Sans-Serif;
	font-weight: normal;
}

h2.blog-title small { font-size: 0.6em }	

h3 { font-size: 1.2em }
	
h3.portfolio { font-size:1.2em }

h3.post-title { font-size:1.5em }

.excerpt {
	font-size: 1.3em;
	line-height: 1.5em;
	text-align: left;
	color: #4C5559
}

.search-result p {
	color: #666;
	line-height: 1.8em;
	background-image: url(images/excerpt-background.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
	
div.portfolio-description p {
	font-size: 0.9em;
	clear:left
}

span.portfolio-tag { font-size: 0.9em }

/* Discussion */

.commentlist li .avatar, .commentlist li .avatar-alt { 
	float: left;
	border: 1px solid #eee;
	padding: 1px;
	margin-right: 10px;
	background: #fff;
}

.commentlist li .avatar-alt { border-color: #009FE2 }

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}

.commentlist p {
	line-height: 1.5em;
	text-transform: none;
}

.commentmetadata { 
	font-weight: normal;
	text-transform: lowercase
 }

#sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, strike {
	color: #777;
}

code { font: 1.1em 'Courier New', Courier, Fixed }
	
blockquote {
	color: #2E596B;
	font-variant: normal;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	line-height: 1.4em;
}

span.quote-open, span.quote-close  { font-size: 1.8em; color: #75848a; }

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
}

a, a:visited {
	color: #009FE2;
	text-decoration: underline;
}

a:visited {
	color: #2E596B;
}

a:hover, a:active {
	background:#CCE2D6;
	color: #2E596B;
}

a.description-tab, a:visited.description-tab {
	font-size: 0.9em;
	color: #666;
	text-decoration: none }
a:hover.description-tab {
	text-decoration: underline;
	background-color: transparent;
}
	
.description-bg {
	background-color: #e6e6e6;
}

.corner-bottom-left {
	background-position: bottom left;
	background-image: url(images/rounded-bottom-left.png);
	background-repeat: no-repeat;		
}

.corner-bottom-right {
	background-position: bottom right;
	background-image: url(images/rounded-bottom-right.png);	
	background-repeat: no-repeat;
}

.corner-top-left {
	background-position: top left;
	background-image: url(images/rounded-top-left.png);	
	background-repeat: no-repeat;
}

.corner-top-right {
	background-position: top right;
	background-image: url(images/rounded-top-right.png);	
	background-repeat: no-repeat;
}


#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
}

#wp-calendar a {
	text-decoration: none;
}

#wp-calendar caption {
	font-weight: bold;
	font-size: 1.3em;
	text-align: center;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}

.date {
	color: #919CA1;
	text-transform: uppercase;
	font-size: 1.3em;
}

.box-meta { background-color: #DDE2DF }

.box-discussion { background-color: #2E596B }

.box-discussion h2, .box-discussion h3 { color: #CCE2D6 }

.postmetadata {font-size: 0.9em}
	
.portfolio-list strong {
	color: #0071BC;
	font-weight: normal;
}
	
.portfolio-list a {
	font-size: 0.9em;
}	
	
#sidebar {
	font-size: 1em
}
	
#sidebar ul li p, #sidebar ul li.recent-post-title, #sidebar ul li li  {
	font-size: 1.2em;
	line-height: 1.5em;
}
	
#sidebar h2 {
	font-size: 1.4em;
	text-transform: capitalize;
}


#sidebar ul li.recent-post-title a, #sidebar li.lastfm-item a {	
		font-size: 0.9em
}

#sidebar ul li ul li p.delicious-extended {font-size: 1em}
	
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 20px 0;
	padding: 0;
}

#page {
	background-color: white;
	margin: 10px auto;
	padding: 0;
	width: 800px;
}

#header {
	margin: 0;
	padding: 0;
	height: 60px;
	min-height: 60px;
}
	
#header.frontpage {
	height: 120px;
	min-height: 120px 
}	

#logo { margin: 7px 9px 0 }

div.blog {
	margin-top:20px;
}

div.digg-box {
	margin-left: 10px;
}

p {
	padding-left: 10px;
	margin: 0 0 10px 0;
}
	
.excerpt p {
	padding-top: 10px;
}	

h1, h2, h3 {
	padding-left: 10px;
}

h4 {
	margin: 6px 0 0;
	padding-left: 15px;	
}

h4.date { 
	margin-top: 3px;
	padding-left: 10px;
	}

.widecolumn .excerpt p {
	padding-top: 0;	
	margin-top: 0
}
	
#featured {
	height: 250px;
	min-height: 250px;
}

#featured .left-box, #featured .center-box {
	float:left;
}

#featured .center-box {
	padding-left:10px
}
	
#featured .right-box {
	float:right;
}
	
#projects {
	height: 190px;
	min-height: 190px;
}
	
.home-titles {
	height: 35px;
	min-height: 35px;
}

.home-titles a {
	float:right;
	margin: 10px 0 0 0;
}

#logo {
	margin: 0;
	width: 100%;
}
	
#logo .description {
	padding-left: 30px;
}	

.narrowcolumn {
	float: left;
	padding:0;
	margin: 0 0 0 20px;
	width: 500px;
}

.widecolumn {
	padding: 0px 0 20px 0;
	margin: 0 0 0 20px;
	width: 730px;
}

.post, .article {
	margin: 0 0 40px;
}
	
.article {
	margin-left: 90px;
	min-height: 200px;
}

.discussion {
	margin-left: 90px;
	min-height: 200px;
}

div.result {min-height: 80px}	
	
.widecolumn .post .article {
	margin-left: 300px;
}

.widecolum .post .article {margin-bottom: 0}
	
.post hr {
	display: block;
}
	
.article-info {
	padding: 0;
	width: 90px;
	float: left;
}

.search-result {
	margin: 0 0 20px 0;
}

#content .search-result p {
	text-align: justify;
	padding: 0 0 0 105px;	
}

.blogcolumn .post {
	margin: 0;
}

.article-info .postmetadata {
	margin-top: 0;
}

.widecolumn .postmetadata {
	margin: 30px 0;
}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.box-meta p, .box-discussion h2 { padding: 10px 10px }

.box-discussion {
	position: relative;
	z-index: 1;
 }

div.article { border-bottom: 2px solid #DDE0E2 }

div.column-1 {
	float:left;
	clear:left;
	width:50%;
	margin-right: 20px;
}

div.column-2 {
	float:left;
	width:46%
}

.portfolio-list strong, .portfolio-list span.tags  {
	padding-left: 5px;
}

span.quote-open { 
	vertical-align: sub;
	margin-right:8px
}
span.quote-close {
	vertical-align: sub;
	margin-left:8px
}

div.portfolio-description {
	width:470px;
	padding: 10px;
}

span.portfolio-tag { float: right }

div.archives {
	padding-left:10px;
	width:230px	
}

.clear { clear: both }

#footer {
	padding: 0;
	margin: 0 auto;
	width: 760px;
	height: 40px;
	min-height: 40px;
	clear: both;
}

#footer p { margin: 0 }
/* End Structure */



/*	Begin Headers */
h1 {
	padding: 20px 0 0 30px;
	margin: 0;
}

h2 {
	margin: 10px 0 5px 0;
}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

h2.blog-title {
	padding-left: 110px;
	margin-top: 0;
}

h2.article-title {
	padding-left: 120px;
	margin-top: 0;
}

#sidebar h2 { padding-left:5px }

h3 {
	margin: 0 0 5px 0;
}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
}

h3.portfolio {
	display:inline;
	float:left;
	margin: 5px 0 0;
}

.portfolio-description h3 {margin:0}
	
.home h2 {
	float:left;
	padding:5px 0 0 10px;
	margin:0;
}
	
h4.skills { clear:right }
	
/* End Headers */

/* Begin Sidebar */
#sidebar
{
	padding: 0 0 10px 0;
	margin-left: 530px;
	width: 250px;
}

#sidebar form {
	margin: 0;
}
/* End Sidebar */


/* Begin Images */

a:hover img {background: none }

p img {
	padding: 0;
	max-width: 100%;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
	
.centered {margin:0px auto}	

img.alignright {
	display: inline;
}

img.alignleft {
	display: inline;
	padding: 0 10px 10px 0;
}

.alignright {
	float: right
}

.alignleft {
	float: left
}

.article img.alignright {margin-left:10px}
	
#footer p img {
	display:inline;
	vertical-align: middle
}

#sidebar img.icon {vertical-align: middle; padding-right: 10px;}

#sidebar img.portrait {
	float:right;
	margin: 0 0 5px 10px;
	padding:0 10px;
}

#flickr-container {
	height: 150px;
	min-height: 150px;
	padding-left:7px;
}

#flickr-container .flickr a img {
	width:67px;
	padding:0;
	margin:0;
	border:3px solid #ddd;
}
	
#flickr-container .flickr a:hover img {
	border:3px solid #CCE2D6;
}

.flickr {
	margin:0 1px 1px 0;
	padding:0;
	float:left;
}
	
.rolloverlink img {	border:none; }
.rolloverlink .baseImage { position:absolute;}
.rolloverlink .overImage {top:0}


a.rolloverlink:hover, p a:hover img {background:none}

#featured img { margin:0; padding:0}

.portfolio-preview {
	margin:10px 0 0;
}

.showthumb { height:110px; min-height: 110px }

.result a img { padding-right: 10px; }
	
/* End Images */

/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 10px;
	list-style: disc inside none;
}

html>body .entry li {
	margin: 7px 0 8px 10px;
}

.entry ol {
	padding: 0 0 0 20px;
	margin: 0;
}

.entry ol li {
	margin: 0;
	padding: 0;
}

.entry ul.resume {
	padding:0;
	text-indent: 0;
	margin-top: 0;
}
	
.entry ul.resume li {
	margin-left:0;
	margin-top: 0;
}	

.project-link {
	font-size: 1.4em;
}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}
	
ul.skills li {
	display:inline;
	padding-left: 10px;
	margin:0
}

ul.portfolio-list {
	float: left;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	padding: 0 0 20px 0;
	margin: 0 !important;
}
	
li.portfolio-item {
	margin: 0;
	float: left;
	margin: 10px 25px 10px 0;
	width:100px;
	min-height:135px;
	height:135px;
}
	
ul.archives {
	font-size: 1.2em;
	list-style-image: none;
	list-style-position: inside;
	list-style-type: none;
	padding: 0;
	margin: 10px 0;
}
	
ul.archives li {
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 10px;
}

ul.archives li {
	line-height: 20px;
}

ul.wp-tag-cloud {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	padding: 0;
	padding: 0 0 0 10px;	
}

ul.tags {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	padding: 0 0 0 10px;
	margin: 0 0 10px 0;
	font-size: 0.9em;
}

ul.tags li, ul.wp-tag-cloud li{
	background-image: url(images/icon-tag.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left:16px;
	line-height: 26px;
}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	padding-left: 20px;
}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
}

#sidebar ul p, #sidebar ul select {
	margin:0;
	padding:0;
}
	
#sidebar ul li.recent-post-title { margin-bottom: 6px;}

#sidebar ul p {padding-left:5px; margin-bottom:10px;}	

#sidebar ul ul, #sidebar ul ol {
	margin: 0 0 0 5px;
	padding:0;	
}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	padding:0;	
}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 0;
}
	
#sidebar li.lastfm {
	margin-bottom: 0;
}

#sidebar li.lastfm-item {
	padding-left: 10px;
	background-image: url(images/icon-lastfm-track.png);
	background-position: left top;
	background-repeat: no-repeat;
}

li.archives-post {
	background-image: url(images/icon-article.png);
	background-position: 0px 3px;
	background-repeat: no-repeat;
	padding-left:16px;
}

/* End Entry Lists */

div.tip {
	background-color: #D4EDF7;
	padding: 10px;
	margin-bottom: 10px;
	color: #0071BC;
	border: 1px solid #A9DBEF;	
}

/* Begin Sidenotes */
#sidenotes {
	background: #FEF49C url(images/sidenotes-background.png) top center no-repeat;
	border: 1px solid #D5CE90;
}
	
#sidenotes p.delicious {
	padding:0 10px;
	color: #807A4D
}

/* Begin Form Elements */
#searchform {
	padding: 10px 3px 11px;
	background-image: url(images/search-background.png);
	background-position: center;
	width:230px;
	background-repeat: no-repeat;
}

#searchform #s {
	width: 175px;
	height: 13px;
	min-height: 13px;
	padding: 0;
/*	margin-left: 45px;*/
padding-left:35px;
	border:0;
	background-color: transparent;
	color:gray;
}

input {font-size:11px}
	
#searchform #s:hover, #searchform #s:focus {color:black}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
}

select {
	width: 130px;
}

#commentform label {text-transform: lowercase;}

#commentform small {color: #9DC4D5;}

#commentform p {color: white; padding: 0 0 5px 10px }

#commentform a { color: #CCE2D6 }
#commentform a:hover { color: #2E596B; background-color: #CCE2D6 }

#commentform input, #commentform textarea {
	width: 295px;
	max-width: 295px;
	max-height: 280px;
	padding: 2px;
	margin: 5px 0;
	border: none;
	border-right: 1px solid #9DC4D5;
	border-bottom: 1px solid #9DC4D5;
	font-size: 0.8em;
	font-weight: bold;
	
	}

#commentform #submit { border:none }
/* End Form Elements */


/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
}

.commentlist {
	padding: 0;
	text-align: justify;
}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
}

.commentlist li ul, .commentlist li ol { 
	padding-top: 10px;
	padding-bottom: 10px;
}

.commentlist li ul li {
	list-style: disc;
	margin: 0 0 5px 0;
	padding:0;
}

.commentlist li ol li {
	list-style:  decimal;
	margin: 0 0 5px 0;
	padding:0;	
}

.commentlist p {
	padding: 0 10px 10px 10px;
	margin:0
}

.commentballoon { margin-left:54px }

.commentmessage { background-color: #D4EDF7; color: #2E596B }

.commentmessage-alt { background-color: #009FE2; color:white }

.comment-wrap { padding: 10px 0 }

#commentform p {
	margin: 5px 0;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}

.commentmetadata {
	margin: 0;
}

#commentform {
	height:400px;
	min-height: 400px;
}

#comment-form-container {
	float:left;
}

#comment-form-container p {
	width: 320px;
}

#comment-preview {		
	margin: 0 0 0 340px;
	width: 290px;
}

#livePreview, #textile  {
	border: 1px solid #337B99;
	background-color: #1A323C;
	color:white;
	}

#livePreview li {
	color:white
}

#livePreview a { color: white}

#textile { padding:1px 0; color: white; }

#textile li {
	padding-left: 10px;
	padding-bottom: 0;
	padding-right: 0;
	padding-top: 0;
	width: 200px;
	max-width: 200px;
	font-family: Monaco, "Courier New", Courier, monospace;
	list-style-type: none;
	list-style-position: inside;
	font-size: 1em;
	line-height: 2em;
}

/* End Comments */


/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	display: block;
}

#wp-calendar caption {
	text-align: center;
	width: 100%;
}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
}

acronym, abbr {
	border-bottom: 1px dashed #999;
}

blockquote p{
	margin: 15px 10px 0 0;
	padding-left: 20px;
}
		

blockquote cite {
	margin: 5px 0 0;
	display: block;
}

.center {
	text-align: center;
}

.hidden {
	display: none;
}

.upper {text-transform: uppercase}

.lower {text-transform: lowercase}
	
.nopadding {padding:0}

.nomargin {margin:0}

hr {
	display: none;
}

p.comments {
	font-size: 2.5em;
}
p.comments {margin-bottom: 0}
p.comments a, p.comments a:visited {text-decoration: none;}

a img {
	margin:0;
	padding: 0;
	border: none;
	background: none;
}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
}

.delicious-network-username, .delicious-network-add	{ margin-left: 10px }
	
/* End Various Tags & Classes*/



/* Captions 
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}*/

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


/* FANCY MENU */

#menu {
position: relative;
height: 60px;
width: 322px;
padding: 0;
overflow: hidden;
float: right;
}
 
#menu ul {
padding: 0;
margin: 0;
}
 
/* Don't apply padding here (offsetWidth will differ in IE)
If you need padding add it to the child anchor */
#menu ul li {
float: left;
list-style: none;
}
 
#menu ul li a {
text-indent: -500em;
z-index: 10;
display: block;
float: left;
margin-top: 15px;
height: 30px;
position: relative;
overflow: hidden;
}

#menu-home a {
width: 64px;
background: url('images/menu-home.png') no-repeat center !important;
background: url('images/menu-home.gif') no-repeat center; /* ie! */
}


#menu-me a {
width: 44px;
background: url('images/menu-me.png') no-repeat center !important;
background: url('images/menu-me.gif') no-repeat center; /* ie! */
}
 
#menu-portfolio a {
width: 76px;
background: url('images/menu-portfolio.png') no-repeat center !important;
background: url('images/menu-portfolio.gif') no-repeat center;
}
 
#menu-projects a {
width: 76px;
background: url('images/menu-projects.png') no-repeat center !important;
background: url('images/menu-projects.gif') no-repeat center;
}

#menu-blog a {
width: 52px;
background: url('images/menu-blog.png') no-repeat center !important;
background: url('images/menu-blog.gif') no-repeat center;
}

	/* this is the moving background */
	
#menu li.background {
	background: url('images/menu-bg-right.png') no-repeat top right !important;
	background: url('images/menu-bg-right.gif') no-repeat top right;
	z-index: 8;
	position: absolute;
	visibility: hidden;
	margin-top: 15px;	
}
 
#menu .background .left {
	background: url('images/menu-background.png') no-repeat top left !important;
	background: url('images/menu-background.gif') no-repeat top left;
	height: 30px;	
	margin-right: 7px; /* 7px is the width of the rounded shape */
}


/* SLIMBOX */

#lbOverlay {
	position: absolute;
	z-index: 9999;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(images/slimbox-loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(images/slimbox-prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(images/slimbox-nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(images/slimbox-closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}
.feed {
  margin-left: 3px;
  padding: 0 0 0 19px;
  background: url(images/feed-icon-14x14.png) no-repeat 0 50%;
}

.feed:hover {  background: url(images/feed-icon-14x14-over.png) no-repeat 0 50%;}