/*
  $Id: stylesheet.css 1739 2007-12-20 00:52:16Z hpdl $

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
*/
/*
Theme Name: Gaping Void
Theme URI: http://outthinkgroup.com/
Description: Theme developed for the Gaping Void
Version: 1.0
Author: Joseph Hinson of Out:think Group
*/

/* RESET */
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,font,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{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;}
body{line-height:1;text-align:center;background:#ececec url(images/theme/header-bg.gif) top center repeat-x;font-family: helvetica, arial, sans-serif;}
ol,ul{list-style:none;}
blockquote,q{quotes:none;}
/* remember to define focus styles! */
:focus{outline:0;}
/* remember to highlight inserts somehow! */
ins{text-decoration:none;}
del{text-decoration:line-through;}
/* tables still need 'cellspacing="0"' in the markup */
table{border-collapse:collapse;border-spacing:0;}
.clr {clear:both;}
/* END RESET */

a {
	color: #0000bb;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
/* ==========================================
=====!  Top nave and header are here  =====
============================================*/
#top-bar {
	text-align: left;
	margin: 0 auto;
	width: 980px;
	height: 30px;
}
#top-bar a {
	line-height: 30px;
	color: #fff;
	text-decoration: none;	
	padding: 0 10px;
	display:block;
	float:left;
}
#top-bar a.offsite  {
	background:url("images/theme/icon-offsite.gif") no-repeat scroll 82px 9px transparent;
	padding-right:21px;
}
#top-bar a:hover {
	text-decoration: none;
	background:#464646;
	color:#fff;
}
#top-bar a.offsite:hover  {
	background:url("images/theme/icon-offsite.gif") no-repeat scroll 82px 9px #464646;
	text-decoration: none;
	color:#fff;
}
.top-nav {
	float: left;
}
.toolbar {
	float: right;
	width:365px;
	/*
	border-left:1px solid #464646;
	border-bottom:1px solid #464646;
	border-right:1px solid #464646;
	*/
}
.top-nav li, .toolbar li {
	display: inline;
	line-height: 30px;
	margin-right: 17px;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: normal;
}
#top-bar .toolbar li a {
	background-position:left center;
	background-repeat:no-repeat;
	padding-bottom:0px;
	padding-left:21px;
	padding-top:0px;
	margin-left:5px;
}
#top-bar .toolbar li a:hover {
	text-decoration:underline;
}
#top-bar .toolbar li.account a, #top-bar .toolbar li.account a:hover {background: url(images/theme/tools-user.jpg) no-repeat scroll left center;}
#top-bar .toolbar li.wishlist a, #top-bar .toolbar li.wishlist a:hover {background: url(images/theme/tools-star.jpg) no-repeat scroll left center;}
#top-bar .toolbar li.cart a, #top-bar .toolbar li.cart a:hover {background: url(images/theme/tools-cart.jpg) no-repeat scroll left center;}
#top-bar .toolbar li.checkout a, #top-bar .toolbar li.checkout a:hover {background: url(images/theme/tools-checkout.jpg) no-repeat scroll left center;}
#header {
	height:87px;
	margin:0 auto;
	width:980px;
}

h1.logo {
	float:left;
	margin-top:15px;
	text-indent:-999em;
}
h1.logo a {
	background:transparent url(images/theme/gallery-logo.png) no-repeat scroll left top;
	display:block;
	height:67px;
	width:461px;
}
p.tagline {
	color:#fff;
	float:right;
	font-size:15px;
	line-height:21px;
	margin-right:15px;
	margin-top:18px;
	text-align:right;
	width:390px;
}
/* ==========================================
=====!  Featured content blocks on home page  =====
============================================*/

.feat-blocks {
	background: #fff;
	width: 980px;
	margin: 0 auto;
}
.feat-links {
	margin-top: 16px;
	margin-bottom: 15px;
}

