/*
Pentime site  Globals CSS
Version: 1
Author: David Bonner
Author URI: http://19eightyseven.com
*/

html {
background:url("../images/bgtilenew.jpg") repeat scroll 0 0 transparent;
}

body {
color:#b8dde7;
font-family:Helvetica,Arial,sans-serif;
font-size:12px;
line-height:15px;
margin:0;
padding:0;
text-align:left;
}

/*@font-face {  
  font-family: nev;  
  src: url(../font/nevis.ttf) format("truetype");  
}*/

@font-face {
	font-family: 'Gen';
	src: url('../font/GenBasBI.eot');
	src: local('Gentium Basic Bold Italic'), local('GentiumBasic-BoldItalic'), url('../font/GenBasBI.woff') format('woff'), url('../font/GenBasBI.ttf') format('truetype'), url('../font/GenBasBI.svg#GentiumBasic-BoldItalic') format('svg');
}

a {
border: none;
color:#ffffff;
text-decoration: none;
text-shadow:0 0 1px #B9DFE9;
outline: none;
}

a:hover {
color: #B9D7E0;
}

img {
border: none;
outline: none;
}

h1 {
color: #b8dde7;
font-size:25px;
font-family:Gen,Helvetica,Arial,sans-serif;
line-height:30px;
font-weight:normal;
text-transform:uppercase;
}

h1#logo a {
background:url("../images/logo.png") no-repeat scroll 0 0 transparent;
float:left;
height:93px;
margin:33px 0 0;
text-indent:-9999px;
width:302px;
}

h2 {
color: #b8dde7;
font-size: 18px;
font-family:Gen,Helvetica,Arial,sans-serif;
font-weight:normal;
text-transform:uppercase;
}

h2.titleback {
background:url("../images/blocktitlebg.jpg") no-repeat scroll 0 0 transparent;
float:left;
height:28px;
margin:15px 0 15px -12px;
padding:15px 0 0 15px;
text-shadow:0 0 2px #B8DDE7;
text-transform:none;
width:100%;
}

h2 a {
color:#ffffff;
}

h2 a:hover {
color: #B9D7E0;
}

h3 {
color: #b8dde7;
font-family:Helvetica,Arial,sans-serif;
font-size: 15px;
font-weight:normal;
}

h4 {
color:#00869E;
font-family:Helvetica,Arial,sans-serif;
font-size:12px;
font-weight:normal;
line-height:22px;
}

h5 {
color:#00869E;
font-family:Helvetica,Arial,sans-serif;
font-size:15px;
font-weight:normal;
line-height:22px;
}

.trans {
background:#000000 none repeat scroll 0 0;
filter:alpha(opacity=80);
-moz-opacity:0.8;
-khtml-opacity: 0.8;
opacity: 0.8;
}

.dashborder {
border-top:1px dashed #1A1905;
float:left;
height:0;
width:100%;
}
.dashborderw {
border-top:1px dashed #4D483B;
float:left;
height:0;
width:100%;
}

.noborder {
border: none;
}

.color {
color: #00869E;
}

.heavy {
font-weight: bold;
}

.size {
}

.margintop {
margin-top: 20px;
}

.margintop10 {
margin-top: 10px;
}

.marginbtm {
margin: 0 0 20px 0;
}

.readmore {
float: right;
}

.readmore2 {
float:right;
text-align:right;
width:100%;
}

.line15height {
line-height: 15px;
}

.nomargin {
margin: 0 0 0 0;
}

.floatl {
float: left;
}

.center {
text-align: center;
}

.textleft {
text-align: left;
}

.textright {
text-align: right;
}

.grey {
color: #636362;
}

.nomargintop {
margin-top: 0;
}

.leftmargin {
margin: 0 0 0 10px;
}

.leftmarginsm {
margin: 0 0 0 6px;
}

.marginright {
margin: 0 10px 0 0;
}

.margintop {
margin-top:5px;
}

.margintop10 {
margin-top:10px;
}

.margintop20 {
margin-top:20px;
}

