
/* my 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, b, u, i, center, 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-size: 100%;vertical-align: baseline;background: transparent;}
	
p {margin:0;padding:0;}

body {line-height: 1;}
	
ol, ul {list-style: none;}

blockquote, q {quotes: none;}

blockquote:before, blockquote:after, q:before, q:after {content: '';content: none;}
	
:focus {outline: 0;}
	
ins {text-decoration: none;}

del {text-decoration: line-through;}

table {border-collapse: collapse;border-spacing: 0;}
	
a:focus, a:active {outline:0;}

.clear {clear:both}

/* begin site css */

html, body {
	margin:0;
	padding:0;
	font:14px/25px "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	background: #131313;
	color: #7D7D7D;
	}

h1, h2, h3, h4, h5, h6 {font-weight:normal;	}

h1 {font-size:22px;color:#CCC;letter-spacing:-1px;text-shadow:2px 2px #000;margin:0 0 15px 0;}
h2 {
	color:#FFFFFF;
	font-size:14px;
	margin:0;
	padding:0 0 10px;
	text-shadow:2px 2px #000000;
	text-transform:uppercase;
}
h3 {font-size:15px;color:#555;padding:20px 0 5px 0;margin:0;text-shadow:2px 2px #000;}

div#ToolTipDiv {
  Position: absolute;
  top: 100px;
  left: 100px;
  height: 20px; 
  border: 2px solid #FF0000; 
  background-color: #FF9999;
  display: none;
  padding: 3px;
}


#holder {
	overflow:hidden;
	width:980px;
}

#slideshow {
	height:250px;
	left:35px;
	margin:9px 0 0;
	overflow:hidden;
	position:relative;
	width:500px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}


#gallery {
	float:right;
	height:320px;
	position:relative;
	width:540px;
	top:-5px;
}
#gallery a {
	float:left;
	position:absolute;
}
#gallery a img {
	border:none;
}
#gallery a.show {
	z-index:500
}
#gallery .caption {
	z-index:600; 
	background-color:#000; 
	color:#ffffff; 
	height:80px; 
	width:100%; 
	position:absolute;
	bottom:0;
}
#gallery .caption .content {
	margin:20px
}
#gallery .caption .content h3 {
	margin:0;
	padding:0;
	color:#fff;
}
.textHolder {
	color:#696759;
	float:left;
	font-weight:bold;
	letter-spacing:-3px;
	margin:0;
	width:420px;
}
#header {
	height: 160px;
	background: #141414 url('images/header.jpg') repeat-x 0 -51px;
	border-bottom:3px solid #222;
	margin:-28px 0 0 0;
}
.innerHeader {
	margin:0 auto;
	position:relative;
	width:960px;
}
.logoFrame {
	padding-top:5px;
	width: 300px;
	text-align: left;
	float:left;
}


#textBoxBlog h1 a{
	color:#ccc;
	text-decoration:none;
}
.post h1 {
	width:460px;
	}
#textBoxLeft h1 a, #textBoxLeft h1 {
	color:#ccc;
	text-decoration:none;
	font-weight:normal;
	width:460px;
	}
#textBoxLeft h1 a:hover {
	color:#666;
	text-decoration:none;
	}

.rssFeed {
	position:absolute;
	right:0;
	top:126px;
}
.rssFeed a{
	display:block;
	width:50px;
	height:32px;
	background:url('images/rss-feed.png') no-repeat 0 0;
}
.rssFeed a:hover {
	background-position:0 -32px;
}

/* menu styling and structure */

#menu-main {
	font-size:16px;
	position:absolute;
	right:0;
	top:80px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: left;	
}
#menu-main li {
	margin-left:30px;
	padding: 0;
	float: left; 
}

#menu-main a {
	outline: none;
	text-align: center;
	color:#666;
	text-decoration: none;

}
#menu-main a:hover {
	color: #999;
	
}
.current_page_item a, .current_page_parent a, .current-page-ancestor a {
	color: #999!important;
	padding:0 0 3px 0;
	text-shadow:none!important;
	border-bottom:4px solid #444;
	}


