/*
* Skeleton V1.1
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 8/17/2011
*/


/* Table of Content
==================================================
	#Reset & Basics
	#Basic Styles
	#Site Styles
	#Typography
	#Links
	#Lists
	#Images
	#Buttons
	#Tabs
	#Forms
	#Misc */


/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
	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, 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, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		 }
	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block; }
	body {
		line-height: 1; }
	ol, ul {
		list-style: none; }
	blockquote, q {
		quotes: none; }
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
		content: none; }
	table {
		border-collapse: collapse;
		border-spacing: 0; }


/* #Basic Styles
================================================== */
	body {
		background: #fff;
		background-image:url(../images/bodybk.jpg);
		font: 14px/21px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
		color: #444;
		-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
		-webkit-text-size-adjust: 100%;
		padding: 0px;
		margin: 0px;
		height:100%;
 }
 
  .topheader {
 width: 100%;
 height: 50px;
 background-color:#333;
 background-image:url(../images/topbk.jpg);
 background-repeat:repeat-x;
 border-bottom: solid 1px #000;
 }
 
 .header {
 width: 100%;
 height: auto;
 background-color:#333;
 background-image:url(../images/topbk.jpg);
 background-repeat:repeat-x;
 }
 
 .logo {
		height:50px;
		width: 200px;	
		color: 666;
		border:none;
		float:left;
 }
 
  .quicklinks {
		
		height:auto;
		width: auto;	
		border:none;
		float:left;
 }
 
 .homeopancont {
width:100%;
height: auto;
float:left;
margin: 20px 0px 0px 0px;	 
	 
 }
 


.promoholder1 a {
width: 100%;
height:auto;
background-color: #666;
float:left;
margin: 0px 0px 0px 0px;
position:relative;
border: 1px solid #999;
}

.promoholder1 a:hover {

}

.promoholder1 a span { position:absolute; display:none; width:100%}
.promoholder1 a:hover span { display:block}

.promoholder1 img {
width: 100%;
float:left;
}





.promotext {
height: 30px;
width: 100%;
background-color: #333;
background-image: url(../images/topbk.jpg);
background-repeat:repeat-x;
float:left;	
margin: 0px 0px 20px 0px;
border:  1px solid #999;
}
 
  p.foottext {
 font-family: Arial, Helvetica, sans-serif;
 width: auto;
 height:auto;
 color: #666;
 font-size:10px;
 text-decoration:none;
 line-height:15px;
 padding: 0px 0px 10px 0px;
 }
 
   p.foottext a {
 color: #333;
 text-decoration:none;
}
 
 
   p.foottext a:hover {
 color: #333;
 text-decoration:underline;
}
  
 .type {
	 background-image:url(../images/type.png);
	 width:300px;
	 height: 316;
	 padding: 0px 0px 0px 0px;
	 float: right;
	 clear:right;
 }
 

 
 
  /* #Imagelist
================================================== */
 
 .holder2 {
width: 100%;
height: auto;
margin: 0px 0px 20px 0px;
float:left;
border:#333 solid 1px;
background-color:#FFF;
}

 
   p.imagelisttitle1 a {
font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
 font-weight:400;
 width: 100%;
 height:auto;
 color: #fff;
 font-size:22px;
 text-decoration:none;
 line-height:22px;
 margin: 5px 0px 5px 10px;
 float:left;

 }
 
    p.imagelisttitle1 a:hover {
 color: #999;
 font-size:22px;
 }
 
 .titlecont {
background-color:#333;
width: 100%;
height:auto;
float:left;
	 
 }
 
  .textcont {
width: 100%;
height:auto;
float:left;
clear:left;
 
 }

 
 p.imagelisttext1 {
 font-family: Arial, Helvetica, sans-serif;
 width: 100%;
 height:auto;
 color: #333;
 font-size:14px;
 text-decoration:none;
 line-height:15px;
 margin: 15px 10px 0px 0px;
 float:right;
 clear:right;
 }
 
  p.imagelisttext1 img {
 width: 80px;
 height: 80px;
 float:left;
 vertical-align: text-top;
 margin: 0px 10px 15px 20px;
 border: 1px solid #333;
 }
 
 p.viewlink a{
font-family:"HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
 font-weight:700;
 width: 100px;
 height:auto;
 color: #333;
 font-size:14px;
 text-decoration:none;
 line-height:22px;
 margin: -30px 0px 0px 0px;
 float:right;	
	 
 }
 
  p.viewlink a:hover {
  color: #666;
  text-decoration:underline;
}
 


 
 
 /* #404
================================================== */
 
 .errortext {
	width: 100%;
	height:auto;
	margin: 50px 0px 0px 0px;	
}

