/*
Theme Name: Chris W Burke 2010
Theme URI: http://www.chriswburke.com/
Description: 2010 Portfoio Blog 
Version: 1.0
Author: chris w burke
Author URI: http://www.chriswburke.com/
Tags: minimal, portfolio
*/

html, body, form,
h1, h2, h3, h4, h5, h6,
p, img, a
{
	margin:0;
	padding:0;
	outline:0;
	border:0;
}

/* EDIT THE PRIMARY COLOR HERE!! */
h3, a, .tagline p a, UL.clean LI a:hover, UL.large LI a:hover span
{
	color:#b86443;
}

body
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.9em;
	color:#333;
	background:url(http://c0551552.cdn.cloudfiles.rackspacecloud.com/images/bg_top_outer.jpg) repeat-x top;
}	

h1, h2, h3, h4, h5, h6 {  padding:8px 0; }
h1 { font-size:2.4em; color:#333; }
h2 { font-size:2.2em; color:#333; }
h3 { font-size:1.6em; }
h4 { font-size:1.5em; color:#777; }
h5 { font-size:1.4em; color:#333; }
h6 { font-size:1.2em; color:#333; letter-spacing:-0.02em; }

hr
{
	color:#fff;
	background-color:#fff;
	border:1px dotted #ccc;
	border-style:none none dotted; 
}

p
{
	padding:8px 0;
	line-height:140%;
}	
LI
{
	padding:3px 0;
}
a
{
	text-decoration:none;
}
a:hover
{
	color:#333;
}


.line
{
	border-bottom:1px dotted #ccc;
}

.pod
{
	padding:0 0 20px 0;
}


/* If nested UL's used in something such as a category list */
/* Does not work in IE6 but everything modern. */
.pod UL LI > UL
{
	margin:0;
	padding:3px 0 3px 20px;
}
.pod UL
{
	margin:0;
	padding:0;
}

.pod UL LI
{
	list-style-type:none;
	margin:0;
	padding:3px 0;
}

.alternate, .hidden
{
	display:none;
}

.contentwidth
{
	width:990px;
	margin:0 auto;
}

.left
{
	float:left;
}
.right
{
	float:right;
}

img.border-thin
{
	padding:1px;
	border:1px solid #ededee;
}
img.border-thick
{
	padding:1px;
/*
	border:4px solid #ededed;
*/
}
img.left,
img.alignleft
{
	float:left;
	margin:0 10px 10px 0;
}
img.right,
img.alignright
{
	float:right;
	margin:0 0 10px 10px;
}
img.center,
img.aligncenter
{
	display:block;
	margin:0 auto;
}



.main
{
	/* background:url(images/bg_top_inner.jpg) repeat-x top; */
	padding-bottom:20px;
}


.logo
{
	padding:40px 0 0 0;
}
.logo h1
{
	margin:0;
	padding:0;
	text-align:center;
	font-weight:normal;
	font-size:3em;
}
.logo h1 a
{
	color:#fff;
	padding:18px 30px 15px 30px;
	line-height:80px;
	background:#333333 url(http://c0551552.cdn.cloudfiles.rackspacecloud.com/images/logo_cutout.gif) no-repeat bottom right;
}
.logo h1 a:hover
{
	color:#ccc;
}

/* Added to support image logos */
.logo h1 a.custom
{
	background:none;
}
.menu
{
	padding:15px 0;
	text-align:center;
}
.menu UL
{
	margin:0 auto;
	padding:2px 0 0 0;
	border-top:1px dotted #afafaf;
	border-bottom:1px dotted #afafaf;
	text-align:center;
	width:540px;
}
.menu UL LI
{
	list-style-type:none;
	display:inline;
}
.menu UL LI a
{
	padding:0 20px;
	line-height:40px;
	color:#afafaf;
	text-transform:uppercase;
	font-weight:bold;
}
.menu UL LI a:hover,
.menu UL LI a.active,
.menu UL LI.current_page_item a,
.menu UL LI.current_page_parent a,
.current_page_item a
{
	color:#333;
}
h3, a, .tagline p a, UL.clean LI a:hover, UL.large LI a:hover span{ color:#0f7cc9;}
UL.sub-menu
{
	margin:0;
	padding:0;
}
UL.sub-menu LI
{
	margin:0;
	padding:0;
	list-style-type:none;
	display:inline;
}
UL.sub-menu LI a
{
	padding:5px 10px 0 0;
	font-size:75%;
}
UL.sub-menu LI a.active
{
	color:#333;
}
UL.footer-menu
{
	margin:0;
	padding:0;
}
UL.footer-menu LI
{
	display:inline;
	text-align:center;
}
UL.footer-menu LI a
{
	padding:0 5px;
	font-size:95%;
}

.tagline
{
	padding:20px 0;
}
.tagline p
{
	text-align:center;
	font-size:1.8em;
	color:#afafaf;
	line-height:1.1em;
	letter-spacing:-0.04em;
	background:#fff; /* Only needed if you fade in the tagline with jquery, IE leaves a jagged look */
}
.tagline p a:hover
{
	color:#333;
}

p.tags a
{
	background:#eee;
	padding:1px 6px;
	border-left:2px solid #ddd;
}


UL.clean
{
	margin:0;
	padding:0;
	border-top:1px solid #ccc;
}
UL.clean LI
{
	margin:0;
	padding:0;
	list-style-type:none;
	display:inline;
}
UL.clean LI a
{
	color:#333;
	display:block;
	border-bottom:1px solid #ccc;
	padding:6px 10px;
	font-size:90%;
}
UL.clean LI a.highlight
{
	background:#f0f0f0;
}
UL.clean LI a span
{
	margin-right:10px;
}
.column
{
	float:left;
	margin-right:40px;
	padding:20px 0;
}
.last
{
	margin:0;
}
.column300
{
	width:300px;
}
.column600
{
	width:600px;
}
.commentslink
{
	padding-top:20px;
}
.meta
{
	padding:3px 10px;
	font-size:75%;
	background:#efefef;
}
.date
{
	padding-right:10px;
	font-weight:bold;
}

a.rss
{
	background:url(http://c0551552.cdn.cloudfiles.rackspacecloud.com/images/icon_rss.gif) no-repeat bottom right;
	height:24px;
	width:15px;
}

UL.social
{
	margin:0;
	padding:0;
}
UL.social LI
{
	margin:0;
	padding:0;
	list-style-type:none;
	display:inline;
}
UL.social LI a
{
	display:block;
	float:left;
	width:32px;
	height:32px;
	padding:0 15px 20px 0;
	background-repeat:no-repeat;
}


UL.large
{
	margin:0;
	padding:0;
}
UL.large LI
{
	list-style-type:none;
	margin:0;
	padding:0;
}
UL.large LI a
{
	padding:20px 0 20px 80px;
	display:block;
	color:#afafaf;
	font-size:110%;
	background-position:left center;
	background-repeat:no-repeat;
}
UL.large LI a:hover
{
	color:#333;
}
UL.large LI a:hover span.heading
{
	color:#333;
}
UL.large span
{
	display:block;
}
UL.large span.heading
{
	font-size:1.4em;
	font-weight:bold;
	color:#333;
}
UL.large span.summary
{
	font-weight:bold;
}

.footer-outer
{
	background:#f0f0f0;
	border-top:1px solid #f0f0f0;
}
.footer .contentwidth
{
	padding:20px 0 80px 0;
}
.footer
{
	background:#f0f0f0 url(http://c0551552.cdn.cloudfiles.rackspacecloud.com/images/bg_bottom_outer.gif) repeat-x top;
	text-align:center;
	color:#afafaf;
	font-size:80%;
}


/* Contact Form */
#message
{
	color:#990000;
	font-weight:bold;
}
.standardForm
{
	margin-bottom:15px;
}
.standardForm .textbox, .standardForm .textarea
{
	font-family: Helvetica, Verdana, Arial, sans-serif;
	color: #afafaf;
	width:500px;
	padding:7px;
	font-size:110%;
	font-weight:bold;
}
#commentform input, #commentform textarea
{
	width:300px;
	padding:7px;
	font-size:90%;
	font-weight:bold;
}
.standardForm .textbox, .standardForm .textarea,  .standardForm .submit,
#commentform input, #commentform textarea
{
	border:3px solid #eee;
	background:#fefefe;
}
#commentform #comment
{
	width:450px;
	font-size:100%;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
}
#commentform #submit
{
	width:150px;
}
#commentform label
{
	margin:0 0 0 10px;
}
.standardForm .field
{
	padding:5px 0;
}
.standardForm label
{
	font-weight:bold;
	display:block;
	padding-bottom: 7px;
}
.standardForm .textbox
{
	display:block;
}
.standardForm .textarea
{
	height:175px;
}
.standardForm .submit,
#commentform #submit
{
	font-weight:bold;
	background:#ccc;
	padding:5px;
	color:#fff;
}



/* Searchform */
#searchform .screen-reader-text
{
	display:none;
}
#searchform #s
{
	padding:5px;
	border:0;
	border-left:1px solid #eee;
	border-bottom:1px solid #eee;
	background:#fff;
	width:200px;
}
#searchform #searchsubmit
{
	background:#fff;
	border:0;
	font-weight:bold;
	width:80px;
}

/* Comments */
h3#comments,
#respond h3
{
	font-size:95%;
	color:#333;
}
OL.commentlist,
OL.commentlist LI
{
	list-style-type:none;
	margin:0;
	padding:0;
}
OL.commentlist .vcard
{
	border-top:1px dotted #ccc;
	margin:10px 0;
	padding:10px 0;
}
OL.commentlist .avatar
{
	float:left;
	border:1px solid #ccc;
	padding:1px;
}
OL.commentlist .commentmetadata
{
	float:right;
	font-size:70%;
}
OL.commentlist .fn
{
	font-weight:bold;
	float:left;
	padding:10px;
}
OL.commentlist .says
{
	display:none;
}
OL.commentlist p
{
	display:block;
	clear:both;
	font-size:90%;
}
OL.commentlist a.comment-reply-link
{
	font-weight:bold;
	font-size:90%;
}






.excerpt
{
	font-size:85%;
}

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
   text-align:center;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -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;
}
/************************************************************/
/*							WRAPPER							*/
/************************************************************/
html,
body {
   margin:0;
   padding:0;
   height:100%;
}

#wrapper{min-height: 100%;position: relative;}
#outer{padding-bottom: 200px;}

/************************************************************/
/*							FOOTER							*/
/************************************************************/

#footerwrap{min-width: 990px; height: 475px; background-repeat: repeat-x; background-image: url(http://c0551552.cdn.cloudfiles.rackspacecloud.com/img/footer_bg.jpg); width: 100%;}
#footer{overflow: hidden; padding: 21px; max-height: 430px; max-width: 990px; height: 430px; position: absolute; margin-left: -495px; left: 50%; width: 990px;}
h2.taglines{ font-size: 22px; color: white; margin-top: 14px;}

/* Tab Nav */
UL.tabNavigation {list-style: none; margin: 0; padding: 0;	}
UL.tabNavigation LI {display: inline;padding-right: 14px;}
UL.tabNavigation LI A {padding: 3px 5px; color: #000; opacity:0.5; filter:alpha(opacity=50);zoom:1;}
UL.tabNavigation LI A.selected, UL.tabNavigation LI A:hover {opacity:1.0;filter:alpha(opacity=100);color: #fff;padding-top: 7px;zoom:1;}
UL.tabNavigation LI A:focus {outline: 0;}
.waste {min-height: 1000px;}
#footer .tabs{height: 230px;margin-top:16px;overflow: hidden;}


/* Footer links */
#footlinks {height:150px;margin-top:35px;}
#footlinks ul{padding-left:0;line-height: 2em; font-size: 12px; font-family: "Lucida Grande", Verdana, Arial, sans-serif; float:left;padding-right: 80px;}
#footlinks li {padding:0px 0; list-style: none;}
#footlinks li a {color:white;text-decoration: none;}
#footlinks li a:hover {color:white;text-decoration: underline;}
#footlinks li:first-child {font-weight: bold;}
#footlinks li:first-child a:hover {text-decoration: none;}

#footlinks .feed {float:right;margin-top:15px;margin-right:200px;opacity:0.65; filter:alpha(opacity=65);zoom:1;}
#footlinks .feed:hover {float:right;margin-top:15px;margin-right:200px;opacity:1.0; filter:alpha(opacity=100);zoom:1;}

/************************************************************/
/*							PLUGINS							*/
/************************************************************/
#flickr img {
border-color:white;
border-style:solid;
border-width:3px 4px 13px;
height:88px;
margin-right:27px;
margin-top:11px;
}
#ilastfm {height:150px; padding-left: 0; margin-left: 0;}
#ilastfm li {
position: relative;
float:left;
list-style-image:none;
list-style-type:none;
padding:0 8px;
}
#ilastfm li img {width:100px;height:100px;}

#ilastfm span.lastfmcd {position: absolute;}
#ilastfm span.lastfmcd img {
height:104px;
margin-top:-2px;
width:101px;
}
#vimeo ul {
height:250px;
padding-left:0;
width:660px;
}
#vimeo li {
float:left;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
padding:0 16px 0 0;
}
#vimeo li img {
border:3px solid white;
height:100px;
}

/*
#gvwindow{width:560px;height:340px;display:block ;background: #fff;}
#gvwindow object{display:block;margin-left:auto;margin-right: auto; text-align: left;width:230px;}
*/


/* clearfix start */ 
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.clearfix {
    display: inline-block;
}
html[xmlns] .clearfix {
    display: block;
}
* html .clearfix {
    height: 1%;
}
/* clearfix end */ 

/* FancyBox */
div#fancy_overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 30;
}

div#fancy_loading {
	position: absolute;
	height: 40px;
	width: 40px;
	cursor: pointer;
	display: none;
	overflow: hidden;
	background: transparent;
	z-index: 100;
}

