/*********************************************************************************/
/* Basic                                                                         */
/*********************************************************************************/

	h2
	{
		font-size: 2em;
	}

	section,
	article
	{
		margin-bottom: 3em;
	}
	
	.button
	{
		padding: 25px 30px;
		font-size: 2em;
	}
	
	.button-top
	{
		display: none;
	}
	
/*********************************************************************************/
/* Wrappers                                                                      */
/*********************************************************************************/

	#header-wrapper
	{
	/* 	djf  
  padding: 6em 0 6em 0;
  */
   padding: 1em 0 1em 0;
	}
	
	#banner-wrapper
	{
	}
	
	#main-wrapper
	{
	}
	
	#footer-wrapper
	{
	}

/*********************************************************************************/
/* Header                                                                        */
/*********************************************************************************/

	#header
	{
		position: relative;
	}

		#header h1
		{
			letter-spacing: -1px;
			font-size: 2em;
			font-weight: 300;
			line-height: 1em;
			padding: 0 0 0 0.75em;
			margin: 0;
		}

			#header h1 a
			{
				text-decoration: none;
				color: #000000;
			}
			
		#header .text:after
		{
			content: "+";
			position: relative;
			top: 0px;
			font-weight: 400;
			color: #1b95ec;
		}

/*********************************************************************************/
/* Nav                                                                           */
/*********************************************************************************/

	#nav
	{
		overflow: hidden;
		position: absolute;
		right: 0;
		top: 0;
	}
	
		#nav ul
		{
			margin: 0;
			padding: 0;
			text-align: center;
		}
		
			#nav > ul > li > ul
			{
				display: none;
			}

		#nav li
		{
			float: left;
			display: inline-block;
			padding: 0 1.5em 0 1.5em;
		}
		
		#nav a
		{
			display: inline-block;
			padding-bottom: 0.65em;
			text-decoration: none;
			font-size: 1.20em;
			font-weight: 300;
			font-style: italic;
			color: #a2a2a2;
			outline: 0;
			-moz-transition: color .25s ease-in-out;
			-webkit-transition: color .25s ease-in-out;
			-o-transition: color .25s ease-in-out;
			-ms-transition: color .25s ease-in-out;
			transition: color .25s ease-in-out;

		}

		#nav a:hover,
		#nav .current_page_item a,
		#nav .active a
		{
			color: #454545;
		}
		
		#nav .current_page_item a
		{
			border-bottom: 4px solid #1b95ec;
		}

	.dropotron
	{
		background: #fff;
		background: rgba(255,255,255,0.97);
		padding: 1.5em;
		line-height: 2.5em;
		min-width: 15em;
		box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.15);
	}

		.dropotron a,
		.dropotron span
		{
			font-weight: 300;
			font-style: italic;
			color: #a2a2a2;
			text-decoration: none;
		}

		.dropotron li:hover > a,
		.dropotron li:hover > span
		{
			color: #454545;
		}

		.dropotron-level-0
		{
			margin-top: 1em;
		}

		.dropotron-level-0:after
		{
			content: '';
			position: absolute;
			top: -10px;
			left: 1.5em;
			border-bottom: solid 10px rgba(255,255,255,0.97);
			border-left: solid 10px transparent;
			border-right: solid 10px transparent;
		}

/*********************************************************************************/
/* Bar                                                                           */
/*********************************************************************************/

	#bar
	{
	 /* 	padding: 3.5em 3em 3.5em 3em; */  
   padding: 1em .5em 1em .5em;  
 	}	

		#bar h2
		{
			font-size: 1.75em;
			font-weight: 300;
			margin: 0 !important;
		}
		
		#bar p
		{
			position: absolute;
			right: 3em;
			top: 50%;
			margin-top: -0.7em;
			font-size: 1.25em;
			font-weight: 300;
		}

/*********************************************************************************/
/* Slider                                                                        */
/*********************************************************************************/

	#slider
	{
		margin: 0 auto;
		padding: 0;
		width: 1200px;
		/* height: 635px; */ 
		position: relative;
    height: 400px;
	}
	
	
		#slider .viewer
		{
			width: 1200px;
			margin: 0 auto;
			overflow: hidden;
		}
	
			#slider .viewer .reel
			{
				display: none;
			}
	
			#slider .viewer .reel .slide
			{
				position: relative;
			}
	
			#slider .viewer .reel .slide img
			{
				width: 1200px;
			/*	height: 635px; */ 
        height: 635px;
			}

		#slider .caption-shadow
		{
			position: absolute;
			width: 100%;
			background: url(images/bg04.png) no-repeat center top;
			height: 50px;
			/* top: 180px; */
      top: 100px;
		}

		#slider .captions
		{
			position: absolute;
			top: 290px;
			width: 1200px;
			height: 100px;
			padding-top: 10px;
			background: #fff;
			background: rgba(255,255,255,0.90);
     /*   top: 195px;
       height: 180px; 
       padding-top: 30px;
       */ 
		}
			
			#slider .captions .captionLine
			{
				display: block;
			/*	padding-top: 15px;   */ 
				padding-left: 120px;
				font-weight: 300;
			}
			
				#slider .captions .captionLine h2
				{
					margin: 0px;
					padding: 0px 0px 0px 0px;
					letter-spacing: -1px;
					font-size: 2.50em;
				}
				
				#slider .captions .captionLine p
				{
					width: 50%;
					margin: 0px;
					padding-top: 10px;
				}
				
				#slider .captions .captionLine .button
				{
					position: absolute;
				/*	top: 50px; */ 
          top: 20px ; 
					right: 120px;
					z-index: 10;
				}
		
		#slider .navigation
		{
			position: absolute;
			top: 50%;
			right: 0px;
			width: 1200px;
			background: url(images/navigation-bg.png) no-repeat right bottom;
			text-indent: -999999em;
		}
		
		#slider .previous-button, #slider .next-button
		{
			outline: 0;
			position: absolute;
			margin-top: -70px;
			width: 44px;
			height: 68px;
			opacity: 0.5;
			-moz-transition: opacity .25s ease-in-out;
			-webkit-transition: opacity .25s ease-in-out;
			-o-transition: opacity .25s ease-in-out;
			-ms-transition: opacity .25s ease-in-out;
			transition: opacity .25s ease-in-out;
		}

		#slider .previous-button:hover, #slider .next-button:hover
		{
			opacity: 1.0;
		}

		#slider .previous-button
		{
			left: 30px;
			background: url(images/slider-arrow-left.png) no-repeat left top;
		}
		
		#slider .next-button
		{
			right: 30px;
			background: url(images/slider-arrow-right.png) no-repeat left top;
		}

