/* -------------------------------------------------------------- 
  
   reset.css
   * Resets default browser 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; 
}

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img { border: none; }
/* -------------------------------------------------------------- 

   typography.css
   * Sets up some sensible default typography.
   
-------------------------------------------------------------- */
@font-face {
	font-family: "Aller";
	src: url(type/Aller_Rg.ttf) format("truetype");
	}
@font-face {
	font-family: "Aller";
	font-style: italic;
	src: url(type/Aller_It.ttf) format("truetype");
	}
	
@font-face {
	font-family: "Aller";
	font-weight: bold;
	src: url(type/Aller_Bd.ttf) format("truetype");
	}




/* Default font settings. 
   The font-size percentage is of 16px. (0.75 * 16px = 12px) */
html { font-size:100.01%; }
body { 
  font-size: 80%;
  color: #222; 
  background: #000 url(../images/bkg.jpg) repeat-x fixed center top;
  font-family:  "Aller", "Helvetica Neue", Arial, Helvetica, sans-serif;
  letter-spacing:0.1px;
}


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

h1,h2,h3,h4,h5,h6 { font-weight: normal; color: #111; text-transform:lowercase; }

h1 { font-size: 2.4em; line-height: 1; margin-bottom: 0; font-weight:bold; letter-spacing:1.2px; }
h2 { font-size: 2em; margin: 0.35em 0; font-weight:bold; letter-spacing:1.2px;}
h3 { font-size: 1.5em; line-height: 1; margin-bottom: 1em; }
h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 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;
}

h4.sub {color:#CCC;margin:-1em 0 1em;}


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

p           { margin: 0 0 1.5em; text-align:justify; }
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: #000;text-decoration:underline; }
a           { color: #749d00; text-decoration: none; }

h2 a {text-decoration:none;}
h2 a:hover {text-decoration:underline;}

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 				{ 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 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;}


/* 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: #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; }
/* --------------------------------------------------------------
   grid.css - mirror version of src/grid.css
-------------------------------------------------------------- */

.outer {
width:960px;
margin: 0 auto;
-moz-box-shadow: -10px 0px 20px #000; /* For shadow effect to work in supported versions of Mozilla */
2	-webkit-box-shadow: -10px 0px 20px #000; /* For shadow effect to work in supported versions of Safari */
}

/* A container should group all your columns. */
.container {
  width: 880px;
  margin: 0 auto;
  background: #f9f9f9;
  padding:20px 40px 0;
-moz-box-shadow: 10px 0px 20px #000; /* For shadow effect to work in supported versions of Mozilla */
2	-webkit-box-shadow: 1px 0px 20px #000; /* For shadow effect to work in supported versions of Safari */
}

/* Use this class on any div.span / container to see the grid. */
.showgrid { 
  background: url(grid.png); 
}



/* Columns
-------------------------------------------------------------- */

/* Sets up basic grid floating and margin. */
.column, div.span-1, div.span-2, div.span-3 {
  float: left;
  margin-right: 35px;
  margin-bottom:1.5em;
  position:relative;
}

/* The last column in a row needs this class. */
.last, div.last { margin-right: 0; }

/* Use these classes to set the width of a column. */
.span-1  { width: 270px; }
.span-2  { width: 575px; }
.span-3  { width: 880px; margin-right: 0; }

/* Use these classes to set the width of an input. */
input.span-1, textarea.span-1, input.span-2, textarea.span-2, input.span-3, textarea.span-3 {
  border-left-width: 1px!important;
  border-right-width: 1px!important;
  padding-left: 5px!important;
  padding-right: 5px!important;
}

input.span-1, textarea.span-1 { width: 258px!important; }
input.span-2, textarea.span-2 { width: 563px!important; }
input.span-3, textarea.span-3 { width: 868px!important; }

/* Add these to a column to append empty cols. */

.append-1  { padding-right: 305px; } 
.append-2  { padding-right: 610px; } 

/* Add these to a column to prepend empty cols. */

.prepend-1  { padding-left: 305px; } 
.prepend-2  { padding-left: 610px; } 


/* Border on right hand side of a column. */
div.border {
  padding-right: 16px;
  margin-right: 18px;
  border-right: 1px solid #eee;
}

/* Border with more whitespace, spans one column. */
div.colborder {
  padding-right: 169px;
  margin-right: 170px;
  border-right: 1px solid #eee;
}


/* Use these classes on an element to push it into the 
next column, or to pull it into the previous column.  */

.pull-1 { margin-left: -305px; }
.pull-2 { margin-left: -610px; }
.pull-3 { margin-left: -915px; }

.pull-1, .pull-2, .pull-3 {float: left; position:relative;}

.push-1 { margin: 0 -305px 1.5em 305px; }
.push-2 { margin: 0 -610px 1.5em 610px; }
.push-3 { margin: 0 -915px 1.5em 915px; }

.push-1, .push-2, .push-3 {float: right; position:relative;}


/* Misc classes and elements
-------------------------------------------------------------- */

/* In case you need to add a gutter above/below an element */
.prepend-top { 
  margin-top:1.5em; 
}
.append-bottom { 
  margin-bottom:1.5em; 
}

/* Use a .box to create a padded box inside a column.  */ 
.box { 
  padding: 1.5em; 
  margin-bottom: 1.5em; 
  background: #E5ECF9; 
}

/* Use this to create a horizontal ruler across a column. */
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;
}


/* Clearing floats without extra markup
   Based on How To Clear Floats Without Structural Markup by PiE
   [http://www.positioniseverything.net/easyclearing.html] */

.clearfix:after, .container:after {
  content: "\0020"; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
  overflow:hidden; 
}
.clearfix, .container {display: block;}

/* Regular clearing
   apply to column that should drop below previous ones. */

.clear { clear:both; }
/* -------------------------------------------------------------- 

   forms.css
   * Sets up some default styling for forms
   * Gives you classes to enhance your forms
   
   Usage:
   * For text fields, use class .title or .text
   * For inline forms, use .inline (even when using columns)
   
-------------------------------------------------------------- */

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; }


