/*
Theme Name: Brian Nelson Design 2010
Theme URI: http://briannelsondesign.com/
Description: The default theme of Brian Nelson Design.
Version: 1.0
Author: Brian Nelson
Author URI: http://briannelsondesign.com/
Tags: custom css, page-specific css, clean, modern

	Brian Nelson Design v1.0
	 http://briannelsondesign.com

	This theme was designed and built by Brian Nelson,
	whose site you will find at http://briannelsondesign.com/

*/

/* ---------------------------------------------------------------------------------------------*/
/* CSS Reset */


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, strong, 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: normal;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
}
ol, ul, li {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}



/* ---------------------------------------------------------------------------------------------*/
/* Main Typography elements */

body {
  font-family:"Lucida Grande", "Lucida Sans Unicode", Tahoma, Arial, sans-serif;
  font-size:.8em;
  line-height:1.2em;
}
h2 {
  font-weight:bold;
}

/* ---------------------------------------------------------------------------------------------*/
/* Layout elements */

div.container {
  margin:0 auto;
  position:relative;
  width:950px;
}
div.containerHeadAndFoot {
  margin:0 auto;
  width:930px;
}

/* ---------------------------------------------------------------------------------------------*/
/* File icons */

a[href$='.pdf'] {
background:transparent url(images/pdf.png) center left no-repeat;
display:inline-block;
padding-left:60px;
line-height:52px;
}
a[href$='.pdf']:hover {
background: url(images/pdf.png) center left no-repeat #F6F3D1;
}
a[href$='.doc'], a[href$='.docx'] {
background:transparent url(images/doc.png) center left no-repeat;
display:inline-block;
padding-left:60px;
padding-right:10px;
line-height:52px;
}
a[href$='.doc']:hover, a[href$='.docx']:hover {
background: url(images/doc.png) center left no-repeat #F6F3D1;
}
a[href$='.xls'], a[href$='.xlsx'] {
background:transparent url(images/xls.png) center left no-repeat;
display:inline-block;
padding-left:60px;
line-height:52px;
}
a[href$='.xls']:hover, a[href$='.xlsx']:hover {
background: url(images/xls.png) center left no-repeat #F6F3D1;
}
a[href$='.zip'] {
background:transparent url(images/zip.png) center left no-repeat;
display:inline-block;
padding-left:60px;
line-height:52px;
}
a[href$='.zip']:hover {
background: url(images/zip.png) center left no-repeat #F6F3D1;
}


/* ---------------------------------------------------------------------------------------------*/
/* Header */

div#header {
  background:#000000;
  border:1px solid black;
}
  div#logo {
    float:left;
    height:16px;
    margin-top:11px;
    width:250px;
  }
  div#logo .homeLink {
    background:url(images/navbarLogo.png) 0 0 no-repeat;
    display:block;
    height:16px;
    overflow:hidden;
    text-indent: -9999px;
    width:250px;
  }
  div#logo a:hover {
    background-position: 0 -16px;
  }

  div#header ul {
    float:right;
    line-height:18px;
    padding-bottom:10px;
    padding-top:10px;
  }
  div#header li {
    display:inline;
    font-size:1.1em;
    letter-spacing: .15em;
    margin-left:15px;
    text-transform:uppercase;
  }
  div#header li a {
    color:white;
    padding-bottom:10px;
    padding-top:10px;
    text-decoration: none;
  }
  div#header a:hover {
    color:yellow;
  }


  
/* ---------------------------------------------------------------------------------------------*/
/* Index */

div#content {
  padding-top:75px;
}
div#sorter {
  font-size:10px;
  text-align:right;
  width:940px;
}
div.post {
  float:left;
  height:190px;
  width:190px;
  vertical-align: top;
}
div.post div.postInside {
  background: #eee;
  height:150px;
  margin:10px;
  padding:10px;
  position:relative;
}
div.post div.postInside:hover {
  background:#d5d5d5;
}
div.clearboth {
  border:none;
  clear:both;
  height:0;
  }
