
body {
	/*font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;*/
	font-family: Georgia, "Times New Roman", Times, serif;
	background: #900;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;

}


a{
	text-decoration: none;
	color: #000;
}

h2 {
	font-size: 130%;
	padding: 0 0 10px 0;
}



#header {
	width: 800px;
	margin: 25px auto;
}


#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 */
}


#container {
	width: 800px;
	height: 458px;
	background: #FFFFFF;
	margin: 15px auto;
	text-align: left;
	background-image: url(../images/wp_pigBackground.jpg);
	background-repeat: no-repeat;
}

#container2 {
	width: 800px;
	background: #FFFFFF;
	margin: 0px auto;
	text-align: left;
	background-image: url(../images/wp_pigBackground_middle.jpg);
	background-repeat: repeat-y;

}

#transStripe {
	padding: 5px 0;
  	width:100%;
  	height:120px;
  	margin:200px 0;
 	 background-color:#000;
  	/* for IE */
  	filter:alpha(opacity=60);
  	/* CSS3 standard */
  	opacity:0.6;
}

#transStripe p{
	color: #FFF;
	font-size: 27px;
	line-height: 35px;
}

#transStripe p a{
	color: #FFF;
	text-decoration: none;
}

#transStripe p a:hover{
	border-bottom: 1px dotted #FFF;
}

#mainNav {
	font-size: 19px;
	font-weight: bold;
	letter-spacing: -0.01em;
	text-align: center;
	padding: 40px 18px 25px 18px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	/*background-color: #C96;*/
}

#mainNav a:hover{
	border-bottom: 1px dotted #930;
	color: #930;
}

#flashquote {
	margin: 120px 0 0 70px;
}

#homequote {
	padding: 120px 0 0 70px;
}

#homequote .big {
	font-size: 22px;
	letter-spacing: 0em;
}

#homequote .small {
	padding: 0 0 0 180px;
	font-size: 18px;
	letter-spacing: 0em;
}

#bottleThumb_home {
	padding: 90px 85px 0 0;
	float: right;
	text-align: center;
	line-height: 20px;
}

#bottleThumb_home a{
	text-decoration: none;
	color: #000;
}

#bottleThumb_home a:hover{
	color: #930;
}

#bottleThumb_home .big{
	font-size: 22px;
}

#bottleThumb_home .small{
	font-size: 14px;
}


#bottleThumb_page {
	width: 120px;
	padding: 30px 40px 0 0;
	float: right;
	text-align: center;
	line-height: 20px;
}

#bottleThumb_page a{
	color: #000;
	text-decoration: none;
}

#bottleThumb_page a.small{
	color: #600;
	font-size: 12px;
	line-height: 14px;
}

#bottleThumb_page a.small:hover{
	border-bottom: 1px dotted #666;
}

#audio {
	padding: 3px 0 0 0;
}

#mediaStripe {
/*	background-color: #03C;*/
	padding: 0 0 0 50px;
}
	
#mediaBox{ 
	float: left;
	padding: 0 10px 0 0;
	text-align: center;
	line-height: 35px;
	font-size: 20px;
}

#textBox{ 
	float: left;
	padding: 10px 10px 0 10px;
	line-height: 18px;
	font-size: 13px;
	width: 350px;
}

#textBox2{ 
	float: left;
	padding: 10px 10px 0 10px;
	line-height: 18px;
	font-size: 13px;
	width: 90%;
}

#textBox p:first-letter {
	font-size:xx-large;
}

#listBox{ 
	float: left;
	padding: 15px 10px 0 25px;
	line-height: 18px;
	font-size: 12px;
	width: 255px;
}

#listBox ul {
	padding: 0 0 0 0px;
}

#listBox ul li {
	list-style-type: none;
	border-bottom: 1px dotted #000;
	padding: 5px 0;
}

#listBox ul li a:hover{
	color: #930;
}


#socialLinks {
	padding: 20px 0 0 0;
}


#clear {
	clear: both;
}

#bioText {
	float: left;
	padding: 30px 50px;
	font-size: 13px;
}

#bioText .block{
	float: left;
/*	display: block;*/
	clear: both;
}

#bioText .block2{
/*	float: left;*/
	display: block;
	padding: 0 0 0 100px;
	width: 400px;
}
	
#footer {
	color: #FFF;
	font-size: 12px;
	padding: 0 10px 30px 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */

}
#footer a {
	color: #FFF;
	text-decoration: none;
	
}

#footer a:hover {
	border-bottom: 1px dotted #FFF;
}



