/*-----------------------------------------------------
              >> Blueprint Default CSS <<
              
This is the default Blueprint stylesheet. You're free
to modify it however you wish, or replace it entirely.              
              
-----------------------------------------------------*/

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, sub, sup, tt, var,
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-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	vertical-align: baseline;
}

body {
  font-family:Arial,Helvetica,sans-serif;
  background: url(/static/images/layout/bgFeature.gif) top left repeat;  
  color:#333;
  font-size:87%;  
}

a img {
  border: none;
}

a {
  text-decoration:none;
  color:#eb8419;
}

a:hover {
  color:#D27414;
}

p a {
  text-decoration:underline;
}

p.more {
  text-align:right;  
}

p.more a {
  font-weight:bold;
  text-decoration:none;
}

/*-----------------------------------------------------
                     >> Layout <<
-----------------------------------------------------*/
.container {
  width:800px;
  margin:0 auto;
  padding:50px;
  overflow:hidden;
  border-top: 5px solid #eb8419;  
  background: #fff url(/static/images/layout/logo.gif) 800px 26px no-repeat;  
}

.content {
  float:left;
  width:534px;
  margin-bottom:40px;
}

.wide {
  width:100%;
  float:none;
}

.sidebar {
  float:right;
  width:240px;
  line-height:140%;
  margin-bottom:40px;
  font-size: 90%;
}

.footer {
  clear:both;
  width: 840px;
  margin: 0 auto;
  text-align:center;
  padding: 5px 0;
}

/*-----------------------------------------------------
                  >> Navigation <<
-----------------------------------------------------*/

ul.globalNav {
  margin: 0 0 15px 0;
  padding: 0;
  width: 100%;
  overflow:hidden;
  list-style-type:none;
}

ul.globalNav li {
  float: left;
  font-size:1.1em;
}

ul.globalNav li a {
  margin-right: 15px;
  color: #EB8419;
  font-weight: normal;
}
ul.globalNav li a:hover {
  color:#D27414;
}
ul.globalNav li a.active {
  font-weight: bold;
}

.sidebar ul {
  list-style-type:none;
  padding:0;
  margin:0;
}

.sidebar a {
  color: #444444;
}

.sidebar a:hover {
  color:#EB8419;
}

/*-----------------------------------------------------
                  >> Basic Typography <<
-----------------------------------------------------*/

.siteTitle {
  font-size:36px;
  margin-bottom:8px;
  color:#333;
  overflow:hidden;
  width:760px;
  margin: 0px;
}

.siteTitle span {
  float:left;
}

/* used for PTY LTD appended in layout to site title */
.siteTitle sup {
  font-size:10px;
  text-transform: uppercase;
  vertical-align: top;
}

em, i {
  font-style:italic;
}

h1 {
  font-size:20px;
  margin-bottom:15px;
  margin-top: 0px;
  color: #EB8419;
}

h2 {
  margin-bottom:10px;
  font-size: 120%;
}

h3 {
  margin-bottom:10px;
  font-size: 105%;
  font-weight: bold;
  color: #EB8419;
}

h4 {
  margin-top:20px;
  margin-bottom:6px;
}

p {
  line-height:150%;
  font-family:Arial,Helvetica,sans-serif;
  line-height:180%;
  margin-bottom:0.9em;
}
.intro p {
  color:#eb8419;
  font-size: 1.2em;
  line-height: 160%;
  font-weight: normal;
}
.sidebar p {
  color: #777;
  line-height: 150%;
}

ul {
  padding-left: 40px;
  margin:18px 0 21px 0;
}

li {
  line-height:110%;
  margin-bottom:4px;
}

blockquote {
  padding:20px 30px;
}
blockquote p {
  font-size:110%;
  color:#333;
  padding:0;
  margin:0;
  width:100% ! important;
}

blockquote cite {
  font-style:italic;
  font-size:90%;
}


.footer p {
  font-size:12px;  
  padding-bottom: 5px;
  margin-bottom:0px;
  color: #444;
}