div#fancy_loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background: transparent url('http://c0551552.cdn.cloudfiles.rackspacecloud.com/images/fancy_progress.png') no-repeat;
}

div#fancy_outer {
	position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    padding: 20px 20px 40px 20px;
    margin: 0;
    background: transparent;
    display: none;
}

div#fancy_inner {
	position: relative;
	width:100%;
	height:100%;
	background: #FFF;
}

div#fancy_content {
	margin: 0;
	z-index: 100;
	position: absolute;
}

div#fancy_div {
	background: #000;
	color: #FFF;
	height: 100%;
	width: 100%;
	z-index: 100;
}

img#fancy_img {
	position: absolute;
	top: 0;
	left: 0;
	border:0; 
	padding: 0; 
	margin: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
}

div#fancy_close {
	position: absolute;
	top: -12px;
	right: -15px;
	height: 30px;
	width: 30px;
	background: url('http://c0551552.cdn.cloudfiles.rackspacecloud.com/images/fancy_closebox.png') top left no-repeat;
	cursor: pointer;
	z-index: 181;
	display: none;
}

#fancy_frame {
	position: relative;
	width: 100%;
	height: 100%;
	display: none;
}

#fancy_ajax {
	width: 100%;
	height: 100%;
	overflow: auto;
}

a#fancy_left, a#fancy_right {
	position: absolute; 
	bottom: 0px; 
	height: 100%; 
	width: 35%; 
	cursor: pointer;
	z-index: 111; 
	display: none;
	background-image: url("data:image/gif;base64,AAAA");
	outline: none;
	overflow: hidden;
}

