/* @override http://brokenparadigmlabs.dev/assets/css/styles.css */
/***** Colors Glossary
 * #a7b1ba - background blue-grey
 * #292d31 - background *old bpl grey
 * #1b1c20 - background dark blue-grey
 * #111111 - Nav
 * #444444 - Nav Text-shadow
 * #cacaca - Nav Hover
 * #111111 - Nav Hover Text-shadow
 * #f0f0f0 - TableView background-color
 * #cacaca - TableView border-color
 * #3099cd - a 
 * #0a6598 - a:active
 * #666666 - h3
 *****/

/* @group reset */
 /** Reset defaults **/
* {
	margin: 0;
	padding: 0;
	font-size: 1em;
	text-decoration: none;
	border: none;
	list-style: none;
	outline: none;
}
a:active { outline: none;}
a:focus{ -moz-outline-style: none;}

/* @end */

/* @group defaults */

/* @group small */
 
small {
	color: #999;
	font-size: 11px;
}

/* @end */
 
/* @group header */
h1 {
	
}
h2 {
	
}
h3 {
	font: bold 18px/24px "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: lowercase;
	margin-bottom: 15px;
	color: #666;
}
 
h3 strong {
	text-transform: none;
	color: #333;
}
 
/* @end */
 
/* @group p */
 
p {
	margin-bottom: 16px;
}
 
/* @end */
 
/* @group blockquote */
 
blockquote {
	font-style: italic;
	font-family: Georgia;
}
 
blockquote cite {
	font-weight: bold;
}
 
/* @end */
 
/* @group img */
 
img {
	vertical-align: bottom;
}
 
/* @end */
 
/* @group a */
 
a {
	color: #3298cb;
	cursor: pointer;
}
 
a:focus,
a:hover {
	text-decoration: underline;
}
 
a:active {
	color: #0a6598;
}
 
/* @end */

/* @end */

/* @group Layout */
html {
/**	background-color: #a7b1ba;  blue-grey **/
	background-color: #292d31; /** old bpl grey **/
/**	background-color: #1b1c20;  dark blue-grey **/
}
body {
/**	background-color: #a7b1ba;  blue-grey **/
	background-color: #292d31; /** old bpl grey **/
/**	background-color: #1b1c20;  dark blue-grey **/
	font: 12px/18px "Lucida Grande", Verdana, sans-serif;
	color: #fff;
}
hr {
	background: url(../images/hr.png) 0% 0% no-repeat;
	border: none;
	clear: both;
	width: 416px;
	height: 1px;
	margin: 10px auto;
}
.spacer {
	height: 1px;
	display: block;
	clear: both;
}

#logo {
	width: 350px;
	height: 34px;
	line-height: 32px;
	float: left;
	background: url(../images/logo.png) 0% 0% no-repeat;
	color: rgb(17, 17, 17);
	font: normal normal normal 32px 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: bold;
	padding-left: 10px;
	text-shadow: rgb(68,68,68) 0px 1px 1px;
	text-indent: -9999px;
}
#logo a{
	text-decoration: none;
	text-indent: -9999px;
	display: block;
}
/* @group Navigation */

#nav {
	width: 350px;
	height: 34px;
	float: left;
	color: rgb(17, 17, 17);
	font: normal normal normal 16px 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: bold;
	text-shadow: rgb(68,68,68) 0px 1px 1px;
}
#nav ul {
	float: right;
}
#nav li {
	float: left;
	display: block;
	margin-top: 18px;
	padding: 0;
	text-indent: -9999px;
	width: 60px;
	height: 23px;
	background-position: 50% 0px;
	background-repeat: no-repeat;
}
#nav li a {
	display: block;
	color: rgb(17,17,17);
	text-align: center;
	text-decoration: none;
}
#nav li a:hover,
#nav li.active a{
	color: #cacaca;
	text-shadow: rgb(17,17,17) 0px 1px 1px;
	text-decoration: none;
}
#nav li.home{
	background-image: url(../images/navHomeDark.png);
}
#nav li.about{
	background-image: url(../images/navAboutDark.png);
}
#nav li.portfolio{
	width: 80px;
	background-image: url(../images/navPortfolioDark.png);
}
#nav li.blog{
	width: 50px;
	background-image: url(../images/navBlogDark.png);
}
#nav li.contact{
	width: 75px;
	background-image: url(../images/navContactDark.png);
}
#nav li:hover,
#nav li.active{
	background-position: 50% -23px;
}
.webkit #nav li{background: 0;}
.webkit #nav li a{text-indent: 0;}
/* @end */