/* Form fields
-------------------------------------------------------------- */

input[type=text], input[type=password],
input.text, input.title, 
textarea, select { 
  background-color:#fff; 
  border:1px solid #bbb;
  font-size:1em;
  padding:4px;
  width:390px;
}
input[type=text]:focus, input[type=password]:focus, 
input.text:focus, input.title:focus, 
textarea:focus, select:focus { 
  border-color:#666; 
}

input[type=text], input[type=password],
input.text, input.title,
textarea, select {
  margin:0.5em 0 0.5em 1em;
}

input.text, 
input.title   { width: 300px; padding:5px; }
input.title   { font-size:1.5em; }
textarea      { width: 390px; height: 250px; padding:5px;font-size:1em;
  font-family:  "Aller", "Helvetica Neue", Arial, Helvetica, sans-serif; }

input[type=checkbox], input[type=radio], 
input.checkbox, input.radio { 
  position:relative; top:.25em; 
}

form.inline { line-height:3; }
form.inline p { margin-bottom:0; }

label {clear:both;
display:block;
float:left;
font-size:1em;
margin:0.5em 0;
padding:4px;
text-align:right;
width:100px;}

.form-buttons input {
	background:#222222 none repeat scroll 0 0;
	border:1px solid #CCCCCC;
	color:#FFFFFF;
	font-size:1em;
	margin-left:120px;
	padding:4px 8px;
}
.form-buttons input:hover {
	background:#a6ce39;
	color: #000;
	cursor:pointer;
}

/* Success, notice and error boxes
-------------------------------------------------------------- */

.error,
.notice, 
.success    { padding: .8em; margin-bottom: 1em; }

.error      {color: #8a1f11; }
.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; }




/*   Navigation   */

ul#menu {margin:30px 20px 0 0;padding:0;float:right;font-size:1.4em;text-transform:lowercase;letter-spacing:0.2px;}
ul#menu li {margin:0;padding:0;list-style:none;float:left;margin:0 0.3em 0 0;}
ul#menu li a {text-decoration:none;display:block;padding:0em 0.6em;color:#222;border-bottom:0.4em solid #f9f9f9;}
ul#menu li a:hover {background:#f9f9f9;border-bottom:0.4em solid #a6ce39;}


/* Header  */

.header {height: 90px; }
.header h2 {padding:0; margin:20px 0 0 20px; float:left;}



/*   Footer   */

