/* 
  -------------------------------------
	TechTriad.com
  -------------------------------------
*/

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
	background-image: url(img/page-backdrop.jpg);
	background-repeat: repeat-x;
}
#masthead {
	color: #999999;
	width: 966px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#top_photo {
	padding-top: 0;
	padding-bottom: 0;
	background-image: url(img/top-photo2.png);
	height: 187px;
	background-repeat: no-repeat;
}
#logo {
	height: 100px;
	width: 450px;
}
#logo a {
	height: 100px;
	width: 450px;
	display: block;
}
#logo h1{
	display: none;
}
#navbar {
	background-image: url(img/p7CRV980HzMen_mid.jpg);
	background-repeat: repeat-y;
	font-size: 12px;
	zoom: 1;
}
#navbar_inner {
	background-image: url(img/p7CRV980HzMen_top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#navbar_inner2 {
	background-image: url(img/p7CRV980HzMen_bot.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#menu {
	width: 875px;
	margin-left: 60px;
	font-weight: bold;
}
#columntop {
	clear: both;
	background-image: url(img/p7CRVCol2_top.jpg);
	background-repeat: no-repeat;
	height: 15px;
}
#columntop-1col {
	clear: both;
	background-image: url(img/p7CRVCol1_top.jpg);
	background-repeat: no-repeat;
	height: 15px;
}
#columnwrapper {
	width: 966px;
	background-image: url(img/p7CRVCol2_middle.jpg);
	background-repeat: repeat-y;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#c1, #c2 {
	float: left;
}
#c1 {
	width: 310px;
	background-image: url(img/sidebar.jpg);
	padding: 0px;
	height: 456px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}
#c2 {
	width: 625px;
}
#c2-1column {
	width: 875px;
	margin-right: auto;
	margin-left: auto;
	font-size: 13px;
}
#c2 .content img {
	margin: 10px;
}
#c1 .content {
	font-size: 0.75em;
	padding: 16px 28px 16px 34px;
}
#c1-text {
	width: 240px;
	margin-left: 50px;
	padding-top: 40px;
	font-size: 12px;
}

img  {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;		
}
.performer_container {
	width: 775px;
	margin-right: auto;
	margin-left: auto;
}
.photospaceright	{
	margin-right: 10px;
	border: 2px solid #FF8F30;
}
.photospaceleft	{
	margin-left: 10px;
}
#tickets {
	height: 135px;
	width: 235px;
}
#tickets a {
	height: 135px;
	width: 235px;
	display: block;
}
#tickets h1{
	display: none;
}
#performers {
	height: 145px;
	width: 210px;
}
#performers a {
	height: 145px;
	width: 210px;
	display: block;
}
#performers h1{
	display: none;
}
#photos {
	height: 155px;
	width: 200px;
}
#photos a {
	height: 155px;
	width: 200px;
	display: block;
}
#photos h1{
	display: none;
}
#map {
	width: 545px;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 60px;
	background-image: url(../images/map-backdrop.jpg);
	background-repeat: repeat;
	float: right;
	margin-left: 15px;
}
#c2 .content {
	color: #000;
	font-size: 13px;
}
h1 {
	font-size: 22px;
	letter-spacing: 0.1em;
}
h2 {
	font-size: 16px;
	letter-spacing: 0.2em;
}
h3 {
	font-size: 1em;
}
h4	{
	font-size: 1.2em;
	margin-top:0px;
	margin-bottom: 0px;
	
}
.topZero {
	margin-top: 0;
}
#columnbottom {
	clear: both;
	background-image: url(img/p7CRVCol2_bottom.jpg);
	background-repeat: no-repeat;
	height: 85px;
}
#footer {
	font-size: 0.7em;
	width: 900px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	color: #fff;
	padding-top: 15px;
}
#footercontent {
	text-align: center;
	padding-top: 18px;
	padding-right: 14px;
	padding-bottom: 14px;
	padding-left: 14px;
}
#footercontent .footerTag	{
	float: right;
	height: 20px;
	width: 70px;
	margin-top: -10px;
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}
/*Default Links - Applies to the Main Content Column*/
.content a:link {
	color: #000;
	text-decoration: underline;
}
.content a:visited {
	color: #000;
	text-decoration: underline;
}
.content a:hover, .content a:focus, .content a:active {
	text-decoration: none;
	color: #aa6e38;
}
/*
Left Sidebar Links - We add .content to the selector name to 
make it more specific and to eliminate conflicts with the main navigation bar
*/
#c1 .content a:link {
	color: #003399;
}
#c1 .content a:visited {
	color: #663366;
}
#c1 .content a:hover, #c1 .content a:focus, #c1 .content a:active {
	color: #3366FF;
}
/*Footer Links*/
#footer a:link {
	color: #FFF;
}
#footer a:visited {
	color: #CCC;
}
#footer a:hover, #footer a:focus, #footer a:active {
	color: #0FF;
}
