 /* cached Thursday 20th of November 2008 06:31:16 PM*//*
    Tripoli is a generic CSS standard for HTML rendering. 
    Copyright (C) 2007  David Hellsing

    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <http://www.gnu.org/licenses/>.
*/

* { margin: 0; padding: 0; text-decoration: none; font-size: 1em; outline: none; }
code, kbd, samp, pre, tt, var, textarea, input, select, isindex { font: inherit; font-size: 1em; }
dfn, i, cite, var, address, em { font-style: normal; }
th, b, strong, h1, h2, h3, h4, h5, h6 { font-weight: normal; }
a, img, a img, iframe, form, fieldset, abbr, acronym, object, applet { border: none; }
table { border-collapse: collapse; border-spacing: 0; }
caption, th, td, center { text-align: left; vertical-align: top; }
body { line-height: 1; background: white; color: black; }
q { quotes: "" ""; }
ul, ol, dir, menu { list-style: none; }
sub, sup { vertical-align: baseline; }
a { color: inherit; }
hr { display: none; } /* we don't need a visual hr in layout */
font { color: inherit !important; font: inherit !important; color: inherit !important; } /* disables some nasty font attributes in standard browsers */
/*
    Tripoli is a generic CSS standard for HTML rendering. 
    Copyright (C) 2007  David Hellsing

    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <http://www.gnu.org/licenses/>.
*/

/*
-----------------------------
GENERIC
-----------------------------
*/

/* MAIN TYPOGRAPHY */