h1.error_top {
font-family:"HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight:200;
width: auto;
 height:auto;
 color: #666;
 text-decoration:none;
 text-align:center;
 }
	
h1.error {
font-family:"HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight:200;
 width: auto;
 height:auto;
 color: #666;
 text-decoration:none;
 text-align:center;
 }
 
h2.error_small {
font-family:"HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight:400;
 width: auto;
 height:auto;
 color: #666;
 text-decoration:none;
 text-align:center;
 }
 
 h3.error_small a {
font-family:"HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; 
font-weight:400;
 width: auto;
 height:auto;
 color: #000;
 text-decoration:none;
 text-align:center;
 }
 
  h3.error_small a:hover {
 color: #666;
  }
 
 .errorimage {
  width: 100%;
  height: 130px; 
  float:left;
  clear:left;
}
	
	


/* #Typography
================================================== */
	
	
	p.phometext {
	font-family:"HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #666;
	font-size: 14px;
	font-weight:bold; 
	line-height: 0px; 
	margin-bottom: 15px;
	}
	
	h3.title a {
	font-family: "Georgia", "Times New Roman", Helvetica, Arial, sans-serif;
	color: #333;
	font-size: 28px; 
	line-height: 20px; 
	margin: 0px 0px 0px 0px;
	text-decoration:none;
	float:left;
	clear:left;
	}
	
	h3.title a:hover {
	font-family: "Georgia", "Times New Roman", Helvetica, Arial, sans-serif;
	color: #666;
	font-size: 28px; 
	line-height: 20px; 
	margin: 0px 0px 0px 0px;
	text-decoration:underline;
	}
	
		
h1.hometext { 
	font-family:"HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #333;
	text-align:center;
	font-weight:300;
	}
	
	h1.pagetitle { 
	font-family:"HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #333;
	font-weight:300;
	}
	
	h2.hometext2 { 
	font-family:"HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #333;
	text-align:center;
	font-weight:300;
	}
	
	
	h3.hometext3 { 
	font-family:"HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #333;
	text-align:left;
	font-weight:300;
	}
	
	h3.hometext3 a { 
	color: #333;
	text-decoration:underline;
	}
	
		h3.hometext3 a:hover { 
	color: #666;
	text-decoration:underline;
	}
	
	
	
	
	
p.hometext2 { 
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	text-align:center;
	font-weight:300;
}
	
p.homelink1 a {
	font-family:"HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	height: auto;
	width: auto;
	font-weight:400;
	font-size: 40px;
	line-height: 40px;
	text-decoration:none;
	color: #000;
}


p.homelink1 a:hover {
	color: #666;
}

p.promo a {
	font-family: Tahoma, Geneva, sans-serif;
	height: auto;
	width: auto;
	font-weight:400;
	font-size: 16px;
	line-height: 30px;
	padding: 0px 0px 0px 10px;
	text-decoration:none;
	color: #999;	
}

p.promo a:hover {
	color: #fff;	
}


/* #cv typography
================================================== */	
p.cvtext {
	font-family:"HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #333;
	text-align:left;
	font-weight:300;

}

p.cvtextend {
	font-family:"HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #333;
	text-align:left;
	font-weight:300;

}

p.cvtitle {
	font-family:"HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #333;
	text-align:left;
	font-weight:bold;

}

