@charset "UTF-8";
/* CSS Document */
 
body  {
	font: 65% 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: #FFFFCC;
	background-image: url(images/bkg.jpg);
	background-repeat: repeat-x;
	background-color: #010000;
	background-position: top;}
/*typography*/
a {
	text-decoration: none;
	color: #990000;
	}
	#navigation a {
	text-decoration: none;
	color: #FFFFFF;
	}
	#navigation a:hover {
	text-decoration: underline;
	color:#FFFFFF;
	}
	
	
a:link {
	}
a:visited {
	}
a:active {
	}
a:hover {
	text-decoration: none;
	color:#990000;
	}
h1 {
	font-family: "Century Gothic", "Lucida Grande",Geneva,Verdana,Arial,Helvetica,sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	margin-bottom:0.2em;
	color:#000000;
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-bottom-color: #000000;
	}
h2 {
	font-family:"Arial Black", Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	margin-bottom: -0.2em;
	color: #000000;
	font-weight: normal;
	margin-top: 0.5em;
	letter-spacing: -0.1em;
	padding-left: 4px;
	}
	
#blog h2 {
	font-family:"century gothic";
	font-size: 1.9em;
	margin-bottom: -0.2em;
	color: #FFCC99;
	font-weight: normal;
	background-image: url(http://simplypasquale.com/images/h2_bkg.jpg);
	background-repeat:no-repeat;
	}
	
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.9em;
	font-weight: normal;
	color:#990000;
	margin-top: 0px;
	}
	.thrColAbsHdr #packages {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
	font-weight: normal;
	color:#990000;
	margin-top: 0px;
	
	}
h4 {
	font-family: "Times New Roman", Times, serif;
	font-size: 2em;
	font-weight: normal;
	margin-bottom:0.3em;
	color:#000000;
	margin-top: -10px;
	}
	#more_link {
	font-family: "Century Gothic", "Lucida Grande",Geneva,Verdana,Arial,Helvetica,sans-serif;
	font-size: 1em;
	font-weight: normal;
	margin-bottom:0.3em;
	color:#FFFFFF;
	background-color: #1C1C1C;
	text-align: right;
	}
h5 {
	font-size: 1.2em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	color:#000000;
	}
h6 {
	font-size: 1.3em;
	margin: 0em 0em 1em 0em;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #990000;
	}
img {
	border: 0;
	}
ol, ul, li {/*
	list-style: none;*/
	margin-top: 0.2em;
	margin-bottom: 0.1em;
	margin-left: 0px;
	padding-right: 3px;
	list-style-type: none;
	list-style: none;
	font-family: "Times New Roman", Times, serif;
	}
p {
	font-size: 1.2em;
	line-height: 1.8em;
	margin: 1em 0em 0em 0em;
	color:#333333;
	padding: 0 5px 0 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	}

li > p {
	margin-top: 0.2em;
	}
pre {/*moz 1.0/1.1/1.2.1, net 7.0/7.01 make this way too small, but i'm not going to go larger because monospace tends to run you into overflow pretty quick. prior moz and net are okay.*/
	font-family: monospace;
	font-size: 1.0em;
	}
strong, b {
	font-weight: bold;
	}
.thrColAbsHdr #container {
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	width: 1033px;
	margin: 0 auto;
	text-align: left;
	background-image: url(images/content_bkg.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-color: #9F9F9F;
} 
.thrColAbsHdr #container2 {
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	width: 934px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #060100;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
	background-image: url(images/index_sub_page_02.jpg);
	background-repeat: no-repeat;
	background-position: 0px 78px;
} 
/* Tips for absolutely positioned sidebars with header and footer:
1. Absolutely positioned (AP) elements must be given a top and side value, either right or left. (As a default, if no top value is given, the AP element will begin directly after the last element in the source order of the page. This means, if the sidebars are first element in the #container in the document's source order, they will appear at the top of the #container even without being given a top value. However, if they are moved later in the source order for any reason, they'll need a top value to appear where you desire.
2. Absolutely positioned (AP) elements are taken out of the flow of the document. This means the elements around them don't know they exist and don't account for them when taking up their proper space on the page. Thus, an AP div should only be used as a side column if you are sure the middle #mainContent div will always contain the most content. If either sidebar were to contain more content, that sidebar would run over the bottom of the parent div, and in this case the footer as well, and the sidebar would not appear to be contained.
3. If the above mentioned requirements are met, absolutely positioned sidebars can be an easy way to control the source order of the document.
4. If the source order is changed, the top value should be equal to the height of the header since this will cause the columns to visually meet the header.
*/
.thrColAbsHdr #header {
	height: 17px;
	padding: 5px;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.5em;
	font-family:Arial, Helvetica, sans-serif;
	} 