.feat-links li {
	display: inline;
	margin-right: 15px;
}
.feat-links li.last {
	margin-right: 0px;
}
.feat-links img {
	border: 1px solid #454545;
}
/* ==========================================
=====!  Content wrapper  =====
============================================*/
#content-wrap {
	margin: 0 auto;
	background: url(images/theme/content-bg-gallery.png) center top repeat-y;
	width: 1014px;
	overflow: hidden;
}
#content-area-bottom {
	margin: 0 auto;
	background: url(images/bg-bottom-content-area.png) center bottom no-repeat;
	height: 35px;
	width: 1014px;
}
#content-wrap-top {
	background:transparent url(images/theme/content-bg-top.png) no-repeat scroll center top;
	height:19px;
	margin:0 auto;
	width:1014px;
}
#content {
	margin:0 auto;
	overflow:hidden;
	width:930px;
	font-size: 14px;
	padding:25px;
}
/* ==========================================
=====!  Entries are styled here  =====
============================================*/
.entry {
	float:left;
	margin-left:20px;
	margin-top: 20px;
	width:580px;
	text-align: left;
	font-family:georgia,serif;
}
#content.home .entry {
	margin-top: 0;
}
.entry p {
	line-height:1.3em;
	padding-bottom:18px;
}
.entry h2 {
	font-size: 22px;
	font-family: helvetica, arial, sans-serif;
	line-height: 1.3em;
}
.entry h2 a {
	color: #000;
	text-decoration: none;
}
.entry h2 a:hover {
	color: #485a88;
	text-decoration: underline;
}
.entry a {
	color: #485a88;
	text-decoration: underline;
}
.entry a:hover {
	text-decoration: none;
}
p.byline {
	font-family:helvetica,arial,sans-serif;
	font-size:18px;
	font-weight:bold;
	padding-bottom:12px;
}
p.byline a {
	color:#94483c;
	text-decoration: none;
}
p.byline a:hover {
	text-decoration: underline;
}
/* ==========================================
=====!  Home-block styling  =====
============================================*/

#slideshow {
	background:transparent url(images/theme/bg-slideshow.jpg) no-repeat scroll top center;
	display:block;
	text-align:center;
	width:600px;
	margin-left: 20px;
	margin-bottom:55px;
	float: left;
	margin-top: 5px;
	position: relative;
}
#ss-thumbs {
	margin-top: 485px;
}
#ss-thumbs a {
}
#ss-thumbs a img {
	border: 1px solid #454545;
	opacity: .7;
}
#ss-thumbs a:hover img, #ss-thumbs li.selected a img{
	border: 1px solid #0000bb;
	opacity: 1;
}
#ss-thumbs li {
	display: inline;
	margin-right: 10px;
	
}
#ss-fullsize li.selected {
}
#ss-fullsize li {
	display: none;
	position:absolute;
	right:50px;
	text-align:center;
	top:93px;
}
#side-item p {
	line-height: 1.3em;
}

#side-item {
	float:right;
	padding:20px; /*kludge - padding on div element might break in IE6 */
	text-align:left;
	width:300px; /*kludge - If padding breaks IE6, width should be 340 and margin given to inner divs/uls */
}
.about-hugh {
	background: #f1f1f1;
	border: 1px solid #ccc;
}
.about-hugh p {
	font-size:12px;
	padding-bottom:17px;
	padding-left:17px;
	padding-top:17px;
}
#side-item a {
	color: #0000bb;
	text-decoration: none;
}
#side-item a:hover {
	text-decoration: underline;
}
.about-hugh img {
	float:right;
	padding:12px 14px 3px 6px;
}
.twitter {
	margin-top: 20px;
	min-height:150px;
	_height:150px;
}
.twitter h3{
	font-size: 15px;
	font-weight: bold;
	color: #333;
	margin-bottom: 8px;
}
.twitter li {
	list-style: none;
	margin-bottom: 12px;
	font-size: 13px;
	color: #333;
	line-height: 1.2em;
}
.twitter li.first {
	background:transparent url(images/theme/gapingvoid-twitterbird.jpg) no-repeat scroll right top;
	padding-right:75px;

}
/* ==========================================
=====!  Columns to display art  =====
============================================*/
#columns-3 {
	clear:both;
	margin-left:15px;
	margin-right:0;
	margin-bottom: 20px;
	padding-top:25px;
}
#gallerycolumns {
	margin-left:20px;
}
.column, #gallerycolumns li {
	float: left;
	width: 308px;
	margin-right: 10px;
}
.column.series-frames {
	text-align: center;padding-top:14px
}
.series-frames img {
	margin-top:25px;
}
#gallerycolumns h3 {
	font-size:22px;
	padding:0 12px 3px;
}
#gallerycolumns .price {
	display: block;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	padding: 5px;
}
#gallerycolumns .buynow a {
	vertical-align: middle;
}
#gallerycolumns .buynow a.details {
	font-size: 12px;
	margin-bottom: 5px;
}
#gallerycolumns .buynow {
	display:block;
	margin-bottom:20px;
}
table.morepages td {
	text-align: left;
	font-size: 12px;
}
table.morepages td.results {
	text-align: right;
}
.column h2 a, h2 {
	background-position: center top;
	display: block;
	background-repeat: no-repeat;
	background-color: transparent;
	line-height: 0;
	font-size: 0;
	text-indent: -999em;
	height:37px;
}
h2.productTitle {
	line-height:26px;
	font-size:24px;
	text-indent:0;
	height:auto;
}
h2#pagetitle {
	background-position:left top;
	margin:14px 18px;
}
.column.col-second {
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	padding-left:6px;
	width:303px;
}
.column h2.large-serigraphs a, h2.large-serigraphs {background-image: url(images/theme/h2-large-serigraphs.jpg);}
.column h2.original-works a, h2.original-works {background-image: url(images/theme/h2-original-works.jpg);}
.column h2.cube-grenades a, h2.cube-grenades {background-image: url(images/theme/h2-cube-grenades.jpg);}
.column h2.love-series a, h2.love-series {background-image: url(images/theme/h2-love-series.jpg);height:49px;}
.column h2.sxsw-series a, h2.sxsw-series {background-image: url(images/theme/h2-sxsw-series.jpg);height:52px;}
.column h2.linchpin-series a, h2.linchpin-series {background-image: url(images/theme/h2-linchpin-series.jpg);height:52px;}
.column h2.gaspedal-series a, h2.gaspedal-series {background-image: url(images/theme/h2-gaspedal-series.jpg);height:43px;}

