
/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
body {line-height:1.5;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}

/* typography.css */
body {font-size:75%;color:#222;background:#fff;font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;}
h1, h2, h3, h4, h5, h6 {font-weight:normal;color:#111;}
h1 {font-size:3em;line-height:1;margin-bottom:0em;}
h2 {font-size:2em;margin-bottom:0.75em;}
h3 {font-size:1.5em;line-height:1;margin-bottom:1em;}
h4 {font-size:1.2em;line-height:1.25;margin-bottom:1.25em;height:1.25em;}
h5 {font-size:1em;font-weight:bold;margin-bottom:1.5em;}
h6 {font-size:1em;font-weight:bold;}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin:0;}
p {margin-bottom: 1.5em;}
p img.left {float:left;margin:1.5em 1.5em 1.5em 0;padding:0;}
p img.right {float:right;margin:1.5em 0 1.5em 1.5em;}

blockquote {margin:1.5em;color:#666;font-style:italic;}
strong {font-weight:bold;}
em, dfn {font-style:italic;}
dfn {font-weight:bold;}
sup, sub {line-height:0;}
abbr, acronym {border-bottom:1px dotted #666;}
address {margin:0 0 1.5em;font-style:italic;}
del {color:#666;}
pre, code {margin:1.5em 0;white-space:pre;}
pre, code, tt {font:1em 'andale mono', 'lucida console', monospace;line-height:1.5;}
li ul, li ol {margin:0 1.5em;}
ul, ol {margin:0 1.5em 1.5em 1.5em;}
ul {list-style-type:disc;}
ol {list-style-type:decimal;}
dl {margin:0 0 1.5em 0;}
dl dt {font-weight:bold;}
dd {margin-left:1.5em;}
table {margin-bottom:1.4em;width:100%;}
th {font-weight:bold;background:#C3D9FF;}
th, td {padding:4px 10px 4px 5px;}
tr.even td {background:#E5ECF9;}
tfoot {font-style:italic;}
caption {background:#eee;}
.small {font-size:.8em;margin-bottom:1.875em;line-height:1.875em;}
.large {font-size:1.2em;line-height:2.5em;margin-bottom:1.25em;}
.hide {display:none;}
.quiet {color:#666;}
.loud {color:#000;}
.highlight {background:#ff0;}
.added {background:#060;color:#fff;}
.removed {background:#900;color:#fff;}
.first {margin-left:0;padding-left:0;}
.last {margin-right:0;padding-right:0;}
.top {margin-top:0;padding-top:0;}
.bottom {margin-bottom:0;padding-bottom:0;}

/* Surround uppercase words and abbreviations with this class.
   Based on work by Jørgen Arnor Gårdsø Lom [http://twistedintellect.com/] */
   
.caps { 
  font-variant: small-caps; 
  letter-spacing: 1px; 
  text-transform: lowercase; 
  font-size:1.2em;
  line-height:1%;
  font-weight:bold;
  padding:0 2px;
}

/* grid.css */
.container {width:950px;margin:0 auto;}
.showgrid {background:url(src/grid.png);}
body {margin:1.5em 0;}
div.span-1, div.span-2, div.span-3, div.span-4, div.span-5, div.span-6, div.span-7, div.span-8, div.span-9, div.span-10, div.span-11, div.span-12, div.span-13, div.span-14, div.span-15, div.span-16, div.span-17, div.span-18, div.span-19, div.span-20, div.span-21, div.span-22, div.span-23, div.span-24 {float:left;margin-right:10px;}
div.last {margin-right:0;}
.span-1 {width:30px;}
.span-2 {width:70px;}
.span-3 {width:110px;}
.span-4 {width:150px;}
.span-5 {width:190px;}
.span-6 {width:230px;}
.span-7 {width:270px;}
.span-8 {width:310px;}
.span-9 {width:350px;}
.span-10 {width:390px;}
.span-11 {width:430px;}
.span-12 {width:470px;}
.span-13 {width:510px;}
.span-14 {width:550px;}
.span-15 {width:590px;}
.span-16 {width:630px;}
.span-17 {width:670px;}
.span-18 {width:710px;}
.span-19 {width:750px;}
.span-20 {width:790px;}
.span-21 {width:830px;}
.span-22 {width:870px;}
.span-23 {width:910px;}
.span-24, div.span-24 {width:950px;margin:0;}
.append-z1 {padding-right:20px;}
.append-1 {padding-right:40px;}
.append-z2 {padding-right: 60px;}
.append-2 {padding-right:80px;}
.append-3 {padding-right:120px;}
.append-4 {padding-right:160px;}
.append-5 {padding-right:200px;}
.append-6 {padding-right:240px;}
.append-7 {padding-right:280px;}
.append-8 {padding-right:320px;}
.append-9 {padding-right:360px;}
.append-10 {padding-right:400px;}
.append-11 {padding-right:440px;}
.append-12 {padding-right:480px;}
.append-13 {padding-right:520px;}
.append-14 {padding-right:560px;}
.append-15 {padding-right:600px;}
.append-16 {padding-right:640px;}
.append-17 {padding-right:680px;}
.append-18 {padding-right:720px;}
.append-19 {padding-right:760px;}
.append-20 {padding-right:800px;}
.append-21 {padding-right:840px;}
.append-22 {padding-right:880px;}
.append-23 {padding-right:920px;}
.prepend-z1 {padding-left:20px;}
.prepend-1 {padding-left:40px;}
.prepend-2 {padding-left:80px;}
.prepend-3 {padding-left:120px;}
.prepend-4 {padding-left:160px;}
.prepend-5 {padding-left:200px;}
.prepend-6 {padding-left:240px;}
.prepend-7 {padding-left:280px;}
.prepend-8 {padding-left:320px;}
.prepend-9 {padding-left:360px;}
.prepend-10 {padding-left:400px;}
.prepend-11 {padding-left:440px;}
.prepend-12 {padding-left:480px;}
.prepend-13 {padding-left:520px;}
.prepend-14 {padding-left:560px;}
.prepend-15 {padding-left:600px;}
.prepend-16 {padding-left:640px;}
.prepend-17 {padding-left:680px;}
.prepend-18 {padding-left:720px;}
.prepend-19 {padding-left:760px;}
.prepend-20 {padding-left:800px;}
.prepend-21 {padding-left:840px;}
.prepend-22 {padding-left:880px;}
.prepend-23 {padding-left:920px;}
div.border {padding-right:4px;margin-right:5px;border-right:1px solid #eee;}
div.colborder {padding-right:24px;margin-right:25px;border-right:1px solid #eee;}
.pull-1 {margin-left:-40px;}
.pull-z1{margin-left:-20px;}
.pull-2 {margin-left:-80px;}
.pull-3 {margin-left:-120px;}
.pull-4 {margin-left:-160px;}
.pull-5 {margin-left:-200px;}
.pull-6 {margin-left:-240px;}
.pull-7 {margin-left:-280px;}
.pull-8 {margin-left:-320px;}
.pull-9 {margin-left:-360px;}
.pull-10 {margin-left:-400px;}
.pull-11 {margin-left:-440px;}
.pull-12 {margin-left:-480px;}
.pull-13 {margin-left:-520px;}
.pull-14 {margin-left:-560px;}
.pull-15 {margin-left:-600px;}
.pull-16 {margin-left:-640px;}
.pull-17 {margin-left:-680px;}
.pull-18 {margin-left:-720px;}
.pull-19 {margin-left:-760px;}
.pull-20 {margin-left:-800px;}
.pull-21 {margin-left:-840px;}
.pull-22 {margin-left:-880px;}
.pull-23 {margin-left:-920px;}
.pull-24 {margin-left:-960px;}
.pull-1, .pull-2, .pull-3, .pull-4, .pull-5, .pull-6, .pull-7, .pull-8, .pull-9, .pull-10, .pull-11, .pull-12, .pull-13, .pull-14, .pull-15, .pull-16, .pull-17, .pull-18, .pull-19, .pull-20, .pull-21, .pull-22, .pull-23, .pull-24 {float:left;position:relative;}
.push-1 {margin:0 -40px 1.5em 40px;}
.push-2 {margin:0 -80px 1.5em 80px;}
.push-3 {margin:0 -120px 1.5em 120px;}
.push-4 {margin:0 -160px 1.5em 160px;}
.push-5 {margin:0 -200px 1.5em 200px;}
.push-6 {margin:0 -240px 1.5em 240px;}
.push-7 {margin:0 -280px 1.5em 280px;}
.push-8 {margin:0 -320px 1.5em 320px;}
.push-9 {margin:0 -360px 1.5em 360px;}
.push-10 {margin:0 -400px 1.5em 400px;}
.push-11 {margin:0 -440px 1.5em 440px;}
.push-12 {margin:0 -480px 1.5em 480px;}
.push-13 {margin:0 -520px 1.5em 520px;}
.push-14 {margin:0 -560px 1.5em 560px;}
.push-15 {margin:0 -600px 1.5em 600px;}
.push-16 {margin:0 -640px 1.5em 640px;}
.push-17 {margin:0 -680px 1.5em 680px;}
.push-18 {margin:0 -720px 1.5em 720px;}
.push-19 {margin:0 -760px 1.5em 760px;}
.push-20 {margin:0 -800px 1.5em 800px;}
.push-21 {margin:0 -840px 1.5em 840px;}
.push-22 {margin:0 -880px 1.5em 880px;}
.push-23 {margin:0 -920px 1.5em 920px;}
.push-24 {margin:0 -960px 1.5em 960px;}
.push-1, .push-2, .push-3, .push-4, .push-5, .push-6, .push-7, .push-8, .push-9, .push-10, .push-11, .push-12, .push-13, .push-14, .push-15, .push-16, .push-17, .push-18, .push-19, .push-20, .push-21, .push-22, .push-23, .push-24 {float:right;position:relative;}
.box {padding:1.5em;margin-bottom:1.5em;background:#E5ECF9;}
hr {background:#ddd;color:#ddd;clear:both;float:none;width:100%;height:.1em;margin:0 0 1.45em;border:none;}
hr.space {background:#fff;color:#fff;}
.clearfix:after, .container:after {content:".";display:block;height:0;clear:both;visibility:hidden;}
.clearfix, .container {display:inline-block;}
* html .clearfix, * html .container {height:1%;}
.clearfix, .container {display:block;}
.clear {clear:both;}

/* forms.css */
label {font-weight:bold;}
fieldset {padding:1.4em;margin:0 0 1.5em 0;border:1px solid #ccc;}
legend {font-weight:bold;font-size:1.2em;}
input.text, input.title, textarea, select {margin:0.5em 0;border:1px solid #bbb;}
input.text:focus, input.title:focus, textarea:focus, select:focus {border:1px solid #666;}
input.text, input.title {width:300px;padding:5px;}
input.title {font-size:1.5em;}
textarea {width:390px;height:250px;padding:5px;}
.error, .notice, .success {padding:.8em;margin-bottom:1em;border:2px solid #ddd;}
.error {background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;}
.notice {background:#FFF6BF;color:#514721;border-color:#FFD324;}
.success {background:#E6EFC2;color:#264409;border-color:#C6D880;}
.error a {color:#8a1f11;}
.notice a {color:#514721;}
.success a {color:#264409;}

/* Misc classes
-------------------------------------------------------------- */
.offwhite {color: #EFEFEF;}
.silver {color: #CFCFCF;}

.small      { font-size: .8em; margin-bottom: 1.875em; line-height: 1.875em; }
.large      { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }
.hide       { display: none; }

.quiet      { color: #666; }
.loud       { color: #000; }
.highlight  { background:#ff0; }
.added      { background:#060; color: #fff; }
.removed    { background:#900; color: #fff; }

.first      { margin-left:0; padding-left:0; }
.last       { margin-right:0; padding-right:0; }
.top        { margin-top:0; padding-top:0; }
.bottom     { margin-bottom:0; padding-bottom:0; }
body {
   background: url(http://www.zacharydesigns.com/wp-content/themes/zacharydesigns/images/plaidbg.jpg) #040200;
   background-position: 0px 2px ;
   color: #fff; 
   background-repeat: repeat-x;

}
a:link,a:visited {text-decoration:none; color: #000; }
a:hover {text-decoration: underline;}


header-left {
padding-top:10px;
}
#header-left h1 a 
{
background-color: transparent;
background-image: url(http://www.zacharydesigns.com/wp-content/themes/zacharydesigns/images/logo.png);
background-repeat: no-repeat;
background-attachment: scroll;
background-position: left top;
display: block;
height: 47px;
text-decoration: none;
text-indent: -1000em;
width: 239px;
z-index: 1000000;
margin-top: 0pt;
margin-right: 0pt;
margin-bottom: 0pt;
margin-left: 30pt;
}




 #navmenu {
position: relative;
height: 49px;
width: 946px;
background:url(http://www.zacharydesigns.com/wp-content/themes/zacharydesigns/images/menubg.png) no-repeat top;
padding-top: 2px;
text-align: center;
margin: 0 auto;
overflow: hidden;
}
#navmenu li{
margin: 4px 10px 0px 10px;
}
#navmenu ul li a {
z-index: 10;
display: block;
height: 24px;
position: relative;
overflow: hidden;
text-decoration: none;
color: #AA9E96;
margin-left: 15px;
text-indent: 5px;
}

#navmenu ul li a:hover {color: #CFBFB5;
}
.lavaLamp li {
float: left;
list-style: none;
}
.lavaLamp  li.back {
            background: url(http://www.zacharydesigns.com/wp-content/themes/zacharydesigns/images/lava2.png) repeat;
            width: 100%;
            z-index: 8;
            padding:0 0 5px 0;
            position: absolute;
			margin-top: 4px;
			margin-left: 0px;
			border-right: 1px solid #3F3F3F;
                        border-left: 1px solid #3F3F3F;
        }
.lavaLamp li a {
                      
                        outline: none;
                        text-align: center;
                        top: 7px;
                        text-transform: uppercase;
                      letter-spacing: .2em;
                        z-index: 10;
                        display: block;
                       
                        height: 50px;
                        position: relative;
                        overflow: hidden;
                       
                    }
.lavaLamp li  a:hover, .lavaLamp li a:active, .lavaLamp li a:visited {
                            border: none;
                        } 


.portpad {margin-left: 20px; margin-top: 20px; margin-right: 10px;}
.toppad {margin-top: 20px;}
.porttitle {
padding-bottom: 10px;
padding-left: 380px;
}

.adj {
float:right;
margin-right: 80px;
margin-top: 15px;
width: 224px;
height; 169px;
}

.textwidget img.resumelink {
border: 1px solid #3d3d3d;
margin-top: 20px;
}
/******* Typography
The font-size percentage is of 16px. (0.75 * 16px = 12px)
***************************************/
   
body {
   font-size: 90%; 
   font-family:arial, verdana, Geneva, Verdana, "Lucida Grande", Arial, sans-serif;
}

h1,h2,h3,h4,h5,h6 { 
  color: #000080; 
}

h2 {
font-weight: normal;
}

 .err {
color: #6F0907;
}

.alignleft {
float: left;
margin: 10px;
}
p img.aligncenter {text-align: center; margin:1.5em auto 1.5em auto;}
/* SlipFire created typography classes
***************************************/

.medium { font-size: 1em; line-height: 2.1875em;}

.center {text-align:center;}

.byline{ font-size: .8em; line-height: 1em;}

.timestamp{ font-size: .8em; line-height: 1.2em;}

.commentnum{ font-size: .8em; line-height: 1.2em;}

.incategory{ font-size: 1em; line-height: 1.2em;}




li { list-style: none inside;}

.fancybullet li {
      list-style: none;
	background: url(images/bullet.gif) no-repeat top left;
	padding: 0px 0px 5px 18px;
      margin: 0px 0px 0px 0px;
}


.border-left{
  margin-left: 7px;
  padding-left: 7px;
  border-left: 1px solid #ddd;
}

.border-right{
  margin-right: 7px;
  padding-right: 7px;
  border-right: 1px solid #ddd;
}

.border-top{
  margin-top: 7px;
  padding-top: 7px;
  border-top: 1px solid #ddd;
}

.border-bottom{
  margin-bottom: 7px;
  padding-bottom: 7px;
  border-bottom: 1px solid #ddd;
}


/********************************************************************************
             searchbox
********************************************************************************/
input, select, textarea

{
font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
font-style: normal;
font-variant: normal;
font-weight: normal;
font-size: 100%;
line-height: normal;
padding-top: 5px;
padding-right: 5px;
padding-bottom: 5px;
padding-left: 5px;
border-width: 1px;
border-bottom-width: 1px;
border-style: solid;
border-color: #413524;
color: #fff;
background-color: #000000;

}


input:hover 
{
border-width: 1px;
border-style: solid;
border-color: #dd9d5f;

}
#searchform {margin-top: 15px;margin-bottom: -12px;}
#searchform label {
font-weight: normal;
padding-right: 5px;
}
span.search {
line-height: 1em;
font-weight: normal;
color: #AA9E96;;
}
.searchbutt {
padding:4px 0 3px 0;
margin-bottom: 2px;
cursor:pointer;
color: #bbc397!important;
vertical-align:middle;
font-variant: small-caps;
width: 70px;
}

/* PORTFOLIO *************************************************************************/

.flir-image {
margin-top: 8px;
}

/* custom fields styles ********************************************************/
.port {
padding: 10px 10px 20px 10px;
border: 1px solid #3d3d3d;
margin-bottom: 15px;
background-image:url(http://www.zacharydesigns.com/wp-content/themes/zacharydesigns/images/portbg.png);
}

.postimg2 {
float: right;
padding-bottom: 10px;
}
.more-link {
float: right;
margin-top: -24px;
margin-right: 60px;
}
.readmore{
float: right;
margin-top: -24px;
margin-right: 60px;
}
.thumb1 {
margin: 0 3px 18px 10px;
padding: 0;
float: left;
width:304px;
line-height:0px;
height:200px;
font-size:0px;

}

.thumb1 a{
background: url('http://www.zacharydesigns.com/wp-content/themes/zacharydesigns/images/screens/thumb-bg.png');
background-repeat: no-repeat;
display:block;
padding: 12px 12px 12px 12px;
width:280px;
height:176px;
border: 1px dotted #664626;
}

.thumb2 {
margin: 0 10px 18px 0px;
padding: 0;
float: right;
width:304px;
line-height:0px;
height:200px;
font-size:0px;

}
.thumb2 a{
background: url('http://www.zacharydesigns.com/wp-content/themes/zacharydesigns/images/screens/thumb-bg.png');
background-repeat: no-repeat;
display:block;
padding: 12px;
width:280px;
height:176px;
border: 1px dotted #664626;
}
.thumb1 a:hover, .thumb2 a:hover {
background: url('http://www.zacharydesigns.com/wp-content/themes/zacharydesigns/images/screens/thumb-bg-over.png');
background-repeat: no-repeat;
border: 1px solid #000;
}

.port p{
color: #000;
}
.port h2 {
font-size: 1.2em;
line-height: 1.7em;
margin-bottom: 10px;
margin-left: 20px;
margin-top: 2px;
text-transform: uppercase;
letter-spacing: .01em;
word-spacing: .15em;
font-weight: lighter;
}


.postmeta {
margin: -10px;
padding: 4px;
background-color: #4F4440;
border-top: 1px #000 solid;
clear: both;
}
  .postmeta p {
    margin: 0;
    padding-left: 6px;
    font-size: 80%;
    font-weight: lighter;
	text-transform: uppercase;
	color: #8F8886;
	letter-spacing: -.01em;
	text-align: right;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
    }
    
    .postmeta span.comm {
    font-weight: normal;
    }
    
    .postmeta a:link, .postmeta a:visited {
    color: #3d3d3d;
    text-decoration: none;
    }
    
    .postmeta a:hover, .postmeta a:active {
    text-decoration: underline;
    }
	.separator {
	margin: 0px 10px;
	color: #1F1D1D;
	}
	
	.url a:link, .url  a:visited{
	color: #8E8785;
	}
	
	.url a:hover {
	color: #9BCBCF;
	}

/* Use a .box(Blueprint default) or .box2 to create a padded box inside a column. 
***************************************/

.box2 { 
  padding: .5em; 
  margin-bottom: .5em; 
  background: #eee; 
  border: 1px solid #ddd;   
}


/* Use to push down a div (adds vertical space between divs)
***************************************/

.pushdown-1 {padding-top:10px;}
.pushdown-2 {padding-top:20px;}
.pushdown-3 {padding-top:30px;}
.pushdown-4 {padding-top:40px;}
.pushdown-5 {padding-top:50px;}



/********************************************************************************
                Lines
********************************************************************************/

/* Lines: add "class=" to HR to control color and height
     example: <hr class=thick> for a thick line
***************************************/

.thick {
  height: 3px;
  margin: 0 0 1.4em 0;
}

.thin{
  height: 1px;
  margin: 0 0 0 0;
}

/********************************************************************************
                Sidebar
********************************************************************************/


.sideporthome {
width: 210px;
padding: 10px;
border: 1px solid #3d3d3d;
background-image:url(http://www.zacharydesigns.com/wp-content/themes/zacharydesigns/images/portbg.png);
margin-left: 0px;
}
.sideport {
width: 210px;
padding: 10px;
border: 1px solid #3d3d3d;
background-image:url(http://www.zacharydesigns.com/wp-content/themes/zacharydesigns/images/portbg.png);
margin-left: 80px;
}



.sideport  h2 {
font-size: 1.0em;
line-height: 1.1em;
margin-bottom: 10px;
margin-left: 20px;
margin-top: 3px;
text-transform: uppercase;
letter-spacing: .01em;
word-spacing: .15em;
font-weight: lighter;
text-align: left;
text-indent: -.15em;
color: #000;
}

.sidebar {
margin-top: 20px;
margin-left: 2px;
}
}
.restitle {
padding-top: 30px;
padding-bottom: 10px;
}

.phototitle {
padding-top: 30px;
padding-bottom: 10px;
}

.folklink {
border: solid 1px #000;
margin-bottom: -16px;
margin-top: 10px;
}
.rssbox {
margin-top: -10px;
}

.rssthumbs {
padding: 0;
width:200px;
line-height:0px;
height:137px;
font-size:0px;

}

.rssthumbs a{
background: url('http://www.zacharydesigns.com/wp-content/themes/zacharydesigns/images/rssthumb-bg-dark.png');
background-repeat: no-repeat;
display:block;
padding: 10px;
width:180px;
height:117px;
border: 1px dotted #664626;

}

.rssthumbs a:hover {
background: url('http://www.zacharydesigns.com/wp-content/themes/zacharydesigns/images/rssthumb-bg.png');
background-repeat: no-repeat;
border: 1px dotted #000;
}
.rssthubs a img {
border: 1px solid #000;
}

.adbox {
margin-left: 5px;
}
/********************************************************************************
                Footer
********************************************************************************/

 .resume {
border: 1px dotted #3d3d3d;
margin: 7px 0px 0px 5px;
 }

.thefooter {
background: url('http://www.zacharydesigns.com/wp-content/themes/zacharydesigns/images/foot.jpg');
background-repeat: repeat;
height: 356px;

}



/**************** Buttons **************

from: http://www.open-lab.com/mb.ideas/index.html
Matteo Bicocchi   
*/

.buttposition {
float: right;
margin-right: 30px;
padding-bottom: 10px;
}
.spacer{
    width:20px;
    display:inline-block;
    cursor:default;
}
a.button {
    background-color:transparent;
	  background-image: url( '../images/elements/buttons/special/btn_right.png' );
    background-repeat:no-repeat ;
    background-position:top right;
    color: #EFEFEF;
    display:inline-block;
    /*font: bold 12px arial, sans-serif;*/
    font: normal 13px arial, sans-serif;
    height: 32px;
    margin-right: 0px;
    padding-right: 10px;
    text-decoration: none;
    text-transform:uppercase;
    display:block; /*opera*/
	display:inline-block; /*ie*/
	display:-moz-inline-box; /*ff*/
}

a.button span {
    background-color:transparent;
    background-image: url( '../images/elements/buttons/special/btn.png' );
    
    background-repeat:no-repeat ;
    display: block;
    line-height: 21px;
    padding: 3px 0 8px 10px;
}

a.button span img{
   float: right;
    padding-right:5px;
}
/*HOVER*/
a.button:hover {
background-image: url( '../images/elements/buttons/default/btn_right.png' );

    color: #fff;
    outline: none;
}
a.button:hover span {
  background-image: url( '../images/elements/buttons/default/btn.png' );
}
/*z*/
a.z {

     background-image: url( '../images/elements/buttons/z/btn_hover_right.png' );
}
a.z span {
	 background-image:url( '../images/elements/buttons/z/btn_hover.png');

}

a.z:hover {
   	  background-image: url( '../images/elements/buttons/z/btn_right.png' );
}
a.z:hover span {
 background-image: url( '../images/elements/buttons/z/btn.png' );
}
/* About *********************************************************/

.aboutbox {
width: 430px;
margin: 0 auto;}

.favicon{display: block; float: left; position:relative; top: 3px; margin: 0 4px 0 0; width: 16px; height:16px;}

.linkage {
width: 232px;
margin-top: 20px;}
.linkage ul {

}
.iconized_bookmarks a
{padding: 2px 5px;
line-height: 1.6em;}
.iconized_bookmarks a:hover{
background: #5F595B;
color: #BFBFBF;

}
.linkage .port h2 {
font-size: 90%;
color: #000;
text-align: left;
text-indent: -.5em;
padding-bottom: 10px;

}

.linkcat h2
{
font-size: .9em;
font-weight: bolder;
letter-spacing: .01em;
color: #000;



}
.titlebox h3 {
text-align: left;
font-size: .9em;
line-height: 1.3em;
margin-bottom: 10px;
margin-left: 20px;
margin-top: 2px;
text-transform: uppercase;
letter-spacing: 1px;
color: #000;

}
.linkage li {
list-style-type: none;
margin: 4px 0 0 0px;
text-align: left;
}

/* Blog *****************************/

.titlebox{
background-image: url(http://www.zacharydesigns.com/wp-content/themes/zacharydesigns/images/titlebg.png);
border-bottom-width: 1px;
border-bottom-style: dotted;
border-bottom-color: #413524;
border-top-width: 1px;
border-top-style: dotted;
border-top-color: #413524;
height: 30px;
margin-right: 0pt;
margin-bottom: 20px;
margin-left: 0pt;
padding-top: 0pt;
padding-right: 0pt;
padding-bottom: 3px;
padding-left: 0pt;
}


.titlebox a {
font-weight: bold;
color:#1E0C00;}

.titlebox a:hover {
color:#4F2000;
}

/* ------------------------------------------------------------------------
Prettyphoto
------------------------------------------------------------------------- */

	div.pictureHolder .top .left { background: url(http://zacharydesigns.com/wp-content/themes/zacharydesigns/images/prettyPhoto/tl.gif) top left no-repeat; } /* Top left corner */
	div.pictureHolder .top .middle { background: #fff; } /* Top pattern/color */
	div.pictureHolder .top .right { background: url(http://zacharydesigns.com/wp-content/themes/zacharydesigns/images/prettyPhoto/tr.gif) top left no-repeat; } /* Top right corner */
	
	div.pictureHolder .content { background-color: #fff; } /* Content background */
	div.pictureHolder .content a.next:hover { background: url(http://zacharydesigns.com/wp-content/themes/zacharydesigns/images/prettyPhoto/btnNext.gif) center right no-repeat; cursor: pointer; } /* Next button */
	div.pictureHolder .content a.previous:hover { background: url(../images/prettyPhoto/btnPrevious.gif) center left no-repeat; cursor: pointer; } /* Previous button */
	div.pictureHolder .content a.expand { background: url(http://zacharydesigns.com/wp-content/themes/zacharydesigns/images/prettyPhoto/btnExpand.gif) top left no-repeat; cursor: pointer; } /* Expand button */
	div.pictureHolder .content a.expand:hover { background: url(http://zacharydesigns.com/wp-content/themes/zacharydesigns/images/prettyPhoto/btnExpand.gif) bottom left no-repeat; cursor: pointer; } /* Expand button hover */
	div.pictureHolder .content a.contract { background: url(http://zacharydesigns.com/wp-content/themes/zacharydesigns/images/prettyPhoto/btnContract.gif) top left no-repeat; cursor: pointer; } /* Contract button */
	div.pictureHolder .content a.contract:hover { background: url(http://zacharydesigns.com/wp-content/themes/zacharydesigns/images/prettyPhoto/btnContract.gif) bottom left no-repeat; cursor: pointer; } /* Contract button hover */
	div.pictureHolder .content a.close { width: 61px; height: 22px; background: url(http://zacharydesigns.com/wp-content/themes/zacharydesigns/images/prettyPhoto/btnClose.gif) center left no-repeat; cursor: pointer; } /* Close button */
	
	div.pictureHolder .content .details .nav a.arrow_previous { background: url(http://zacharydesigns.com/wp-content/themes/zacharydesigns/images/prettyPhoto/arrow_previous.gif) top left no-repeat; } /* The previous arrow in the bottom nav */
	div.pictureHolder .content .details .nav a.arrow_next { background: url(http://zacharydesigns.com/wp-content/themes/zacharydesigns/images/prettyPhoto/arrow_next.gif) top left no-repeat; } /* The next arrow in the bottom nav */
	
	div.pictureHolder .bottom .left { background: url(http://zacharydesigns.com/wp-content/themes/zacharydesigns/images/prettyPhoto/bl.gif) top left no-repeat; } /* Bottom left corner */
	div.pictureHolder .bottom .middle { background: #fff; } /* Bottom pattern/color */
	div.pictureHolder .bottom .right { background: url(http://zacharydesigns.com/wp-content/themes/zacharydesigns/images/prettyPhoto/br.gif) top left no-repeat; } /* Bottom right corner */
	
	div.pictureHolder .loaderIcon { background: url(http://zacharydesigns.com/wp-content/themes/zacharydesigns/images/prettyPhoto/loader.gif) center center no-repeat; } /* Loader icon */
	
	div.prettyPhotoTitle div.prettyPhotoTitleLeft { background: url(http://zacharydesigns.com/wp-content/themes/zacharydesigns/images/prettyPhoto/ttl.gif) top left no-repeat; }
	div.prettyPhotoTitle div.prettyPhotoTitleRight { background: url(http://zacharydesigns.com/wp-content/themes/zacharydesigns/images/prettyPhoto/ttr.gif) top left no-repeat; }
	div.prettyPhotoTitle div.prettyPhotoTitleContent { background: url(http://zacharydesigns.com/wp-content/themes/zacharydesigns/images/prettyPhoto/ttp.gif) top left repeat-x; }

/* ------------------------------------------------------------------------
	DO NOT CHANGE
------------------------------------------------------------------------- */

div.prettyPhotoOverlay{background:#000;position:absolute;top:0;left:0;z-index:9500;width:100%}div.pictureHolder{position:absolute;z-index:10000;width:100px}div.pictureHolder .top{position:relative;height:20px}* html div.pictureHolder .top{padding:0 20px}div.pictureHolder .top .left{position:absolute;left:0;width:20px;height:20px}div.pictureHolder .top .middle{position:absolute;left:20px;right:20px;height:20px}* html div.pictureHolder .top .middle{position:static}div.pictureHolder .top .right{position:absolute;top:0;left:auto;right:0;width:20px;height:20px}div.pictureHolder .content{position:relative;text-align:left;width:100%;height:40px}div.pictureHolder .content .details{display:none;margin:10px 15px 0 20px}div.pictureHolder .content .details p.description{display:none;float:left;margin:0}div.pictureHolder .content .details .nav{float:left;margin:4px 0 0 0}div.pictureHolder .content .details .nav p{float:left;margin:0 4px}div.pictureHolder .content .details .nav a.arrow_previous,div.pictureHolder .content .details .nav a.arrow_next{float:left;display:block;width:8px;height:9px;text-indent:-10000px;margin-top:4px}div.pictureHolder .content .details .nav a.disabled{background-position:0 -10px;cursor:default}div.pictureHolder .content div.hoverContainer{position:absolute;z-index:10000;top:0;left:0;width:100%}div.pictureHolder .content a.next{position:relative;z-index:2000;display:block;float:right;text-indent:-10000px;width:49%;height:100%;background:url(../images/prettyPhoto/btnNext.gif) 10000px 50% no-repeat}div.pictureHolder .content a.previous{cursor:pointer;display:block;text-indent:-10000px;width:49%;height:100%;background:url(../images/prettyPhoto/btnNext.gif) 10000px 50% no-repeat}div.pictureHolder .content a.expand,div.pictureHolder .content a.contract{position:absolute;z-index:20000;top:10px;right:30px;cursor:pointer;display:none;text-indent:-10000px;width:20px;height:20px}div.pictureHolder .content a.close{float:right;display:block;text-indent:-10000px}div.pictureHolder .bottom{position:relative;height:20px}* html div.pictureHolder .bottom{padding:0 20px}div.pictureHolder .bottom .left{position:absolute;left:0;width:20px;height:20px}div.pictureHolder .bottom .middle{position:absolute;left:20px;right:20px;height:20px}* html div.pictureHolder .bottom .middle{position:static}div.pictureHolder .bottom .right{position:absolute;top:0;left:auto;right:0;width:20px;height:20px}div.pictureHolder .loaderIcon{display:none;position:absolute;top:50%;left:50%;margin:-12px 0 0 -12px;width:24px;height:24px}div.pictureHolder #fullResImageContainer{width:100%;text-align:center}div.prettyPhotoTitle{display:none;position:absolute;top:0;left:0;z-index:9999;color:#fff;font-size:13px}div.prettyPhotoTitle div.prettyPhotoTitleLeft,div.prettyPhotoTitle div.prettyPhotoTitleRight{float:left;width:19px;height:23px;overflow:hidden}div.prettyPhotoTitle div.prettyPhotoTitleContent{float:left;line-height:23px}