/*-----------------------------------------------------
            >> Standard Image Handling <<
-----------------------------------------------------*/

img.small {
  float:left;
  width:50px;
  margin:0 8px 3px 0;
  border:1px solid #eee;
  padding:4px;
  background:#fff;
}
img.med {
  float:left;
  width:220px;
  margin:0 8px 3px 0;
  border:1px solid #eee;
  padding:4px;  
}
.feature img {
/*  height: 350px;*/
}
img.portrait {
  height: 350px;
}


/*-----------------------------------------------------
                     >> Projects <<
-----------------------------------------------------*/

.sidebar h2 {
  font-weight: bold;
  margin-bottom: 8px;
}
.sidebar h3 {
  margin-bottom: 5px;
}
.project h1 {
/*  margin-bottom: 6px;*/
}
.projectList ul, .peopleList ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.projectDetails {
  line-height:140%;
/*  font-size: 85%;*/
  color: #666;
  margin-bottom: 20px;
}

.row {
  overflow:hidden;
  width:100%;
  margin-bottom:20px;
}


/*-----------------------------------------------------
                     >> People <<
-----------------------------------------------------*/

.qualifications {
  font-style: italic;
}



/*-----------------------------------------------------
                  >> Contact Form <<
-----------------------------------------------------*/

form {
  width:90%;
  padding:0;
}

fieldset {
  padding:0;
}

label {
  display:block;
  font-size:12px;
  text-transform:uppercase;
}

fieldset input {
  width:85%;
  font-size:15px;
  margin-bottom:10px;
}

fieldset textarea {
  width:100%;
  font-size:15px;
  line-height:130%;
}

select {
  font-size: 14px;
}

p.submit {
  text-align:center;
  margin-top:10px;
  width:100%;
  overflow:hidden;
}

.submit input {
  font-size:16px;
}


/*-----------------------------------------------------
                     >> Search <<
-----------------------------------------------------*/

div.sidebar form {
  position:relative;
/*  float:right;*/
/*  width:280px;*/
  margin: 0 0 20px 0;
}

.sidebar form input#query {
  width: 120px;
}

/*-----------------------------------------------------
                     >> Links <<
-----------------------------------------------------*/

dl.links dt {
  font-weight:normal;
}

.links dt image {
  float:left;
}

dl.links dd {
  margin-bottom:20px;
}

dl.links dd p {
  font-size:13px;
  margin:0;
}


/*-----------------------------------------------------
                     >> Mimetypes <<
-----------------------------------------------------*/

a.download {
  display:block;
  overflow:hidden;
  border:1px solid #ccc;
  margin:0;
  padding:0;
  background:#eee;
  position:relative;
  text-decoration:none;
}
a.download:hover {
  background:#E6F1FF;
}
a.download label {
  margin:20px 0 0 0;
  padding:0;
  display:block;
  line-height:140%;
  float:left;
}
a.download label span {
  font-weight:bold;
  font-size:12px;
}
a.download img {
  float:left;
  margin:0;
  padding:3px 0;
  width:64px;
  height:64px
}

/*-----------------------------------------------------
                     >> Feature <<
-----------------------------------------------------*/

.feature {
  position: relative;
  margin: 30px 0;
  padding:5px 0px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  height:350px;
}

#largeImage img {

}

.allProjectsThumbnailFeatureList img {
  border:4px solid #B3B2B5;
  height:62px;
  width:62px;
  margin:12px 0px 0px 12px;
}

.feature ul#projectThumbnails {
  list-style-type: none;
  margin: 0px;
  padding:0;
  position:absolute;
  bottom: 6px;
  right: 0;
}

.feature ul#projectThumbnails li {
  display:block;
  background-color: transparent;
  background: #fff;  
  width: 16px;
  float: left;
  padding:2px 0;
  margin-right:7px;
  text-align:center;
  cursor:pointer;
}

.feature ul#projectThumbnails li:hover {
  background-color:transparent;
  color:#eb8419; 
  cursor:pointer;
}