a.logo:link, a.logo:active, a.logo:visited, a.logo:hover {
	background-image:url("images/logo.png");
	background-repeat:no-repeat;
	border:medium none;
	cursor:pointer;
	display:block;
	height:120px;
	margin:38px 0 0 -40px;
	text-decoration:none;
	width:483px;
}

#contactBtn a {
	display:block;
	width:194px;
	height:38px;
	background:url('images/btn_contactme.png') no-repeat 0 0;
	float:left;
	margin:20px 0 0 20px;
	cursor:pointer;
	text-decoration:none;
	border:none!important;
}
#contactBtn a:hover {
	background-position:0 -38px;
}
#portfolioBtn a {
	display:block;
	width:194px;
	height:38px;
	background:url('images/btn_portfolio.png') no-repeat 0 0;
	float:left;
	margin:20px 0 0 0;
	cursor:pointer;
	text-decoration:none;
	border:none!important;
}
#portfolioBtn a:hover {
	background-position:0 -38px;
}
#homeTxt {
	font-size:25px;
	line-height:40px;
	font-weight:bold;
	letter-spacing:-2px;
	color:#696759;
	
	
	}


/* body font and text styling */

.clearit {
	clear: both;
	width: 100%;
	height: 0px;
}
.byline {
	font-size: 90%;
	color: #444444;
	padding-bottom: 5px;
}
.mainTextLge {
	font-size: 140%;
	margin-top: 30px;
	color: #777777;
	font-weight: lighter;
}
#listGraphic ul{
	margin: 0 0 10px 0;
}
#listGraphic ul, #listGraphic li, #listGraphic ol {
	margin: 0 0 0 30px;
	padding: 0;
	list-style: circle;
}
.folioHead {
	font-size: 14px;
	color: #666;
	padding-bottom:10px;
}
#content p a, #lowerBoxes p a, #sidebar1 a, #sidebar2 a, .postmetadata a, #authorBio h4 a {
	color:#444;
	text-decoration:none;
	border-bottom:1px solid #222;
}
#lowerBoxes p {
	padding:0 0 20px 0;
	}

#content p a:hover, #lowerBoxes p a:hover, #sidebar1 a:hover, #sidebar2 a:hover .postmetadata a:hover, #authorBio h4 a:hover {
	color:#666;
	text-decoration:none;
	border-bottom:1px solid #444;
}
p.time {
	padding:0!Important;
	font-size:12px;
	color:#666;
	}

.date {
	background:url("images/ico_calendar.png") no-repeat scroll 0 0 transparent;
	color:#ccc;
	float:right;
	text-indent:30px;
	margin:5px 0 0 0;
	}

.postmetadata, #postAuthor {
	background:url("images/sub_footer_bg.jpg") repeat scroll 0 0 transparent;
	border:1px solid #222222;
	clear:both;
	float:left;
	padding:10px;
	width:548px;
	margin:10px 0 10px 0;

}
#postMeta {
	margin:10px 0 40px 0;
	}
#postAuthor {
	height:80px;
	}
#respond {
	clear:both;
	}

#authorImage {
	float:left;
	padding:0 10px 0 0;
	}
#authorBio {
	float:left;
	width:455px;
	font-size:11px;
	line-height:21px;
	}
#authorBio h4 {
	font-size:16px;
	}
.comment-body {
	background:none repeat scroll 0 0 transparent;
	border-bottom:1px solid #222222;
	margin:0 0 10px;
	padding:20px 0;
	}
.outLine {
	outline: none;
}


/* blog page styles */

.postImage {
	display:block;
	float:left;
	height:200px;
	margin:15px 0;
	overflow:hidden;
	width:570px;
}
li.category {
	float:left;
	}
li.comments {
	float:left;
	padding:0 0 0 10px;
	}
li.readMore {
	float:right;
	}

#commentform {	
	margin: 0;
}
#comment {
	margin: 0;
	width: 560px;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}

