/* Andrew McCrum - Feburary 2010 */


/*
##### Colour Ref ######
#313732 - Grey
#8aa8b0 - Blue
#fb7b22 - Orange
#FFFFFF - White
*/


/* Body */

body{
	padding:0;
	margin:0;
	color:#000000;
	font-family: Helvetica Neue, Helvetica, Arial, Verdana, sans-serif;
	font-size:12px;
	font-weight: 300;
}


/* Links */

a:link {text-decoration: none;color: #313732;}
a:visited {text-decoration: none;color: #313732;}
a:hover {text-decoration: none;color: #000000;}
a:active {text-decoration: none;color: #000000;}

.left_port a:link {text-decoration: none;color: #fb7b22;}
.left_port a:visited {text-decoration: none;color: #fb7b22;}
.left_port a:hover {text-decoration: none;color: #000000;}
.left_port a:active {text-decoration: none;color: #000000;}

#about a:link {text-decoration: none;color: #fb7b22;}
#about a:visited {text-decoration: none;color: #fb7b22;}
#about a:hover {text-decoration: none;color: #fb7b22;}
#about a:active {text-decoration: none;color: #fb7b22;}

.plog a:link {text-decoration: none;color: #fb7b22;}
.plog a:visited {text-decoration: none;color: #fb7b22;}
.plog a:hover {text-decoration: none;color: #000000;}
.plog a:active {text-decoration: none;color: #000000;}


/* Headings */

h1{
	font-size:28px;
	margin:0;
	font-family:Helvetica Neue, Helvetica, Arial, Verdana, sans-serif;
	color:#313732;
	font-weight: 100;
	letter-spacing: 1px
}


h2{
	font-size:18px;
	margin:0;
	font-family:Helvetica Neue, Helvetica, Arial, Verdana, sans-serif;
	word-spacing: 14px;
	color:#313732;
	font-weight: 300;
}

h3{
	font-size:18px;
	margin:0;
	font-family:Helvetica Neue, Helvetica, Arial, Verdana, sans-serif;
	color:#313732;
	font-weight: 300;
	padding-bottom: 16px;
}

h4{
	font-size:14px;
	margin:0;
	font-family:Helvetica Neue, Helvetica, Arial, Verdana, sans-serif;
	color:#313732;
	font-weight: 300;
}

h5{
	font-size:18px;
	margin:0;
	font-family:Helvetica Neue, Helvetica, Arial, Verdana, sans-serif;
	color:#313732;
	font-weight: 300;
	padding-top: 16px;
	padding-bottom: 16px;
}

h6{
	font-size:30px;
	margin:0;
	font-family:Helvetica Neue, Helvetica, Arial, Verdana, sans-serif;
	word-spacing: 24px;
	color:#313732;
	font-weight: 100;
}

h7{
	font-size:18px;
	margin:0;
	font-family:Helvetica Neue, Helvetica, Arial, Verdana, sans-serif;
	color:#FFFFFF;
	font-weight: 300;
	float: right;
	padding-top: 79px;
	padding-right: 4px;
}

.amp {

  		font-family: "Palatino Linotype", Palatino, serif;
		font-style: italic;
		font-size:12px;
		word-spacing:2px;
		font-weight: normal;
}


plog{
	padding:0;
	margin:0;
	color:#000000;
	font-family: Helvetica Neue, Helvetica, Arial, Verdana, sans-serif;
	font-size:12px;
	font-weight: 300;
	line-height: 200%;
}


.amp2 {

  		font-family: "Palatino Linotype", Palatino, serif;
		font-style: italic;
		font-size:28px;
		word-spacing:2px;
		font-weight: lighter;
}


blockquote.style1 {
font-size: 12px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 50px;
  padding-left: 15px;
  border-left: 3px solid #eee;
} 

hr {color: #fff; background-color: #fff; border: 1px dotted #313732; border-style: none none dotted; padding-top: 30px; }


/* Source View */

#viewsource ol.source {
	padding: 3px;
	border: 1px solid #ddd;
	padding-left: 40px;
	margin: 0;
	width: auto;
}

#viewsource ol.source li {
	margin: 1px 0;
	padding: 0;
	clear: both;
}

#viewsource ol.source li code {
	display: block;
	background: #fefefe;
	padding: 1px 3px;
	position: relative;
	top: -1px;
}

#viewsource ol.source li.highlight code {
	background: #efefef;
	border-right: 15px solid #FFC424;
}
#viewsource ol.source li.tab-1 code { padding-left: 31px; }
#viewsource ol.source li.tab-2 code { padding-left: 59px; }
#viewsource ol.source li.tab-3 code { padding-left: 88px; }
#viewsource ol.source li.tab-4 code { padding-left: 116px; }
#viewsource ol.source li.tab-5 code { padding-left: 144px; }
#viewsource ol.source li.tab-6 code { padding-left: 172px; }
#viewsource ol.source li.tab-7 code { padding-left: 200px; }
#viewsource ol.source li.tab-8 code { padding-left: 228px; }
#viewsource ol.source li.tab-9 code { padding-left: 256px; }
#viewsource ol.source li.tab-10 code { padding-left: 284px; }




/* Page Layout */

.wrapper {
	width:760px;
	margin:0 auto;
	}

.container{
	width:100%;
	margin:0 auto;
}

.container #header{
	width:100%;
	height:8px;
	position:relative;
	background-color: #313732;
}

#logo{
	width: 120px;
	height: 100px;
	float: left;
	background-color:#313732;
}


#navigation{
	width: auto;
	float: right;
	padding-top: 82px;
}

#about{
	width: 760px;
	height: 100px;
	padding-top: 160px;
	padding-bottom: 50px;
}

#break{
	width: 760px;
	height: 50px;
	padding-top: 60px;
	padding-bottom: 50px;
}

.wrapper #left{
	width: 330px;
	float: left;
	padding-bottom: 60px;
}

.plog{
	width: 760px;
	padding-bottom: 60px;
}

.wrapper #gutter{
	width: 100px;
	float: left;
	padding-bottom: 60px;
}

.wrapper #right{
	width: 330px;
	height: auto;
	float: right;
	padding-bottom: 60px;
}

.wrapper #right_title{
	width: 760px;
	height: auto;
	padding-bottom: 60px;
}

