/*
-----------------------------------------------
Style Sheet

Site: PunaPress.com
Author:   aaryn.com
Version:  2006.12
----------------------------------------------- */


/* undo some default styling of common (X)HTML browsers
 * ------------------------------------------------------------------------- */

/* No list-markers by default - must redefine bullets w/ bg graphics */
ul,ol { list-style:none; }

/* Avoid browser default inconsistent heading font-sizes and pre/code */
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }


/* prevent blue linked image borders */
a img, :link img, :visited img, fieldset { border:none; }

/* Remove inconsistent (among browsers) default padding or margin */

ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,label,div,dd,dt,dl{ margin:0; padding:0; }





/* global elements
 * ------------------------------------------------------------------------- */

/* Default font size in IE and FireFox is 16px. Default for Safari is 14px. */
html {
	font-size:100% /* IE has problems scaling text in ems. Using a percentage makes for better text rendering when scaled. */
	}

body {
	background: #000;
	font-size:.75em; /* Read by IE only. - 75% of 16px = 12px */
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	color:#fff
	}

html>body {
	font-size:12px; /* overrides the font-size above in all browsers except IE. These browsers can resize text that is specified in px so this is ok. */
	}

a:link, a:visited {
	color:#ccc;
	}
	
a:hover, a:active {
	color:#eee;
	}
	

/* Classes
 * ------------------------------------------------------------------------- */

.clear {
	border: 0;
    clear: both;
    display: block;
    float: none;
    margin: 0;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
	}

.pic_left {
	margin:0 15px 2px 0;
	float:left;
	}

.pic_right {
	margin:0 0px 2px 15px;
	float:right;
	}

.make_space_below {
	margin-bottom:10px;
	}

.press_list {
	padding-left:10px;
	margin-bottom:20px;
	}
.press_list li {
	_position:relative;	 /*to fix the IE bullet peekaboo pug */
	padding-left: 15px;
	line-height: 1.6em;
	list-style: none;
	background: transparent url(../images/bullet.jpg) 0px 8px no-repeat;
	}

.big {
	font-size:1.2em;
	}
	

/* Layout
 * ------------------------------------------------------------------------- */
 
#container {
	width:950px;
	margin:0 auto;
	text-align:left;
	}

#title {
	background:url(../images/title.jpg) no-repeat;
	height:82px;
	}
    #title span {
		display:none;
		}	
	
#title_left {
	background:url(../images/title_left.jpg) no-repeat;
	height:82px;
	}
	
    #title_left span {
		display:none;
		}
#title_right {
	background:url(../images/title_right.jpg) no-repeat;
	height:82px;
	}
	
    #title_right span {
		display:none;
		}

#home_box_bg {
	background:url(../images/top_boxes_bg.jpg) repeat-y;
	width:950px;
	}

#home_box_bottom {
	background:url(../images/home_box_bottom.jpg) no-repeat;
	height:1px;
	width:950px;
	overflow:hidden;
	}

/* ---------- Left Column ---------- */
#column_left {
	width:500px;
	float:left;
	margin:20px 20px 0 0;
	}
	
/* ----- New Release ----- */	
#new_release_container {
	width:500px;
	float:left;
	margin:0px 20px 0 0;
	}

#new_release_title{
	background:#333;
	padding:5px 10px;
	font-weight:bold;
	border-top:1px solid #444;
	border-right:1px solid #444;
	border-left:1px solid #444;
	width:478px;
	}

#new_release_content {
	width:468px;
	border-top:1px solid #444;
	padding:15px;
	font-size:.92em;
	line-height:1.6em;
	}


/* ----- Featured Artwork ----- */	
#featured_artwork_title{
	background:#333;
	padding:5px 10px;
	font-weight:bold;
	border-top:1px solid #444;
	border-right:1px solid #444;
	border-left:1px solid #444;
	width:478px;
	}

#featured_artwork_content {
	width:468px;
	border:1px solid #444;
	padding:15px;
	font-size:.92em;
	line-height:1.6em;
	margin:0 auto;
	text-align:center;
	}

#art1, #art3 {
	float:left;
	text-align:center;
	}

#art2 {
	float:left;
	text-align:center;
	margin:0 35px;
	}

