/*
Theme Name: Piper Mavis
Version: 1.0	
Author: Steamybowl
Author URI: http://www.steamybowl.com
*/


*{margin: 0; 
padding: 0;}

body  {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	background: white;
		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: #8b8c8d;
}

h2{
text-transform:capitalize}

h3{
padding-top:20px}

.post, .entry{margin:0}
.logo{border:none;
margin-left:40px;
box-shadow:none;
-webkit-box-shadow:none;
-moz-box-shadow:none}


img{
box-shadow: 2px 2px 4px #bdbcb0;
-webkit-box-shadow:2px 2px 4px #bdbcb0;
-moz-box-shadow:2px 2px 4px #bdbcb0;
margin-bottom:10px
}

a img{
border:none}
a:hover img {
filter:alpha(opacity=80);
-moz-opacity:0.8;
-khtml-opacity: 0.8;
opacity: 0.8;
outline:none}

a{	color: #8b8c8d;
text-decoration:none}

a:link{color:#8b8c8d;
font-weight:600;
}

a:hover{color:#666666;
text-decoration:underline}

<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-1415764-23");
pageTracker._trackPageview();
} catch(err) {}</script>{padding:10px 0;
color:#8b8c8d;
text-transform:capitalize;
margin-bottom:5px;/*
font-family:Garamond, Adobe Garamond Pro, Times New Roman, Times, American Typewriter, serif;*/
font-size:19px;
font-weight:500;
letter-spacing:.2px}
/*border-bottom:#f3f2f2 solid 1px}*/


#page {

	background-color: #fff;

	text-align: left;

	}

#container { 
	width: 920px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
 #header { 
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */

} 
 #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 20px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
 #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 220px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 15px 10px 15px 20px;
	height:500px;
}
 #mainContent { 
	margin: 0 0 0 250px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	position:relative
} 

#mainContent p{
margin:20px 20px 10px 5px;
line-height:21px;
}
 #mainContentlinks {
 font-size:13px
 }

 #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
} 
 #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 30px 0; 
	/* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size:80%
}
.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;
}


/* ================================================================ 
This copyright notice must be untouched at all times.
 
The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/latest-flyout.html
Copyright (c) 2005-2009 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
#menu {height:132px; width:122px; position:relative; /*font-family:Garamond, Adobe Garamond Pro, Times New Roman, Times, American Typewriter, serif;*/
text-transform:lowercase}
 
#menu ul {margin:0; padding:0; list-style:none; white-space:nowrap; text-align:left; padding:1px 1px 0 1px; ;}
 
#menu li {margin:0; padding:0; list-style:none;}
#menu li {/*display:inline-block; display:inline;*/} /*this prevents the background arrow from working*/
#menu ul ul {position:absolute; left:-9999px;}
#menu ul#toplevel {position:absolute; left:0; top:0;}
 
#menu a {display:block;
font-size:13px;
font-weight:500;
color:#8b8c8d;
line-height:22px; text-decoration:none;padding:0 10px 0 10px;} 
 
#menu ul li:hover > ul {left:100%; margin-top:-23px; margin-left:-1px;}
 
#menu a:hover ul,
#menu a:hover a:hover ul, 
#menu a:hover a:hover a:hover ul {left:100%;}
#menu a:hover ul ul, 
#menu a:hover a:hover ul ul {left:-9999px;}
 