.pagetitle {
	padding-bottom: 20px;
	font-size: 170%;
	color: #CCCCCC;
	font-weight: normal;
}
#tag_cloud {
	display: block;
	margin: 20px;
	padding-top: 20px;
}
#tag_cloud h2 {
	margin: 0 -20px;
}
#comments {
	padding-left: 0px;
	color: #a8a8a8;
}
#commentform p {
	margin:0 0 10px 0;
	}
hr {
	background:none repeat scroll 0 0 #181818;
	display:block;
	border:none;
	float:left;
	height:4px;
	margin:20px 0;
	width:100%;
}
.pagetitle {
	padding-left: 0px;
}
#commentform {
	padding-left: 0px;
	color: #444444;
}
.links {
	padding: 10px;
	margin: 10px 0 25px 0;
}
.entry {
	font-size:100%;
	padding-bottom:10px;
	text-decoration:none;
	float:left;
}
.entry p {
	padding:0 0 15px 0;
	}
#latest-post {
	padding: 0px;
	border: 1px solid #E7E7E7;
}
ul {
	margin: 0 0 10px 0;
}

ul, li, ol {
	margin: 0;
	padding: 0;
	list-style: none;
}
.byline {
	font-size: 100%;
	color: #444444;
	padding-bottom: 5px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
.title {
	font-size: 170%;
	color: #CCCCCC;
	margin: 0;
	font-weight: normal;
	text-decoration: none;
	background: none;
}
.title a {
	color: #CCCCCC;
	text-decoration: none;
	border-bottom: 1px solid #999;
	text-transform: lowercase;
}
.title a:hover {
	color: #CCCCCC;
	text-decoration: none;
	border: none;
	background: none;
	text-transform: lowercase;
}
.tag {
	padding: 0 15px;
}
.links {
	padding: 10px 15px 10px 15px;
	background: #101010;
	margin-bottom: 35px;
}
#content {
	clear: both;
	margin: auto;
	width: 960px;
	height: 100%;
	padding:35px 0;
}
#textBoxLeft {
	width:610px;
	padding:0 40px 0 0;
	float:left;
}
#textBoxBlog {
	width:570px;
	padding:0 40px 0 0;
	float:left;
}



#textBoxSingle {
	width:280px;
	padding:0 40px 0 0;
	float:left;
}
#sidebar1 {
	width:140px;
	padding:0 40px 0 0 ;
	float:left;
}
#sidebar2 {
	width:150px;
	float:left;
}
#sidebar {
	float: left;
	width: 310px;
	font-size:13px;
	}
	
.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
	
.sidebar li a{
	border-bottom:1px solid #666666;
	color:#EEEEEE;
	text-decoration:none;

	}
.sidebar1 li a{
	border-bottom:1px solid #666666!important;
	color:#EEEEEE!important;
	text-decoration:none!important;
	font-size:12px!important;
	}
	
.sidebar li h2 {
	color:#777777;
	display:block;
	font-size:18px;
	font-weight:bold;
	}

#subMenu {
	margin:0 0 20px 0;
	}

.sidebar a:hover {
	color: #666;
	}

/* Search Inpur Styles */

#searchform {
	margin: 0;
	padding: 0 0 0 0;
}
#searchform br {
	display: none;
}
#searchform h2 {
}
#s {
	margin: 10px 0px 0 15px;
	padding: 2px 2px;
	width: 110px;
	height: 18px;
	border: 1px solid #423525;
	background: #000000;
	font-size: 10px;
	color: #CCCCCC;
}
#x {
	margin: 0;
	padding: 2px 5px;
	height: 25px;
	background: #000000;
	border: 1px solid #423525;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 10px;
	color: #CCCCCC;
}

/* Calendar Styles */

#calendar_wrap {
	padding: 0 15px;
	text-align: center;
}
#calendar_wrap table {
	width: 100%;
}
#calendar_wrap th {
}
#calendar_wrap td {
}
#calendar_wrap tfoot td {
	border: none;
}
#calendar_wrap tfoot td#prev {
	text-align: left;
	font-weight: bold;
	border: none;
}
#calendar_wrap tfoot td#prev a {
	border: none;
}
#calendar_wrap tfoot td#next {
	text-align: right;
	font-weight: bold;
	border: none;
}
#calendar_wrap tfoot td#next a {
	border: none;
}