/* ==========================================
=====!  Sidebar Stuff below this line  =====
============================================*/
#sidebar {
	float:right;
	padding:20px; /*kludge - padding on div element might break in IE6 */
	text-align:left;
	width:300px; /*kludge - If padding breaks IE6, width should be 340 and margin given to inner divs/uls */
}
#sidebar a {
	color: #485a88;
	text-decoration: none;
}
#sidebar a:hover {
	text-decoration: underline;
}
#sidebar h2, #sidebar h2 a {
	text-transform: uppercase;
	color: #94483c;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 10px;
}
.widget {
	margin-top: 20px;
}
.cartoons img {
	margin-bottom: 10px;
}
.details {
	font-size:115%;
}

.categories li a {
	float: left; 
	width: 143px;
	line-height: 1.3em;
}
/* ==========================================
=====!  Footer styles  =====
============================================*/

#footer {
	background: #ddd;
	margin: 0 auto;
	width: 980px
}
#footer .top-line {
	border-top:1px solid #686868;
}
#footer p {
	font-size:13px;
	padding:10px 15px;
}
/* ==========================================
=====!  Comment Styling  =====
============================================*/
.comments{border:1px solid #E7E7E7;margin:19px 0 0;overflow:hidden;width:328px;}
.comments h2{-x-system-font:none;background:#E7E7E7 none repeat scroll 0 0;color:#333333;font-family:'Lucida Grande',Verdana,Arial,Helvetica,sans-serif;font-size:120%;font-size-adjust:none;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:bold;line-height:100%;padding:8px;width:312px;}
.comments ul{list-style-image:none;list-style-position:outside;list-style-type:none;overflow:hidden;padding:7px 8px 2px;width:312px;}
.comments ul li{background:transparent url(images/theme/separator04.jpg) no-repeat scroll 0 8px;padding:0 0 0 10px;width:302px;}
.comments ul li a{-x-system-font:none;color:#281C88;font-family:'Lucida Grande',Verdana,Arial,Helvetica,sans-serif;font-size:100%;font-size-adjust:none;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:normal;line-height:140%;text-decoration:none;}
.comments ul li a:hover{text-decoration:underline;}
.alt{background-color:#F8F8F8;border-bottom:1px solid #DDDDDD;border-top:1px solid #DDDDDD;margin:0;padding:10px;}
.commentlist{padding:0;text-align:justify;}
.commentlist li{list-style-image:none;list-style-position:outside;list-style-type:none;margin:15px 0 3px;padding:5px 10px 3px;}
.commentlist cite,.commentlist cite a{font-size:1.1em;font-style:normal;font-weight:bold;}
.commentlist p{margin:10px 5px 10px 0;}
#commentform p{margin:5px 0;}
.nocomments{margin:0;padding:0;text-align:center;}
.commentmetadata{display:block;margin:0;}
ul#featuredproducts li a.thumb250, td.thumb250 a.thumb250, div.thumb250 a.thumb250, #home-featured a.thumb250 {
	display:block;
	background:url(images/bg-frame250-2.png) no-repeat center center;
	height:222px;
	width:250px;
}

ul#featuredproducts li a.thumb250-vert, td.thumb250 a.thumb250-vert, div.thumb250 a.thumb250-vert, #home-featured a.thumb250-vert {
	background:url(images/bg-frame250-vertical.png?v=3) no-repeat center center;
}

span.fullframe {
	display:block;
	background:url(images/bg-frame.png) no-repeat center center;
	height:577px;
	width:650px;
	text-align:center;
	margin-top:-10px;
	float:left;
}

span.fullframe-vert {
	background:url("images/bg-frame-vertical.png?v=3") no-repeat center center;
}

span.fullframe-black {
	display:block;
	background:url("images/bg-frame-black.png?v=3") no-repeat center center;
	height:577px;
	width:650px;
	text-align:center;	
	margin-top:-10px;
	float:left;
}

span.fullframe-black-vert {
	background:url("images/bg-frame-black-vertical.png?v=3") no-repeat center center;
}

.framecolor {
	float:right;
	width:55px;
	height:55px;
}

.framecolor div {
	text-indent:-999999em;
	display:block;
	height:18px;
	width:18px;
	border:1px solid black;
	padding:0;
	margin:0;
	float:left;
	cursor:pointer;
}

.framecolor div.framewhite {
	background:#fff;
}

.framecolor div.frameblack {
	background:#000;
}

ul#featuredproducts li a.thumb250 img {
	margin-top:10px;
}

div.thumb250 a.thumb250 img {
	margin-top:30px;
}

#maintext {
	text-align:left;
	padding-top:15px;
}

