/* @override http://xpd.no/wp-content/themes/xpdno/style.css */

/*   
Theme Name: xpdno
Theme URI: http://xpd.no
Description: xpd.no
Author: Espen Espelund
Author URI: http://xpd.no
Version: 0.1
Tags: awesome
.
(c) Espen Espelund
.
*/


/* -------------------------------------------------------------- 
  
   Reset default browser CSS.
   
   Based on work by Eric Meyer:
   http://meyerweb.com/eric/tools/css/reset/index.html
   
-------------------------------------------------------------- */

/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* -------------------------------------------------------------- 
   
   Rebuild the default browser styles
   
   Based on work by Blueprint CSS   
   http://code.google.com/p/blueprintcss/
     
-------------------------------------------------------------- */   


body, input, textarea {
	color: #111;    
	font: 12px Arial,sans-serif;
	line-height: 1.5;
}


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

h1,h2,h3,h4,h5,h6 { 
	clear: both;
}

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

strong {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}
code {
	font: 11px Monaco, monospace;
}
abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
ins {
	text-decoration: none;
}


/*
LAYOUT: Two-Column (Left)
DESCRIPTION: Two-column fixed layout with one sidebars left of content
*/


body {
	background: #0b0b0b;
	color: #666666;
	font-family: Arial, sans-serif;
	font-size: 11px;
}

#wrapper {
	width: 670px;
	margin: 80px auto 54px auto;
	padding: 0 10px;
}

#container {
	float: right;
	margin: 0 0 0 -140px;
	width: 100%;
}

#content {
	margin: 0 0 0 140px;
}

#header {
	margin-bottom: 60px;
}

/* STYLES */

h1 {
	font-size: 24px;
	font-weight: bold;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 12px;
	color: #999999;
	margin-top: 34px;

}

h4 {
	font-weight: bold;

	margin-top: 10px;
	margin-bottom: 4px;
}

a {
	text-decoration: none;
	font-weight: bold;
	color: #999999;
}

a:hover {
	color: #ffffff;
}

/* Header */

#site-title {
  height: 14px;
  width: 172px;
  display: block;
  background: url(images/sprite.jpg) -6px -6px no-repeat;
  text-indent: -9999px;
}

/* =Menu
-------------------------------------------------------------- */

#menu-primary ul {
	list-style: none;
	margin: 0;
}

#menu-primary ul li {
	margin-bottom: 14px;
}

#menu-primaryn li {
  float: left;
}

#menu-primary a * {
  display: none;
}

#menu-primary a,
#menu-primary a .hover {
  height: 16px;
  position: relative;
  display: block;
  background: url(images/sprite.jpg) 0 0 no-repeat;
}

#menu-primary a.page_home {
  background-position: -6px -41px;
  width: 40px;
}

#menu-primary a.page_home.current_page_item {
  background-position: -86px -41px;
  width: 40px;
}

#menu-primary .fade a.page_home:hover,
#menu-primary a.page_home .hover {
  background-position: -166px -41px;
}

#menu-primary a.page_contact {
  background-position: -6px -63px;
  width: 63px;
}

#menu-primary a.page_contact.current_page_item {
  background-position: -86px -63px;
  width: 63px;
}

#menu-primary .fade a.page_contact:hover,
#menu-primary a.page_contact .hover {
  background-position: -166px -63px;
}


/* Network Links */

ul#network-links {
	list-style: none;
	margin: 0;
}

#network-links li {
  float: left;
}

#network-links a * {
  display: none;
}

#network-links a,
#network-links a .hover {
  height: 60px;
  position: relative;
  display: block;
  background: url(images/sprite.jpg) 0 0 no-repeat;
}

#network-links #behance a {
  background-position: -6px -104px;
  width: 80px;
}

#network-links .fade #behance a:hover,
#network-links #behance a .hover {
  background-position: -6px -165px;
}