/* @group Header */



/* @end */

/* @group Main */

#container {
	width: 720px;
	margin: 100px auto;
	padding: 0;
	color: #333;
	opacity: 0.9;
}

#header {
	width: 100%;
	height: 16px;
	background: url(../images/mainBox.png) 0% 0% no-repeat;
	margin: 0;
	position: relative;
}
#content{
	width: 100%;
	height: 100%;
	min-height: 350px;
	background: url(../images/mainBoxMid.png) 0% 0% repeat-y;
	margin: 0;
	padding: 0px;
	overflow: hidden;
}
#footer {
	width: 100%;
	height: 54px;
	background: url(../images/mainBox.png) bottom left no-repeat;
	margin: 0;
	padding: 0;
	position: relative;
}
#hidden-image {
	width: 660px;
	height: 320px;
	margin: 30px 30px 0px 30px;
	position: relative;
}
/**
#hidden-image.home{
	background: url(../images/3dBlueprint.png) 0% 0% no-repeat;
}
#hidden-image.about{
	background: url(../images/3dRoom.png) 0% 0% no-repeat;
}
#hidden-image.portfolio{
	background: url(../images/3dRoomEmpty.png) 0% 0% no-repeat;
}
#hidden-image.contact{
	background: url(../images/textmate.png) 0% 0% no-repeat;
}
**/
#hidden-image pre#type-code{
	width: 200px;
	height: 180px;
	position: absolute;
	font-size: 7px;
	left: 195px;
	top: 25px;
}
#content-inside {
	width: 660px;
	height: 100%;
	background-color: #fefefe;
	opacity: 1;	
}

/* @group Home */

#home-image-back{
	width: 600px;
	height: 275px;
	margin: 0 auto;
	padding: 5px 5px 15px 5px;
	background: url(../images/imgBackWide.png) 0% 0% no-repeat;
}
#home-image{
	width: 600px;
	height: 275px;
	background: url(../images/portfolio/portraitOrig.png) 0% 0% no-repeat;
}

/* @end */

/* @group About */
#content-inside.about h1 + p{
	margin-top: 10px;
}
#icon-me-wrapper{
	width: 75px;
	height: 75px;
	float: left;
	margin: 0px 10px 0px 0px;
	border: 0;
}
#icon-me-wrapper img{
	border: none;
}

/* @end */

/* @group Portfolio */



/* @end */