.printname {
	display:block;
	font-size:1.0em;
	font-weight:bold;
	margin-bottom:3px;
}

.printprice {
	display:block;
	font-size:1.2em;
	padding:5px;
	font-weight:bold;
}

.productdesc {
	width:50%;
	float:left;
}

.productdetails {
	width:275px;
	float:right;
	padding-top:15px;
}

.productdetails .productdescription {
	font-size:13px;
	padding:10px;
	border:1px solid #ccc;
	background:#f0f0f0;
}

.productdetails .productdescription p {
	margin: 0 0 20px 0;
}

.productdetails p {
	margin:10px 0;
}

.productdetails h1 {
	font-size:2.0em;
}

.productdetails .price {
	font-size:1.6em;
	font-weight:bold;
}

.productdetails .framing {
	padding:5px;
	background:#fff;
	border:1px dashed #ccc;
	margin-bottom:10px;
}

.tools li a {
	font-size:1.2em;
	display:block;
	padding-left:22px;
	line-height:1.4em;
}

.tools .account a {
	background:url(images/icon-account.png) no-repeat left center;
}

.tools .cart a {
	background:url(images/icon-cart.png) no-repeat left center;
}

.tools .checkout a {
	background:url(images/icon-checkout.png) no-repeat left center;
}

#home-featured {
	width:250px;
	padding:10px;
	background:#fff;
	border:3px solid #ddd;
	float:right;
	margin:15px 0 15px 15px;
	text-align:center;
}

#home-featured h3 a {
	font-size:1.4em;
	display:block;
	padding:3px 0 0 0;
}

#home-featured a.thumb250 {
	text-align:center;
}

#home-featured .featured-desc {
	font-size:.9em;
}

#home-featured .featured-price {
	font-size:1.3em;
	font-weight:bold;
	display:block;
	padding-bottom:10px;
}

.sharethis {
	float:right;
}

h2.page-title-basic, td.pageHeading {
	font-size:24px;
	line-height:24px;
	height:auto;
	text-indent:0;
}

div.full-content {
	width:75%;
	text-align:left;
	margin:15px auto;
	line-height:1.2em;
}

div.full-content p {
	margin:10px 0;
}

.also-purchased {
	padding:25px;
}