a#fancy_left {
	left: 0px; 
}

a#fancy_right {
	right: 0px; 
}

span.fancy_ico {
	position: absolute; 
	top: 50%;
	margin-top: -15px;
	width: 30px;
	height: 30px;
	z-index: 112; 
	cursor: pointer;
	display: block;
}

span#fancy_left_ico {
	left: -9999px;
	background: transparent url('http://c0551552.cdn.cloudfiles.rackspacecloud.com/images/fancy_left.png') no-repeat;
}

span#fancy_right_ico {
	right: -9999px;
	background: transparent url('http://c0551552.cdn.cloudfiles.rackspacecloud.com/images/fancy_right.png') no-repeat;
}

a#fancy_left:hover, a#fancy_right:hover {
	visibility: visible;
	background-color: transparent;
}

a#fancy_left:hover span {
	left: 20px; 
}

a#fancy_right:hover span {
	right: 20px; 
}

#fancy_bigIframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}

div#fancy_bg {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}
	
div.fancy_bg {
	position: absolute;
	display: block;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}

div#fancy_bg_n {
	top: -20px;
	left: 0;
	width: 100%;
	height: 20px;
	background: transparent url('http://c0551552.cdn.cloudfiles.rackspacecloud.com/images/fancy_shadow_n.png') repeat-x;
}