/* @group Contact */
#contact{
	float: left;
	width: 400px;
}
#contact-info,
#networks{
	width: 400px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #cacaca;
	background-color: #f0f0f0;
	margin-bottom: 10px;
	display: inline-block;
}
#contact-info li,
#networks li{
	border-bottom: 1px solid #ddd;
	border-color: #e5e5e5;
	color: #666;
	font: normal normal bold 11px/30px 'Helvetica Neue', Helvetica, Arial, sans-serif;
	height: 30px;
}
#contact-info li:hover{
	background-color: #f9f9f9;
}
#contact-info li:first-child{
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
#contact-info li:last-child,
#networks li:last-child{
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom: 0;
}
#contact-info li > .contact-label{
	float: left;
	width: 100px;
	color: #666;
	text-align: right;
	text-transform: uppercase;
	font-weight: bold;
	text-shadow: #fff 0px 1px 1px;
	padding: 0;
}
#contact-info li > .contact-data{
	float: left;
	width: 280px;
	white-space: nowrap;
	color: #444;
	text-shadow: #fff 0px 1px 1px;
	font-size: 12px;
	font-weight: bold;
	text-overflow: ellipsis;
	overflow: hidden;
	padding-left: 20px;
}
#networks li{
	height: 38px;
	padding: 10px;
}
#networks span.network {
	display: block;
	width: 46px;
	height: 38px;
	float: left;
	margin-right: 5px;
	color:  #808080;
	font-weight: bold;
	text-shadow: #999 0px 1px 1px;
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
#networks .network a{
	display: block;
	width: 46px;
	height: 38px;
}
#networks .network.twitter{
	text-indent: -9999px;
	background-image: url(../images/networkTwitter.png);
}
#networks .network.facebook{
	text-indent: -9999px;
	background-image: url(../images/networkFacebook.png);
}
#networks .network.flickr{
	text-indent: -9999px;
	background-image: url(../images/networkFlickr.png);
}
#networks .network.linkedin{
	text-indent: -9999px;
	background-image: url(../images/networkLinkedin.png);
}
#networks .network.delicious{
	text-indent: -9999px;
	background-image: url(../images/networkDelicious.png);
}
#networks .network.flickr{
	text-indent: -9999px;
	background-image: url(../images/networkFlickr.png);
}
#networks .network.vcard{
	text-indent: -9999px;
	background-image: url(../images/vcard.png);
}
#networks .network.chat{
	text-indent: -9999px;
	background-image: url(../images/im.png);
}
#networks .network.email{
	text-indent: -9999px;
	background-image: url(../images/networkEmail.png);
}
#networks .network:hover,
#networks .network.av{
	background-position: 0px -39px;
}
#subtext{
	width: 100%;
	float: left;
	
}
#subtext #type_text{
	width: 100%;
}
#contact-preview-panel{
	float: left;
	width: 228px;
	height: 100%;
	margin-left: 10px;
	padding: 0 10px;
	background: url(../images/separatorVirticalLarge.png) 0px 50% no-repeat;
}
#contact-preview{
	display: block;
	width: 218px;
	height: 310px;
	padding: 5px;
	background: url(../images/imgBack228x320.png) 50% 50% no-repeat;
}

/* @group Twitter */
#twitter-wrapper{
	width: 228px;
	height: 320px;
	position: relative;
}
#twitter-header,
#twitter-header a{
	width: 100%;
	height: 24px;
	line-height: 24px;
	display: block;
	text-align: center;
	font-size: 14px;
	text-decoration: none;
	text-indent: -9999px;
	text-shadow: #999 0px 1px 1px;
}
#twitter-header{
	background: url(../images/twitterHeader.png) 0% 0% no-repeat;
	margin-bottom: 5px;
}
#twitter-header:hover{
	background-position: 0px -24px;
}
#twitter-wrapper #twitter-footer{
	width: 100%;
	height: 20px;
	background: url(../images/gradientWhite.png) 0% 0% repeat-x;
	position: absolute;
	bottom: 0px;
	z-index: 20;
}
.tweet{
	width: 100%;
	height: auto;
	font-size: 11px;
	color: #333;
	margin-bottom: 5px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.tweet .tweet-header{
	width: 188px;
	height: 20px;
	padding: 0 20px;
	margin: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: bold;
	color: #666;
	background: url(../images/tweetBubbleTop.png) 0% 0% no-repeat;
}
.tweet .tweet-body{
	width: 188px;
	padding: 0 20px;
	margin: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 12px;
	background: url(../images/tweetBubbleMid.png) 0% 0% repeat-y;
}
.tweet .tweet-footer{
	width: 188px;
	height: 19px;
	padding: 0 20px;
	margin: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	background: url(../images/tweetBubbleBottom.png) 0% 0% no-repeat;
	font-size: 9px;
	color: #999;
}
.tweet .created_at{
	font-size: 9px;
	color: #999;
}

/* @end */

/* @group Flickr */

#flickr-wrapper{
	width: 228px;
	height: 320px;
	display: block;
	position: relative;
}
#flickr-wrapper a {
	width: 69px;
	height: 69px;
	float: left;
	padding: 3px 3px 4px 3px;
	background: url(../images/imgBack75x75a.png) 0% 0% no-repeat;
}
#flickr-wrapper a.b{
	background-image: url(../images/imgBack75x75b.png);
}
#flickr-wrapper a img{
	
}