.widget {
	margin:0 0 20px 0;
}
.links a {
	border-bottom:1px solid #333;
	color:#ddd;
	text-decoration:none;	
}
.links a:hover, .entry a:hover {
	border-bottom:1px solid #444;
	color:#999;
	text-decoration:none;	
}
#textBoxBlog .post {
	margin:0 0 50px 0;
	}

.commentlist {
	padding-left: 0px;
	color: #666;
}
small {
	padding:0 0 0 10px;
}
input#comment_parent  {
	background:0;
	border:0;
}
input#comment_post_ID {
	background:0;
	border:0;
}
input#_wp_unfiltered_html_comment {
	background:0;
	border:0;
}
input#submitted {
	border:0;
	background:0;
}
.selection {
	font-size: 90%;
	color: #CCCCCC;
	background-color: #181818;
	padding: 10px;
	width: 320px;
	margin-bottom: 10px;
	border: 1px solid #222222;
}

.selection {
	font-size: 90%;
	color: #CCCCCC;
	background-color: #181818;
	padding: 10px;
	width: 320px;
	margin-bottom: 10px;
	border: 1px solid #222222;
}
.btn {
	font-size: 100%;
	color: #CCCCCC;
	background-color: #181818;
	padding: 10px;
	width: 320px;
	margin-bottom: 10px;
	border: 1px solid #222222;
	cursor: pointer;
}
.btn:hover {
	font-size: 100%;
	color: #CCCCCC;
	padding: 10px;
	width: 320px;
	margin-bottom: 10px;
	border: 1px solid #222222;
	cursor: pointer;
}
.imgHvr {
	float: left;
	border:10px solid #222222;
	width:590px;
	height: 200px;
	cursor: pointer;
	outline: none;
	margin:0 0 20px;
}
.imgHvr:hover {
	outline:none;
	cursor: pointer;
	border:10px solid #333333;
}
.imgDesc {
	float:right;
	width: 300px;
	height: 216px;
	padding:10px 0 0 0;
}	
.imgTitle {
	font-size:12px;
	font-weight: bold;
	color: #999999;
	line-height: 20px;	
}
.logoTextSml {
	font-size: 15px;
	color: #ffffff;
	margin: 0 0 15px 0;
}
.logoTextLge {
	
	font-size:45px;
	color: #f2be5b;
	font-weight: bold;
	letter-spacing: -2px;
}
.list_title {
	float: right;
	width:220px;
	display:block;
	font-size: 18px;
	height: 30px;
	background: #111111;
	padding: 12px 0px 5px 20px;
}
#fixGap {
	margin:4px 0 0 0;
}
.products_icon {
	background: transparent;
	margin: 0px 10px 0px 0px;
	width: 64px;
	height: 64px;
	float: left;
}
.products_desc {
	width: 450px;
	float: right;
}
.products_holder {
	width:100%;
	height:100%;
	margin:0 0 30px 0;
}
.icon_holder {
	width:100%;
	height:50px;
	
}

.icon_holder p {
	color:#666666;
	display:block;
	float:left;
	font-size:18px;
	padding-top:10px;
	text-shadow:2px 2px 0 #000000;
	text-transform:uppercase;
}

/* footer styles */

#footer {
	clear:both;
	height:30px;
	margin:0 auto;
	padding:20px 0;
	width:960px;
}

.subLowerText {
	color:#666;
}

#outerFooter {
	width:100%;
	margin:0 auto;
	border-top: solid 3px #222222;
	margin:0 0 20px;
	
	}

.footerTextLeft {
	padding-top:5px;
	color: #444;
	float: left;
	width: auto;
	height: 100%;
	text-align: left;
	font-size:18px;
	font-weight:bold;
	letter-spacing:-1px;
	text-transform:uppercase;
}
.footerTextRight {
	font-size: 11px;
	color: #444;
	float: right;
	width: 450px;
	height: 100%;
	text-align: right;	
}
.footerTextLeft a, .footerTextRight a {
	color: #444;
	text-decoration: none;
}
.footerTextLeft a:hover, .footerTextRight a:hover {
	color: #666;
	text-decoration: none;
}

