/*  
Theme Name: JaneSWordPresstheme
Theme URI: http://www.JaneSutcliffe.com/
Description: Custom Design for JaneSutcliffe.com.
Version: 1.0
Author: Jennifer McGroary
Author URI: http://www.multipillarmarketing.com/

*/


/* default settings */

body	{
	margin: 0;
	padding: 0;
	background-image: url(images/js_bkgrnd.gif);
	background-repeat: repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #0055cc;
	font-size: 13px;
	background-color: #fff;
}

h1 {margin:0px; padding: 0px;}

p {
	padding-top:10px;
	
	
}

hr {
	clear:both;
}

a {
	color: #55cc00;
}

a:hover {
	color: #0055CC;
}

/* Wrapper layouts */

#container	{
	width: 934px;
	position:absolute;
	left:50%;
	margin-left:-468px;
	margin-top: 20px;
	padding: 0px;
}


/* header info */

#header {
	background-image: url(images/header2.png);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 286px;
	width: 934px;
}

#header h1 {
	padding: 80px 0px 0px 40px;
	font-size: 20px;
	font-weight: bold;
	color: #333;
}
	
#header #top_nav {
	font-weight: bold;
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 40px;
	color: #55cc00;
	font-size: 14px;
	font-weight: bold;
}

#header	#top_nav a {
	text-decoration:none;
	color: #55cc00;
}

#header	#top_nav a:hover {
	color: #0055CC;
}


/* main content area */
		
#content {
	background-image: url(images/content_bkgnd.png);
	background-repeat: repeat-y;
	width: 876px;
	margin: 0px;
	padding-top: 15px;
	padding-right: 40px;
	padding-bottom: 0px;
	padding-left: 40px;
}

#content div {
	width: 100%;
}
	
#content h2 {
	margin: 0px;
	padding: 0px;
	color: #cc0055;
	font-size: 20px;
	font-weight: bold;
}

#content h3, #content h4 {
	color: #cc0055;
}

#content p {margin: 0;}

/* footer info */

#footer {
	margin:0px;
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	width: 934px;
	height: 60px;
	text-align: center;
	font-size: 10px;
	vertical-align: bottom;
	padding-top: 60px;
	padding-bottom: 10px;
	color: #333;
}

#footer p {
	margin: 0;
	width: 100%;
	background-position: center;
}



.story {
	width: 99%;
	font-weight: bold;
}
.links a{
	font-size: 15px;
}

.frame { padding: 5px; border: 1px solid #aaa; }
    img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
    }

    img.alignright {
    float: right;
    padding: 4px;
    margin: 0 0 2px 15px;
    display: inline;
    }

    img.alignleft {
    float: left;
    padding: 4px;
    margin: 0 15px 2px 0;
    display: inline;

    }
imgage.alignright {
    float: right;
    padding: 4px;
    margin: 0 0 2px 15px;
    display: inline;
    }

    imgage.alignleft {
    float: left;
    padding: 4px;
    margin: 0 15px 2px 0;
    display: inline;

    }
.alignright {
float: right;
}

.alignleft {
float: left;
}

    
img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto }
		
#content .alignleft,
#content img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
#content .alignright,
#content img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
#content .aligncenter,
#content img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#content img.alignleft,
#content img.alignright,
#content img.aligncenter {
	margin-bottom: 12px;
}
#content .wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	padding: 4px;
	text-align: center;
}
#content .wp-caption img {
	margin: 5px 5px 0;
}
#content .wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}