li.cvlist {
	font-family:"HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #333;
	text-align:left;
	font-weight:300;

}
	
	

	

	hr { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 10px 0 30px; height: 0; clear:left; }
	hr.dark{ border: solid #B0B0B0 ; border-width: 1px 0 0; clear: both; margin: 0px 0 0px; height: 0; }
	hr.light { border: solid #e8e8e8; border-width: 1px 0 0; clear: both; margin: 0px 0 30px; height: 0; }
	hr.light2 { border: solid #e8e8e8; border-width: 1px 0 0; clear: both; margin: 0px 0 15px; height: 0; }

/* #Links
================================================== */
	


/* #Lists
================================================== */
	ul, ol { margin-bottom: 20px; }
	ul { list-style: none outside; }
	ol { list-style: decimal; }
	ol, ul.square, ul.circle, ul.disc { margin-left: 30px; }
	ul.square { list-style: square outside; }
	ul.circle { list-style: circle outside; }
	ul.disc { list-style: disc outside; }
	ul ul, ul ol,
	ol ol, ol ul { margin: 4px 0 5px 30px; font-size: 90%;  }
	ul ul li, ul ol li,
	ol ol li, ol ul li { margin-bottom: 6px; }
	li { line-height: 18px; margin-bottom: 12px; }
	ul.large li { line-height: 21px; }
	li p { line-height: 21px; }

/* #Images
================================================== */

	img.scale-with-grid {
		max-width: 100%;
		height: auto; }


/* #Buttons
================================================== */

	.button,
	button,
	input[type="submit"],
	input[type="reset"],
	input[type="button"] {
		background: #eee; /* Old browsers */
		background: #eee -moz-linear-gradient(top, rgba(255,255,255,.2) 0%, rgba(0,0,0,.2) 100%); /* FF3.6+ */
		background: #eee -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.2)), color-stop(100%,rgba(0,0,0,.2))); /* Chrome,Safari4+ */
		background: #eee -webkit-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* Chrome10+,Safari5.1+ */
		background: #eee -o-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* Opera11.10+ */
		background: #eee -ms-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* IE10+ */
		background: #eee linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* W3C */
	  border: 1px solid #aaa;
	  border-top: 1px solid #ccc;
	  border-left: 1px solid #ccc;
	  padding: 4px 12px;
	  -moz-border-radius: 3px;
	  -webkit-border-radius: 3px;
	  border-radius: 3px;
	  color: #444;
	  display: inline-block;
	  font-size: 11px;
	  font-weight: bold;
	  text-decoration: none;
	  text-shadow: 0 1px rgba(255, 255, 255, .75);
	  cursor: pointer;
	  margin-bottom: 20px;
	  line-height: normal;
	  padding: 8px 10px;
	  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; }

	.button:hover,
	button:hover,
	input[type="submit"]:hover,
	input[type="reset"]:hover,
	input[type="button"]:hover {
		color: #222;
		background: #ddd; /* Old browsers */
		background: #ddd -moz-linear-gradient(top, rgba(255,255,255,.3) 0%, rgba(0,0,0,.3) 100%); /* FF3.6+ */
		background: #ddd -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.3)), color-stop(100%,rgba(0,0,0,.3))); /* Chrome,Safari4+ */
		background: #ddd -webkit-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* Chrome10+,Safari5.1+ */
		background: #ddd -o-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* Opera11.10+ */
		background: #ddd -ms-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* IE10+ */
		background: #ddd linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* W3C */
	  border: 1px solid #888;
	  border-top: 1px solid #aaa;
	  border-left: 1px solid #aaa; }

	.button:active,
	button:active,
	input[type="submit"]:active,
	input[type="reset"]:active,
	input[type="button"]:active {
		border: 1px solid #666;
		background: #ccc; /* Old browsers */
		background: #ccc -moz-linear-gradient(top, rgba(255,255,255,.35) 0%, rgba(10,10,10,.4) 100%); /* FF3.6+ */
		background: #ccc -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.35)), color-stop(100%,rgba(10,10,10,.4))); /* Chrome,Safari4+ */
		background: #ccc -webkit-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* Chrome10+,Safari5.1+ */
		background: #ccc -o-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* Opera11.10+ */
		background: #ccc -ms-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* IE10+ */
		background: #ccc linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* W3C */ }

	.button.full-width,
	button.full-width,
	input[type="submit"].full-width,
	input[type="reset"].full-width,
	input[type="button"].full-width {
		width: 100%;
		padding-left: 0 !important;
		padding-right: 0 !important;
		text-align: center; }

	/* Fix for odd Mozilla border & padding issues */
	button::-moz-focus-inner,
	input::-moz-focus-inner {
    border: 0;
    padding: 0;
	}


/* #Tabs (activate in tabs.js)
================================================== */
	ul.tabs {
		display: block;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px; 
		float: left;
		height: 50px;
		}
		
	ul.tabs li {
		display: block;
		width: auto;
		height: 50px;
		padding: 0px;
		float: left;
		margin-bottom: 0px;
		font-family: Tahoma, Geneva, sans-serif; }
		
	ul.tabs li a {
		display: block;
		text-decoration: none;
		width: auto;
		height: 29px;
		padding: 0px 20px;
		line-height: 50px;
		margin: 0;
		font-size: 13px; 
		color: #999;
		
		}
		
		ul.tabs li a:hover {
		display: block;
		text-decoration: none;
		width: auto;
		height: 29px;
		padding: 0px 20px;
		line-height: 50px;
		margin: 0;
		color: #fff;
		}	
		
		.home.current a {
		display: block;
		text-decoration: none;
		width: auto;
		height: 50px;
		padding: 0px 20px;
		margin: 0;
		color: #fff;
		background: #0F0F0F;
		border-left:#333 1px solid;
		border-right:#333 1px solid;
		}	
		
			.home.current a:hover {
		display: block;
		text-decoration: none;
		width: auto;
		height: 50px;
		padding: 0px 20px;
		margin: 0;
		color: #fff;
		background: #0F0F0F;
		border-left:#333 1px solid;
		border-right:#333 1px solid;
		
		}
		
		.portfolio.current a {
		display: block;
		text-decoration: none;
		width: auto;
		height: 50px;
		padding: 0px 20px;
		margin: 0;
		color: #fff;
		background: #0F0F0F;
		border-left:#333 1px solid;
		border-right:#333 1px solid;
		}	
		
			.portfolio.current a:hover {
		display: block;
		text-decoration: none;
		width: auto;
		height: 50px;
		padding: 0px 20px;
		margin: 0;
		color: #fff;
		background: #0F0F0F;
		border-left:#333 1px solid;
		border-right:#333 1px solid;
		
		}
		
		.cv.current a {
		display: block;
		text-decoration: none;
		width: auto;
		height: 50px;
		padding: 0px 20px;
		margin: 0;
		color: #fff;
		background: #0F0F0F;
		border-left:#333 1px solid;
		border-right:#333 1px solid;
		}	
		
			.cv.current a:hover {
		display: block;
		text-decoration: none;
		width: auto;
		height: 50px;
		padding: 0px 20px;
		margin: 0;
		color: #fff;
		background: #0F0F0F;
		border-left:#333 1px solid;
		border-right:#333 1px solid;
		
		}	
		
		.contact.current a {
		display: block;
		text-decoration: none;
		width: auto;
		height: 50px;
		padding: 0px 20px;
		margin: 0;
		color: #fff;
		background: #0F0F0F;
		border-left:#333 1px solid;
		border-right:#333 1px solid;
		}	
		
			.contact.current a:hover {
		display: block;
		text-decoration: none;
		width: auto;
		height: 50px;
		padding: 0px 20px;
		margin: 0;
		color: #fff;
		background: #0F0F0F;
		border-left:#333 1px solid;
		border-right:#333 1px solid;
		
		}			
		
	ul.tabs li a.active {
		background: #fff;
		height: 30px;
		position: relative;
		top: -4px;
		padding-top: 4px;
		border-left-width: 1px;
		margin: 0 0 0 -1px;
		color: #fff;
		background: #666;
		-moz-border-radius-topleft: 2px;
		-webkit-border-top-left-radius: 2px;
		border-top-left-radius: 2px;
		-moz-border-radius-topright: 2px;
		-webkit-border-top-right-radius: 2px;
		border-top-right-radius: 2px; }
		
	ul.tabs li:first-child a.active {
		margin-left: 0; }
		
	ul.tabs li:first-child a {
		border-width: 1px 1px 0 1px;
		-moz-border-radius-topleft: 2px;
		-webkit-border-top-left-radius: 2px;
		border-top-left-radius: 2px; }
		
	ul.tabs li:last-child a {
		-moz-border-radius-topright: 2px;
		-webkit-border-top-right-radius: 2px;
		border-top-right-radius: 2px; }

	ul.tabs-content { margin: 0; display: block; }
	ul.tabs-content > li { display:none; }
	ul.tabs-content > li.active { display: block; }

	/* Clearfixing tabs for beautiful stacking */
	ul.tabs:before,
	ul.tabs:after {
	  content: '\0020';
	  display: block;
	  overflow: hidden;
	  visibility: hidden;
	  width: 0;
	  height: 0; }
	ul.tabs:after {
	  clear: both; }
	ul.tabs {
	  zoom: 1; }




/* #Misc
================================================== */
	.remove-bottom { margin-bottom: 0 !important; }
	.half-bottom { margin-bottom: 10px !important; }
	.add-bottom { margin-bottom: 20px !important; }
	

/* #Gallery
================================================== */	
	

#gallery ul li {
display: inline; 
margin: 0px 0px 0px 0px;
}
	
#gallery ul img {
border: 2px solid #999;
}
	
#gallery ul a:hover img {
border: 2px solid #333;
}
	
#gallery ul a:hover { 
color: #333; 
}

