/*
Theme Name: Multidisciplinary Design
Theme URI: http://multidisciplinarydesign.org
Description: An HTML5 version of (Based on <a href="http://elliotjaystocks.com/starkers/">Starkers</a> by <a href="http://elliotjaystocks.com/">Elliot Jay Stocks</a> which is based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a> by <a href="http://binarybonsai.com/">Michael Heilemann</a>)
Version: 1.0
Author: Optic - Brian Burns, Danny Turley &amp; Jonny Campbell
Author URI: http://jonnycampbell.com | http://www.dannyturley.com | http://www.mrbrianburns.com
Tags: HTML5, CSS3, Optic
*/

/* 
html5doctor.com Reset Stylesheet
v1.4 
2009-07-27
Author: Richard Clark - http://richclarkdesign.com
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header, 
hgroup, menu, nav, section,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article, aside, dialog, figure, footer, header, 
hgroup, nav, section { 
    display:block;
}

nav ul {
	float: right;
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    border:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted #000;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

/* html */

html {
background-color: #fff;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
color: #333;
}

body {
font-size: 13px;
line-height: 1.6;
padding-top: 50px;
}

.container {
width:780px;
margin: 0 auto;
}

#padb {
position: absolute;
top: 38px;
margin-left: 701px;
}

header {
padding-bottom: 50px;
}

header h1 {
font-size: 51px;
margin-bottom: 30px;
margin-top: 75px;
letter-spacing: -0.01em;
font-weight: 200;
background-image: url(img/brand2.png);
width: 769px;
height: 79px;
text-indent: -999em;
margin-left: -118px;
}

header h1 a:link, header h1 a:visited, header h1 a:hover, header h1 a:active {
border: none;
color: #000;
text-decoration: none;
}

hgroup h1 a {
border: none;
}

header nav {
position: absolute;
top:40px;
width: 787px;
font-size: 12px;
font-family: 'Fedra Sans Alt Bold 2', 'Helvetica Neue', Helvetica, Arial, Verdana, sans-serif;
}

header nav li {
float: left;
letter-spacing: 1px;
margin-left: 35px;
}

header nav li a {
border: none;
padding: 7px;
-webkit-transition-duration: 0.15s;
-webkit-transition-property: background-color;
-webkit-transition-timing-function: ease-in-out;
}

header nav li a:hover {
background: #EEE;
border: none;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}

/*
Entries
*/

article.entry {
	border-top: 1px dashed rgba(51, 51, 51, 0.5);
	padding-top: 30px;
}

.note blockquote, .journal blockquote{
	margin: 14px 0;
}

aside ul {
	float: left;
	font-size:11px;
	width: 200px;
	list-style: none;
	color: #999;
}

aside ul li {
	font-family: "Fedra Sans Alt Book 2", "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-stretch: normal;
	font-variant: normal;
}

.entrycontent {
	position: relative;
	left: 40px;	
	width: 540px;
	padding-bottom: 60px;
	overflow: hidden;
	top: -6px;
}

.entry {
	-webkit-transition-property:background; 
	-webkit-transition-duration:.5s; 
	-webkit-transition-timing-function:ease-in-out;		
}

.image.focus {
	background-color: rgba(189,32,86,0.06);
}

.note.focus {
	background-color: rgba(71,16,69,0.06);	
}

.journal.focus {
	background-color: rgba(255,112,0,0.06);	
}

.twitter.focus {
	background-color: rgba(51,204,255,0.06);	
}

.dictionary.focus {
	background-color: rgba(255,211,0,0.06);
}

.quote.focus {
	background-color: rgba(100,140,2,0.06);
}

.image.dot, .note.dot, .journal.dot, .twitter.dot, .dictionary.dot, .quote.dot {
	width: 5px;
	height: 5px;
	margin-top: 3px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	opacity:0.5;
-webkit-transition-property:opacity; 
-webkit-transition-duration:.3s; 
-webkit-transition-timing-function:ease-in-out;	
}

.image.dot {
	background-color: rgb(189,32,86);
}

.note.dot {
	background-color: rgb(71,16,69);
}

.journal.dot {
	background-color: rgb(255,112,0);	
}

.twitter.dot {
	background-color: rgb(51,204,255);	
}

.dictionary.dot {
	background-color: rgb(255,211,0);	
}

.quote.dot {
	background-color: rgb(100,140,2);
}


/*
Typography
*/

h1
{
font-size: 46px;
color: #333;
margin-bottom: 40px;
font-family: "Fedra Sans Alt Light 2", "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
font-style: normal;
font-weight: normal;
font-stretch: normal;
font-variant: normal;
}

.entrycontent h1
{
font-size: 24px;
color: #426277;
margin-bottom: 0;
font-family: "Fedra Sans Alt Book 2", "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
font-style: normal;
font-weight: normal;
font-stretch: normal;
font-variant: normal;
letter-spacing: normal;
}

p
{
margin: 10px 0 0 0;
font-family: "Fedra Sans Alt Book 2", "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
font-style: normal;
font-weight: normal;
font-stretch: normal;
font-variant: normal;
}

abbr
{
font-weight: bold;
padding-bottom: 1px;
border-bottom: 1px solid #CCC;
}