/*********************************************************************************/
/* Main                                                                          */
/*********************************************************************************/

	#main
	{
		padding: 0em 0em 5em 0em;
	}
	
	.homepage #main
	{
		padding-bottom: 0;
	}
	
		#main h2
		{
			margin: 0em 0em 1em 0em;
			letter-spacing: -1px;
		}

/*********************************************************************************/
/* Content                                                                       */
/*********************************************************************************/

	#content
	{
	}

	.no-sidebar #content
	{
		padding: 3em 3em 0em 3em;
	}

	.left-sidebar #content
	{
		padding: 3em 3em 0em 0em;
	}

	.right-sidebar #content
	{
		padding: 3em 0em 0em 3em;
	}

/*********************************************************************************/
/* Sidebar                                                                       */
/*********************************************************************************/
	
	#sidebar
	{
	}

	.left-sidebar #sidebar
	{
		padding: 3em 3em 0em 3em;
	}

	.right-sidebar #sidebar
	{
		padding: 3em 3em 0em 3em;
	}

/*********************************************************************************/
/* Footer                                                                        */
/*********************************************************************************/

	#footer
	{
		/* padding-top: 8em; */
    padding-top: 3em;
	}

		#footer h2
		{
			padding: 0em 0em 1em 0em;
			font-size: 1.50em;
		}

/*********************************************************************************/
/* Copyright                                                                     */
/*********************************************************************************/

	#copyright 
	{
		margin-top: 4em;
		padding: 3em 0em 10em 0em;
	}

	/** Style the tweets */
.twitters {
  /*  border: 1px solid #e5e5e5;
  padding: 5px;
  overflow: auto;
  clear: right;
   margin: 20px; */
}

.twitters ul {
  list-style: none;
  padding: 0;
  white-space: nowrap;
}

.twitters span.prefix {
  font-weight: bold;
}

.twitters span.time {
  font-style: italic;
  color: #c5c5c5;
}
.twitters .date {
display: none; 
}

.twitters span.status {
  font-style: italic;
} 
.twitters p {
  font-style: italic;
  float: right; 
} 
.feedTitle p { float: left ; }
.feedburnerFeedBlock div { /* display: none */ 
 /* display: none; */
padding-top: 5px;
/* width: 100px; */
height: 30px;
;}
.twitters #creditfooter{  display: none; } 


.sprite {display: block; background: transparent url('http://www.tshinc.com/images/social.png') no-repeat; text-indent: -10000px; }
.ClLinkedin { background-position: 0 0; width: 17px; height: 17px; float: right}
.ClTwitter { background-position: -19px 0; width: 17px; height: 17px ; float: right}
.ClFacebook { background-position: -38px 0; width: 17px; height: 17px ; float: right}

#bar {
position: relative;
overflow: hidden;
/* background: #101010 url(images/bg02.jpg) no-repeat center top; */
background-size: 100% 100%;
background-color: #641224;
}
.imageholder {
/* position: relative; */
/* top: 50%; */
/* transform: translateY(-50%); */
width: 60px;
height: 50px;
float: left;
padding-right: 10px;
  }
#header-wrapper {
padding: 1em 0 1em 0;
}
#footer h2 {
padding: 0em 0em 1em 0em;
font-size: 1.50em;
color: #803;
}
.splashgraphicitem {
width: 100% ;
/* position: relative;
 float: left;
 width: 100% ;
 height: 80px;
 left: 20px; 
 background: url(http://www.tshinc.com/graphics/splash_mdsgift.jpg) no-repeat;
 */
}
#content h1 {
font-size: 2em;
text-decoration: strong;
margin: 0em 0em .3em 0em;
letter-spacing: -1px;
color: #803;
}
strong { 
font-weight: bold;
}

#content ul {
padding: 30px;
margin-top: 5px;
list-style: square ; 
}

#content li {
padding-bottom: 5px;
}

#bullets a {
font-size: 11px;
/* position: relative;
float: right;
top: 0px;
right: 20px;
width: 180px;
*/ 
color: #8d7a44;
}
.blkbutton	{
		/* background: #1b95ec; */
		text-decoration: none;
		font-style: italic;
		color: #FFFFFF;
	}

#bar p {
position: absolute;
right: 1em;
top: -15%;
margin-top: -0.2em;
font-size: 0.8em;
font-weight: 300;
}