/*
heavygravity.com theme
*/

p img {
padding: 7px;
max-width: 100%;
}

body { 
	margin: 0px;
	/*background-color: #778044; */
	background-color:white;
        background-image: url('images/pfm_bg.jpg');
        background-position: bottom center;
        /*background-repeat: repeat-y;*/
	background-image: url('images/bot_back.jpg'); 
		background-repeat: no-repeat;

     }

#header {
		background-image: url('images/new_logo.png'); 
		background-repeat: no-repeat;
		background-position: top;
		height: 120px;
		width: 920px;
		margin: 0px;
		padding: 0px;
	}

#container {
		/*width: 720px;*/
		width: 920px;
		padding: 0px;
		margin: 0px auto 0px auto;
		font-family: Verdana, Arial, Tahoma;
		font-size: 11px;
		color: #3a3e22;
	        background: #FFFFFF;
		background-color:transparent;
		

	 }

#content {

		width: 730px;
		padding: 5px;
		float: left;
                background: #FFFFFF;
background-color: transparent;
	}

#sidebar {
		width: 170px;
		padding: 0px;
		float: right;
		background-image: url('images/pfm_sidebar.jpg');
		background-repeat: repeat-y;
		border-bottom: 13px solid #BDB76B;
	}

.sectionTitle {
		font-size: 13px;
		color: #3a3e22;
		background: #BDB76B;
		font-variant: small-caps;
		font-weight: bold;
		letter-spacing: .2em;
		text-align: right;
		
		}

.sectionContent { 
			font-size: 11px;
			background: transparent;
			text-align: justify;
			padding: 5px;
		}

h2 {
	font-size: 15px;
	color: #3a3e22;
	letter-spacing: .2em;
	text-align: left;
	border-bottom: 2px dashed #778044;
	font-variant: small-caps;
	margin: 0px 0px 10px 0px;
	padding: 0px;

	}

a {
	color: #dfb583;

   }

a:link
 		{
			color: #d59c59;
			text-decoration: none;
		}

a:active
 		{
			color: #d59c59;
			text-decoration: none;
		}

a:visited
 		{
			color: #d59c59;
			text-decoration: none;
		}

a:hover 	{
				color: #3a3e22;
				text-decoration: none;
				border-bottom: 1px solid #d59c59;
			}

a:visited:hover 	{
				color: #3a3e22;
				text-decoration: none;
				border-bottom: 1px solid #d59c59;
			}

img.alignleft {
		 padding: 5px;
		 border: 1px solid #CCC;
		 float: left;
		 background-color: #fff;
		 margin: 5px;
		}

img.alignright {
			padding: 5px;
			border: 1px solid #CCC;
			float: right;
			background-color: #fff;
			margin: 5px;
		}

.alignleft {
		float: left;
	}

.alignright {
		float: right;
	   }

.postdata {

		font-size: 11px;
		font-variant: small-caps;
		text-align: left;
		margin: 5px 0 10px 0;
	}

.commentdata {
		font-size: 11px;
		font-variant: small-caps;
		text-align: right;
		margin: 10px 0 5px 0;
		}
		

.storyContent
	{
	 	text-align: justify;
		line-height: 1.3em;
	}

#sidebar ul { 
		margin: 0 0 0 20px;
		padding: 0px;
	}

#sidebar ul li {
/*			list-style-image: url('images/scarab.png');*/
/*                        margin: 0 0  0 -3px;*/
			padding: 0 0 0 0;

		}

#sidebar ul li li {
			list-style-image: url('images/pfm_bullet.jpg');
			margin: 0 0 0 -10px;
			padding: 0px;
		}


ul li {
	 list-style: square;

	}

ul li li {
		list-style: circle;
		margin: 0 0 0 -20px;
	}


a img { border: 0px; padding: 8px; }

.navigation {
                margin: 15px;
            }

input, textarea, submit {
                           border: 1px solid #d59c59;
                           color: #d59c59;
                           font-weight: bold;
                           background: transparent;
                           font-family: Verdana, Arial, Tahoma;
                           font-size: 11px;
                         }

.attachment {
                        text-align: center;
            }

.searchform {
                 width: 110px; 
                 margin: 4px auto 4px auto;
            }

.searchformbutton { 
                        width: 110px;
                   }

.theend {
 
            margin: 40px auto 10px auto;
            border-bottom: 2px solid black;
            border-top: 2px solid black;
            text-align: center;
            /*#fffeec;*/
            /*width: 720px;*/
	    width: 920px;
            font-family: Verdana, Arial, Tahoma;
            font-size: 11px;
            font-variant: small-caps;
         }

blockquote {
		background-image: url('images/pfm_quote.jpg'); ?>
		background-position: top left;
		background-repeat: no-repeat;
                width: 600px;
		margin: 10px auto 10px auto;
                padding: 5px 10px 25px 75px;
	}  
.wp-notable {
        border: 1px solid transparent;
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
        padding-top: 22px;
}


.wp-notable:hover {
        border: 1px solid #d59c59;
}