.leftmargin20 {
margin-left:20px;
}

.btm20 {
margin-bottom:20px;
}
.txttrans {
text-transform: uppercase;
}

.doubleline {
background:url("../images/lines.jpg") no-repeat scroll center center transparent;
float:left;
height:2px;
width:100%;
}

.spacer {
display:block;
float:left;
height:20px;
width:100%;
}

.btop {
border-top:1px solid #3A4443;
}
.bbtm {
border-bottom:1px solid #3A4443;
}
.bleft {
border-left:1px solid #3A4443;
}
.bright {
border-right:1px solid #3A4443;
}

#noscript {
background:#000000 none repeat scroll 0 0;
color:#FFFFFF;
font-size:16px;
font-weight:bold;
margin:0 0 20px;
padding:22px;
text-align:center;
}

#dezignd {
margin:5px -5px -4px -3px;
}

/* LOGIN FORM */
#alw_loginForm input, #alw_registerForm input, #alw_lostPasswordForm input {
background:none repeat scroll 0 0 #F1FAE1;
border:1px dashed #6E7874;
color:#6E7874;
font-size:14px;
font-weight:bold;
margin:14px 0 0 12px;
padding:6px;
width:230px;
filter:alpha(opacity=100);
-moz-opacity:0.3;
-khtml-opacity: 0.3;
opacity: 0.3;
}

#alw_loginForm input:focus, #alw_registerForm input:focus, #alw_lostPasswordForm input:focus {
filter:alpha(opacity=100);
-moz-opacity:0.9;
-khtml-opacity: 0.9;
opacity: 0.9;
}

#alw_loginForm input#loginsubmit, #alw_registerForm input#registersubmit, #alw_lostPasswordForm input#lostsubmit {
background:none repeat scroll 0 0 #F1FAE1;
border:1px dashed #6E7874;
color:#6E7874;
font-size:14px;
font-weight:bold;
margin:10px 0 0 0;
padding:4px 6px 3px;
text-transform:uppercase;
width:auto;
filter:alpha(opacity=100);
-moz-opacity:0.3;
-khtml-opacity: 0.3;
opacity: 0.3;
}
#alw_loginForm input#loginsubmit:focus, #alw_registerForm input#registersubmit:focus, #alw_lostPasswordForm input#lostsubmit:focus {
filter:alpha(opacity=100);
-moz-opacity:0.9;
-khtml-opacity: 0.9;
opacity: 0.9;
}

#alw_login_pinput input {
cursor: pointer;
}

#alw_login_p label input {
background:none repeat scroll 0 0 #F1FAE1;
border:1px dashed #6E7874;
color:#6E7874;
font-size:14px;
font-weight:bold;
margin:0 0 6px 0;
filter:alpha(opacity=100);
-moz-opacity:0.3;
-khtml-opacity: 0.3;
opacity: 0.3;
padding:6px;
width:13px;
}

#alw_login, #alw_register, #alw_lostPassword {
margin: 6px 0 0 0;
}
#alw_loginForm table tbody tr td {
font-weight: bold;
width:65px;
}
#alw_registerForm table tbody tr td {
font-weight: bold;
width:65px;
}

#alw_lostPasswordForm table tbody tr td {
font-weight: bold;
width:65px;
}

#alw_login_p, #alw_registerForm p, #alw_lostPasswordForm p {
padding: 0 0 0 73px;
}

span#alw_lostPasswordMessage, span#alw_registerMessage {
display:block;
margin:0 0 4px;
}

#ajax_login_widget {
margin: 20px 0 0 0;
}

#nav li ul { /* second-level lists */
background:url("../images/dropbg.jpg") no-repeat scroll center 1px #0C1F26;
display:list-item;
float:left;
left:-9999px;
margin:2px 0 0;
padding:0;
position:absolute;
text-align:center;
width:118px;
z-index:101;
}

#nav li ul li {
border:medium none;
display:list-item;
font-size:15px;
margin:3px 0;
width:118px;
}