div#fancy_bg_ne {
	top: -20px;
	right: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('http://c0551552.cdn.cloudfiles.rackspacecloud.com/images/fancy_shadow_ne.png') no-repeat;
}

div#fancy_bg_e {
	right: -20px;
	height: 100%;
	width: 20px;
	background: transparent url('http://c0551552.cdn.cloudfiles.rackspacecloud.com/images/fancy_shadow_e.png') repeat-y;
}

div#fancy_bg_se {
	bottom: -20px;
	right: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('fancy_shadow_se.png') no-repeat;
}

div#fancy_bg_s {
	bottom: -20px;
	left: 0;
	width: 100%;
	height: 20px;
	background: transparent url('http://c0551552.cdn.cloudfiles.rackspacecloud.com/images/fancy_shadow_s.png') repeat-x;
}

div#fancy_bg_sw {
	bottom: -20px;
	left: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('http://c0551552.cdn.cloudfiles.rackspacecloud.com/images/fancy_shadow_sw.png') no-repeat;
}

div#fancy_bg_w {
	left: -20px;
	height: 100%;
	width: 20px;
	background: transparent url('http://c0551552.cdn.cloudfiles.rackspacecloud.com/images/fancy_shadow_w.png') repeat-y;
}

div#fancy_bg_nw {
	top: -20px;
	left: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('http://c0551552.cdn.cloudfiles.rackspacecloud.com/images/fancy_shadow_nw.png') no-repeat;
}

div#fancy_title {
	position: absolute;
	z-index: 100;
	display: none;
}

div#fancy_title div {
	color: #FFF;
	font: bold 12px Arial;
	padding-bottom: 3px;
	white-space: nowrap;
}

div#fancy_title table {
	margin: 0 auto;
}

div#fancy_title table td {
	padding: 0;
	vertical-align: middle;
}

td#fancy_title_left {
	height: 32px;
	width: 15px;
	background: transparent url('http://c0551552.cdn.cloudfiles.rackspacecloud.com/images/fancy_title_left.png') repeat-x;
}

td#fancy_title_main {
	height: 32px;
	background: transparent url('http://c0551552.cdn.cloudfiles.rackspacecloud.com/images/fancy_title_main.png') repeat-x;
}

td#fancy_title_right {
	height: 32px;
	width: 15px;
	background: transparent url('http://c0551552.cdn.cloudfiles.rackspacecloud.com/images/fancy_title_right.png') repeat-x;
}