#menu li a:hover {color:#000;} 
#menu li:hover > a { color:#000;}
.page-item-2 {background: url(http://66.147.244.165/~pipermav/images/arrow.jpg) no-repeat right top;}
#menu li a.fly:hover {url(http://66.147.244.165/~pipermav/images/arrow.jpg) no-repeat right top;} 
#menu li:hover > a.fly {url(http://66.147.244.165/~pipermav/images/arrow.jpg) no-repeat right top;}
 
#menu table {position:absolute; left:99%; height:0; width:0; border-collapse:collapse; margin-top:-7px; margin-left:-1px;}
#menu h2{background: url(http://66.147.244.165/~pipermav/images/arrow.jpg) no-repeat right top;}

/* added to display arrows in class states created by wordpress */
.page-item-3{
	background-image:url(http://66.147.244.165/~pipermav/images/arrow.jpg);
	background-repeat:no-repeat;
	background-position:right;
}
/* end debbi stuffs */

/* woonav */




/** image hover effect **/
/** image hover effect **/
.imgteaser {
	margin: 0;
		float: left;
	position: relative;
}
.imgteaser a {
	text-decoration: none;
	float: left;
}
.imgteaser a:hover {
	cursor: pointer;
}

.imgteaser a img {
box-shadow: 2px 2px 4px #bdbcb0;
-webkit-box-shadow:2px 2px 4px #bdbcb0;
-moz-box-shadow:2px 2px 4px #bdbcb0;
margin-bottom:10px;
border: none;

}
.more {
	position: absolute;
	right: 455px;
	bottom: 24px;
	font-size:1.2em;
	letter-spacing:.2px;
	color: #fff;
	padding: 5px 10px;
	font-weight:600;
	width:200px
}


.imgteaser a:hover .desc{
	display: block;
	font-size: 11px;
	padding: 8px;
	background: #fff;
	color: #8b8c8d;
	position: absolute;
	bottom:5px;
	margin: 0;
	width: 490px;
}

.desc <script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-1415764-23");
pageTracker._trackPageview();
} catch(err) {}</script>{
font-size:20px;
margin-bottom:5px;/*
font-family:Garamond, Adobe Garamond Pro, Times New Roman, Times, American Typewriter, serif;*/
}

.desc p{
margin:10px 20px 10px 5px;
line-height:18px;
font-weight:normal
}
.imgteaser a:hover .desc strong {
	display: block;
	margin-bottom: 5px;
	font-size:1.5em;
}

.imgteaser a .desc {	display: none; }
.imgteaser a:hover .more { visibility: hidden;}

/**thumbs overlay**/
.thumbteaser {
	margin-left:8px;
	float: left;
	position: relative;
}
.thumbteaser a {
	text-decoration: none;
	float: left;
}
.thumbteaser a:hover {
	cursor: pointer;
}

.thumbteaser a img {
box-shadow: 2px 2px 4px #bdbcb0;
-webkit-box-shadow:2px 2px 4px #bdbcb0;
-moz-box-shadow:2px 2px 4px #bdbcb0;
margin-bottom:10px;
border: none;

}
.more {
	position: absolute;
	right: 455px;
	bottom: 24px;
	font-size:1.2em;
	letter-spacing:.2px;
	color: #fff;
	padding: 5px 10px;
	font-weight:600;
	width:188px
}


.thumbteaser a:hover .thumbdesc{
	display: block;
	font-size: 13px;
	background: #fff;
	color: #8b8c8d;
	position: absolute;
	bottom: 10px;
	margin: 0;
	width: 188px;
}

.thumbdesc h2{
font-size:20px;
margin-bottom:5px;/*
font-family:Garamond, Adobe Garamond Pro, Times New Roman, Times, American Typewriter, serif;*/
}

.thumbdesc p{
margin:5px;
line-height:13px;
font-weight:normal
}
.thumbteaser a:hover .desc strong {
	display: block;
	margin-bottom: 5px;
	font-size:1.5em;
}

.thumbteaser a .thumbdesc {	display: none; }
.thumbteaser a:hover .more { visibility: hidden;}
/**/

.family{
margin-right:8px;
float:left}

.thumb{
float:left;
margin-right:8px;
padding:0;
position:relative}
#player1, #player2, #player3 {margin-left:2em}

#navigation {
	font-size:30px;
	margin-left:10px
}

#navigation a{font-weight:500;
text-decoration:none}

#navigation a:hover{font-weight:600;
text-decoration:none}
	
table{width:100%;
text-align:left}
td{height:15px;
text-align:left;
margin-left:0}

.postmetadata{
padding-top:20px}

.commentlist{
width:600px}

.commentheader{
font-size:120%;
padding:30px 0 10px 0px;
margin-left:-20px;
font-weight:600}

.commenttext{
padding-bottom:10px}