.also-purchased h3 {
	font-size:16px;
	margin-bottom:15px;
}

.also-purchased div {
	float:left;
	margin:0 15px;
	text-align:center;
}
/*
td.main {
	padding:10px;
	margin:5px;
	border:1px dashed #f0f0f0;
	background:#f7f7f7;
}
*/

input#addtowishlist {
	color:#0000BB;
	text-decoration:none;
}

input#addtowishlist:hover {
	text-decoration:underline;
}

.maincontent p {
	margin:8px 0;
	line-height:1.25em;
}

.authorizenet_cc_aim, .paypal_standard {
	font-size:15px;
	padding:10px 0;
	border:1px #ccc solid;
	background:#f7f7f7;
}
/* ==========================================
=====!  gape into the void area  =====
============================================*/
.community {
	background:url("images/theme/bg-community.gif") repeat-y scroll right top transparent;
	border-bottom:1px solid #999999;
	color:#444444;
	font-size:14px;
	margin:0 -25px -25px;
	padding:0 25px 25px;
	text-align:left;

}
.community p, .infoblock p {
	line-height: 1.2em;
	margin-bottom: 15px;
}
.infoblock {
	border-bottom:1px solid #999999;
	margin-left:-25px;
	margin-right:-25px;
	padding-left:25px;
	padding-right:25px;
	text-align:left;
	}
.infoblock h1 {
	margin-bottom:15px;
	margin-top: 10px;
	color: #485a88;
}
.community .community-content {
	float: left;
	width: 600px;
}
.community #menu h3 {
	color: #90473c;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom:10px;
}
.community #menu {
	background-color:#DDDDDD;
	float:right;
	font-size:13px;
	padding-left:25px;
	padding-top:25px;
	text-align:left;
	width:295px;
}
.community #menu .terms li {
	margin-bottom: 15px;
	line-height: 1.2em;
}
.community #menu form {
	border-bottom:1px dotted #444;
	margin-bottom:15px;
	padding-bottom:15px;
}
.community #menu form label {
	line-height: 18px;
}
.community #menu form input {
}
.community-content .post {
	border-bottom:3px double #DDDDDD;
	line-height:1.2em;
	margin-bottom:25px;
	padding-bottom:10px;
}
.community-content .post img {
	margin-bottom: 15px; 
}
.community-content .post .post-body {
	margin-bottom: 15px;
}
.community-content .post * {
	margin-left: 8px;
}
.community-content .post .byline {
	font-size: 18px;
	margin-bottom: 10px;
}
#search {
	margin-top:10px;
}
#mc-embedded-subscribe-form {
	background:none repeat scroll 0 0 #F7F7F7;
	border:1px dashed #CCCCCC;
	float:right;
	font-size:1em;
	line-height:1.25em;
	margin:0 51px 15px 15px;
	padding:15px;
	width:255px;
}
#mc-embedded-subscribe-form legend {
font-weight:bold;
}
#mc-embedded-subscribe-form .indicate-required {
color:#BB0000;
font-size:0.8em;
}
#mc-embedded-subscribe-form .mc-field-group {
padding:3px 0;
}
#mc-embedded-subscribe-form .mc-field-group label.ilabel {
	display:block;
	text-align: left;
}
#mc-embedded-subscribe-form .mc-field-group input.itext {
	display:block;
	font-size:1em;
	padding:1px;
	width:250px;
}
#mc-embedded-subscribe-form .input-group ul {
margin:0;
padding:0;
}
#mc-embedded-subscribe-form .mc-field-group li {
float:left;
list-style:none outside none;
padding-right:5px;
}
#mc-embedded-subscribe-form #mc-embedded-subscribe {
font-size:1.2em;
padding:5px;
margin-top:13px;
}
.input-group-label {
	border-bottom:1px dotted #CCCCCC;
	display:block;
}
#mc-embedded-subscribe-form #mce-error-response {
background:none repeat scroll 0 0 #FFDDDD;
border:2px solid #FF8585;
font-size:0.9em;
margin-bottom:5px;
padding:5px;
}
#mc-embedded-subscribe-form #mce-success-response {
background:none repeat scroll 0 0 #DDFFDD;
border:2px solid #85FF85;
font-size:0.9em;
margin-bottom:5px;
padding:5px;
}
.daily-cartoon {
	font-size:13px;
	margin-bottom:10px;
	text-align:left;
}