/*
Theme Name: Julie Jarnagin
Theme URI: http://websiteministries.com
Description: A fun, inviting informational templated for use on www.juliejarnagin.com.  Designed September, 2010 by Jason Walker</a>. (Parts of this site were derived from TwentyTen the default template from wordpress.org.
Author: Jason Walker
Author URI: http://www.websiteministries.com/
*/

* {box-sizing: border-box;}

body {
	background-color: #EBEDEC;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: 'Muli', sans-serif;
	font-size:18px;
	color:#333;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.contet-wrapper {
	width:1200px;
	margin:0 auto;
	background-color:#fff;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);
}
/* ***************************************
    Header
*************************************** */
#header-wrapper {
	position:relative;
	max-width: 1200px;
	margin:0 auto;
	background:#000000;
	z-index: 0;	
	}
#header-wrapper img {display: block;}

.highlight-wrapper { width:100%; border-bottom:22px solid #39546C;}

.highlight-container { position:relative; max-width:1100px; margin: 20px auto; }
.highlight-left { position:relative; float:left; padding:18px 0 0 14px; width:500px;}
.highlight-right { position:relative; float:right; padding-left:30px; width:550px; }


	
/* ***************************************
    Content Wrapper
*************************************** */

	
	
/* ***************************************
    Content - Left
*************************************** */
#content-left {
	position:relative;
	max-width:90%;
	margin:0 auto;
	padding:10px 20px;
	}


/* ***************************************
    Content - Right
*************************************** */
#content-right { display:none; }
/* #content-right { 
	position:relative;
	float:right;
	width:230px;
	margin-top:20px;
	margin-left:15px;
	margin-right:20px;
	padding-left:15px;
	padding-bottom:10px;
	border-left:1px solid #cccccc;
	vertical-align:top;
	}*/

/* ***************************************
    Posts
*************************************** */
.entry { }

.post-title-wrapper {
	text-align:left;
	margin-bottom:10px;
	margin-bottom:5px;
	border-bottom:1px dashed #cccccc;
	}
	
.post-title {
	padding-top:20px;
	text-align:left;
	vertical-align:middle;
	font-family: 'Muli', sans-serif;
	font-size:32px;
	color: #39526C;
	}

.post-title a, .post-title a:visited, .post-title a:active { color: #39526C; text-decoration:none;}
.post-title a:hover { color: #39526C; text-decoration: underline; }


.Heading-titles {
	text-align:left;
	vertical-align:middle;
	font-family: Book Antique,"Times New Roman", Arial, Times, serif;
	font-size:24px;
	color: #2D5A67;
	}
		
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
	padding:10px 0;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
	padding:0 0 10px 0;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding:0 0 10px 0;
}
.spacer_ {
	height:50px;
}
	
h2 {font-size:36px; font-weight:normal;}	
/* ***************************************
    Footer
*************************************** */
/*#footer-wrapper {
	position:relative;
	max-width: 1200px;
	min-height:55px;
	margin: 0 auto;
	clear:both;
	z-index:10;
	}
	
#footer-content {
	position:relative;
	width:800px;
	margin: 0 auto;
	z-index: 5;
	
	}
*/
.design-notice {
	padding:25px 0;
	text-align:center;
	font-size: 16px;
	color: #333;
}

.design-notice a {color:#0099FF;}

.author-link a {color:#0099FF;}
	


/* ***************************************
   Sidebar Formatting
*************************************** */
#sidebar, #sidebar ul, #sidebar ul li {
	list-style:none;
	margin:0;
	padding:0;
	}	


.sidebar-menu {
	padding-top:15px;
	text-decoration:none;
	}

.sidebar-header {
	margin-top:10px;
	padding-top:5px;
	background-image:url();
	background-repeat:no-repeat;
	background-position:top;
	width:232px;
	height:23px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#333;
	font-weight:bold;
	}
	
.sidebar-container {
	background-color:#F3F7FA;
	border:0px solid #333;
	width:230px;
	}
	
#menu-side-about {
	margin:0px;
	padding:5px 0px 5px 15px;
	list-style:none;
	}

