@charset "utf-8";
/* CSS NitroArt Home Page April 15, 2008 */

body {
	background: #0F0F0F url(../images/bg_feb10.jpg) no-repeat center top;
	color: #ffffff;
	text-align: center;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 2px 0px 0px;
	display: table;
	width: 100%;
}

#topnoscript {
	font-size: 18px;
	color: #FFFF00;
	font-weight: normal;
	padding: 3px;
	margin: 10px 3px;
}
/* Tips for Elastic layouts 
1. Since the elastic layouts overall sizing is based on the user's default fonts size, they are more unpredictable. Used correctly, they are also more accessible for those that need larger fonts size since the line length remains proportionate.
2. Sizing of divs in this layout are based on the 100% font size in the body element. If you decrease the text size overall by using a font-size: 80% on the body element or the #container, remember that the entire layout will downsize proportionately. You may want to increase the widths of the various divs to compensate for this.
3. If font sizing is changed in differing amounts on each div instead of on the overall design (ie: #sidebar1 is given a 70% font size and #mainContent is given an 85% font size), this will proportionately change each of the divs overall size. You may want to adjust based on your final font sizing.
*/
 #container {
	margin: 0 auto;
	width: 960px;
	position: relative;
	padding: 5px 0px 0px;
	display: table;
	background: #000;
}
 #container-calendar {
	margin: 0 auto;
	width: 960px;
	position: relative;
	padding: 0px;
	display: table;
	background: #000;
}

#header {
	background: url(../images/top_bg.jpg) no-repeat center top;
	visibility: visible;
	z-index: 2;
	width: 960px;
}


#header img {
	margin: 10px auto;
	padding: 0px;
	height: 67px;
	width: 765px;
}
#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: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#content-wrap #topNav {
	padding: 0px;
	text-align: center;
	margin: 0px auto;
	width: 100%;

}
#container-calendar #topNav {
	padding: 0px;
	text-align: center;
	margin: 0px auto 2px;
	width: 100%;
	height: 30px;

}

#container #flyer {
	padding: 15px 0px;
	margin: 0px auto;
	text-align: center;
	width: 100%;
}
 #picAnnounce {
	width: 960px;
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#announce-wrap  { 
	width: 100%;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	background-image: url(../images/announcebckgrnd.jpg);
	background-color: #F6DF93;
	color: #62000A;
}
#picAnnounce ul {
	text-align: left;
	width: 100%;
	text-indent: 15%;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
#picAnnounce li {
	padding-bottom: 15px;
	padding-left: 0px;
	color: #FFF;
	list-style: inside;
}
p.special {
	color: #B4C4FC;
	font-style: italic;
	font-size: 90%;
	padding-bottom: 10px;
	line-height: 16px;
	padding-top: 10px;
}
 .special a:visited { color: #999; 
}
 .special a:hover { color: #FC6; 
}

#picAnnounce h1 {
	margin: 0px;
	padding: 10px 0px;
}
#picAnnounce h2 {
	color: #FFF;
	width: 100%;
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}

#picAnnounce h3 {
	color: #FFF;
	width: auto;
	height: auto;
	border-style: none;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
#picAnnounce h4 {
	color: #CCC;
	width: 100%;
	font-style: italic;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 5px;
	padding-bottom: 5px;
}
#picAnnounce img {
  margin: 3px auto;
  padding: 0px;
}

.nolink { color: #FFE9B9; 

}
#adsense {
  margin: 25px auto 5px;
  padding: 10px 0px 0px;
  height: 100px;
  width: 100%;
  text-align: center;
  clear: both;
}
#adsense a {
  color: #FFCC66;
}
#adsense a:visited {
  color: #FFCC66;
}


#vidSample {
	text-align: center;
	padding: 0px 0px 5px;
	z-index: 5;
	margin: 0px auto;
	width: 100%;
}
#vidSample a {
	color: #FFC;
	text-decoration: none;
}
#vidSample p {
	margin: 0px auto;
	padding: 10px 0px 0px;
	text-align: center;
	font-size: 90%;
}
#picAnnounce a
{
	color: #FFE9B9;
	text-decoration: none;
}
#picAnnounce a:hover
{
	color: #F00;
}