html { font-size: 62.5%; font-family: helvetica, "microsoft sans serif", arial, sans-serif; }
strong, th, thead td, h1, h2, h3, h4, h5, h6 { font-weight: bold; }
cite, em, dfn { font-style: italic; }
code, kbd, samp, pre, tt, var, input[type='text'], textarea { font-size: 92%; font-family: monaco, "Lucida Console", courier, mono-space; }
del { text-decoration: line-through; color: #666; }
ins, dfn { border-bottom: 1px solid #ccc; }
small, sup, sub { font-size: 85%; }
abbr, acronym { text-transform: uppercase; font-size: 85%; letter-spacing: .1em; }
a abbr, a acronym { border: none; }
abbr[title], acronym[title], dfn[title] { cursor: help; border-bottom: 1px solid #ccc; }
sup { vertical-align: super; }
sub { vertical-align: sub; }

/* QUOTES */

blockquote { border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; color: #666; }
blockquote *:first-child:before { content: "\201C"; }
blockquote *:first-child:after { content: "\201D"; }

/* language specific quotes! */

q { quotes: "\201C" "\201D" "\2018" "\2019"; }
:lang(af), :lang(nl), :lang(pl) { quotes: '\201E' '\201D' '\201A' '\2019'; }
:lang(bg), :lang(cs), :lang(de), :lang(is), :lang(lt), :lang(sk), :lang(sr), :lang(ro) { quotes: '\201E' '\201C' '\201A' '\2018'; }
:lang(da), :lang(hr) { quotes: '\00BB' '\00AB' '\203A' '\2039'; }
:lang(el), :lang(es), :lang(sq), :lang(tr) { quotes: '\00AB' '\00BB' '\2039' '\203A'; }
:lang(en-GB) { quotes: '\2018' '\2019' '\201C' '\201D'; }
:lang(fi), :lang(sv) { quotes: '\201D' '\201D' '\2019' '\2019'; }
:lang(fr) { quotes: '\ab\2005' '\2005\bb' '\2039\2005' '\2005\203a'; }

/* NOTE: safari refuses to support the quotes syntax. I only added the english language quotes for safari to save space. */
html[lang|='en'] q:before   { content: '\201C'; }
html[lang|='en'] q:after    { content: '\201D'; }
html[lang|='en'] q q:before { content: '\2018'; }
html[lang|='en'] q q:after  { content: '\2019'; }

/* FORMS */

fieldset { border: 1px solid #ccc; }
legend { background: #fff; }
textarea, input[type='text'], select { border: 1px solid #ccc; background: #fff; }
textarea:hover, input[type='text']:hover, input[type='password']:hover, select:hover { border-color: #aaa; }
textarea:focus, input[type='text']:focus, input[type='password']:focus, select:focus { border-color: #888; outline: 2px solid #ffffaa; }
input, select { cursor: pointer; }
input[type='text'] { cursor: text; }

/*
-----------------------------
CONTENT ONLY
-----------------------------
*/

/* BASE SIZES */

.content { font-size: 1.2em; line-height: 1.6em; }
.content h1 { font-size: 1.6em; }
.content h2 { font-size: 1.5em; }
.content h3 { font-size: 1.4em; }
.content h4 { font-size: 1.3em; }
.content h5 { font-size: 1.2em; }
.content h6 { font-size: 1em; }

/* HR */

.content hr { display: block; background: #aaa; color: #aaa; width: 100%; height: 1px; border: none; }

/* LISTS */

.content ul li { text-indent: -.85em; margin-left: .85em; }
.content ul li:before { content: "\2022\00a0\00a0"; }
.content ol { list-style-position: outside; list-style-type: decimal; }
.content dt { font-weight: bold; }

/* TABLES */

.content table { border-top: 1px solid #ccc;  border-left: 1px solid #ccc; }
.content th, .content td { border-bottom: 1px solid #ddd; border-right: 1px solid #ccc; }

/* MARGINS & PADDINGS */

.content blockquote *:first-child { margin: .8em 0; }
.content hr, .content p, .content ul, .content ol, .content dl, .content pre, .content blockquote, .content address, .content table, .content form { margin-bottom: 1.6em; }
.content p+p { margin-top: -.8em; }
/* NOTE: Calulate header margins: TOP: 1.6em/size, BOTTOM: 1.6em/size/2 */
.content h1 { margin: 1em 0 .5em;  }
.content h2 { margin: 1.07em 0 .535em; }
.content h3 { margin: 1.14em 0 .57em; }
.content h4 { margin: 1.23em 0 .615em; }
.content h5 { margin: 1.33em 0 .67em; }
.content h6 { margin: 1.6em 0 .8em; }
.content th, .content td { padding: .8em; }
.content caption { padding-bottom: .8em; } /* padding instead of margin for IE */
.content blockquote { padding: 0 1em; margin: 1.6em 0; }
.content fieldset { padding: 0 1em 1em 1em; margin: 1.6em 0; } /* padding-top is margin-top for fieldsets in Opera */
.content legend { padding-left: .8em; padding-right: .8em; }
.content legend+* { margin-top: 1em; } /* compensates for the opera margin bug */
.content textarea, .content input { padding: .3em .4em .15em .4em; }
.content select { padding: .1em .2em 0 .2em; }
.content option { padding: 0 .4em; }
.content a { position: relative; padding: 0.3em 0 .1em 0; } /* for larger click-area */
.content dt { margin-top: .8em; margin-bottom: .4em; }
.content ul { margin-left: 1.5em; }
.content ol { margin-left: 2.35em; }
.content ol ol, .content ul ol { margin-left: 2.5em; }
.content form div { margin-bottom: .8em; }

/* COLORS */

.content a:link { text-decoration: underline; color: #36c; }
.content a:visited { text-decoration: underline; color: #99c; }
.content a:hover { text-decoration: underline; color: #c33; }
.content a:active, .content a:focus { text-decoration: underline; color: #000; }
.content code, .content pre { color: #c33; } /* very optional, but still useful. W3C uses about the same colors for codes */
#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	xheight: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 33%;
	height: 80%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	font-size: 24px;
	text-indent: -9999px;
	line-height: 48px;
	xpadding-top: 20px;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { text-indent: 0; background: white; }
#nextLink:hover, #nextLink:visited:hover { text-indent: 0; background: white; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: black; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; background: transparent;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}/*

	Lull Screen Style
	
*/

#body {
	background: #d3d3d3 url("/templates/hello-matt-v2/ui/images/top_gradient.png") top left repeat-x;
	padding: 0 0 0 20px;
	font-family: "Helvetica Neue", arial, helvetica, sans-serif;
	font-size: 1.4em;
	line-height: 1.4em;
}

* a {
	background-color: #d3d3d3;
	color: black;
	xline-height: 1.8em;
	text-decoration: none;
	padding: 2px 2px 3px 2px;
}

.highlight {
	background: white;
}

* a:hover { 
	background-color: white;
	color: black;
	text-decoration: none;
	border-bottom: 2px dotted #efefef;
}

#header{
	font-size: 36px;
	width: 190px;
	xmargin-right: 79px;
	line-height: 1.8em;
}

#header span{
	height: 60px;
}

#content {
	font-size: 18px;
	line-height: 24px;
}


#menu, #here {
	width: 170px;
}

#footer {
	width: 510px;
}

#header, #menu, #sidebar, #here, #footer, #content {
	float: left;
}

#header, #menu>ul:first-child, #sidebar>ul:first-child, .post, .single_page, #here>ul, #footer>ul {
	xbackground: white;
	xborder-bottom: 3px solid #5d5d5d;
	xborder-top: 2px solid #6e6e6e;
	padding: 7px;
	margin-top: 30px;
}

#header {
	margin-top: 30px;
}

.post, .single_page {
	background: white;
	border: 5px solid #f1f1f1;
}

#menu {
	font-size: 24px;
	padding-top: 7px;
}

#menu>ul>li {
	padding-bottom: 7px;
}

#menu>ul>li>a {
	line-height: 35px;
}

#menu>ul>li h2>span {
	background: black;
	color: white;
	border-bottom: 1px black dotted;
}

#sidebar {
	xclear: left;
	line-height: 1.8em;
}



/* Content Div  */
body.horizon #content {
	float: left;
	xpadding-bottom: 10em;
}

body.horizon #sidebar {
	width: 207px;
}

body.single #content, body.page #content, #footer {
	float:left;
}