blockquote
{
padding: 0 0 0 20px;
border-left: 5px solid #CCC;
}

cite {
color: #999;
font-style: normal;
font-size:16px;
padding-top:5px;
display:block;
}

.entrycontent img{
background-color: rgb(204, 204, 204);
-webkit-transition-duration: 0.5s;
-webkit-transition-timing-function: ease-in-out;
}

.entrycontent img:hover{
background-color: rgb(102, 102, 102);
}

/*
Superscript
*/

sup {
vertical-align: baseline;
font-size: 0.75em;
position: relative;
top: -0.6em;
left:0.25em;
padding-right:0.2em;
}

sup a {
border-bottom: 0;
}

/*
Links
*/

a, a:visited
{
text-decoration: none;
color: #426277;
padding-bottom: 1px;
border-bottom: 1px solid #426277;
}

a:hover, a:active
{
border-bottom: 2px solid #426277;
}

a:active {
top: 1px;
position: relative;
}

cite a:link, cite a:visited
{
text-decoration: none;
color: #999;
border: 0;
}

cite a:hover, cite a:active
{
padding-bottom: 1px;
border-bottom: 1px solid #999;
}


/*
Images
*/

img {
border: 0;
float: left;
}

.entrycontent img{
margin: 10px 0 20px 0;
border: 1px solid #CCC;
padding:5px;
text-align:center;
}

.entrycontent a:hover img {
border: 1px solid #CCC;
padding:5px;
}



/*******************************
Categories
*******************************/

/*
Image
*/

.image figure, .note figure, .journal figure {
margin-top: -6px;
}

/*
Twitter
*/

.twitter h1{
display:none;
}

.twitter {
margin:0;
}

.twitter p{
border-left: 5px solid rgb(204, 204, 204);
font-family: 'Fedra Sans Alt Book 2', 'Helvetica Neue', Helvetica, Arial, Verdana, sans-serif;
font-size: 24px;
font-style: normal;
font-variant: normal;
font-weight: normal;
padding: 0px 0px 0px 20px;
}

.aktt_username{
color: rgb(64, 120, 212) !important;
border:0 !important;
}

.aktt_hashtag{
color: rgb(146, 146, 146);
border:0;
}


/*
Quote
*/

.quote blockquote p {
font-family: 'Fedra Sans Alt Bold 2', 'Helvetica Neue', Helvetica, Arial, Verdana, sans-serif;
font-size: 24px;
font-style: normal;
font-variant: normal;
font-weight: normal;
}


/*
Footnotes
*/

.footnotes {
padding-top:10px;
}

.footnotes h2 {
	border-bottom: 1px solid #e0e0e0;
	padding-bottom: 6px;
	padding-top: 15px;
	font-family: "Fedra Sans Alt Bold 2", "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-stretch: normal;
	font-variant: normal;
}

.footnotes ol {
	list-style: decimal;
	padding: 16px 0 0 0;
	font-size: 12px;
}

.footnotes ol li {
	color:#999;
	padding-bottom: 12px;
	-webkit-transition-duration: 0.2s;
	-webkit-transition-timing-function: ease-in-out;
}

.footnotes ol li:hover {
	color:#333;
	padding-bottom: 12px;
}

.footnotes ol li:hover a {
	color: #426277;
	border-bottom: 1px solid #426277;
}

.footnotes li a, .footnotes li a:visited
{
text-decoration: none;
color: #999;
padding-bottom: 1px;
border-bottom: 1px solid #999;
}

.footnotes ol li a:hover, .footnotes li a:active
{
border-bottom: 2px solid #426277;
}


/*  
Sticky Footer Solution
by Steve Hatcher 
http://stever.ca
http://www.cssstickyfooter.com
*/

html, body, #wrap {height: 100%;}

body > #wrap {height: auto; min-height: 100%;}

#main-content {padding-bottom: 210px;}  /* must be same height as the footer */

footer {
position: relative;
margin-top: -210px; /* negative value of footer height */
height: 250px;
clear:both;
background-color: #333333;
color: #fff;
} 

/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/*
Footer
*/

footer h1 {
border-top: 2px solid #DDD;
border-bottom: 1px solid #DDD;
font-size: 13px;
font-family: 'Fedra Sans Alt Bold 2', 'Helvetica Neue', Helvetica, Arial, Verdana, sans-serif;
margin-bottom: 10px;
margin-top: 10px;
color: #EEE;
letter-spacing: 2px;
padding-top: 3px;
text-transform: uppercase;
}

footer aside {
color: rgb(255, 255, 255);
float: left;
list-style: none;
width: 200px;
padding-top: 20px;
}

footer section {
left: 40px;
overflow: hidden;
position: relative;
width: 540px;
padding-top: 20px;
}

footer section p {
color: #AAA;
font-size: 12px;
}

#searchform input#s {
padding: 2px;
line-height: 1.6em;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
border: none;
color: #333333;
}

#copyright {
border-top: 1px solid rgb(255,255,255);
margin-top: 60px;
padding-top:5px;
}

footer small {
font-size: 10px;
}

footer a, footer a:visited {
color: #6e9ab7;
border-bottom: 1px solid #6e9ab7;
}

footer a:hover, footer a:active {
border-bottom: 2px solid #6e9ab7;
}
