@charset "UTF-8";

/*======================================================================
	CigPlan: Layout
	--------------------------------------------------------------------
	COLOR PALETTE:
	Beige:			#cdb899;
	Light beige:	#efe0c9;
	Gray:			#958d8b;
	Light gray:		#dbd7d8;
	Dark gray:		#686465;
	Red:			#ec0016;
	White:			#ffffff;
	Dark Brown:		#503f38;
	Dark Brown:		#44332c;
	Black: 			#000000;
	
----------------------------------------------------------------------*/

/* Main Styles
------------------------------------------------------*/

* {margin: 0px; padding: 0px;}

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,code,del,dfn,em,img,q,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
	border:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	background: transparent;
	vertical-align:baseline;
	margin:0;
	padding:0; }
body {
	text-align: center;
	background-image: url(../images/bg/univox-sticker_1260x876.jpg);
	background-repeat: no-repeat;
	background-color: #000000;
	font-family: Helvetica, Arial, sans-serif, "Trebuchet MS", Geneva;
	color: #efe0c9;
	font-size: .9em;
	line-height: 1.125em; /*16x1.125=18 */ }
#wrapper {
	position: relative;
	width: 780px;
	text-align: left;
	margin-top: 27;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 51px;
	top: 27px; }
#clear { clear: both; }	

/* Position Container Elements
------------------------------------------------------*/

#leftcol { 
	width: 209px; 
	height: 330px;
	font-size: .9em; 
	margin-top: 0; 
	padding-left: 12px; 
	padding-top: 329px; 
	float: left; }
#social-networking {
	width: 200px;
	margin: 0;
	padding: 0; }
#leftcart { 
	width: 200px; 
	margin-top: 20px; }
#nav { 
	position: relative; 
	width: 100%; 
	height: 29px; 
	margin-top: 37px; 
	margin-left: 229px; 
	padding: 0; 
	text-align: left; }
#content {
	width: 546px;
	height: 707px;
	padding: 0;
	margin-top: 30px;
	margin-left: 234px;
	margin-bottom: 0px;
	position: relative;
	overflow: auto; }
#intro {
	width: 344px;
	margin: 0 0 20px 0; 
	padding: 10px 10px 0 20px;
	border: 2px solid #000; } 
#blogheadarchive {
	margin: 0; padding: 0; }
.recent_past {
	margin: 0 0 12px 0;
	width: 526px;
	color: #ec0016;
	background: #000; }
.blogentry {
	width: 526px;
	position: relative;
	margin: 0;
	padding: 0; }
#footer {
	width: 780px;
	height: 20px;
	text-align: left;
	clear: both;
	font-size: 0.7em;
	color: #958d8b; }

/* --- Regular clearing apply to column that should drop below previous ones. --- */

.clear { clear:both; }



/* Navigation Elements
------------------------------------------------------*/

#nav ul {
	float: left;
	list-style-type: none;
	margin-top: 0.25em;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	position: absolute;
	left: 2px;
	bottom: 0px;
}
#nav ul li {
	float: left;
	list-style-type: none;
	letter-spacing: -0.5px;
	padding-right: 3px;
	padding-left: 3px;
}
#nav ul li a:link, #nav li a:visited {
	display: block;
	padding-top: .15em;
	padding-right: 3px;
	padding-left: 3px;
	font-size: 16px;
	letter-spacing: -1px;
	line-height: 1.25em;
	font-weight: bold;
	color: #000;
	background: #fff;
	text-decoration: none;
}
#nav ul li a:hover, #nav li a:active {
	display: block;
	padding-top: .15em;
	padding-right: 3px;
	padding-left: 3px;
	font-size: 16px;
	line-height: 1.25em;
	font-weight: bold;
	color: #ec0016;
	text-decoration: none;
}
#nav ul li a.current {
	color: #fff;
	background: #000;
	cursor: default;
}
#nav li a.current:hover, #nav li a.current:active {
	color: #ec0016;
	background: #fff;
	cursor: default;
}

/* Main Type Styles
------------------------------------------------------*/ 

#leftcol h1.hidden {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.3em;
	font-style: italic;
	color: #503f38;
	margin-left: -999em;
	display:none;
}	
#leftcol, #leftcol p, #nav, #content, #blogheadarchive, #blogheadarchive h6, #content p, #content h1, #content h2, #content h3, #content h4, #content h5, #content h6, #footer {
	font-family: Helvetica, Arial, sans-serif, "Trebuchet MS", Geneva; }
#leftcol p {
	font-size: .9em;
	line-height: 1em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	color: #efe0c9; }
#intro h1 .blargh { 
	font-size: 1.35em; 
	color: #cdb899; 
	line-height: .9em; }
#intro .description { 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	font-style: italic;
	line-height: 140%;
	color: #cdb899;  }

#content p {
	font-size: .9em;
	line-height: 1.3em;
	margin-top: 0.5em;
	margin-bottom: 1em;
	color: #efe0c9; }
	
#content h1 {
	font-size: 2em;
	font-weight: normal;
	letter-spacing: -1px;
	color: #fff;
	margin-top: .25em;
	margin-bottom: 0.25em; }
#content h2 {
	font-size: 1.8em;
	font-weight: bold;
	letter-spacing: -1px;
	color: #fff;
	margin-top: .25em;
	margin-bottom: 0.25em; }
#content h3 {
	font-size: 1.6em;
	font-weight: normal;
	letter-spacing: -1px;
	color: #fff;
	margin-top: .25em;
	margin-bottom: 0.25em; }
#content h4 {
	font-size: 1.4em;
	font-weight: normal;
	letter-spacing: -1px;
	color: #fff;
	margin-bottom: 0.25em; }