#navigation {
	color:#FFFFFF;
	padding: 10px 15px 0px 20px;
	margin: 50px 0 50px 0; /* the auto margins (in conjunction with a width) center the page */
	font-size: 1.7em;
	text-align: right;
	height: 410px;
	}

body#home a#homenav,
body#news a#newsnav,
body#music a#musicnav,
body#presskit a#presskitnav,
body#store a#storenav,
body#news a#newsnav,
body#gallery a#gallerynav,
body#contact a#contactnav {
	color: #fff;
	
}

#header ul {
	color:#CC6633;
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	list-style: none;
	display:inline;
}
 #header ul li {
	color:#FFFFCC;
	display:inline;
	padding: 0px 3px 0px 0px;
	margin-left: -10px;
}
.thrColAbsHdr #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 */
}
.thrColAbsHdr #sidebar1 {
	position: relative;
	top: 10px;
	left: 16px;
	width: 250px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 150px 10px 15px 0px;
}
.thrColAbsHdr #sidebar2 {
	position: absolute;
	right: 6px;
	width: 178px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 10px 15px 0px;
	float: right;
}
.thrColAbsHdr #mainContent {
	padding: 5px 0 0 8px;
	margin: 0px 20px 10px 285px;
	position: relative;
	width: 700px;
	min-height:800px;
}
.thrColAbsHdr #mainContent_subpage {
	padding: 10 10px;
	margin: 0px 0px 0px 10px;
	width: 530px;
	padding: 5px;
	padding-top: 30px;
}
.thrColAbsHdr #footer {
	padding: 20px;
	background-repeat:no-repeat;
	top: 0px;
	position: relative;
	color:#A40101;
} 
.thrColAbsHdr #footer p a{
	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 */
	color:#AA3506;
	font-size:1em;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
} 
.coloredbox {background-color:#511009; width:290px; padding: 3px; border: 8px solid #1D0D08;}
.img_border {
}
.black_box {
	padding:10px 10px 0px 10px;	
}
.formstyle {
background-color:#FFFFFF;
border:1px solid #999999;
color:#000000;
}

.date {
font-style:italic;
color:#000000;
}
.posted {
font-style:italic;

}
#mailing_list {
	background-image: url(images/subsciber_login.jpg);
	background-repeat: no-repeat;
	height: 150px;
	padding: 20px 5px 5px 10px;
	margin: 20px 0 0 4px;
}
#sub_footer ul li {
	color:#FFFFFF;
	display:inline;
	padding: 15px;
}
#sub_footer {
	color:#333333;
	background-color: #7E7E7E;
	padding: 5px 20px 5px 20px;
	text-align:left;
}
/* Gallery Styles */


.title {
color:#000000;
}
.categories {
 padding:           5px 10px 5px 12px;
 background-color:  #E9E9F2;  
}

.tableBorder {
 
}

th {
 font-family:       Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
 font-size:         12px;
 color:             #000;
 font-weight:		bold;
 text-align:			left;
 
}

td {
 font-family:       Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
 font-size:         11px;
 color:             #000;
}
#member_nav{
	font-family:Georgia, "Times New Roman", Times, serif;
	width:1016px;
	margin:auto;
	padding:8px;
	text-align:right;
	font-size:1em;
	background-image:url(images/member_nav_bkg.jpg);
	background-repeat:repeat-y;
	background-position:0 0;
	color:#990000;
}
#member_nav a{
	color:#990000;
}
#member_nav a:hover{
color:#FFFFFF;
text-decoration:none;

}
#footer_bottom {
	height: 16px;
	width: 1033px;
	margin: auto;
	background-image: url(images/footer_bottom.jpg);
	background-repeat: no-repeat;
	position: bottom;
}
.page_title{
margin-left:-5px;
}
#top_nav {
	width:580px;
	height:80px;
	padding: 16px 120px 0px 0px;
	margin: 0 0 12px 0;
}
#contact_tab {
	position: absolute;
	top:42px;
	left:595px;
	width:100px;
	height:35px;
}
#packages img{
height:100px;
width:100px;
float:left;
margin:0 8px 0 0;
}
#packages  img.choose{
height:149px;
width:239px;
float:left;
margin:0 8px 0 8px;
}