div.alert {
  color:#666;
  margin-top:50px;
  margin-bottom:-50px;
}
div.alert img{
  border: 1px solid #666;
  margin-bottom:-3px;
}
.alert h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size:3em;
  font-weight:normal;
  margin-bottom:12px;
  margin-top:50px;
}
div.postInside {
  position:relative;
}
img.caseStudy {
  left:86px;
  top:20px;
  position:absolute;
}

/* ---------------------------------------------------------------------------------------------*/
/* Footer */

div#footer {
  margin-top:25px;
  padding-bottom:10px;
  padding-top:10px;
}

/* ---------------------------------------------------------------------------------------------*/
/* Single Post */

.alignright {
  float:right;
  margin-bottom:50px;
  margin-left:50px;
}
.alignleft {
  float:left;
  margin-bottom:50px;
  margin-right:50px;
}
.aligncenter {
  display:block;
  margin:0 auto;
}
div.wp-caption {
  margin-bottom:50px;
}
p.wp-caption-text {
  font-size:.9em;
  font-style: italic;
  margin-top:5px;
}
div.postSingle {
  min-height:500px;
}
div.postSingle blockquote {
  color:#c00000;
  font-family:Georgia, "Times New Roman", serif;
  font-size:3em;
  padding-top:5px;
}
div.postSingle li {
  list-style: disc;
  margin-left:25px;
}
div.postSingle img {
  border:1px solid #ccc;
}
div.postSingle img.noBorder {
  border:none;
}
div.postSingle div.postInside {
  margin:10px;
}
div.postSingle div.postInside h2 {
  border-bottom:1px solid #ccc;
  font-family:Georgia, "Times New Roman", serif;
  font-size:4em;
  font-weight:normal;
  line-height:1.0em;
  margin-bottom:50px;
  padding-bottom:25px;
}
div.projectInfo {
  float:right;
  margin-left:25px;
  width:300px;
}
div.projectSpecs {
  background: #eee;
  border:1px solid #ccc;
}
div.projectSpecs dl {
  padding:25px;
}
div.projectSpecs span.specs {
  color: #777;
  font-family:Georgia, "Times New Roman", serif;
  font-size:1.8em;
  font-style:italic;
}
div.projectSpecs dt {
  color: #c00000;
  font-size:.8em;
  letter-spacing: .2em;
  margin-top:15px;
  text-transform: uppercase;
}
div.projectDescription {
  line-height:16px;
  margin-top:40px;
}
div.postSingle p {
  margin-bottom:1.2em;
}
a.projectLink  {
	background:#999;
	color:#ffffff;
	display:block;
	float:left;
	font-weight:bold;
	font-size:.9em;
	letter-spacing: .1em;
	margin-bottom:25px;
	padding:10px;
	text-decoration: none;
	text-transform: uppercase;
}
a.projectLink:hover {
	background:#666;
}

/* Footer */
  #footer a {
    color:inherit;
  }
  #footer p, #footer ul {
    margin-bottom:1.4em;
    line-height:1.4em;
  }
  #footer li {
    list-style:none;
  }
  div#footer {
    background:#000;
    color:#fff;
    font-family: "Lucida Grande","Lucida Sans Unicode", Verdana, Arial, sans-serif;
    font-size:.8em;
    min-height:300px;
    padding-top:25px;
    width:100%;
  }
  #footer h3 {
    color:#999;
    font-size:12px;
    letter-spacing:1px;
    padding-bottom:5px;
    text-transform:uppercase;
  }
  div.photo {
    border: 1px solid #666;
    display:block;
    float:left;
    margin-right:15px;
    padding:2px;
  }
  div.clearboth {
    clear:both;
  }
  div.about {
    float:left;
    margin-right:25px;
    width:425px;
  }
  div.links {
    float:left;
    width:180px;
  }
  div.colophon {
    float:left;
    width:200px;
  }