.portfolio{
	width: 760px;
	height:180px;
}

.left_port{
	width: 300px;
	float: left;
}

.left_port_contact{
	width: 300px;
	float: left;
}

.right_port{
	width: 350px;
	float: right;
}

.container #footer_top{
	background:#8aa8b0;
	width:100%;
	height: 220px;
	clear: both;
}

.container #footer_bottom{
	background:#313732;
	width:100%;
	height: 24px;
	clear: both;
}

.wrapper #left_footer{
	width: 330px;
	height: auto;
	float: left;
}

.wrapper #right_footer{
	width: 330px;
	height: auto;
	float: right;
	padding-top: 40px;
}

#footer_top a {
	color:#fb7b22; 
	text-decoration:none; 
}

.wrapper #navfoot {
	width: auto;
	height: auto;
	float: left;
}

.wrapper #social {
	width: auto;
	height: auto;
	float: right;
}

.wrapper #copyright{
	width: auto;
	float: left;
	font-family:Helvetica Neue, Helvetica, Arial, Verdana, sans-serif;
	color:#bbb;
	font-size:10px;
	padding-top: 5px;
}

.wrapper #validate{
	width: auto;
	float: right;
	font-family:Helvetica Neue, Helvetica, Arial, Verdana, sans-serif;
	color:#bbb;
	font-size:10px;
	padding-top: 5px;
}


/* Text Bubble - http://www.willmayo.com/2007/02/10/css-speech-bubbles/ */

div.bubble {
	width: 330px;
	font-size: 12px;
	margin-bottom: 24px;
	padding-top: 40px;
}