#network-links #deviantart a {
  background-position: -103px -104px;
  width: 85px;
}

#network-links .fade #deviantart a:hover,
#network-links #deviantart a .hover {
  background-position: -103px -165px;
}

#network-links #twitter a {
  background-position: -212px -104px;
  width: 85px;
}

#network-links .fade #twitter a:hover,
#network-links #twitter a .hover {
  background-position: -212px -165px;
}

#network-links #deviantart {
	margin: 0 40px;
}


/* =Content
-------------------------------------------------------------- */

#intro-text h2 * {
  display: none;
}

#intro-text,
#intro-text .hover {
  height: 132px;
  width: 428px;
  position: relative;
  display: block;
  background: url(images/introsprite.jpg) -4px -7px no-repeat;
  margin-bottom: 40px;
}

#intro-text .hover {
  background-position: -4px -173px;
}

#info-skills {
	clear: both;
	float: left;
	width: 200px;
	margin-right: 30px;
	margin-bottom: 40px;
}

#info-aboutme {
	float: right;
	width: 280px;
}

#recent-work {
	clear: both;
}

/* Footer */

#footer {
	clear: both;
	width: 100%;
	border-top: 1px solid #333333;
	padding-top: 12px;
}

#copyright-info {
	float: left;
}

#contact-info {
	float: left;
	margin-left: 150px;
}

#phone-number {
	font-weight: bold;
	color: #999999;
}

#generator-info {
	float: right;
	display: block;
}

#generator-info a * {
  display: none;
}

#generator-info a,
#generator-info a .hover {
  height: 40px;
  width: 40px;
  position: relative;
  display: block;
  background: url(images/sprite.jpg) -6px -246px no-repeat;
}

#generator-info .fade a:hover,
#generator-info a .hover {
  background-position: -66px -246px;
}



#recent-work-first {
	float: right;
	display: block;
	margin-bottom: 30px;
	border: 1px solid #333333;
}

#recent-work-first a * {
  display: none;
}

#recent-work-first a,
#recent-work-first a .hover {
  height: 166px;
  width: 530px;
  position: relative;
  display: block;
  background: url(images/space.jpg) 0 0 no-repeat;
}

#recent-work-first .fade a:hover,
#recent-work-first a .hover {
  background-position: -530px 0px;
}



/* Contact page */

#wpcf label {
	clear: both;
	display: block;
	float: left;
	width: 150px;
}
#wpcf input {
	float: left;
	width: 200px;
	padding: 2px;
	margin: 2px 5px 2px 0;
	color: #999999;
	font-size: 11px;
	background: #111111;
	border: 1px solid #333333;
}
#wpcf textarea {
	width: 350px;
	height: 100px;
	padding: 2px;
	margin: 10px 5px 10px 0;
	font-size: 11px;
	color: #999999;
	background: #111111;
	border: 1px solid #333333;
}
#wpcf #contactsubmit {
	margin-left: 250px;
	width: 100px;
}

.contactform {
	margin-bottom: 50px;
}

/* -------------------------------------------------------------- 
   
   Basic WordPress Blog Styles   
     
-------------------------------------------------------------- */   


/* Images
-------------------------------------------------------------- */

.entry-content img {
	margin: 0 0 1.5em 0;
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
  margin-right: 1.5em;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
  margin-left: 1.5em;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	text-align: center;
	margin-bottom: 1.5em;
}
.wp-caption img {
	border: 0 none;
	margin: 0;
	padding: 0;
}
.wp-caption p.wp-caption-text {
	margin: 0;
}
.wp-smiley { 
	max-height: 1em;
	margin:0 !important;
}
.gallery dl {
	margin: 0;
}
.gallery-caption {
	margin:-1.5em 0 0 0;
}


/* Pullquotes
-------------------------------------------------------------- */

blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 20px;
	text-align: right;
	width: 33%;
}
blockquote.right {
	float: right;
	margin-left: 20px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}

