/* ------ Featured Advertisements ------ */
#featured_ads_title{
	background:#333;
	padding:5px 10px;
	font-weight:bold;
	border-top:1px solid #444;
	border-right:1px solid #444;
	border-left:1px solid #444;
	width:928px;
	}

#featured_ads_content {
	width:918px;
	border:1px solid #444;
	padding:15px;
	font-size:.92em;
	line-height:1.6em;
	margin:0 auto;
	text-align:center;
	}



/* ---------- Right Column ---------- */
#column_right {
	width:430px;
	float:left;
	margin-top:20px;
	
	}

/* ----- New Release ----- */	
#books_container {
	width:430px;
	float:left;
	}


#books_title{
	background:#333;
	padding:5px 10px;
	font-weight:bold;
	border-top:1px solid #444;
	border-right:1px solid #444;
	border-left:1px solid #444;
	width:408px;
	}

#books_content {
	width:398px;
	border-top:1px solid #444;
	padding:15px;
	font-size:.92em;
	line-height:1.6em;
	}
	


/* ----- Upcoming Events ----- */	
#events_title{
	background:#333;
	padding:5px 10px;
	font-weight:bold;
	border-top:1px solid #444;
	border-right:1px solid #444;
	border-left:1px solid #444;
	width:408px;
	}

#events_content {
	width:398px;
	border:1px solid #444;
	padding:15px;
	font-size:.92em;
	line-height:1.6em;
	}
	


/* --------------- Artist Page --------------- */
#artist_name {
	font-size:1.8em;
	font-weight:bold;
	}

#divider {
	height:1px;
	overflow:hidden;
	border:0;
	background:#999;
	color:#999;
	margin:5px 0 20px 0;
	}


/* ------- Gallery ------- */
#gallery_title {
	background:#333;
	padding:5px 10px;
	font-weight:bold;
	border-top:1px solid #444;
	border-right:1px solid #444;
	border-left:1px solid #444;
	width:930px;
	}

#gallery_content {
	width:920px;
	
	border:1px solid #444;
	padding:15px;
	font-size:.92em;
	
	}


#book1{
	float:left;
	width:440px;
	margin:0 40px 0 0;
	}

#book2 {
	float:left;
	width:440px;
	}
	
	
/* ------- About the Artist ------- */
#half_column_left {
	float:left;
	margin:20px 20px 0 0;
	display:inline;
	}

#about_title {
	background:#333;
	padding:5px 10px;
	font-weight:bold;
	border-top:1px solid #444;
	border-right:1px solid #444;
	border-left:1px solid #444;
	width:444px;
	}

#about_content {
	width:434px;
	border:1px solid #444;
	padding:15px;
	font-size:.92em;
	line-height:1.6em;
	margin-bottom:20px;
	}

/* ------- Upcoming Events ------- */
#half_column_right {
	float:left;
	margin:20px 0px 0 0;
	display:inline;
	}

#upcoming_title {
	background:#333;
	padding:5px 10px;
	font-weight:bold;
	border-top:1px solid #444;
	border-right:1px solid #444;
	border-left:1px solid #444;
	width:442px;
	}

#upcoming_content {
	width:432px;
	border:1px solid #444;
	padding:15px;
	font-size:.92em;
	line-height:1.6em;
	margin-bottom:20px;
	}


/* ---------- Footer ---------- */
#footer {
	background:#666;
	height:2px;
	width:950px;
	overflow:hidden;
	margin:20px 0 5px 0;
	}

#footer_text {
	text-align:right;
	color:#999;
	font-size:.92em;
	margin-bottom:10px;
	}
	
	#footer_text a:link, #footer_text a:visited {
	color:#fff;
	}


/* Sprite Navigation WITH OUT services button
 * ------------------------------------------------------------------------- */
#nav {
	background: url(../images/nav3.jpg) top left no-repeat;					
	width: 950px;		/* Width of buttons, not entite image (or half of entire image) */
	height: 31px;		/* Height of entire image */
	margin-bottom:20px;
}
#nav span { display: none; }
#nav li { 
	position: relative;
	float: left;
	list-style: none;
}
#nav li, #nav a { 
	height: 31px;			/* Each button must have the same height, define it here */
	display: block;
}