#container .spacer
{
	display: block;
	width: 100%;
	background: #62000A;
	margin: 0px;
	padding: 0px;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}
#container .seperator {
  height: 7px;
  width: 100%;
  background-color: #62000A;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-top-style: solid;
  border-bottom-style: solid;
  border-top-color: #FFFFFF;
  border-bottom-color: #FFFFFF;
  clear: both;
}
#ppSaleTable .pplogo {
	padding: 3px;
	margin-top: 8px;
}
#container .ppjan08 table tr td h5 {
	text-align: center;
	display: block;
	font-size: 100%;
}
#container #flyer p
{
	display: block;
	clear: both;
	font-weight: bold;
	margin: 0px auto;
	padding-top: 3px;
	padding-bottom: 3px;
}
#ppSaleTable tr td table tr td{ border-style: none; }

#ppSaleTable tr td table { width: 100%; }

#top-spacer {
	display: block;
	height: 2px;
	width: 100%;
	position: relative;
	left: 0px;
	top: 0px;
	margin: 0px 0px 10px;
	padding: 0px;
}

.ppjan08 table  p strong { }


#container hr {
	background: #62000A;
	height: 5px;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	margin: 0px auto;
	width: 100%;
	position: relative;
	clear: both;
	border-right-style: none;
	border-left-style: none;
}


#picAnnounce h4 a { color: #FFC69F; }

.ppjan08 table tr td h6 {
	text-align: center;
	font-size: 12px;
}

#vidSample #youtube {
	margin: 5px auto;
	padding: 0px;
	height: 413px;
	width: 746px;
}

#announcer-wrap {
	width: 100%;
	background: #62000A;
}

#container #content-wrap {
	width: 960px;
	background: url(../images/wrap_edge.png) repeat-y center;
	margin: 0px auto;
	padding: 0px;
}

#footer {
	background: url(../images/footer_bg1.jpg) no-repeat center bottom;
	height: 50px;
	width: 960px;
}
#copy h5 {
}
#container #copy {
	font-style: italic;
	padding: 0px;
	float: right;
	margin-top: 20px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
	background-color: #0F0F0F;
	width: auto;

}


.paypal_border { background: url(../images/paypal-edge.png) repeat-y right; }

.special a { color: #F93; }

#picAnnounce .special a { color: #F93; }

#flyer h2 a { color: #F9A40B; }
#pp_donate  {
	width: 85%;
	padding-top: 10px;
	margin: 5px auto;
}

#youtube {
	margin: 0px auto;
	clear: both;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
}

#picAnnounce ul li strong { color: #67AEF5; }
.new {
	font-style: italic;
	color: #F93;
	margin: 0px auto;
	padding: 0px;
	width: 100%;
	text-align: left;
	font-weight: bold;
	font-size: 115%;
}



.available {
	font-style: italic;
	color: #FFC69F;
	margin: 0px auto;
	padding: 0px;
	width: 100%;
	text-align: left;
	font-weight: normal;
	font-size: 100%;


}
#container #content-wrap #flyer p a { color: #F90; }

#container #content-wrap #contact {
	text-align: left;
	width: 880px;
	padding-left: 50px;
	line-height: 24px;
	padding-top: 15px;
	margin-top: 5px;
}

#container #content-wrap #contact #name { }

#container #content-wrap #emailthanks {
	padding: 20px;
	margin-top: 20px;
}
#picAnnounce ul .unavailable {
	color: #999;
	text-decoration: line-through;
}

#container #content-wrap #video_sample {
	margin-top: 7px;
	position: relative;
	margin-bottom: 7px;
}
#container #content-wrap h5 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
	color: #8194AD;
}
#container #content-wrap h5 em a {
	color: #FC6;
}