div.bubble blockquote {
	margin: 0px;
	padding: 0px;
	border: 1px solid #c9c2c1;
	background-color: #ffffff;
}

div.bubble blockquote p {
	margin: 10px;
	padding: 0px;
}

div.bubble cite {
	position: relative;
	margin: 0px;
	padding: 7px 0px 0px 15px;
	top: 6px;
	background: transparent url(images/tip.gif) no-repeat 20px 0;
	font-style: normal;
}


/* Navigation - http://css-tricks.com/jquery-magicline-navigation/ */

.nav-wrap { font: 18px Helvetica Neue, Helvetica, Arial, Verdana, sans-serif;
; background: #fff; color: #eee; font-weight: 300; }

.group:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
*:first-child+html .group { zoom: 1; } /* IE7 */

#example-one { margin: 0 auto; list-style: none; position: relative; width: auto; }
#example-one li { display: inline; }
#example-one li a { color: #bbb; font-size: 18px; display: block; float: left; padding: 0px 10px 0px 10px; text-decoration: none; text-transform: uppercase; }
#example-one li a:hover { color: black; }
#magic-line { position: absolute; bottom: -2px; left: 0; width: 100px; height: 1px; background: #fb7b22; }

.current_page_item a, .current_page_item_two a { color: black !important; }


/* Contact Form - */

#contact-area {
	width: 330px;
	float: left;
}

#contact-area input, #contact-area textarea {
	padding: 10px;
	width: 330px;
	font-family: Helvetica Neue, Helvetica, Arial, Verdana, sans-serif;
	font-weight: 300;
	font-size: 12px;
	margin: 0px 0px 10px 0px;
	border: 1px solid #ccc;
}

#contact-area textarea {
	height: 110px;
}

#contact-area input.submit-button {
	width: 100px;
	float: left;
}


/* Tab */

a#fdbk_tab {
  top: 25%;
  left: 0;
  width: 42px;
  height: 102px;
  color: #FFF;
  cursor: pointer;
  text-indent: -100000px;
  overflow: hidden;
  position: fixed;
  z-index: 100000;
  margin-left: -7px;
  background-image: url(images/feedback_trans_tab.png);
  _position: absolute;
  _background-image: url(images/feedback_tab_ie6.png); }
  a#fdbk_tab:hover {
    margin-left: -4px; }

a.fdbk_tab_right {
  right: 0 !important;
  left: auto !important;
  margin-right: 0 !important;
  margin-left: auto !important;
  width: 35px !important; }
  a.fdbk_tab_right:hover {
    width: 38px !important;
    margin-right: 0 !important;
    margin-left: auto !important; }
    
    
/**
 * Grid
 */
#grid{

    /* Vertical grid lines */
    background: url(images/bg-grid-980.gif) repeat-y 0 0;

    /* Dimensions - same width as your grid with gutters */
    width: 980px;

    /* Grid (left-aligned)
    position: absolute;
    top: 0;
    left: 0;
    */

    /* Grid (centered) */
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -490px;

}

/**
 * Classes for multiple grids
 *
 * When using more than one grid, remember to set the numberOfGrids 
 * option in the hashgrid.js file.
 */
#grid.grid-1{

    /* Vertical grid lines for grid 1 */
    background: url(images/bg-grid-980.png) repeat-y 0 0;

}
#grid.grid-2{

    /* Vertical grid lines for grid 2 */
    background: url(images/bg-grid-660.gif) repeat-y 160px 0;

    /* Adjustments */
    padding: 0 160px;
    width: 760px;

}

/**
 * Horizontal grid lines, defined by your base line height
 *
 * Remember, the CSS properties that define the box model:
 * visible height = height + borders + margins + padding
 */
#grid div.horiz{

    /* 20px line height */
    height: 19px;
    border-bottom: 1px dotted #aaa;
    margin: 0;
    padding: 0;

}
