@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #666666;
	background-image: url(images/background.jpg);
}
a {
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

.locationtext a 
{
	 font-family: Verdana, Geneva, sans-serif;
	 font-size:12px;
	 color:#000;
	 
	
}

.oneColFixCtrHdr #container {
	width: 780px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 10px;
	background-image: url(images/containerback.png);
	background-repeat: repeat-y;
}
.oneColFixCtrHdr #header {
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #000;
	background-image: url(images/header.jpg);
	height: 315px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	line-height: 1.2em;
	padding-top: 0;
	padding-right: 40px;
	padding-bottom: 0;
	padding-left: 40px;
}

.oneColFixCtrHdr #mainContent a {
	color:#C03;
	font-weight: bold;
}

.oneColFixCtrHdr #footer {
	padding: 0 10px;
	font-size: 0.8em;
	color: #FFF;
	background-color: #000;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#mainContent h1 {
	font-size: 1.3em;
}
#mainContent h2 {
	font-size: 1em;
}
.oneColFixCtrHdr #bottomedge {
	width: 800px;
	height:19px;
	background:url(images/bottomedge.png);
	margin:0px auto;
}

.sidebox {
	background:#999;
	padding:10px;
	width:245px;
	float:right;
	margin:0px 0px 10px 10px;
}

#mainContent .sidebox a {
	color:#FFF;
	font-weight:bold;
}

#mainContent .sidebox a:hover {
	color:#FF3;
}

#footer a { color:#C03 ;}
.sidebox #paypal {
	text-align:center;
	font-weight:bold;
	color:#FC3;}
	
#container #mainContent a.largebutton {
	display:block;
	background:url(images/large-button.jpg);
	background-position:top;
	width:163px;
	height:100px;
	padding:30px 20px 0px;
	margin:0 15px;
	float:left;
	color:#fff;
	text-align:center;
	font-weight:bold;
	font-size:20px;
}
#container #mainContent a.largebutton:hover {
	background-position:bottom;
	color:#F93;
	text-decoration:none;
}


/*
 * Slider Specific Styles
 */
 
/*
 * BASIC / GENERAL STYLES
 */
.slider-wrap{
  width:245px;
  height:156px;
  overflow:hidden;
}

.slider{
  margin:0px;
  padding:0px;
  height:156px;
}

.slider li{
  margin:0px;
  padding:0px;
  float:left;
  width:245px;
  list-style:none;
}

.slider-numbers{
  margin:0;
  padding:0;
}

ul.slider-numbers-0, ul.slider-numbers-1{
  display:none;
}

.scroller {
	font-size:14px; 
	font-weight:bold; 
	padding:10px 20px;

}

.comiccon {
	font-size: 14px;
	text-align: center;
	border-radius: 10px;
	line-height: 2em;
	display: block;
	text-shadow: 0 2px 3px rgba(0, 0, 0, 0.9);
	/*background: #C80106;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(200, 1, 6, 1)), color-stop(44%,rgba(143, 2, 34, 1)), color-stop(100%,rgba(142, 2, 5, 1)));
background: -webkit-linear-gradient(top, rgba(200, 1, 6, 1) 0%,rgba(143, 2, 34, 1) 44%,rgba(142, 2, 5, 1) 100%);
background: -o-linear-gradient(top, rgba(200, 1, 6, 1) 0%,rgba(143, 2, 34, 1) 44%,rgba(142, 2, 5, 1) 100%);
background: -ms-linear-gradient(top, rgba(200, 1, 6, 1) 0%,rgba(143, 2, 34, 1) 44%,rgba(142, 2, 5, 1) 100%);
background: linear-gradient(top, rgba(200, 1, 6, 1) 0%,rgba(143, 2, 34, 1) 44%,rgba(142, 2, 5, 1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c80106', endColorstr='#8e0205',GradientType=0 );*/
	box-shadow: 0 2px 8px rgba(0,0,0,0.8);
	border: solid thin white;
	margin: -20px auto 25px;
	color: white;
	font-weight: bold;
	width: 40%;
	background-color: #194492;
	height: 131px;
	padding: 10px 0 0 140px;
	background-image: url(http://albuquerquecomiccon.com/images/ACC-Logo2TZM.jpg);
	background-repeat: no-repeat;
	background-position: left -20px;

}