/* @end */
/* @end */
/* @end */

/* @group Main Footer */

#main-footer {
	background-color: #1b1c20;
	opacity: 0.3;
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;	
}
#main-footer:hover{
	opacity: 0.8;
	-webkit-box-shadow: 0px -3px 6px #444;
}
#main-footer p {
	font-size: 11px;
	color: #000;
	text-shadow: #333 0px 1px 1px;
	text-align: center;
	margin: 0;
	padding: 15px 80px 15px 120px;
}

/* @end */

/* @end */

/* @group Typography */

.dropshadow {
	text-shadow: rgb(68,68,68) 0px 1px 1px;
}
.dropshadow.light {
	text-shadow: #fff 0px 1px 1px;
}

/* @end */

/* @group Form */



/* @end */

/* @group Buttons */


/* @end */

/* @group Slider */

#slider {
  width: 660px;
  margin: 0 auto;
  position: relative;
}

.scroll {
  height: 280px;
  overflow: auto;
  position: relative; /* fix for IE to respect overflow */
  clear: left;
  background: #FFFFFF url(../images/content_pane-gradient.gif) repeat-x scroll left bottom;
}
.scrollContainer {
	
}
.scrollContainer div.panel {
  padding: 20px;
  height: 240px;
  width: 620px; /* change to 560px if not using JS to remove rh.scroll */
}
.scrollButtons {
  position: relative;
  display: block;
  background: #fefefe;
  cursor: pointer;
  width: 100%;
  height: 20px;
  text-indent: -9999px;
}
#slider:hover .scrollButtons{
	background-color: #eee;
	background-repeat: no-repeat;
	background-image: url(../images/chevronUpDown.png);
}
#slider:hover .scrollButtons:hover{
	background-color: #cacaca;	
	background-repeat: no-repeat;
}
#slider:hover .scrollButtons.prev{
	background-position: 50% 0px;
}
#slider:hover .scrollButtons.next{
	background-position: 50% -60px;
}
#slider:hover .scrollButtons.prev:hover {
	background-position:  50% -20px;
}
#slider:hover .scrollButtons.next:hover {
	background-position:  50% -40px;
}
.scrollButtons.prev{
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topLeft: 6px; 
	-moz-border-radius-topRight: 6px;
}
.scrollButtons.next{
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-bottomLeft: 6px; 
	-moz-border-radius-bottomRight: 6px;
}
.scrollButtons.left {
  left: -20px;
}

.scrollButtons.right {
  right: -20px;
}
#slider .navigation li {
	float: left;
}
/* @end */

/* @group Misc */

/* @group JustTheTip */

/* Just The Tip */

.jttip {
	font-size: 14px;
	text-align: center;
	float: left;
	position: absolute;
	margin-top: -5px;
}

.jttipcontent {
	padding: 10px 10px 5px 10px;
	background: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-box-shadow: 0 0 10px #999;
	-moz-box-shadow: 0 0 10px #999;
	border: 1px solid #bbd4fd;
}

.nubbin {
	margin: 0 auto -7px auto;
}

.jttipcontent p {
	padding: 0;
}

/* @end */

.photo-bg {
	width: 400px;
	height: 180px;
	float: left;
	display: block;
	padding: 5px 5px 15px 5px;
	margin: 0 10px 0 0;
	background: url(../images/photoContainer400.png) 0% 0% no-repeat;
}

.placeholder {
	width: 200px;
	height: 180px;
	color: #d0d0d0;
	text-align: center;
	font-size: 12px;
	margin: 30px auto;	
	display: block;
}
.placeholder span{
	display: block;
	width: 128px;
	height: 128px;
	margin: 15px auto;
	background: url(../images/dottedBoxArrowLarge.png) 50% 50% no-repeat;
}
/* @end */

/* @group Debug */

#debug-wrapper{
	padding: 20px;
	text-overflow: ellipsis;
	overflow: hidden;
}

/* @end */