/* left - defines offset from left edge, will most likely just be 0 */
/* width - width of each button, they will each most likely be unique */
#nav-01 {left: 0px; width: 66px;}
#nav-02 {left: 2px; width: 86px;}
#nav-03 {left: 4px; width: 69px;}
#nav-04 {left: 6px; width: 78px;}
#nav-05 {left: 8px; width: 160px;}
#nav-06 {left: 10px; width: 93px;}
#nav-07 {left: 12px; width: 60px;}
#nav-08 {left: 14px; width: 70px;}
#nav-09 {left: 16px; width: 59px;}
#nav-10 {left: 18px; width: 59px;}
#nav-11 {left: 20px; width: 76px;}
#nav-12 {left: 20px; width: 52px;}

/* Changed values should match "width" numbers specified above */
#nav-01 a:hover {background: transparent url(../images/nav3.jpg)    0px -31px no-repeat;}
#nav-02 a:hover {background: transparent url(../images/nav3.jpg) -68px -31px no-repeat;}
#nav-03 a:hover {background: transparent url(../images/nav3.jpg) -156px 0px no-repeat; cursor:default;}
#nav-04 a:hover {background: transparent url(../images/nav3.jpg) -227px 0px no-repeat; cursor:default;}
#nav-05 a:hover {background: transparent url(../images/nav3.jpg) -307px 0px no-repeat; cursor:default;}
#nav-06 a:hover {background: transparent url(../images/nav3.jpg) -469px -31px no-repeat;}
#nav-07 a:hover {background: transparent url(../images/nav3.jpg) -564px -31px no-repeat;}
#nav-08 a:hover {background: transparent url(../images/nav3.jpg) -626px -31px no-repeat;}
#nav-09 a:hover {background: transparent url(../images/nav3.jpg) -698px -31px no-repeat;}
#nav-10 a:hover {background: transparent url(../images/nav3.jpg) -759px -31px no-repeat;}
#nav-11 a:hover {background: transparent url(../images/nav3.jpg) -820px -31px no-repeat;}
#nav-12 a:hover {background: transparent url(../images/nav3.jpg) -896px -31px no-repeat;}

/* SON OF SUCKERFISH */

#nav li ul {
	position: absolute;
	left: -9999px;
	background-color: #555;	/* Background color of drop down menu - add more styles (i.e. background image) if you want */
	margin-left:-2px;
}

#nav li ul li {
	height: 22px;				/* Height of each drop down menu item */
	border-bottom:1px solid #999;
	}
	
	#nav li ul li.last {
		border-bottom:0;
		}
		
#nav li ul li a {
	width: 100%;
	height: 22px;				/* Height of each drop down menu item, should match above */
	line-height: 22px;			/* Height of each drop down menu item again, should match above */
}
#nav li ul li a span {
	display: block;
	padding-left: 5px;
}

/* Drop down link styles */
#nav a:link, #nav a:visited, #nav a:hover, #nav a:active {
	font-size: .92em;
	color: #fff;
	text-decoration: none;
}

#nav li:hover ul, #nav li.sfhover ul	{ left: 0; }

/* Hover styles for drop down items */
#nav-03 ul a:hover, #nav-04 ul a:hover, #nav-05 ul  a:hover { 
	background-image: none;
	background-color: #777;
	cursor:pointer;
}

/* width of drop down menu - choose width that allows items to display on one line */
#nav-03 ul, #nav-03 li { width: 90px; }		
#nav-04 ul, #nav-04 li { width: 90px; }		
#nav-05 ul, #nav-05 li { width: 90px; }














/* Old Styles
 * ------------------------------------------------------------------------- */

.bodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 20px;
	color: #ffffff;
}
.bodytexthome {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 16px;
	color: #ffffff;
}
.bodytext2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 16px;
	color: #ffffff;
}
.bodytext3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 16px;
	color: #ffffff;
}
.bodytext3bl {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 16px;
	color: #6699cc;
}
.bodyblue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 20px;
	color: #6699cc;
}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 20px;
	color: #ffffff;
}
.bodytextnewsred {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 16px;
	color: #ffcc00;
}
.footertext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 12px;
	color: #ff0000;
}
.bodytext2sm {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 12px;
	color: #330000;
}
.bodytext3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 20px;
	color: #ffffff;
}
.abouttext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 16px;
	color: #330000;
}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 14px;
	color: #ffffff;
}
.btlink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFCC;
	text-decoration: underline;
}
.biglink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #cc00cc;
	text-decoration: underline;
}
.res {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFCC;
}