#nav li ul li a {
display:block;
height:auto;
}

#nav li ul li a:hover {
}


ul#nav li.current_page_parent ul li.current_page_item a {
}


#nav li ul li ul li {
font-size:12px;
margin:0 0;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	 margin: 0 0 0 16px;
}

/* WISHLIST GLOBALS */

.hide {
display: none;
}

#wishlistedpens {
border:1px solid #142C35;
float:left;
margin:0 0 0 10px;
padding:20px 20px 50px;
position:relative;
width:506px;
}

a#showallcats {
border-top:1px solid #142C35;
bottom:10px;
cursor:pointer;
font-weight:bold;
padding:7px 0 0;
position:absolute;
right:20px;
text-align:right;
width:506px;
}

#wishlistedpens p {
margin:0 0 0;
}
#wishlistedpens ul {
float:left;
font-size:13px;
font-weight:bold;
list-style:disc outside none;
margin:10px 0 0;
padding:0 0 0 15px;
}

#wishlistedpens ul li {
margin:4px 0;
}

#wishlistedpens ul li.Uncategorized {
display: none;
}

#wishlistcontain {
display: none;
float:left;
margin:0 0 0 16px;
width:541px;
}

#wishlistcontain ul {
}

#wishlistcontain ul ul li.wcm-tickets, #wishlistcontain ul li.uncategorized, #wishlistcontain ul li.ticket, #wishlistcontain ul li.referrals {
display: none;
}

#wishlistcontain ul li {
display: none;
}

#wishlistcontain ul ul {
display: block;
color:#FFFFFF;
font-weight:bold;
}

#wishlistcontain ul ul ul {
color:#B8DDE7;
font-weight:normal;
padding:0 0 0 10px;
}

#wishlistcontain ul ul li {
display:block;
margin:10px 0 0;
}

#wishlistcontain ul ul li input {
display: none;
}

#wishlistcontain ul ul ul li {
display: block;
margin: 2px 0 0 0;
}

#wishlistcontain ul ul ul li input {
display: inline;
}

/*
    ColorBox Core Style
    The following rules are the styles that are consistant between all ColorBox themes
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative; overflow:visible;}
#cboxLoadedContent{overflow:auto;}
#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}

/* 
	ColorBox example user style
	These rules are ordered and tabbed in a way that represents the order/nesting of the generated HTML, 
	in hope that this will make the relationship easier to understand. Thanks, jack@colorpowered.com
*/
#cboxOverlay{background:#5fabb8;}

#colorbox{}
	#cboxContent{margin-top:32px;}
		#cboxLoadedContent{background:#404040; padding:1px;}
                #cboxLoadingGraphic{background:url(../images/loading.gif) center center no-repeat;}
                #cboxLoadingOverlay{background:#000;}
                #cboxTitle{position:absolute; top:-22px; left:0; color:#000;}
                #cboxCurrent{position:absolute; top:-22px; right:205px; text-indent:-9999px;}
                
                #cboxSlideshow, #cboxPrevious, #cboxNext, #cboxClose{text-indent:-9999px; width:20px; height:20px; position:absolute; top:-20px; background:url(../images/controls.jpg) 0 0 no-repeat;}

                #cboxPrevious{background-position:0px 0px; right:44px;}
                #cboxPrevious.hover{background-position:0px -25px;}
                #cboxNext{background-position:-25px 0px; right:22px;}
                #cboxNext.hover{background-position:-25px -25px;}
		#cboxClose{background-position:-50px 0px; right:0;}
		#cboxClose.hover{background-position:-50px -25px;}

                .cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious{right:66px;}

                .cboxSlideshow_on #cboxSlideshow{background-position:-75px -25px; right:44px;}
                .cboxSlideshow_on #cboxSlideshow.hover{background-position:-100px -25px;}
                .cboxSlideshow_off #cboxSlideshow{background-position:-100px 0px; right:44px;}
                .cboxSlideshow_off #cboxSlideshow.hover{background-position:-75px -25px;}