.innerFooter {
	width: 960px;
	margin:auto;
	clear: both;
	height:100%;
	padding: 25px 0 20px 0;
}
#lowerBoxes {
	width:100%;
	height:auto;
	background: url('images/sub_footer_bg.jpg') repeat;
	border-top: solid 3px #222222;
	padding:10px 0;
	

}
#innerlowerBoxes {
	width:960px;
	margin:auto;

}
.lowerBoxRight {
	float:left;
	padding:20px 0 0 25px;
	width:275px;
	
}
.lowerBoxMid {
	float:left;
	padding:20px 25px 0;
	width:300px;
	
}
.lowerBoxLeft {
	width:280px;
	padding:20px 20px 0 0;
	float: left;
	
}
.backTop {
	background:url('images/back_to_top.jpg') no-repeat 0 0;
	display:block;
	width:106px;
	height:9px;
	margin:10px 0 0 0;
	float:right;	
}
.backTop:hover {
	background-position:0 -9px;
}
#tweets ul li {
	list-style-type:none;
	padding:0 0 5px 0;
	margin:0 0 10px 0;
}

/* contact form styles */

.forms {
	border:medium none;
	color:#999999;
	font-size:100%;
}
fieldset {
	border-top:1px dotted #333333;
	padding:0 0 40px;
}
fieldset legend {
	color:#444444;
	font-size:18px;
	padding:0 10px 0 0;
	
}
div.error {
	color:#E44646;
	float:left;
	font-size:11px;
	margin:-18px 0 0 10px;
	width:150px;
}
ul.forms {
	width:610px;
	padding:10px 0;
}
ul.forms li {
	padding:20px 0;
}
button[type=submit] {
	clear:both;
	margin:0 0 0 130px;
}
ul.forms label {
	float:left;
	width:120px;
	padding:0 10px 0 0;
	text-align:right;
}
input#submit {
	display:block;
	float:left;
	background:#1E1E1E;
	color:#999;
	font-size:12px;
	padding:5px;
	width:270px;
	border:1px solid #252525;
	clear:both;
	margin:10px 0;
	cursor:pointer;
}
input {
	display:block;
	float:left;
	background:#1E1E1E;
	color:#999;
	font-size:12px;
	padding:5px;
	width:270px;
	border:1px solid #252525;	
}

span.small {font-size:10px;color:#444444;}

textarea {
	font-family:Helvetica, Arial, sans-serif;
	background:#1E1E1E;
	border:0;
	color:#999;
	font-size:12px;
	padding:5px;
	width:270px;
	height:150px;
	border:1px solid #252525;
	float:left;
}

input:focus, textarea:focus {background:#272727;border:1px solid #252525;}

/* flickr display functions */

#flickr_badge_uber_wrapper {height:150px;padding:7px 0 0;text-align:left;}
#flickr_badge_wrapper {padding:0;margin:0; }
.flickr_badge_image {float:left;height:75px;margin:0;padding:0;width:75px;}
.flickr_badge_image img {border: 1px solid black !important;width:60px; height:60px}
#flickr_badge_source {text-align:left; margin:0;}
#flickr_badge_icon {float:left;}
#flickr_badge_uber_wrapper a:hover,
#flickr_badge_uber_wrapper a:link,
#flickr_badge_uber_wrapper a:active,
#flickr_badge_uber_wrapper a:visited {text-decoration:none !important; background:inherit !important;color:#3993ff;}
#flickr_badge_wrapper {}



.thumbnail {
float:left;
margin:0 20px 0 0;
overflow:hidden;
width:550px;
height:300px;
	}
.details {

	float:left;
	padding:20px;
	width:335px;
	height:274px;
}
.details h1 {
	font-size:30px;
margin:-20px 0 15px;
padding:0;
	}

.details a {
	border-bottom:1px solid #666666;
	color:#999;
	text-decoration:none;
	}
.details a:hover {
	border-bottom:1px solid #444;
	color:#666;
	text-decoration:none;
	}
.portfolio-item {margin:0 0 20px 0;}