#content h5 {
	font-size: 1.2em;
	font-weight: bold;
	color: #fff;
	margin-bottom: 0.25em;
	margin-top: .3em; }
#content h6 {
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 0.25em;
	margin-top: .5em; }
.textBold {
	font-weight: bold; }
a:link, a:visited {
	color: #fff;
	text-decoration: none; }
a:hover {
	color: #FF0000;
	text-decoration: none; }
		
.smaller { font-size: 75%; }


	

/* Blog
------------------------------------------------------*/

#blogheadarchive h6 {
	text-transform: uppercase;
	font-size: .75em;
	font-weight: bold;
	letter-spacing: 2px;
	color: #ec0016; }
#content .recent_past h6 {
	display: block;
	padding-top: .15em;
	padding-right: 3px;
	padding-left: 3px;
	font-size: .8em;
	text-transform: uppercase;
	letter-spacing: 2px;
	line-height: 1.25em;
	font-weight: bold; }

#content .recent_past .date, #content .blogentry .date, #content dd { 
	text-transform: uppercase; font-size: .75em; color: #cdb899; letter-spacing: 1px; } 
		
#content .blockquote  { margin: 0 25px 0 0; color: #fff; font-style: italic; font-family: Palatino, "Palatino Linotype", Georgia, Times, "Times New Roman"; font-size: 14px; width: 200px; float:left; border-top: 2px solid #686465; border-bottom: 2px solid #686465; padding: 8px 8px 12px 9px; }



/* Columns
------------------------------------------------------*/

/* Use these classes to set the width of a column. */
.span-1 {width: 91px;}
.span-2 {width: 162px;}
.span-3 {width: 182px;}
.span-4 {width: 273px;}
.span-5 {width: 344px;}
.span-6 {width: 526px;}

	.floatleft {float: left; margin: 12px 0px 12px 0px;}
	.floatright {float: right; margin: 0 0 12px 12px;}

	

/* -------------- other text elements ------------- */ 


/* Shows
------------------------------------------------------*/
.table  { font-size: .9em; line-height: 1.2em; padding-top: .5em; padding-bottom: .5em; }
hr {
  	border: 0;
  	width: 95%;
  	color: #ec0016;
	background-color: #ec0016;
	height: 2px;
}



/* Lists
------------------------------------------------------*/

#content ol { 
	margin: 0 0 1.5em 1.5em; 
	list-style-type: decimal; 
	font-size: .9em;
	line-height: 1.3em;
	}
#content ul {
	margin: 0 0 1.5em 1.5em;
	font-size: .9em;
	line-height: 1.3em;
	display: block;
	list-style-type: square;
}
#content ul li {
	list-style-type: square;
	}
#content ol li {
	list-style-type: decimal;
	margin: 0 1.5em;
}
#content dl  { margin: 0 0 1.5em 0; }
#content dl dt  { font-weight: normal; margin-bottom: 4px; }
#content dd	 { margin: 0 0 1.1em 0; }


/* Shopping Cart
------------------------------------------------------*/
#leftcart .head { font-weight: bold; }
#leftcart ul {
	padding-bottom: 0.5em;
	list-style-type: none;
}
#leftcart ul li a {
	display: block;
	padding-left: 1em;
	border: none;
	list-style-type: none;
}
#leftcart .item {
	margin-left: -9px;
	padding-bottom: .5em;
	line-height: 130%;
	list-style-type: none;
}

#leftcart .price,
#leftcart .qty {
	padding-left: 1em;
	font-size: 0.8em;
	list-style-type: none;
}

#leftcart .subtotal {
  display: block;
  padding-top: 1em;
  padding-bottom: 1em;
  font-weight: bold
}

#leftcart .buy { 
	padding:4px 10px; 
	-moz-border-radius :9px; 
	-webkit-border-radius:9px; 
	margin:8px 5px 8px 0; 
	border:1px solid #44332c; 
	background-color:#000000;
}
#leftcart .buy a {
	color: #fff; 
	font-weight: bold; 
	font-size: 10px; 
	letter-spacing: 0.05em; 
}



/* Photos, Merch Images
------------------------------------------------------*/ 

	.row {
		margin-left: -20px;
		margin-bottom: 12px;
		padding-bottom: 20px;
		float: none;
		clear: both;
	}	
	#content p img.left, .content img.left {
		margin: 0 20px 20px 0; 
	}
	#content img.right {
		margin: 0 0 10px 0; }

	.photo {
		margin: 0 0 0 20px;
		padding: 0;
		border: 1px solid #44332c;
		float: left; 
	}	
	.photo .first {margin: 0;}
	.photo .single {margin: 0 20px 0 0;}

	
	.merch {
		margin: 0 0 12px 20px;
		width: 162px;
		height: 162px;
		border: 1px solid #44332c;
		float: left; 
	}	
		.merch .first {
			_margin: 0;
		}

		.merch .first {}
		.merch .first h6 {
			margin: 0;
		}
		.merch .info a {
			color: #fff;
			text-decoration: none;
		}
		.merch .info a:hover {
			color: #ec0016;
			text-decoration: underline;
		}
						
							
		
		.buy { 
			padding:4px 10px; 
			-moz-border-radius :9px; 
			-webkit-border-radius:9px; 
			margin:8px 5px 8px 0; 
			border:1px solid #44332c; 
			background-color:#000000;
		 }
		.buy a {
			color: #fff; 
			font-weight: bold; 
			font-size: 10px; 
			letter-spacing: 0.05em; 
		}
		.price { font-size: .85em; color: #fff; font-weight: bold; }