/* -------------------------------------------------------------- 

   typography.css
   * Sets up some sensible default typography.
   
-------------------------------------------------------------- */

/* Font Face
-------------------------------------------------------------- */

/*@font-face {
	font-family: 'PTSansBold';
	src: url('../fonts/PTS75F-webfont.eot');
	src: local('☺'), url('../fonts/PTS75F-webfont.woff') format('woff'), url('../fonts/PTS75F-webfont.ttf') format('truetype'), url('../fonts/PTS75F-webfont.svg#webfontnz6jQhab') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'PTSansItalic';
	src: url('../fonts/PTS56F-webfont.eot');
	src: local('☺'), url('../fonts/PTS56F-webfont.woff') format('woff'), url('../fonts/PTS56F-webfont.ttf') format('truetype'), url('../fonts/PTS56F-webfont.svg#webfontiAoQ7VMO') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'PTSansRegular';
	src: url('../fonts/PTS55F-webfont.eot');
	src: local('☺'), url('../fonts/PTS55F-webfont.woff') format('woff'), url('../fonts/PTS55F-webfont.ttf') format('truetype'), url('../fonts/PTS55F-webfont.svg#webfontpzNI2Qiy') format('svg');
	font-weight: normal;
	font-style: normal;
}*/

/* Default
-------------------------------------------------------------- */
html { font-size:100.01%; }
body { 
  font-size: 93.75%;
  color: #c7c6c5;
/*  background: #3d3934 url(../images/bg_new.png) repeat-y center top;*/
  background: #3d3934;
  font-family: "calluna-sans-1","calluna-sans-2", Arial, Helvetica, 'Gill Sans', 'Lucida Grande', sans-serif;
  line-height: 1.5;
}

/* Navigation
-------------------------------------------------------------- */

#header ul.nav li a { color: #c26700; text-transform: lowercase; }
#header ul.nav li a:hover { color: #d0d0ce; }
#header ul.nav li a.selected { color: #8f8f8d; }


/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { color: #d0d0ce; font-weight: 700; line-height: 1.2; }

h2.header { font-size: 3em; padding: 0; color: #d0d0ce; }
p.subheader { color: #8c8b8b; }

body#home h2 { font-size: 3em; font-weight: 300; }
body#home h2 em { font-style: normal; font-weight: 700; }

body#post h2, body#blog .entry h2, body#home h3#latestentry { font-size: 2em; color: #d0d0ce; padding-top: 0; padding-bottom: 0.2em; }
body#post h2 { font-size: 3em; padding-top: 0; padding-bottom: 0.2em; }
body#post h2.header, body#post .archive h2 { font-size: 2em; }
body#post p.subheader { font-size: 0.8333em; margin-bottom: 4em; }

.postmetadata { font-size: 0.83333em; color: #a3a2a2; padding-bottom: 1.5em; }
.postmetadata a, .writecontent p.postmetadata a { color: #d8caa0; }
.postmetadata a:hover { color: #d0d0ce; }

.cancel-comment-reply a { color: #d8caa0; }


body#post h2 a, body#blog .entry h2 a, body#home h3#latestentry a { color: #d0d0ce; }

body#post h3, .entry h3 { font-size:1.33333em; font-weight: 600; padding-top: 0; }
body#post .writecontent h3 { font-weight: 600; line-height: 1.1em; padding-top: 0.8em; padding-bottom: 1.4em; }


body#home ul#twobutton li a { background: #302d29; line-height: 1; text-align: right; }
body#home ul#twobutton li a em { font-style: italic; font-weight: 700; }
body#home ul#twobutton li a span { bottom: 0.3em; font-size: 0.6em; font-weight: 700; position: relative; }
body#home ul#twobutton li a:hover { background: #45403b; }

body#home h3#currentwork, body#home h3#latestblog, body#home h3#latesttweet { padding-top: 0; }

body#contact .writecontent h3 a { color: #d8caa0; }
body#contact .writecontent h3 a:hover { color: #d0d0ce; }

h1 a,h2 a,h3 a,h4 a,h5 a,h6 a { color: #d0d0ce; }
h1 a:hover,h2 a:hover,h3 a:hover,h4 a:hover,h5 a:hover,h6 a:hover { color: #f2ece6; }

#container_pagenav a, #archivelink { font-size:1.16667em; }
#container_pagenav a, #archivelink { color: #d8caa0; }
#container_pagenav a:hover, a#archivelink:hover { color: #d0d0ce; }

h1, h2, h3, h4, h5, h6 { margin-top:0; margin-bottom:0; }
h1 { font-size:1.5em; padding:1.75em 0; }
h2 { font-size:1.33333em; padding:1.5em 0; }
h3 { font-size:1.16667em; padding:1.82143em 0; }


h1 img, h2 img, h3 img, 
h4 img, h5 img, h6 img {
  margin: 0;
}


/* Text elements
-------------------------------------------------------------- */

#commentform input, #commentform textarea { font-family: "calluna-sans-1","calluna-sans-2", Arial, Helvetica, 'Gill Sans', 'Lucida Grande', sans-serif; }

div.sidecontent { font-size: 0.8333em; }
div.sidecontent a { color: #a85a00; }
div.sidecontent a:hover { color: #d0d0ce; }
div.sidecontent h6 { font-weight: 600; }

ul.portfolio li { font-weight: 300; }
ul.portfolio li.focus, ul.portfolio h4 { font-weight: 700; }

#footer span { font-size: 0.8333em; }

p { margin: 0 0 1.4666em 0; }
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; }

a:focus, 
a:hover     { color: #d0d0ce; }
a           { color: #C26700; text-decoration: none; }
.writecontent p { font-weight: 300; }
.writecontent p a, .writecontent li a { color: #d8caa0; } 	
.writecontent p a:hover, .writecontent li a:hover { color: #d0d0ce; }	

#twitter { color: #8c8b8b; }


blockquote  { margin: 1.5em; color: #666; font-style: italic; }
strong      { font-weight: 700; }
i			{ font-style: italic; }
em,dfn      { font-style: italic; }
dfn         { font-weight: 700; }
sup, sub    { line-height: 0; }

abbr, 
acronym     {  }
address     { margin: 0 0 1.5em; font-style: italic; }
del         { color:#666; }

pre 				{ margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; }


/* Lists
-------------------------------------------------------------- */

li ul,
li ol       { margin: 0; }
ul, ol      { margin: 0; }

ul          { list-style-type: square; margin: 2em 0; }
ul li		{ line-height: 1.5em; margin: 2em 0; }
ol          { list-style-type: decimal; margin: 2em 1.2em; }
ol li  { line-height: 1.5em; margin: 1em 0; }
/*ol li		{ font-size: 1.4em; line-height: 1.5em; text-transform: none; margin: 0 0 1em; }*/

dl          { margin: 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}


/* Tables
-------------------------------------------------------------- */

table       { margin-bottom: 1.4em; width:100%; }
th          { font-weight: bold; }
thead th 		{ background: #c3d9ff; }
th,td,caption { padding: 4px 10px 4px 5px; }
tr.even td  { background: #e5ecf9; }
tfoot       { font-style: italic; }
caption     { background: #eee; }


/* Misc classes
-------------------------------------------------------------- */

.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: #d0cbc6; }
.quote		{ font-style: italic; margin-top: 1em; margin-bottom: 1em; display: block; margin: 0 auto;}
.highlight  { color: #fff; }
.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; }

p.twitter-message { font-weight: 200; }