/* For single pages and posts */
body.single, body.page {
	padding-bottom: 5em;
}

/* Post Related  */
.meta {
	padding-top: 10px;
	padding-bottom: 10px;
}

.post {
	width: 630px;
}

.post a {
	line-height: normal;
}

.single_page {
	width: 630px;
}

.storyauthor {
	display: none;
}

.storycontent {
	margin-top: 10px;
	border-top: 2px solid #333;
	border-bottom: 2px solid #333;
	padding-top: 5px;

}

.storycontent span.notice {
	background: #EEEEEE;
	border-bottom: 1px solid #AAAAAA;
	padding: 1px 1px 2px 1px;
	line-height: 1.8em;
}

.storycontent a.more-link {
	line-height: 4em;
}

.storycontent h1 {
	border: 0;
	width: 50%;
	display: block;
	border-bottom: 1px dotted black;
	margin-bottom: 5px;
}

.storycontent .flashmovie {
	width: 400px;
	margin: 0;
	padding-bottom: 20px;
}

.storycontent>p {
	padding-bottom: 20px;
	line-height: 1.48em;
}
.storycontent ul {
	margin-bottom: 10px;
}

.storycontent>ul>li {
	margin-bottom: 10px;
}

.storycontent>ul:first-child>li{
	margin-bottom: 0;
}

.storycontent>ul>li>ul {
	margin-left: 10px;
	padding: 10px;
	border-left: 1px black dotted;
	border-bottom: 1px black dotted;
}

.storycontent>ul>li>ul>li{
	margin-bottom: 10px;
}

.storycontent>ul>li>ul>li:last-child {
	margin-bottom: 0em;
}

.feedback {
	padding-top: 10px;
	padding-bottom: 10px;
}

#comments {
	padding-bottom: 10px;
	xborder-bottom: 2px solid #333;
}

#commentlist {
	padding-bottom: 10px;
	padding-top: 10px;
}

#commentlist li {
	padding: 5px;
	margin-bottom: 10px;
}

#commentlist li.alt {
	background: whitesmoke;
	border-left: 2px solid lightgray;
}

#commentlist li blockquote {
	padding-left: 20px;
	border: none;
	line-height: 1.6em;
	font-style: italic;
	font-size: 0.9em;
	padding: 10px 0 10px 3px;
	color: black;
	
}

#commentlist li cite {
	font-size: 0.8em;
	background: #333;
	padding: 4px 5px 7px 5px;
	color: whitesmoke;
	font-weight: 100;
}

#post-comment-form {
	padding-top: 10px;
	padding-bottom: 10px;
}



/* Footer  */
#footer {
	line-height: 1.8em;
	padding-bottom: 20px;
}

#here {
	font-size: 12px;
	padding-right: 5em;
}

body.single>#footer, body.page>#footer {
	clear: left;
}

/* Code formatting */
pre {
	font-size: 14px;
	width: 75%;
	overflow: auto;
	padding: 10px;
	line-height:18px;
	margin-bottom: 20px;
	background: #333333;
	border-top: 5px solid black;
	border-bottom: 2px solid black;
}

code {
	color: #00aaaa;
	font-family: 'Andale Mono', monospace;
}

pre code {
	xwidth: 100%;
	color: #EEEEEE;
}



code.prettyprint{
	
}

/* Flash view */
#flash_view {
	padding: 35px 0 0 40px;
	background: #d3d3d3 url(../teamplates/hello-matt-v2/ui/images/top_gradient.png) top left repeat-x;
	font-family: Helvetica, Arial, sans;
	font-size: 1.4em;
	line-height: 1.4em;
}

#flash_movie {
	padding: 10px;
	background: white;
	xmargin: 0 auto 0 auto;
	width: 400px;
	height: 266px;
}

#flash_view>#content,#flash_view #window_close {
	background: white;
	xmargin: 0 auto 0 auto;
	padding: 10px;
	width: 400px;
}

#flash_view>#content>p {
	color: black;
}
#flash_view>#window_close{
	text-align: right;
}

/* Project formatting */
.project {
	padding-bottom: 2em;
}

.project:last-child {
	padding-bottom: 0;
}

.project>.project_title {
	width: 50%;
	background:black;
	margin-bottom: 0.5em;
}

.project>.project_title>h1 {
	display: inline;
	background: white;
	width: 50%;
	border: none;
	padding: 0.3em 0.2em 0.2em 0;
	line-height:30px;
}

.project_media>ul>li>a {
	
}

.project_media>ul>li>a {
	xpadding-right: 5em;
	line-height: 28px;
}

img.scale_me {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: -1;
}

a#pic {
	padding: 0;
	display:block;
	width: 300px;
	height: 219px;
	text-indent: -9999px;
	background: url('/uploads/mattem.jpg') top left no-repeat;
}

a#pic:hover {
	border: 0;
	background-position: 0 -225px;
	text-decoration: none;
}