.footer {border-top: 1px dotted #ccc;margin-top:20px;}
.footer p {text-align:center; margin: 4px 0 0;}
.footer ul#menu {font-size:1.1em; margin: 5px auto 0;float: none;text-align:center;}
.footer ul#menu li {float:none; display:inline;}
.footer ul#menu a {border-bottom: 0.2em solid #f9f9f9; display:inline;}
.footer ul#menu a:hover {border-bottom: 0.2em solid #a6ce39;}


/*    Portfolio   */

ul.tags {list-style:none; margin:0 0 20px;padding:0;}
ul.tags li { display:block;float:left;margin:4px 2px;}
ul.tags li strong {padding: 4px 8px;}
ul.tags li a {color:#fff; background:#222; padding:4px 8px;text-decoration:none;}
ul.tags li a:hover {color:#000; background: #a6ce39;}

.portInfo {height:230px;padding:10px; width:250px; border-bottom:#ccc 1px dotted; border-top:#ccc 1px dotted;}
.portInfo h2 {border-bottom:0.2em solid #a6ce39;}
.portInfo p {font-size:1.1em;text-align:left;}
.portInfo p a {color: #fff; background:#222; padding:4px 8px;text-decoration:none; margin-left:10px;}
.portInfo p a:hover {color:#000; background: #a6ce39;}
.portInfo p strong {float:left;}
.portInfo p span {float:left;margin-left:10px;width:190px;}
.portInfo ul.tags {clear:both;}

.porthead h1 {float:left;}
.porthead ul.tags {float:right;margin:4px 0 0;}
.porthead ul.tags li a {color:#000; background:#f9f9f9; padding:4px 8px;text-decoration:none;}
.porthead ul.tags li a:hover {color:#000; background: #a6ce39;}

ul.tags li.invert a {color:#000; background: #a6ce39; padding:4px 8px;text-decoration:none;}
ul.tags li.invert a:hover {color:#fff; background: #222;}
ul.tags li.current {padding:2px 8px 3px;margin:2px;color:#222; background: #ccc;}



/*   SlideViewer    */

/*preload classes*/ 
.svw {width: 50px; height: 20px; background: #fff;} 
.svw ul {position: relative; left: -999em;} 
 
/*core classes*/ 
.stripViewer {  
position: relative; 
overflow: hidden;  
border: none;   
margin: 0 0 1px 0; 
} 
.stripViewer ul { /* this is your UL of images */ 
margin: 0; 
padding: 0; 
position: relative; 
left: 0; 
top: 0; 
width: 1%; 
list-style-type: none; 
} 
.stripViewer ul li {  
float:left; 
} 
.stripTransmitter { 
overflow: auto; 
width: 1%; 
position:absolute;
bottom: 5px;
left: 4px;
} 
.stripTransmitter ul { 
margin: 0; 
padding: 0; 
position: relative; 
list-style-type: none; 
} 
.stripTransmitter ul li{ 
width: 20px; 
float:left; 
margin: 0 2px 0px 0; 
} 
.stripTransmitter a{ 
font: bold 10px; 
text-align: center; 
line-height: 22px; 
background: #000; 
color: #fff; 
text-decoration: none; 
display: block; 
} 
.stripTransmitter a:hover, a.current{ 
background: #a6ce39; 
color: #000; 
} 
 
/*tooltips formatting*/ 
#tooltip { 
background: #fff; 
color: #000; 
opacity: 0.85; 
border: 5px solid #dedede; 
} 
#tooltip h3 {  
font: normal 10px Verdana;  
margin: 0;  
padding: 6px 2px;  
border: 0; 
} 

.ldrgif {left:280px;position:absolute;top:110px;}

.svwp {width: 50px; height: 20px; background: #fff;} /*preloader stuff. do not modify!*/ 
.svwp ul{position: relative; left: -999em;}/*preloader stuff. do not modify!*/ 
.slideViewer { /*this is the gallery container*/ 
position: relative; 
overflow: hidden;  
margin: 0; 
padding: 0; 
background: #fff; 
} 
.slideViewer ul {  /*this is your list of images*/ 
position: relative; 
left: 0; 
top: 0; 
width: 1%; 
list-style-type: none; 
margin: 0;  
padding: 0; 
} 
.slideViewer ul li { /*each LI item is floated; the whole list is now displayed as if its in one row*/ 
float:left; 
} 
 
/*typographic info*/ 
.slideViewer span.typo{  
padding: 6px; /* do not modify padding (yet)*/ 
background: #fff; 
color: #000; 
font: normal 10px Verdana; 
} 
 
.thumbSlider { /*the thumbnails slider contanier*/ 
overflow: hidden; 
width: 1%; 
background: #fff; 
} 
.thumbSlider ul { /*the thumbnails list of images*/ 
list-style-type: none; 
margin: 0;  
padding: 0; 
} 
.thumbSlider ul li{  
float:left; 
margin: 0; 
} 
.thumbSlider a{ /*the link wrapped around each thumbnail. dynamically.*/ 
color: #fff; 
text-decoration: none; 
} 
.thumbSlider a img{ 
border: 0; 
display: block; 
padding: 0; 
} 
.thumbSlider p.tmbrdr { /* the border above -not around- each thumb */ 
/* width, height and top values are dynamically added by the script. Do not modify. */ 
position:relative;  
left: 0; 
font-size: 0.01em; 
left: 0; 
margin: 0; 
padding: 0; 
} 
 
a.left, a.right { /*the left and right buttons (links)*/ 
background: transparent; /* could be any color  */ 
color: #ff0000; 
font: bold 16px Arial; 
overflow: hidden; 
} 
a.left span, a.right span{ 
 
} 
a.left img, a.right img{ 
border: 0; 
} 
a.l_dis, a.r_dis { 
background: transparent; /* ALWAYS leave transparent. this is the 'disabled' state of the link !  */ 
cursor: default; 
} 
a.l_dis span, a.r_dis span { 
display: none; 
} 
a:focus {outline:none;} 



/* Quip Comments  */

.quip {margin-top:40px;}

.quip a { text-decoration: none; }
.quip a:hover { text-decoration: underline; }

.quip-comment {
    background-color: #f3f3f3;
    border-color: #ccc;
    border-width: 1px 0;
    border-style: solid;
    padding: .5em;
    clear:both;
}
.quip-comment-alt {
    background-color: #fafafa;
}
.quip-comment-rightstuff {
    float: right;
    text-align: right;
}
.quip-comment-createdon {
    font-style: italic;
    color: #777;
}
.quip-comment-author { color: #888; font-weight: bold; font-size:1.1em; text-transform:lowercase; }
.quip-comment-author strong { color: #333; }

.quip-comment-body {padding:10px 20px;}

.quip-add-comment {margin-top:20px;}

.quip-add-comment p {
    color: #888;
    margin-bottom: .2em;
}
span.quip-allowed-tags {
    font-weight: normal;
    font-size: 11px;
    font-style: none;
    float: right;
    }
.quip-add-comment .textarea {
    width:auto;
}
.quip-add-comment textarea {
    width: 95%;
    padding:0;
}
.quip-add-comment input[type=text] {
    width: 50%;
    float: left;
    border: 1px solid #888;
    padding: 5px;
    }
.quip-add-comment label {
    width: 28%;
    float: left;
    }
.quip-fld br { clear: both; }

.quip-comment input[type=submit] {
    float: right;
    padding: 3px;
    margin-left: 5px;
    cursor: pointer;
}
.quip-comment-options {
    text-align: right;
}
.quip-comment-report {
    color: #888;
    font-size: 10px;
}

.quip-error { color: red; }

.quip-comment button {
	background:#222222 none repeat scroll 0 0;
	border:1px solid #CCCCCC;
	color:#FFFFFF;
	font-size:1em;
	margin-left:20px;
	padding:4px 8px;
}
.quip-comment button:hover {
	background:#a6ce39;
	color: #000;
	cursor:pointer;
}

#quip-comment-notify {height:25px;}


/*     Misc     */

#cu3er {height:300px; margin-bottom:40px;}
.contactdetails {font-size:1.2em;}

.sidebar {text-align:right;}
.sidebar ul {list-style:none;margin:0;padding:0;}
.sidebar ul a {display:block; padding: 4px 14px;font-size:1.1em;}
.sidebar ul a:hover {background:#000; color:#a6ce39;text-decoration:none;}

.homeblog {text-align:center;}
.homeblog ul {list-style:none;margin:0;padding:0; font-size:1em;}
.homeblog ul a {display:block; padding: 4px 14px;}
.homeblog ul a:hover {background:#000; color:#a6ce39;text-decoration:none;}

.blogsummary {position:relative;margin:0 -30px 0 -40px;padding:10px 40px;}
.oddblog {background:#efefef;}
.blogdate {position:absolute; color:#000; left:-67px; top:3px;width:40px; text-align:center; display:block; background: #a6ce39; padding:5px; font-size:14px;}
.span-3 .blogdate {top:-10px;}
.blogsummary .blogdate {left:-27px; top:15px;}

.readon {
	background:#444 none repeat scroll 0 0;
	border:1px solid #CCCCCC;
	color:#FFFFFF;
	font-size:1em;
	margin-top:10px;
	padding:1px 8px;
        display:block;
        width:90px;
        text-align:center;
        
}
.readon:hover {
	background:#a6ce39;
	color: #000;
	cursor:pointer;
        text-decoration:none;
}


