
body{
	background-color: #dddddd;
	background-image: none;
	line-height: 1.7em;
	font: normal 15px "Times New Roman", Times;
	color: black;
	padding: 20px 0;
}

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

body>header, body>footer, #cjg_main_content{
	background-color: transparent;
}

body>header, body>nav, body>footer, #cjg_main_content{
	display: block;
	margin: 0 auto;
	width: 600px;
}

body>header {
	background-image: none;
	background-position: right bottom;
	background-size: cover;
	height: 147px;
}

img{
	border: 0;
}

p.wp-caption-text{
	font: 8px Helvetica;;
}


h1, h2, h3, h4, h5, h6{
	margin:0;
}

body>div>section>article{
	padding: 20px;
}

nav.main-menu{
	background-color: black;
}
ul.menu{
	/*display:table;
	*/display: inline-block;
	vertical-align: top;
	margin: 0;
	padding: 0;
}

ul#menu-main-menu{
	float: left;
}
ul#menu-secondary-menu{
	float: right;
}

.menu-item{
	list-style-type: none;
	display: inline-block;
}

.menu-item a, .menu-item a:visited{
	display: inline-block;
	padding: 5px 20px 0px;
		width: 100px;	height: 20px;
	background-color: black;
	font: normal 21px tangerine, "Times New Roman", Times;
	text-align: center;
	vertical-align:bottom;
	text-decoration: none;
	color:  rgb(185, 185, 185);
	/*border: 2px solid #C9C9C9;*/
	
}

.menu-item a:hover{
	background-color: black;
	/*border: 2px solid #c76565;*/
	cursor: pointer;
	color:  #ffe971;
}

.current-menu-item>a, .current-menu-item>a:visited{
	background-color: black;
	color:  #e03025;
}

.aligncenter {display:block; margin-left:auto; margin-right:auto;}
.alignleft {float:left;}
.alignright {float:right;}

span.edit-link{
	font-size: 0.6em;
}

body>footer, body>footer a{
	font: normal 12px "Times New Roman", Times;
	color: #aaaaaa;
	text-align: center;
}


.fb-like{
	padding: 10px 0 0 90px;
	
}

